@font-face {
    font-family: 'Yeseva One Regular';
    src: url('assets/fonts/yesevaone-regular-webfont.eot');
    src: url('assets/fonts/yesevaone-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/yesevaone-regular-webfont.woff') format('woff2'),
         url('assets/fonts/yesevaone-regular-webfont.woff') format('woff'),
         url('assets/fonts/yesevaone-regular-webfont.ttf') format('truetype'),
         url('assets/fonts/yesevaone-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis Bold';
    src: url('assets/fonts/metropolis-bold-webfont.eot');
    src: url('assets/fonts/metropolis-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/metropolis-bold-webfont.woff') format('woff2'),
         url('assets/fonts/metropolis-bold-webfont.woff') format('woff'),
         url('https://adalyaartside.com/assets/fonts/metropolis-bold-webfont.ttf') format('truetype'),
         url('assets/fonts/metropolis-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Metropolis Light';
    src: url('assets/fonts/metropolis-light-webfont.eot');
    src: url('assets/fonts/metropolis-light-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/metropolis-light-webfont.woff') format('woff2'),
         url('assets/fonts/metropolis-light-webfont.woff') format('woff'),
         url('assets/fonts/metropolis-light-webfont.ttf') format('truetype'),
         url('https://adalyaartside.com/assets/fonts/metropolis-light-webfont.svg#metropolislight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Metropolis Medium';
    src: url('https://adalyaartside.com/assets/fonts/metropolis-medium-webfont.eot');
    src: url('https://adalyaartside.com/assets/fonts/metropolis-medium-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/metropolis-medium-webfont.woff') format('woff2'),
         url('assets/fonts/metropolis-medium-webfont.woff') format('woff'),
         url('assets/fonts/metropolis-medium-webfont.ttf') format('truetype'),
         url('https://adalyaartside.com/assets/fonts/metropolis-medium-webfont.svg#metropolismedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Metropolis Regular';
    src: url('assets/fonts/metropolis-regular-webfont.eot');
    src: url('assets/fonts/metropolis-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/metropolis-regular-webfont.woff') format('woff2'),
         url('assets/fonts/metropolis-regular-webfont.woff') format('woff'),
         url('assets/fonts/metropolis-regular-webfont.ttf') format('truetype'),
         url('https://adalyaartside.com/assets/fonts/metropolis-regular-webfont.svg#metropolisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,body{width:100%;height:100%;min-height:100%;margin:0;padding:0}
body{font-size:14px;font-family: 'Metropolis Regular';color:#111;background: #e6e7e8; overflow-x: hidden !important;}
body.scrollHidden{overflow:hidden!important}
*{box-sizing:border-box}
select, input, input[type="date"], textarea {appearance: none; -moz-appearance: none;-webkit-appearance: none;}
a{color: #bcb19a;}
a:hover{color:#777;text-decoration:none}
:focus{outline:none}
.left{float:left}
.right{float:right}
.fadee{-webkit-transition:all 1000ms cubic-bezier(0.230,1.000,0.320,1.000);-moz-transition:all 1000ms cubic-bezier(0.230,1.000,0.320,1.000);-o-transition:all 1000ms cubic-bezier(0.230,1.000,0.320,1.000);transition:all 1000ms cubic-bezier(0.230,1.000,0.320,1.000);-webkit-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);-moz-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);-o-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000)}
.t{display:table;width:100%;height:100%}
.tc{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center}
.fancybox-button--thumbs {display: none !important;}
header#header{position:fixed;z-index:900;width:100%;background:none;top:0;padding: 0 30px;background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );}

#popup {display: flex; align-items: center; justify-content: center;position: fixed;width: 100%;height: 100%;background: rgb(0 0 0 / .8);top: 0;left: 0;z-index: 9999;}
#popup a {}
#popup a img{height: 98%; width: auto; margin: auto;}
#popup .close {position: absolute;top: 20px;right: 20px;padding: 2px;border-radius: 50%;text-align: center;color: #fff;font-size: 32px;z-index: 99999;cursor:pointer;opacity: 1;}
#popup .close:hover {color:#fff;}
#popup .flexslider {position: relative; top: 50%; margin-top: -200px;}
.flex-control-nav {bottom:15px;}

#top {text-align: center; padding: 10px; border-bottom: 1px solid #eee; color:#fff;}
#top .top-close{float: right;border: 1px solid #fff;width: 23px;height: 23px;border-radius: 50%;line-height: 19px;text-align: center;cursor: pointer;}
#top .top-close:hover{color:#ccc; border: 1px solid #ccc !important;}
#header-top {width: 100%;display: table;}

#header-left {width: 40%;float:left;margin-top: 30px;}
#header-left a{margin-left: 15px;}
#header-left img{height: 16px;}
#header-left ul.lang{list-style:none;float: left;margin: 0;padding: 0; color:#fff;}
#header-left ul.lang li{float:left;margin-right:5px}
#header-left ul.lang a{display:block;margin-left: 0 !important;}
#header-left ul.lang img{height:24px}
#header-left ul.lang:hover .otherLang{display:block}
#header-left .otherLang{display:none;background:#fff;padding:8px 0;position:absolute;width:42px;text-align:center;box-shadow:2px 1px 5px rgba(0,0,0,.3);margin-left:-10px;border-radius: 2px;}

#logo{width: 20%; float:left; padding:0;text-align: center;}
#logo a{display:inline-block}
#logo img.logo{padding:10px 0;height: 87px;}

#header-right {width: 40%;float:right;text-align: right;margin-top: 30px;}
#header-right .follow-us {font-family: 'Yeseva One Regular';float: right;}
#header-right .follow-us a{color: #fff; border: 2px solid #fff; padding: 0px 15px; letter-spacing: 1px; font-size: 16px;}
#header-right .header-social {float: right;}
#header-right .header-social a{margin-left: 15px;}
#header-right .header-social img{height: 16px;}

nav#menu{width: 100%;display: table;padding:0;border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
nav#menu ul#header-menu{list-style:none;float:left;padding:0;margin: auto;text-align: center;width: 100%;}
nav#menu ul#header-menu li{display: inline-block;}
nav#menu ul#header-menu li a{color: #fff;padding:8px 0;margin: 10px;text-transform:uppercase;font-size: 13px;display:block;letter-spacing:2px;font-weight: 500;}
nav#menu ul#header-menu li:hover a{color:#ccc}
nav#menu ul#header-menu li.selected a{}
nav#menu ul#header-menu li ul.header-child-menu{display:none;min-width: 200px;position:absolute;background:#fff;list-style:none;padding:10px;box-shadow:0 10px 10px rgba(0,0,0,.1);margin-top:-10px}
nav#menu ul#header-menu li ul.header-child-menu li{float:none}
nav#menu ul#header-menu li ul.header-child-menu li a{padding:5px 0;color:#777}
nav#menu ul#header-menu li:hover ul.header-child-menu li a{background:none;color:#777}
nav#menu ul#header-menu li ul.header-child-menu li:hover a{color:#999}
nav#menu ul#header-menu li:hover ul.header-child-menu{/*display:block*/}




header#header.fixed{background: #fff;}
header#header.fixed #top{color:#333;}
header#header.fixed #top .top-close{border: 1px solid #333;}
header#header.fixed #header-left img{filter: invert(1);}
header#header.fixed #header-right .header-social img{filter: invert(1);}
header#header.fixed nav#menu ul#header-menu li a{color: #333;}
header#header.fixed nav#menu ul#header-menu li:hover a{color: #999;}
header#header.fixed #header-left ul.lang{color:#000;}
header#header.fixed #header-right .follow-us a{color:#000; border: 2px solid #000; }



#lang{text-align:right;padding:5px 35px 0}
#lang img{height:24px}

#social{text-align:right}
#social img{height:24px}




section#slider{width:100%;position:relative;height:80vh;z-index:0; overflow: hidden; background-color: #333;}
/*section#slider:after{content:"";display: block;width: 100%;height: 100%;background: url(https://adalyaartside.com/assets/img/filter.png) rgba(0,0,0,.3);position: absolute;z-index: 999;opacity: .25;top: 0;}*/
section#slider .owl-carousel .item{background-position:center;background-size:cover;height:80vh}
section#slider .item .slideText{position:absolute;top: 40%;z-index:1;width:100%;text-align:center;}
section#slider .item .slideTextBig{display:block;color:#fff;font-weight: 900;font-size: 72px;z-index:2;text-align:center;text-shadow: 2px 2px 2px rgba(0,0,0,.30);position: relative;}
section#slider .item .slideTextSmall{display:block;color:#fff;font-size:22px;z-index:1;text-align:center;margin:0;text-shadow: 1px 1px 2px rgba(0,0,0,.50);display:block;position:relative;}
section#slider .item .slideBtn{color:#fff;font-size:13px;padding:10px 30px;border-radius:10px;display:inline-block;text-transform:uppercase;font-weight:600;margin-top:-7px;letter-spacing:2px;text-shadow:1px 1px 2px #000,1px 1px 2px #000}

.owl-carousel .owl-nav button.owl-next{position:absolute;top:calc(50% - 53px);font-size:61px;color:#fff;right:0;width:50px}
.owl-carousel .owl-nav button.owl-prev{position:absolute;top:calc(50% - 53px);font-size:61px;color:#fff;left:0;width:50px}
.owl-carousel .owl-nav span{display:block;padding-bottom:15px}
.owl-dots{position:absolute;bottom:0;width:100%}
.owl-theme .owl-nav [class*=owl-]:hover{background:rgba(0,0,0,.3)}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#999}
.owl-carousel .owl-nav button:focus{outline:none}

video#vid{
left: 50%;
min-height: 100%;
min-width: 100%;
width: 100%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
z-index: 9;
}


section#subSlider{width:100%;position:relative;height:400px;z-index:0;float:left;margin-bottom: 50px;}
/*section#subSlider:after{content:"";display: block;width: 100%;height: 100%;background: url(https://adalyaartside.com/assets/img/filter.png) rgba(0,0,0,.3);position: absolute;z-index: 999;opacity: .25;top: 0;}*/
section#subSlider .owl-carousel .item{background-position:center;background-size:cover;height:400px}
section#subSlider .sliderBaslik{border:4px solid #fff;padding:15px;display:inline-block;font-size:32px;font-weight:400;letter-spacing:12px;color:#fff;text-transform:uppercase}
section#subSlider .item .slideText{position:absolute;bottom:20px;z-index:1;width:100%;text-align:center}
section#subSlider .item .slideTextBig{display:block;color:#fff;font-size:82px;z-index:2;text-align:center;text-shadow:2px 2px 10px rgba(0,0,0,1);line-height:70px;position: relative;}
section#subSlider .item .slideTextSmall{display:block;color:#fff;font-size:22px;z-index:1;text-align:center;margin:0;text-transform:uppercase;letter-spacing:15px;text-shadow:2px 2px 5px rgba(0,0,0,1);background:rgba(255,0,0,.6);display:block;position:relative}
section#subSlider .item .slideBtn{color:#fff;font-size:13px;padding:10px 30px;border-radius:10px;display:inline-block;text-transform:uppercase;font-weight:600;margin-top:-7px;letter-spacing:2px;text-shadow:1px 1px 2px #000,1px 1px 2px #000}


section#booking-form {margin-top: -15px;position: relative;z-index: 899;}
section#booking-form form{background: #fff;box-shadow: 0 10px 20px rgba(0,0,0,.1);height: 120px;overflow: hidden;}
section#booking-form form div.formField{float: left;width: 23%;padding: 30px;}
section#booking-form form div.formField.formFieldPax{width: 15%;}
section#booking-form form div.formField label{display: block;font-family: 'Yeseva One Regular';}
section#booking-form form .qtyChange{width: 30px;height: 30px;border-radius: 0;border: 1px solid #ccc;background: #fff;font-size: 16px;position: relative;}
section#booking-form form .qty{width: 30px;height: 30px;text-align: center;border: 0;}
section#booking-form form div.formField input[type="text"]{}
section#booking-form form div.formField input[type="date"]{border: 0; border-bottom: 1px solid #ccc;background: none;}
section#booking-form form div.formField input[type="number"]{position: relative;left: 7px;}
section#booking-form form div.formField input[type="submit"]{background: #333;color: #fff;border: 0;padding: 10px 30px;margin-top: -10px;text-transform: uppercase;font-weight: 500;font-size: 13px;font-family: 'Open Sans';}
section#booking-form form div#childs {display:none; background: #fff;position: absolute;margin-left: -20px;}
section#booking-form form div.childAge {display:none;padding: 0 20px 20px 20px;}
section#booking-form form div.childAge:first-child{padding:20px;}
section#booking-form form div.formField select{width: 100%;height: 30px;border-radius: 0;border: 1px solid #ccc;background: #fff;font-size: 16px;}

section#booking-form form #children:hover div#childs {display: block;}



.leaf-1 {position: absolute;right: -20%;top: -30%;z-index: 0;}
.leaf-2 {position: absolute;left: -10%;top: -20%;z-index: 0;}
.leaf-3 {position: absolute;right: -5%;top: -20%;z-index: 0;}
.leaf-4 {position: absolute; left: -35%; top: -65%;z-index: 0;}

section#home-about{padding: 60px 0; text-align: center;}
section#home-about h1{font-size:56px;font-weight: 900;text-transform: uppercase;}
section#home-about h2{font-size: 18px;color:#999;padding: 0 10%;margin-bottom: 30px;}
section#home-about p{}


section#home-discover {position: relative;}
section#home-discover .col-md-9{background: rgba(255,255,255,.8);}
section#home-discover h3{font-family: 'Yeseva One Regular';text-align: center;margin-bottom: 50px;margin-top: 30px;font-size: 28px;}
section#home-discover .home-discover-img{position: relative; z-index: 9; margin-top: -20px;}
section#home-discover .home-discover-img img{width:200%;}
section#home-discover .home-discover-txt {padding: 60px 60px 100px 280px;font-size: 18px;line-height: 32px;}
section#home-discover .home-discover-txt a{color:#000;font-family: 'Yeseva One Regular';border:1px solid #000;text-align: center;padding: 10px 0;text-transform: uppercase;letter-spacing: -1px;font-size: 20px;display: inline-block;margin-top: 10px;width: 50%;}

#home-accommodation .home-accommodation-img img{width:100%;}


section#home-taste {position: relative;padding-bottom: 150px;}
section#home-taste .col-md-9{background: rgba(255,255,255,.8);}
section#home-taste h3{font-family: 'Yeseva One Regular';text-align: center;margin-bottom: 50px;margin-top: 30px;font-size: 28px;}
section#home-taste .home-taste-img{position: relative;z-index: 9;margin-top: 40px;left: -100%;}
section#home-taste .home-taste-img img{width:200%;position: absolute;}
section#home-taste .home-taste-txt {padding: 60px 60px 100px 30px;font-size: 18px;line-height: 32px;}
section#home-taste .home-taste-txt a{color:#000;font-family: 'Yeseva One Regular';border:1px solid #000;text-align: center;padding: 10px 0;text-transform: uppercase;letter-spacing: 1px;display: inline-block;margin-top: 10px;width: 50%;}



section#home-booknow {width:100%; height: 60vh; background-size: cover; background-position: top; background-attachment: fixed;text-align: center;}
section#home-booknow img{display: block;margin: auto;}
section#home-booknow a{color: #fff;border: 2px solid #fff;padding: 10px 30px;text-transform: uppercase;font-weight: 700; letter-spacing: 1px;display: inline-block;}


section#home-night {position: relative;margin: 60px 0 150px 0;}
section#home-night .col-md-9{background: rgba(255,255,255,.8);}
section#home-night h3{font-family: 'Yeseva One Regular';text-align: center;margin-bottom: 50px;margin-top: 30px;font-size: 28px;}
section#home-night .home-night-img{position: relative;z-index: 9;margin-top: 50px;margin-bottom: 50px;}
section#home-night .home-night-img img{width: 270%;}
section#home-night .home-night-txt {padding: 60px 0px 100px 450px;font-size: 18px;line-height: 32px;}
section#home-night .home-night-txt a{color:#000;font-family: 'Yeseva One Regular';border:1px solid #000;text-align: center;padding: 10px 0;text-transform: uppercase;letter-spacing: 1px;display: inline-block;margin-top: 10px;width: 50%;}


section#home-follow {position: relative;background: #fff;padding: 40px 0;}
section#home-follow .home-follow-img{position: relative;z-index: 9;}
section#home-follow .home-follow-img img{ width: 100%;}
section#home-follow .home-follow-txt {font-size: 16px; line-height: 24px; padding: 100px 0;}
section#home-follow .home-follow-txt a.follow-us{color:#000;font-family: 'Yeseva One Regular';border:1px solid #000;text-align: center;padding: 10px 0;letter-spacing: 1px;display: inline-block;margin-top: 10px;width: 50%;margin-bottom: 40px;}
section#home-follow .home-follow-txt a{color:#000;font-family: 'Yeseva One Regular';font-size: 22px;margin-top: 40px;display: block;}






#home-spotlight {width:100%;padding: 90px 100px 90px 100px;}
#home-spotlight a.spotlight{width:100%;padding: 60px 100px; color:#000;}
#home-spotlight .item-text {padding:0px 40px;}
#home-spotlight h3 {font-family: 'Yeseva One Regular';text-align: center;font-size: 28px;margin-bottom: 30px;}
#home-spotlight h4 {font-family: 'Yeseva One Regular';text-transform: uppercase;font-size: 26px;}
#home-spotlight p {font-size: 18px;line-height: 30px;}
#home-spotlight .owl-carousel .owl-stage-outer {position: relative;padding-bottom: 0px;}
#home-spotlight .owl-carousel .owl-nav button.owl-next{top: 200px;background: #fff;opacity: 1;color: #000;border: 1px solid #000;font-size: 28px;height: 50px;right: -75px;border-radius: 0;}
#home-spotlight .owl-carousel .owl-nav button.owl-prev{top: 200px;background: #fff;opacity: 1;color: #000;border: 1px solid #000;font-size: 28px;height: 50px;left: -75px;border-radius: 0;}

#home-spotlight .dining-gallery-icons {margin-top: 60px;}
#home-spotlight a.dining-video {margin: 0;float: left;}
#home-spotlight a.dining-video img{height: 44px;width: auto;}
#home-spotlight a.dining-photo {margin: 0 0 0 30px;float: left;}
#home-spotlight a.dining-photo img{height: 44px;width: auto;}




section#dining-discover {position: relative;margin-top: 80px;}
section#dining-discover .col-md-9{background: rgba(255,255,255,.8);}
section#dining-discover h3{font-family: 'Yeseva One Regular';text-align: center;margin-bottom: 50px;margin-top: 30px;font-size: 28px;}
section#dining-discover .dining-discover-img{position: relative; z-index: 9; margin-top: -20px;}
section#dining-discover .dining-discover-img img{width:200%;}
section#dining-discover .dining-discover-txt {padding: 30px 60px 60px 280px;font-size: 18px;line-height: 32px;}
section#dining-discover .dining-discover-txt a{color:#000;font-family: 'Yeseva One Regular';border:1px solid #000;text-align: center;padding: 10px 0;text-transform: uppercase;letter-spacing: -1px;font-size: 20px;display: inline-block;margin-top: 10px;width: 50%;}



section#dining-taste {position: relative;padding-bottom: 120px;}
section#dining-taste .col-md-9{background: rgba(255,255,255,.8);}
section#dining-taste h3{font-family: 'Yeseva One Regular';text-align: center;margin-bottom: 50px;margin-top: 30px;font-size: 28px;}
section#dining-taste h4{font-family: 'Yeseva One Regular';}
section#dining-taste .dining-taste-img{position: relative;z-index: 9;margin-top: 40px;left: -100%;}
section#dining-taste .dining-taste-img img{width:200%;position: absolute;}
section#dining-taste .dining-taste-txt {padding: 60px 250px 100px 30px;font-size: 18px;line-height: 32px;}
section#dining-taste .dining-taste-txt a{color:#000;font-family: 'Yeseva One Regular';border:1px solid #000;text-align: center;padding: 10px 0;text-transform: uppercase;letter-spacing: 1px;display: inline-block;margin-top: 10px;width: 50%;}

section#dining-taste .owl-carousel .owl-stage-outer {position: relative;padding-bottom: 0px;height: 550px;}
section#dining-taste .owl-carousel .owl-nav button.owl-next{top: 200px;background: none;opacity: 1;color: #000;border: 1px solid #000;font-size: 28px;height: 50px;right: -75px;border-radius: 0;}
section#dining-taste .owl-carousel .owl-nav button.owl-prev{top: 200px;background: none;opacity: 1;color: #000;border: 1px solid #000;font-size: 28px;height: 50px;left: -75px;border-radius: 0;}

section#dining-taste .dining-gallery-icons {padding-left: 30px;padding-bottom: 30px;margin-bottom: 60px;}
section#dining-taste a.dining-video {margin: 0;float: left;}
section#dining-taste a.dining-video img{height: 44px;width: auto;}
section#dining-taste a.dining-photo {margin: 0 0 0 30px;float: left;}
section#dining-taste a.dining-photo img{height: 44px;width: auto;}


section#dining-bg{width:100%; height: 60vh; background-size: cover; background-position: top; background-attachment: fixed;text-align: center;}
section#dining-bg img{display: block;margin: auto;}
section#dining-bg a{color: #fff;border: 2px solid #fff;padding: 10px 30px;text-transform: uppercase;font-weight: 700; letter-spacing: 1px;display: inline-block;}


section#rooms {padding-bottom: 100px;}
article.room {position: relative;padding-bottom: 100px;}
article.room .col-md-9{background: rgba(255,255,255,.8);}
article.room h3{font-family: 'Yeseva One Regular';text-align: center;margin-bottom: 50px;margin-top: 30px;font-size: 32px;}

article.room .room-img{position: relative;z-index: 9;margin-top: -40px;width: 200%;height: 100%;}
article.room .room-img figure{position: relative;height: 100%;margin: 1rem 0;}
article.room .room-img img{width: 100%;position: absolute;}
article.room .room-img a.roomVideo{position: absolute;left: calc(50% - 32px);top: calc(50% - 32px);}
article.room .room-img a.roomVideo img{
    width: 64px;
    height: 64px;
    opacity: .5;
}
article.room .room-img a.roomGallery{position: absolute;display: none;left: calc(100% - 42px);top: 10px;}
article.room .room-img a.roomGallery:first-child{display: block;}
article.room .room-img a.roomGallery img{width: 36px; height: 36px;
}




article.room .room-txt {padding: 10px 60px 100px 250px;font-size: 16px;line-height: 24px;}
article.room .room-txt .more {display: block; font-size: 12px; color: #000; font-weight:bold; cursor:pointer;}
article.room .room-txt .more:hover {color: #333; }
article.room .room-txt .more-fazla {display: block;}
article.room .room-txt .more-az {display: block; display: none;}
article.room .room-txt .moreText {display: block; display: none;}




article.room .room-txt a.booknow{color:#000;font-family: 'Yeseva One Regular';border:1px solid #000;text-align: center;padding: 15px 0;text-transform: uppercase;letter-spacing: -1px;display: inline-block;margin-top: 10px;width: 50%;font-size: 18px;}




article.room:nth-child(3n-1) .col-md-9{order:1}
article.room:nth-child(3n-1) .col-md-3{order:2}
article.room:nth-child(3n-1) .room-img{position: relative;z-index: 9;margin-top: 40px;left: -100%;}
article.room:nth-child(3n-1) .room-img img{}
article.room:nth-child(3n-1) .room-txt {padding: 30px 300px 100px 30px;}


article.room:nth-child(3n) .room-img{position: relative;z-index: 9;margin-top: 50px;}
article.room:nth-child(3n) .room-img img{}
article.room:nth-child(3n) .room-txt {padding: 50px 60px 100px 250px;}



a.room-video {margin: 0 0 0 60px;position: relative;top: -4px;opacity: .5;}
a.room-video img{height: 44px;}
a.room-photo {margin: 0 0 0 60px;position: relative;top: -4px;opacity: .5;}
a.room-photo img{height: 44px;}
.room-icons {margin-top: 30px;opacity: .5;}
.room-icons img{height: 32px;float: left;margin: 0 10px 0 0;}
span.room-Gallery a{display: none;}
span.room-Gallery a:first-child{display: inline-block;}


.fancybox-slide video {height:90vh; padding: 0; background: none;}


article.room:nth-child(2n-1) .room-img a.roomVideo{position: absolute;left: calc(50% - 32px);top: calc(36% - 32px);}{}


section#room-bg{width:100%; height: 60vh; background-size: cover; background-position: top; background-attachment: fixed;text-align: center;}
section#room-bg img{display: block;margin: auto;}
section#room-bg a{color: #fff;border: 2px solid #fff;padding: 10px 30px;text-transform: uppercase;font-weight: 700; letter-spacing: 1px;display: inline-block;}



section#page {width: 100%;min-height: calc(100vh - 201px);padding: 45px 0 30px 0;}
section#page h1{    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px;}




figure.fbflex {position: relative;}
figure.fbflex a.diningVideo{position: absolute;  bottom: -46px; right:56px;}
figure.fbflex a.diningVideo img{width: 36px;height: 36px;}
figure.fbflex a.diningGallery{position: absolute; bottom: -46px; right: 10px;display: none;}
figure.fbflex a.diningGallery:first-child{display: block;}
figure.fbflex a.diningGallery img{width:36px; height: 36px;}
a.FBspotlight {color:#000;}

a.barGallery{display: none;}
a.barGallery:first-child{display: block;}
a.barGallery img{width:44px !important; height: 44px !important;}


section#list {width: 100%;clear: both;}
section#list h1{color: #333;font-family: 'Yeseva One Regular';font-size: 42px;text-align: center;padding: 60px 0;}
section#list .item{
    margin-bottom: 100px;
}
section#list .item a{
    color: #111;
}
section#list .item .item-photo{}
section#list .item .item-photo img{
    width: 100%;
}

section#list .item .item-text{
    padding: 0px 40px;
}
section#list .item .item-text h3.item-name{    font-family: 'Yeseva One Regular';  text-transform: uppercase; font-size: 26px;}
section#list .item .item-text p.item-desc {
    font-size: 18px;
    line-height: 30px;
}
section#list .item .item-text button.item-btn {
    color: #000;
    font-family: 'Yeseva One Regular';
    border: 1px solid #000;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
    width: 50%;cursor: pointer;
}




#photo-gallery {}
#photo-gallery .col{display: flex; align-items: center;}
#photo-gallery .gallery-photo{}
#photo-gallery a{display: block; background: #ddd; padding: 15px; margin-bottom: 30px;}
#photo-gallery a img{border: 4px solid #fff; box-shadow: 0 0 4px rgb(0 0 0 / 20%), 0 0 4px rgb(0 0 0 / 20%) inset;}





#contant-form {}
#contant-form h2{font-size: 40px;font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px;}
#contant-form div{
    margin-bottom: 10px;
}
#contant-form label{
    font-family: 'Yeseva One Regular';
    margin: 0;
}
#contant-form input[type="text"]{border: 1px solid #000; border-radius: 0;}
#contant-form textarea{border: 1px solid #000; border-radius: 0;}
#contant-form input[type="submit"]{color: #000;
    font-family: 'Yeseva One Regular';
    border: 1px solid #000;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
    width: 50%;}




footer#footer{font-size: 18px;background: #f5f5f5;color: #333;padding: 30px 30px 30px 30px;}
footer#footer nav#footerMenu .col-md-2{/* max-width: 20%; flex: 0 0 20%; */}
footer#footer nav#footerMenu h3{font-size:12px; color:#999}
footer#footer nav#footerMenu h5{color: #333;font-family: 'Yeseva One Regular';font-size: 16px;}
footer#footer nav#footerMenu ul{list-style: none;margin: 0;padding: 0;}
footer#footer nav#footerMenu ul li{font-size: 14px;}
footer#footer nav#footerMenu ul li a{color: #333;}
footer#footer nav#footerMenu ul li a:hover{color: #999;}


.top{position:fixed;bottom:20px;right:20px;font-size:32px;z-index:11;transform:rotate(180deg);display:none}
.top a{color:#fff;background:rgba(0,0,0,.2);padding:4px 20px 9px}
.top a:hover{background:rgba(0,0,0,.4)}
.top a img{height:16px}

header#mobileHeader{width:100%;height:60px;position:fixed;top:0;z-index:10000;display:none;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.1)}
header#mobileHeader a#mobileLogo{display:block;float:left;padding:9px}
header#mobileHeader a#mobileLogo img{height:42px}
.menu{position:absolute;z-index:911;width:60px;height:60px;top:0;right:0;-webkit-transition-duration:.5s;transition-duration:.5s}
.menu.fixed{position:fixed;z-index:911;top:10px}
.menu .icon{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;height:2px;width:30px;top:28px;background-color:#000;border-radius:4px;left:15px}
.menu .icon:before{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;width:30px;height:2px;background-color:#000;content:"";top:-10px;border-radius:4px}
.menu .icon:after{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;width:30px;height:2px;background-color:#000;content:"";top:10px;border-radius:4px}
.menu.open .icon{-webkit-transition-duration:.5s;transition-duration:.5s;background:transparent}
.menu.open .icon:before{-webkit-transform:rotateZ(45deg) scaleX(1.25) translate(6.5px,6.5px);transform:rotateZ(45deg) scaleX(1.25) translate(6.5px,6.5px)}
.menu.open .icon:after{-webkit-transform:rotateZ(-45deg) scaleX(1.25) translate(6px,-6px);transform:rotateZ(-45deg) scaleX(1.25) translate(6px,-6px)}
.menu:hover{cursor:pointer}
footer#mobileFooter{width:100%;display:none}


#mobileTop {display: none;}
header#mobileHeader .lang {position: absolute;z-index: 911;top: 18px;right: 72px;}
header#mobileHeader .lang a{display:block;margin-left: 0 !important;}
header#mobileHeader .lang:hover .otherLang{display:block}
header#mobileHeader .otherLang{display:none;background:#fff;padding:8px 0;position:absolute;width:42px;text-align:center;box-shadow:2px 1px 5px rgba(0,0,0,.3);margin-left:-10px;border-radius: 2px;}


nav#mobileMenu{display:none;position:fixed;top: 0px;background:#fff;z-index:9999;width:100%;text-align:center;height:100%;}
nav#mobileMenu div.div{display:table;width:100%;height:100%}
nav#mobileMenu ul{list-style:none;margin:0;padding: 60px 0 0 0;display:table-cell;width:100%;vertical-align:middle;}
nav#mobileMenu li{font-weight:700;text-transform:uppercase}
nav#mobileMenu li a{color:#444;display:block;padding:10px;font-size: 20px;font-weight: 300;font-family: 'Yeseva One Regular';}
nav#mobileMenu li ul li a{color:#fff;font-weight:300;text-transform:none;font-size:14px}
nav#mobileMenu ul li ul{display:none;background:#42bd81}

nav#mobileMenu li .mm-social {}
nav#mobileMenu li .mm-social a{display: inline-block;}
nav#mobileMenu li .mm-social img{height: 16px; filter: invert(1);}

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

@media screen and (max-width:1024px) {
    header#mobileHeader{display:block}
    header#header{display:none}
    #mobileTop {display: block;position: absolute;top: 60px;width: 100%;background: #fff;text-align: center;padding: 10px;border-bottom: 1px solid #eee;}
    .leaf-1,.leaf-2,.leaf-3,.leaf-4{display:none}


    section#home-discover .home-discover-img img { width: 100%;}
    section#home-discover .home-discover-img {margin-top: 0;}
    section#home-discover .home-discover-txt {padding: 20px;font-size: 16px;line-height: 20px;}

    #home-spotlight {padding: 20px;}

    section#home-taste .home-taste-txt {padding: 20px;font-size: 16px;line-height: 20px;}
    section#home-taste .home-taste-txt img {width: 90%;}
    section#home-taste .home-taste-img {left: 0;}
    section#home-taste .home-taste-img img {width: 100%;position: relative;}
    section#home-taste .col-md-3{order:1;}
    section#home-taste .col-md-9{order:2;}

    section#home-booknow img {width: 90%;}
    section#room-bg img {width: 90%;}
    section#dining-bg img {width: 90%;}

    section#home-night .home-night-img {margin: 0;}
    section#home-night .home-night-img img {width: 100%;}
    section#home-night .home-night-txt{padding: 20px;font-size: 16px;line-height: 20px;}




    section#dining-discover .dining-discover-img img { width: 100%;}
    section#dining-discover .dining-discover-img {margin-top: 0;}
    section#dining-discover .dining-discover-txt {padding: 20px;font-size: 16px;line-height: 20px;}
    section#dining-discover .dining-discover-txt img{width: 90%;}


    section#dining-taste .dining-taste-txt {padding: 20px;font-size: 16px;line-height: 20px;}
    section#dining-taste .dining-taste-txt img {width: 90%;}
    section#dining-taste .dining-taste-img {left: 0;}
    section#dining-taste .dining-taste-img img {width: 100%;position: relative;}
    section#dining-taste .col-md-3{order:1;}
    section#dining-taste .col-md-9{order:2;}
    section#dining-taste .owl-carousel .owl-stage-outer {height: auto;}
    section#dining-taste .owl-carousel .owl-dots {bottom: -40px;}
    section#dining-taste .owl-carousel .owl-nav {display: none;}

    footer#footer nav#footerMenu .col-md-2{flex: 0 0 100%; max-width: 100%;margin-bottom: 30px;}
    footer#footer{padding: 40px 20px;}


    section#booking-form form{height: 90px;}
    section#booking-form form div.formField {width: 50%;padding: 15px;}
    section#booking-form form div.formField.formFieldPax {width: 50%;}
    section#booking-form form div.formField:last-child {width: 100%;}
    section#booking-form form div.formField input[type="submit"] {width: 100%;}
    section#booking-form form div.formField input[type="number"] {left: 0;}

    article.room .room-img {width: 100%;}
    article.room .room-img img {position: relative;}
    article.room:nth-child(2n-1) .room-img a.roomVideo {top: calc(50% - 32px);}
    article.room .room-txt {padding:20px 20px 60px 20px;}
    .room-icons img {margin: 0 5px 5px 0;}

    article.room:nth-child(3n-1) .room-txt {padding: 20px 20px 60px 20px;}
    article.room:nth-child(3n-1) .col-md-3 {order:1;}
    article.room:nth-child(3n-1) .room-img {margin-top: 0; left: 0;}
    article.room .room-img figure {margin: 0;}

    article.room:nth-child(3n) .room-img {    margin-top: 0;}
    article.room:nth-child(3n) .room-txt {padding: 20px;}

    article.room .room-txt a.booknow {width: 100%;}
    a.room-video, a.room-photo {margin: 0;top: 15px;}
    .room-icons img {height: 24px;}
    footer#footer nav#footerMenu ul {margin: 0 0 30px 0;}
    span.dining-media-icons {height: 50px;}
    figure.fbflex a.diningGallery:first-child {bottom: 0;}
    figure.fbflex a.diningVideo {bottom: 0;}

    
   

    span.list-media-icons {height: 50px;}
    figure.fbflex a.diningGallery:first-child {bottom: 0;background: #e6e7e8;padding: 10px;right: 0;}
    figure.fbflex a.diningVideo {bottom: 0;right: 50px;background: #e6e7e8;padding: 10px 0;}
    figure.fbflex a.diningVideo img {width:50px !important;}

    

}
@media screen and (max-width:640px) {
    #popup {top: 60px;}
    #popup a img {width:100%; height: auto;}

    section#home-booknow {background-position: center; background-attachment: inherit;}
    section#room-bg {background-position: center; background-attachment: inherit;}
    section#dining-bg {background-position: center; background-attachment: inherit;}
    article.room {position: relative;padding-bottom: 0px;}
    section#dining-taste {position: relative;padding-bottom: 20px;}
    section#home-taste h3 {margin-bottom: 0px;}
    section#home-taste {padding-bottom: 0px;}
    section#home-night {margin: 60px 0 0px 0;}
    section#home-follow .col-md-7 {order:1;}
    section#home-follow .col-md-5 {order:2;}
    section#home-follow {padding: 20px 0;}
    section#home-follow .home-follow-txt {padding: 0;}
}