html, body {height: 100%;}
main {
    min-height: 100%;
}


footer {
    position: relative;
    max-height: 265px;
    /*margin-top: 100px!important;*/
    clear: both;
    background-color: #00adee!important;
}

/*main, footer {*/
/*margin-left: 20px;*/
/*transform: translateX(110px);*/

/*}*/
@media only screen and (max-width: 992px) {
    header, main, footer {
        padding-left: 0;
    }
}

.home-section {
    margin: -10px -10px 0 100px;
}

.right-cat {
    margin-left: 30px;
    margin-top: 65px;
    max-width: 215px;
    background-color: white !important;
}
.right-cat .collection-item {
    color: #00adee !important;
}

.home-title {
    font-weight: 300;
    font-weight: 300;
}


.footer-social > .btn-floating {
    background-color: #0082b3!important;
}

.footer-copyright {
    background-color: #009fda!important;
}

header .brand-logo {
    height: 65px;
    margin: -5px 0;
    padding: 0px 50px;
}

.top-logo {
    height: 175px;
}

body {
    background-color: #fafafa;
}

.navbar-fixed {
    z-index: 1000;
}

@media only screen and (max-width: 992px) {
    nav .nav-wrapper {
        text-align: center
    }
    nav .nav-wrapper a.page-title {
        font-size: 36px
    }
    ul.side-nav.leftside-navigation {
        top: 56px !important
    }
}

nav {
    color: #fff;
    background-color: #ffffff!important;
    width: 100%;
    height: 60px;
    line-height: 56px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.08);
}
input.header-search-input {
    display: block;
    padding: 8px 8px 8px 72px;
    width: 100%;
    background: rgba(7, 175, 238, 0.6);
    height: 24px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border-radius: 3px;
}

input.header-search-input:hover {
    background: rgba(7, 175, 238, 0.4);
}

.header-search-wrapper {
    max-width: 600px!important;
    margin: 10px auto 0 240px;
    width: calc(100% - 700px);
    height: 40px;
    display: inline-block;
    position: relative
}

.header-search-wrapper i, .small-search i  {
    color: white;
    position: absolute;
    font-size: 24px;
    top: 6px;
    left: 24px;
    line-height: 32px !important;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease
}


input.header-search-input:hover {
    background: rgba(7, 175, 238, 0.4);
}

input.header-search-input:focus {
    color: #333;
    background: #fff;
    border-bottom: none !important;
    box-shadow: none !important
}

.header-search-wrapper-focus i {
    color: #444
}

.header-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.header-search-input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus::-moz-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus::placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.header-search-input:focus:-ms-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eceff1;
    z-index: 1000;
    opacity: 1;
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

#loader-logo {
    display: block;
    position: absolute;
    left: 48%;
    top: 46%;
    /*background: url("https://cdn.fculinary.com/static/images/fcu.png") no-repeat center center;*/
    z-index: 1001
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out
}

.loaded #loader-wrapper .loader-section {
    opacity: 0;
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}


.profile-image {
    margin-top: 3px;
    margin-left: 30px;
    height: 54px!important;
}

.dropdown-button {
    height: 60px;
}

.profile-btn-name {
    font-size: 1.1rem;
}

#profile-dropdown {
    min-width: 130px!important;
    margin-top: 61px;
    background-color: #fafafa!important;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: rgba(0, 0, 0, 0.77) !important;
}
nav ul a {
    height: 60px!important;
    font-size: 1.1rem;
    font-weight: 300;
    color: black;
}

nav ul a .badge {
    background-color: #fea200!important;
}

@media screen and (max-width: 2200px) {

    .home-sizer {
        width: 33%
    }

    .home-grid-item {
        width: 33%
    }
}
@media screen and (max-width: 1800px) {

    .home-sizer {
        width: 33%
    }
    .home-grid-item {
        width: 33%
    }

}

@media screen and (max-width: 1600px) {
    .home-sizer {
        width: 33%
    }
    .home-grid-item {
        width: 33%
    }
}

@media screen and (max-width: 1224px) {

    .home-sizer {
        width: 50%
    }
    .home-grid-item {
        width: 50%
    }

}

@media screen and (max-width: 980px) {
    .home-sizer {
        width: 50%
    }
    .home-grid-item {
        width: 50%
    }
}

@media screen and (max-width: 720px) {

    .home-sizer {
        width: 100%
    }
    .home-grid-item {
        width: 100%
    }

}

@media screen and (max-width: 480px) {
    .home-sizer {
        width: 100%
    }
    .home-grid-item {
        width: 100%
    }

}
.home-grid-item {
    padding: 11px;
}

.latest-title {
    margin-bottom: 3px;
}

.card .card-data {
    background-color: rgba(0, 173, 238, 0.62);
    color: #fff;
    text-align: center;
    height: auto;
    padding: 10px;
}
.card .card-data ul {
    margin-bottom: 0;
    margin-top: 0;
    font-size: .9rem;
}
.card .card-data ul li {
    display: inline;
}


.default-thumb
{
    height: 235px;
}
.default-thumb
img {
    top: -30px!important;
}

@media screen and (max-width: 1800px) {
    .default-thumb
    {
        height: 210px;
    }
}
@media screen and (max-width: 1570px) {
    .default-thumb
    {
        height: 180px;
    }
}
@media screen and (max-width: 1420px) {
    .default-thumb
    {
        height: 150px;
    }
}
@media screen and (max-width: 1145px) {
    .default-thumb
    {
        height: 135px;
    }
}
@media screen and (max-width: 992px) {
    .default-thumb
    {
        height: 233px;
    }
}
@media screen and (max-width: 720px) {
    .default-thumb
    {
        height: 348px;
    }
}
@media screen and (max-width: 750px) {
    .default-thumb
    {
        height: 175px;
    }
}
@media screen and (max-width: 600px) {
    .default-thumb
    {
        height: 294px;
    }
}
@media screen and (max-width: 537px) {
    .default-thumb
    {
        height: 256px;
    }
}
@media screen and (max-width: 443px) {
    .default-thumb
    {
        height: 157px;
    }
}
@media screen and (max-width: 320px) {
    .default-thumb
    {
        height: 150px;
    }
}

.home-thumb {
    height: 235px;
}
.home-thumb img {
    top: -30px!important;
}

@media screen and (max-width: 1800px) {
    .home-thumb {
        height: 210px;
    }
}
@media screen and (max-width: 1570px) {
    .home-thumb {
        height: 188px;
    }
}
@media screen and (max-width: 1410px) {
    .home-thumb {
        height: 125px;
    }
}
@media screen and (max-width: 1150px) {
    .home-thumb {
        height: 125px;
    }
}
@media screen and (max-width: 992px) {
    .home-thumb {
        height: 198px;
    }
}
@media screen and (max-width: 939px) {
    .home-thumb {
        height: 170px;
    }
}
@media screen and (max-width: 720px) {
    .home-thumb {
        height: 141px;
    }
}
@media screen and (max-width: 600px) {
    .home-thumb {
        height: 294px;
    }
}
@media screen and (max-width: 450px) {
    .home-thumb {
        height: 210px;
    }
}
@media screen and (max-width: 380px) {
    .home-thumb {
        height: 205px;
    }
}
@media screen and (max-width: 380px) {
    .home-thumb {
        height: 195px;
    }
}
@media screen and (max-width: 360px) {
    .home-thumb {
        height: 157px;
    }
}
@media screen and (max-width: 315px) {
    .home-thumb {
        height: 150px;
    }
}

.home-page-card-title {
    font-size: 20px!important;
    line-height: 22px!important;
}

.card-action-buttons {
    text-align: right;
    margin: -45px -15px 10px 0;
}
.card-action-buttons li {
    display: inline-block;
    padding-left: 5px;
}

.button-collapse {
    color: #fea200;
}

#sidenav-overlay {
    left: 300px!important;
}
.cat-nav {
    background-color: #fff!important;
    box-shadow: none;
    overflow: hidden;
}

.slider-img {
    filter: blur(1px) brightness(85%) grayscale(20%);
}

#yt-video {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 2px;
}

.ing-table {
    padding: 10px;
}
.ing-title {
    margin: 5px 0 -10px 0;
}
.ing-card {
    padding-top: 5px;
    margin-top: 30px;
}

.desc-card {
    margin-top: 30px;
    padding: 10px 10px 5px 10px;
}

.desc-title {
    margin: 5px 0 10px 0;
}

.rec-desc {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    white-space: pre-wrap;
}


.btn-vk, .btn-vk:focus {
    background-color: #4C75A3!important;
}

.btn-fb, .btn-fb:focus {
    background-color: #3B5998!important;
}

.btn-tw, .btn-tw:focus {
    background-color: #55ACEE!important;
}

.btn-gplus, .btn-gplus:focus {
    background-color: #DD4B39!important;
}

.btn-ins, .btn-ins:focus {
    background-color: #3F729B!important;
}

.btn-fb, .btn-fb:focus {
    background-color: #3B5998!important;
}

.like, .like:focus {
    background-color: #FF5252 !important;
}
.liked, .liked:focus {
    background-color: white !important;
}
.liked i {
    color: #F44336 !important;
}

.pagination li.active {
    background-color: #fea200;
}

/*html {*/
/*overflow: scroll;*/
/*overflow-x: hidden;*/
/*}*/
/*::-webkit-scrollbar {*/
/*width: 0px;  !* remove scrollbar space *!*/
/*background: transparent;  !* optional: just make scrollbar invisible *!*/
/*}*/
/*!* optional: show position indicator in red *!*/
/*::-webkit-scrollbar-thumb {*/
/*background: #FF0000;*/
/*}*/

.collapsible-child a {
    font-weight: 400!important;
}

.side-nav {
    margin-top: 60px;
}

.indicators {
    display: none;
}

.rec-img {
    vertical-align: middle;
    max-height: 120px;
    position: relative;
    max-width: 160px;
    top: -15px;
}
.rec-frame {
    height: 90px;
    overflow: hidden;
    width: 325px;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.card-bg-img {
    background-position: center;
    background-size: 100% auto;
}

.small-card-title {
    padding: 0 20px 3px 15px !important;
    margin-bottom: 6px !important;
    margin-top: -10px !important;
}

.card-data-sm {
    padding: 2px !important;
}
.card-action-buttons-sm {
    margin: -23px 0 0 0;
}

.small-card {
    max-width: 245px;
    margin-left: 15px;
}
.small-rec-thumb {
    height: 155px;
}
@media screen and (max-width: 1400px) {
    .small-rec-thumb
    {
        height: 110px;
    }
}
@media screen and (max-width: 992px) {
    .small-rec-thumb
    {
        height: 110px;
    }
}
@media screen and (max-width: 443px) {
    .small-rec-thumb
    {
        height: 130px;
    }
}
@media screen and (max-width: 320px) {
    .small-rec-thumb
    {
        height: 150px;
    }
}
@media screen and (max-width: 554px) {
    .small-card {
        width: 218px;
    }
}
@media screen and (max-width: 494px) {
    .small-rec-thumb {
        height: 159px;
    }
    .small-card {
        width: 250px;
        margin-left: 80px;
    }
    .rec-title-sec {
        margin-left: 70px;
    }
}
@media screen and (max-width: 375px) {
    .small-card {
        width: 276px;
        margin-left: 59px;
    }
}
@media screen and (max-width: 331px) {
    .rec-title-sec {
        margin-left: 26px;
    }
    .small-card {
        width: 248px;
        margin-left: 35px;
    }
}

.small-search {
    display: inline-block;
    height: 40px;
    position: relative;
    padding-right: 80px!important;
}