@charset "utf-8";

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{/*display:none;*/width:100%;z-index:10}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;/*overflow:hidden;*/-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/* Arrows */

.owl-nav {position:absolute; top:50%; margin: -25px 0 0 0; width:100%; left:0; z-index:100;}
.owl-prev,
.owl-next{
	cursor: pointer;
    position: absolute;
    top: 50%;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	/* background-color: rgba(255,255,255,0.7); */
	border: none;
}
.owl-prev:hover,
.owl-prev:focus,
.owl-next:hover,
.owl-next:focus{
    /* background-color: rgba(255,255,255,1); */
	outline:none;
}

.owl-prev:before,
.owl-next:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.owl-prev:after,
.owl-next:after{
	position:absolute;
	z-index:155;
	top:0;
	left:0;
	width:26px;
	height:26px;
	opacity: 1;
	display:block;
	text-indent: 0;
    content:"";
	background-repeat:no-repeat;
	background-position: center center;
}

.owl-prev:after{background-image:url(../img/arr_l_w.svg); filter: brightness(0) saturate(100%) invert(81%) sepia(18%) saturate(546%) hue-rotate(349deg) brightness(80%) contrast(79%);}

.owl-next:after{background-image:url(../img/arr_r_w.svg); filter: brightness(0) saturate(100%) invert(81%) sepia(18%) saturate(546%) hue-rotate(349deg) brightness(80%) contrast(79%);}

.owl-prev:hover:after,
.owl-next:hover:after{
	filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(14%) hue-rotate(193deg) brightness(103%) contrast(100%);
}



.owl-prev{left: 0px;}
.owl-next{right: 0px;}

.owl-dots {height:10px; text-align:right; padding:0; width:auto; float:right}

.owl-carousel .owl-dot {width:10px; height:10px; display:inline-block; margin: 0 5px; float:left; /*background-image: url(../img/bull.svg);*/ background-repeat: no-repeat; background-position: center center; }

.owl-carousel .owl-dot.active {/*background-image: url(../img/bull_act.svg);*/}

.owl-carousel .owl-item img {height:auto;}

.owl-carousel a.item {position:relative; width: 100%; height: 100%; display:block;}

.owl-carousel .video:after {content: ""; display:inline-block; position:absolute; width: 89px; height: 89px; /*background-image: url(../img/video.svg);*/ top:50%; left: 50%; transform: translate(-50%, -50%);}


.owl-carousel > a {
    display: none !important;
}
.owl-carousel > a:first-child {
    display: block !important; margin: 0 auto; text-align: center;
}
/* sizes="(min-width: 1800px) calc(100vw - 800px), (min-width: 1450px) calc(100vw - 600px), (min-width: 1000px) calc(100vw - 400px), 90vw" */

@media (max-width: 999px) {.owl-carousel > a img {width: 90%; height: auto; }}
@media (min-width: 1000px) {.owl-carousel > a img {width: calc(100% - 400px); height: auto; }}
@media (min-width: 1450px) {.owl-carousel > a img {width: calc(100% - 600px); height: auto; }}
@media (min-width: 1800px) {.owl-carousel > a img {width: calc(100% - 800px); height: auto; }}


/***************************************************** magnific popup */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(247, 247, 247, 1);
  opacity: 1; }

.mfp-bg:after {
  top: 20px;
  left: 20px;
	position: absolute;
	width: 115px; height: 55px;
  /*content: url(../img/logo_color.svg);*/ }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 80px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: .8; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: var(--txt); }

.mfp-container  .mfp-close {
  color: var(--txt); background: white; 
  right: 20px; top: 20px; position: fixed;
  text-align: center;
  width: 56px; height: 56px; border-radius: 50px;}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #3f3f3f;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

button.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -28px;
  padding: 0;
  width: 56px;
  height: 56px;
	background-color: #fff;
  -webkit-tap-highlight-color: transparent;
  border-radius: 50px; 
	/*background-image: url(../img/arr_l.svg);
	background-repeat: no-repeat;
	background-position: center center;*/
border: 1px solid transparent;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

  .mfp-arrow:active {
    margin-top: -25px; }

  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow-left {
  left: 20px;
  background-repeat: no-repeat; background-position: center center; background-image: url(../img/arr_l.svg);
}

.mfp-arrow-right {
  right: 20px;
  background-repeat: no-repeat; background-position: center center; background-image: url(../img/arr_r.svg);
}
.mfp-arrow-left,
.mfp-arrow-right {
  -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
}
.mfp-arrow-left:hover,
.mfp-arrow-right:hover {
  background-size: 20px auto; 
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 60px 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;*/ }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -46px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: right;
  line-height: 18px;
  color: #3f3f3f;
  word-wrap: break-word;
  padding-right: 0; }

  .mfp-title span {
    color: var(--txt-lite); font-size: 14px; line-height: 17px; text-transform: uppercase; letter-spacing: 1.5px;}
    .mfp-title span span {
      color: var(--txt); }
  

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    /*background: rgba(0, 0, 0, 0.6);*/
	  background: white;
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    /* top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6); */
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    /* -webkit-transform: scale(0.75);
    transform: scale(0.75);  */
  }
  .mfp-arrow-left {
    /*-webkit-transform-origin: 0;
    transform-origin: 0;*/ }
  .mfp-arrow-right {
    /*-webkit-transform-origin: -100%;
    transform-origin: -100%;*/
	/* transform: scale(0.75) rotate(180deg); */ 
}
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* jquery datepicker overrides */

.ui-widget.ui-widget-content {
  border: none;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
.ui-widget-header {
  border: none; padding: .2em 0 10px !important;
  background: transparent; border-bottom: 1px solid #BDBDBD;
}
.ui-datepicker th {
  font-size: 12px; text-transform: uppercase;
  font-weight: 500;
}
.ui-state-default, 
.ui-widget-content .ui-state-default {
  border: none;
  background: transparent;
  color: #454545;
  border-radius: 50%;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, 
.ui-button:active, 
.ui-button.ui-state-active:hover {
  border: none;
  background: var(--primary);
  color: #fff;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
  border: none;
  background: var(--tertiary);
  color: white;
}
.ui-datepicker {
  width: 264px;
  padding: 0.5em 0.5em;
  z-index: 9999 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}
.ui-datepicker td {
  border: 0;
  padding: 0;
  width: 14.111%;
  height: 14.111% !important;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{
  top:3px;
  border-radius: 50%;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{
  top:3px; cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev{
  left:2px
}
.ui-datepicker .ui-datepicker-next{
  right:2px
}
.ui-datepicker .ui-datepicker-prev-hover{
  left:2px
}
.ui-datepicker .ui-datepicker-next-hover{
  right:2px
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus{
  border:none;
  background:#ededed;
}
.ui-icon-circle-triangle-w {
  background-position: -97px -1px;
}
.ui-icon-circle-triangle-e {
  background-position: -32px -1px;
}
/*____________________________*/









.mod-weather {display: flex; justify-content: center; gap: 40px; align-items: center; font-size: 16px;}

.mod-weather-now, .mod-weather-forecast {
	display: flex;
	/* width: 100%; */
}

.mod-weather-now .weather-icon {
    display: flex;
    /* width:50%; */
}

.mod-weather span, .mod-weather a {display: block;}  
.mod-weather-now .mod-weather-temp {
    font-size: 2em;
}

.mod-weather-forecast .weather-icon {
    font-size: 50px;
}

.mod-weather-forecast.block > div {
	display: flex; flex-direction: column; width: 170px; text-align: center; border-left: 1px solid #E0E0E0;
}
.mod-weather-forecast.block > div:first-child {
	border-left: none;
}

.mod-weather-forecast.block div .weather-icon {
    height: 50px; width: 100%;
}

.mod-weather-forecast.list div {
    display: flex;
    text-align: center;	
}

.mod-weather-forecast.list .mod-weather-day  {
    font-weight: bold;
}

.mod-weather a {text-align: center; font-size: 12px; color: #8A9397;} 

.mod-weather span .mod-weather-label {
    display: inline;
}

.mod-weather-now .weather-icon {
    width: 120px;  padding: 0;
}

.mod-weather-now .mod-weather-temp {
    width: 120px;  padding: 0; font-size: 32px; line-height: 28px; font-weight: 600;
}
.mod-weather-now .weather-icon i.no-data::before {
	visibility: hidden;	
}


/********************* FONT IKONE *************************/
@font-face {
    font-family: 'forecastfont';
    src: url("fonts/iconvault_forecastfont.eot");
    src: url("fonts/iconvault_forecastfont.eot#iefix") format("embedded-opentype"), url("fonts/iconvault_forecastfont.woff") format("woff"), url("fonts/iconvault_forecastfont.ttf") format("truetype"), url("fonts/iconvault_forecastfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.weather-icon {
    position:relative;
    font-family: 'forecastfont';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 100px;
    padding-bottom: 0;
}

.weather-icon i {
    font-style: normal; display: inline-block; position: absolute; 
}
.mod-weather-now .weather-icon i {
    width: 100px; height: 100px; top: 0; left: 0;
}
.mod-weather-forecast .weather-icon i,
.mod-weather-forecast .weather-icon i.no-data {
    width: 50px; height: 50px; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-top: 10px;
}
.mod-weather-forecast .weather-icon i.no-data {
    margin-left: 15px;
}

.weather-icon > i::before, .weather-icon > i::after {
    position:absolute;
    top: 0;
    left: 0;
}




/****************/
.dark.mod-weather, .dark.mod-weather .mod-weather-source, .dark.mod-weather .mod-weather-now .weather-icon, .dark.mod-weather .mod-weather-now .mod-weather-temp {
  color: var(--txt);
}
.mod-weather-forecast.block div >* {
  width: 100%;
}
.mod-weather-now, .mod-weather-forecast {
  width: unset;
}
.mod-weather span, .mod-weather a {
  display: block;
}
.mod-weather-forecast .weather-icon i, .mod-weather-forecast .weather-icon i.no-data {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
}
.mod-weather-now, .mod-weather-forecast {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
  margin-top: 0;
}
.mod-weather a {
  text-align: center;
  font-size: 12px;
  color: #8A9397 !important;
}





.hide_desktop {display:none;}
.show_desktop {display:block;}
.showOnDesktop {display:block;}
.showOnMobile {display:none;}

@media (max-width: 767px) {
  .hide_desktop {display:block;}
  .show_desktop {display:none;}
  .showOnDesktop {display:none;}
  .showOnMobile {display:block;} 
}








.mt-0 {margin-top:0 !important;}
.mt-10 {margin-top:10px !important;}
.mt-15 {margin-top:15px !important;}
.mt-20 {margin-top:20px !important;}
.mt-30 {margin-top:30px !important;}
.mt-40 {margin-top:40px !important;}
.mt-50 {margin-top:50px !important;}
.mt-75 {margin-top:75px !important;}
.mt-100 {margin-top:100px !important;}
.mt-120 {margin-top:120px !important;}
.mt-150 {margin-top:150px !important;}
.mb-0 {margin-bottom:0 !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-30 {margin-bottom:30px !important;}
.mb-40 {margin-bottom:40px !important;}
.mb-50 {margin-bottom:50px !important;}
.mb-75 {margin-bottom:75px !important;}
.mb-100 {margin-bottom:100px !important;}
.mb-120 {margin-bottom:120px !important;}
.mb-150 {margin-bottom:150px !important;}
.pt-0 {padding-top:0 !important;}
.pt-10 {padding-top:10px !important;}
.pt-15 {padding-top:15px !important;}
.pt-20 {padding-top:20px !important;}
.pt-30 {padding-top:30px !important;}
.pt-40 {padding-top:40px !important;}
.pt-50 {padding-top:50px !important;}
.pt-75 {padding-top:75px !important;}
.pt-90 {padding-top:90px !important;}
.pt-100 {padding-top:100px !important;}
.pt-150 {padding-top:150px !important;}
.pb-0 {padding-bottom:0 !important;}
.pb-10 {padding-bottom:10px !important;}
.pb-15 {padding-bottom:15px !important;}
.pb-20 {padding-bottom:20px !important;}
.pb-30 {padding-bottom:30px !important;}
.pb-40 {padding-bottom:40px !important;}
.pb-50 {padding-bottom:50px !important;}
.pb-75 {padding-bottom:75px !important;}
.pb-100 {padding-bottom:100px !important;}
.pb-150 {padding-bottom:150px !important;}

/* @media (max-width: 1100px) {
	.hide_mob {display:none;}
	.show_mob {display:block;}
} */

@media (max-width: 767px) {
  .mt-0-mob {margin-top:0 !important;}
	.mt-10-mob {margin-top:10px !important;}
	.mt-15-mob {margin-top:15px !important;}
	.mt-20-mob {margin-top:20px !important;}
	.mt-30-mob {margin-top:30px !important;}
	.mt-50-mob {margin-top:50px !important;}
	.mt-75-mob {margin-top:75px !important;}
	.mt-100-mob {margin-top:100px !important;}
	.mt-150-mob {margin-top:150px !important;}
	.mb-0-mob {margin-bottom:0 !important;}
	.mb-10-mob {margin-bottom:10px !important;}
	.mb-15-mob {margin-bottom:15px !important;}
	.mb-20-mob {margin-bottom:20px !important;}
	.mb-30-mob {margin-bottom:30px !important;}
	.mb-50-mob {margin-bottom:50px !important;}
	.mb-75-mob {margin-bottom:75px !important;}
	.mb-100-mob {margin-bottom:100px !important;}
	.mb-150-mob {margin-bottom:150px !important;}
	.pt-0-mob {padding-top:0 !important;}
	.pt-10-mob {padding-top:10px !important;}
	.pt-15-mob {padding-top:15px !important;}
	.pt-20-mob {padding-top:20px !important;}
	.pt-30-mob {padding-top:30px !important;}
	.pt-40-mob {padding-top:30px !important;}
	.pt-50-mob {padding-top:50px !important;}
	.pt-75-mob {padding-top:75px !important;}
	.pt-100-mob {padding-top:100px !important;}
	.pt-150-mob {padding-top:150px !important;}
	.pb-0-mob {padding-bottom:0 !important;}
	.pb-10-mob {padding-bottom:10px !important;}
	.pb-15-mob {padding-bottom:15px !important;}
	.pb-20-mob {padding-bottom:20px !important;}
	.pb-30-mob {padding-bottom:30px !important;}
	.pb-40-mob {padding-bottom:30px !important;}
	.pb-50-mob {padding-bottom:50px !important;}
	.pb-75-mob {padding-bottom:75px !important;}
	.pb-100-mob {padding-bottom:100px !important;}
	.pb-150-mob {padding-bottom:150px !important;}
}

/* :root {
	--wrap: 1300px;
	--margins: calc(100% - 1300px);
	--margin: calc(var(--margins) / 2);
} */

/* @font-face {
  font-family: "Manus";
  src: url('../fonts/font.woff2') format('woff2'), url('../fonts/font.woff') format('woff');
} */

/* @font-face {
  font-family: "EugustoBold";
  src: url('webFonts/EugustoBold/font.woff2') format('woff2'), url('webFonts/EugustoBold/font.woff') format('woff');
} */
@font-face {
  font-family: "EugustoRegular";
  src: url('webFonts/EugustoRegular/font.woff2') format('woff2'), url('webFonts/EugustoRegular/font.woff') format('woff');
}
/* @font-face {
  font-family: "EugustoLight";
  src: url('webFonts/EugustoLight/font.woff2') format('woff2'), url('webFonts/EugustoLight/font.woff') format('woff');
} */

html {scroll-behavior: smooth;}

* {position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

body {margin: 0; font-family: "Inter", sans-serif; font-weight: normal; font-size: 17px;
line-height: 28px; color: var(--txt); overflow-x: hidden !important; background: white;}

body.hideoverflow {width: 100vw; height: 100vh; overflow: hidden;}

h1, h2, h3, h4, h5, h6 {font-family: "EugustoRegular"; color: var(--txt); margin-top: 0; font-weight: 400; letter-spacing: 0.02em;}

h1, .h1 {font-size: 75px; font-weight: 400; line-height: 127%; margin-bottom: 15px;}
h2, .h2 {font-size: 60px; font-weight: 400; line-height: 70px; margin-bottom: 15px;}
h3, .h3 {font-size: 38px; font-weight: 400; line-height: 46px; margin-bottom: 15px;}
h4, .h4 {font-size: 30px; font-weight: 400; line-height: 36px; margin-bottom: 15px;  }
h5, .h5 {font-size: 11px; font-weight: 400; line-height: 13px; margin-bottom: 15px; }
h6, .h6 {font-size: 18px; font-weight: 400; line-height: 120%; margin-bottom: 15px; }

.heading {display: block; }
a.h4 {display: block; font-family: "EugustoRegular"; }

.noHmargin h1, 
.noHmargin h2, 
.noHmargin h3, 
.noHmargin h4, 
.noHmargin h5, 
.noHmargin h6 {margin-bottom: 0; }

.roundedH {margin: 0 0 30px 0; border-radius: 100px; display: inline-block;  }
.roundedH h2  {display: inline-block; padding: 14px 40px 10px 40px; font-size: 42px; color: white; margin: 0; line-height: 1; }
.roundedH.primary {background-color: var(--primary);}
.roundedH.secondary {background-color: var(--secondary);}
.roundedH.tertiary {background-color: var(--tertiary);}

/* .alt_font , .alt_font h1, .alt_font h2, .alt_font h3, .alt_font h4, .alt_font h5, .alt_font h6 {font-family: "EugustoRegular"; font-weight: 400;}
.alt_font h2 {font-size: 60px; line-height: 60px; margin-bottom: 15px;} */

.wrap {width: var(--wrap); margin: 0 auto; /*max-width: 1860px;*/ }
.wrap.w1920 {max-width: 1920px; margin: 0 auto; width: 100%; }

.showOnMobile,
.showOnAlt {display:none !important;}

/* CLS: alse set atrributes for images in html */
img { aspect-ratio: attr(width) / attr(height); vertical-align: middle; max-width: 100%; height: auto; }

* {position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

div, a, span, input, textarea, ul, li, img, button, h1, h2, h3, h4, h5, h5 { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

input, 
textarea, 
select,
.input_container label  {font-family: "Inter", sans-serif; width: 100%; padding: 0 15px; border: 1px solid var(--border-lite); height: 48px; max-width: 100%; min-width: 100%; background: white; font-size: 15px; color: var(--txt); }

.input_container label  {display: block; line-height: 48px;}




textarea {padding: 15px 15px; height: 112px; }

input:focus, textarea:focus, select:focus {outline:none;}

button {cursor: pointer; }

p {margin: 0 0 15px 0; }

p:last-child {margin: 0;}

a {-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-decoration:none; color:var(--txt);}

a:hover {text-decoration:none; color: var(--primary); }

p a, p a:hover {text-decoration: underline;}
/* p a {color: var(--primary); }
p a:hover {color: var(--secondary); } */



.bg_w {background-color: white !important;}
.bg_grey {background-color: var(--bg1) !important;}
.bg_blue {background-color: var(--kaktus_blue_lite) !important;}
.bg_prim {background-color: var(--primary) !important;}
.bg_sec {background-color: var(--secondary) !important;}
.bg_tert {background-color: var(--tertiary) !important;}

body.waterman,
section.waterman { background-repeat: no-repeat; background-position: center center; background-image: url(../img/waterman.svg); background-attachment: fixed;}

.bg_pattern {
  background-repeat: no-repeat; background-position: center center; background-image: url(../img/pattern.svg); 
  background-size: cover; background-size: cover; background-color: var(--kaktus_blue_lite);
}

@media (min-width: 1000px){.bg_curves {}}

.text_white {color: white;}

.read_more, .view_all, .shell, .shell2, .fish, .kaktus, .jacob {display: inline-block; background-repeat: no-repeat; background-position: center center;}
.read_more, .shell {background-image: url(../img/shell2.svg); /*max-width: 80px;*/}
.read_more.large, .shell.large, .shell2.large {background-size: 58px auto;}
.shell2 {background-image: url(../img/shell.svg);}
.jacob {background-image: url(../img/jacob.svg);}
.fish {background-image: url(../img/fish.svg);}
.fish.smaller {background-size: 80px auto;}
.kaktus {background-image: url(../img/kaktus.svg);}
.read_more.rings {background-image: url(../img/rings.svg);}
.view_all {background-image: url(../img/arr_circ.svg); max-width: 90px;}
.view_all.white {background-image: url(../img/arr_circ_w.svg);}

.readmore {display: inline-block; color: var(--primary); font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.readmore img {
  margin: -2px 0 2px 0;
  filter: brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(872%) hue-rotate(349deg) brightness(86%) contrast(85%);
}
.readmore:hover {color: #3f3f3f;  }
.readmore:hover img {
  filter: brightness(0) saturate(100%);
}

.arch_img img, .arch_img .owl-stage-outer {border-radius: 1000px 1000px 0 0;}
.arch_img.all_rounded img, .arch_img.all_rounded .owl-stage-outer {border-radius: 1000px;}
.arch_img .owl-stage-outer img, .arch_img.all_rounded .owl-stage-outer img {border-radius: 0;}

.arch_img img + h2 {margin-top: 50px; }

.buttlike {
  font-family: "Inter", sans-serif; letter-spacing: 1px;
  display: inline-block; color: var(--txt); border: 1px solid var(--border-lite); padding: 14px 20px; text-transform: uppercase; font-size: 14px; line-height: 16px; font-weight: 600; text-align: center;

}
.buttlike:hover {border: 1px solid var(--txt); color: var(--txt);}

.buttlike.solid {
  background: var(--secondary); color: white; border: none; font-size: 14px; line-height: 16px; border: none !important;
    text-decoration:none;
}
.buttlike.solid:hover,
.buttlike.solid.white:hover {background: var(--secondaryhover); color: white;}

.buttlike.solid.white {background: white; color: var(--secondary); }
.buttlike.solid:hover {background: var(--secondaryhover); }

.buttlike.full {width: 100%;}

.buttlike.wider {padding: 14px 50px;}
.buttlike.solid.wider {padding: 14px 50px;}

.buttlike.allphotos {
  position: absolute; z-index: 12; bottom: 30px; right: 230px; background: white; display: flex; align-items: center; color: var(--txt);
  border: 1px solid #c4c4c4; border-radius: 4px; font-size: 13px; font-weight: 700; 
}
.buttlike.allphotos:hover {background: var(--bg1); }
.buttlike.allphotos img {margin-left: 10px;}




.buttlike.rounded,
.buttlike.rounded.primary {
  border-radius: 40px; height: 48px; line-height: 22px; padding: 13px 20px 15px 20px; color: white; font-size: 14px; background: var(--primary); 
  text-transform: none; /*font-family: "EugustoRegular";*/ font-weight: 600; letter-spacing: 0.04em; min-width: 250px; text-align: center; text-decoration: none; 
  border: none; text-transform: uppercase;
 }
.rounded.smaller,
.rounded.primary.smaller {min-width: 100px; padding: 15px 30px 13px 30px;}

.buttlike.rounded:hover,
.buttlike.rounded.primary:hover { background: var(--primaryhover); border: none;  }

.buttlike.rounded.secondary {background: var(--secondary);  color: var(---txt); }

.buttlike.rounded.secondary:hover { background: var(--secondaryhover); color: var(---txt);  }

.buttlike.rounded.tertiary {background: var(--tertiary);  color: var(---txt); }

.buttlike.rounded.tertiary:hover { background: var(--tertiaryhover); color: var(---txt);  }


/* .bg_tert a.buttlike.solid {background: white; color: var(--tertiary); border: none;}
.bg_tert a.buttlike.solid:hover {background: rgba(255, 255, 255, 0.9); } */


.bg_curves .buttlike:hover {background: var(--secondary); color: white; border: 1px solid var(--secondary);}

.fullwidth_slider .buttlike:hover {background: var(--primary); color: white; border: 1px solid var(--primary);}

.menu_trigger {display: inline-block; width: 35px; height: 35px; background-repeat: no-repeat; background-position: center center; margin-right: 30px;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_316_8396)'%3E%3Cpath d='M22 0H0V1.55288H22V0Z' fill='white'/%3E%3Cpath d='M22 15.3654H0V16.9183H22V15.3654Z' fill='white'/%3E%3Cpath d='M22 7.65H0V9.20288H22V7.65Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_316_8396'%3E%3Crect width='22' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.scroll-up .menu_trigger {filter: brightness(0) saturate(100%) invert(18%) sepia(43%) saturate(0%) hue-rotate(242deg) brightness(98%) contrast(82%);}

.close_menu {
  width: 35px; height: 35px; background-repeat: no-repeat; background-position: center center; background-image: url(../img/X.svg);
  position: fixed; top: 20px; right: 20px; filter: brightness(0) saturate(100%);
}
.close_menu:hover {opacity: .8; }

.menu_holder {
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.scroll-down .menu_holder,
.scroll-up .menu_holder,
.alt_menu .menu_holder  {
  position: fixed; background: white; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); padding-bottom: 0; 
}

.alt_menu .menu_holder  {padding-bottom: 10px; }
.scroll-down.alt_menu .menu_holder,
.scroll-up.alt_menu .menu_holder  {padding-bottom: 0; }

/* .scroll-down .top_head { display: none; } */

.logo_small {display:none;}

.scroll-down .logo_normal,
.scroll-up .logo_normal {
  display: none;
}

.scroll-down .logo_small,
.scroll-up .logo_small {
  display: block;
}

.alt_menu  img.logo_normal {filter: brightness(0) saturate(100%) invert(23%) sepia(0%) saturate(1180%) hue-rotate(144deg) brightness(104%) contrast(96%);}



.menu_inner {display: flex; align-items: center; justify-content: space-between; padding: 0; }

.menu_logos {padding: 0 0 0 30px; margin-top: -33px; height: 82px; }
.menu_logos img {-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.menu {padding: 0 30px 0 0;}

.menu ul,
.top_head ul {list-style: none; padding: 0; margin: 0; }

.menu li,
.top_head li {display: inline-block; }

.menu li a {display: inline-block; color: white; font-size: 16px; line-height: 19px; padding: 29px 15px 29px 15px; font-weight: 600;}
.alt_menu .menu li a { color: var(--txt); }

.submenu {padding-top: 3px; display: none; position: absolute; z-index: 100; top: 100%; left: 50%; transform: translateX(-50%); }
.menu li:last-child .submenu {left: auto; right: 0; transform: none; }

.menu li ul {background: white; border-radius: 6px; overflow: hidden; width: 240px; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); margin-top: 3px;}

.menu > ul > li:hover > a {opacity: .8; }

.menu li:hover .submenu, .menu li:focus-within .submenu {display: block; }

.menu li li {border-top: 1px solid var(--bg1); display: block;}
.menu li li:first-child {border-top: none;}

.menu li li a {color: var(--txt); display: block; padding: 17px 20px;  font-weight: 400;}

.menu li.hasSub > a {margin-right: 8px;}
.menu li.hasSub.active:after {content: ""; position: absolute; bottom: 15px; left: 50%; width: 48px; height: 3px; background: white; margin: 0 0 0 -24px;}

.menu li.hasSub > a:after {content: ""; position: absolute; top: 50%; right: 0; width: 8px; height: 8px; background-repeat: no-repeat; background-position: center center; background-image: url(../img/dd.svg); margin: -4px 0 0 0;}

.menu li li:hover a {background: var(--bg1); }

.top_head {/*border-bottom: 1px solid rgba(217, 217, 217, .3);*/ margin: 0 0 1px 0; padding: 0 30px; display: flex; justify-content: flex-end;}
.top_head:before {content: ""; position: absolute; bottom: 0; right: 0; background: rgba(217, 217, 217, .3); z-index: 1; height: 1px; width: calc(100vw - 300px);}

.top_head li a {display: inline-block; color: white; font-size: 14px; line-height: 17px; padding: 9px 13px; font-weight: 400;}
.top_head > ul > li > a:hover {opacity: .8;}

.top_head li .submenu {display: none; position: absolute; z-index: 200; top: 100%; right: 0; padding: 0; transform: none; left: auto; }

.top_head li ul {background: white; border-radius: 6px; overflow: hidden; width: 120px; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1)}

.top_head li li a {color: var(--txt); display: block; padding: 17px 20px; font-weight: 400;}

.top_head li:hover .submenu, .top_head li:focus-within .submenu {display: block; }

.top_head li li {display: block; }

.top_head li li:hover a {background: var(--bg1); }

.top_head li.hasSub > a:after {content: ""; position: absolute; top: 50%; right: 0; width: 8px; height: 8px; background-repeat: no-repeat; background-position: center center; background-image: url(../img/dd.svg); margin: -4px 0 0 0;}

.alt_menu .top_head li.hasSub > a:after {
    filter: brightness(0) saturate(100%) invert(18%) sepia(43%) saturate(0%) hue-rotate(242deg) brightness(98%) contrast(82%);
}

.scroll-down .menu li a ,
.scroll-up .menu li a,
.dark_menu .menu li a,
.scroll-down .top_head li a ,
.alt_menu .top_head li a ,
.scroll-up .top_head li a  {
  color: var(--txt);
}

.scroll-down .menu li.hasSub > a:after,
.scroll-up .menu li.hasSub > a:after,
.dark_menu .menu li.hasSub > a:after,
.scroll-down .top_head li.hasSub > a:after ,
.dark_menu .top_head li.hasSub > a:after ,
.scroll-up .top_head li.hasSub > a:after  {
  filter: brightness(0) saturate(100%) invert(18%) sepia(43%) saturate(0%) hue-rotate(242deg) brightness(98%) contrast(82%);
}

.scroll-down .menu li.hasSub.active:after,
.scroll-down .menu li.hasSub.active:after,
.dark_menu .menu li.hasSub.active:after {background: var(--primary);}


.header_search_holder {display: inline-block; margin: 0 13px 0 0; }

.header_search {position: absolute; top: 0; right: 0; width: 258px; display: none; padding: 0 0 40px 0; }
.header_search.show {display: block; }

a.search {display: inline-block;  background-position: left center; padding: 0; opacity: 1; padding: 0 0 0 25px; color: white; font-size: 14px; line-height: 35px; font-weight: 400; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
a.search:hover {opacity: .8;}

.alt_menu a.search {filter: brightness(0) saturate(100%) invert(18%) sepia(43%) saturate(0%) hue-rotate(242deg) brightness(98%) contrast(82%);}

.scroll-down a.search,
.scroll-up a.search,
.dark_menu a.search  {color: var(--txt); filter: brightness(0) saturate(100%) invert(18%) sepia(43%) saturate(0%) hue-rotate(242deg) brightness(98%) contrast(82%);
}

.search_form input {width: 100%; height: 35px; border: 1px solid #E6E6E6; padding: 0 50px 0 30px; font-size: 14px;}

.search_form input[type=submit] {width: 35px; height: 35px; border: none; border-radius: 0; padding: 0; text-indent: -9999px; background-position: center center; position: absolute; top: 0; right: 0; background-color: var(--primary); min-width: 1px;}

.search_form input[type=submit]:hover {cursor: pointer; background-color: var(--primaryhover);}

.close_header_search {display: inline-block; width: 10px; height: 10px; background-repeat: no-repeat; background-position: center center; background-size: 10px 10px; position: absolute; top: 13px; left: 13px; z-index: 5;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8232 1.32382L10.7644 0.176758L5.91142 5.0297L1.14671 0.176758L0.0878906 1.32382L4.8526 6.08852L0.0878906 10.8532L1.14671 12.0003L5.91142 7.14735L10.7644 12.0003L11.8232 10.8532L6.97025 6.08852L11.8232 1.32382Z' fill='black'/%3E%3C/svg%3E");
}

.close_header_search:hover {cursor: pointer;}

a.search, .search_form input[type=submit]{
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4525 15.5L9.20247 10.25C8.78581 10.5833 8.30664 10.8472 7.76497 11.0417C7.22331 11.2361 6.64692 11.3333 6.03581 11.3333C4.52192 11.3333 3.24067 10.809 2.19206 9.76042C1.14345 8.71181 0.619141 7.43056 0.619141 5.91667C0.619141 4.40278 1.14345 3.12153 2.19206 2.07292C3.24067 1.02431 4.52192 0.5 6.03581 0.5C7.5497 0.5 8.83095 1.02431 9.87956 2.07292C10.9282 3.12153 11.4525 4.40278 11.4525 5.91667C11.4525 6.52778 11.3553 7.10417 11.1608 7.64583C10.9664 8.1875 10.7025 8.66667 10.3691 9.08333L15.6191 14.3333L14.4525 15.5ZM6.03581 9.66667C7.07747 9.66667 7.96289 9.30208 8.69206 8.57292C9.42122 7.84375 9.78581 6.95833 9.78581 5.91667C9.78581 4.875 9.42122 3.98958 8.69206 3.26042C7.96289 2.53125 7.07747 2.16667 6.03581 2.16667C4.99414 2.16667 4.10872 2.53125 3.37956 3.26042C2.65039 3.98958 2.28581 4.875 2.28581 5.91667C2.28581 6.95833 2.65039 7.84375 3.37956 8.57292C4.10872 9.30208 4.99414 9.66667 6.03581 9.66667Z' fill='white'/%3E%3C/svg%3E");
}

.alt_menu .menu_holder {
    background: white;
}







.hero {
    width: 100%;
    z-index: 100;
    height: 100vh;
}

.hero.page_header:after,
.hero .hero_owl_item:after {content: ""; position: absolute; z-index: 10; pointer-events: none; top: 0; left: 0; width: 100%; height: 100%; background: rgba(35, 31, 32, 0.3);}

.hero.page_header.after:after {display: none; }

.hero_owl {
    height: 100%;
}

.hero_owl_item {
    height: 100vh;
}

.hero .owl-carousel .hero_owl_item img,
.hero.page_header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_desc, .hero_title {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--wrap);
    color: #fff;
    height: auto !important;
    text-align: center;
    font-size: 90px;
    line-height: 110px;
    font-family: "EugustoRegular"; font-weight: 400;
}

.hero_desc strong {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  margin: 0 0 30px 0; 
  letter-spacing: 1px;
}

.hero_desc h1,
.hero_title h1 {
  color: #fff;
  font-size: 90px;
  line-height: 110px;
  font-family: "EugustoRegular"; margin: 0; padding-top: 30px; font-weight: 400;
}
.hero_desc h3 {
  color: #fff;
}

.hero_book {
  display: inline-block; position: fixed; bottom: 30px; right: 30px; z-index: 100; background-repeat: no-repeat; background-position: center center;
  border-radius: 100px; width: 132px; height: 132px; padding: 10px 11px 11px 12px; text-align: center; 
  background-image: url(../img/shell-w.svg); background-color: var(--primary); 
}
.rotate:hover img {transform: rotate(180deg); }

.hero .owl-dots,
.slider .owl-dots,
.gallery_slider .owl-dots  {
  height: 2px;
  text-align: left;
  margin: 0 37px;
  width: auto;
  position: absolute; left: 40px; bottom: 40px; float: none; 
}
.slider .owl-dots,
.gallery_slider .owl-dots  {bottom: 28px; left: 50%; transform: translateX(-50%); margin: 0; }
.hero .owl-carousel .owl-dot,
.slider .owl-carousel .owl-dot,
.gallery_slider .owl-carousel .owl-dot {
  width: 10px;
  height: 2px;
  margin: 0;
  float: none;
  background:rgba(255, 255, 255, 0.4);
  border:0;
}
.hero .owl-carousel .owl-dot.active,
.slider .owl-carousel .owl-dot.active,
.gallery_slider .owl-carousel .owl-dot.active {background:white;}
.hero .owl-carousel .owl-dot span,
.slider .owl-carousel .owl-dot span,
.gallery_slider .owl-carousel .owl-dot span {display: inline-block;}

.hero .img_counter,
.slider .img_counter,
.gallery_slider .img_counter {color: white; width: calc(100% + 80px); position: absolute; top: 0; left: 0; display: flex; justify-content: space-between; margin: 0 0 0 -40px;     pointer-events: none;}
.hero .img_counter span,
.slider .img_counter span,
.gallery_slider .img_counter span {display: inline-block; width: 40px; height: 20px; margin: -4px 0 0 0; line-height: 20px;}






.footer {background: var(--txt); padding: 82px 0 64px 0; }

.container {display: flex; width: 100%; justify-content: space-between; gap: 70px; }

.container > div {flex: 1; }

.flogo {width: 100%; max-width: 210px; display: block;}
.flogo img:first-child {width: 100%; height: auto;  }

.social {padding: 30px 0 0 0; display: flex; justify-content: space-between; width: 100%; max-width: 230px; }
.social a:hover {opacity: .8;}

.footer h5,
.footer .h5 {color: #fff; font-size: 15px; font-family: "Inter", sans-serif; margin: 0 0 15px 0; text-transform: none;}

.footer ul {margin: 0 0 30px 0; padding: 0; }
.footer ul:last-child {margin: 0; }

.footer li {padding: 0 0 10px 0; }
.footer li a {color: var(--quartary); font-size: 15px; }
.footer li a:hover {color: #fff; }

.copyright, .copyright a {color: var(--quartary); font-size: 12px; line-height: 14.5px;}
.copyright a:hover {color: white;}

.flangs {display: flex; justify-content: flex-end;}

.flangs img {width: 16px; height: auto; border-radius: 8px; margin: 0 10px 0 0; }

.flangs ul {list-style: none; margin: 0; padding: 0; border: 1px solid #fff; width: 140px; text-align: left; }

.flangs ul ul {display: none; position: absolute; z-index: 5; top: 100%; left: -1px; width: 100%; background: var(--bg1); border: none; width: calc(100% + 2px);}
.flangs ul li:hover ul, .flangs ul li:focus-within ul {display: block; }

.footer .flangs li {padding: 0 0 0 0;}
.footer .flangs li li {border-top: 1px solid var(--bg1);}

.flangs li a {display: block; padding: 8px 16px; color: white;}
.flangs > ul:first-child > li > a {padding: 8px 32px 8px 16px;}
.flangs > ul:first-child > li > a:after {
  content: ""; position: absolute; top: 50%; right: 16px; margin: -5px 0 0 0; width: 10px; height: 10px; 
  background-repeat: no-repeat; background-position: center center; background-image: url(../img/dd.svg);
}
.flangs li li a {color: var(--txt);}
.flangs li li a:hover {color: var(--txt); background: white;}

.align_items_canter {display: flex; align-items: center;}


.flogos {padding: 56px 0; background-color: #353535;}

.fsep {width: 1px; height: 60px; display: inline-block; background-color: var(--grey2);}

.flogos_wrap {display: flex; align-items: center; justify-content: space-between;}

.flogos_wrap a:hover {opacity: .8; }

.blogos {padding: 20px 0; background-color: #fff;}
.blogos_wrap {display: flex; align-items: center; justify-content: space-between;}

.blogos_wrap .col {display: flex; align-items: center; }
.blogos_wrap .col a {margin: 0 25px 0 0;}
.blogos_wrap .col a:last-child {margin: 0 0 0 0;}

.blogos_wrap .col:last-child img {/*margin: 0 0 0 25px;*/}







section {padding: 80px 0; max-width: 100vw; margin: 0 auto; overflow: hidden;  }
section.noOverflow, section.about.pt-0 {overflow: unset; }
section.intro {padding: 220px 0 80px 0;}
section.booking {padding: 40px 0;}
section.about {padding: 100px 0;}
section.newsletter,
section.centered_links,
section.forecast {padding: 60px 0;}
section.about2 {padding: 0;}

.booking_wrap {max-width: 1140px; display: flex; justify-content: space-between; gap: 20px; margin: 0 auto;}
.booking_wrap .col {flex: 1;}
.booking_wrap input,
.booking_wrap button {width: 100%; height: 48px; }

.booking_wrap input {border: 1px solid var(--border-lite); padding: 0 16px 0 50px; background-color: white; font-size: 16px; font-family: "Inter", sans-serif; border-radius: 40px;}
.booking_wrap button {border: 1px solid var(--primary); padding: 0 16px; background: var(--primary); color: white; font-size: 14px; cursor: pointer; border-radius: 40px; font-family: "Inter", sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 0.04em;}
.booking_wrap button:hover {border: 1px solid var(--primaryhover); background: var(--primaryhover); color: white; }

.cal1 {background-repeat: no-repeat; background-position: 16px center; background-image: url(../img/cal1.svg);}
.cal2 {background-repeat: no-repeat; background-position: 16px center; background-image: url(../img/cal2.svg);}
.promo {background-repeat: no-repeat; background-position: 16px center; background-image: url(../img/promo.svg);}






.waterman_logo {max-width: 100%; height: auto; margin-bottom: -65px;}

.grid3 {display: flex; justify-content: space-between; gap: 30px;}

.grid_item {flex: 1; width: calc(100% / 3 - 20px);}

.grid_item h2 {font-size: 56px; line-height: 78px; font-weight: 400; margin: -22px 0 30px 0; }





/* Changed by sumic - dynamic link generation
.split_links {width: 100%; display: flex;}
.split_links.sl3 {justify-content: center;}


.split_links a {
  width: 50%; display: inline-block; text-align: left; height: 50px; display: flex; align-items: center; padding: 0 0 0 16px;
  font-size: 13px; line-height: 17px;
}
.split_links.sl3 a {
  width: 33.3%; 
}
.split_links a:first-child {text-align: right; border-right: 2px solid var(--txt); padding: 0 16px 0 0;  justify-content: flex-end;}
.split_links.sl3 a:last-child {text-align: left; border-left: 2px solid var(--txt); padding: 0 0 0 16px;  }
.split_links.sl3 a:nth-child(2) {text-align: center; width: auto; }
.split_links.sl3 a:nth-child(2) span {display: block;  width: 100%; padding-right: 16px;  }
*/
.split_links {width: 100%; display: flex;justify-content: center;}
.split_links a {
	display: inline-block;  height: 50px; display: flex; align-items: center; 
	font-size: 13px; line-height: 17px;
	border-right: 2px solid var(--txt);
	text-align: center;
	padding:0 16px;
}
.split_links a:last-child {text-align: left; border-width:0;}
.split_links a:first-child {text-align: right;  justify-content: flex-end;  border-right: 2px solid var(--txt);}






.about_wrap {display: flex; align-items: center; width: 100%; gap: 0;}
.about_wrap + .about_wrap, .about_wrap + .content_wrap {margin-top: 80px;}
.about_wrap + .about_wrap.hasDoubleImgs {margin-top: 80px !important;}
/* .reverse .about_wrap + .about_wrap.hasDoubleImgs {margin-top: 0 !important;} */
.about_wrap.hasDoubleImgs + .about_wrap.hasDoubleImgs {margin-top: 80px !important;}
.about_wrap.has_vert_split + .about_wrap, .about_wrap.has_vert_split + .content_wrap {margin-top: 160px;}
.prev_has_vert_split .wrap > .about_wrap, .prev_has_vert_split .wrap > .content_wrap {margin-top: 60px;}
.about_wrap .col:first-child img {width: 100%; height: auto;}
.about_wrap .col img.bestprice,
.about_wrap2 .col img.bestprice,
.about_wrap .col img.bestprice.right {width: auto; position: absolute; top: calc(25% - 11% - 50px); left: calc(25% - 11% - 50px); z-index: 5; height: auto; max-width: 100px; }
.about_wrap .col img.bestprice.right,
.about_wrap2 .col img.bestprice {right: calc(25% - 11% - 45px); top: calc(25% - 11% - 70px); left: auto; height: auto; max-width: 100px; }
.about_wrap .col {width: 50%; flex: 1; }
.about_wrap .col .txt {padding-left: 120px;}
/* .about_wrap .col .txt p {padding-left: 90px;} */
/* .about_wrap .col .txt p:before {content: ""; position: absolute; top: 15px; left: 0; width: 60px; height: 1px; background: var(--txt);} */
/* .about_wrap .col .txt .butt_holder {margin-left: 90px;} */
.about2 .about_wrap .col .txt {width: 100%; padding-right: var(--margin);}
.about2.bg_prim .about_wrap .col .txt,
.about2.bg_prim .about_wrap .col .txt h2 {color: white; }
.about2.bg_prim .about_wrap .col .txt p:before {background: white;}

.about_wrap:nth-child(even) .col:not(.arch_img) {order: 1; }
.about_wrap:nth-child(even) .col.arch_img {order: 2;}

.about_wrap:nth-child(even) .col:not(.arch_img) .txt {padding: 0 120px 0 0; text-align: right; }
.about_wrap.about_wrap.hasDoubleImgs .col:not(.arch_img) .txt {
    padding: 0 0 0 120px !important;
    text-align: left !important;
}

.reverse .about_wrap:nth-child(odd) .col:not(.arch_img) {order: 1; }
.reverse .about_wrap:nth-child(odd) .col.arch_img {order: 2;}
.reverse .about_wrap:nth-child(odd) .col:not(.arch_img) .txt {padding: 0 120px 0 0; text-align: left; }

.reverse .about_wrap:nth-child(even) .col:not(.arch_img) {order: 2; }
.reverse .about_wrap:nth-child(even) .col.arch_img {order: 1;}
.reverse .about_wrap:nth-child(even) .col:not(.arch_img) .txt {padding: 0 0 0 120px; text-align: left; }

.about_wrap .col:not(.arch_img) .txt.center {text-align: center !important; }





.about h1 {font-size: 38px; line-height: 50px; }


.fullwidth_container {width: 100%; display: flex; gap: 0; justify-content: flex-start; align-items: center; }

.fullwidth_left_col {margin-left: var(--margin); width: calc(var(--wrap) / 3 + 12px);}

.fullwidth_container .carousel {  
  width: calc(var(--wrap) - var(--wrap) / 3 + var(--margin) - 12px); padding: 130px 0; overflow: hidden;
}
.fullwidth_container .carousel .slider_2-3 {  
  width: calc(var(--wrap) - var(--wrap) / 3);
}



.carousel_left_txt {padding-right: 32px;}

.carousel h3 {/*font-size: 24px; font-weight: 500; line-height: 29px; font-family: "Inter", sans-serif; margin: 0 0 20px 0;*/}

.carousel p {/*font-size: 16px; line-height: 22px; color: var(--txt-lite); */}

.carousel_item_txt {background: white; padding: 24px; }

.carousel .item {box-shadow: 0 0 60px rgba(0, 0, 0, 0.15); }
.carousel .item > a {display: block; }

.carousel .slider_2-3 .item {box-shadow: none; }

.carousel .owl-nav {
  position: absolute;
  top: 0;
  margin: -70px 0 0 0;
  width: 130px;
  right: 0; left: auto; bottom: auto;
  z-index: 100; 
}

.bg_sec h2,
.bg_tert h2 { margin: 0 0 30px 0;}

.bg_sec .carousel_left_txt p,
.bg_tert .carousel_left_txt p {color: white; font-size: 17px; line-height: 28px; margin-bottom: 30px;}

.carousel .slider_2-3  .owl-nav {margin: -60px 0 0 0; color: white; }

.carousel .slider_2-3  .owl-nav .owl-prev:after,
.carousel .slider_2-3  .owl-nav .owl-next:after {filter: none;}

.slider_2-3  .owl-prev, .slider_2-3  .owl-next,
.slider_3-3  .owl-prev, .slider_3-3  .owl-next {
  top: 0;
}

.img_counter {text-align:center; font-size:14px; font-weight: 700;}

.sticker {position: absolute; z-index: 5; top: 24px; left: 24px; background: white; padding: 10px 12px; font-size: 14px; font-weight: 600; line-height: 17px;}


.rewards {display: flex; justify-content: space-between;}
.reward {padding: 32px; border: 2px solid var(--border-lite); border-radius: 8px; background-color: white; }

.centered_links {font-size: 22px; line-height: 27px; font-weight: 600; }
.centered_links span {display: inline-block; margin: 0 16px; font-weight: 400; }



.newsletter_wrap {display: flex; justify-content: space-between; align-items: center; font-size: 14px; gap:20px;}

.newsletter_wrap .col:first-child span {padding: 0 16px; display: inline-block;}

.newsletter_form {display: flex; gap: 0; }

.newsletter_form input {
  border: 1px solid var(--grey); height: 44px; padding: 0 10px 0 46px; font-size: 14px; min-width: 180px;
  background-repeat: no-repeat; background-position: 16px center; background-image: url(../img/inewsletter.svg);
}

.newsletter_form button {border: 1px solid var(--grey); height: 44px; padding: 0 32px; margin: 0 0 0 -1px; cursor: pointer; font-size: 12px; font-weight: 700; }
.newsletter_form button:hover {border: 1px solid var(--txt);  }






.popup {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(35, 31, 32, 0.3);
  display: none;
  align-items: stretch;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3300;
  gap: 20px;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popup.alt {
  background: transparent;
  position: absolute; height: 100vh; align-items: flex-end; z-index: 999;
  pointer-events: none;
}

.popup_holder {
  max-height: calc(100vh - 60px);
  background: white;
  width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.popup_holder.alt {
  width: 680px;
  padding: 28px;
  flex-direction: row;
  border-radius: 8px;
  pointer-events: all;
}

.popup_txt {color: var(--txt);}
.popup_txt h3 {font-size: 18px; line-height: 22px; font-weight: 600; font-family: "Inter", sans-serif; margin: 20px 0;}
.popup_txt p {font-size: 14px; line-height: 17px; margin: 0 0 20px 0;}

.popup .close,
.location .close {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index: 10; 
  background-color: var(--txt); border: 2px solid white; border-radius: 30px; width: 30px; height: 30px; padding: 2px; 
  background-repeat: no-repeat; background-position: center center; background-image: url(../img/X.svg);
}
.popup .close:hover,
.location .close:hover {transform: scale(1.1);}

.popup.alt .close {
  top: 10px;
  right: 10px;
  background-color: transparent; border: none; border-radius: 0; padding: 0; 
  background-image: url(../img/X.svg);
  filter: brightness(0) saturate(100%);
}

.popup.alt .blue .close {
  filter: none;
}

.popup.open {display: flex;}


.popup_holder .readmore:after {
    margin: -2px 0 2px 5px;
    filter: brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(872%) hue-rotate(349deg) brightness(86%) contrast(85%);
    content: url(../img/arr_r.svg);
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.popup_holder .readmore:hover:after {filter: brightness(0) saturate(100%);}

.popup_holder.blue .readmore:after {
    filter: brightness(0) saturate(100%) invert(100%) ;
}



.popup_holder.blue{background:var(--tertiary);}
.popup_holder.blue .popup_txt, .popup_holder.blue h3, .popup_holder.blue .readmore, .popup_holder.blue .readmore:after  {color: white;}

.popup_holder.blue .readmore:hover {color: var(--txt);}
.popup_holder .readmore:hover:after {filter: brightness(0) saturate(100%) invert(23%) sepia(28%) saturate(0%) hue-rotate(231deg) brightness(93%) contrast(93%);;}









.gmap {width:100%; height: 640px; background: #ddd; padding: 0;}

.contact {padding: 0;}

.contact_wrap {width: 100%; display: flex; max-width: 1920px;  margin: 0 auto;}

.contact_l {background: white; width: 40%; padding: 100px 100px 100px var(--margin);}

.contact_l h4 {font-family: "Inter", sans-serif; font-weight: 600; font-size: 16px; line-height: 1.2; }

.contact_l p {font-size: 16px; line-height: 180%; margin-bottom: 30px; }

.contact_r {width: 60%; padding: 100px var(--margin) 100px 100px;}

.cta h3 {font-size: 58px; line-height: 78px; margin-bottom: 30px;}







.form_wrap {display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin: 0 -10px; justify-content: center;}

.form_wrap .col-1-1 {width: 100%; padding: 10px;}
.form_wrap .col-1-2 {width: 50%; padding: 10px;}
.form_wrap .col-1-3 {width: 33.3%; padding: 10px;}

.captcha img {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 5; 
}
.rounded_inputs .captcha img {
  top: 11px;
  right: 11px;
  z-index: 5; border-radius: 0 30px 30px 0;
}

.mail_info {font-size: 14px; line-height: 17px; color: var(--txt);}
.help-block {font-size: 15px;margin:0;}
.help-block.help-block-error{color:red;}
.input_container input[type=file]{display:none}

.response {width: 100%; padding: 10px;}



section.cikcak {padding: 0;}

.cikcak_wrap {background: transparent; padding: 80px 0; }

.cikcak_wrap .wrap {display: flex; align-items: center;}

.cikcak_img, 
.cikcak_img.slider {width: 50%; padding: 0 120px 0 88px;  }

.cikcak_img img {width: 100%; height: auto; }

.cikcak_wrap:nth-child(even) .cikcak_img {order: 2; padding: 0 88px 0 120px;}


.cikcak_txt {width: 50%; color: var(--txt); padding: 0 88px 0 0;}
.cikcak_wrap:nth-child(even) .cikcak_txt {padding: 0 0 0 88px; order: 1; }

.cikcak_txt h5 + h3 {padding-top: 20px; }




.cikcak .cikcak_wrap .cikcak_img {order: 1;  padding: 0 120px 0 88px;}
.cikcak .cikcak_wrap:nth-child(even) .cikcak_img {order: 2; padding: 0 88pxx 0 120p;  }
.cikcak .cikcak_txt {padding: 0 88px 0 0; order: 2;}
.cikcak .cikcak_wrap:nth-child(even) .cikcak_txt {padding: 0 0 0 88px; order: 1; }


.cikcak.reverse .cikcak_wrap .cikcak_img {order: 2;  padding: 0 88px 0 120px;}
.cikcak.reverse .cikcak_wrap:nth-child(even) .cikcak_img {order: 1; padding: 0 120px 0 88px;  }
.cikcak.reverse .cikcak_txt {padding: 0 0 0 88px; order: 1;}
.cikcak.reverse .cikcak_wrap:nth-child(even) .cikcak_txt {padding: 0 88px 0 0; order: 2; }


.noPadd .cikcak_img, 
.noPadd .cikcak_img.slider {padding: 0 32px 0 0;  }

.noPadd .cikcak_txt {padding: 0 0 0 120px;  }
.reverse .noPadd .cikcak_txt {padding: 0 120px 0 0;  }





.cikcak.alt .wrap {width: 100%; }

.cikcak.alt .cikcak_img {width: calc(50% + 30px);}
.cikcak.alt .cikcak_txt {width: calc(50% - 30px); padding: 0 var(--margin) 0 90px; }
.cikcak.alt .cikcak_wrap:nth-child(even) .cikcak_txt {padding: 0 90px 0 var(--margin); }
.cikcak.alt .cikcak_img {max-width: 960px;}

.cikcak_txt_inner {padding-left: 90px; }
.cikcak_txt_inner:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  height: 1px;
  background: var(--txt);
}

.cikcak.alt .cikcak_wrap {background: var(--bg1); padding: 0; margin-bottom: 100px; }

.cikcak .slide_meta span {font-size: 17px;}
















.short_info {text-align:center;}

.short_info span {font-size: 28px; line-height: 40px; display: block; width: 100%; max-width: 850px; margin: 0 auto; }

.short_info h5 + span {padding-top: 10px;  }

.short_info h3 {font-family: "EugustoRegular"; font-size: 60px; line-height: 60px; font-weight: 400;  }

.short_info span + a.buttlike {margin-top: 30px;  }

/* .about ul {list-style: none; margin: 0 0 30px 0; padding: 0; list-style-position: inside; } */
.about ul:last-child {margin: 0;  }

/* .about ul li {padding: 5px 0 5px 32px;  background-image: url(../img/li.svg); background-repeat: no-repeat; background-position: left 10px;} */

section:not(.footer) ul {list-style: none; padding: 0; margin: 0 0 15px 0; }
section:not(.footer) ul:last-child {margin: 0; }
section:not(.footer) ul li {padding: 5px 0 5px 32px;  }
section:not(.footer) ul li:after {content: ""; position: absolute; top: 9px; left: 0; width: 18px; height: 19px; background-image: url(../img/default-bullet.svg); background-repeat: no-repeat; }
section:not(.footer) .large_txt ul li:after {top: 13px; }
.text_white ul li:after {filter: brightness(100) saturate(100%) !important; }

/* section:not(.footer) ul.default {list-style: disc; padding: 0 0 0 20px;  } */
section:not(.footer) ul.default li {padding: 0;  /*background-image: none;*/}
section:not(.footer) ul.default li:after {display: none; }

section:not(.footer) ul.default, 
section:not(.footer) ul.default ul {
  list-style: revert;
  padding: 0 0 0 20px;
  /* margin: 0; */
}


section.content {padding: 100px 0;width:100%;overflow:hidden;}
.content_wrap {margin: 0 auto;}
.w620 {width: 100%; max-width: 620px;}
.w700 {width: 100%; max-width: 700px;}
.w760 {width: 100%; max-width: 760px;}

.content h4 {text-transform: none; font-size: 17px; line-height: 28px; margin: 0 0 20px 0; font-weight: 700; }

.content ul {margin: 0 0 30px 15px; padding: 0; list-style-position: inside; }


.abs_images {width: 100%; margin: 0 0 30px 0;}
.abs_images picture {display: inline-block; width: 300px; position: absolute; top: 50%; transform: translateY(-50%);}
.abs_images picture:first-of-type {right: 100%; margin-right: 30px;}
.abs_images picture:last-of-type {left: 100%; margin-left: 30px; }


.positions {padding: 100px 0;}
/* .positions_wrap {} */

.position {display: flex; align-items: center; border-top: 1px solid var(--border-lite); padding: 18px 0; }
.position:first-child {border-top: none;}

.position span {display: inline-block; text-transform: uppercase; font-size: 11px; font-weight: 600; }
.position h4 {margin: 0; font-size: 20px; line-height: 40px; font-family: "EugustoRegular"; font-weight: 400; margin: 3px 0 -3px 0; text-transform: none;}
.position p {margin: 0; font-size: 16px; line-height: 19px; }
.position a {
  display: inline-block; background-repeat: no-repeat; background-position: right center; background-image: url(../img/apply.svg); padding: 0 30px 0 0;
  font-size: 13px; line-height: 20px; text-transform: uppercase; font-weight: 700; 
}
/* .position a:hover {} */

.position > *:first-child {width: 50%;}
.position > *:nth-child(2) {width: 35%;}
.position > *:last-child {margin-left: auto;}






.brands_wrap {display: flex; align-items: center; justify-content: space-between; padding-top: 45px; }

.brands_wrap a:hover {opacity: .8; }

.brands_wrap img {filter: brightness(0) saturate(100%) invert(24%) sepia(6%) saturate(0%) hue-rotate(218deg) brightness(96%) contrast(96%);}

.brands_wrap > div:first-child {width: 25%;}
.other_brands {width: 75%; border-left: 1px solid var(--txt-lite); display: flex; flex-wrap: wrap; align-items: center; gap: 40px 0;}

.other_brands a {display: inline-block; width: 33.3%; text-align: center;}



.reasons {display: flex; gap: 50px 100px; flex-wrap: wrap; margin: 0 50px; padding: 45px 0 0 0; }

.reason {width: calc(50% - 50px); padding-left: 50px; color: var(--txt-lite); }

.reason span {position: absolute; top: 6px; left: 0px; font-size: 14px; line-height: 15px; color: var(--txt);}

.reason h5 {font-size: 20px; line-height: 28px; text-transform: none; font-weight: 600; margin-bottom: 20px; }




.accordion_item {width: 100%; margin: 0 0 0;}

.accordion_title {padding: 20px 30px 20px 0; font-size: 18px; line-height: 20px; border-top: 1px solid var(--border-lite);}

.accordion_title:hover {cursor:pointer;}

.accordion_title:before,
.accordion_title:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: var(--txt);
  position: absolute;
  top: 50%;
  right: 5px;
  margin: 0;  z-index:5;
}

.accordion_title:after {
  transform: rotate(90deg); width: 14px; right: 6px;
}

.open .accordion_title:after {transform: rotate(0deg);}

.accordion_content {padding: 0; height: 0; overflow: hidden;}

.open .accordion_content {padding: 0 0 20px 0; height: auto;}



figure {margin: 0 0 30px 0; padding: 0;}
figcaption {display: block; padding: 5px 0 0 0; font-size: 12px; color: var(--txt-lite); line-height: 14px; text-transform: uppercase; letter-spacing: 1.5px;}
figcaption span {color: var(--txt); }


.downloads {width: 100%; padding: 10px 0; margin: 30px 0;}

.downloads a {display: block; padding: 10px 0 10px 45px; margin: 0; color: black; font-size: 17px; font-weight: 600; line-height: 21px; /*border-bottom: 1px solid var(--border-lite);*/ text-decoration: none !important;}
.downloads a:hover, .downloads a:hover span strong {text-decoration: none !important; }
/* .downloads a:first-child {border-top: 1px solid var(--border-lite);  } */
.downloads a span {display: block; color: var(--txt-lite); font-size: 13px; text-transform: uppercase; font-weight: 400; }
.downloads a span strong {font-weight: 600; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.downloads a:hover span strong {text-decoration: underline; color: var(--txt); }
.downloads a img {position: absolute; top: 9px; left: 0;}


.slider { width: 100%; overflow: hidden; }
#sync2 { margin: 15px 0 0 0; }




.gallery_slider .owl-prev, 
.gallery_slider .owl-next,
.slider .owl-prev, 
.slider .owl-next {
  width: 56px;
  height: 56px;
  margin: 0;
  background: white;
  border-radius: 50px; text-align: center;
}
.gallery_slider .owl-prev,
.slider .owl-prev {
  left: 30px;
} 
.gallery_slider .owl-next,
.slider .owl-next  {
  right: 30px;
}

.fullwidth_slider .owl-prev, 
.fullwidth_slider .owl-next {
  width: 56px;
  height: 56px;
  margin: 0;
  background: transparent;
  border-radius: 50px; text-align: center; border: none; background-color: white;
}

/* .fullwidth_slider.bg_curves .owl-prev, 
.fullwidth_slider.bg_curves .owl-next {
  border: 1px solid var(--secondary); background-color: var(--tertiary);
} */

.fullwidth_slider .owl-nav .owl-prev:hover,
.fullwidth_slider .owl-nav .owl-next:hover {
	background-color: var(--secondary) !important;
}

.fullwidth_slider .owl-nav .owl-prev {
	transform: rotate(180deg);
}

.fullwidth_slider .owl-prev.disabled, 
.fullwidth_slider .owl-next.disabled,
.fullwidth_slider .owl-prev.disabled:hover, 
.fullwidth_slider .owl-next.disabled:hover {
  opacity: 0.4; background-color: white; pointer-events: none;
}

/* .fullwidth_slider.bg_curves .owl-prev:hover, 
.fullwidth_slider.bg_curves .owl-next:hover {
  background-color: var(--secondary);
}

.fullwidth_slider.bg_curves .owl-prev:after,
.fullwidth_slider.bg_curves .owl-next:after {
  filter: brightness(0) saturate(100%) invert(64%) sepia(8%) saturate(1251%) hue-rotate(141deg) brightness(97%) contrast(85%);
}
.fullwidth_slider.bg_curves .owl-prev:hover:after,
.fullwidth_slider.bg_curves .owl-next:hover:after {
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(14%) hue-rotate(193deg) brightness(103%) contrast(100%);
}
.fullwidth_slider.bg_curves .owl-prev.disabled,
.fullwidth_slider.bg_curves .owl-next.disabled {
  background-color: var(--tertiary);
} */

.gallery_slider .owl-prev:after, 
.gallery_slider .owl-next:after,
.fullwidth_slider .owl-prev:after, 
.fullwidth_slider .owl-next:after,
.slider .owl-prev:after, 
.slider .owl-next:after {
  width: 56px;
  height: 56px;
  background-size: 16px auto; -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
  background-image: url(../img/arr_circ.svg);
}

.gallery_slider .owl-prev:hover:after, 
.gallery_slider .owl-next:hover:after,
.fullwidth_slider .owl-prev:hover:after, 
.fullwidth_slider .owl-next:hover:after,
.slider .owl-prev:hover:after, 
.slider .owl-next:hover:after {
  background-image: url(../img/arr_circ_w.svg);
}

/* .gallery_slider .owl-prev:hover:after, 
.gallery_slider .owl-next:hover:after,
.fullwidth_slider .owl-prev:hover:after, 
.fullwidth_slider .owl-next:hover:after {
   background-size: 20px auto; 
} */

.owl-prev.disabled, 
.owl-next.disabled {
  opacity: 0.4;
}
.slider .owl-prev.disabled, 
.slider .owl-next.disabled {
  opacity: 0; cursor: default;
}

.fullwidth_slider .carousel {
  padding-top: 20px;
}

.fullwidth_slider h2 {
  padding-right: 235px;
}

.fullwidth_slider .carousel .owl-nav {
  margin: -100px 0 0 0;
  width: 190px;
}

.fullwidth_slider .owl-prev, 
.fullwidth_slider .owl-next {top: 0;}

.fullwidth_slider .img_counter {
  line-height: 56px; font-weight: 400; pointer-events: none;
}









.locations {height: calc(100vh - 80px); width: 100%; background: #ccc; }

.location {/*position: absolute; */z-index:99; background: white; box-shadow: 0 0 60px rgba(0, 0, 0, 0.15); padding: 20px; border-radius: 6px; display: flex; gap: 20px; flex-direction: column; width: 360px; }

.location_logo {text-align: center;}

.location h3 {margin: 0; font-size: 20px; line-height: 24px; font-weight: 600; font-family: "Inter", sans-serif;}

.location p {margin: 0; font-size: 16px; line-height: 22px; }





.large_txt {padding: 0 0 30px 0;}

.large_txt p,
.large_txt li {font-size: 22px; line-height: 36px;  }


.results h3 {margin: 0 0 5px 0; font-size: 20px; line-height: 24px; font-weight: 600; font-family: "Inter", sans-serif;}

.results span {display: block; padding: 0 0 15px 0;}

.results p {color: var(--txt-lite);}

.results li {margin: 0 0 15px 0; }

.results a:hover h3 {color: var(--primary);}

.search2 {padding: 0 0 50px 0; }

.search2.search_form input[type=submit] { width: 60px; height: 60px; }

.search2.search_form input {
  height: 60px;
  padding: 0 70px 0 30px;
  color: var(--txt);
  font-size: 20px;
}


.pager {width:100%; padding: 30px 0; }
.pager a {display:inline-block; width:50px; height:50px; text-align:center; line-height:50px; color:var(--txt); background-color: #eee; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

.pager span {display:inline-block; width:50px; height:50px; text-align:center; line-height:50px; color:var(--txt);}

.pager a.active, .pager a:hover {color:#fff; background:var(--primary);}
.pager a.active img, .pager a:hover img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(339deg) brightness(105%) contrast(101%);}

.content_wrap  {position: static; }

.txt a {text-decoration: underline;}

.sidebar_l {position: absolute; top: 6px; left: 0; width: 180px; }

.meta {width: 100%; padding: 0 0 28px 0; }

.meta span {text-transform: uppercase; font-size: 11px; line-height: 14px; letter-spacing: 1px; display: block;}

.meta a:hover img {opacity: 0.7;}

.packages {display: flex; gap: 30px; padding: 30px 0 0 0; flex-wrap: wrap; justify-content: flex-start;}

.package {display: block; width: calc(33.3% - 60px/3); background: white; padding: 30px 30px 80px 30px; }

.package h4,
.package ul,
.package p {margin: 0 0 15px 0;}

.package_price {
  position: absolute; bottom: 0; left: 30px;
  border-top: 1px solid #c4c4c4; width: calc(100% - 60px); display: flex; align-items: center; justify-content: space-between; padding: 16px 0 30px 0;
} 

.package_price span {display: inline-block; line-height: 30px; font-weight: 600; } 
.package_price span:first-child {font-size: 17px;} 
.package_price span:last-child {font-size: 24px;} 

.package .center span.num {display: inline-block; border-radius: 100px; width: 52px; line-height: 52px; text-align: center; background: var(--secondary); }
.caption {display: block; text-transform: uppercase; font-size: 16px; }



.highlights {display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 20px 30px; padding: 60px 0 0 0; }

.highlight {width: calc(33.3% - 20px); line-height: 28px; font-size: 16px; min-height: 28px;}

.highlight span {display: inline-block; width: 100%; padding: 0 0 0 86px;}
.highlights.alt .highlight span {padding: 0 0 0 40px;}

.highlight span:before {content: ""; width: 26px; height: 1px; background: var(--txt); position: absolute; top: 14px; left: 43px;}
.highlights.alt .highlight span:before {display: none;}

.highlight img {position: absolute; top: 0; left: 0; }



.ggrid {display: flex; flex-wrap: wrap; gap: 30px; }

.ggrid .item {width: calc(25% - 90px / 4);}
.ggrid > a {display: none;}
.ggrid a.item {display: block;}
.ggrid a.item img, .ggrid .item img, .ggrid div {width: 100%; height: auto;}





.ggrid .item.i3d:before,
.ggrid .item.i360:before,
.ggrid .item.iyt:before,
.popup_gallery .item.iyt:before {
  content: ""; position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none;
  background-color:rgba(35, 31, 32, 0.5); background-position: center center; background-repeat: no-repeat;
}

.ggrid .item.i3d:before {background-image: url(../img/i3d.svg);}
.ggrid .item.i360:before {background-image: url(../img/i360.svg);}
.ggrid .item.iyt:before, 
.popup_gallery .item.iyt:before {background-image: url(../img/iyt2.svg);}



.slide_meta {width: 100%; display: flex; line-height: 16px; padding: 0 0 20px 0;  }
.center .slide_meta {justify-content: center; }
.slide_meta div {display: flex; padding-right: 15px; align-items: center; gap: 5px; color: var(--txt);}
.slide_meta img {height: 20px !important; width: auto; display: inline-block; margin: 0 5px 0 0; }
.slide_meta.alt img {height: 20px !important; }
.slide_meta span {display: inline-block; white-space: nowrap;}
.slide_meta.alt span {font-weight: 600;}

.slide_meta > div {padding-left: 0; }
.slide_meta > div[class] {padding: 0 25px 0 35px; line-height: 20px; background-position: 5px center; background-repeat: no-repeat; background-size: contain;}
.slide_meta sup {position:absolute; top: -0.5em}

.carousel .slide_meta div {font-size: 14px; }
.carousel .slide_meta img {height: 14px !important; }
.carousel .slide_meta.alt img {height: 18px !important; }
.carousel .carousel_item_txt {color: var(--txt-lite); }
.carousel .slide_meta {padding: 0 0 15px 0;  }


a.arrow,
span.arrow {
  display: inline-block; padding: 0 33px 0 0; color: white; text-transform: uppercase; font-size: 14px; font-weight: 500; 
  background-repeat: no-repeat; background-position: calc(100% - 10px) center; background-image: url(../img/arrow_w.svg);
}
a.arrow:hover,
span.arrow:hover,
a:hover span.arrow {background-position: right center; }

.fullwidth_slider_overlay .carousel_item_txt {
  background: transparent; padding: 30px; position: absolute; z-index: 5; left: 0; bottom: 0; width: 100%;
}

.fullwidth_slider_overlay .carousel h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 10px 0;
  color: white; 
}

.fullwidth_slider_overlay .item:hover {transform: scale(1.05);}

.butt_holder .buttlike {margin: 0 16px 0 0;}







.feat_icons {display: flex; justify-content: space-evenly; width: 100%;}

.feat_icon {width: auto; min-width: 100px; font-size: 18px;  align-items: center; justify-content: center; display: flex; }
.feat_icon:first-child {border-left: none; }
.feat_icon img {margin-right: 11px; }
.feat_icons .line {width: 1px; height: 44px; background: #c4c4c4;}



.inquiry {display: flex; flex-wrap: wrap; gap: 24px; }

.inp1 {width: 100%;}
.inp3 {width: calc(33.3% - 48px / 3);}

.inquiry input, 
.inquiry select {padding-left: 50px; }

.iuser,
.iphone,
.itel,
.iuser2,
.imail,
.itel2,
.itel3,
.ipersons,
.itime,
.icountry {background-repeat: no-repeat; background-position: 16px center; }

.captcha input {padding-left: 20px;}

.bg_curves .inquiry .buttlike:hover {
  background: var(--secondaryhover);  border: 1px solid var(--secondaryhover);
}


.items_list {display: flex; flex-wrap: wrap; gap: 50px;}

.items_list .item {width: calc(33.3% - 100px / 3); /*box-shadow: 0px 0px 60px rgba(0,0,0,0.15);*/}

.items_list .item img {width: 100%; height: auto;}

.items_list.alt_titles p {color: var(--txt-lite);}

.items_list a.arch_img {overflow: hidden; display: block; height: auto; border-radius: 500px; }
.items_list a.arch_img:hover img {transform: scale(1.05);}






.pager {width:100%; display: flex; justify-content: center; align-items: center; gap: 3px; padding-top: 50px;}
.pager a {
  display:inline-block; width:50px; height:50px; text-align:center; line-height:50px; color:var(--txt); background-color: transparent; border-radius: 50px;
}
.pager span {display:inline-block; width:50px; height:50px; text-align:center; line-height:50px; color:var(--txt);}
.pager a.active, .pager a:hover {color:#fff; background:var(--primary);}


.directions {display: flex; width: 100%; gap: 20px; align-items: center;}

.direction span {display: block; font-size: 14px; line-height: 22px;}

.directions .buttlike {white-space: nowrap; }

.search2 input:first-child {border-radius: 50px;}
.search2 input:last-child {border-radius: 0 50px 50px 0;}


.txt a {text-decoration: underline;}



.highlight {background-size: auto 28px; background-position: top left; background-repeat: no-repeat;}






/*
font-family: "Inter", sans-serif;
font-family: "Manus";
*/


/*--------*/


@media (min-width: 992px) {
	.min-height{min-height:100px;}
}


.hero.page_header.bg {
	background-image: url(../img/default_header_h.webp);
	background-size: cover;
	background-position: center;
}
.social a{
	width:27px;
	height:27px;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
}
/* icon imgs moved to icons.css */

.response.success{background-color: rgb(209, 231, 221);color:rgb(10, 54, 34)}
.response.error{background-color: rgb(248, 215, 218);color:rgb(88, 21, 28)}

.downloads a{background: no-repeat left 9px url(../img/file-blank.svg);}
.downloads a.file-doc{background-image:url(../img/file-doc.svg);}
.downloads a.file-pdf{background-image:url(../img/file-pdf.svg);}
.downloads a.file-ppt{background-image:url(../img/file-ppt.svg);}
.downloads a.file-xls{background-image:url(../img/file-xls.svg);}
.downloads a.file-zip{background-image:url(../img/file-zip.svg);}

.direction span:after{content: url(../img/arr_r.svg);}
.direction span:last-of-type:after{content: '';}
.buttlike.offer:hover {background: var(--secondaryhover); color: white;}

.hero, .fullwidth_slider {width: 100%; overflow: hidden; z-index: 99; }
.hero {z-index: 100; }

.gallery_slider .owl-carousel .owl-item .owl-lazy {
    opacity: 1; 
}

.txt .slide_meta > div:first-child {
  /* padding-left: 0; */
}

.room-detail .txt .txt_inner p:before {
  display: none;
}

.about_wrap .col .txt .txt_inner p:before {
  display: none;
}

.room-detail .txt .txt_inner {
  padding-left: 90px;
}

.about_wrap .col .txt .txt_inner {
  padding-left: 90px;
}

.room-detail .txt .txt_inner p {
  padding-left: 0;
}

.about_wrap .col .txt .txt_inner p {
  padding-left: 0;
}
.room-detail .txt .txt_inner:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  height: 1px;
  background: var(--txt);
}

.about_wrap .col .txt .txt_inner:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  height: 1px;
  background: var(--txt);
}








#panorama {width:100%;height: 800px;}

.flogos2 {display: flex; width: 100%; align-items: center; justify-content: flex-end; gap: 20px; }
.flogos2 a:hover img {transform: scale(1.1); }
.flangs {justify-content: flex-start;}


.hero_map {width: 100%; height: 100vh; padding: 122px 0 0 0; background: #ccc; transition: none !important; }
.hero_map .map {width: 100%; height: calc(100vh - 113px);  }
.locations, .map, .gmap, .locations *, .map *, .gmap * {transition: none !important; }
.alt_title .hero_desc { position: static; transform: none; width: 100%; }
.alt_title .hero_desc h1 {color: #3f3f3f; text-align: left; }
.g-recaptcha{z-index:2}
.fullwidth_slider .owl-stage, .items_list {display: flex; align-items: stretch;}
.owl-stage .owl-item .item {height: 100%; background: white;}
.items_list .item {text-align: center; }
.items_list .carousel_item_txt {    background: transparent;    padding: 24px 0;}
.items_list .slide_meta {justify-content: center;}



a.feat_icon:hover img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(34%) saturate(282%) hue-rotate(349deg) brightness(88%) contrast(83%);
}

@media (min-width: 992px) {.about2 .about_wrap .col .txt { padding-top: 15px; padding-bottom: 15px;}}
/* limit edge case */
.top_head, 
.menu_inner, 
.hero.page_header, 
.booking, 
.about_wrap,
.cikcak_wrap .wrap {
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
	.about2 .about_wrap .col .txt, .cikcak.alt .cikcak_txt { padding-right: 310px; }
	.cikcak.alt .cikcak_wrap:nth-child(2n) .cikcak_txt { padding-left: 310px; }
}
.hero.page_header, .hero_owl_item, .popup.alt { max-height: min(1080px, 62.5vw);}
.popup_holder.alt { max-height: min(940px, calc(56.25vw - 140px), calc(100vh - 140px)); }
.popup_txt {overflow: auto;}
@media (orientation: portrait) and (max-width: 1080px) {
	.hero.page_header, .hero_owl_item, .popup.alt { max-height: 100vw;}
	.popup_holder.alt { max-height: min(calc(100vw - 140px), calc(100vh - 140px)); }
}
@media (orientation: portrait) and (max-width: 600px) {
	.hero.page_header, .hero_owl_item, .popup.alt { max-height: 177.778vw;}
	.popup_holder.alt { max-height: min(calc(177.778vw - 140px), calc(100vh - 140px)); }
}



/****************************************************** 7.10.25 */

.fullwidth_slider_overlay .item a:after {content: ""; position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; background: rgba(35, 31, 32, 0.3);}
.fullwidth_slider_overlay .carousel_item_txt {z-index: 6;}

.fullwidth_slider .carousel_item_txt,
.items_list .carousel_item_txt  {/*padding-bottom: 69px;*/ position: static; }
.fullwidth_slider .carousel_item_txt:not(:has(.buttlike)) {padding-bottom: 24px;  }
.fullwidth_slider .hasButton .carousel_item_txt {padding-bottom: 69px;  }

.fullwidth_slider.fullwidth_slider_overlay .carousel_item_txt {padding-bottom: 24px; position: absolute; }
/* .fullwidth_slider.fullwidth_slider_overlay .carousel_item_txt:not(:has(.buttlike)) {padding-bottom: 24px;  } */

.fullwidth_slider .carousel_item_txt .buttlike,
.items_list .buttlike {position: absolute; bottom: 24px; left: 24px;  }

@media (max-width: 767px) {
    .fullwidth_slider .carousel_item_txt {padding-bottom: 24px;  }
}
/*
.grecaptcha-badge {
  margin-bottom: 56px;
}
*/






/************************************************************************** KAKTUS */

/* .accommodation {display: flex; width: 100%; gap: 30px; justify-content: flex-start;} */

.acc { width: 100%;  }

.acc_img {margin-bottom: 26px; display: block; height: auto; overflow: hidden; }
.acc_img img {width: 100%; height: auto; }
.acc_img:hover img {transform: scale(1.1); }

.discover {display: inline-block; text-transform: uppercase; font-size: 14px; line-height: 20px; font-weight: 600; padding-right: 30px; background-repeat: no-repeat; background-position: right center; background-image: url(../img/discover_arr.svg); margin-top: 10px; text-decoration: none !important;}

.double_imgs {display: flex; align-items: flex-start; gap: 30px; }

.double_imgs img {width: calc(50% - 15px) !important; }



.asymm_slider {width: 100%; overflow: hidden; padding: 75px 0;  }

.asymm_slider .owl-nav {bottom: -34px; }

.our_team_img {position: absolute; top: 75px; left: 25%; z-index: 55; transform: translate(-50%, -50%); }
.our_team_img_holder {z-index: 100; }
.our_team_img_holder .our_team_img {position: absolute; z-index: 55;  top: auto; bottom: 0; left: auto; right: 70px;  transform: translate(0, 50%); }

.asymm_item {padding-bottom: 45px; }
.asymm_img {width: 75%; margin-left: 25%; overflow: hidden; z-index: 1; }
.asymm_img img {width: 100%; height: auto;  }
.asymm_rotated {display: inline-block; position: absolute; top: 65px; left: 0; height: 16px; }
.asymm_rotated span {
  display: inline-block;transform-origin: top left; transform: rotate(-90deg) translate(-100%, 0); 
  margin-bottom: -7px; text-transform: uppercase; font-size: 14px; line-height: 16px; letter-spacing: 0.1em; 
}

.asymm_txt {width: 50%; padding-left: 10%; margin-top: -91px; z-index: 5; }




.asymm_slider.alt .asymm_txt {width: 100%; padding: 0 10%; margin-top: 0; column-count: 2; column-gap: 80px; }
.asymm_slider.alt .asymm_txt h3 {column-span: all; }





/* .asymm_slider .owl-nav {
  position: absolute;
  top: auto; bottom: 45px; 
  margin: 0;
  width: 232px;
  left: auto; right: 0; 
}

.asymm_slider .owl-prev, 
.asymm_slider .owl-next {
  background: transparent;   top: 0;  width: 100px;  height: 14px;
}

.asymm_slider .owl-prev:hover, 
.asymm_slider .owl-next:hover {opacity: .7; }

.asymm_slider .owl-prev {transform: rotate(180deg); margin-top: -1px; }

.asymm_slider .owl-prev:after,
.asymm_slider .owl-next:after {background-image: url(../img/arr-long-r.svg); width: 100px;  height: 14px; filter: none; } */

.owl-nav {
  position: absolute;
  top: auto; bottom: 45px; 
  margin: 0;
  width: 232px;
  left: auto; right: 0; 
}

.asymm_slider.alt .owl-nav {bottom: -20px; }

.gallery_slider .owl-nav {
  top: 50%; bottom: auto;
  width: 100%;
  left: 0; right: auto; 
}

.owl-prev, 
.owl-next {
  background: transparent; top: 0;  width: 100px;  height: 14px;
}

.owl-nav .owl-prev:hover, 
.owl-nav .owl-next:hover {opacity: .7; background-color: transparent !important; }

.gallery_slider .owl-nav .owl-prev:hover, 
.gallery_slider .owl-nav .owl-next:hover {opacity: 1; background-color: var(--secondary) !important; }

.gallery_slider .owl-prev {transform: rotate(180deg); }

/* .owl-prev {transform: rotate(180deg); margin-top: -1px; } */

.owl-prev:after {background-image: url(../img/arr-long-l.svg); width: 100px;  height: 14px; filter: none; }
.owl-next:after {background-image: url(../img/arr-long-r.svg); width: 100px;  height: 14px; filter: none; }

.owl-prev:hover:after,
.owl-next:hover:after {filter: none; }

.owl-prev.disabled:hover, .owl-next.disabled:hover {
    opacity: 0.4;
}




.img_sect {padding: 0;}
.img_sect img {width: 100%; height: auto;}

.center, .centered {text-align: center; }
.txt.left {text-align: left !important; }




.about_wrap.has_vert_split {height: 100%; align-items: stretch;}

.about_wrap.has_vert_split .txt {height: 100%; }

.vert_split {display: flex; gap: 30px; padding: 44px 0 0 32px; flex-direction: column; justify-content: space-between; height: 100%; }

.about_wrap:nth-child(even) .col:not(.arch_img) .vert_split {padding: 44px 32px 0 0;  }

.reverse .vert_split {padding: 44px 32px 0 0; }
.reverse .about_wrap:nth-child(even) .col:not(.arch_img) .vert_split {padding: 44px 0 0 32px;  }

/* .slider2imgs {overflow: hidden; } */

.slider2imgs .owl-nav {
  bottom: -45px; 
  left: 50%; margin-left: -116px;   
}

.slider2imgs {padding-bottom: 58px; margin-bottom: -58px; overflow: hidden;}
/*
.mob_order_1 {order: 1 !important; }
.mob_order_2 {order: 2 !important; }
*/

.michelin {display: inline-block; position: absolute; bottom: 30px; right: 30px; z-index: 999;}




.about_wrap2 {width: 100%; display: flex; align-items: center; gap: 100px; }
.about_wrap2 .col {width: calc(50% - 50px);  }
.about_wrap2 .col {width: calc(50% - 50px);  }

.arch_img img + p {margin-top: 50px; }

.opening_hours {display: flex; padding: 24px; border-radius: 24px; border: 1px dashed black; margin: 40px 0; width: 100%; }

.oh {flex-basis: 33.3%; flex-grow: 1; text-align: center; border-left: 1px dashed rgba(0, 0, 0, 0.3); padding: 0 5px; }
.oh:first-child {border-left: none; }

.oh span {display: block; text-transform: uppercase; font-weight: 600; }

img.resp {width: 100%; height: auto; }


.booktable {position: absolute; z-index: 5; top: 0; right: var(--margin); transform: translateY(-50%); text-align: center; }

.foodmenu {width: 100%; max-width: 1060px; margin: 0 auto; display: flex; gap: 24px 60px; flex-wrap: wrap; align-items: flex-start; padding: 30px 0 0 0; }

.foodmenu_item {width: calc(50% - 30px); padding: 0 0 0 42px; }

.foodmenu_item:before {content: ""; width: 26px; height: 1px; background: var(--txt); position: absolute; left: 0; top: 13px;  }

.foodmenu_item span, .foodmenu_item h3 {display: block; text-transform: uppercase; font-weight: 700; font-family: "Inter", sans-serif; font-size: 17px; line-height: 28px; margin-bottom: 0;}


.buttons {display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; }




.slider2imgsCentered {padding: 50px 0 64px 0;  }

.slider2imgsCentered .item {border-radius: 500px; overflow: hidden; }

.slider2imgsCentered .owl-nav {bottom: -50px;  width: 232px;  left: 50%; margin-left: -116px; }

.slider2imgsCentered a {display: block; height: auto; overflow: hidden; }
.slider2imgsCentered a:hover img {transform: scale(1.05); }



.contact_data {display: flex; justify-content: space-between; gap: 20px;  }

.cd {flex-basis: 25%; display: flex; justify-content: center; flex-grow: 1;}

.cd_item {padding: 0 0 0 56px; width: auto; margin: 0 auto; display: inline-block;  }
.cd_item img {position: absolute; top: 8px; left: 0;   }
.cd_item span {display: block; font-weight: 600;    }

.cd:before {content: ""; display: block; height: 100%; width: 1px; background: var(--grey); position: absolute; top: 0; left: -10px;  }
.cd:first-child:before {display: none;  }



.large {font-size: 28px; line-height: 40px; }

.insetP {padding-left: 90px; }
.insetP p:before {content: ""; position: absolute; left: -90px; top: 13px; width: 60px; height: 1px; background: var(--txt);  }



.alt_titles h3 {font-family: "Inter", sans-serif; font-size: 24px; font-weight: 600; line-height: 30px; }

.rounded_inputs input {border-radius: 50px; }



.from {
  display: inline-block; border-radius: 100px; font-size: 20px; padding: 18px 30px 15px 30px; margin: 0 0 20px 0; 
  background: var(--secondary); font-family: "EugustoRegular";
}




.search_results .item > a {display: block; height: auto; overflow: hidden; border-radius: 50px; }
.search_results .item > a:hover img {transform: scale(1.1); }

.uppercase {
	text-transform: uppercase;
}








.room .owl-carousel .owl-stage-outer {width: 100%; overflow: hidden; }

.room .owl-stage .owl-item .item {background: transparent; }

.about_wrap .arch_img .owl-nav,
.reverse .about_wrap:nth-child(even) .arch_img .owl-nav {
    top: auto;
    bottom: -25px;
    width: 232px;
    left: auto;
    right: 0;
    margin-top: -7px; 
}
.about_wrap:nth-child(even) .arch_img .owl-nav,
.reverse .about_wrap:nth-child(odd) .arch_img .owl-nav {
    left: 0;
    right: auto;
}

.about_wrap .arch_img.all_rounded .owl-nav,
.reverse .about_wrap .arch_img.all_rounded .owl-nav {
    top: 50%;
    bottom: auto;
    width: calc(100% + 100px);
    left: -50px;
    right: -50px;
}

.scroll-offset {
  top: -100px;
  position: absolute;
}













/**/