body,html{width:100%;height:100%;min-height:100%;margin:0;padding:0}
body{font-size:13px;color:#111;background:#f5f5f5;font-family: "freight-big-pro", serif;overflow-x:hidden!important}
body.scrollHidden{overflow:hidden!important}
*{box-sizing:border-box}
a{color: #E8CFB2;}
a:hover{color:#777;text-decoration:none}
:focus{outline:0}
.left{float:left}
.right{float:right}
.none{display:none!important}
.fadee{-webkit-transition:all 1s cubic-bezier(.23,1,.32,1);-moz-transition:all 1s cubic-bezier(.23,1,.32,1);-o-transition:all 1s cubic-bezier(.23,1,.32,1);transition:all 1s cubic-bezier(.23,1,.32,1);-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: #A7997C;border-color: #A7997C;}
.btn-primary:hover{color:#fff;background-color:#A7997C;border-color:#A7997C; opacity: .8;}
label.error{color:red;font-size:11px;position:relative;top:-10px}
input.error,select.error,textarea.error{border:1px solid red!important}
button{cursor: pointer;}
button:focus{outline:0}
::placeholder {color:#ccc !important;}
select:invalid {color:#ccc !important;}
option {color: #000;}

#logo{position: absolute;left: calc(50% - 120px);top: 60px;z-index: 900;}
#logo a{display: block;}
#logo img{width: 240px;}


/*header#header{width:100%;height: 75px;position: absolute;bottom: inherit;top: 205px;z-index:901;font-family: "futura-pt", sans-serif;font-weight: 400;}
body.home header#header{top:inherit; bottom: 0;}
body.list-room header#header{top:inherit; bottom: 0;}*/

body.page header#header{top:205px; bottom: inherit;}
body.page-room header#header{top:205px; bottom: inherit;}
body.category header#header{top:205px; bottom: inherit;}
body.gallery header#header{top:205px; bottom: inherit;}
body.page-booking  header#header{top:205px; bottom: inherit;}

header#header{width:100%;height: 75px;position: absolute;bottom: 100px;top: inherit;z-index:901;font-family: "futura-pt", sans-serif;font-weight: 400;}


header#header .container {height: 100%;}
header#header .header-flex {display: flex;align-items: center;height: 100%;justify-content: space-between;/* background: #FCF9F4; */backdrop-filter: blur(5px);}

/*elektra*/
header.new.headerArea {display: none;}
/*elektra*/

nav#menu{font-size: 14px;margin-left: 30px;width: 100%;display: flex;align-items: center;}
nav#menu ul#header-menu{list-style:none;float:right;padding:0;margin:0;text-align:center;position:relative;display: flex;width: 100%;align-items: center;}
nav#menu ul#header-menu li{display:inline-block;margin:0 15px;}
nav#menu ul#header-menu li a{color: #fff;display:block;padding:5px 10px;text-transform:uppercase;}
nav#menu ul#header-menu li:hover a{color: #ccc;}
nav#menu ul#header-menu li.selected a{color: #fff;}
/*nav#menu ul#header-menu li:last-child {margin-left: auto;}
nav#menu ul#header-menu li:last-child a {background-color: #58523A;color: #fff;border: none;padding: 5px 15px;}
nav#menu ul#header-menu li:last-child a:hover {opacity: .8;}*/

nav#menu ul#header-menu li.selected a::after{content:"";height: 2px;width: 100%;background: #fff;display: block;position: relative;top: 26px;}
nav#menu ul#header-menu li ul.header-child-menu{display:none;position:absolute;list-style:none;background:#fff;margin:30px 0 0 0;padding:15px;border-radius:0 0 15px 15px}
nav#menu ul#header-menu li ul.header-child-menu li{float:none;display:block;margin:0;text-align:left;padding:0}
nav#menu ul#header-menu li ul.header-child-menu li a{color:#111;margin:0;display:inline-block;font-size:18px;padding:5px 10px;min-width:200px}
nav#menu ul#header-menu li:hover ul.header-child-menu li a{background:0 0;color:#666;position:relative}
nav#menu ul#header-menu li ul.header-child-menu li:hover a{color:#111}
nav#menu ul#header-menu li:hover ul.header-child-menu{display:block}
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-child-menu li:hover ul.header-third-menu{display:block}

nav#menu ul#header-menu li.selected:hover a{color: #2b3035;}

nav#menu ul#header-menu-right{list-style:none;padding:0;margin: 0 10px 0px 0;text-align:center;position:relative;display: flex;width: 100%;align-items: center;justify-content: end;}
nav#menu ul#header-menu-right .headerBookLink {background-color: #58523A;color: #fff;border: none;padding: 5px 15px;text-transform: uppercase; margin-left: 5px;}


header#header #header-lang{background: #ede7de;height: 100%;width: 75px;display: flex;align-items: center;justify-content: center;}
header#header ul.lang{list-style:none;float: left;margin: 0;padding: 0;color: #5e656b;width: 100%;text-align: center;width: 75px;}
header#header ul.lang span {width: 100%;height: 75px;display: flex;cursor: pointer;align-items: center;justify-content: center;}
header#header ul.lang span i{font-size: 10px;}
header#header ul.lang li{float:left;margin-right:5px}
header#header ul.lang a{display:block;margin-left: 0 !important;color: #5e656b;padding: 10px 0;border-top: 1px solid #fff;}
header#header ul.lang a:hover{opacity:.6}
header#header ul.lang img{height:24px}
header#header .otherLang{display:none;background: #ede7de;position:absolute;width: 75px;text-align:center;border-radius: 2px;}
header#header ul.lang:hover .otherLang{display:block}

#header.sticky {background-color: #FCF9F4;position: fixed !important;top: 0 !important;bottom: inherit !important;z-index: 999;transition: background-color 0.3s;}
#header.sticky nav#menu ul#header-menu li a{color: #2b3035;}
#header.sticky nav#menu ul#header-menu li:hover a{color: #999;}
#header.sticky nav#menu ul#header-menu li.selected a{color: #2b3035;}
#header.sticky nav#menu ul#header-menu li.selected a::after{background: #2b3035;}
/*#header.sticky nav#menu ul#header-menu li:last-child a {color: #fff;}*/



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

section#slider{width:100%;position:relative;top:0;clear:both;height: calc(100vh - 100px);overflow:hidden}
section#slider .playvideo{position:absolute;left: 20px;bottom: 20px;z-index:8;border:1px solid #fff;color:#fff;padding:10px 30px;font-size: 12px;text-transform:uppercase;background:rgba(0,0,0,.2);cursor:pointer;border-radius: 50px;}
section#slider .owl-carousel .item{background-position:center;background-size:cover}

/*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-carousel .owl-nav button:focus{outline:0}
section#slider .owl-carousel .owl-nav button img {height:64px}
section#slider .owl-theme .owl-nav [class*=owl-]:hover{color:#333;background:0 0}*/

section#slider .owl-dots{position:absolute;bottom: 75px;width:100%}

section#slider .owl-theme .owl-dots .owl-dot.active span,section#slider .owl-theme .owl-dots .owl-dot:hover span{background: #996F70;}


section#slider .owl-carousel .owl-item img{object-fit:cover;height: calc(100vh - 100px);}
section#slider .owl-carousel .owl-item .slideImage:before{content:"";display:block;background: linear-gradient(0deg, rgba(0,0,0,0.5), transparent, rgba(0,0,0,.5));position:absolute;top:0;left:0;width:100%;height: calc(100vh - 100px);z-index:1}
section#slider .item .item-text{display:flex;position:absolute;z-index:2;top: inherit;bottom: 180px;left:0;width:100%;height:100%;align-items: end;justify-content:center}
section#slider .item .slideText{text-align:center;max-width:90%}
section#slider .item .slideTextBig{color:#fff;font-size: 72px;line-height: 92px;z-index:1;display:block;width: 100%;margin: auto;font-family: "operetta-12", serif;}

section#slider .item .slideTextSmall{color:rgba(255,255,255,.8);font-size: 22px;line-height: 36px;z-index:1;display:block;font-weight: 400;width: 50%;margin: 20px auto;}
section#slider .item .slideBtn{color: #fff;font-size:16px;background:#469e8d;padding:15px 50px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight:500;letter-spacing:1px;position: relative;top: 0;}
section#slider .item .slideBtn:hover {top:-10px;}

section#slider .owl-carousel .owl-item .slideTextIcon {}
section#slider .owl-carousel .owl-item .slideTextIcon img {height: 160px;object-fit: contain;/*max-width: 80%;*/margin: auto;}







.hero-title {font-family: "operetta-12", serif;position: absolute;bottom: 120px;z-index: 900;color: #fff;left: calc(50% - 200px); display: none;}

.line-1 {position: relative;display: block;margin-left: 24px;}
.line-1 small {position: absolute;font-weight: 100;margin-left: 52px;margin-top: -8px;}
.line-1 strong {font-weight: 100;font-size: 64px;}
.line-2 {position:relative;display: block;margin-top: -30px;}
.line-2 small {position: absolute;font-weight: 100;margin-top: 16px;}
.line-2 strong {font-weight: 100;font-size: 82px;margin-left: 60px;}

/*section#subSlider {position:relative;height: 280px;background: linear-gradient(0deg, #469e8d 0%, #469e8d 100%);}*/
section#subSlider{width:100%;position:relative;top:0;clear:both;height:100vh;overflow:hidden}

body.category section#subSlider, body.category section#subSlider .owl-carousel .owl-item img, body.category section#subSlider .owl-carousel .owl-item .slideImage:before{height:280px;}
body.gallery section#subSlider, body.gallery section#subSlider .owl-carousel .owl-item img, body.gallery section#subSlider .owl-carousel .owl-item .slideImage:before{height:280px;}
body.page-booking section#subSlider, body.page-booking section#subSlider .owl-carousel .owl-item img, body.page-booking section#subSlider .owl-carousel .owl-item .slideImage:before{height:280px;}
body.page section#slider, body.page section#slider .owl-carousel .owl-item img, body.page section#slider .owl-carousel .owl-item .slideImage:before{height:280px;}
body.page-room section#slider, body.page-room section#slider .owl-carousel .owl-item img, body.page-room section#slider .owl-carousel .owl-item .slideImage:before{height:280px;}

section#subSlider .item .item-text{display:flex;position:absolute;z-index:2;top:0;left:0;width:100%;height: 100%;align-items:end;justify-content:center;text-align: center;}
/*section#subSlider .item .slideTextBig{color:#fff;font-size:92px;line-height:92px;z-index:1;display:block;font-weight: 800;width: 100%;margin: auto;}*/
section#subSlider .item .slideTextBig{color:#fff;font-size:92px;line-height:92px;z-index:1;display:block;width: 100%;margin: auto;font-family: "operetta-12", serif;}
section#subSlider .item {height: 100%;}
section#subSlider .owl-carousel {height: 100%;}
section#subSlider .owl-stage-outer {height: 100%;}
section#subSlider .owl-stage {height: 100%;}
section#subSlider .owl-item {height: 100%;}
section#subSlider .item .slideImage {height: 100%;}
section#subSlider .slideImage:before{content:"";display:block;/* background:rgb(0 0 0 / 50%); */position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
section#subSlider .slideImage img{width: 100%; height: 100%; object-fit: cover;}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.owl-carousel .owl-nav button {position:absolute;top:calc(50% - 53px);font-size:61px;color:#fff;width:50px;opacity:.5}
.owl-carousel .owl-nav button:hover {opacity:1}
.owl-carousel .owl-nav button.owl-next{right:0;}
.owl-carousel .owl-nav button.owl-prev{left:0;}
.owl-carousel .owl-nav span{display:block;padding-bottom:15px}
.owl-carousel .owl-nav button:focus{outline:0}



.owl-carousel .owl-dots{margin:0;bottom: 0;position: relative;}
.owl-carousel .owl-dots .owl-dot span{background:#fff;border: 0;width: 7px;height: 7px;margin: 5px 3px;}
.owl-carousel .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background: #996F70;opacity: 1;}
.owl-carousel .owl-dots button:focus{outline:0}


.kp-blog-carousel .owl-carousel .owl-nav button.owl-next{right:-60px;}
.kp-blog-carousel .owl-carousel .owl-nav button.owl-prev{left:-60px;}

.kp-blog2-carousel .owl-carousel .owl-nav button.owl-next{right:-60px;}
.kp-blog2-carousel .owl-carousel .owl-nav button.owl-prev{left:-60px;}





.kp-polygon-01 {clip-path: polygon(0% 0%,calc(50% - 5px) 0,calc(50% - 5px) 100%,calc(50% + 5px) 100%,calc(50% + 5px) 50px,100% 50px,100% 100%,calc(50% - 5px) 100%,calc(50% - 5px) calc(100% - 50px),0 calc(100% - 50px),0 50px);}
.kp-polygon-02 {clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);}
.kp-polygon-03 {clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);}

/*kp-box-01*/
section#kp-box-01{color:#111;margin-bottom: 20px;}
section#kp-box-01 .kp-box-01-item {position: relative; background: #FCF9F4;}
section#kp-box-01 .kp-box-01-foto{margin:0;height:100%;position:relative;}
section#kp-box-01 .kp-box-01-foto img{width:100%;object-fit: cover; aspect-ratio: 1;}
section#kp-box-01 .kp-box-01-foto img:nth-child(2){width:70%;position:absolute;left:0;top:33%;background:#fff;padding:20px 20px 0 0}
section#kp-box-01 .kp-box-01-text{padding: 50px 75px 50px 50px;display:flex;align-items:center;margin:auto;position:relative;}
section#kp-box-01 .kp-box-01-text-subtitle{color: #111;font-size: 19px;margin-bottom:20px;font-weight: 700;letter-spacing: 1px;display: none;}
section#kp-box-01 .kp-box-01-text-title{color: #1e1e1e;font-size: 42px;line-height: 38px;font-family: "operetta-12", serif;font-weight: 100;}
section#kp-box-01 .kp-box-01-text-title:before{display:block;text-align:right;width:25px;height:1px;background:#111;position:relative;left:calc(100% - 25px);margin-bottom:14px}
section#kp-box-01 .kp-box-01-text-desc{font-size: 19px;font-weight: 300;margin: 24px 0 0 0;line-height: 25px;color: #1e1e1e;font-family: "freight-big-pro", serif;}
section#kp-box-01 .kp-box-01-text-link{position:relative;top:0;color: #fff;font-size: 13px;background:#469e8d;padding: 15px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight: 700;letter-spacing:1px}
section#kp-box-01 .kp-box-01-text-link:hover{top:-10px;}
section#kp-box-01 .kp-box-01-text-desc h2{color: #1e1e1e;font-size: 42px;line-height: 38px;font-family: "operetta-12", serif;font-weight: 100;margin-bottom: 30px;}

section#kp-box-01 .kp-box-01-foto img.img-blog{aspect-ratio: 1/2;}



/*kp-unforgettable*/
section.kp-unforgettable {background:#F8F5F0;text-align:center;display: flex;align-items: center;padding: 60px 0;color: #303030;}
section.kp-unforgettable .kp-unforgettable-title {font-family: "operetta-12", serif;font-weight: 100;font-size: 42px;}
section.kp-unforgettable .kp-unforgettable-title img{height: 120px;max-width: 100%;object-fit: contain;}
section.kp-unforgettable .kp-unforgettable-title:after{content:"";height:1px;width: 150px;background: #ccc;display:block;margin: 30px auto 45px auto;}
section.kp-unforgettable .kp-unforgettable-text {font-size: 18px;font-family: 'futura-pt';font-weight: 100;width: 75%;margin: auto;}





/*kp-soul*/
section.kp-soul {width:100%;background: #F8F5F0;color: #232323;}
section.kp-soul .kp-soul-wrap {margin: 30px 0 0px 0;background: #fff;}

section.kp-soul .kp-soul-area-1-col {align-items: end; display: flex; padding-bottom: 60px;}
section.kp-soul .kp-soul-area-1 {padding: 0 120px;}
section.kp-soul .kp-soul-area-1 .kp-soul-text {    margin-bottom: 60px;}
section.kp-soul .kp-soul-area-1 .kp-soul-text-title {font-family: "operetta-12", serif;font-weight: 100;font-size: 42px;}
section.kp-soul .kp-soul-area-1 .kp-soul-text-title img {height:100px;max-width: 100%;object-fit: contain;}
section.kp-soul .kp-soul-area-1 .kp-soul-text-content {font-size: 18px;font-family: 'futura-pt';font-weight: 100;padding-left: 45px; position:relative;margin-top: 30px;}
section.kp-soul .kp-soul-area-1 .kp-soul-text-content:before {content: "";position: absolute;left: 0;top: 0;width: 30px; height: 30px;background: url('/assets/img/ssicon.png') no-repeat center;background-size: contain;z-index: 2;}
section.kp-soul .kp-soul-area-1 .kp-soul-text-content:after {content: "";position: absolute;left: 14px;top: 40px;bottom: 0;width: 1px;background-color: #d1d1d1;} 

section.kp-soul .kp-soul-area-1 .kp-soul-foto {}
section.kp-soul .kp-soul-area-1 .kp-soul-foto img{width: 100%;}
section.kp-soul .kp-soul-area-1 .kp-soul-foto-text {font-size:14px;text-align: right;color:#828282;font-family: 'futura-pt';font-weight: 100;margin-top: 10px;}
section.kp-soul .kp-soul-area-1 .kp-soul-foto-text a{color:#828282}


section.kp-soul .kp-soul-area-2 {padding: 0;}
section.kp-soul .kp-soul-area-2 .kp-soul-text {text-align: center;position: relative;top: -100px;width: 66%;margin: auto;}
section.kp-soul .kp-soul-area-2 .kp-soul-text-title {font-family: "operetta-12", serif;font-weight: 100;font-size: 42px;}
section.kp-soul .kp-soul-area-2 .kp-soul-text-title img {height: 150px;max-width: 100%;object-fit: contain;}

section.kp-soul .kp-soul-area-2 .kp-soul-text-content {font-size: 18px;line-height: 22px;font-family: 'futura-pt';font-weight: 100;margin-top: 30px;}
section.kp-soul .kp-soul-area-2 .kp-soul-foto {}
section.kp-soul .kp-soul-area-2 .kp-soul-foto img{width: 100%;}



/*kp-category-list*/
section.kp-category{color:#111;margin-bottom: 20px;margin-top: 60px;width: 100%; overflow: hidden;}
section.kp-category .kp-category-item {position: relative;background: #FCF9F4;margin-bottom: 40px;}
section.kp-category .kp-category-foto{margin:0;height:100%;position:relative;}
section.kp-category .kp-category-foto img{width:100%;object-fit: cover; aspect-ratio: 1;}
section.kp-category .kp-category-foto img:nth-child(2){width:70%;position:absolute;left:0;top:33%;background:#fff;padding:20px 20px 0 0}
section.kp-category .kp-category-text{padding: 50px 75px 50px 50px;display:flex;align-items:center;margin:auto;position:relative;}
section.kp-category .kp-category-text-subtitle{color: #111;font-size: 19px;margin-bottom:20px;font-weight: 700;letter-spacing: 1px;display: none;}
section.kp-category .kp-category-text-title{color: #1e1e1e;font-size: 42px;line-height: 38px;font-family: "operetta-12", serif;font-weight: 100;}
section.kp-category .kp-category-text-title:before{display:block;text-align:right;width:25px;height:1px;background:#111;position:relative;left:calc(100% - 25px);margin-bottom:14px}
section.kp-category .kp-category-text-desc{font-size: 19px;font-weight: 300;margin: 24px 0;line-height: 25px;color: #1e1e1e;font-family: "freight-big-pro", serif;}
section.kp-category .kp-category-text-link{position:relative;top:0;color: #111;font-size: 16px;background: none;border: 1px solid #999;padding: 14px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight: 100;letter-spacing:1px;font-family: 'futura-pt';}

section.kp-category .kp-category-text-link:hover{top:-10px;}
section.kp-category .kp-category-text-desc h2{color: #1e1e1e;font-size: 42px;line-height: 38px;font-family: "operetta-12", serif;font-weight: 100;margin-bottom: 30px;}
section.kp-category .kp-category-banner {}
section.kp-category .kp-category-banner img{width: 100%; height: 100%; object-fit:  cover; aspect-ratio: 3;max-height: 500px;}


body.category section#kp-box-01 .kp-box-01-title {color: #1e1e1e;font-size: 92px;line-height: 92px;font-family: "operetta-12", serif;font-weight: 100;z-index: 9;width: 100%;text-align: center;text-transform: uppercase;margin: 100px 0 100px -50%;}
body.category section#kp-box-01 .kp-box-01-foto img {aspect-ratio: 0.7;}
body.category section#kp-box-01 .kp-box-01-text {
align-items: end;
justify-content: end;
padding: 0 75px 0 50px;
height: 100%;
display: block;
}
.booking-box {margin-bottom: 30px;}
.booking-box-bg {width:100%;background-size: cover;aspect-ratio: 3;background-position: bottom;display: flex;align-items: end;justify-content: center;padding-bottom: 60px;}
.booking-box-bg.small {height: 250px; align-items: center; padding-bottom: 0;}

/*bookingWidget*/
.booking-bar-area{}.booking-bar{display:flex;background-color:#fff;align-items:stretch;width:900px}.booking-bar .input-group{position:relative;padding:20px 40px;display:flex;flex-direction:column;justify-content:center;flex:1}.booking-bar .label{font-size:14px;color:#333;font-weight: 400;text-transform:uppercase;font-family: 'futura-pt';}.booking-bar .display-value{font-size:48px;display:flex;align-items:baseline;color:#333;font-family: 'operetta-32';font-weight: 200;}.booking-bar .display-value span{font-size: 21px;margin-left:10px;font-weight:400}.booking-bar .real-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.booking-bar .divider{width:1px;background-color:#ccc;margin:20px 0}.booking-bar select.real-input{appearance:none;-webkit-appearance:none}.booking-bar .arrow-icon{position:absolute;right:20px;bottom:30px;font-size:12px;pointer-events:none;color:#666}.booking-bar .button-section{background-color:#e2e8dd;padding:20px 40px;display:flex;align-items:center;justify-content:center}.booking-bar .btn-check{background-color:#58523A;color:#fff;border:none;padding:15px 30px;font-size:14px;font-family: 'futura-pt';font-weight: 400;letter-spacing:1px;cursor:pointer;transition:background 0.3s;text-transform:uppercase}.booking-bar .btn-check:hover{background-color:#1f4743}


/*kp-box-02*/
section#kp-box-02{color:#111;padding:150px 0;background-size: cover;position: relative;}
section#kp-box-02:before{content:"";display:block;width:100%;height:100%;background: rgba(0,0,0,.8);position: absolute;top: 0;}
section#kp-box-02 .kp-box-02-foto{margin:0;height:100%;position:relative;}
section#kp-box-02 .kp-box-02-foto img{width:100%;object-fit: cover;aspect-ratio: 4/3;}
section#kp-box-02 .kp-box-02-foto img:nth-child(2){width:70%;position:absolute;left:0;top:33%;background:#fff;padding:20px 20px 0 0}
section#kp-box-02 .kp-box-02-text{display:flex;align-items:center;margin:auto;position:relative;}
section#kp-box-02 .kp-box-02-text-subtitle{color: #A74825;font-size: 15px;margin-bottom:20px;font-weight: 700;text-transform: uppercase;letter-spacing: 1px;}
section#kp-box-02 .kp-box-02-text-title{color: #fff;font-size: 56px;line-height: 62px;font-weight: 700;font-family: "operetta-12", serif;}
section#kp-box-02 .kp-box-02-text-title:before{display:block;text-align:right;width:25px;height:1px;background:#111;position:relative;left:calc(100% - 25px);margin-bottom:14px}
section#kp-box-02 .kp-box-02-text-desc{font-size:16px;font-weight: 400;margin: 15px 0;line-height: 24px;color: #ccc;}
section#kp-box-02 .kp-box-02-text-link{position:relative;top:0;color: #fff;font-size: 13px;background:#469e8d;padding: 15px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight: 700;letter-spacing:1px}
section#kp-box-02 .kp-box-02-text-link:hover{top:-10px;}

section#kp-box-02 .kp-box-02-gallery-button{display: none;}
section#kp-box-02 .kp-box-02-gallery-button:first-child{display: inline-block;}

.kp-col-text {/*justify-content: center; display: flex;*/}

/*kp-box-03*/
section#kp-box-03{width:100%;padding: 120px 0;position: relative;}
section#kp-box-03 .kp-box-03-text{color: #fff;display: flex;align-items: center; justify-content: center;}
section#kp-box-03 .kp-box-03-title{color: #111;font-size: 56px;line-height: 56px;font-family: "operetta-12", serif;}
section#kp-box-03 .kp-box-03-subtitle{color: #469e8d;font-size: 15px;margin-bottom:20px;font-weight: 700;text-transform: uppercase;letter-spacing: 1px;}
section#kp-box-03 .kp-box-03-desc{font-size:16px;font-weight: 400;margin: 15px auto;line-height: 24px;color: #ccc;width: 75%;}
section#kp-box-03 .kp-box-03-col{/* height: 500px; */background-size:cover;background-position:center;display:flex;margin-bottom:30px}
section#kp-box-03 .kp-box-03{background:#fff;opacity:1;width:100%;height:calc(100vw / 4);height: 100%;aspect-ratio: 3/4;overflow:hidden;}
section#kp-box-03 .kp-box-03 .kp-box-03-text{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);position:absolute;width:100%;bottom: 0;padding: 30px;}
section#kp-box-03 .kp-box-03 .kp-box-03-text2{position: relative;top: 75px;}
section#kp-box-03 .kp-box-03 h4{color: #fff;font-size: 22px;margin:0;font-weight: 700;padding: 0 0 15px 0;font-family: "operetta-12", serif; }
section#kp-box-03 .kp-box-03 .p{color:#fff;font-size:14px;margin-top: 10px;}
section#kp-box-03 .kp-box-03 a{display:block;width:100%;height:100%;position:relative;background-size:cover;background-position:center}
section#kp-box-03 .kp-box-03 .kp-box-03-button{position:relative;top:0;color: #fff;font-size: 13px;background:#469e8d;padding: 10px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight: 700;letter-spacing:1px;border: 0;}
section#kp-box-03 .kp-box-03 a:hover .kp-box-03-text2{top:0}

/*kp-blog-carousel*/
section.kp-blog-carousel{width:100%;position: relative;background: #070705;padding: 45px 0;}
section.kp-blog-carousel .kp-blog-carousel-col{}
section.kp-blog-carousel .kp-blog-carousel{}
section.kp-blog-carousel .kp-blog-carousel .kp-blog-carousel-foto{}
section.kp-blog-carousel .kp-blog-carousel .kp-blog-carousel-foto img{aspect-ratio: 0.7; object-fit: cover; width: 100%;}
section.kp-blog-carousel .kp-blog-carousel .kp-blog-carousel-text{background:-moz-linear-gradient(top,rgba(3,10,2,0) 0,#030A02 100%);background:-webkit-linear-gradient(top,rgba(3,10,2,0) 0,#030A02 100%);background: linear-gradient(to bottom,rgba(3,10,2,0) 0,#030A02 100%);background: rgba(3,10,2,.3);position:absolute;width:100%;top: 0;bottom: 0;}
section.kp-blog-carousel .kp-blog-carousel .kp-blog-carousel-text2{position: absolute;bottom: 0;padding: 60px;text-align: center;}
section.kp-blog-carousel .kp-blog-carousel small{color:#fff;font-weight: 500;letter-spacing: 1px;font-family: 'futura-pt';text-transform: uppercase;font-size: 12px;}
section.kp-blog-carousel .kp-blog-carousel h4{color: #ffd8a1;font-size: 30px;margin:0;font-weight: 200;font-family: "operetta-12", serif;}
section.kp-blog-carousel .kp-blog-carousel h4:after{content:"";height:1px;width: 50%;background:#fff;display:block;margin: 15px auto;}

section.kp-blog-carousel .kp-blog-carousel .p{color: rgba(255,255,255,.7);font-size: 16px;line-height: 22px;font-family: 'futura-pt';}
section.kp-blog-carousel .kp-blog-carousel a{display:block;width:100%;height:100%;position:relative;background-size:cover;background-position:center}
section.kp-blog-carousel .kp-blog-carousel .kp-blog-carousel-button{position:relative;top:0;color: rgba(255,255,255,.7);font-size: 16px;background: none;border: 1px solid #ffffff50;padding: 14px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight: 100;letter-spacing:1px;font-family: 'futura-pt';display: none;}



/*kp-blog2-carousel*/
section.kp-blog2-carousel{width:100%;position: relative;background-size: cover;padding: 90px 0;}
section.kp-blog2-carousel .col1carousel {
}
section.kp-blog2-carousel .kp-blog2-carousel{}
section.kp-blog2-carousel .kp-blog2-carousel .kp-blog2-carousel-foto{width: 60%;}
section.kp-blog2-carousel .kp-blog2-carousel .kp-blog2-carousel-foto img{aspect-ratio: 1;object-fit: cover;width: 100%;}
section.kp-blog2-carousel .kp-blog2-carousel .kp-blog2-carousel-text{width: 40%;background: #fff;display: flex;padding: 60px;text-align: center;align-items: center;}
section.kp-blog2-carousel .kp-blog2-carousel .kp-blog2-carousel-text2{}
section.kp-blog2-carousel .kp-blog2-carousel small{color: #92867f;font-weight: 500;letter-spacing: 0;font-family: 'futura-pt';text-transform: uppercase;font-size: 14px;}
section.kp-blog2-carousel .kp-blog2-carousel small:after {content:"";display: block;width: 200px;height: 1px;background: #cecece;margin: 30px auto;}
section.kp-blog2-carousel .kp-blog2-carousel h4{color: #403e3d;font-size: 30px;margin:0;font-weight: 200;font-family: "operetta-12", serif;}
section.kp-blog2-carousel .kp-blog2-carousel .p{color: #92867f;font-size: 18px;margin-top: 10px;font-family: 'freight-big-pro';font-weight: 100;}
section.kp-blog2-carousel .kp-blog2-carousel a{width:100%;display: flex;flex-direction: row;border-radius: 20px;overflow: hidden;}
section.kp-blog2-carousel .kp-blog2-carousel .kp-blog2-carousel-button{position:relative;top:0;color: rgba(255,255,255,.7);font-size: 16px;background: none;border: 1px solid #ffffff50;padding: 14px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight: 100;letter-spacing:1px;font-family: 'futura-pt';}

/*section.kp-blog2-carousel .owl-carousel .owl-nav button.owl-prev {color:#fff;left: -100px;font-size: 32px;top: calc(50% - 16px);opacity: .5;}
section.kp-blog2-carousel .owl-carousel .owl-nav button.owl-prev:hover {opacity: 1;}
section.kp-blog2-carousel .owl-carousel .owl-nav button.owl-next {color:#fff;right: -100px;font-size: 32px;top: calc(50% - 16px);opacity: .5;}
section.kp-blog2-carousel .owl-carousel .owl-nav button.owl-next:hover {opacity: 1;}
section.kp-blog2-carousel .owl-carousel .owl-nav button.disabled:hover {opacity: .5;}*/




/*kp-reconnect*/
section.kp-reconnect {color: #fff;background-position: center;position: relative;}
section.kp-reconnect .kp-reconnect-video {display: none; width:100%; height: 100%;position: absolute; top: 0;left: 0;object-fit: cover;}
section.kp-reconnect .kp-reconnect-area {height: 100%;justify-content: center;display: flex;flex-direction: column;}
section.kp-reconnect .kp-reconnect-text-title{font-size: 42px;font-family: 'operetta-32';font-weight: 200;}
section.kp-reconnect .kp-reconnect-text-title img{height: 128px;width: auto;max-width: 80%;object-fit: contain;}
section.kp-reconnect .kp-reconnect-text-content{font-size: 18px;font-family: 'freight-big-pro';font-weight: 100;}
section.kp-reconnect .kp-reconnect-text{display: flex;justify-content: center;flex-direction: column;text-align: right;}
section.kp-reconnect .kp-reconnect-button{display: flex;align-items: center;justify-content: center;margin-top: 45px;}
section.kp-reconnect .kp-reconnect-button a{color: #fff;border:1px solid #fff;padding: 8px 36px;font-size: 28px;font-family: 'operetta-32';font-weight: 200;}
section.kp-reconnect .kp-reconnect-button a:hover {background: rgba(255,255,255,.2);}
section.kp-reconnect .kp-reconnect-button .kp-reconnect-text-content-p {display:none}





/*kp-rising*/
section.kp-rising {color: #fff;background-position: center;position: relative;margin-bottom: 60px;padding: 60px 0; aspect-ratio: 16 / 9;}
section.kp-rising .kp-rising-video {display: none; width:100%; height: 100%;position: absolute; top: 0;left: 0;object-fit: cover;}
section.kp-rising .kp-rising-area {height: 100%;justify-content: center;display: flex;flex-direction: column;text-align: right;width: 100%;}
section.kp-rising .kp-rising-text {padding: 0 15% 0 25%;}
section.kp-rising .kp-rising-text-title{font-size: 42px;font-family: 'operetta-32';font-weight: 200;}
section.kp-rising .kp-rising-text-title img{height: 128px; width: auto;max-width: 80%;object-fit: contain;}
section.kp-rising .kp-rising-text-content{font-size: 20px;font-weight: 100;font-family: 'futura-pt';text-align: center;}
section.kp-rising .kp-reconnrisingect-text{display: flex;justify-content: center;flex-direction: column;text-align: right;}
section.kp-rising .kp-rising-button{display: flex;align-items: center;justify-content: center;margin-top: 45px;}
section.kp-rising .kp-rising-button a{color: #fff;border:1px solid #fff;padding: 8px 36px;font-size: 28px;font-family: 'operetta-32';font-weight: 200;}
section.kp-rising .kp-rising-button a:hover {background: rgba(255,255,255,.2);}
section.kp-rising .kp-rising-button .kp-rising-text-content-p {display:none}


/*kp-getintouch*/
section.kp-getintouch {color: #fff;background-position: center;max-height: 367px;height: 367px;background-size: cover;margin: 15px 0;}
section.kp-getintouch .kp-getintouch-text-title{font-size: 42px;font-family: 'operetta-32';font-weight: 200;}

section.kp-getintouch .kp-getintouch-text-content{color: #E8CFB2;font-size: 18px;font-family: 'freight-big-pro';font-weight: 100;}
section.kp-getintouch .kp-getintouch-text{display: flex;justify-content: center;flex-direction: column;text-align: left;padding-right: 60px;}

section.kp-getintouch .kp-getintouch-contact{display: flex;justify-content: center;flex-direction: column;text-align: left;align-items: end;}
section.kp-getintouch .kp-getintouch-contact-content{font-size: 16px;font-weight: 100;color: #fff;font-family: 'futura-pt';line-height: 20px;}
section.kp-getintouch .kp-getintouch-contact-content h3 {color: #E8CFB2;font-weight: 400;}
section.kp-getintouch .kp-getintouch-contact-content a {color:#fff;}


/*kp-room-slider*/
section#slider.roomSlider .item .item-text{display:flex;position:absolute;z-index:2;bottom: 100px;left:0;width:100%;height:100%;align-items: end;justify-content: end;}
section#slider.roomSlider .item .slideText{float: right;text-align: right;max-width: 40%;}
section#slider.roomSlider .item .slideTextIcon{text-align: right;display: inline-block;}
section#slider.roomSlider .item .slideTextIcon img{height: 160px;/* width: auto; */display: inline-block;/* object-fit: contain; */}
section#slider.roomSlider .item .slideTextBig{color:#fff;font-size: 62px;line-height: 46px;z-index:1;display:block;width: 100%;margin: auto;font-family: "operetta-32", serif;font-weight: 100;}
section#slider.roomSlider .item .slideTextSmall{color:rgba(255,255,255,.8);font-size: 18px;line-height: 24px;z-index:1;display:block;font-weight: 400;width: 100%;margin: 20px auto;font-family: "futura-pt", sans-serif;font-weight: 200;padding-left: 60px;}
section#slider.roomSlider .item .slideTextSmall h1 {color:#fff;font-size: 62px;line-height: 46px;z-index:1;display:block;width: 100%;margin: auto;font-family: "operetta-32", serif;font-weight: 100;margin-bottom: 30px;}
section#slider.roomSlider .item .slideTextSmall h1 sup {font-size:38px}
section#slider.roomSlider .item .slideBtn{color: #fff;font-size:16px;background:#469e8d;padding:15px 50px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight:500;letter-spacing:1px;position: relative;top: 0;}
section#slider.roomSlider .item .slideBtn:hover {top:-10px;}

/*kp-room-list*/
section.kp-room-list{color:#111;padding-top: 15px;}
section.kp-room-list .kp-room-list-item {margin-bottom: 30px;background: #fff;}
section.kp-room-list .kp-room-list-foto{margin:0;height:100%;position:relative;}
section.kp-room-list .kp-room-list-foto img{width:100%;object-fit: cover;aspect-ratio: 1.5;}
section.kp-room-list .kp-room-list-foto img:nth-child(2){width:70%;position:absolute;left:0;top:33%;background:#fff;padding:20px 20px 0 0}
section.kp-room-list .kp-room-list-text{padding: 0 60px;display:flex;align-items:center;margin:auto;position:relative;width: 100%;font-family: 'futura-pt';height: 100%;}
section.kp-room-list .kp-room-list-text-subtitle{color: #469e8d;font-size: 13px;margin-bottom:20px;font-weight: 700;text-transform: uppercase;letter-spacing: 1px;}
section.kp-room-list .kp-room-list-text-title{color: #111;font-size: 32px;font-family: "operetta-18", serif;font-weight: 200;}
section.kp-room-list .kp-room-list-text-title:before{display:block;text-align:right;width:25px;height:1px;background:#111;position:relative;left:calc(100% - 25px);margin-bottom:14px}
section.kp-room-list .kp-room-list-text-desc{font-size: 17px;font-weight: 200;margin: 15px 0;line-height: 20px;color: #111;}
section.kp-room-list .kp-room-list-text-desc p{text-align: left !important;}
section.kp-room-list .kp-room-list-text-desc h6 {font-size: 12px;margin: 20px 0 10px 20px;color: #999;}
section.kp-room-list .kp-room-list-text-link{position:relative;top:0;color: #fff;font-size: 13px;background: #A7997C;padding: 10px 40px;margin-top: 10px;text-transform:uppercase;font-weight: 200;letter-spacing:1px;border: 1px solid #A7997C;display: inline-block;}
section.kp-room-list .kp-room-list-gallery-button{display: none;}
section.kp-room-list .kp-room-list-gallery-button:first-child{display: inline-block;}
section.kp-room-list .kp-room-list-text-link.kp-room-list-text-link2{position:relative;top:0;color: #111;font-size: 13px;background:#fff;padding: 10px 40px;margin-top: 10px;text-transform:uppercase;display:inline-block;font-weight: 200;letter-spacing:1px;border: 1px solid #111;}
section.kp-room-list .kp-room-list-text-link:hover{top:-10px;}


a.room-detail-book-btn {
    color: #fff;
    font-size: 13px;
    background: #A7997C;
    padding: 10px 40px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    border: 1px solid #A7997C;
    display: inline-block;
    font-family: 'futura-pt';
    }
    

h3.room-features-title {
    font-family: "operetta-12", serif;
    font-size: 24px;
    font-weight: 400;
    color: #111;
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
ul.room-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.room-features li{
    width: 33%;
    font-family: "futura-pt", sans-serif;
    font-size: 15px;
    color: #555;
    padding: 0;
    padding-left: 15px;
    position: relative;
}
ul.room-features li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #A7997C;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

a.backBtn {position: absolute;z-index: 9;font-size: 18px;padding: 0px 15px;border: 1px solid;margin: 15px;background: rgba(255,255,255,.0);color: #E8CFB2;}
a.backBtn:hover {color:#E8CFB2; background:rgb(237 231 222 / 10%)}

/*kp-contact-form*/
section#kp-contact-form{color:#111;margin-bottom: 20px;margin-top: 20px;}
section#kp-contact-form .kp-contact-form-item {position: relative;background: #fff;}
section#kp-contact-form .kp-contact-form-text{padding: 50px 75px 50px 50px;display:flex;align-items:center;margin:auto;position:relative;}
section#kp-contact-form .kp-contact-form-text-subtitle{color: #111;font-size: 19px;margin-bottom:20px;font-weight: 700;letter-spacing: 1px;display: none;}
section#kp-contact-form .kp-contact-form-text-title{color: #1e1e1e;font-size: 42px;line-height: 38px;font-family: "operetta-12", serif;font-weight: 100;}
section#kp-contact-form .kp-contact-form-text-title:before{display:block;text-align:right;width:25px;height:1px;background:#111;position:relative;left:calc(100% - 25px);margin-bottom:14px}
section#kp-contact-form .kp-contact-form-text-desc{font-size: 19px;font-weight: 300;margin: 24px 0;line-height: 25px;color: #1e1e1e;font-family: "freight-big-pro", serif;}
section#kp-contact-form .kp-contact-form-text-link{position:relative;top:0;color: #fff;font-size: 13px;background:#469e8d;padding: 15px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight: 700;letter-spacing:1px}
section#kp-contact-form .kp-contact-form-text-link:hover{top:-10px;}
section#kp-contact-form .kp-contact-form-text-desc h2{color: #A7997C;font-size: 42px;line-height: 38px;font-family: "operetta-12", serif;font-weight: 100;margin-bottom: 30px;}

section#kp-contact-form .kp-col-form{display: flex;align-items: center;justify-content: center;}
section#kp-contact-form .kp-col-form form#contactForm{
    padding: 30px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
}
section#kp-contact-form .kp-col-form form#contactForm input{
    border-radius: 0;
    border: 1px solid #A7997C;
}
section#kp-contact-form .kp-col-form form#contactForm input[type="text"]{
    border: 0;
    border-bottom: 1px solid #A7997C;
}
section#kp-contact-form .kp-col-form form#contactForm input[type="checkbox"]{
    position: relative;
    top: 2px;
}
section#kp-contact-form .kp-col-form form#contactForm input[type="button"]{
    width: 100%;
}
section#kp-contact-form .kp-col-form form#contactForm select{
    border: 1px solid #A7997C;
    border-radius: 0;
}
section#kp-contact-form .kp-col-form form#contactForm textarea{
    border: 1px solid #A7997C;
    border-radius: 0;
    height: 120px;
}

/*kp-box-04*/

section#kp-box-04{color:#111;padding:120px 0}
section#kp-box-04 .kp-box-04-item {margin-bottom: 60px;}
section#kp-box-04 .kp-box-04-foto{margin:0;height:100%;position:relative;}
section#kp-box-04 .kp-box-04-foto img{width:100%;object-fit: cover; aspect-ratio: 4/3;}
section#kp-box-04 .kp-box-04-foto img:nth-child(2){width:70%;position:absolute;left:0;top:33%;background:#fff;padding:20px 20px 0 0}
section#kp-box-04 .kp-box-04-text{padding: 15px;display:flex;align-items:center;margin:auto;position:relative;background:#fff;width: 100%;}
section#kp-box-04 .kp-box-04-text-subtitle{color: #469e8d;font-size: 13px;margin-bottom:20px;font-weight: 700;text-transform: uppercase;letter-spacing: 1px;}
section#kp-box-04 .kp-box-04-text-title{color: #111;font-size: 32px;font-family: "operetta-12", serif;}
section#kp-box-04 .kp-box-04-text-title:before{display:block;text-align:right;width:25px;height:1px;background:#111;position:relative;left:calc(100% - 25px);margin-bottom:14px}
section#kp-box-04 .kp-box-04-text-desc{font-size: 13px;font-weight: 400;margin: 15px 0;line-height: 20px;color: #666;}
section#kp-box-04 .kp-box-04-text-desc p{text-align: left !important;}
section#kp-box-04 .kp-box-04-text-link{position:relative;top:0;color: #fff;font-size: 13px;background:#469e8d;padding: 10px 40px;margin-top: 10px;text-transform:uppercase;font-weight: 700;letter-spacing:1px; border:1px solid #469e8d;display: inline-block;}


section#kp-box-04 .kp-box-04-gallery-button{display: none;}
section#kp-box-04 .kp-box-04-gallery-button:first-child{display: inline-block;}

section#kp-box-04 .kp-box-04-text-link.kp-box-04-text-link2{position:relative;top:0;color: #469e8d;font-size: 13px;background:#fff;padding: 10px 40px;margin-top: 10px;text-transform:uppercase;display:inline-block;font-weight: 700;letter-spacing:1px; border:1px solid #469e8d;}
section#kp-box-04 .kp-box-04-text-link:hover{top:-10px;}

/*section#kp-box-04 .kp-box-04-item .kp-col-text {order:2;}
section#kp-box-04 .kp-box-04-item .kp-col-foto {order:1;}
section#kp-box-04 .kp-box-04-item:nth-child(2n) .kp-col-foto {order:3;}*/


.bg-overlay:before{content:"";display:block;width:100%;height:100%;background: rgba(0,0,0,.8);position: absolute;top: 0;}

#page {padding: 60px 15px;font-size: 15px;}
#page h1 {text-align: center;font-weight: 800;margin-bottom: 30px;font-family: "operetta-12", serif; }
#page.gallery-page {
    padding: 15px 0 !important;
}

section#submenus .home-room-col{height: 100%;/* background-size: cover; *//* background-position: center; */display: flex;aspect-ratio: 4/3;}
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-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); */overflow:hidden;}
section#submenus .home-room.gallery-photo img{width: 100%;height: 100%;aspect-ratio: 4/3;object-fit: cover;}
section#submenus .home-room.gallery-photo h4{opacity: 0;}
section#submenus .home-room.gallery-photo:hover img{transform:scale(1.1)}
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);}

.galeriCategories {text-align: center;margin: 20px 0 35px 0;}
.galeriCategories a{margin: 0 30px;color:#666;font-size: 18px;line-height: 20px;display: inline-block;}
.galeriCategories a:hover:after {content:""; display: block; width: 100%; height: 1px; background: #666; margin: 0px 0 0 0;}
.galeriCategories a.active:after {content:""; display: block; width: 100%; height: 1px; background: #666; margin: 0px 0 0 0;}

section#page-gallery {}
section#page-gallery .owl-carousel .owl-item img {display: block;width: 100%;aspect-ratio: 16/9;object-fit: cover;}
section#page-gallery .owl-carousel .owl-item a {overflow:hidden; display:block}
section#page-gallery .owl-carousel:hover img {/*opacity: .2;*/ }
section#page-gallery .owl-carousel .owl-item a:hover img {opacity: 1;transform: scale(1.1);}


section#blog-gallery {}
section#blog-gallery .owl-carousel .owl-item img {display: block;width: 100%;aspect-ratio: 4/3;object-fit: cover;}
section#blog-gallery .owl-carousel .owl-item a {overflow:hidden; display:block}
section#blog-gallery .owl-carousel:hover img {/*opacity: .2;*/ }
section#blog-gallery .owl-carousel .owl-item a:hover img {opacity: 1;transform: scale(1.1);}


footer#footer{font-size:14px;background: #030a02;padding:0;color: #fff;}
footer#footer nav#footerMenu{font-size: 14px;padding: 60px 0;font-family: "futura-pt", sans-serif;font-weight: 400;}
footer#footer nav#footerMenu img.footer-banner-img {width: 230px;}
footer#footer nav#footerMenu p{color: #fff;letter-spacing: 1px;line-height: 26px;font-size: 15px;}
footer#footer nav#footerMenu h5{font-size: 26px;margin: 0;letter-spacing: 2px;color: #E8CFB2;padding: 4px 0;font-weight: 200;font-family: "operetta-12", serif;}
footer#footer nav#footerMenu h5:after {display: none;content: "";width: 70px;height: 1px;background: #469e8d;margin: 10px 0;}

footer#footer nav#footerMenu .footerMenuText{margin: 10px 0 10px 0;padding: 0;}
footer#footer nav#footerMenu ul{list-style: none;margin: 10px 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: 2px;display: block;padding: 4px 0;text-transform: uppercase;}
footer#footer nav#footerMenu ul li a:hover{color: #999;}

footer#footer nav#footerMenu .col:nth-child(1){padding-right: 80px;}
footer#footer nav#footerMenu .col:nth-child(1) h5{display:none;}

footer#footer nav#footerMenu .col:nth-child(2) h5{}
footer#footer nav#footerMenu .col:nth-child(3) h5{}




#copyright{padding:20px;font-family: 'futura-pt';color: #999;background: #111;}




.noslider section#booking-form{position:relative;bottom:70px}
.gallery section#booking-form{position:relative;bottom:70px}
.vr-screen{text-align:center}
.vr-screen a img{height:64px;display:block;margin:auto}
.cookie-notice{font-size:10px;line-height:12px;padding:15px;position:fixed;bottom:0;left:0;display:none;width: 300px;color:#fff;background:#333;z-index:9999;text-align: justify;}
.cookie-notice a{display: block;color:#ccc;text-decoration:underline;margin: 15px 0;float: left;}
.cookie-notice button{line-height:20px;font-weight:600;padding:0 30px;color:#fff;background:#469e8d;border:0;border-radius:4px;cursor:pointer;display: block;float: right;margin-top: 15px;}
.cookie-notice button:hover{background:#000}


header#mobileHeader{width:100%;height: 65px;position:fixed;top:0;z-index:10000;display:none;}



.br-btns {position: fixed; right: 10px; bottom: 10px; z-index: 9;}
.whatsapp img{height: 48px;}
.telegram img{height: 48px;}
.topbtn img {height: 16px;}
.whatsapp {display: block; margin-top: 10px;}
.telegram {display: block; margin-top: 10px;}
.topbtn {display: none;background: #469e8d94;color: #999;width: 48px;height: 48px;text-align: center;line-height: 45px;}
.topbtn:hover {background: #469e8d;color: #fff;}

/*
.whatsapp {position: fixed; right: 10px; bottom: 10px; z-index: 9;}
.telegram {position: fixed; right: 10px; bottom: 66px; z-index: 9;}
.topbtn {display: none;position: fixed;z-index: 9999;right: 10px;bottom: 121px;background: hwb(16deg 15% 35% / 50%);color: #999;border-radius: 50%;width: 48px;height: 48px;text-align: center;line-height: 45px;}
*/

.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 20px;}
.top a:hover{background: rgba(0,0,0,.4);}
.top a img{height: 16px;}


header#mobileHeader a#mobileLogo{display:none;float:left;padding:9px;width:100%;text-align:center;position: relative;top: 0;}
header#mobileHeader a#mobileLogo img{height: 120px;}
.menu{position:absolute;z-index:911;width:60px;height:60px;top: 1px;right:0;background: rgba(0, 0, 0, .1);-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: #fff;border-radius:4px;left:15px}
.menu .icon:before{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;width:30px;height:2px;background-color: #fff;content:"";top:-10px;border-radius:4px}
.menu .icon:after{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;width:30px;height:2px;background-color: #fff;content:"";top:10px;border-radius:4px}
.menu.open .icon{-webkit-transition-duration:.5s;transition-duration:.5s;background:0 0}
.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;background: rgba(0, 0, 0, .3);}

body.fixed header#mobileHeader {}
body.fixed header#mobileHeader a#mobileLogo {
    top: -122px;
}
body.fixed header#mobileHeader a#mobileLogo img{height: 170px;}
body.fixed .menu {top:0;}



footer#mobileFooter{width:100%;position: fixed;display:none;height: 60px;background: #58523A;z-index: 99999;bottom: 0;box-shadow: 0 0 20px rgb(0 0 0 / 10%);}
footer#mobileFooter a{display: block;float: left;width: 25%;text-align: center;color: #fff;padding: 8px 0px;height: 100%;display: flex;align-items: center;justify-content: center;}
footer#mobileFooter a:nth-child(2n){background: rgba(255,255,255,.05);}
footer#mobileFooter a img{height: 24px;}
footer#mobileFooter a span{display: none;font-size: 10px;margin-top: 5px;}




nav#mobileMenu{display:none;position:fixed;top:0;background: rgba(0,0,0,.9);z-index:9999;width:100%;text-align:center;height:100%;overflow-y: auto;font-family: "futura-pt", sans-serif;font-weight: 200;}
nav#mobileMenu.mobileHotelsMenu{height:calc(100% - 50px);z-index:10000}
nav#mobileMenu div.div{display:table;width:100%;height:calc(100% - 100px);margin-top: 60px;}
nav#mobileMenu ul{list-style:none;margin:0;padding:0;display:table-cell;width:100%;vertical-align:middle}
nav#mobileMenu li a{color: #fff;display:block;padding:7px;text-transform:uppercase;font-size: 19px;line-height:32px;font-weight: 500;font-weight: 200;}
nav#mobileMenu li ul li a{color:#fff;font-weight:300;font-size:22px}
nav#mobileMenu ul li ul{display:none;background:#333}
nav#mobileMenu li.mmLogo{margin:20px 0}
nav#mobileMenu li.mmLogo a img{height:52px}
nav#mobileMenu li.mmLang a{display:inline-block}
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}



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

@media screen and (min-width:1366px){
    .container{max-width:1300px}
}

@media screen and (max-width:1366px){
    
    nav#menu {margin-left: 0px;font-size: 12px;}
    nav#menu ul#header-menu {
}
    nav#menu ul#header-menu li {margin: 0 10px;}
    nav#menu ul#header-menu li a {}
    section#subSlider .item .slideTextBig {font-size: 64px; line-height: 64px;}
    section#slider .item .slideTextBig {font-size: 52px;line-height: 52px;width: 100%;}
    section#slider .item .slideTextSmall {font-size: 20px;line-height: 22px;width: 100%;}
}

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

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

    #logo{top: 30px}

    /*bookingWidget*/
    .booking-box-bg{aspect-ratio:auto;min-height:400px;padding:40px 15px;align-items:center;}.booking-bar-area{width:100%;}.booking-bar{width:100%;flex-direction:column;overflow:hidden;}.booking-bar .input-group{padding:15px 20px;}.booking-bar .display-value{font-size:36px;}.booking-bar .display-value span{font-size:16px;}.booking-bar .divider{width:calc(100% - 40px);height:1px;margin:0 auto;}.booking-bar .arrow-icon{bottom:25px;}.booking-bar .button-section{padding:20px;width:100%;}.booking-bar .button-section a{width: 100%;}.booking-bar .btn-check{width:100%;padding:15px 0;}

    section.kp-reconnect {/* height: 90vh !important; */padding: 0 0 30px 0 !important;}
    section.kp-reconnect .row {align-items: stretch;}
    section.kp-reconnect .kp-reconnect-text-content {width: 50%;text-align: right;line-height: 24px;display: none;}
    section.kp-reconnect .kp-reconnect-button {flex-direction: column;justify-content: end;}
    section.kp-reconnect .kp-reconnect-button a {font-size: 20px;position: relative;top: -50px;}
    
    section.kp-reconnect .kp-reconnect-button .kp-reconnect-text-content-p {display:block;font-size: 14px;margin-top: 15px;}

    section.kp-blog-carousel .kp-blog-carousel .kp-blog-carousel-button {font-size: 14px; padding: 10px 30px;}
    section.kp-blog-carousel .kp-blog-carousel h4 {font-size: 24px;}
    section.kp-blog-carousel .kp-blog-carousel .kp-blog-carousel-foto img {aspect-ratio: 0.6;}


    section.kp-soul .kp-soul-area-1 {padding: 30px;}
    section.kp-soul .kp-soul-area-1-col {padding-bottom: 0;}

    section.kp-rising .kp-rising-area {text-align: center;}
    section.kp-rising .kp-rising-text {padding: 0 30px;}
    section.kp-rising {aspect-ratio: 1;}



    section#kp-box-01 .kp-box-01-foto {padding: 15px;}
    section#slider .owl-carousel .owl-item .slideTextIcon img {max-width: 80%;height: auto;}
    
    
    ul.room-features li {
    width: 50%;}
    header#header {display: none;}
    header#mobileHeader {display: block;}
    footer#mobileFooter {display: none;}
    
    .br-btns {position: fixed; right: 10px; bottom: 60px; z-index: 9;}
    /*.whatsapp {bottom: 60px;}
    .telegram {bottom: 113px;}
    .topbtn {bottom: 166px;}
    */

    section#slider {height: 85dvh;}
    section#slider .owl-carousel .owl-item img{height: 85dvh;}
    section#slider .owl-carousel .owl-item .slideImage:before{height: 85dvh;}

    section#subSlider {height: 100dvh;}
    section#subSlider .owl-carousel .owl-item img{height: 100dvh;}
    section#subSlider .owl-carousel .owl-item .slideImage:before{height: 100dvh;}

    body.category section#subSlider, body.category section#subSlider .owl-carousel .owl-item img, body.category section#subSlider .owl-carousel .owl-item .slideImage:before{height:150px;}
    body.gallery section#subSlider, body.gallery section#subSlider .owl-carousel .owl-item img, body.gallery section#subSlider .owl-carousel .owl-item .slideImage:before{height:150px;}
    body.page-booking section#subSlider, body.page-booking section#subSlider .owl-carousel .owl-item img, body.page-booking section#subSlider .owl-carousel .owl-item .slideImage:before{height:150px;}
    body.page section#slider, body.page section#slider .owl-carousel .owl-item img, body.page section#slider .owl-carousel .owl-item .slideImage:before{height:150px;}
    body.page-room section#slider, body.page-room section#slider .owl-carousel .owl-item img, body.page-room section#slider .owl-carousel .owl-item .slideImage:before{height:150px;}

    section.kp-getintouch .kp-getintouch-text-content {color: #fff;}

    section#slider .item .item-text {bottom: 60px;}
    section#slider .owl-dots {
    bottom: 0;
}
    section#slider.roomSlider .item .slideTextIcon {text-align: center;}
    
    section#subSlider .item .slideTextBig {font-size: 32px; line-height: 32px;}
    section#slider .item .slideTextBig {font-size: 32px;line-height: 32px;width: 100%;}
    section#slider .item .slideTextSmall {font-size: 16px;line-height: 16px;width: 100%;}
    
    footer#footer nav#footerMenu .col:nth-child(1) {padding-right: 20px;}
    footer#footer nav#footerMenu .col:nth-child(1) img{max-width:50%;margin: auto;}
    img.footer-banner-img {max-width:50%;margin: auto;}
    img.footer-logo {width: 128px; margin: auto;}
    
    .kp-room-list-item .kp-col-text {order: 9;}
    section.kp-room-list .kp-room-list-foto {padding: 15px;}

    #page h1 {font-size: 32px; line-height: 32px;}

    section#kp-box-01 {padding: 15px 0;margin-bottom: 0;}
    section#kp-box-01 .kp-box-01-text {padding: 30px;}
    section#kp-box-01 .kp-box-01-text-title {font-size: 32px; line-height: 32px;}
    section#kp-box-02 {padding: 50px 0;text-align: center;}
    section#kp-box-02 .kp-box-02-text-title {font-size: 32px;line-height: 42px;}
    section#kp-box-03 {padding: 50px 0;}
    section#kp-box-03 .kp-box-03 {height: 100%;}
    section#kp-box-03 .kp-box-03-title {font-size: 32px;line-height: 42px;}
    section#kp-box-03 .kp-box-03-desc {width: 100%;}
    section#kp-box-04 .kp-box-04-item:nth-child(2n) .kp-col-foto {order: 1;}

    section#kp-box-04 .kp-box-04-text-title {font-size: 24px;}

    .col4carousel {padding: 30px 0;}

    section#slider .item .slideBtn {font-size: 14px;padding: 10px 30px;margin-top: 30px;}

    .hero-title {transform: scale(.75);bottom: 0;}
    
    section.kp-reconnect .kp-reconnect-text {text-align: center;}

    section.kp-blog2-carousel .col1carousel {padding:0}
    section.kp-blog2-carousel .kp-blog2-carousel small {}
    section.kp-blog2-carousel .kp-blog2-carousel h4 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
    section.kp-blog2-carousel .kp-blog2-carousel a {flex-direction: column;}
    section.kp-blog2-carousel .kp-blog2-carousel small:after {margin: 15px auto;}
    section.kp-blog2-carousel .kp-blog2-carousel .kp-blog2-carousel-text {width: 100%;padding: 30px 15px;height: 300px;}
    section.kp-blog2-carousel .kp-blog2-carousel .p {font-size: 16px;line-height: 20px;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
    section.kp-blog2-carousel .kp-blog2-carousel .kp-blog2-carousel-foto {width: 100%;}
    
    section.kp-getintouch .kp-getintouch-text {padding-right: 0;text-align: center;}
    section.kp-getintouch .kp-getintouch-contact {text-align: center; align-items: center;}

    section.kp-room-list .kp-room-list-text {padding: 30px;}
    section.kp-room-list .kp-room-list-text-link {width: 100%; text-align: center;}

    section.kp-blog-carousel {padding:0}
    section.kp-blog-carousel .kp-blog-carousel .kp-blog-carousel-text2 {padding: 15px;}
    section.kp-blog-carousel .kp-blog-carousel .p {font-size: 16px;line-height: 20px;}
    

    /*page*/
    /*page-blog*/
    section#slider .owl-carousel .owl-item .slideImage:before {background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent, rgba(0, 0, 0, 0));}
    section#slider.roomSlider .item .item-text {align-items: end;padding-bottom: 0;bottom: 0;}
    section#slider.roomSlider .item .slideText {max-width: 100%;text-align: center;}
    section#slider.roomSlider .item .slideTextBig {font-size: 42px;}
    section#slider.roomSlider .item .slideTextSmall {font-size: 16px; line-height: 18px;padding: 0;}
    
    section#kp-box-01 .kp-box-01-text-desc h2 {font-size: 26px; line-height: 32px;}
    section#blog-gallery .owl-carousel:hover img {opacity: 1; transform: scale(1);}
    

    /*category*/
    body.category section#kp-box-01 .kp-box-01-foto img {aspect-ratio: 1;}
    body.category section#kp-box-01 .kp-box-01-text {padding: 0 15px;}
    body.category section#kp-box-01 .kp-box-01-title {font-size: 42px;line-height: 42px;margin: 30px 0;text-align: left;}
    section#kp-box-01 .kp-box-01-text-desc h2 {font-size: 32px; line-height: 36px;}
    section.kp-category .kp-category-text {padding: 30px;}
    /*page-room*/
    section#page-gallery .owl-carousel .owl-item img {aspect-ratio: 4 / 3;}
    section#page-gallery .container{padding: 0;}
    /*list-room*/
    section.kp-room-list .kp-room-list-item {margin-top: 15px;}
    


    footer#footer {text-align: center;}
}
@media screen and (max-width:768px){
    
}

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


.container-kp > *{margin-left: auto !important; margin-right: auto !important;}

@media (min-width:576px){
    .container-kp > *{max-width:540px;}
    .container-kp > .full-width-kp{max-width:100%}
}
@media (min-width:768px){
    .container-kp > *{max-width:720px}
    .container-kp > .full-width-kp{max-width:100%}
}
@media (min-width:992px){
    .header-lang-mobile {display: none !important;;}
    .header-lang {display: block !important;}
    
    video#vid {display: block;}
    .container-kp > *{max-width:960px}
    .container-kp > .full-width-kp{max-width:100%}
    .lang {/* position: absolute; *//* right: 15px; *//* top: 10px; */}
}
@media (min-width:1280px){
    .container-kp > *{max-width:1200px}
    .container-kp > .full-width-kp{max-width:100%}
}
@media (min-width:1366px){
    .container-kp > *{max-width:1300px}
    .container-kp > .full-width-kp{max-width:100%}
}

/**bootstrap 5li column*/
/* Temel geniÃ…Å¸lik (Mobil Ãƒâ€“ncelikli) */
.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5 {
    position: relative;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

.col-1-5 {
    flex: 0 0 auto;
    width: 20%;
}

/* Small (sm) - 576px ve ÃƒÅ“zeri */
@media (min-width: 576px) {
    .col-sm-1-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/* Medium (md) - 768px ve ÃƒÅ“zeri */
@media (min-width: 768px) {
    .col-md-1-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/* Large (lg) - 992px ve ÃƒÅ“zeri */
@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/* Extra Large (xl) - 1200px ve ÃƒÅ“zeri */
@media (min-width: 1200px) {
    .col-xl-1-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.mobile-fixed-actions {
    display: none;
}

@media (max-width:768px) {

    .mobile-fixed-actions {
        position: fixed;
        right: 14px;
        bottom: 14px;
        z-index: 9999;

        display: flex;
        flex-direction: row;
        gap: 6px;
    }

    .mobile-fixed-actions .mfa-btn {
        width: 38px;
        height: 38px;

        display: flex;
        align-items: center;
        justify-content: center;

        background: #57523d;
        color: #fff;

        border-radius: 6px;

        font-size: 16px;
        text-decoration: none;

        box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    }

    .mobile-fixed-actions .mfa-btn i {
        font-size: 16px;
    }

    .mobile-fixed-actions .mfa-btn:active {
        transform: scale(.95);
    }

}