html{font-size:62.5%}
body{margin:0;background-color:#fff;color:#000;font-size:1.6rem;line-height:1.2;font-family:proxima-nova,sans-serif;font-weight:300;font-style:normal}
strong{font-weight:600}
ul{margin:0;padding:0;list-style:inside}
a{color:inherit;text-decoration:none;-webkit-transition:.3s color ease;transition:.3s color ease}
p{margin:2rem 0}
a:hover,a:visited,a:focus{color:inherit}
h1,h2,h3,h4,h5,h6{line-height:1.2;font-family:arno pro,serif;font-weight:600;font-style:normal;color:#000ba6}
h1{font-size:2.8rem}
h2{font-size:2.1rem}
h3{font-size:2rem}
h4{font-size:1.8rem}
h5{font-size:1.8rem}
h6{font-size:1.7rem}
.seed-icon{width:200px;height:auto;fill:red}
.wrapper-1050{max-width:1050px;margin:0 auto;padding:0 15px}
.wrapper-900{max-width:900px;margin:0 auto;padding:0 15px}
input[type="submit"],.button{display:inline-block;border:1px solid #fff;padding:.9rem 5rem;background-color:transparent;text-transform:uppercase;letter-spacing:1px;-webkit-transition:.3s background-color ease,0.3s color ease;transition:.3s background-color ease,0.3s color ease;cursor:pointer;border-radius:0;font-size:16px}
input[type="submit"].button--alt,.button.button--alt{border:1px solid #ad6d56;background-color:#ad6d56;color:#fff}
input[type="submit"]:hover,.button:hover{background-color:#fff;color:#000}
form input[type="file"]{font-size:16px}
form input[type="submit"]{border:1px solid #ad6d56;background-color:#ad6d56;color:#fff}
.section-title{margin-top:0;margin-bottom:20px}
.padded{padding-top:70px;padding-bottom:70px}
.biege{background-color:#fff0d6}
.home .site-header .header-container .logo-wrapper .logo a img{width:200px}
.home .site-header .header-container .menus-wrapper .menus-separator{width:290px}
.site-header{position:absolute;z-index:999;top:0;left:0;right:0;height:96px;background:black;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(255,255,255,0)));background:linear-gradient(180deg,rgba(0,0,0,0.5) 0,rgba(255,255,255,0) 100%)}
.site-header .header-container{height:96px;position:relative}
.site-header .header-container .logo-wrapper{position:absolute;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.site-header .header-container .logo-wrapper .logo a{display:block}
.site-header .header-container .menus-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.site-header .header-container .menus-wrapper .menu-left-wrapper{width:calc(50% - 120px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.site-header .header-container .menus-wrapper .menu-right-wrapper{width:calc(50% - 120px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.site-header .header-container .menus-wrapper .menus-separator{width:240px}
.site-header .header-container .hamburger{background:0;border:0;width:40px;height:40px;display:none}
.site-header .header-container .hamburger svg{fill:#ad6d56;width:100%;height:100%}
.site-header .header-container ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}
.site-header .header-container ul li{padding:0;margin:0}
.site-header .header-container ul li a{color:#fff;padding:1rem 2rem;font-weight:300}
.site-header .header-container ul li a:hover{color:#ffb333}
.site-header .header-container ul li.special a{color:#ffb333;font-weight:600}
.site-header .mobile-menu{background-color:#000ba6;padding:15px;color:#fff;position:fixed;top:70px;right:0;width:300px;-webkit-transform:translateX(300px);transform:translateX(300px);-webkit-transition:.3s -webkit-transform ease;transition:.3s -webkit-transform ease;transition:.3s transform ease;transition:.3s transform ease,0.3s -webkit-transform ease;display:none}
.site-header .mobile-menu.open{-webkit-transform:translateX(0);transform:translateX(0)}
.site-header .mobile-menu ul{list-style:none;padding:0;margin:0;text-align:center}
.site-header .mobile-menu ul li{padding:0;margin:0}
.site-header .mobile-menu ul li a{display:block;padding:5px 10px}
.hero{background-size:cover;background-repeat:no-repeat;background-position:center;height:100vh;min-height:700px;background-color:#000;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.hero .hero-video-container{position:absolute;left:0;top:0;bottom:0;right:0;overflow:hidden}
.hero .hero-video-container video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.hero::before{content:"";left:0;right:0;top:0;bottom:0;background-color:#000ba6;z-index:1;position:absolute;opacity:.5}
.hero .hero-content{position:relative;z-index:2;border:1px solid #fff;background-color:rgba(0,0,0,0.6);padding:10px 50px;width:690px;color:#fff;text-align:center}
.hero .hero-content .hero-title{line-height:1.4;margin:20px 0;color:#ffb333}
.hero .hero-content .hero-subtitle{font-weight:300;font-size:2.8rem;margin:20px 0 20px 0;color:#fff}
.hero .hero-content .hero-text{font-size:2.1rem;line-height:1.4;margin:20px 0 20px 0}
.hero .hero-content .hero-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px;margin-bottom:35px}
.hero .hero-content .hero-buttons .button{width:calc(45% - 15px)}
.hero .hero-content .hero-buttons .button:not(:first-of-type){margin-left:30px}
.hero .hero-content .hero-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;margin-top:20px}
.hero .hero-content .hero-icon-wrapper svg{width:30px;height:auto}
.bg-biege-cutoff{background:#fff0d6;background:-webkit-gradient(linear,left top,left bottom,from(#fff0d6),color-stop(85%,#fff0d6),color-stop(85%,white),to(white));background:linear-gradient(180deg,#fff0d6 0,#fff0d6 85%,white 85%,white 100%)}
.bg-white-cutoff{background:white;background:-webkit-gradient(linear,left top,left bottom,from(#fff0d6),color-stop(15%,#fff0d6),color-stop(15%,white),to(white));background:linear-gradient(180deg,#fff0d6 0,#fff0d6 15%,white 15%,white 100%)}
.link,.link:visited{color:#ad6d56;font-weight:600}
.text-with-slider{padding:50px 0}
.text-with-slider .text-with-slider-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.text-with-slider .text-with-slider-container .text{width:50%;padding:50px 100px 50px 0;text-align:right}
.text-with-slider .text-with-slider-container .text .section-title{color:#000ba6;margin:0 0 2rem 0}
.text-with-slider .text-with-slider-container .slider{width:50%;padding-left:15px}
.image-with-text{padding:50px 0;background-color:#fff}
.image-with-text .image-with-text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.image-with-text .image-with-text-container .text{width:50%;padding:50px 0 50px 100px;margin-top:-90px}
.image-with-text .image-with-text-container .text .section-title{color:#ad6d56;margin:0 0 2rem 0}
.image-with-text .image-with-text-container .image{width:50%;padding-right:15px;margin-top:-180px}
.site-footer{background-color:#ad6d56;color:#fff;padding:70px 0 25px 0}
.site-footer .footer-top-container{margin-left:-25px;margin-right:-25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:100px}
.site-footer .footer-top-container .footer-col{width:33.333%;padding:0 25px}
.site-footer .footer-top-container .footer-col.footer-col-center{text-align:center}
.site-footer .footer-top-container .footer-col.footer-col-right{text-align:right}
.site-footer .footer-bottom-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.2rem}
.site-footer .footer-bottom-container .legal{display:-webkit-box;display:-ms-flexbox;display:flex}
.site-footer .footer-bottom-container .legal .copyright{padding-right:20px;margin-right:10px;border-right:1px solid #fff}
.site-footer .footer-bottom-container .legal .footer-menu ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}
.site-footer .footer-bottom-container .legal .footer-menu ul li{padding:0;margin:0}
.site-footer .footer-bottom-container .legal .footer-menu ul li a{padding:0 10px}
.video-box{padding-top:56.25%;position:relative}
.video-box iframe{position:absolute;left:0;top:0;width:100%;height:100%}
.video{background-color:#fff0d6;padding:70px 0}
.video .video-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.video .video-container .video-wrapper{width:calc(100% - 400px);padding-right:70px;text-align:center}
.video .video-container .video-wrapper img{max-height:320px}
.video .video-container .text{width:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.text-with-gallery{background-color:#fff0d6;padding:50px 0}
.text-with-gallery .text-with-gallery-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.text-with-gallery .text-with-gallery-container .text{width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.text-with-gallery .text-with-gallery-container .text .section-title{color:#ad6d56}
.text-with-gallery .text-with-gallery-container .gallery{width:calc(100% - 300px);padding-left:70px}
.team-intro{background-color:#fff0d6;padding:50px 0 10px 0}
.team-intro .team-intro-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.team-intro .team-intro-container .text{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:70px}
.team-intro .team-intro-container .image{width:50%;padding-left:15px}
.team-intro .team-intro-container .image img{width:100%;height:auto}
.menu-intro{background-color:#fff0d6;padding:50px 0}
.menu-intro .menu-intro-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.menu-intro .menu-intro-container .text{width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.menu-intro .menu-intro-container .gallery{width:calc(100% - 300px);padding-left:70px}
.team-member-modal{width:100vw;height:100vh;min-height:700px;position:fixed;top:0;left:0;background-color:#ad6d56;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none;-webkit-transition:.3s opacity ease;transition:.3s opacity ease}
.team-member-modal.open{opacity:1;pointer-events:all}
.team-member-modal .modal-close{position:absolute;top:50px;right:50px;border:0;background:0;width:40px;height:40px;cursor:pointer}
.team-member-modal .modal-close svg{fill:#fff;width:100%;height:100%}
.team-member-modal .team-member-modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.team-member-modal .team-member-modal-container .team-member-photo{width:50%;padding-right:100px}
.team-member-modal .team-member-modal-container .team-member-details{width:50%;color:#fff}
.team-member-modal .team-member-modal-container .team-member-details .name{margin:0 0 10px 0;color:#ffb333}
.team-member-modal .team-member-modal-container .team-member-details .designation{margin:10px 0 30px 0}
.team{padding:20px 0 50px 0}
.team .team-container{margin-left:-15px;margin-right:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.team .team-container .team-member-wrapper{width:33.333%;padding:0 15px;margin-bottom:30px;padding-top:calc(33.333% - 30px);position:relative}
.team .team-container .team-member-wrapper .team-member{position:absolute;top:0;left:15px;right:15px;bottom:0;background-position:center;background-size:cover;background-repeat:no-repeat;cursor:pointer}
.team .team-container .team-member-wrapper .team-member .team-member-content{width:100%;height:100%;padding:30px;background-color:rgba(0,11,166,0.5);text-align:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:.3s opacity ease;transition:.3s opacity ease}
.team .team-container .team-member-wrapper .team-member .team-member-content .name{color:#ffb333;margin:0 0 15px 0}
.team .team-container .team-member-wrapper .team-member .team-member-content .designation{margin:0}
.team .team-container .team-member-wrapper .team-member:hover .team-member-content{opacity:1}
.tour{background-color:#fff0d6;padding:70px 0}
.tour .tour-container{width:100%}
.tour .tour-container iframe{width:100%;height:500px}
.hotel-booking{background-color:#fff;padding:70px 0}
.hotel-booking .hotel-booking-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.hotel-booking .hotel-booking-container .text{width:300px}
.hotel-booking .hotel-booking-container .text .section-title{color:#ffb333}
.hotel-booking .hotel-booking-container .hotel-booking-wrapper{width:calc(100% - 300px);padding-left:100px}
.hotel-booking .hotel-booking-container .hotel-booking-wrapper .the-booking{height:300px;border:1px solid #000;background-color:#efefef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}
.wysiwyg.padding{padding:50px 0}
.reserve{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding-top:200px}
.reserve::before{content:"";left:0;right:0;top:0;bottom:0;background-color:#000ba6;z-index:1;position:absolute;opacity:.5}
.reserve .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:2;padding-bottom:100px}
.reserve .icon svg{width:65px;height:auto;fill:#ffb333}
.reserve .reserve-container{position:relative;z-index:2;background-color:#fff0d6}
.reserve .reserve-container .reserve-content{padding:50px;max-width:900px;margin:0 auto}
.reserve .reserve-container .reserve-content h1{text-align:center;margin:0 0 30px 0}
.reserve .reserve-container .reserve-content .text{font-size:2.1rem;text-align:center}
.reserve .reserve-container .reserve-content form{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-15px;margin-right:-15px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:70px}
.join{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding-top:50px}
.join::before{content:"";left:0;right:0;top:0;bottom:0;background-color:#000ba6;z-index:1;position:absolute;opacity:.5}
.join .join-container{position:relative;z-index:2;background-color:#fff0d6}
.join .join-container .join-content{padding:50px;max-width:900px;margin:0 auto}
.join .join-container .join-content h1{text-align:center;margin:0 0 30px 0}
.join .join-container .join-content .text{font-size:2.1rem;text-align:center}
.form-col-wrapper{padding:0 15px;margin-bottom:20px;width:25%}
.form-col-wrapper .form-col{height:100%}
.form-col-wrapper .form-col label{font-size:1.2rem;color:#ad6d56;font-weight:600;display:block;margin:0 0 10px 0}
.form-col-wrapper .form-col input:not([type="file"]),.form-col-wrapper .form-col select{border:0;background-color:#fff;color:#000ba6;padding:5px 8px;height:35px;font-size:1.6rem;cursor:pointer;width:100%}
.form-col-wrapper .form-col button,.form-col-wrapper .form-col input[type="submit"]{height:35px;font-size:1.6rem;background:#ad6d56;color:#fff;text-transform:uppercase;padding:.9rem 1rem;width:100%;border:0;border-radius:0;cursor:pointer;-webkit-transition:.3s background-color ease;transition:.3s background-color ease}
.form-col-wrapper .form-col button:hover,.form-col-wrapper .form-col input[type="submit"]:hover{background-color:#000ba6}
.form-col-wrapper .form-col .ajax-loader{display:none}
.form-col-wrapper .form-col.submit-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.resturant-menu{background-color:#fff;padding:50px 0}
.resturant-menu .title{margin:0 0 3.5rem 0;text-align:center}
.resturant-menu .menu-tabs .menu-tabs-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:500px;margin-left:auto;margin-right:auto;gap:10px}
.resturant-menu .menu-tabs .menu-tabs-container .menu-tab{width:calc(50% - 5px);text-align:center;color:#fff;background-color:#ad6d56;text-transform:uppercase;font-size:1.8rem;padding:.8rem 2rem;-webkit-transition:.3s background-color ease,0.3s color ease;transition:.3s background-color ease,0.3s color ease;border:1px solid #ad6d56;-webkit-box-sizing:border-box;box-sizing:border-box}
.resturant-menu .menu-tabs .menu-tabs-container .menu-tab:hover{background-color:#fff;color:#ad6d56}
.resturant-menu .menu-wrapper{border-top:1px solid #ad6d56;background-color:#fff}
.resturant-menu .menu-wrapper .wrapper-1050{padding:0}
.resturant-menu .menu-wrapper .menu-container{padding:50px;background-image:url("../img/pattern2.jpg");background-position:center;background-repeat:no-repeat;background-size:cover}
.resturant-menu .menu-wrapper .menu-info{background-color:#ad6d56;color:#fff;text-align:center;padding:10px;line-height:1}
.resturant-menu .menu-wrapper .menu-content{border:1px solid #ad6d56;background-color:#fff;padding:30px 50px;text-align:center}
.resturant-menu .menu-wrapper .menu-content h3{color:#ad6d56}
.resturant-menu .menu-wrapper .menu-content p{margin:25px 0}
.resturant-menu .menu-wrapper .menu-content .price{margin-left:10px;display:inline-block}
.resturant-menu .menu-wrapper .menu-content .menu-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.resturant-menu .menu-wrapper .menu-content .menu-row .menu-col{width:50%}
.map iframe{width:100%;height:500px;vertical-align:middle}
.gallery{display:grid;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:30px}
.gallery .gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.gallery.gallery-style-1{grid-template-columns:1fr 1fr;grid-template-rows:200px 150px 150px}
.gallery.gallery-style-1 .gallery-item:nth-child(1){grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2}
.gallery.gallery-style-1 .gallery-item:nth-child(2){grid-column-start:1;grid-column-end:2;grid-row-start:2;grid-row-end:4}
.gallery.gallery-style-1 .gallery-item:nth-child(3){grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:4}
.gallery.gallery-style-2{grid-template-columns:4fr 6fr;grid-template-rows:300px 200px}
.gallery.gallery-style-2 .gallery-item:nth-child(1){grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:2}
.gallery.gallery-style-2 .gallery-item:nth-child(2){grid-column-start:1;grid-column-end:2;grid-row-start:2;grid-row-end:3}
.gallery.gallery-style-2 .gallery-item:nth-child(3){grid-column-start:2;grid-column-end:3;grid-row-start:2;grid-row-end:3}
.posts-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}
.posts-container .post-wrapper{width:25%;padding:10px}
.posts-container .post-wrapper .entry-title{margin:10px 0 0 0}
.cat-links{color:#ad6d56}
.posted-on{color:#ad6d56}
.gform_required_legend{display:none}
.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;height:100%;min-height:1px;display:none}
[dir="rtl"] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-loading .slick-list{background:#fff url("./../img/ajax-loader.gif") center center no-repeat}
.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;top:calc(100% + 20px);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:0;outline:0}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:0;background:transparent;color:transparent}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}
.slick-prev:before,.slick-next:before{font-family:"Font Awesome 5 Free";font-size:20px;line-height:1;color:#ad6d56;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:900}
.slick-prev{left:10px}
[dir="rtl"] .slick-prev{left:auto;right:10px}
.slick-prev:before{content:""}
[dir="rtl"] .slick-prev:before{content:""}
.slick-next{left:35px}
[dir="rtl"] .slick-next{left:35px;right:auto}
.slick-next:before{content:""}
[dir="rtl"] .slick-next:before{content:""}
.slick-dotted.slick-slider{margin-bottom:30px}
.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}
.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}
.slick-dots li button:hover,.slick-dots li button:focus{outline:0}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"Font Awesome 5 Free";font-size:6px;line-height:20px;text-align:center;color:black;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{color:black;opacity:.75}
@media screen and (max-width:1200px){.site-header{height:70px}
.site-header .header-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;background-color:#000ba6;height:70px}
.site-header .header-container .logo-wrapper{position:static;-webkit-transform:translateX(0);transform:translateX(0);-ms-flex-negative:0;flex-shrink:0;height:100%}
.site-header .header-container .logo-wrapper .logo a img{width:120px}
.site-header .header-container .menus-wrapper .menu-left-wrapper{display:none}
.site-header .header-container .menus-wrapper .menu-right-wrapper{display:none}
.site-header .header-container .menus-wrapper .menus-separator{display:none}
.site-header .header-container .hamburger{display:block}
.site-header .mobile-menu{display:block}
.home .site-header .header-container .logo-wrapper .logo a img{width:auto}
.home .site-header .header-container .menus-wrapper .menus-separator{width:240px}
}@media screen and (max-width:1000px){.text-with-slider .text-with-slider-container .text{padding:30px 30px 30px 0}
.image-with-text .image-with-text-container .text{padding:30px 0 30px 30px;margin-top:0}
.image-with-text .image-with-text-container .image{margin-top:0}
.video{padding:50px 0}
.video .video-container .video-wrapper{width:calc(100% - 300px);padding-right:25px}
.video .video-container .text{width:300px}
.team-intro .team-intro-container .text{padding-right:30px}
.team-intro .team-intro-container .image{padding-left:15px}
.tour{padding:50px 0}
.hotel-booking{padding:50px 0}
.hotel-booking .hotel-booking-container .hotel-booking-wrapper{padding-left:30px}
.gallery{display:grid;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;row-gap:15px}
.gallery.gallery-style-1{grid-template-columns:1fr 1fr;grid-template-rows:120px 100px 100px}
.gallery.gallery-style-2{grid-template-columns:4fr 6fr;grid-template-rows:200px 120px}
.text-with-gallery{padding-top:0}
.text-with-gallery .text-with-gallery-container .gallery{padding-left:30px}
.menu-intro .menu-intro-container .gallery{padding-left:30px}
.team-member-modal .team-member-modal-container .team-member-photo{padding-right:30px}
.posts-container .post-wrapper{width:33.333%}
.resturant-menu .menu-wrapper .menu-container{padding:30px}
}@media screen and (max-width:750px){.bg-biege-cutoff{background:#fff0d6}
.bg-white-cutoff{background:white}
h1{font-size:2.3rem}
.hero{height:auto;padding-top:150px;padding-bottom:50px;min-height:unset}
.hero .hero-content{padding:10px 20px;width:100%}
.hero .hero-content .hero-subtitle{font-size:2.3rem;margin:10px 0}
.hero .hero-content .hero-text{margin:10px 0}
.hero .hero-content .hero-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.hero .hero-content .hero-buttons .button{width:auto}
.hero .hero-content .hero-buttons .button:not(:first-of-type){margin-left:0;margin-top:10px}
.site-footer{padding:30px 0 25px 0}
.site-footer .footer-top-container{margin-left:-15px;margin-right:-15px;margin-bottom:50px}
.site-footer .footer-top-container .footer-col{padding:0 15px}
.site-footer .footer-bottom-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.site-footer .footer-bottom-container .legal{margin-bottom:10px}
.video .video-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.video .video-container .video-wrapper{width:100%;padding-right:0;margin-top:20px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.video .video-container .text{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.text-with-gallery{padding-top:50px}
.text-with-gallery .text-with-gallery-container .gallery{padding-left:30px}
.team{padding:20px 0 50px 0}
.team .team-container{margin-left:-5px;margin-right:-5px}
.team .team-container .team-member-wrapper{width:33.333%;padding:0 5px;margin-bottom:10px;padding-top:calc(33.333% - 10px)}
.team .team-container .team-member-wrapper .team-member{left:5px;right:5px}
.tour .tour-container iframe{height:350px}
.hotel-booking{padding:50px 0}
.hotel-booking .hotel-booking-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.hotel-booking .hotel-booking-container .hotel-booking-wrapper{padding-left:0;width:100%}
.hotel-booking .hotel-booking-container .text{width:100%}
.reserve{padding-top:100px}
.reserve .icon{padding-bottom:30px}
.reserve .icon svg{width:40px}
.reserve .reserve-container .reserve-content{padding:25px}
.reserve .reserve-container .reserve-content .text{font-size:1.6rem}
.reserve .reserve-container .reserve-content form{margin-top:30px}
.join{padding-top:100px}
.join .join-container .join-content{padding:25px}
.join .join-container .join-content .text{font-size:1.6rem}
.join .join-container .join-content form{margin-top:30px}
.form-col-wrapper{width:50%}
}@media screen and (max-width:600px){.site-footer .footer-top-container{margin-left:0;margin-right:0;margin-bottom:30px}
.site-footer .footer-top-container .footer-col{width:100%;padding:0}
.site-footer .footer-top-container .footer-col.footer-col-left{text-align:center;margin-bottom:25px}
.site-footer .footer-top-container .footer-col.footer-col-center{text-align:center;margin-bottom:15px}
.site-footer .footer-top-container .footer-col.footer-col-right{text-align:center}
.site-footer .footer-bottom-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.2rem}
.site-footer .footer-bottom-container .legal{display:-webkit-box;display:-ms-flexbox;display:flex}
.site-footer .footer-bottom-container .legal .copyright{padding-right:20px;margin-right:10px;border-right:1px solid #fff}
.site-footer .footer-bottom-container .legal .footer-menu ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}
.site-footer .footer-bottom-container .legal .footer-menu ul li{padding:0;margin:0}
.site-footer .footer-bottom-container .legal .footer-menu ul li a{padding:0 10px}
.text-with-slider .text-with-slider-container .text{padding:30px 15px 30px 0}
.image-with-text .image-with-text-container .text{padding:30px 0 30px 15px;margin-top:0}
.image-with-text .image-with-text-container .image{margin-top:0}
.text-with-gallery .text-with-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.text-with-gallery .text-with-gallery-container .text{width:100%;margin-bottom:10px}
.text-with-gallery .text-with-gallery-container .gallery{padding-left:0;width:100%}
.team-intro .team-intro-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.team-intro .team-intro-container .text{padding-right:0;width:100%;margin-bottom:20px}
.team-intro .team-intro-container .image{padding-left:0;width:100%}
.menu-intro .menu-intro-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.menu-intro .menu-intro-container .text{width:100%;margin-bottom:20px}
.menu-intro .menu-intro-container .gallery{width:100%;padding-left:0}
.resturant-menu .menu-tabs .menu-tabs-container .menu-tab{font-size:1.6rem;padding:.5rem 1rem;width:100%}
.team-member-modal{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:100px}
.team-member-modal .modal-close{top:20px;right:20px}
.posts-container .post-wrapper{width:50%}
.resturant-menu .menu-wrapper .menu-container{padding:30px 15px}
}@media screen and (max-width:500px){.site-footer .footer-bottom-container .legal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.site-footer .footer-bottom-container .legal .copyright{padding-right:0;margin-right:0;border-right:0;margin-bottom:10px}
.team .team-container .team-member-wrapper{width:50%;padding-top:calc(50% - 10px)}
.team-member-modal .team-member-modal-container .team-member-photo{display:none}
.team-member-modal .team-member-modal-container .team-member-details{width:100%}
}@media screen and (max-width:400px){.text-with-slider .text-with-slider-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.text-with-slider .text-with-slider-container .text{padding:0;width:100%;margin-bottom:20px}
.text-with-slider .text-with-slider-container .slider{width:100%;padding-left:0}
.image-with-text .image-with-text-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.image-with-text .image-with-text-container .text{width:100%;padding:0;margin-top:20px}
.image-with-text .image-with-text-container .image{width:100%;padding-right:0}
.reserve .reserve-container .reserve-content form .form-col-wrapper{width:100%}
.join .join-container .join-content form .form-col-wrapper{width:100%}
.posts-container .post-wrapper{width:100%}
}