/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

body {
    padding: 0px;
    background-image: url(../img/bg.png);
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

.row .container {
    margin: 0px;
    padding: none;
}

.navbar-brand {
    margin: 0px;
    padding: 0px;
}

.logo {
    z-index: 100;
}

.container-fluid {
    border: none;
    margin-top: 90px;
}

.navbar-default {
    background: none;
    border: none;
}

.sweet {
    position: relative;
    z-index: 100;
}

.sweet img {
    margin: 0 auto;
    text-align: center;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {

    margin-top: 18px;
}

.txt_menu {
    padding-top: 10px;
    color: #fff;
    float: left;
    font-weight: bold;
    float: right;
    font-size: 25px;
    padding-right: 90px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 100;
}

.cta_txt {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: bold;
}

.btn_spr {
    background-color: #f0a00b;
    border-radius: 30px;
    padding: 10px;
    padding-right: 25px;
    padding-left: 25px;
    color: #062f6e;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: bold;
    transition-duration: .5s;
}

.btn_spr:hover {
    background: transparent;
    border-color: #f0a00b;
    color: #fff;
}

.wid_full {
    width: 100%;
    background-position: absolute;
}

.delic {
    position: relative;
    margin-top: 205px;
    padding-bottom: 50px;
}

.delic .container {
    position: relative;
    z-index: 9;
}

.custom-background {
    height: 70%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow-x: hidden;
    background-image: url("../img/bg_one.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.custom-background.bg-second {
    background-image: url("../img/bg_two.png");
}

.custom-background svg {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
}

.custom-background svg path {
    width: 100%;
    height: 100%;
}

.btn_bay {
    background-color: #062f6e;
    border-radius: 30px;
    padding: 10px;
    padding-right: 25px;
    padding-left: 25px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: bold;
    transition-duration: .5s;
}

.btn_bay:hover {
    color: #062f6e;
    border-style: solid;
    border-color: #062f6e;
    background: transparent;
}

.img {
    margin-top: 117px;
    max-width: 100%;
    height: 100%;
}

.cook {
    float: right;
}

.list {
    color: #062f6e;
    list-style-type:;
    text-transform: uppercase;
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 29px;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 38px;
}

.glyphicon-ok-circle {
    margin-top: 3px;
    margin-right: 5px;
    color: #fff;
}

.button_container {
    position: relative;
    margin-top: 4%;
    left: 76%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: #FFF;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 10px;
}

.button_container span:nth-of-type(3) {
    top: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, width .35s;
    z-index: 10;
}

.overlay:before {
    content: '';
    background: #062f6e;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left .35s ease;
}

.overlay:after {
    content: '';
    background: #062f6e;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all .35s ease;
}

.overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}

.overlay.open:before {
    left: 0;
}

.overlay.open:after {
    right: 0;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay nav {
    position: relative;
    top: 0;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    z-index: 100;
    padding-top: 200px;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@media (max-width: 991px) {
    .custom-background {
        display: none;
    }

    .list {
        color: #fff;
        font-size: 16px;
    }

    .btn_bay {
        background: transparent;
        border-color: #f0a00b;
        border-style: solid;
        margin-top: 10px;
    }

    .btn_bay:hover {
        background: transparent;
        border-color: #f0a00b;
        border-style: solid;
        margin-top: 10px;
        color: #f0a00b;
    }

    .delic {
        margin-top: 20px;
    }

    .txt_menu {
        display: none;
    }

    .text-center img {
        margin: auto;
    }

    .navbar .container-fluid {
        margin-top: 30px;
    }

    .overlay nav {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .custom-background {
        display: none;
    }

    .list {
        color: #fff;
        font-size: 16px;
    }

    .btn_bay {
        background: transparent;
        border-color: #f0a00b;
        border-style: solid;
        margin-top: 10px;
    }

    .btn_bay:hover {
        background: transparent;
        border-color: #f0a00b;
        border-style: solid;
        margin-top: 10px;
        color: #f0a00b;
    }

    .delic {
        margin-top: 20px;
    }

    .txt_menu {
        display: none;
    }

    .text-center img {
        margin: auto;
    }
}

@media (max-height: 500px) {
    .overlay ul li {
        min-height: 25px;
    }

    .overlay ul li a {
        font-size: 16px;
    }
}












