@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
	font-family: bebas_neue_bold;
	src: url(/assets/fonts/bebasneue_bold-webfont.eot);
	src: url(/assets/fonts/bebasneue_bold-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/bebasneue_bold-webfont.woff) format('woff'), url(/assets/fonts/bebasneue_bold-webfont.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: bebas_neue_regular;
	src: url(/assets/fonts/bebasneue_regular-webfont.eot);
	src: url(/assets/fonts/bebasneue_regular-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/bebasneue_regular-webfont.woff) format('woff'), url(/assets/fonts/bebasneue_regular-webfont.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: narziss;
	src: url(/assets/fonts/narziss-regular-webfont.eot);
	src: url(/assets/fonts/narziss-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/narziss-regular-webfont.woff2) format('woff2'), url(/assets/fonts/narziss-regular-webfont.woff) format('woff'), url(/assets/fonts/narziss-regular-webfont.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: narzissSwirls;
	src: url(/assets/fonts/narziss-swirls-webfont.eot);
	src: url(/assets/fonts/narziss-swirls-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/narziss-swirls-webfont.woff2) format('woff2'), url(/assets/fonts/narziss-swirls-webfont.woff) format('woff'), url(/assets/fonts/narziss-swirls-webfont.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

html,body{width:100%;height:100%;min-height:100%;margin:0;padding:0}
body{font-size:13px;sans-serif;color:#111}
body.home{padding-top:0 !important;}
body.scrollHidden{overflow:hidden!important}
*{box-sizing:border-box}
#overlay {position: fixed; width:100%; height: 100vh; background: rgba(255,255,255,.8); display: none; z-index: 999;}
a{color:#b5996a;}
a:hover{color:#777;text-decoration:none}
:focus{outline:none}
.left{float:left}
.right{float:right}
.none {display: none !important;}
.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}
.btn-primary{color:#fff;background-color: #b5996a;border-color: #b5996a;}
.btn-primary:hover{color:#fff;background-color:#b5996a;border-color:#b5996a; opacity: .8;}


label.error{color: red; font-size: 11px;position: relative;top: -10px;}
input.error, textarea.error, select.error{border: 1px solid red !important;}


ul.saglik {height: 40px;list-style: none;margin: 0;padding: 0 !important;}
ul.saglik li{float: left;margin-right: 5px;}
ul.saglik li a{background: #122742;border-radius: 4px;padding: 5px 15px;color: #fff;font-style: italic;}
ul.saglik li a img{height: 42px; float: left;}


#popup {display: flex; align-items: center; justify-content: center;position: fixed;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.8);top: 0;left: 0;z-index: 9999;}
#popup a {}
#popup a img{height: 60vh;width: auto;margin: auto;}
#popup .close {position: absolute;top: 10px;right: 20px;padding: 2px;border-radius: 50%;text-align: center;color: #000;font-size: 32px;z-index: 99999;cursor:pointer;opacity: 1;font-weight: 900;}
#popup .close:hover {color:#c00;}


#top {width:100%;background: none;height: 100px;line-height:36px;font-size:12px;position: fixed;top: 0;z-index: 901;padding-top: 10px;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 );}
#top .top-left {
    float: left;
    position: absolute;
}
#top .top-left #other-hotels{
    padding: 5px 0 4px 0;
}
#top .top-left #other-hotels a{
    margin-right: 10px;
}
#top .top-left #other-hotels a img{height: 28px;}

#top .top-right {float: right;z-index: 901;position: relative;}
#top .top-right #weather{
    float: left;
}
#top .top-right #social{
    float: left;
    margin: 4px 10px;
}
#top .top-right #social a{}
#top .top-right #social a img{height: 18px;}

#top .top-right #booknowBtn{float: left;margin-top: 8px;margin-top: 0;}
#top .top-right #booknowBtn a.headerRezBtn {position: relative;padding: 0px 10px;display: inline-block;border-left: 1px solid #eee;color: #fff;text-shadow: 1px 1px 1px #000;line-height: 20px;font-weight: 700;}
#top .top-right #booknowBtn a.headerRezBtn span {position: relative; z-index: 1;}
#top .top-right #booknowBtn a.headerRezBtn div {display: block;width: 200%;height: 45px;position: absolute;overflow: hidden;top: 0;z-index: 0;}
#top .top-right #booknowBtn a.headerRezBtn small {float: left;width: 50%;height: 45px;}

#top .top-right #phoneBtn{float: left;margin-top: 8px;margin-top: 0;}
#top .top-right #phoneBtn a.phoneBtn {position: relative;padding: 0px 10px;display: inline-block;border-right: 1px solid #eee;color: #fff;text-shadow: 1px 1px 1px #000;line-height: 20px;font-weight: 700;}
#top .top-right #phoneBtn a.phoneBtn span {position: relative; z-index: 1;}
#top .top-right #phoneBtn a.phoneBtn div {display: block;width: 200%;height: 45px;position: absolute;overflow: hidden;top: 0;z-index: 0;}
#top .top-right #phoneBtn a.phoneBtn small {float: left;width: 50%;height: 45px;}




#top .top-right #top-menus {float: left;margin-right: 5px;margin-top: 0;}
#top .top-right #top-menus a {padding: 0px 10px;display: inline-block;border-left: 1px solid #eee;color: #fff;text-shadow: 1px 1px 1px #000;line-height: 20px;}
#top .top-right #top-menus a:first-child {border-left: 0;line-height: inherit;font-weight: 700;}
#top .top-right #top-menus a:hover {color: #aaa;}


#top .top-right #top-lang {float: left;margin-top: 8px;margin-top: 0;}
#top .top-right #top-lang a {padding: 0 10px;display: inline-block;border-left: 1px solid #eee;color: #fff;text-shadow: 1px 1px 1px #000;line-height: 20px;}
#top .top-right #top-lang a:hover {color: #aaa;}


#top.top-home-hotel .top-right #top-lang {/* float: right; */}
#top.top-home-hotel .top-right #top-lang a {border-left: 0;}
#top.top-home-hotel .top-right #top-lang a:hover {color: #aaa;}



#top .top-right #lang{float: left;margin: 4px 10px;}
#top .top-right #lang a{}
#top .top-right #lang a img{height: 18px;}
#top .top-right #searchBtn{
    float: left;
    margin: 4px 0px;
}
#top .top-right #searchBtn a{}
#top .top-right #searchBtn a img{height: 16px;}

#top.top-home-hotel {
    height: 110px;
    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 );
}
#top.top-home-hotel .top-left {margin-top: 5px;position: relative; z-index: 9;}
#top.top-home-hotel .top-center {float: left;width: 100%;position: absolute;text-align: center;display: flex;align-items: center;justify-content: center;}
#top.top-home-hotel .top-center #logo {float: none;padding: 15px 0;}
#top.top-home-hotel .top-right {/* width: 250px; */margin-top: 20px;}
#top.top-home-hotel .top-right #booknowBtn {/* float: right; */}
#top.top-home-hotel .top-right #booknowBtn a.headerRezBtn {}
body[lang="RU"] #top.top-home-hotel .top-right #booknowBtn a.headerRezBtn {font-size: 11px;  padding: 0 10px;}

#top.top-home-hotel .top-social a{display: inline-block;padding: 15px 5px;}
#top.top-home-hotel .top-social a img{height: 20px; width: 20px; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}


#top .top-right #top-menus #selectHotel{}
#top .top-right #top-menus ul#selectHotelList {display: none;position: absolute;background: #fff;list-style: none;margin: 0;padding: 0;}
#top .top-right #top-menus ul#selectHotelList li{}
#top .top-right #top-menus ul#selectHotelList li a{display: block;border-bottom: 1px solid #ddd;line-height: 30px;color: #333;text-shadow: none;font-weight: normal;}
#top .top-right #top-menus #selectHotel:hover ul#selectHotelList{display: block;}





#top .top-left #top-menus {float: left;margin-right: 15px;margin-top: 20px;}
#top .top-left #top-menus a {padding: 0px 10px;display: inline-block;color: #fff;border-left: 1px solid #eee;}
#top .top-left #top-menus a:first-child {border-left: 0;border: 1px solid #fff;padding: 0 30px;height: 44px;line-height: 44px;}
#top .top-left #top-menus a:hover {color: #aaa;}

#top .top-left #top-menus #selectHotel{}
#top .top-left #top-menus ul#selectHotelList {display: none;position: absolute;background: #fff;list-style: none;margin: 0;padding: 0;}
#top .top-left #top-menus ul#selectHotelList li{}
#top .top-left #top-menus ul#selectHotelList li a{display: block;border-bottom: 1px solid #ddd;color: #444;padding: 0 10px;height: auto;line-height: inherit;}
#top .top-left #top-menus ul#selectHotelList li a:hover{color: #aaa;}
#top .top-left #top-menus #selectHotel:hover ul#selectHotelList{display: block;}


#top.top-home-hotel .top-center #top-menus a{color:#fff;padding: 20px;text-transform: uppercase;display: inline-block;line-height: 20px;}
#top.top-home-hotel .top-center #top-menus a:hover{text-decoration:underline;}
#top.top-home-hotel .top-center #top-menus a span{display: block; line-height: 10px; margin-top: 10px;}
#top.top-home-hotel .top-center #top-menus {}

#top .top-right #selectLang{ display: block;}
#top .top-right #selectLang a.selectedLang {
    font-weight: 700;
}
#top .top-right ul#selectLangList {display: none; position: absolute;background: #fff;list-style: none;margin: 0;padding: 0;}
#top .top-right ul#selectLangList li{}
#top .top-right ul#selectLangList li a{display: block;border-bottom: 1px solid #ddd;padding: 10px;text-shadow: none;color: #666;}
#top .top-right #selectLang:hover ul#selectLangList{display: block;}

#top.top-home-hotel .top-center #top-menus img{height:50px;}
header#header{width:100%;background: none;float: left;}

#logo{float:left;padding:0}
#logo a{display:inline-block;padding: 8px 0px;}
#logo img{height: 64px;}

nav#menu{font-weight: 400;font-size: 12px;width: 100%;}
body[lang="RU"] nav#menu {font-size: 11px;}
nav#menu ul#header-menu{list-style:none;float:left;padding:0;margin:0;text-align: right;width: 100%;}
nav#menu ul#header-menu li{
    display: inline-block;
}
nav#menu ul#header-menu li a{color: #fff;text-shadow: 1px 1px 1px #000;display:block;padding: 5px 10px;text-transform: uppercase;}
nav#menu ul#header-menu li:hover a{color:#aaa;}

nav#menu ul#header-menu li.selected a{}
nav#menu ul#header-menu li ul.header-child-menu{display:none;position:absolute;list-style:none;box-shadow: 0 10px 10px rgba(0,0,0,.1);font-family: "Times New Roman",Times,serif;width: 100%;left: 0;background: rgba(255,255,255,.7);text-align: center;line-height: 46px;}
nav#menu ul#header-menu li ul.header-child-menu li{float:none;display: inline-block;}
nav#menu ul#header-menu li ul.header-child-menu li a{color: #666;margin: 0;display: inline-block;font-size: 13px;padding: 0 10px;}
nav#menu ul#header-menu li:hover ul.header-child-menu li a{background:none;color:#666;position: relative;}
nav#menu ul#header-menu li ul.header-child-menu li:hover a{color:#aaa}
nav#menu ul#header-menu li:hover ul.header-child-menu{display:block}

nav#menu ul#header-menu li ul.header-child-menu li a:after{content:""; display:block; width:1px; height: 20px; background:#ccc; position:absolute; top:13px; left:0px;}
nav#menu ul#header-menu li ul.header-child-menu li:first-child a:after{display:none;}



nav#menu ul#header-menu ul.header-third-menu {display: none;position: absolute;background: rgba(0,0,0,.3);}
nav#menu ul#header-menu ul.header-third-menu li{display: block !important;}
nav#menu ul#header-menu ul.header-third-menu li a{}

nav#menu ul#header-menu ul.header-child-menu li:hover ul.header-third-menu{display:block}

.headerHover #top {background: rgba(255,255,255,.9);}
.headerHover #top .top-right #top-menus a{color:#666;text-shadow:1px 1px 1px #ffffff;border-left: 1px solid #666;}
.headerHover #top .top-right #top-menus a:first-child {border-left: 0;}
.headerHover #top .top-right #top-lang a.selectedLang {color:#666;text-shadow:1px 1px 1px #ffffff;border-left: 1px solid #666;}
.headerHover #top .top-right #booknowBtn a.headerRezBtn{color:#666;text-shadow:1px 1px 1px #ffffff; border-left: 1px solid #666;}
.headerHover #top .top-right #phoneBtn a.phoneBtn{color:#666;text-shadow:1px 1px 1px #ffffff; border-right: 1px solid #666;}


.headerHover nav#menu ul#header-menu li a{color: #666;text-shadow:1px 1px 1px #ffffff;}

.headerHover #top.top-home-hotel .top-center #top-menus a {color: #666;}

.headerHover #top.top-home-hotel .top-right #top-lang a {border-left: 0;}


video#vid{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;object-fit: cover;}

section#slider {width:100%;position: relative;top: 0px;clear: both;height: 100vh;aspect-ratio: 16 / 9;overflow: hidden;}
section#slider .playvideo {
    position: absolute;
    right: 30px;
    bottom: 10px;
    z-index: 8;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    background: rgba(0,0,0,.2);
    cursor: pointer;
}
section#slider .owl-carousel .item {background-position:center;background-size: cover;}

.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-carousel .owl-nav button.owl-prev {left: -100px; color: #b5996a;}
.owl-carousel .owl-nav button.owl-next {right: -100px; color: #b5996a;}
.owl-carousel .owl-nav button.owl-prev:hover {background: none; color:#333}
.owl-carousel .owl-nav button.owl-next:hover {background: none; color:#333}
.owl-carousel .owl-nav button:focus {outline: none;}

.owl-theme .owl-dots {margin: 0; bottom: -40px;}
.owl-theme .owl-dots .owl-dot span {background: #fff; border:1px solid #aaa;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ccc}
.owl-theme .owl-dots button:focus {outline: none;}





section#slider .owl-carousel .owl-nav button.owl-next {position: absolute; top: calc(50% - 53px);  font-size: 61px; color: #fff; right: 0;width: 50px;}
section#slider .owl-carousel .owl-nav button.owl-prev {position: absolute; top:  calc(50% - 53px);  font-size: 61px; color: #fff; left: 0;width: 50px;}
section#slider .owl-carousel .owl-nav span {display: block; padding-bottom: 15px;}
section#slider .owl-dots {position:absolute; bottom: 0; width: 100%;}
section#slider .owl-theme .owl-nav [class*=owl-]:hover {color:#333; background: none;}
section#slider .owl-theme .owl-dots .owl-dot.active span,
section#slider .owl-theme .owl-dots .owl-dot:hover span {background: #fdb61c}
section#slider .owl-carousel .owl-nav button:focus {outline: none;}
section#slider .owl-carousel .owl-item img {object-fit: cover; height: 100vh; width: 100%; aspect-ratio: 16 / 9;}


section#slider .item .item-text{display: flex;position: absolute;top: 0;left: 0;width: 100%;height: 100%;align-items: center;justify-content: center;}
section#slider .item .slideText{ text-align: center;}
section#slider .item .slideTextBig{color: #222;font-size: 92px;z-index: 1;display: block;font-family: bebas_neue_regular;font-weight: 400;letter-spacing: 52px;line-height: 92px;margin-left: 62px;}
section#slider .item .slideTextSmall{color: #333;font-size: 30px;z-index: 1;font-weight: 400;margin: 0;display: block;font-family: Merriweather,serif;font-style: italic;letter-spacing: 2px;}
section#slider .item .slideBtn{color: #fff;font-size: 13px;background: #fdb61c;padding: 10px 30px;border-radius: 4px;text-transform: uppercase;font-weight: 600;margin-top: 15px;}





section#home-text {padding: 60px 0 0 0;}
section#home-text .container{padding: 0 10%;}
section#home-text h3{text-align: center;font-family: Merriweather,serif;font-size: 26px;padding: 30px 0;}
section#home-text i{text-align: center;color: #b5996a;font-size: 22px;margin: 0 0 30px 0;font-weight: 100;font-style: italic;display: block;}
section#home-text p{text-align: center;color: #061535;font-size: 14px;}


section#highlights {padding: 60px 0 0 0;}
section#highlights .highlight{margin: 30px 0;}
section#highlights .highlight a{color:#333}
section#highlights .highlight a:hover .highlight-text h4{color:#b5996a}
section#highlights .highlight .highlight-foto-col{}
section#highlights .highlight .highlight-text-col{z-index: 1;align-items: center;display: flex;padding: 0 0 0 15px;}
section#highlights .highlight:nth-child(2n) .highlight-text-col{order:1;padding: 0 15px 0 0;}


section#highlights .highlight .highlight-foto{}
section#highlights .highlight .highlight-foto img{width: 130%; height:auto;float: right;border-radius: 10px;aspect-ratio: 16 / 9;object-fit: cover;}
section#highlights .highlight:nth-child(2n) .highlight-foto img{float: left;}


section#highlights .highlight .highlight-text{background: #eeeeee70;box-shadow: 0 0 10px rgba(0,0,0,.3);padding: 40px 30% 30px 60px;border-radius: 10px;}
section#highlights .highlight:nth-child(2n) .highlight-text{padding: 40px 20px 30px 30%;}
section#highlights .highlight .highlight-text h3{font-size: 15px;color: #999;font-weight: 400;}
section#highlights .highlight .highlight-text h4{font-size: 26px;font-weight: 700;line-height: 26px;/*margin-bottom: 16px;*/}
section#highlights .highlight .highlight-text p{line-height: 18px;}


section#home-quote{background: #fff;width: 100%;text-align: center;padding: 50px 25%;overflow: hidden;}
section#home-quote .home-quote-hotel-name{font-size: 16px;text-transform: uppercase;font-family: Merriweather,serif;font-weight: 100;color: #666;}
section#home-quote img{height: 50px;}
section#home-quote a{color:#333;}
section#home-quote .home-quote-title{margin: 20px 0;font-size: 24px;font-family: Merriweather,serif;font-weight: 100;color: #000;letter-spacing: 2px;}
section#home-quote .home-quote-title::before{content:"";display: none;width: 300px;height: 2px;background: #b5996a;margin: 20px auto;}
section#home-quote .home-quote-text{font-size: 16px;margin: 0;font-weight: 100;}




.quoteMore{font-family: Merriweather,serif; background: url(/assets/img/bg-white.png) #f0f0f0;width: 50%;text-align: center;padding: 50px 20px;font-style: italic; overflow: hidden;}
.quoteMore img{height: 50px;}
.quoteMore .home-quote-title{margin: 0;font-size: 18px;letter-spacing: 2px;}
.quoteMore .home-quote-title::before{content:""; display: block; width: 300px; height: 2px; background: #b5996a; margin: 20px auto;}
.quoteMore .home-quote-text{font-size: 25px; margin: 20px 0;}


section#whyHotel {width: 100%;padding: 50px 0;color: #333;overflow: hidden;}
section#whyHotel .owl-carousel {padding: 0 60px;}
section#whyHotel .owl-carousel .owl-stage-outer {padding: 0px 0;}
section#whyHotel h1 {font-family: Merriweather,serif;font-weight: 100;font-size: 26px;text-align: center;margin-bottom: 50px;}
section#whyHotel h1:after{height: 2px;background: #b5996a;display: block;content: "";width: 70px;margin: 10px auto;}
section#whyHotel h3 {font-family: Merriweather,serif;font-weight: 100;font-size: 26px;text-align: center;margin-bottom: 50px;}
section#whyHotel h3:after{height: 2px;background: #b5996a;display: block;content: "";width: 70px;margin: 10px auto;}
section#whyHotel .item a {text-transform: uppercase;background: #fff;display: block;height: 460px;/* box-shadow: 0 0 20px rgba(0,0,0,.1); */text-align: center;}
section#whyHotel .item a img{width:100%;object-fit: cover; object-fit: contain;  height: 250px;}

section#whyHotel .item a p img{width: auto; height: 100px;  margin: 20px auto;}
section#whyHotel .item a h4{font-family: Merriweather,serif;color: #333;font-size: 17px;margin: 0;padding: 30px;}
section#whyHotel .item a h4:after{display: none;content: "";width: 7px;height: 45px;background: #b5996a;margin: 0 0 0 -16px;position: absolute;border-radius: 0 5px 5px 0;top: 185px;}
section#whyHotel .item a span{display:block;color: #333;font-size: 14px;margin: 0;padding: 0 30px;font-weight: 300;line-height: 24px;text-transform: initial;}

section#whyHotel .item a.home-hotel-list-item button {width:calc(100% - 40px); border: 1px solid #ccc;color: #333;padding: 10px 30px;display: inline-block;text-align: center;font-weight: 500;cursor: pointer;}
section#whyHotel .item a.home-hotel-list-item {padding-bottom: 20px; height: auto;}
section#whyHotel .item a.home-hotel-list-item p img{height:72px; margin: 40px auto;}

section#whyHotel .owl-carousel .owl-nav button.owl-prev {left: -25px; color: #aaa;top: calc(50% - 160px);}
section#whyHotel .owl-carousel .owl-nav button.owl-next {right: -25px; color: #aaa;top: calc(50% - 160px);}
section#whyHotel .owl-carousel .owl-nav button.owl-prev:hover {background: none; color:#ccc}
section#whyHotel .owl-carousel .owl-nav button.owl-next:hover {background: none; color:#ccc}




section#home-yellow-big-text {width: 100%;height: 180px;background: url(/assets/img/bg-craft.png) #C5AA7B;line-height: 180px;color: #fff;font-size: 52px;text-align: center;letter-spacing: 6px;font-family: 'bebas_neue_bold';}
section#home-yellow-text {width: 100%;height: 50px;background: url(/assets/img/bg-craft.png) #C5AA7B;line-height: 50px;color: #061535;letter-spacing: 1px;font-size: 14px;text-align: center;font-family: Merriweather,serif;font-style: italic;}



section#home-rooms {width: 100%;overflow: hidden;padding-top: 50px;}
section#home-rooms h3{font-family: Merriweather,serif;font-weight: 100;font-size: 26px;text-align: center;margin-bottom: 50px;}
section#home-rooms .home-room-col{height: calc(100vw / 5);background-size: cover;background-position: center;display: flex;margin-bottom: 30px;}
section#home-rooms .home-room{background: #fff;opacity: 1;width: 100%;}
section#home-rooms .home-room .home-room-text{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 60px 20px 0 20px;
}
section#home-rooms .home-room h4{color: #fff;font-family: Merriweather,serif;font-size: 20px;margin: 0;}
section#home-rooms .home-room p{color: #fff;font-size: 14px;font-style: italic;margin-top: 10px;}
section#home-rooms .home-room a{display: block;width: 100%;height: 100%;position: relative; background-size: cover; background-position: center;}




section#subSlider {width:100%;position: relative;top: 0px;clear: both;overflow: hidden;}
section#subSlider .owl-carousel .item {background-position:center;background-size: cover;height: calc(100vh - 0px);}
section#subSlider.noSlayt {height: 200px;}
section#subSlider .item .item-text{display: flex;position: absolute;top: 0;left: 0;width: 100%;height: 100%;align-items: center;justify-content: center;display: none;}
section#subSlider .item .slideText{ text-align: center;}
section#subSlider .item .slideTextBig{color: #fff;text-shadow: 2px 2px 2px #00000050;font-size: 92px;z-index: 1;display: block;font-family: bebas_neue_regular;font-weight: 400;letter-spacing: 12px;line-height: 92px;margin-left: 62px;}
section#subSlider .item .slideTextSmall{color: #333;font-size: 30px;z-index: 1;font-weight: 400;margin: 0;display: block;font-family: Merriweather,serif;font-style: italic;letter-spacing: 2px;}
section#subSlider .item .slideBtn{color: #fff;font-size: 13px;background: #fdb61c;padding: 10px 30px;border-radius: 4px;text-transform: uppercase;font-weight: 600;margin-top: 15px;}




section#subSlider #startBtn{position: absolute;width: 100%;text-align: center;z-index: 2;bottom: 30px;display: none;}
section#subSlider #startBtn a.discoverBtn{transform: scale(.8);background: url(/assets/img/discover.png);width: 592px;height: 100px;font-family: 'bebas_neue_regular';margin: 31px auto;line-height: 100px;font-size: 42px;letter-spacing: 5px;text-align: center;display: block;color: #fff;}
section#subSlider #startBtn a.followBtn{color: #fff;font-family: 'bebas_neue_bold';font-size: 24px;letter-spacing: 4px;}
section#subSlider #startBtn a.followBtn b{font-weight: normal;font-size: 34px;}

section#subSlider #startBtn a.galleryPageBtn {background: #00000050;padding: 20px;border: 2px solid #fff;border-radius: 50%;height: 80px;display: inline-block;}
section#subSlider #startBtn a.galleryPageBtn img{height: 36px;}



section#subSlider.packageSlider .owl-carousel .item {height: 70vh;}
section#subSlider.packageSlider .owl-carousel .owl-item img {height: 70vh; object-fit: cover;}



section#page {padding: 30px 0;}
/*section#page.gallery-page {padding: 130px 0 0 0;}*/
section#page .page-hotel-name{font-size: 16px;text-transform: uppercase;font-family: Merriweather,serif;font-weight: 100;color: #666;text-align: center;}

section#page .page-title {
    text-align: center;
    font-family: Merriweather,serif;
    font-size: 26px;
    padding: 30px 0;
}
section#page .page-desc {text-align: center;color: #b5996a;font-size: 22px;margin: 0;font-weight: 100;font-style: italic;}
section#page .page-desc img{height: 50px;margin-top: -30px;margin-bottom: 20px;position: relative;z-index: 9;display: none;}
section#page .page-desc:after{display: none;content: "";width: 300px;height: 2px;background: #b5996a;margin: 20px auto;}
section#page .page-content {color: #061535;font-size: 14px;margin: 0;font-weight: 100;padding: 30px 0;margin-top: 0px;}
section#page .page-content h1{font-size: 26px;font-weight: 600;}
section#page .page-content h2{font-size: 21px;font-weight: 600;}
section#page .page-content h3{font-size: 18px;font-weight: 600;}
section#page .page-content h4{font-size: 16px;font-weight: 700;margin: 0 0 5px;}
section#page .page-content td{vertical-align: top;padding: 30px;}
section#page .page-content ul{padding: 0 0 0 20px;}
section#page .page-content strong{font-weight: 600;}

li.golf-card {list-style: none; margin: 60px 0 0;}
li.golf-card img {height: 160px;float: left; margin: 14px 40px 0 0;}

section#page .page-content table.price-table td{vertical-align: middle;padding: 5px; text-align: center;border: 2px solid #fff;}
section#page .page-content table.price-table tr td:first-child{text-align: left;}

body.golf-academy-table section#page table{margin: 30px 0;width: 100% !important;}
body.golf-academy-table section#page .page-content td{vertical-align: middle;padding: 1px; text-align: center;border: 1px solid #ccc;}
body.golf-academy-table section#page .page-content p{padding: 0; margin: 0;}


section#page .page-desc a.vr360{}
section#page .page-desc a.vr360 img{height: 72px;display: block;margin: 0 auto 15px auto;}


section#rooms .room-item-text a.vr360{position: absolute;left: -89px;z-index: 99;top: 0px;background: #fff;padding: 10px;display: none;}
section#rooms .room-item-text a.vr360 img{height: 46px;display: block;margin: 0;}


section#submenus {overflow: hidden;}

section#submenus .submenu-item{
    margin-bottom: 30px;
}
section#submenus .submenu-item a {background: #fff;display: block;box-shadow: 0 0 20px rgba(0,0,0,.1);text-align: center;}
section#submenus .submenu-item a img{width:100%;object-fit: cover;  height: 220px;}
section#submenus .submenu-item a h4{font-family: Merriweather,serif;color: #333;font-size: 24px;margin: 0;padding: 30px;}
section#submenus .submenu-item a h4:after{display: none;content: "";width: 7px;height: 45px;background: #b5996a;margin: 0 0 0 -16px;position: absolute;border-radius: 0 5px 5px 0;top: 185px;}
section#submenus .submenu-item a span{display:block;color: #333;font-size: 18px;margin: 0;padding: 0 30px 30px 30px;font-weight: 300;line-height: 24px;text-transform: initial;}



section#submenus .home-room-col{height: calc(100vw / 6);background-size: cover;background-position: center;display: flex;}
section#submenus .home-room{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(6,21,53,.8);text-align: center;opacity: 1;}
section#submenus .home-room h4{color: #fff; font-family: bebas_neue_regular;font-size: 35px;letter-spacing: 4px; margin: 0;}
section#submenus .home-room p{opacity:0;margin-top:-33px;color: #fff;font-size: 14px;font-style: italic;padding: 0 30px;}
section#submenus .home-room a{display: flex;flex-direction: column;width: 100%;height: 100%;align-items: center;justify-content: center;}
section#submenus .home-room:hover{background: rgba(149, 122, 75, .8);}
section#submenus .home-room:hover p{opacity: 1;  margin-top:0px;}

section#submenus .home-room.gallery-photo {background: rgba(68,68,68,.0);}
section#submenus .home-room.gallery-photo img{height: 32px;}
section#submenus .home-room.gallery-photo h4{opacity: 0;}
section#submenus .home-room.gallery-photo:hover {background: rgba(68,68,68,.9);}
section#submenus .home-room.gallery-photo:hover h4{opacity: 1;}
section#submenus .home-room.gallery-photo span{color: #fff;text-shadow: 1px 1px 1px #000;position: absolute;bottom: 0;width: 100%;left: 0;padding: 10px;background: rgba(0,0,0,.4);}






section#packageList {padding: 60px 0;background: #f5f5f5;margin-bottom: 60px;}
section#packageList .package-item{height: 360px;align-items: center;width: 100%;justify-content: center;text-align: center;position: relative;background-size: cover; background-position: center;}
section#packageList .package-item a{background: rgba(0,0,0,.3);display: flex;flex-direction: column;width: 100%;height: 100%;align-items: center;justify-content: center; color:#fff;padding: 15px;}
section#packageList .package-item h4{font-size: 36px;font-weight: 100;}
section#packageList .package-item span{display: block;opacity: 0;font-size: 16px;padding: 20px 0;}
section#packageList .package-item small{display: block;opacity: 0;font-size: 16px;padding: 10px 25px;border-radius: 20px;font-weight: 300;border-style: solid;border-color: #b4986a;}



section#packageList .package-item i{display: block;opacity: 0;}


section#packageList .package-item:hover a{background: rgba(0,0,0,.8);}
section#packageList .package-item:hover span{display: block; opacity: 1;}
section#packageList .package-item:hover small{display: block; opacity: 1;}
section#packageList .package-item:hover i{display: block; opacity: 1;}








section#page .page-content table.awards td {padding: 8px;vertical-align: middle;font-size: 10px;}

.awards {font-family: Merriweather,serif; font-weight: 400;}


/* EK CLASS*/
body.golf-package-table table{}
body.golf-package-table table td{padding: 10px !important;}
body.golf-package-table table td:last-child{text-align:center;}
body.golf-package-table table td:nth-last-child(2){text-align:center;}
body.golf-package-table table td a{background: #b5996a;color: #fff;padding: 5px 10px;border-radius: 4px;}
/* EK CLASS*/

form#frmGolf input[type="text"]{border: 1px solid #ccc; padding: 10px 20px;  width: 100%; margin-bottom: 10px;}
form#frmGolf input[type="date"]{border: 1px solid #ccc; padding: 10px 20px;  width: 100%; margin-bottom: 10px;}
form#frmGolf input[readonly]{border: 1px solid #ccc; padding: 10px 20px;  width: 100%; margin-bottom: 10px; background: #eee;}
form#frmGolf select{border: 1px solid #ccc; padding: 10px 20px;  width: 100%; margin-bottom: 10px;}
form#frmGolf textarea{border: 1px solid #ccc; padding: 10px 20px;  width: 100%; margin-bottom: 10px;}
form#frmGolf input[type="submit"]{border: 0; background: #b5996a; color:#fff;  padding: 11px 20px 9px 20px;cursor: pointer;}
form#frmGolf label{margin: 0;}
form#frmGolf input.error, form#frmGolf select.error, form#frmGolf textarea.error{border:1px solid red;}
form#frmGolf label.error{display:none !important; color:red; font-size: 12px;}

section#listmenus {}
section#listmenus .list-item{margin-bottom: 30px;}
section#listmenus .list-item a{}
section#listmenus .list-item-photo{position: relative;}
section#listmenus .list-item-photo img{width:100%}
section#listmenus .list-item-name{position: absolute;bottom: 0;background: rgba(6,21,53,.8);font-size: 32px;color: #fff;text-align: center;width: 100%;padding: 15px 0;margin: 0;letter-spacing: 2px;font-family: bebas_neue_bold;}
section#listmenus .list-item-text{background: #fff;font-size: 12px;padding: 10px 20px;font-family: Merriweather,serif;font-style: italic;color: #000;}
section#listmenus .list-item-text strong{font-size: 18px;font-weight: 600;letter-spacing: 1px;color: #C5AA7B;margin: 5px 0;}


.list-fb h3{font-family: Merriweather,serif;font-weight: 100;font-size: 26px;text-align: center;margin-bottom: 0px;}
section#mainrest {padding: 60px 0;background: #f5f5f5;text-align: center;}
section#mainrest h2{}
section#mainrest div{}
section#mainrest article{}
section#mainrest img{margin: 60px 0; width: 100%;}

section#col6carousel {overflow: hidden;padding: 0;}
section#col6carousel .owl-carousel {padding: 0 10px;}
section#col6carousel .owl-carousel .owl-stage {margin: auto;display: flex; align-items: center;}
section#col6carousel .owl-carousel .owl-stage-outer {padding: 30px 0 0 0;}
section#col6carousel .item a {text-transform: uppercase;background: #fff;display: block;box-shadow: 0 0 20px rgba(0,0,0,.1);text-align: center;}
section#col6carousel .item a img{width:100%;}
section#col6carousel .owl-carousel .owl-nav button.owl-prev {left: 0px; color: #fff;}
section#col6carousel .owl-carousel .owl-nav button.owl-next {right: 0px; color: #fff;}

section#col3carousel {overflow: hidden;padding: 60px 0;}
section#col3carousel .owl-carousel {padding: 0 60px;}
section#col3carousel .owl-carousel .owl-stage-outer {padding: 60px 0;}
section#col3carousel .item a {text-transform: uppercase;background: #fff;display: block;box-shadow: 0 0 20px rgba(0,0,0,.1);text-align: center;}
section#col3carousel .item a img{width:100%;}
section#col3carousel .item a h4{font-family: Merriweather,serif;color: #333;font-size: 18px;margin: 0;padding: 30px;}
section#col3carousel .item a h4:after{display: none;content: "";width: 7px;height: 45px;background: #b5996a;margin: 0 0 0 -16px;position: absolute;border-radius: 0 5px 5px 0;top: 185px;}
section#col3carousel .item a span{display:block;color: #333;font-size: 18px;margin: 0;padding: 0 30px;font-weight: 300;line-height: 24px;text-transform: initial;}


section#col2carousel {overflow: hidden;background: #e5e5e5;padding: 60px 0;}
section#col2carousel .owl-carousel {padding: 0 60px;}
section#col2carousel .owl-carousel .owl-stage-outer {padding: 60px 0;}
section#col2carousel .item a {text-transform: uppercase;background: #fff;display: block;box-shadow: 0 0 20px rgba(0,0,0,.1);text-align: center;}
section#col2carousel .item a img{width:100%;}
section#col2carousel .item a h4{font-family: Merriweather,serif;color: #333;font-size: 18px;margin: 0;padding: 30px;}
section#col2carousel .item a h4:after{display: none;content: "";width: 7px;height: 45px;background: #b5996a;margin: 0 0 0 -16px;position: absolute;border-radius: 0 5px 5px 0;top: 185px;}
section#col2carousel .item a span{display:block;color: #333;font-size: 18px;margin: 0;padding: 0 30px;font-weight: 300;line-height: 24px;text-transform: initial;}




section#rooms {padding: 60px 100px;margin-bottom: 30px;}
section#rooms #room-types{text-align: center;font-family: Merriweather,serif;font-size: 18px;font-weight: 100;padding-bottom: 90px;}
section#rooms #room-types a{text-transform: uppercase;color: #333; padding: 15px;}
section#rooms #room-types a.selected{font-weight: 600;text-decoration: underline;}
section#rooms .room{background: #fff;margin-bottom: 60px;}
section#rooms .room:last-child {margin-bottom:0;}
section#rooms .room-item-foto{margin: 0; height: 100%;}
section#rooms .room-item-foto img{width:100%;object-fit: cover; height: 100%;}
section#rooms .room-item-text{padding: 30px 15px 30px 0;font-size: 14px;font-weight: 100;}
section#rooms .room-item-text h4{font-family: Merriweather,serif;font-size: 26px;}
section#rooms .room-item-text span{display:block;margin-bottom: 20px;margin-top: 15px;}
section#rooms .room-item-text a.room-detail-btn{border: 1px solid #ccc;color: #333;padding: 10px 30px;display: inline-block;width: 48%;text-align: center;font-weight: 500;}
section#rooms .room-item-text a.room-book-btn{border: 1px solid #b5996a;background:#b5996a;color: #fff;padding: 10px 30px;display: inline-block;width: 48%;text-align: center;font-weight: 700;}
section#rooms .room-item-text a:hover {opacity: .8;}
section#rooms .room-item-text strong {font-weight: 600;}


section#rooms .room-item-text a.list-detail-btn{border: 1px solid #ccc;color: #333;padding: 10px 30px;display: inline-block;text-align: center;font-weight: 500;}



.roomOwl .owl-carousel {height: 100%;}
.roomOwl .owl-carousel .owl-stage{height: 100%;}
.roomOwl .owl-carousel .owl-stage-outer{height: 100%;}
.roomOwl .owl-carousel .owl-item{height: 100%;}
.roomOwl .owl-carousel .item{background-position:center;background-size: cover;height: 100%;min-height: 300px;}
.roomOwl .owl-carousel .item a {display: block; height: 100%;}
.roomOwl .owl-carousel .owl-nav button.owl-prev {left: 0px; color: #b5996a;}
.roomOwl .owl-carousel .owl-nav button.owl-next {right: 0px; color: #b5996a;}
.roomOwl .owl-theme .owl-dots {margin: 0; bottom: -40px;}


.listTab {}
.listTab:nth-child(2n-1) .col{order:0}
.listTab:nth-child(2n-1) .col:first-child{order:1}
section#rooms .listTab:nth-child(2n-1) .room-item-text{padding: 30px 0 30px 15px; text-align: right;}

.contactContent {}
.contactContent h2{font-size: 32px !important;font-weight: 100 !important;color: #b5996a;}
.contactContent strong{font-weight: 600;}
.contactContent a{ color: #b5996a;}
a.telBtn {background: #b5996a;color: #fff;padding: 11px 20px 11px 20px;}

form#contactForm {padding: 30px 0; max-width: 50%; margin:auto;}
form#contactForm h3{text-align: center;font-size: 46px;font-weight: 100;padding: 60px 0;color: #b5996a;}
form#contactForm h6{color: #b5996a;font-weight: 600;margin: 0px 0 15px 0;}
form#contactForm label{}
form#contactForm label span{font-size: 12px; line-height: 17px;display: list-item;color: #666;}
form#contactForm label input[type="checkbox"]{transform: scale(2); margin:10px 15px 20px 7px; float: left;}

form#contactForm select{border: 1px solid #ccc; padding: 10px 20px;  width: 100%; margin-bottom: 10px;}
form#contactForm input[type="text"]{border: 1px solid #ccc; padding: 10px 20px;  width: 100%; margin-bottom: 10px;}
form#contactForm textarea{border: 1px solid #ccc; padding: 10px 20px;  width: 100%; margin-bottom: 10px;}
form#contactForm input[type="button"]{border: 0; background: #b5996a; color:#fff;  padding: 11px 20px 9px 20px;}

table.golf-tournament-result-table {}
table.golf-tournament-result-table th{font-size:12px;padding: 0.75rem !important;}
table.golf-tournament-result-table th small {display: block;}
table.golf-tournament-result-table td{font-size:12px;padding: 0.75rem !important;}
table.golf-tournament-result-table thead th{ color:#999;}
table.golf-tournament-result-table thead th span{display: block;width: 53px;}
table.golf-tournament-result-table thead th:nth-child(34) span{display: block;width: 83px;}
table.golf-tournament-result-table thead th:nth-child(36) span{display: block;width: 83px;}


table.golf-tournament-result-table thead th:nth-child(13){ color:blue;}
table.golf-tournament-result-table thead th:nth-child(23){ color:red;}
table.golf-tournament-result-table thead th:nth-child(33){ color:green;}
table.golf-tournament-result-table thead th:nth-child(34){ color:#b5996a;}
table.golf-tournament-result-table thead th:nth-child(36){ color:#b5996a;}

table.golf-tournament-result-table tbody td:nth-child(13){ color:blue; font-weight: bold;}
table.golf-tournament-result-table tbody td:nth-child(23){ color:red; font-weight: bold;}
table.golf-tournament-result-table tbody td:nth-child(33){ color:green; font-weight: bold;}
table.golf-tournament-result-table tbody td:nth-child(34){ color:#b5996a; font-weight: bold;}
table.golf-tournament-result-table tbody td:nth-child(36){ color:#b5996a; font-weight: bold;}

section#home-instagram {padding: 0px 10% 120px 10%;/* margin: 100px 0 60px 0; */border-bottom: 10px solid #f5f5f5;}
section#home-instagram h3{font-family: Merriweather,serif;font-weight: 100;font-size: 26px;text-align: center;margin-bottom: 50px;}
section#home-instagram img {width:100%;object-fit: cover; height: 170px;}




section#instagram {width:100%;padding: 60px 0;overflow: hidden;}
section#instagram h3{font-family: Merriweather,serif;font-weight: 100;font-size: 26px;text-align: center;margin-bottom: 50px;}
.instagramapi {width:100%;overflow: hidden;}  
.instagramapi ol{overflow: hidden;display: table;margin: 0;padding: 0;}  
.instagramapi ol li{float:left;width:16.66%;list-style:none;height: 100%;overflow: hidden;padding: 10px;}  
.instagramapi ol li a{}  
.instagramapi ol li a img{width:100%;height: 180px;object-fit: cover;}  
.instagramapi ol li a video{width:100%;height: 180px;object-fit: cover;}  



section#home-awards {text-align: center;margin-bottom: 60px;margin-top: 30px;}
section#home-awards h3{font-family: Merriweather,serif;font-weight: 100;font-size: 48px;text-align: center;margin-bottom: 50px;}
section#home-awards img {width: 65%;}

section#weather-social-newsletter {text-align: center;padding-bottom: 60px;}
section#weather-social-newsletter h4{font-family: Merriweather,serif;font-weight: 500;font-size: 20px;}
section#weather-social-newsletter h5{color: #666;font-size: 14px;padding: 15px 0;}

section#weather-social-newsletter #home-social {}
section#weather-social-newsletter #home-social a{display: inline-block; padding: 15px;}
section#weather-social-newsletter #home-social a img{height: 20px;}

section#weather-social-newsletter #home-newsletter {position:relative;}
section#weather-social-newsletter #home-newsletter input{border: 1px solid #ccc;padding: 10px 82px 10px 20px;width: 100%;}
section#weather-social-newsletter #home-newsletter button{border: 0;background: #b5996a;padding: 11px 20px 9px 20px;margin-left: -4px;position: absolute;right: 0;}
section#weather-social-newsletter #home-newsletter button img{height: 22px;margin: auto;}

section#weather-social-newsletter #weather{margin-top: -15px;}
section#weather-social-newsletter #weather a{color:#111}
section#weather-social-newsletter #weather img{height: 96px;}
section#weather-social-newsletter #weather small{font-weight: 100;font-size: 36px;}

footer#footer{font-size:12px;background: #333;padding: 60px;color: #fff;min-height: 200px;}
footer#footer nav#footerMenu{font-size: 14px;}
footer#footer nav#footerMenu p{color: #fff;font-weight: 100;}
footer#footer nav#footerMenu h5{font-size: 20px;margin: 0;font-weight: 700;}
footer#footer nav#footerMenu h5:after {display: block;content: "";width: 70px;height: 1px;background: #999;margin: 10px 0;}

footer#footer nav#footerMenu ul{list-style: none;margin: 0 0 10px 0;padding: 0;}
footer#footer nav#footerMenu ul li{}
footer#footer nav#footerMenu ul li a{text-decoration: none;color: #fff;letter-spacing: 1px;display: block;font-size: 14px;font-weight: 100;}
footer#footer nav#footerMenu ul li a:hover{color: #999;}

footer#footer nav#footerMenu .col-md-3:first-child h5{display:none;}
footer#footer nav#footerMenu .col-md-3:first-child img{height: 80px; width:auto}
footer#footer nav#footerMenu .col-md-3:first-child .appstores img{height: 45px; width:auto}

.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}



/*

SADE WIDGET

section#booking-form {position: absolute;z-index: 899;bottom: 0px;width: 100%;background: rgba(255,255,255,.9);box-shadow: 0 0 10px #00000020;}
section#booking-form form{height: 120px;overflow: hidden;}

section#booking-form form.hotelsRezForm div.formField{float: left;width: 23%;padding: 30px;}
section#booking-form form.hotelRezForm div.formField{float: left;width: 23%;padding: 30px;}

section#booking-form form.hotelsRezForm div.formField.formFieldHotel{width: 25%;}
section#booking-form form.hotelsRezForm div.formField.formFieldDate{width: 15%;}
section#booking-form form.hotelsRezForm div.formField.formFieldPax{width: 15%;}
section#booking-form form.hotelsRezForm div.formField.formFieldButton{width: 15%; padding: 30px 0;}

section#booking-form form.hotelRezForm div.formField.formFieldDate{width: 20%;}
section#booking-form form.hotelRezForm div.formField.formFieldPax{width: 20%;}
section#booking-form form.hotelRezForm div.formField.formFieldButton{width: 20%; padding: 30px 0;}


section#booking-form form div.formField label{display: block;white-space: nowrap;}
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;padding: 3px;}
section#booking-form form div.formField input[type="number"]{position: relative;left: 7px;background: none;}
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';width: 100%;}
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: none;background: #fff;font-size: 13px;background: none;border-bottom: 1px solid #ccc;padding: 0;}


section#booking-form form #children:hover div#childs {display: block;}
*/




section#booking-form {position: absolute;z-index: 899;bottom: 0px;width: 100%;background: rgba(255,255,255,.9);box-shadow: 0 0 10px #00000020;}
section#booking-form form{height: 120px;overflow: hidden;}

section#booking-form form.hotelsRezForm div.formField{float: left;width: 23%;padding: 30px;}
section#booking-form form.hotelRezForm div.formField{float: left;width: 23%;padding: 30px;}

section#booking-form form.hotelsRezForm div.formField.formFieldHotel{width: 25%;}
section#booking-form form.hotelsRezForm div.formField.formFieldDate{width: 15%;}
section#booking-form form.hotelsRezForm div.formField.formFieldPax{width: 15%;}
section#booking-form form.hotelsRezForm div.formField.formFieldButton{width: 15%; padding: 30px 0;}

section#booking-form form.hotelRezForm div.formField.formFieldDate{width: 20%;}
section#booking-form form.hotelRezForm div.formField.formFieldPax{width: 20%;}
section#booking-form form.hotelRezForm div.formField.formFieldButton{width: 20%; padding: 30px 0;}


section#booking-form form div.formField label{display: block;white-space: nowrap;font-size: 14px;color: #b5996a;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;}
section#booking-form form .qtyChange{width: 30px;height: 30px;border-radius: 0;border: 1px solid #ccc;background: #fff;font-size: 16px;position: relative;top: -4px;}
section#booking-form form .qty{width: 40px;height: 30px;text-align: center;border: 0;font-size: 32px;font-weight: 700;}
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;padding: 3px;font-weight: 700;font-size: 17px;}
section#booking-form form div.formField input[type="number"]{position: relative;left: 7px;background: none;}
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: 700;font-size: 14px;font-family: 'Open Sans';width: 100%;}
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: none;background: #fff;font-size: 13px;background: none;border-bottom: 1px solid #ccc;padding: 0;}


section#booking-form form #children:hover div#childs {display: block;}

section#booking-form form #children #childs label {font-size: 12px;letter-spacing: 0px;}
section#booking-form form #children #childs input[type="date"] {font-size: 12px;}

section#booking-form form div.formField select {width: 100%;height: 30px;border-radius: 0;border: none;background: #fff;font-size: 13px;background: none;border-bottom: 1px solid #ccc;padding: 0;font-weight: 700; font-size: 17px;}



/*NEW WIDGET*/

section#booking-widget {position: fixed;bottom: 5px;z-index: 99;width: 100%;}
section#booking-widget form#reservationForm {min-height: 80px;}
section#booking-widget.fixed {position: fixed; /*top: 105px; bottom: inherit;*/ bottom:5px;}
section#booking-widget .container {max-width: 900px;}
section#booking-widget .container.homeHotelWidget {max-width: 1080px;}
section#booking-widget .booking-widget-wrap{background: #f5f5f5;height: 80px;display: flex;align-items: center;box-shadow: 1px 1px 1px rgba(0,0,0,.1);border-radius: 10px;overflow: hidden;}
section#booking-widget div.formField {float: left;}
section#booking-widget div.formField span{display: block;text-transform: uppercase;color: #999;margin-bottom: 0px;text-align: center;white-space: nowrap;}
section#booking-widget div.formField.formFieldHotel{display:none; width: 25%;position: relative;}
section#booking-widget div.formField.formFieldHotel span{text-align: left;padding-left: 15px;}
section#booking-widget div.formField.formFieldDate{width: 180px;height: 75px;}
section#booking-widget div.formField.formFieldPax{width: 20%;height: 75px;}
section#booking-widget div.formField.formFieldButton{width: 20%;}

/*section#booking-widget #kpHotel {border: none;background: none;font-size: 20px;width: 100%;font-weight: 600;padding: 0 10px;height: 54px;}*/
section#booking-widget #kpHotel {font-size: 20px;width: 100%;font-weight: 600;padding: 0 10px;height: 54px;position: absolute; opacity: 0;cursor:pointer;}
section#booking-widget label.selectHotelName {font-size: 16px;width: 100%;font-weight: 600;line-height: 16px;padding: 10px 0 0 15px;}



section#booking-widget .container.homeHotelWidget .formFieldHotel {display: block;}



section#booking-widget .paxdiv{width: 80px;margin: auto;overflow: hidden;}


section#booking-widget .qtyChange{width: 30px;height: 20px;border-radius: 0;border: 0;background: none;font-size: 16px;position: relative;display: block;color: #999;cursor: pointer;}
section#booking-widget .qty{width: 50px;height: 50px;text-align: center;border: 0;font-size: 52px;font-weight: 500;float: left;background: none;cursor: pointer;}
section#booking-widget .qty-arrows{float: left; margin-top: 5px;}

section#booking-widget div#childs {/*display:none;*/background: #f5f5f5;position: absolute;top: -76px;width: 871px;box-shadow: none;border-radius: 10px;}
/*section#booking-widget div#childs {background: #f5f5f5;position: absolute;top: 72px;width: 871px;box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);border-radius: 0 0 10px 10px;}*/

section#booking-widget div.childAge {display:none;padding: 10px;width: 14.28%;float: left;font-size: 10px;color: #b5996a;font-weight: 600; position: relative;}
section#booking-widget div.childAge:first-child{padding: 10px;}

section#booking-widget #children:hover div#childs {display: block;}

section#booking-widget #children #childs label {font-size: 12px;letter-spacing: 0px;display: block;}
section#booking-widget #childs input[type="date"] {font-size: 12px;width: 100%;border: 1px solid #ccc;padding: 5px;}

section#booking-widget div.formField input[type="submit"]{background: #b5996a;color: #fff;border: 0;padding: 0px 0px;text-transform: uppercase;font-size: 14px;font-family: 'Open Sans';width: 100%;height: 120px;display: block;cursor: pointer;}


section#booking-widget .kpDate {opacity:0;position: absolute;left: -20%;width: 120%;height: 100%;z-index: 9;}
section#booking-widget .kpDate_theme {position:relative;overflow:hidden;width: 100px;background:#f5f5f5;display:table;margin: auto;}
section#booking-widget .kpDate_d {font-size: 52px;line-height: 49px;font-weight: 500;display:block;float:left;margin-right: 10px;}
section#booking-widget .kpDate_m {font-size: 14px;display:block;margin: 5px 0 0 0;}
section#booking-widget .kpDate_arrow {font-size: 16px;color:#999;display:block;position: relative;left: 7px;}
section#booking-widget .kpDate_theme input[type="date"]::-webkit-calendar-picker-indicator {background: transparent;bottom: 0;color: transparent;cursor: pointer;height: auto;left: 0;position: absolute;right: 0;top: 0;width: auto;}
section#booking-widget .childAge input[type="date"]::-webkit-calendar-picker-indicator {background: transparent;bottom: 0;color: transparent;cursor: pointer;height: auto;left: 0;position: absolute;right: 0;top: 0;width: auto;}


.dateSelectorWrap {width: 480px;}
.dateSelector {position: absolute;width: 260px;height: 80px;margin-left: 30px;opacity: 0 !important;z-index: 99;}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {background: #b69a6b !important; border-color: #b69a6b !important;}

/*NEW WIDGET SON*/



.noslider section#booking-form{position: relative;bottom: 70px;}
.gallery section#booking-form{position: relative;bottom: 70px;}

.vr-screen {text-align: center;}
.vr-screen a{}
.vr-screen a img{height: 64px;display:block;margin: auto;}

.cookie-notice {font-size: 10px;line-height: 12px;padding: 15px;position: fixed;bottom: 0px;right: 0px;display: none;width: 100%;color: #fff;background: #333;z-index: 9999999999999;}
.cookie-notice a {display: inline-block;color: #ccc;text-decoration: underline;}
.cookie-notice button {line-height: 20px;font-weight: 600;padding: 0 30px;color: #fff;background: #8ec760;border: 0;border-radius: 4px;cursor: pointer; float: right;}
.cookie-notice button:hover {background:#000;}


header#mobileHeader{width:100%;height:60px;position:fixed;top:0;z-index:10000;display:none;box-shadow: 0 0 20px rgba(0,0,0,.1);background: #fff;}
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: #444;border-radius:4px;left:15px;}
.menu .icon:before{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;width:30px;height:2px;background-color: #444;content:"";top:-10px;border-radius:4px;}
.menu .icon:after{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;width:30px;height:2px;background-color: #444;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}




#mm-lang {position: absolute;z-index: 911;top: 18px;right: 72px; }
#mm-lang a {padding: 0 10px;display: inline-block;color: #333;line-height: 20px;}
#mm-lang a:hover {color: #aaa;}
#mm-lang #selectLang{ display: block;}
#mm-lang #selectLang a.selectedLang {font-weight: 400;}
#mm-lang ul#selectLangList {display: none; position: absolute;background: #fff;list-style: none;margin: 0;padding: 0;}
#mm-lang ul#selectLangList li{}
#mm-lang ul#selectLangList li a{display: block;border-bottom: 1px solid #ddd;padding: 10px;text-shadow: none;color: #666;}
#mm-lang #selectLang:hover ul#selectLangList{display: block;}

footer#mobileFooter{position: fixed;left: 0;bottom: 0;height: 50px;background: #525252;z-index: 8000;width: 100%;display:none;}
footer#mobileFooter ul{width: 100%;margin: 0;padding: 0;}
footer#mobileFooter ul li{float: left;width: 33%;text-align: center;list-style: none;padding: 7px 0;}
footer#mobileFooter ul li:nth-child(2n) {width: 34%; background: rgba(0,0,0,.1); background: #c00;}
footer#mobileFooter ul li a{text-decoration: none;color: #fff;}
footer#mobileFooter ul li a img{height: 20px;width: auto;}
footer#mobileFooter ul li a span{display: block;font-size: 10px;color: #fff;font-weight: 400;float: inherit;}

nav#mobileMenu{display:none;position:fixed;top:0;background: #333;z-index:9999;width:100%;text-align:center;height:100%;}
nav#mobileMenu.mobileHotelsMenu {height: calc(100% - 50px);z-index: 10000;}
nav#mobileMenu div.div{display:table;width:100%;height:100%}
nav#mobileMenu ul{list-style:none;margin:0;padding:0;display:table-cell;width:100%;vertical-align:middle}
nav#mobileMenu li{}
nav#mobileMenu li a{color: #fff;display:block;padding: 7px;text-transform: uppercase;font-size: 18px;font-weight: 100;}
nav#mobileMenu li ul li a{color:#fff;font-weight:300;text-transform:none;font-size: 22px;}
nav#mobileMenu ul li ul{display:none;background: #333;}

nav#mobileMenu li.mmLogo {margin: 20px 0;}
nav#mobileMenu li.mmLogo a{}
nav#mobileMenu li.mmLogo a img{height: 52px;}


nav#mobileMenu li.mmLang {}
nav#mobileMenu li.mmLang a{display: inline-block;}

nav#mobileMenu li.mmSocial {}
nav#mobileMenu li.mmSocial:before {display: block;content:"";height: 1px;width: 100px;background: #666;margin: 15px auto;}
nav#mobileMenu li.mmSocial a{display: inline-block;}
nav#mobileMenu li.mmSocial a img{height: 22px;}

a.telegramBtn {position: fixed;right: 32px;bottom: 54px;z-index: 99;}
a.telegramBtn img{width: 48px;}


@media screen and (min-width:1200px) {
    .container {max-width: 1200px;}
}

@media screen and (max-width:1200px) {
nav#menu ul#header-menu li a{padding:35px 15px 32px}
}

@media screen and (max-width:1024px) {

    a.telegramBtn {bottom: 100px;}
    .instagramapi ol li {width:33%;}
    .instagramapi ol li a video {height:140px;}
    .instagramapi ol li a img {height:140px;}


    section#home-text .container{padding: 0 15px;}
    section#slider .owl-carousel .owl-item img {height: auto; aspect-ratio: 1;}
header#mobileHeader{display:block}
footer#mobileFooter{display:block}
header#header{display:none}
#top {display:none;}
section#home-quote{padding:50px 0;}
section#slider .item .item-text {display: none;}
section#slider {top:60px; height: fit-content;aspect-ratio: 1;margin-bottom: 60px;}
section#slider .playvideo {bottom: 20px;right: 10px;font-size: 12px;padding: 5px 10px;}

section#subSlider {margin-top: 60px;}
section#slider .owl-carousel .item { height: auto;}
section#home-quote .home-quote-text {font-size: 14px;}
section#home-quote .home-quote-title { font-size: 14px;letter-spacing: 0px;}
section#whyHotel .item a {height: auto; padding-bottom: 20px;}
section#home-yellow-big-text {height: auto;line-height: normal;font-size: 24px;letter-spacing: 2px;padding: 30px;}
section#home-yellow-text {height: auto;line-height: normal;padding: 30px;}

section#page.gallery-page {padding: 60px 0 0 0;}

section#booking-form {position: relative;}

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;}

section#booking-form form.hotelsRezForm{height: 140px;}
section#booking-form form.hotelsRezForm div.formField.formFieldHotel {width: 100%;padding: 5px 0;}
section#booking-form form.hotelsRezForm div.formField.formFieldDate {width: 50%; padding: 5px 0;}
section#booking-form form.hotelsRezForm div.formField.formFieldPax {width: 50%; padding: 5px 0;}
section#booking-form form.hotelsRezForm div.formField.formFieldButton {width: 100%;}

section#booking-form form.hotelRezForm{height: 100px;}
section#booking-form form.hotelRezForm div.formField.formFieldDate {width: 50%; padding: 30px 10px;}
section#booking-form form.hotelRezForm div.formField.formFieldPax {width: 50%; padding: 30px;}
section#booking-form form.hotelRezForm div.formField.formFieldButton {width: 100%;}

section#booking-form form.hotelRezForm div.formField.formFieldDate:first-child {padding: 30px 10px;}

section#booking-form form div.formField input[type="date"] {width:100%;}

section#rooms .room-item-text a.vr360 {left: 46px; top: -66px;}

section#page .page-content {margin-top: 0; padding: 0px 0;}
section#page {padding: 0;}
.contactContent {margin-top: 10px;}



/*NEW WIDGET*/

section#booking-widget {top: 0;position: relative;}
section#booking-widget.fixed {top: 0;position: relative;}

section#booking-widget .container {max-width: 100%;}
section#booking-widget .booking-widget-wrap{
    display: block;
    height: auto;
    overflow: hidden;
}
section#booking-widget div.formField {
    padding: 20px;
}
section#booking-widget div.formField span{}
section#booking-widget div.formField.formFieldHotel{    width: 100%;
    max-width: 100%;}
section#booking-widget div.formField.formFieldDate{
    width: 50%;
    height: 120px;
}
section#booking-widget div.formField.formFieldPax{
    width: 50%;
    height: auto;
}
section#booking-widget div.formField.formFieldButton{
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

section#booking-widget .paxdiv{width: 100%;}


section#booking-widget .qtyChange{}
section#booking-widget .qty{width: 60%;font-size: 46px;}
section#booking-widget .qty-arrows{}

section#booking-widget div#childs {
    left: 15px;
    width: calc(100% - 30px);
    margin: 0;
    top: inherit;
    position: relative;
}
section#booking-widget div.childAge {width: 50%;}
section#booking-widget div.childAge:first-child{}

section#booking-widget #children:hover div#childs {}

section#booking-widget #children #childs label {}
section#booking-widget #children #childs input[type="date"] {}

section#booking-widget div.formField input[type="submit"]{
    height: 60px;
}


section#booking-widget .kpDate {}
section#booking-widget .kpDate_theme {}
section#booking-widget .kpDate_d {font-size: 46px;}
section#booking-widget .kpDate_m {}
section#booking-widget .kpDate_arrow {}
section#booking-widget input[type="date"]::-webkit-calendar-picker-indicator {}




/*NEW WIDGET SON*/



}
@media screen and (max-width:640px) {
    
    .dateSelectorWrap {position: relative;
    clear: both;
    overflow: hidden;width: 100%;}

    .dateSelector {
   position: absolute;top: 0;
    width: 100%;
    height: 80px;
    margin-left: 0;
    margin-top: 20px;
}

.ios .dateSelector {margin-top: 40px;}

    #popup a img{height: auto;width: 90vw;margin: auto;aspect-ratio: 1;  object-fit: cover;}
.instagramapi ol li a video {height:100px;}
    .instagramapi ol li a img {height:100px;}

    form#contactForm {padding: 30px 0;max-width: 100%;}
    form#contactForm h3 {font-size: 30px;padding: 0;}
    section#page .page-content td {display: block; padding: 0;}
    section#page .page-content table.awards td {text-align: center;display: inline-block; width: 50% !important;}

    table.golf-tournament-result-table td {display: table-cell !important; padding: 0.75rem !important;}
    body.golf-academy-table section#page .page-content td{display: table-cell !important;}


    section#whyHotel{height: auto;padding: 50px 0 0 0;}
    section#whyHotel .owl-carousel .owl-stage-outer {padding:0;}
    section#whyHotel .owl-carousel {padding: 0;}
    section#home-rooms {padding-top: 0;}
    section#home-rooms .home-room-col {height: 80vw;}
    section#home-instagram { padding: 0;}
    section#home-instagram img {margin-bottom: 30px;}
    section#home-awards img {width: 100%;}
    section#subSlider .owl-carousel .item {height: auto;}
    section#subSlider .owl-carousel .item img{object-fit: cover; object-fit: contain; height: 270px;}
    section#rooms {padding: 0;}
    section#rooms .room-item-text {padding: 30px 0;}
    section#rooms #room-types {padding-bottom: 30px;padding-top: 30px;font-size: 14px;}
    section#rooms #room-types a {width: 50%;display: inline-block;padding: 10px;}
    .listTab:nth-child(2n-1) .col {order: 2;}
    section#rooms .listTab:nth-child(2n-1) .room-item-text {padding: 30px; text-align: left;}
    section#submenus .home-room-col {height: calc(100vw / 3);}
    
    body.golf-package-table table td:nth-last-child(2) {text-align: left;}
    body.golf-package-table table td:last-child {text-align: left;}
    body.golf-package-table table td a:before{content:"Single";font-size:12px;color:#666;float:left;margin-top: 3px;width: 50px;}
    body.golf-package-table table td:last-child a:before{content:"Double";font-size:12px;color:#666;float:left;margin-top: 3px;width: 50px;}

    section#highlights .highlight .highlight-foto-col {z-index: 2;}
    section#highlights .highlight .highlight-foto img {width: 100%;height:auto;}
    section#highlights .highlight .highlight-text-col {order: 1;padding: 0 15px;margin-top: -15px;}
    section#highlights .highlight .highlight-text, section#highlights .highlight:nth-child(2n) .highlight-text{padding: 45px 30px 30px 30px;}
    section#highlights .highlight:nth-child(2n) .highlight-text-col {padding: 0 15px;}

    footer#footer {padding: 40px 20px 60px 20px;}
}

@media not all and (-webkit-min-device-pixel-ratio:0) {
    /* Sadece Apple notebook'larındaki Safari için geçerli stil kuralları */
    section#booking-widget div.formField input[type="submit"] {
        text-decoration: underline;
      /* Diğer stil özellikleri */
    }
  }