/* ============================================================
   ////  KoboStyles  ////  
   Author: KOBO / .LifeThink 
   ============================================================ */
:root {
	--kobo_color_black: #0B1220; 
	--kobo_color_blue: #123172; 
	--kobo_color_accent: #5e5b5b;
	--kobo_color_linen: #e4e4e4;
	--kobo_color_green: #9fb2a4;
	--kobo_color_bg: #f0f0f0; 
	--kobo_color_ivory: #F7F6F0;
	--kobo_font_body: "Ubuntu Sans", sans-serif;
	--kobo_font_heading: "Ubuntu Sans", sans-serif;
	--kobo_font_weight: 400;
	--kobo_font_size_body: 16px;
	--kobo_font_size_btn: 14px;
	--kobo_font_title_sz: 34px;
	--kobo_font_title_sv: 42px;
	--kobo_font_subtitle_sz: 26px;
	--kobo_font_secitle_sz: 18px;
	--kobo_font_thtitle_sz: 14px;
	/* --kobo_slider_height: calc(100vh - 142px) !important; */
	--kobo_slider_height: 100vh !important;
	--kobo_slider_height_tours: 550px !important;
} 
/* body.has-overlay-header{
	--kobo_slider_height: 100vh !important;
} */ 
 
 ============================================================ */

/* ============================================================
	  Dev
	  ============================================================ */

.koboDev {
	background: #fffae6; 
	border: 1px dashed #d4aa00;
	color: #665500;
	font-family: monospace;
	font-size: 13px; 
	padding: 6px 10px;
	margin: 15px 0;
	border-radius: 6px;
	opacity: 0.8;
	text-align: center;
}
.koboDevRed {
	background: #ffecec;
	border: 1px dashed #cc0000;
	color: #660000;
	font-family: monospace;
	font-size: 13px;
	padding: 6px 10px;
	margin: 15px 0;
	border-radius: 6px;
	opacity: 0.9;
	text-align: center;
}
.pdEditThis {
	display: none;
	position: fixed;
	top: 200px;
	background: red;
	left: -42px;
	padding: 5px 20px;
	font-weight: bold;
	z-index: 10000;
	transform: rotate(90deg);
}
.pdEditThis a {
	color: #FFF;
	text-decoration: none !important;
}
.logged-in .pdEditThis {
	display: block !important;
}
.koboClear {
	clear: both;
}
.koboClear5 {
	clear: both;
	padding: 5px;
}
.koboClear10 {
	clear: both;
	padding: 10px;
}
.koboClear15 {
	clear: both;
	padding: 15px;
}
.koboClear20 {
	clear: both;
	padding: 20px;
}
.no-results{
	text-align: center;
}
/* ============================================================
  TOP
  ============================================================ */
.kobotop {
	float: right;
	display: flex;
	gap: 13px;
	margin-left: 50px;
	margin-top: -4px;
}
.kobobook a {
	color: #FFF;
	text-decoration: none !important;
	/* text-transform: uppercase; */
	padding: 0;
	font-weight: 400;
	font-size: var(--kobo_font_size_btn);
	padding: 10px 20px;
	background: transparent;
	border: 1px solid var(--kobo_color_black);
	letter-spacing: .12em;
}
.kobotopSfa{
	color: #FFF;
}
.hasnt-overlay-header .kobobook a,
.is-sticky .kobobook a {
	color: var(--kobo_color_black) !important;
	border: 1px solid var(--kobo_color_black) !important;
}
.has-overlay-header .kobobook a{
	color: #FFF;
	border: 1px solid #FFF;
}
.kobotopmob{
	display: none;
}
.koboclub{
	margin-right: 20px;
}
.koboclub a{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: var(--kobo_font_size_btn);
	padding: 3px 0;  
	letter-spacing: .12em;
	border-bottom: 1px solid;
}
.has-overlay-header .koboclub a{
	color: #FFF;
}
.is-sticky .koboclub a {
	color: var(--kobo_color_black); 
}
.kobotopleft {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 5px;
}
.kobotopgroup {
	width: 77px;
}
.kobotopgroup img {
	width: 100%;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	filter: none;
}
.has-overlay-header .kobotopgroup img {
	filter: brightness(0) invert(1);
}
.is-sticky .kobotopgroup img {
	filter: none;
}
.koboportal .kobotopgroup {
	display: none;
}
 
/* ==========================================================
   FINAL CSS — New Namespace: koboslider_
========================================================== */
.homeslider {
  position: relative;
  height: var(--kobo_slider_height);
  margin: 0 auto;
  overflow: hidden;
}
#koboslider_slider{
	height: 100%;
}
#koboslider_slider ul{
	margin: 0;
}
.koboslider_video {
	object-fit: cover !important;
	width: 100%;
	height: 100vh;
}

#koboslider_video_container {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
#koboslider_video_container{
	position: relative;
	overflow: hidden;
}

#koboslider_video_container::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 35%);
	z-index: 2;
	pointer-events: none;
}

#koboslider_player{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.koboslider_meta_container,
#koboslider_controls{
	position: relative;
	z-index: 2;
}

#koboslider_controls {
	width: fit-content;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
}

.koboslider_btn_icon {
	width: 40px;
	height: 40px;
	float: left;
	padding: 5px;
	border-radius: 50%;
}
.koboslider_meta_container{
	max-width: 1400px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.koboslider_title_meta{
  position:absolute;
  top:50%;
  transform:translateY(-50%) !important;
  z-index:10;
  max-width:700px;
  padding:0 20px;
  width:fit-content;
}

.koboslider_title_meta.align-center{
  left:0;
  right:0;
  margin:0 auto;
  text-align:center;
}

.koboslider_title_meta.align-left{
  left:10%;
  right:unset;
  margin:0;
  text-align:left;
}

.koboslider_title_meta.align-right{
  right:10%;
  left:unset;
  margin:0;
  text-align:right;
}

.koboslider_title_meta.align-topcenter{
  top:18%;
  left:0;
  right:0;
  transform:none;
  margin:0 auto;
  text-align:center;
}

.koboslider_title_meta.align-bottomcenter{
  top:auto;
  bottom:18%;
  left:0;
  right:0;
  transform:none;
  margin:0 auto;
  text-align:center;
}
.koboslider_title_meta.align-bottomleft{
  top:auto;
  bottom: 80px;
  left: 0;
  right:unset;
  transform:none;
  margin:0 auto;
  text-align: left;
}

.koboslider_title {
	font-size: var(--kobo_font_title_sv);
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
	line-height: 1.2;
	margin-bottom: 10px;
	color: #FFF; 
}

.koboslider_sub {
	color: #FFF;
	font-size: 16px;
} 
.koboslider_btn {
	margin: 15px 0 0;
} 
.koboslider_btn a { 
	border: 1px solid #FFF;
	padding: 10px 30px;
	text-decoration: none !important;
	background: #FFF;
	color: #000;
	border-radius: 1000px;
	font-size: 13px;
	font-weight: 600;
} 
.koboslider_item {
	height: var(--kobo_slider_height);
} 
.koboslider_bg {
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
} 
#koboslider_slider .flex-direction-nav a{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;
	font-size: 30px;
	color: #FFF;
	text-decoration: none !important;
	/* background: #000000;*/
} 
#koboslider_slider .flex-direction-nav .flex-prev{
	left: 20px;
} 
#koboslider_slider .flex-direction-nav .flex-next{
	right: 20px;
}
#koboslider_slider.kobonarrw1 .flex-direction-nav{
	display:none !important;
}
 
 
/* ============================================================
  MISC ELEM
  ============================================================ */
*,
html {
	scroll-behavior: smooth !important;
}
#book {
	scroll-margin-top: 100px;
	overflow: initial !important;
}
.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	color: #000;
	overflow: hidden;
}
.scrollD {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	z-index: 10;
	bottom: 10px;
}
.scrollDb {
	height: 20px;
	width: 1px;
	background: #FFF;
	margin: 0 auto;
}
.scrollD span {
	/* background: #0000004a; */
	padding: 1px 7px;
}
.copyrights {
	font-size: 12px;
	font-weight: 400;
	color: #FFF !important
}
.copyrights a {
	color: #FFF !important
}
.fancybox-caption {
	display: none !important;
}
.grecaptcha-badge {
	display: none !important;
}
.is-sticky #site-header-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
.is-sticky #site-logo img {
	max-width: 50px;
}
.kobohrsrow_noresults{
	text-align: center;
	font-style: italic;
}
/* ============================================================
	  BURGER MENU
	  ============================================================ */
#mobile-menu a { 
	display: flex;
	gap: 20px;
	align-items: center;
}
.kobomenunav {
	width: 35px;
	height: 2px;
	background: #FFF;
}
.kobomenunavb {
	width: 35px;
	height: 2px;
	background: #FFF;
	margin: 7px 0;
}
.kobomenunavc {
	width: 35px;
	height: 2px;
	background: #FFF;
}
.kobomenunavcT {
	/* margin-top: 2px; */
	color: #FFF;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
}
/* .hasnt-overlay-header .kobomenunav,
.hasnt-overlay-header .kobomenunavb,
.hasnt-overlay-header .kobomenunavc {
	background: var(--kobo_color_black);
}
.is-sticky .kobomenunav,
.is-sticky .kobomenunavb,
.is-sticky .kobomenunavc {
	background: var(--kobo_color_black);
} */
.kobomenunavc,
.kobomenunavb {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
/* #mobile-menu a:hover .kobomenunavb {
	width: 35px;
	background: var(--kobo_color_black);
}
#mobile-menu a:hover .kobomenunavc {
	width: 30px;
} */
.is-sticky .kobomenunavcT,
.hasnt-overlay-header .kobomenunavcT {
	color: var(--kobo_color_black);
}
.kobomobmenu{
	position: absolute;
	left: 20px;
	bottom: 30px;
	display: flex;
	gap: 20px;
	align-items: center; 
	flex-wrap: wrap;
} 
.kobo-club-bm{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	padding: 3px 0;
	letter-spacing: .12em;
	border-bottom: 1px solid;
}
.kobo-book-bm{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	text-transform: uppercase; 
	font-weight: 400;
	font-size: 13px;
	padding: 10px 20px;
	background: transparent;
	border: 1px solid !important;
	letter-spacing: .12em;
}
.kobomobmsoc{
	
}
.kobomobmsocTitle{
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
	font-size: 18px;
	margin: 0 0 10px;
}
.kobomobmsocR{
	font-size: 16px !important;
	line-height: 26px !important;
}
.koboespa{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1000;
	max-width: 300px;
}

.koboespa img{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display:block;
}

/* close button */
.koboespaClose{
	position:absolute;
	top:-8px;
	right:-8px;
	width:22px;
	height:22px;
	background:#000;
	color:#fff;
	font-size:14px;
	line-height:22px;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
	font-weight:bold;
}
#kobo-manage-consent {
	font-size: 8px;
}
#kobo-manage-consent span:nth-child(2){
	/* left: unset !important;
	right: 16px; */
	font-size: 9px;
} 
.kobomobmenubg{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 100vh;
	position: revert;
}
.kobomobmenubgL{
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.kobomobmenubgL img{
	max-width: 150px;
	margin: 0 auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.kobomobmenudat{
	position: absolute;
	left: -220px;
	bottom: 30px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.kobomobmenudatSocial{
	display: flex;
	gap: 20px;
}
/* ============================================================
  BUTTONS
   ============================================================ */

.koboBtn{
	 background:transparent;
	 color:var(--kobo_color_blue);
	 border:0;
	 padding:0;
	 display:inline-block;
	 vertical-align:middle;
	 text-align:left;
	 position:relative;
   
	 text-transform:uppercase;
	 text-decoration:none !important;
	 font-size:var(--kobo_font_size_btn);
	 letter-spacing:1px;
	 font-weight:500;
   
	 transition:color .35s ease;
   }
   
   /* base subtle line */
   .koboBtn::before{
	 content:"";
	 position:absolute;
	 left:0;
	 right:0;
	 bottom:-0.25rem;
	 height:1px;
	 background: var(--kobo_color_blue);
	 opacity:.5;
   }
   
   /* animated accent line */
   .koboBtn::after{
	 content:"";
	 position:absolute;
	 left:0;
	 right:0;
	 bottom:-0.25rem;
	 height:2px;
	 background:var(--kobo_color_accent, var(--kobo_color_blue));
	 transform:scaleX(0);
	 transform-origin:left;
	 transition:transform .35s ease;
   }
   
   .koboBtn:hover{
	 color:var(--kobo_color_accent, var(--kobo_color_blue)) !important;
   }
   
   .koboBtn:hover::after{
	 transform:scaleX(1);
   }

.koboBtnW{
	border: 0;
	background: #FFF;
	color: #000;
	border-radius: 1000px;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: middle; 
	position: relative;
	text-decoration: none !important;
	font-size: var(--kobo_font_size_btn); 
	font-weight: 500;
	transition: color .35s ease;
   } 
   .koboBtnW:hover{
	 opacity: 0.7;
   }
    

.koboBtnB{
  --shine:rgba(255,255,255,.13);

  position:relative;
  isolation:isolate;          /* IMPORTANT: keeps negative z-index inside */
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:7px 25px;
  border:0;
  background:var(--kobo_color_black);
  color:#fff;

  text-transform:uppercase;
  font-size:13px;
  letter-spacing:1px;
  font-weight:500;
  overflow:hidden;
  cursor:pointer;

  transition:color .45s ease;
}

/* layers go BEHIND the text */
.koboBtnB::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,var(--kobo_color_bg),var(--kobo_color_accent));
  transform:translateX(-130%);
  transition:transform 1s cubic-bezier(.25,.46,.45,.94);
  z-index:-2;
}

.koboBtnB::after{
  content:"";
  position:absolute;
  inset:0 auto 0 -180%;
  width:55%;
  background:linear-gradient(120deg,transparent 0%,var(--shine) 50%,transparent 100%);
  transform:skewX(-18deg);
  transition:left 1.2s cubic-bezier(.25,.46,.45,.94);
  z-index:-1;
}

/* hover */
.koboBtnB:hover::before{transform:translateX(0)}
.koboBtnB:hover::after{left:180%}
.koboBtnB:hover{
  color:var(--kobo_color_black)!important; /* text visible on light gradient */
  text-decoration:none!important;
}



/* ============================================================
   Map
   ============================================================ */

#mapContact {
	width: 100%;
	height: 560px;
}
.maptitle{
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
	font-size: 20px;
	margin: 0 0 5px;
	text-transform: uppercase;
} 
.maplink a{
	color: var(--kobo_color_black);
	text-decoration: none !important;
	border-bottom: 1px solid var(--kobo_color_black);
	padding: 0 0 1px;
	font-size: 12px;
}
.gm-style-iw-chr { 
	position: absolute;
	right: 0;
	max-width: 40px;
}
.gm-style .gm-style-iw-d { 
	padding: 20px 10px 10px 8px;
}
/* ============================================================
  FOOTER
  ============================================================ */
.koboFooter {
	background: var(--kobo_color_blue);
	color: #FFF;
	padding: 50px 10px;
}
.koboFooterInner {
	border-bottom: 1px solid #bbbbbb7d;
	border-top: 1px solid #bbbbbb7d;
	width: min(1400px, 95%);
	margin: 40px auto 0;
	display: flex;
	gap: 20px;
	padding: 40px 0 10px;
}
.koboFooterInner>div:nth-child(1) {
	width: 30%;
}
.koboFooterInner>div:nth-child(2) {
	width: 20%;
}
.koboFooterInner>div:nth-child(3) {
	width: 20%;
}
.koboFooterInner>div:nth-child(4) {
	width: 20%;
} 

.koboFooterS {
	padding: 0 10px;
	width: 25%;
}
.koboFooterSLogo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.koboFooterSLogoI img {
	width: 90%;
	max-width: 200px; 
}
.koboFooterSTitle { 
	margin: 0 0 20px;
}
.koboFooterSTitle h4 {
	font-size: 16px;
	margin: 0; 
	font-weight: bold;
}
.koboFooterSTitleBook h4 {
	font-size: 22px;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}
.koboFooterSsmap ul {
	/* display: flex;
	flex-wrap: wrap;
	gap: 2px 14px; */
}
.koboFooterSsmap ul li {
	list-style-type: none;
	padding: 0 0 4px;
}
.koboFooterSsmap ul li a {
	color: #FFF;
	text-transform: uppercase;
}
.koboFooterSsmap ul .sub-menu{
	display: none !important;
}
.koboFooterSlinks {
	margin: 20px 0 0;
	font-size: 13px;
}
.koboFooterSlinks ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 14px;
}
.koboFooterSlinks ul li {
	list-style-type: none;
}
.koboFooterSlinks ul li a {
	color: var(--kobo_color_black);
}
.koboFootData {
	padding: 0 0 4px;
}
.koboFooterSocial {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.kobofaSocial {
	font-size: 20px;
	padding: 0 0 10px;
}
.koboFoothname{
	margin: 0 0 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.fmhtenumber{
	margin: 70px auto 0;
	max-width: 800px;
	font-size: var(--kobo_font_size_btn);
	text-align: center;
}



/* ===========================
   KOBO — Contact Info (Options-driven)
   Classes: koboContactInfo / koboContactGrid / koboContactLine / koboContactSocial
   =========================== */

.koboContactInfo{
  width: min(1200px, 95%);
  margin: 0 auto;
} 
/* Grid */
.koboContactGrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(18px, 2.8vw, 40px);
  padding: clamp(18px, 2.6vw, 34px);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
}
.koboContactGridport{
	padding: 0 0 50px;
}

/* Column */
.koboContactCol{
  min-width: 0;
}

/* Lines */
.koboContactLine{
  margin: 0 0 14px 0;
  font-size: 14px;
  line-height: 1.7;
  opacity: .9;
}

.koboContactLine strong{
  display: inline-block;
  margin-right: 8px;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  opacity: .9;
}
	.kobocontport_wrap{
	width: min(1200px, 95%);
	margin: 50px auto;
}
.kobocontport_grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:40px;
}
.kobocontport_title{
	font-family:var(--kobo_font_heading);
	font-size:var(--kobo_font_secitle_sz);
	text-transform:uppercase;
	margin-bottom:20px;
}
.kobocontport_line{
	margin:0 0 14px 0;
	font-size:14px;
	line-height:1.7;
	opacity:.9;
}
.kobocontport_line strong{
	display:inline-block;
	margin-right:8px;
	letter-spacing:.4px;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	opacity:.9;
}
.kobocontport_line a{
	color:inherit;
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,.25);
	transition:border-color .25s ease, opacity .25s ease, transform .25s ease;
}
.kobocontport_btn.koboBtn{
	font-size:10px;
}
.kobocontport_social{
	margin-top:40px;
}
.kobocontport_socialS{
	padding:0 0 10px;
}
.kobocontport_socialS a{
	color:inherit;
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,.25);
	transition:border-color .25s ease, opacity .25s ease, transform .25s ease;
}
.kobocontport_c{ clear:both; padding:15px; }
.kobocontport_sep{
	width:100%;
	border-bottom:1px solid #BBB;
	margin:0 0 50px;
}
@media(max-width:1200px){
	.kobocontport_grid{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:700px){
	.kobocontport_grid{ grid-template-columns:1fr; gap:40px; }
	.kobocontport_col{
		text-align: center;
	}
}
/* Links */
.koboContactInfo a{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  transition: border-color .25s ease, opacity .25s ease, transform .25s ease;
}

.koboContactInfo a:hover{
  border-color: rgba(255,255,255,0.55);
  opacity: 1;
}

/* Social row */
.koboContactSocial{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 10px;
}

.koboContactSocial a{
  border-bottom: 0;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  font-size: 12px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.koboContactSocial a:hover{
  border-color: rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.08);
}
 
.koboContactInfo .koboBtnW{
  border-bottom: 0 !important;
  display: inline-block;
}
 
.koboContactCol + .koboContactCol{
  position: relative;
}

.koboContactCol + .koboContactCol:before{
  content:"";
  position: absolute;
  left: calc(-1 * clamp(9px, 1.4vw, 20px));
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.08);
} 
/* kobo wedding */

.kobohwedreq{
	max-width: 760px;
	margin: 0 auto 100px;
}
.kobohwedreqTitle h3{
	text-align: center;
	font-family: var(--kobo_font_heading);
	 font-weight: var(--kobo_font_weight);
	font-size: var(--kobo_font_subtitle_sz);
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 30px;
}

/* ===========================
   KOBO — P Meta
   =========================== */

.kobohmeta{
	max-width: 1400px;
	width: 95%;
	margin: 50px auto;
	text-align: left;
}
.kobohmetasubtitle h2{
	font-size: var(--kobo_font_thtitle_sz);
	font-family: var(--kobo_font_body);
	font-weight: var(--kobo_font_weight);
	margin: 0;
	text-transform: uppercase;
}
.kobohmetatitle h1{
	font-size: var(--kobo_font_title_sz);
	font-family: var(--kobo_font_heading);
	margin: 5px 0 20px;
}
.kobohmetatext{
	max-width: 80%;
}
.kobohmetabtn{
	margin: 25px 0 0;
}
/* ===========================
   KOBO — Contact
   =========================== */
   
.koboncont{
	   max-width: 630px;
	   margin: 50px auto;
	   text-align: center;
   }	
   .kobogcontTitle h1{
	   font-size: 42px;
	   font-family: var(--kobo_font_heading);
	   font-weight: var(--kobo_font_weight);
	   text-transform: uppercase;
	   margin: 0 0 10px;
   }
   .kobogcontText{ 
	   text-align: left;
	   font-family: var(--kobo_font_heading);
   }	
   .kobonconta{
	  display: flex;
	  max-width: 1400px;
	  width: 95%;
	  margin: 0 auto 80px;
   }
   .koboncontaL{
	   width: 40%;
	   background: var(--kobo_color_linen);
	   color: var(--kobo_color_black);
	   padding: 50px 5%;
	   min-height: 500px;
   }
   .koboncontaR{
	   width: 60%;
   }
   .koboncontaMWrap{
	   margin-top: -80px;
   }
   .koboContSTitle{
	   font-family: var(--kobo_font_heading);
	   font-weight: var(--kobo_font_weight);
	   font-size: var(--kobo_font_secitle_sz);
	   margin: 0 0 10px;
   }
   .koboContS{
	   margin: 0 0 40px;
   }
   .koboContSDat{
	   margin: 0 0 7px;	
   }
   .koboContSDat a{
	   color: var(--kobo_color_black);
	   text-decoration: none !important;
   }
   .kobocontSocial{
	   display: flex;
	   gap: 20px;
   }
   .kobocontSocialS i{
	   font-size: 20px;
	   color: var(--kobo_color_black);
   }
   .koboncontb{
	   margin: 50px auto;
	   max-width: 720px;
   }
   .koboncontbTitle{ 
	   font-family: var(--kobo_font_heading);
	   font-weight: var(--kobo_font_weight);
	   font-size: var(--kobo_font_secitle_sz);
	   text-align: center;
	   margin: 0 0 40px;
   }
   .koboncontbForm{
   
   }
   /* CONTACT FORM - LUXURY STYLE */
   .wpcf7 form{
	   width:min(760px, 100%);
	   margin:0 auto;
   }
   
   .contForm,
   .contFormCh,
   .reqFrom{
	   width:100%;
	   margin-bottom:22px;
   }
   
   .contForm input,
   .contForm textarea{
	   width:100%;
	   background:transparent;
	   border:none;
	   border-bottom:1px solid rgba(0,0,0,.16);
	   color: var(--kobo_color_black);
	   padding:0 0 16px;
	   font-size:15px;
	   font-weight:400;
	   line-height:1.7;
	   letter-spacing:.02em;
	   border-radius:0;
	   box-shadow:none;
	   outline:none;
	   transition:all .35s ease;
	   -webkit-appearance:none;
	   appearance:none;
	   font-family:inherit;
   }
   
   .contForm input{
	   height:56px;
   }
   
   .contForm textarea{
	   min-height:140px;
	   resize:vertical;
	   padding-top:10px;
   }
   
   .contForm input::placeholder,
   .contForm textarea::placeholder{
	   color:var(--kobo_color_black);
	   opacity:1;
	   letter-spacing:.08em;
	   text-transform:uppercase;
	   font-size:13px;
   }
   
   .contForm input:focus,
   .contForm textarea:focus{
	   border-bottom-color:var(--kobo_color_black);
   }
   
   .contForm textarea:focus{
	   box-shadow:none;
   }
   
   /* checkbox */
   .contFormCh{
	   font-size: 15px;
	   line-height: 1;
	   color: var(--kobo_color_black);
	   position: relative;
   }
   
   .contFormCh .wpcf7-form-control-wrap{
	   display:inline-block;
	   margin-right:10px;
	   vertical-align:top;
   }
   
   .contFormCh input[type="checkbox"]{
	   width:16px;
	   height:16px;
	   margin:4px 10px 0 0;
	   accent-color: var(--kobo_color_black);
	   cursor:pointer;
   }
   
   .contFormCh a{
	   color: var(--kobo_color_black);
	   text-decoration:none;
	   border-bottom:1px solid rgba(136,165,152,.35);
	   transition:all .3s ease;
   }
   
   .contFormCh a:hover{
	   color: var(--kobo_color_black);
	   border-bottom-color: var(--kobo_color_black);;
   }
   
   /* submit */
   .reqFrom{
	   margin-top:34px;
   }
   
   .reqFrom input[type="submit"]{
	   display:inline-block;
	   background:transparent;
	   border:1px solid var(--kobo_color_black);
	   color: var(--kobo_color_black);
	   padding:17px 38px;
	   min-width:230px;
	   text-align:center;
	   font-size:14px;
	   font-weight:600;
	   letter-spacing:.24em;
	   text-transform:uppercase;
	   cursor:pointer;
	   transition:all .35s ease;
	   -webkit-appearance:none;
	   appearance:none;
   }
   
   .reqFrom input[type="submit"]:hover{
	   background:var(--kobo_color_black);
	   border:1px solid var(--kobo_color_black); 
	   color: #FFF;
   }
   
   .reqFrom input[type="submit"]:focus{
	   outline:none;
	   box-shadow:none;
   }
   
   /* validation */
   .wpcf7-not-valid-tip{
	   margin-top:8px;
	   font-size:11px;
	   letter-spacing:.04em;
	   color:#b35b5b;
   }
   
   .wpcf7 form.invalid .wpcf7-response-output,
   .wpcf7 form.unaccepted .wpcf7-response-output,
   .wpcf7 form.payment-required .wpcf7-response-output{
	   margin:25px 0 0;
	   padding:14px 18px;
	   border:1px solid rgba(179,91,91,.25);
	   background:rgba(255,255,255,.45);
	   color:#8f5f5f;
	   font-size:14px;
	   line-height:1.7;
   }
   
   .wpcf7 form.sent .wpcf7-response-output{
	   margin:25px 0 0;
	   padding:14px 18px;
	   border:1px solid rgba(136,165,152,.35);
	   background:rgba(255,255,255,.45);
	   color:#6b8278;
	   font-size:12px;
	   line-height:1.7;
   }
   
   .koboClear{
	   clear:both;
   }
   
   /* optional spacing if labels/errors break flow */
   .wpcf7-form-control-wrap{
	   display:block;
   }
	
   
   
   /* mobile */
   @media (max-width: 767px){
	   .contForm,
	   .contFormCh,
	   .reqFrom{
		   margin-bottom:18px;
	   }
	   
	   .contForm input,
	   .contForm textarea{
		   font-size:14px;
		   padding:0 0 14px;
	   }
	   
	   .contForm input{
		   height:40px;
	   }
	   
	   .contForm textarea{ 
	   }
	   
	   .contForm input::placeholder,
	   .contForm textarea::placeholder{
		   font-size:10px;
		   letter-spacing:.14em;
	   }
	   
	   .reqFrom{
		   margin-top:26px;
	   }
	   
	   .reqFrom input[type="submit"]{
		   width:100%;
		   min-width:100%;
		   padding:16px 24px;
	   }
	   
	   .contFormCh{
		   font-size:11px;
		   line-height:1.8;
	   }
   }
  
/* ===========================
   KOBO — P Meta
   =========================== */
   
.koboTopTours{
	width: min(1400px, 95%);
	margin: 80px auto;
}
.koboToursp{
	margin: 0 auto 80px;
}

.koboTopTours__head{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 28px;
}

.koboTopTours__head h2{
	margin: 0;
	font-size: 30px;
	color: var(--kobo_color_black);
}

.koboTopTours__head p{
	margin: 6px 0 0;
	font-size: 17px;
	color: #444;
}

.koboTopTours__all{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: var(--kobo_color_black);
	text-decoration: none !important;
}

.koboTopTours__grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.koboTourCard__image{
	display: block;
	aspect-ratio: 1.42 / 1;
	overflow: hidden;
	border-radius: 4px;
}

.koboTourCard__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}

.koboTourCard:hover .koboTourCard__image img{
	transform: scale(1.04);
}

.koboTourCard__body{
	padding: 14px 0 0;
}

.koboTourCard__titleRow{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.koboTourCard__titleRow h3{
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}

.koboTourCard__titleRow h3 a{
	color: #11194d;
	text-decoration: none !important;
}

.koboTourCard__badges{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.koboTourCard__badges span{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	color: #333;
}

.koboTourCard__badges span::before{
	content: "";
	width: 4px;
	height: 16px;
	background: #f28c18;
	border-radius: 99px;
	display: inline-block;
}

.koboTourCard__hours{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	font-size: 14px;
	color: #d96b42;
}

.koboTourCard__bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
}

.koboTourCard__price{
	display: flex;
	align-items: baseline;
	gap: 8px;
	color: var(--kobo_color_blue);
}

.koboTourCard__price span,
.koboTourCard__price small{
	font-size: 13px;
	font-weight: 700;
}

.koboTourCard__price strong{
	font-size: 21px;
}

.koboTourCard__actions{
	display: flex;
	align-items: center;
	gap: 8px;
}
.koboTourCard__book_btn,
.koboTourCard__view,
.koboTourCard__book{
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
}

.koboTourCard__view{
	color: var(--kobo_color_blue);
}
.koboTourCard__book_btn,
.koboTourCard__book{
	background: #00b821;
	color: #fff;
	padding: 7px 11px;
	border-radius: 4px;
	height: 29px;
}




@media (max-width: 900px){
	.koboTopTours__grid{
		grid-template-columns: 1fr;
	}

	.koboTopTours__head{
		align-items: flex-start;
		flex-direction: column;
	}

	.koboTourCard__bottom{
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Kobo Full Banner */
 .kobobanfull {
	 margin: 50px auto;
 }
 
 .kobobanfull_in {
	 position: relative;
	 width: 100%;
	 height: 720px;
	 display: flex;
	 overflow: hidden;
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
 }
 
 .kobobanfull_in::before {
	 content: "";
	 position: absolute;
	 inset: 0;
	 background: rgb(0 0 0 / 30%);
	 z-index: 1;
 }
 
 .kobobanfull_video {
	 position: absolute;
	 inset: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 z-index: 0;
 }
 
 .kobobanfull_meta {
	 position: relative;
	 z-index: 2;
	 color: #fff;
	 padding: 100px 50px;
	 max-width: 700px;
 }
 
 .kobobanfull_title h3 {
	 font-family: var(--kobo_font_heading);
	 font-size: var(--kobo_font_title_sv);
	 line-height: 1.2;
	 text-transform: uppercase;
	 margin: 0 0 10px;
 }
 
 .kobobanfull_text {
	 margin: 0 0 20px;
 }
 
 /* Positions */
 .kobobanfull_in--topleft {
	 align-items: flex-start;
	 justify-content: flex-start;
	 text-align: left;
 }
 
 .kobobanfull_in--topright {
	 align-items: flex-start;
	 justify-content: flex-end;
	 text-align: left;
 }
 
 .kobobanfull_in--center {
	 align-items: center;
	 justify-content: center;
	 text-align: center;
 }
 
 .kobobanfull_in--bottomleft {
	 align-items: flex-end;
	 justify-content: flex-start;
	 text-align: left;
 }
 
 .kobobanfull_in--bottomright {
	 align-items: flex-end;
	 justify-content: flex-end;
	 text-align: left;
 }
 
/* ======================================================
   
   KOBO  Promo Cols
   
   ====================================================== */
  
  .kobopromosCols {
	  padding: 50px 0;
  }
  
  .kobopromosCols__inner {
	  width: min(1200px, 95%);
	  margin: 0 auto;
	  display: flex;
	  justify-content: center;
	  gap: 22px;
  }
  
  .kobopromosCols__item {
	  width: 33.333%;
	  /* max-width: 360px; */
  }
  
  .kobopromosCols__image {
	  width: 100%;
	  aspect-ratio: 1 / 1.35;
	  overflow: hidden;
	  margin-bottom: 18px;
  }
  
  .kobopromosCols__image img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;
  }
  
  .kobopromosCols__subtitle {
	  font-size: var(--kobo_font_thtitle_sz);
	  font-family: var(--kobo_font_body);
	  text-transform: uppercase;
	  margin-bottom: 8px;
  }
  
  .kobopromosCols__title {
	  font-size: var(--kobo_font_subtitle_sz);
	  font-family: var(--kobo_font_heading);
	  font-weight: 400;
	  margin: 0 0 22px;
  }
  
  .kobopromosCols__text {
	  font-size: var(--kobo_font_size_body);
	  font-family: var(--kobo_font_body);
	  line-height: 1.6;
	  margin-bottom: 28px;
  }
  
  .kobopromosCols__image {
	  position: relative;
	  overflow: hidden;
  }
  
  .kobopromosCols__image img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;
	  transition: transform .7s cubic-bezier(.22,.61,.36,1);
	  will-change: transform;
  }
  
  /* Hover */
  .kobopromosCols__item:hover .kobopromosCols__image img {
	  transform: scale(1.06);
  }
  
  @media (max-width: 767px) {
	  .kobopromosCols {
		  padding: 20px 0 40px;
	  }
  
	  .kobopromosCols__inner {
		  width: 88%;
		  flex-direction: column;
		  gap: 46px;
	  }
  
	  .kobopromosCols__item {
		  width: 100%;
		  max-width: none;
	  }
  
	  .kobopromosCols__image {
		  aspect-ratio: 1 / 1.25;
	  }
  }
  
  /* Kobo Single Tour */
  
 .kobostourp {
	  max-width: 1400px;
	  width: 95%;
	  margin: 50px auto;
	  display: flex;
	  gap: 20px;
  }
  .kobostourcat{
	  display: inline-flex;
	  align-items: center;
	  gap: 8px;
	  flex-wrap: wrap;
  }
  .kobostourcat span{
	  display: inline-flex;
	  align-items: center;
	  gap: 6px;
	  font-size: 11px;
	  color: #333;
  }
  .kobostourcat:before{
	  content: "";
	  width: 4px;
	  height: 16px;
	  background: #f28c18;
	  border-radius: 99px;
	  display: inline-block;
  }
  .kobostourcat h2{
	  font-size: var(--kobo_font_thtitle_sz);
	  font-family: var(--kobo_font_body);
	  font-weight: var(--kobo_font_weight);
	  margin: 0;
	  text-transform: uppercase;
  }
  .kobostourptitle h1 {
	  font-size: var(--kobo_font_title_sz);
	  font-family: var(--kobo_font_heading);
	  margin: 5px 0 20px;
	  max-width: 80%;
  }
  .kobostourpL {
	  flex: 0 0 70%;
	  min-width: 0;
  } 
  .kobostourpR {
	  flex: 0 0 30%;
	  min-width: 0;
  } 
  .touslider {
	  height: var(--kobo_slider_height_tours);
  }
  .touslider .koboslider_item {
	  height: var(--kobo_slider_height_tours);
  }
  .kobostourContent{
	  margin: 40px 0 0;
  }
  
  .kobostourHighlights{
	  margin: 50px 0 20px;
	 padding: 38px 42px;
	  border-radius: 6px;
	  background: #f7f7f7;
  }
  
  .kobostourHighlights h2{
	  font-size: var(--kobo_font_subtitle_sz);
	  line-height: 1.1;
	  margin: 0 0 30px;
	  color: var(--kobo_color_black);
  }
  
  .kobostourHighlights__list{
	  display: flex;
	  flex-direction: column;
	  gap: 18px;
  }
  
  .kobostourHighlights__item{
	  display: flex;
	  align-items: flex-start;
	  gap: 14px;
	  font-size: var(--kobo_font_secitle_sz);
	  line-height: 1.45;
	  color: var(--kobo_color_black);
  }
  
  .kobostourHighlights__item span{
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 18px;
	  color: var(--kobo_color_black);
	  margin-top: 5px;
	  flex-shrink: 0;
  }
  
  .kobostourHighlights__item div p{
	  margin: 0;
  }
  
  .kobostourIncludeWrap{
	  display: flex;
	  flex-direction: column;
	  gap: 14px;
	  margin: 25px 0;
  }
  
  .kobostourInclude{
	  padding: 38px 42px;
	  border-radius: 6px;
  }
  
  .kobostourInclude--yes{
	  background: #edf4f8;
  }
  
  .kobostourInclude--no{
	  background: #f7efed;
  }
  
  .kobostourInclude h3{
	  font-size: var(--kobo_font_subtitle_sz);
	  line-height: 1.1;
	  margin: 0 0 30px;
	  color: var(--kobo_color_black);
  }
  
  .kobostourInclude__list{
	  display: flex;
	  flex-direction: column;
	  gap: 18px;
  }
  
  .kobostourInclude__item{
	  display: flex;
	  align-items: flex-start;
	  gap: 14px;
	  font-size: var(--kobo_font_secitle_sz);
	  line-height: 1.45;
	  color: var(--kobo_color_black);
  }
  
  .kobostourInclude__item span{
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 18px;
	  color: var(--kobo_color_black);
	  margin-top: 5px;
	  flex-shrink: 0;
  }
  
  .kobostourInclude__item div p{
	  margin: 0;
  }
  
  @media (max-width: 768px){
  
	  .kobostourHighlights{
		  padding: 28px 24px;
	  }  
	  .kobostourInclude{
		  padding: 28px 24px;
	  } 
  }
  .kobostourSpecs{
	  margin: 40px 0;
	  border: 1px solid rgb(0 0 0 / 10%);
	  border-radius: 6px;
	  overflow: hidden;
  }
  
  .kobostourSpecs__row{
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  gap: 20px;
	  padding: 18px 22px;
	  border-bottom: 1px solid rgb(0 0 0 / 10%);
  }
  
  .kobostourSpecs__row:last-child{
	  border-bottom: 0;
  }
  
  .kobostourSpecs__label{
	  display: inline-flex;
	  align-items: center;
	  gap: 12px;
	  font-size: var(--kobo_font_secitle_sz);
	  color: var(--kobo_color_black);
  }
  
  .kobostourSpecs__label span{
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  width: 22px;
	  font-size: 17px;
	  color: var(--kobo_color_black);
  }
  
  .kobostourSpecs__value{
	  font-size: var(--kobo_font_secitle_sz);
	  color: var(--kobo_color_black);
	  text-align: right;
  }
  
  @media (max-width: 768px){
  
	  .kobostourSpecs__row{
		  align-items: flex-start;
		  flex-direction: column;
		  gap: 8px;
		  padding: 16px 18px;
	  }
  
	  .kobostourSpecs__label,
	  .kobostourSpecs__value{
		  font-size: 18px;
		  text-align: left;
	  }
  }
  
/* Kobo About Rows     */

.koboAboutList{
	display: flex;
	flex-direction: column;
	gap: 100px;
	max-width: 1400px;
	width: 95%;
	margin: 50px auto; 
}

.koboAboutRow{
	display: flex;
	align-items: center;
	gap: 60px;
}

.koboAboutRow.is-reverse{
	flex-direction: row-reverse;
}

.koboAboutRow__image{
	flex: 1;
}

.koboAboutRow__image img{
	width: 100%;
	display: block;
	border-radius: 6px;
	object-fit: cover;
}

.koboAboutRow__content{
	flex: 1;
}

.koboAboutRow__content h2{
	font-size: var(--kobo_font_subtitle_sz);
	line-height: 1.1;
	color: var(--kobo_color_black);
	margin: 0 0 24px;
}

.koboAboutRow__text{ 
	line-height: 1.7;
	color: var(--kobo_color_black);
}

.koboAboutRow__text p:last-child{
	margin-bottom: 0;
}

@media (max-width: 900px){

	.koboAboutList{
		gap: 70px;
	}

	.koboAboutRow,
	.koboAboutRow.is-reverse{
		flex-direction: column;
		gap: 30px;
	} 
}


.koboTripadvisor{
	  position: absolute;
	  bottom:20px;
	  left: 20px;
	  z-index: 10;
  }
.koboTripadvisorBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 24px;
	border-radius: 999px;
	background: #34E0A1;
	color: #111 !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all .25s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
	text-decoration: none !important;
}

.koboTripadvisorBtn:hover{
	background:#2bc48e;
	color:#111;
	transform:translateY(-2px);
	box-shadow:0 14px 36px rgba(0,0,0,.18);
}

.koboTripadvisorBtn:active{
	transform:translateY(0);
}

/* .koboTripadvisorBtn::before{
	content:"★";
	font-size:18px;
	line-height:1;
} */

@media (max-width:768px){
	.koboTripadvisor { 
		bottom: 13px;
		left: 16px; 
	}
	.koboTripadvisorBtn{
		width: 100%;
		padding: 12px 12px;
		font-size: 10px;
	}
}  
 

@media (max-width: 700px){
	:root { 
		--kobo_font_title_sz: 28px;
		--kobo_font_title_sv: 30px;
		--kobo_slider_height: 450px !important;
		--kobo_slider_height_tours: 350px !important;
	}
	#site-logo img {
		max-width: 90px;
	}
	.header-one #site-logo {
		float: none;
	}
	.kobomenunavcT {
		display: none;
	}
	#site-header-inner {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 90%;
	} 	 
	#koboslider_video_container{
		height: var(--kobo_slider_height);
	}
	.koboFooterInner{
		flex-wrap: wrap;
	}
	.koboFooterInner>div:nth-child(1) {
		width: 100%;
	}
	.koboFooterInner>div:nth-child(2) {
		width: 45%;
	}
	.koboFooterInner>div:nth-child(3) {
		width: 45%;
	}
	.koboFooterInner>div:nth-child(4) {
		width: 100%;
	}
	.copyrights { 
		padding: 40px 30px;
	}
	.scrollD{
		display: none;
	}
	#koboslider_controls { 
		bottom: 10px;
		right: 10px; 
	}
	.koboslider_title_meta.align-bottomleft {
		bottom: 40px;
		left: 20px;
	}
	.kobotopmob{
		display: block;
		position: absolute;
		right: 0;
		display: flex;
		top: 43%;
		gap: 10px;
	}
	.kobotopSfa { 
		font-size: 20px;
	}
	.kobohmeta { 
		width: 90%;
		margin: 30px auto;
	}
	.kobohmetatext {
		max-width: 100%;
	}
	.koboTopTours {
		max-width: 90%;
		margin: 30px auto;
	}
	.kobobanfull_in { 
		height: 550px; 
	}
	.kobobanfull {
		margin: 25px 0;
	}
	.is-sticky #site-header-inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.is-sticky #site-logo img {
		max-width: 55px;
	}
	.is-sticky .kobotopmob { 
		top: 43%;
	}
	.kobotopbm {
		margin: 0 0 50px;
	}
	.kobomobmenuS {
		margin: 0 0 20px;
	}
	.kobomobmenuSTitle {
		margin: 0 0 10px;
		color: var(--kobo_color_black);
		font-family: var(--kobo_font_heading);
		font-weight: var(--kobo_font_weight);
	}
	.contSR{
		padding: 0 0 8px;
	}
	.kobostourp { 
		width: 90%;
		margin: 25px auto;
		flex-wrap: wrap;
	}
	.kobostourpL {
		flex: 0 0 100%; 
	}
	.kobostourpR{
		flex: 0 0 100%; 
	}
	.kobostourptitle h1 { 
		max-width: 100%;
	}
	.kobostourSpecs {
		margin: 0; 
	}
	.kobonconta {
		flex-wrap: wrap;
		gap: 40px;
	}
	.koboncontaL {
		width: 100%; 
		min-height: auto;
	}
	.koboncontaR {
		width: 100%;
	}
	.koboncontbForm {
		max-width: 90%;
		margin: 0 auto;
	}
	
	
}