*{margin:0; padding:0}
@font-face {
    font-family: Times Regular;
    src: url(../fonts/times.ttf);
}
@font-face {
    font-family: Times Bold;
    src: url(../fonts/timesbd.ttf);
}
@font-face {
    font-family: Gotham Medium;
    src: url(../fonts/Gotham-Medium.otf);
}
@font-face {
    font-family: Gotham Book;
    src: url(../fonts/Gotham-Book.otf);
}
body {
    overflow-x: hidden;
}
.order-menu {
    z-index: 9;
    left: 0;
    margin: 20px 0 0 100px;
    position: absolute;
    padding: 14px 23px;
    border: 2px solid #FFF;
    font-family: Times Bold;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    transition: 0.2s;
}
.order-menu img {
    margin: 0 7px 0 0;
}
.order-menu:hover {
    transition: 0.2s;
    background: rgba(255,255,255,0.3);
}
#loading {
    z-index: 8;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #161827;
    text-align: center;
}
#loading img {
    margin: 400px 0 0 0;
}
.toggle {
    z-index: 9;
    display: none;
    right: 0;
    margin: -85px 100px 0 0;
    cursor: pointer;
    position: fixed;
    background: #161827;
    padding: 20px;
}
.toggle > div > div {
    width: 100%;
    height: 2px;
    margin: 0 0 9px 0;
    background: #FFF;
    transition-duration: .2s;
    transition-delay: 0s, 0s, 0s, 0s;
}
.toggle > div {
    width: 30px;
    height: 24px;
}
.toggle.open > div > div:nth-child(1){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg) translateY(16px);
    top: -203px;
    left: 8px;
}
.toggle.open > div > div:nth-child(2){
    width: 0%;
    opacity: 0;
}
.toggle.open > div > div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg) translateY(-16px);
    top: 39px;
    left: 8px;
    width: 100%;
}
.menu {
    z-index: 8;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    color: white;
    overflow: hidden;
}
.menu .container > div:nth-child(1) {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(22, 24, 39, 0.75);
    opacity: 1;
    overflow: hidden;
}
.menu .container > div:nth-child(2) {
    width: 100%;
    text-align: left;
    position: relative;
    margin: 150px 0 0 0;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 600px;
}
.no-margin-top {
    margin: 0px !important;
}
.menu .container > div:nth-child(2) ul.sections li {
    font-family: Times Bold;
    font-size: 46px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 46px 170px;
}
.menu .container > div:nth-child(2) ul.sections li a {
    color: #FFF;
    transition: 0.2s;
}
.menu .container > div:nth-child(2) ul.sections li a:hover {
    transition: 0.2s;
    color: #b69d80;
    text-decoration: none;
}
.menu .container > div:nth-child(3) a:not(:hover) {
    opacity: 1;
}
.menu .socials-menu {
    width: auto;
    position: absolute; 
    bottom: 0;
    margin: 0 0 0 170px;
}
.menu .socials-menu .icon {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 40px 0 0;
    padding: 16px 0 0 0;
    text-align: center;
    box-shadow: 0px 0px 0px 2px #b69d80;
    border-radius: 100px;
    transition: 0.3s;
}
.menu .socials-menu .icon:hover {
    background: #b69d80;
    transition: 0.3s;
}
.parallax{
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    position: relative;
}
.banner-top {
    width: 100%;
    height: 992px;
    float: left;
    background: url(../images/banner_top.jpg) center;
    background-size: cover;
    background-attachment: fixed;
}
.menu-bar {
    width: 100%;
    height: 108px;
    float: left;
    margin: 71px 0 0 0;
}
.menu-bar .logo {
    width: 107px;
    margin: 0 auto;
}
.banner-top .text {
    width: 100%;
    float: left;
    margin: 270px 0 0 0;
    text-align: center;
    letter-spacing: 2px;
}
.banner-top .icon-arrow {
    width: 100%;
    height: 75px;
    margin: 190px 0 0 0;
    float: left;
    text-align: center;
}
.banner-top .icon-arrow img {
    transition: 0.3s;
}
.banner-top .icon-arrow img:hover {
    transition: 0.3s;
    margin: 10px 0 0 0;
    opacity: 0.80;
}
.banner-top .text h1 {
    font-family: Times Bold;
    font-size: 83px;
    color: #FFF;
}
.banner-top .text p {
    margin: 40px 0 0 0;
    font-family: Times Bold;
    font-size: 16px;
    color: #b69d80;
    text-transform: uppercase;
}
.bar-blue {
    width: 100%;
    height: 270px;
    padding: 120px 0 0 0;
    float: left;
    background: #22263d;
    text-align: center;
    text-transform: uppercase;
}
.bar-blue h2 {
    font-family: Times Bold;
    font-size: 33px;
    color: #b69d80
}
.about-home {
    width: 100%;
    float: left;
    padding: 152px 0 0 0;
}
.about-home .text {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
}
.about-home .text h2 {
    font-family: Times Bold;
    font-size: 88px;
    color: #22243b;
    line-height: 1.0em;
    text-transform: uppercase;
}
.about-home .text p {
    margin: 120px 0 0 0;
    font-family: Times Regular;
    font-size: 20px;
    color: #3b3b3b;
    line-height: 1.7em;
}
.about-home .line-title {
    width: 153px;
    height: 153px;
    margin: 110px 0 0 170px;
    position: absolute;
    background: url(../images/line_title.png);
}
.about-home .text .arrow-more {
    width: auto;
    float: left;
    margin: 106px 0 0 -50px;
}
.about-home .text .arrow-more img {
    transition: 0.3s;
}
.about-home .text .arrow-more img:hover {
    transition: 0.3s;
    margin: 0 0 0 15px;
}
.about-home .img-home {
    width: 528px;
    height: 702px;
    float: right;
    background: url(../images/img_fine_dine.jpg);
    background-size: cover;
}
.about-home .img-home .info {
    padding: 0 0 40px 70px;
    font-family: Times Bold;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
}
.base-bar-about-blue {
    width: 100%;
    float: left;
}
.bar-about-blue {
    width: 1680px;
    height: 1070px;
    margin: 170px -565px 0 0;
    float: right;
    background: #22263d;
}
.bar-about-blue .photo {
    width: 650px;
    height: 811px;
    float: left;
    margin: 259px 0 0 -300px;
    background: url(../images/photo_home_01.jpg) center;
    background-size: cover;
}
.bar-about-blue .text {
    width: 600px;
    float: left;
    margin: 220px 0 0 200px;
}
.bar-about-blue .text h2 {
    font-family: Times Bold;
    font-size: 58px;
    color: #b69d80;
    text-transform: uppercase;
    line-height: 1.1em;
}
.bar-about-blue .text p {
    margin: 66px 0 0 0;
    font-family: Times Regular;
    font-size: 20px;
    color: #FFF;
    line-height: 1.7em;
}
.bar-about-blue .arrow-more {
    width: auto;
    float: left;
    margin: 90px 0 0 -50px;
}
.bar-about-blue .arrow-more img {
    transition: 0.3s;
}
.bar-about-blue .arrow-more img:hover {
    transition: 0.3s;
    margin: 0 0 0 15px;
}
.photos-home {
    width: 100%;
    float: left;
}
.photos-home .details {
    width: auto;
    height: 150px;
    float: left;
    margin: -73px 0 0 130px;
    padding: 52px 80px 0 80px;
    background: #d1b78a;
    font-family: Times Bold;
    font-size: 30px;
    color: #4f301f;
    text-transform: uppercase;
}
.photos-home .grid-base {
    width: 49%;
    float: left;
}
.photos-home .info-photo {
    width: 100%;
    height: auto;
    float: left;
    padding: 70px;
    margin: 120px 0 0 0;
    background: #d1b78a;
    font-family: Times Regular;
    font-size: 20px;
    color: #4f301f;
    line-height: 1.7em;
}
.photos-home .photo-02 {
    width: 100%;
    height: 800px;
    float: left;
    background: url(../images/photo_home_02.jpg) center;
    background-size: cover;
    box-shadow: inset 0px 0px 0px 12px #d1b78a;
}
.photos-home .photo-03 {
    width: 49%;
    height: 800px;
    float: right;
    background: url(../images/photo_home_03.jpg) center;
    background-size: cover;
    box-shadow: inset 0px 0px 0px 12px #d1b78a;
}
.about-chef {
    width: 100%;
    float: left;
    padding: 150px 0;
    margin: 120px 0 0 0;
    background: #f5f5f5;
}
.about-chef .photo-chef {
    width: 395px;
    height: 617px;
    float: left;
    background: url(../images/chef.png);
}
.about-chef h2 {
    font-family: Times Bold;
    font-size: 62px;
    color: #22243b;
    text-transform: uppercase;
}
.about-chef .information {
    width: 100%;
    float: left;
}
.about-chef p {
    width: 100%;
    float: left;
    font-family: Times Regular;
    font-size: 20px;
    color: #3b3b3b;
    line-height: 1.7em;
}
.about-chef .detail {
    width: 213px;
    height: 3px;
    margin: 87px 0;
    float: left;
    background: #b69d80;
}
.dish-home {
    width: 100%;
    height: 980px;
    float: left;
    background: url(../images/lamb_shank.jpg) center;
    background-size: cover;
    background-attachment: fixed;
}
.dish-home .bar_vertical {
    width: 30%;
    height: 980px;
    float: left;
    background: #22263d;
}
.dish-home .information {
    width: 480px;
    float: left;
    margin: 500px 0 0 -150px;
}
.dish-home .information .detail {
    width: 180px;
    height: 3px;
    margin: 0 0 160px 0;
    float: left;
    background: #b69d80;
}
.dish-home .information p {
    font-family: Gotham Medium;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.dish-home .information h3 {
    margin: 8px 0 0 0 ;
    font-family: Times Bold;
    font-size: 70px;
    color: #FFF;
    text-transform: uppercase;
}
.dish-home .information h3, p {
    width: 100%;
    float: left;
}
.catering-home {
    width: 100%;
    float: left;
    padding: 225px 0 0 0;
}
.catering-home .title {
    width: 100%;
    float: left;
    background: url(../images/line_hor_title.png) center no-repeat;
}
.catering-home .title h2 {
    width: 420px;
    margin: 0 auto;
    font-family: Times Bold;
    font-size: 65px;
    color: #22243b;
    text-transform: uppercase;
    background: #FFF;
    text-align: center;
}
.catering-home .content-video {
    width: 100%;
    height: 790px;
    margin: 170px 0 0 0;
    float: left;
    background-size: cover;
}
.catering-home .content-text {
    width: 100%;
    height: 410px;
    right: 0;
    margin: 340px 0 0 -100px;
    padding: 88px 0 0 90px;
    background: #d1b78a;
}
.catering-home .content-text p {
    width: 360px;
    font-family: Times Regular;
    font-size: 20px;
    color: #4f301f;
    line-height: 1.7em;
}
.catering-home .content-text .btn-more {
    float: left;
    bottom: 0;
    margin: 140px 0 0 80px;
    font-family: Gotham Medium;
    font-size: 25px;
    color: #22243b;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: 0.3s;
}
.catering-home .content-text .btn-more:hover {
    transition: 0.3s;
    margin-left: 90px;
}
.catering-home .content-text .btn-more img {
    margin: -2px 0 0 20px;
}
.catering-home .content-text .btn-more {}
#videoDiv {position: relative;}
#video1 {width: 100%; display: block;}
.customer-speak {
    width: 100%;
    float: left;
    margin: 170px 0 0 0;
}
.customer-speak .bar-blue-title {
    width: 100%;
    height: 600px;
    padding: 237px 0 0 0;
    float: left;
    background: #22263d;
}
.customer-speak .bar-blue-title h2 {
    font-family: Times Bold;
    font-size: 71px;
    color: #b69d80;
    text-transform: uppercase;
}
.customer-speak .bar-blue-title p {
    margin: 25px 0 0 0;
    font-family: Times Regular;
    font-size: 20px;
    color: #FFF;
    line-height: 1.7em;
}
.customer-speak .comments {
    width: 100%;
    padding: 150px 0;
    float: left;
}
.customer-speak .comments .base {
    width: 100%;
    float: left;
}
.customer-speak .comments .name {
    width: 100%;
    float: left;
    font-family: Times Bold;
    font-size: 39px;
    color: #582c19;
    text-transform: uppercase;
}
.quote {
    float: left;
    margin: 30px 0;
    font-family: Times Bold;
    font-size: 80px;
    color: #582c19
}
.customer-speak .comments .comment {
    width: 100%;
    float: left;
    font-family: Times Regular;
    font-size: 17px;
    color: #582c19;
    line-height: 1.8em;
}
.customer-speak .comments .stars {
    width: 255px;
    height: auto;
    float: left;
    margin: 52px 0;
}
.customer-speak .comments .star {
    width: 18px;
    height: 17px;
    margin: 0 15px 0 0;
    float: left;
    background: url(../images/star.png);
}
.customer-speak-influencers {
    width: 100%;
    height: 834px;
    padding: 180px 0;
    float: left;
    background: #161827;
}
.customer-speak-influencers .profile {
    width: 100%;
    float: left;
    margin: 200px 0 0 0;
}
.customer-speak-influencers .profile .photo {
    width: 139px;
    height: 139px;
    margin: 0 40px 0 0;
    float: left;
    border-radius: 100px;
    background-size: cover;
}
.customer-speak-influencers .profile .details {
    width: 350px;
    float: left;
}
.customer-speak-influencers .profile .name {
    width: 100%;
    float: left;
    font-family: Times Bold;
    font-size: 42px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: inherit;
}
.customer-speak-influencers .profile .subject {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    font-family: Gotham Medium;
    font-size: 17px;
    color: #b69d80;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.customer-speak-influencers .profile .name img {
    margin: -12px 0 0 10px;
}
.customer-speak-influencers .quote-1 {
    width: 49px;
    height: 36px;
    float: left;
    margin: 90px 0 35px 0;
    background: url(../images/quote_1.png) no-repeat;
}
.customer-speak-influencers .quote-2 {
    width: 49px;
    height: 36px;
    float: right;
    margin: 25px 0 0 0;
    background: url(../images/quote_2.png) no-repeat;
}
.customer-speak-influencers h3 {
    width: 100%;
    float: left;
    font-family: Times Regular;
    font-size: 36px;
    color: #FFF;
    line-height: 1.8em;
}
.customer-speak-influencers .small {
    width: 100%;
    float: left;
    font-family: Times Regular;
    font-size: 29px;
    color: #FFF;
    line-height: 1.4em;
}
.dish-unique {
    width: 100%;
    height: 980px;
    padding: 430px 0 0 0;
    float: left;
    background: url(../images/dish_unique.jpg) center;
    background-size: cover;
    background-attachment: fixed;
}
.dish-unique .line-detail {
    width: 254px;
    height: 3px;
    margin: 0 auto;
    background: #FFF;
}
.dish-unique h3 {
    width: 100%;
    margin: 40px 0;
    text-align: center;
    font-family: Times Bold;
    font-size: 35px;
    color: #FFF;
    text-transform: uppercase;
}
.footer {
    width: 100%;
    float: left;
    padding: 150px 0;
    background: #161827;
}
.footer ul {
    height: auto;
    list-style-type: none;
    text-align: right;
}
.footer ul li {
    margin: 10px 0;
    font-family: Gotham Medium;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2.9em;
}
.footer ul li a {
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
}
.footer ul li a:hover {
    transition: 0.3s;
    color: #b69d80;
}
.footer .socials {
    width: 100%;
    float: left;   
}
.footer .socials .icon {
    width: 60px;
    height: 60px;
    float: right;
    margin: 0 0 0 40px;
    padding: 16px 0 0 0;
    text-align: center;
    box-shadow: 0px 0px 0px 2px #b69d80;
    border-radius: 100px;
    transition: 0.3s;
}
.footer .socials .icon:hover {
    background: #b69d80;
    transition: 0.3s;
}
.footer .socials .text {
    float: right;
    margin: 26px 0 0;
    font-family: Gotham Medium;
    font-size: 17px;
    color: #b69d80;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer .copyrights {
    width: 80%;
    float: right;
    padding: 70px 0 0 0;
    margin: 70px 0 0 0;
    border-top: 1px solid #313342;
    font-family: Gotham Book;
    font-size: 12px;
    color: #b69d80;
    text-align: right;
    letter-spacing: 2px;
    line-height: 2.3em;
    text-transform: uppercase;
}
.footer .adress {
    width: 100%;
    float: left;
    text-align: right;
    margin: 0 0 20px 0;
    font-family: Gotham Book;
    font-size: 17px;
    color: #b69d80;
    transition: 0.2s;
}
.footer .adress a {
    color: #b69d80;
    transition: 0.2s;
}
.footer .adress a:hover {
    color: #FFF;
    transition: 0.2s;
    text-decoration: none;
}
.footer .logo-footer {
    transition: 0.2s;
}
.footer .logo-footer:hover {
    opacity: 0.75;
    transition: 0.2s;
}
.bar-page-blue {
    width: 100%;
    float: left;
    background: #161827;
}
.bar-page-blue .details {
    width: 100%;
    float: left;
    margin: 71px 0 0 0;
    padding: 270px 0;
    border-top: 1px solid #262834;
}
.bar-page-blue .details h2 {
    font-family: Times Bold;
    font-size: 75px;
    color: #b69d80;
    text-transform: uppercase;
}
.bar-page-blue .details p {
    width: 325px;
    float: right;
    font-family: Times Regular;
    font-size: 20px;
    color: #FFF;
    line-height: 1.7em;
}
.page-contact {
    width: 100%;
    float: left;
    padding: 180px 0;
    background: #d1b78a;
}
.bar-page-blue .line-title {
    width: 153px;
    height: 153px;
    float: right;
    margin: -130px -85px 0 0;
    background: url(../images/line_title.png);
}
.page-contact input {
    width: 100%;
    height: 96px;
    padding: 0px 55px 0 55px;
    float: left;
    margin: 0 0 30px 0;
    background: #FFF;
    font-family: Gotham Medium;
    color: #4f301f;
    font-size: 19px;
    outline: none;
    border: none;
    transition: 0.3s;
    box-shadow: 0px 0px 0px 2px #4f301f;
    background: none;
    letter-spacing: 1px;
}
.page-contact input::-webkit-input-placeholder,  .page-contact textarea::-webkit-input-placeholder {
    color: #4f301f;
}
.page-contact input:focus, .page-contact textarea:focus {
    box-shadow: 0px 0px 0px 2px #efdab6;
    transition: 0.3s;
}
.page-contact textarea {
    width: 100%;
    height: 200px;
    min-height: 200px;
    padding: 30px 55px 0 55px;
    float: left;
    margin: 0 0 30px 0;
    background: #FFF;
    font-family: Gotham Medium;
    color: #4f301f;
    font-size: 19px;
    outline: none;
    border: none;
    transition: 0.3s;
    box-shadow: 0px 0px 0px 2px #4f301f;
    background: none;
    letter-spacing: 1px;
}
.page-contact .btn-send {
    width: auto;
    float: left;
    margin: 20px 0 0 0;
    background: #22263d;
    padding: 35px 45px;
    font-family: Gotham Medium;
    color: #d1b78a;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    cursor: pointer;
}
.page-contact .btn-send:hover {
    transition: 0.3s;
    background: #efdab6;
    color: #22263d;
}
.info-number {
    width: 100%;
    float: left;
    padding: 190px;
}
.info-number h2 {
    font-family: Times Bold;
    font-size: 75px;
    color: #22243b;
    text-transform: uppercase;
}
.info-number .number {
    width: auto;
    float: right;
    margin: 60px 0 0 0;
}
.info-number .number h3 {
    font-family: Times Bold;
    font-size: 53px;
    color: #22243b;
    text-transform: uppercase;
}
.info-number .number img {
    margin: -11px 40px 0 0;
}
.info-number .line-title {
    width: 153px;
    height: 153px;
    float: right;
    margin: -170px -85px 0 0;
    background: url(../images/line_title.png);
}
.banner-about {
    width: 100%;
    height: 992px;
    float: left;
    background: url(../images/banner_about.jpg) center;
    text-align: center;
    background-size: cover;
}
.banner-about .title {
    width: 100%;
    margin: 350px 0 0 0;
    float: left;
}
.banner-about .title h2 {
    font-family: Times Bold;
    font-size: 75px;
    color: #FFF;
    text-transform: uppercase;
}
.bar-intern-about {
    width: 100%;
    float: left;
    padding: 180px;
    background: #161827;
    text-align: center;
}
.bar-intern-about p {
    font-family: Times Regular;
    font-size: 20px;
    color: #FFF;
    line-height: 1.7em;
}
.bar-intern-beige {
    width: 100%;
    float: left;
    padding: 130px 0;
    background: #d1b78a;
    text-align: center;
}
.bar-intern-beige p {
    font-family: Times Regular;
    font-size: 20px;
    color: #4f301f;
    line-height: 1.7em;
}
.team-about {
    width: 100%;
    float: left;
}
.team-about .photo {
    width: 50%;
    height: 980px;
    float: left;
    background: url(../images/team_about.jpg) center;
    background-size: cover;
}
.team-about .details {
    width: 50%;
    height: 980px;
    float: left;
    padding: 230px 100px 0 100px;
    background: #22263d;
}
.team-about .details img {
    margin: 0 0 100px 0;
}
.team-about .details p {
    font-family: Times Regular;
    font-size: 20px;
    color: #FFF;
    line-height: 2.0em;
}
.photos-ambient {
    width: 100%;
    float: left;
}
.photos-ambient .text {
    width: auto;
    padding: 30px 45px;
    margin: 520px 0 0 80px;
    float: left;
    font-family: Times Bold;
    font-size: 23px;
    color: #FFF;
    line-height: 1.2em;
    text-transform: uppercase;
    background: #22263d;
}
.photos-ambient .photo-01 {
    width: 50%;
    height: 700px;
    float: left;
    margin: 120px 0 0 0;
    background: url(../images/ambient_01.jpg) center;
    background-size: cover;
    transition: 0.3s;
}
.photos-ambient .photo-02 {
    width: 50%;
    height: 700px;
    float: left;
    background: url(../images/ambient_02.jpg) center;
    background-size: cover;
}
.catering-page {
    width: 100%;
    float: left;
}
.catering-page .section-01 {
    width: 100%;
    float: left;
    margin: 110px 0;
}
.catering-page .section-01 h3 {
    font-family: Times Regular;
    font-size: 20px;
    color: #4f301f;
    line-height: 1.7em;
}
.catering-page .video {
    width: 100%;
    float: left;
    margin: -180px 0 90px 0;
}
.our-menu {
    width: 100%;
    float: left;
}
.our-menu .dish {
    width: 49%;
    height: 800px;
    float: left;
    background: url(../images/catering_img.jpg) center;
    background-size: cover;
    box-shadow: inset 0px 0px 0px 12px #d1b78a;
}
.our-menu .dish2 {
    width: 49%;
    height: 800px;
    float: right;
    background: url(../images/catering2_img.jpg) center;
    background-size: cover;
    box-shadow: inset 0px 0px 0px 12px #d1b78a;
}
.our-menu .logo-photo {
    width: 100%;;
    float: left;
    margin: 50px 0 0 0;
    color: #22263d;
    opacity: 0.50;
    font-size: 50px;
    font-family: Times Bold;
    text-transform: uppercase;
    text-align: center;
}
.our-menu .logo-photo img {
    width: 100%;
}
.our-menu .info-menu {
    width: 50%;
    height: 800px;
    float: left;
    padding: 200px 0 0 230px;
}
.our-menu .info-menu img {
    margin: 0 0 65px 0;
}
.our-menu .info-menu h2 {
    font-family: Times Bold;
    font-size: 75px;
    color: #22243b;
    text-transform: uppercase;    
}
.our-menu .info-menu .line-title {
    width: 153px;
    height: 153px;
    float: left;
    margin: -80px 0 0 200px;
    background: url(../images/line_title.png);
}
.our-menu .list-all {
    width: 100%;
    float: left;
    margin: 90px 0 90px 0;
}
.our-menu .list-product {
    width: 100%;
    float: left;
    padding: 65px 0;
    border-bottom: 1px solid #e8e8e8;
}
.our-menu .list-product h3 {
    margin: 0 0 20px 0;
    font-family: Times Bold;
    color: #22243b;
    font-size: 42px;
    text-transform: uppercase;
}
.our-menu .list-product p {
    font-family: Times Regular;
    font-size: 20px;
    color: #4f301f;
    line-height: 1.5em;
}
.our-menu .list-product .price {
    width: auto;
    float: right;
    margin: 20px 0 0 0;
    padding: 20px 46px;
    font-family: Times Bold;
    color: #b69d80;
    font-size: 32px;
    border: 2px solid #b69d80;
    text-transform: uppercase;
    transition: 0.2s;
    cursor: pointer;
}
.our-menu .list-product .price:hover {
    transition: 0.2s;
    background: #b69d80;
    color: #FFF;
}
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .menu {
        width: 82%;
        opacity: 0.94;
    }
    .toggle {
        z-index: 9;
        display: none;
        right: 0;
        margin: -80px 20px 0 0;
        background: none;
    }
    .menu-bar {
        margin: 40px 0 0 0;
    }
    .menu-bar .logo {
        text-align: center;
    }
    .menu-bar .logo img {
        width: 80px;
    }
    .banner-top .text h1 {
        font-size: 60px;
    }
    .bar-blue {
        height: auto;
        padding: 80px 0;
    }
    .bar-blue h2 {
        font-size: 25px;
    }
    .about-home {
        padding: 60px 0 0 0;
    }
    .banner-top .text {
        margin: 180px 0 0 0;
    }
    .about-home .text h2 {
        font-size: 65px;
        text-align: center;
    }
    .banner-top {
        height: 700px;
        background-attachment: inherit;
    }
    .banner-top .icon-arrow {
        margin: 110px 0 0 0;
    }
    .about-home .line-title {
        display: none;
    }
    .about-home .text p {
        margin: 60px 0 0 0;
        font-size: 18px;
        text-align: center;
    }
    .about-home .text .arrow-more {
        width: 100%;
        float: left;
        margin: 50px 0 50px -20px;
        text-align: center;
    }
    .about-home .img-home {
        width: 100%;
        height: 500px;
        background-size: cover;
    }
    .bar-about-blue {
        width: 100%;
        height: auto;
        float: left;
        margin: 70px 0 0 0;
        padding-bottom: 40px;
    }
    .bar-about-blue .photo {
        width: 100%;
        height: 400px;
        margin: 0 0 100px 0;
    }
    .bar-about-blue .text {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 60px;
    }
    .catering-home .content-text {
        width: 100%;
    }
    .bar-about-blue .text h2 {
        font-size: 37px;
    }
    .photos-home .photo-02 {
        width: 100%;
        height: 500px;
        margin: 0;
    }
    .photos-home .photo-03 {
        width: 100%;
        height: 500px;
    }
    .about-chef {
        padding: 100px 0;
        margin: 100px 0 0 0;
    }
    .about-chef .photo-chef {
        width: 240px;
        height: 375px;
        float: none;
        margin: 0 auto;
        margin-bottom: 70px;
        background-size: cover;
    }
    .about-chef h2 {
        font-size: 42px;
    }
    .about-chef .detail {
        margin: 50px 0;
    }
    .dish-home .bar_vertical {
        display: none;
    }
    .dish-home {
        height: 600px;
        background-attachment: inherit;
    }
    .dish-home .information {
        width: auto;
        padding: 40px;
        margin: 360px 0 0 0;
    }
    .dish-home .information p {
        font-size: 17px;
    }
    .dish-home .information h3 {
        font-size: 50px;
        margin: 0;
    }
    .dish-home .information .detail {
        display: none;
    }
    .catering-home .content-video {
        width: 100%;
        height: 600px;
        margin: 80px 0 0 0;
    }
    .catering-home .content-text {
        width: 100%;
        height: auto;
        position: inherit;
        float: left;
        margin: 0;
        padding: 60px 50px;
    }
    .catering-home .content-text p {
        width: 100%;
        margin: 0;
    }
    .catering-home .content-text .btn-more {
        float: left;
        position: inherit;
        margin: 60px 0 40px 90px;
    }
    .catering-home .content-text .btn-more img {
        display: none;
    }
    .customer-speak .bar-blue-title {
        height: auto;
        padding: 90px 0;
    }
    .customer-speak .bar-blue-title h2 {
        font-size: 44px;
    }
    .customer-speak .bar-blue-title p {
        font-size: 17px;
    }
    .customer-speak .comments {
        padding: 50px 20px;
    }
    .customer-speak .comments .base {
        margin: 35px 0;
    }
    .customer-speak .comments .stars {
        margin: 20px 0;
    }
    .customer-speak .comments .name {
        font-size: 30px;
    }
    .catering-home .title h2 {
        width: 300px;
        font-size: 44px;
    }
    .catering-home {
        padding: 89px 0 0 0;
    }
    .footer {
        text-align: center;
        padding: 80px 0;
    }
    .footer ul li {
        text-align: center;
        width: 100%;
    }
    .customer-speak-influencers {
        height: auto;
        padding: 90px 0;
    }
    .customer-speak-influencers .profile {
        margin: 0;
    }
    .customer-speak-influencers h3 {
        font-size: 25px;
        line-height: 1.5em;
    }
    .customer-speak-influencers .profile .photo {
        width: 80px;
        height: 80px;
    }
    .customer-speak-influencers .profile .subject {
        font-size: 14px;
        margin: 0;
    }
    .customer-speak-influencers .quote-1 {
        margin: 60px 0 35px 0;
    }
    .dish-unique {
        height: 600px;
        padding: 200px 0 0 0;
        background-attachment: inherit;
    }
    .footer .copyrights {
        width: 100%;
        text-align: center;
    }
    .footer .logo-footer {
        margin: 0 0 60px 0;
    }
    .menu .container > div:nth-child(2) ul.sections li {
        font-family: Times Bold;
        font-size: 35px;
        color: #000;
        text-transform: uppercase;
        margin: 0 0 30px 45px !important;
    }
    .menu .container > div:nth-child(2) {
        margin: 150px 0 0 0 !important;
    }
    .menu .socials-menu {
        margin: 0 0 0 80px !important;
    }
    ol, ul {
        height: 480px;
    }

    .banner-about {
        height: 680px;
        background-attachment: inherit;
    }
    .banner-about .title {
        margin: 250px 0 0 0;
    }
    .banner-about .title h2 {
        font-size: 65px;
    }
    .bar-intern-about {
        padding: 70px 0;
    }
    .bar-intern-about p {
        font-size: 17px;
    }
    .photos-ambient .photo-01 {
        width: 100%;
        height: 650px;
        margin: 100px 0 0 0;
    }
    .photos-ambient .photo-02 {
        width: 100%;
        height: 650px;
        margin: 10px 0 0 0;
    }
    .photos-ambient .text {
        font-size: 27px;
        margin: 480px 0 0 30px;
    }
    .bar-intern-beige {
        padding: 100px 0;
    }
    .team-about .photo {
        width: 100%;
        height: 600px;
    }
    .team-about .details {
        width: 100%;
        height: auto;
        padding: 100px 20px
    }
    .team-about .details p {
        font-size: 18px;
    }
    .team-about .details img {
        margin: 0 0 60px 0;
    }
    .bar-page-blue .details h2 {
        font-size: 65px;
    }
    .bar-page-blue .details {
        padding: 150px 0;
    }
    .our-menu .dish {
        width: 100%;
        height: 550px;
    }
    .our-menu .dish {
        width: 100%;
        height: 550px;
    }
    .our-menu .dish2 {
        width: 100%;
        height: 550px;
    }
    .our-menu .info-menu {
        width: 100%;
        height: auto;
        padding: 140px 0 0 60px;
    }
    .our-menu .info-menu h2 {
        font-size: 65px;
    }
    .our-menu .list-product h3 {
        font-size: 30px;
    }
    .our-menu .list-product p {
        font-size: 14px;
    }
    .our-menu .list-product .price {
        width: 100%;
        font-size: 22px;
        text-align: center;
        padding: 15px 0;
    }
    .our-menu .list-product {
        padding: 40px 0;
    }
    .bar-page-blue .line-title {
        display: none;
    }
    .bar-page-blue .details p {
        width: 100%;
        margin: 60px 0 0 0;
        float: left;
    }
    .page-contact {
        padding: 130px 0;
    }
    .info-number {
        padding: 120px 0;
    }
    .info-number .line-title {
        display: none;
    }
    .info-number h2 {
        font-size: 60px;
    }
    .info-number .number {
        float: left;
    }
    .icone-loading img {
        width: 150px;
        margin: 80px 0 0 0;
        border-radius: 10px;
    }
    .info-number .number h3 {
        font-size: 33px;
    }
    .info-number .number a {
        color: #22243b;
    }
    .order-menu {
        z-index: 9;
        left: 0;
        margin: 16px 0 0 20px;
        position: absolute;
        padding: 8px 13px;
        font-size: 15px;
    }
    .order-menu img {
        display: none;
    }
    .about-chef p {
        font-size: 17px;
    }
    .customer-speak-influencers .profile .name {
        font-size: 37px;
    }
    .customer-speak-influencers .profile .details {
        width: 240px;
        float: left;
    }
    .footer .adress {
        text-align: center;
    }
    .catering-page .video {
        width: 100%;
        float: left;
        margin: -20px 0 90px 0;
    }
    .photos-home .grid-base {
        width: 100%;
    }

}
@media (max-height: 790px) {
    .menu .container > div:nth-child(2) {
        margin: 100px 0 0 0;
    }
    .menu .container > div:nth-child(2) ul.sections li {
        margin: 0 0 40px 90px;
        font-size: 36px;
    }
    .menu-bar {
        margin: 40px 0 0 0;
    }
    ol, ul {
        height: 480px;
    }
    .menu .socials-menu {
        margin: 0 0 0 90px;
    }
    .icone-loading img {
        width: 180px;
        margin: 230px 0 0 0 !important;
        border-radius: 10px;
    }
    .banner-about {
        height: 680px;
    }
    .banner-about .title {
        margin: 220px 0 0 0;
    }
    .bar-page-blue .details {
        margin: 40px 0 0 0;
        padding: 200px 0;
    }
    .banner-top .text h1 {
        font-size: 60px;
        line-height: 1.0em;
    }
    .banner-top .text p {
        margin: 20px 0 0 0;
    }
    .banner-top .text {
        margin: 160px 0 0 0;
    }
    .banner-top {
        height: 760px;
    }
}