/* ============================================================
   ////  KoboStyles  ////  
   Author: KOBO / .LifeThink 
   ============================================================ */
@font-face {
	font-family: 'Nos';
	src: url('../kobo/fonts/nos.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
:root {
	--kobo_color_black: #20273B;
	--kobo_color_blue: #33447e;
	--kobo_color_accent: #5e5b5b;
	--kobo_color_linen: #f5f5f5;
	--kobo_color_green: #9fb2a4;
	--kobo_color_bg: #FFF;
	--kobo_color_ivory: #F7F6F0;
	--kobo_font_body: "Play", sans-serif;
	--kobo_font_heading: "Play", sans-serif;
	--kobo_font_weight: 500; 
	--kobo_font_size_body: 17px;
	--kobo_font_size_btn: 14px; 
	--kobo_font_size_title: 32px;
	--kobo_font_size_subtitle: 24px;
	--kobo_font_size_rowtitle: 20px; 
	--kobo_slider_height: calc(100vh - 142px) !important;
}
body.has-overlay-header {
	--kobo_slider_height: 600px !important;
}

/* ============================================================
   Dev Temp Nots

 --kobo_slider_height: calc(100vh - (132px)) !important; 
 
 body.koboportal .someSelector { ... }
 body.koboaqua   .someSelector { ... }
 
 
 
 ============================================================ */

/* ============================================================
	  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 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 5px;
}
.kobobook 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: 10px 20px;
	background: transparent;
	border: 1px solid var(--kobo_color_black);
	letter-spacing: .12em;
}
.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;
}
.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;
}
.homesliderMask {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 120px;
	display: block;
	z-index: 10;
}
#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_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_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: 80px;
	right: unset;
	transform: none;
	margin: 0 auto;
	text-align: left;
}

.koboslider_title {
	font-size: var(--kobo_font_size_title);
	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: 35px 0 0;
}
.koboslider_btn a {
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px 30px;
	text-decoration: none !important;
}
.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: 120px;
	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: var(--kobo_font_size_btn);
	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: 20px;
	padding-bottom: 20px;
}
.is-sticky #site-logo img {
	max-width: 100px;
}
.kobohrsrow_noresults {
	text-align: center;
	font-style: italic;
}
.kobotopCont {
	display: flex;
	gap: 10px;
}
.kobotopContS a {
	color: #FFF;
	text-decoration: none !important;
}
.hasnt-overlay-header .kobotopContS a,
.is-sticky .kobotopContS a{
	color: var(--kobo_color_black);
}
/* ============================================================
	  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;
	right: 30px;
	bottom: 30px;
	display: flex;
	gap: 20px;
	align-items: center; */
}
.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 {
	position: fixed;
	left: unset !important;
	right: 16px;
}
.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: 20px;
	bottom: 30px;
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}
.kobomobmenudatSocial {
	display: flex;
	gap: 20px;
}
/* ============================================================
  BUTTONS
   ============================================================ */

.koboBtn {
	background: transparent;
	color: var(--kobo_color_black);
	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_accent);
	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_black));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s ease;
}

.koboBtn:hover {
	color: var(--kobo_color_accent, var(--kobo_color_black)) !important;
}

.koboBtn:hover::after {
	transform: scaleX(1);
}
 


/* ============================================================
   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);
	padding: 100px 10px;
}
.koboFooterInner {
	width: min(1500px, 95%);
	margin: 0 auto;
	display: flex;
	gap: 20px;
}
.koboFooterInner>div:nth-child(1) {
	width: 20%;
}
.koboFooterInner>div:nth-child(2) {
	width: 25%;
}
.koboFooterInner>div:nth-child(3) {
	width: 20%;
}
.koboFooterInner>div:nth-child(4) {
	width: 20%;
}
.koboFooterInner>div:nth-child(5) {
	width: 15%;
}

.koboFooterS {
	padding: 0 10px;
	color: #FFF;
}
.koboFooterSLogo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.koboFooterSLogoI img { 
	max-width: 90%;
}
.koboFooterSTitle {
	margin: 0 0 20px;
	
}
.koboFooterSTitle h4 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.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;
}
.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: #FFF;
}
.koboFootData {
	padding: 0 0 4px;
}
.koboFooterSocial {
	display: flex;
	flex-wrap: wrap; 
	gap: 15px;
}
.kobofaSocial {
	font-size: 20px;
	padding: 0 0 10px;
	color: #FFF;
}
.koboFoothname {
	margin: 0 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.fmhtenumber {  
	font-size: var(--kobo_font_size_btn);
	text-align: center;
	color: #FFF;
} 

/* ============================================================
  META P
  ============================================================ */

.kobohmeta {
	max-width: 980px;
	margin: 50px auto;
	text-align: center;
}
.kobohmetanh{
	margin: 0 auto;
}
.kobohmetaTitle h1 {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_title);
	margin: 0 0 5px;
}
.kobohmetaSubtitle h2 {
	font-family: var(--kobo_font_heading);
	font-size: var(--kobo_font_size_subtitle);
	margin: 0 0 5px;
}
.kobohmetaText {
	padding: 20px 0;
	text-align: center;
}
.kobohmetaText a{
	color: var(--kobo_color_blue);
	text-decoration: none !important;
}
.kobohmetaText ul{
	margin: 0 0 40px 40px;
}
.kobohmetaText ul li{
	list-style-type: disc;
}
.kobohmetaTextf{
	text-align: left;
}
.kobohmetaLink {}


/* =========================================
   NEWSLETTER BOX
========================================= */

.koboNl {
	border-top: 2px solid var(--kobo_color_linen);
}
.koboNlInner {
	max-width: 980px;
	margin: 0 auto;
	padding: 50px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.koboNlL {
	width: 40%;
}
.koboNlR {
	width: 60%;
}
.koboNlLTitle {
	font-family: var(--kobo_font_heading);
	font-weight: var(--kobo_font_weight);
	margin: 0 0 20px;
}
.koboNlLText {
	max-width: 300px;
}
.koboSignup {
	width: 100%;
	display: flex;
	gap: 10px;
}
.koboSignup input[type="email"] {
	background: transparent;
	color: var(--kobo_color_black);
	border: 0;
	border-bottom: 1px solid var(--kobo_color_black) !important;
	width: 100%;
	border-radius: 0;

}
.koboSignup__btn {
	background: var(--kobo_color_black);
	border-radius: 0;
	width: 100%;
}

.kobogrouplogos {
	margin: 25px auto;
	margin: 0 auto;
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: center;
	width: 90%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	border-top: 1px solid #ffffff2e;
	z-index: 10;
	padding: 30px;
}
.kobogrouplogo {
	max-width: 190px;
}
.kobogrouplogo img {
	width: auto;
	max-height: 60px;
	 filter: brightness(0) invert(1); 
}

/* Kobo Full Banner */

.koboVillaBan {
	margin: 0 auto;
} 
.koboVillaBan__in {
	position: relative;
	width: 100%;
	height: 720px;
	display: flex;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.koboVillaBan__in::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 30%);
	z-index: 2;
}

.koboVillaBan__hoverBg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .35s ease;
	z-index: 1;
	pointer-events: none;
}

.koboVillaBan__in.is-villa-hover .koboVillaBan__hoverBg {
	opacity: 1;
}

.koboVillaBan__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.koboVillaBan__meta {
	position: relative;
	z-index: 3;
	color: #fff;
	padding: 100px 50px;
	/* max-width: 700px; */
}

.koboVillaBan__title h3 {
	font-size: var(--kobo_font_size_rowtitle);
	font-family: var(--kobo_font_heading);
	line-height: 1.2;
	margin: 0 0 10px;
}

.koboVillaBan__text {
	font-size: var(--kobo_font_size_lsb);
	font-family: var(--kobo_font_heading);
	line-height: 1.2;
	padding: 10px 0;
	max-width: 600px;
}

.koboVillaBan__types {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px auto;
	justify-content: center;
}

.koboVillaBan__in--topleft {
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.koboVillaBan__in--topright {
	align-items: flex-start;
	justify-content: flex-end;
	text-align: left;
}

.koboVillaBan__in--center {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.koboVillaBan__in--bottomleft {
	align-items: flex-end;
	justify-content: flex-start;
	text-align: left;
}

.koboVillaBan__in--bottomright {
	align-items: flex-end;
	justify-content: flex-end;
	text-align: left;
}

/* kobo services home */
.travelServicesRows{
	width: 95%;
	max-width: 1280px;
	margin: 50px auto;
}
.travelServicesRowsln{
	border-top: 1px solid var(--kobo_color_blue);
}

.travelServicesRow{
	display:flex;
	align-items:center;
	gap:80px;
	padding:60px 0; 
	border-bottom: 1px solid rgb(0 0 0 / 7%);
}

.travelServicesRow__logo{
	flex:0 0 40%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.travelServicesRow__logo img{
	max-width:300px;
	width:100%;
	height:auto;
	display:block;
}

.travelServicesRow__content{
	flex:1;
}

.travelServicesRow--reverse{
	flex-direction:row-reverse;
}

.travelServicesRow--reverse .travelServicesRow__content{
	text-align:right;
}

.travelServicesRow__text{
	margin-bottom:25px;
}

.travelServicesRow__btn{
	display:inline-block;
	padding:14px 30px;
	border:1px solid #000;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.08em;
	font-size:13px;
	transition:.3s ease;
}

.travelServicesRow__btn:hover{
	background:#000;
	color:#fff;
}

@media (max-width:991px){

	.travelServicesRow,
	.travelServicesRow--reverse{
		flex-direction:column;
		gap:30px;
		text-align:center;
	}

	.travelServicesRow--reverse .travelServicesRow__content{
		text-align:center;
	}

	.travelServicesRow__logo{
		flex:auto;
	}

	.travelServicesRow__logo img{
		margin:0 auto;
	}
}

/* kobo _contact */
.kobonconta{
	display: flex;
	max-width: 100%;
	margin: 150px auto 100px;
}
.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_size_rowtitle);
	margin: 0 0 20px;
}
.koboContS{
	margin: 0 0 40px;
}
.koboContSDat{
	margin: 0 0 10px;	
}
.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);;
}

.koboCareerForm{
	width:100%;
	margin: 0 auto 100px;
}

.koboCareerForm__row{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:20px;
}

.koboCareerForm__field{
	margin-bottom:20px;
}

.koboCareerForm input,
.koboCareerForm textarea,
.koboCareerForm select{
	width:100%;
	height:54px;
	border:1px solid var(--kobo_color_black);
	background:#fff;
	padding:0 18px;
	font-size:15px;
	color:var(--kobo_color_black);
	outline:none;
	box-sizing:border-box;
}

.koboCareerForm textarea{
	height:150px;
	padding-top:16px;
	resize:none;
}

.koboCareerForm input::placeholder,
.koboCareerForm textarea::placeholder{
	color:rgba(51,68,126,.65);
}

.koboCareerForm input:focus,
.koboCareerForm textarea:focus{
	border-color:var(--kobo_color_black);
}

.koboCareerForm input[type="file"]{
	padding:15px 18px;
	height:auto;
	background:#f5f6fa;
}

.koboCareerForm__submit input{
	width:auto;
	min-width:190px;
	height:54px;
	background:#33447e;
	color:#fff;
	border:1px solid #33447e;
	padding:0 32px;
	text-transform:uppercase;
	letter-spacing:.08em;
	font-size:13px;
	cursor:pointer;
	transition:.3s ease;
}

.koboCareerForm__submit input:hover{
	background:#fff;
	color:#33447e;
}

@media(max-width:767px){
	.koboCareerForm__row{
		grid-template-columns:1fr;
		gap:0;
	}

	.koboCareerForm__submit input{
		width:100%;
	}
} 


.companyTimeline{
	width:95%;
	max-width:1400px;
	margin:0 auto;
}

.companyTimeline__row{
	display:flex;
	align-items:center;
	gap:80px;
	padding:80px 0;
}

.companyTimeline__row--reverse{
	flex-direction:row-reverse;
}

.companyTimeline__image{
	flex:0 0 48%;
}

.companyTimeline__image img{
	width:100%;
	height:auto;
	display:block;
	max-height: 820px;
	object-fit: cover;
}

.companyTimeline__meta{
	flex:1;
}

.companyTimeline__row--reverse .companyTimeline__meta{
	text-align:right;
}

.companyTimeline__date{
	font-size:14px;
	font-weight:600;
	letter-spacing:.15em;
	text-transform:uppercase;
	color:#33447e;
	margin-bottom:15px;
}

.companyTimeline__title{
	font-size:48px;
	line-height:1.1;
	margin:0 0 20px;
	color:#1C2233;
}

.companyTimeline__subtitle{
	font-size:18px;
	line-height:1.7;
	color:#33447e;
	margin-bottom:20px;
}

.companyTimeline__text{
	font-size:16px;
	line-height:1.9;
	color:#666;
}

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

@media(max-width:991px){
	.companyTimeline__row,
	.companyTimeline__row--reverse{
		flex-direction:column;
		gap:35px;
		padding:50px 0;
	}

	.companyTimeline__image,
	.companyTimeline__meta{
		width:100%;
		flex:auto;
	}

	.companyTimeline__meta,
	.companyTimeline__row--reverse .companyTimeline__meta{
		text-align:center;
	}

	.companyTimeline__title{
		font-size:34px;
	}
}

/* lapt 13 */
@media (max-width: 1400px) {
 #site-logo img{
	 max-width: 200px;
 }
 .kobotopContS a { 
	 font-size: 16px;
 }
  
 
 
}

/* tablet */
@media (max-width: 1024px) {
 
}

/* mobile */
@media (max-width: 767px) {
	:root { 
		--kobo_font_size_body: 15px;
		--kobo_font_size_btn: 13px; 
		--kobo_font_size_title: 30px;
		--kobo_font_size_subtitle: 20px;
		--kobo_font_size_rowtitle: 18px; 
		--kobo_slider_height: calc(100vh - 142px) !important;
	}
	.header-one #site-logo {
		float: none;
	}
	body.has-overlay-header {
		--kobo_slider_height: 700px !important;
	}
	#site-header-inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
		margin-top: -7px;
	}
	body.wpex-mobile-toggle-menu-icon_buttons .is-sticky #mobile-menu{
		margin-top: 0;
	}
	.kobotop{
		display: none;
	}
	#mobile-menu a { 
		flex-wrap: wrap;
	}
	.kobomenunavcT { 
		width: 100%;
		margin-top: -16px;
		font-size: 12px;
	}
	.kobogrouplogos {
		flex-wrap: wrap;
		gap: 15px;
		width: 95%;
		padding: 15px;
	}
	.kobogrouplogo {
		max-width: 100px;
	}
	.kobohmeta {
		max-width: 90%;
	}
	.koboVillaBan__in {
		height: 450px !important;
	}
	.travelServicesRows { 
		margin: 20px auto;
	}
	.travelServicesRow { 
		padding: 30px 0;
	}
	.travelServicesRow__logo img {
		max-width: 250px;
	}
	.koboFooterInner { 
		width: 90%;
		max-width: 280px;
		flex-wrap: wrap;
	}
	.koboFooterInner>div:nth-child(1) {
		margin: 0 0 30px;
		width: 100%;
	}
	.koboFooterSLogo { 
		text-align: center;
	}
	.koboFooterSLogoI img {
		max-width: 200px;
	}
	.koboFooterInner>div:nth-child(2) {
		width: 100%;
	}
	.koboFooterInner>div:nth-child(3) {
		width: 45%;
	}
	.koboFooterInner>div:nth-child(4) {
		width: 45%;
	}
	.koboFooterInner>div:nth-child(5) {
		width: 100%;
	}
	.koboFooterS {
		padding: 0 0 20px;
	}
	.fmhtenumber { 
		margin: 20px 0 00;
	}
	.koboFooter {
		padding: 50px 10px;
	}
	.copyrights{
		padding: 10px 50px;
	}
	.kobocarrp{
		max-width: 90%;
		margin: 0 auto;
	}
	.kobonconta {
		margin: 20px auto 100px;
		flex-wrap: wrap;
	}
	.koboncontaL {
		width: 100%;
		min-height: auto;
	}
	.koboncontaR {
		width: 100%;
	}
	.koboncontaMWrap {
		margin-top: 0;
	}
	
	
	
	
}