/*
 * st4rt3r CSS
 */

/* --------- Globals --------- */



:root {
  --main-bg-color: #fff;
	--main-color: #002832;
	--main-font: "Poppins", sans-serif;
	--heading-font:"Poppins", sans-serif;
	--primary: #002832;
	--primary-hover:#000000;
	--success: #28a745;
	--success-hover: #0f9221;
	--secondary: #6c757d;
	--secondary-hover: #484e54;
	--danger:#dc3545;
	--danger-hover:#c73442;
	--warning:#ffc107;
	--warning-hover:#ff9a04;
	--info:#17a2b8;
	--info-hover:#128b9e;
	--light:#fff;
	--light-hover:#eee;
	--dark:#333;
	--dark-hover:#222;
	--link:#007bff;
	--link-hover:#006adc;
	
	--serifed:  "ivyora-display", serif;
    --serifed-weight: 500;
    --serifed-line-height: 1;
    
    --serifed-display-xl: 2.5rem;
    --serifed-display-lg: 2.25rem;
    
	/* navbar-colors */
	
	--navbar-bg:#EBEDEE;
	--navbar-fixed-bg:#EBEDEE;
    
	--navbar-color:#002832;
	--navbar-fixed-color:#002832;
    
    --navbar-transparent-color-light: #111; 
    --navbar-transparent-color-dark: #fff;
    
    --megamenu-background:#fff;
    --navbar-scrollup-height: 90px;
    --top-bar-height: 40px;
    
    
    

    
    }


@media (min-width: 575px) {
    :root {
    --serifed-display-xl: 3rem;
    --serifed-display-lg: 2.5rem;
    }
}



@media (min-width: 768px) {
    :root {
        --serifed-display-xl: 3.5rem;
        --serifed-display-lg: 2.75rem;
        
            --text-md: 1.125rem;
    --text-lg: 1.25rem;
    }
}

@media (min-width: 992px) {
    :root {
        --serifed-display-xl: 4rem;
        --serifed-display-lg: 3.25rem;
        
        --text-md: 1.25rem;
        --text-lg: 1.5rem;
    }
}

@media (min-width: 1400px) {
    :root {
        --serifed-display-xl: 4.5rem;
        --serifed-display-lg: 3.5rem;
    }
}


body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: var(--main-color);
	font-family: var(--main-font);
	line-height: 1.6;
	font-weight:300;
	background: var(--main-bg-color);
	}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	}


svg * {
    transform-box: fill-box;
    }

.skip-to-content {
    position: absolute; 
    left: -9999px; 
    z-index: 999999; 
    padding: 0.5rem 1em;
    background-color: black;
    color: #fff!important;
    height: 40px;
    opacity: 0;
    }

.skip-to-content:focus {
    left: 50%; 
    transform: translateX(-50%); 
    opacity: 1; 
    }


/* -------------- CONTAINERS  ----------------- */

.main-wrapper {
	position: relative;
	overflow: hidden;
	}
	
.navbar .container-full {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}
	



.container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
}


@media (min-width:1200px) {
.container-fluid {
	max-width: 1400px;
	}
}

/* Typography */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { 
	font-family: var(--heading-font); 
}

h1, .h1 { font-size: 2rem; }
h2, .h2 { font-size: 1.75rem; }
h3, .h3 { font-size: 1.5rem; }
h4, .h4 { font-size: 1.25rem; }
h5, .h5 { font-size: 1.125rem; }
h6, .h6 { font-size: 1rem; }

@media (min-width: 768px) {
h1, .h1 { font-size: 2.25rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.5rem; }
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1.125rem; }
}

@media (min-width: 1200px) {
h1, .h1 { font-size: 3.5rem; }
h2, .h2 { font-size: 3rem; }
h3, .h3 { font-size: 2.5rem; }	
h4, .h4 { font-size: 2rem; }
h5, .h5 { font-size: 1.5rem; }
h6, .h6 { font-size: 1.25rem; }
}


b, strong { font-weight: 600; }
.underline { text-decoration: underline!important;}
.uppercase {text-transform:uppercase!important;}

.serifed {    
    font-family:var(--serifed);
    font-weight: var(--serifed-weight);
    line-height: var(--serifed-line-height);
    }

.serifed.h2,
.edition-explore-title,
h2.serifed,
.edition-stay-cta-title {
    font-size: var(--serifed-display-lg);
    }

.edition-hero-copy,
.hero-slider .h1,
.h1.serifed,
.hotels-archive-title,
.location-statement-text {
    font-size: var(--serifed-display-xl);
    }

.has-after {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}

.has-after:after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	border-bottom: 2px solid var(--primary);
	margin-left: 1rem;
	position: relative;
	}

.has-after.reveal:after {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	}

.has-after.appear:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	}


.has-divider-top:before,
.has-divider-bottom:after {
	content: '';
	width: 60px;
	height: 3px;
	background: var(--primary);
	display: block;
	position: relative;
	margin: 1.5rem 0;
	}


	/* a links */
a { color: inherit; }
a:hover, 
a:focus { 
	color: inherit; 
	text-decoration: underline; 
	}

 /* font-size */
.fs-xl {font-size: 1.5rem !important;}
.fs-lg {font-size: 1.375rem !important;}
.fs-md {font-size: 1.125rem !important;}
.fs {font-size:1rem !important;}
.fs-sm {font-size: 14px !important;}
.fs-xs {font-size: 12px !important;}
.fs-xxs {font-size: 10px!important;}




@media(max-width:767.98px) {
  
.fs-xl {font-size: 1.375rem !important;}
.fs-lg {font-size: 1.125rem !important;}
.fs-md {font-size: 1rem !important;}   
    
}

 /* font-weight */
.fw-100 {font-weight: 100 !important;}
.fw-200 {font-weight: 200 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 700 !important;}
.fw-800 {font-weight: 800 !important;}
.fw-900 {font-weight: 900 !important;}

 /* letter-spacing */
.ls-01 {letter-spacing: 0.1px!important;}
.ls-02 {letter-spacing: 0.2px!important;}
.ls-03 {letter-spacing: 0.2px!important;}
.ls-04 {letter-spacing: 0.4px!important;}
.ls-05 {letter-spacing: 0.5px!important;}
.ls-1 {letter-spacing: 1px!important;}
.ls-2 {letter-spacing: 2px!important;}
.ls-3 {letter-spacing: 3px!important;}
.ls-4 {letter-spacing: 4px!important;}

 /* line-height */
.lh-10 {line-height: 1 !important;}
.lh-11 {line-height: 1.1 !important;}
.lh-12 {line-height: 1.2 !important;}
.lh-13 {line-height: 1.3 !important;}
.lh-14 {line-height: 1.4 !important;}
.lh-15 {line-height: 1.5 !important;}
.lh-16 {line-height: 1.6 !important;}


/* Buttons */

.btn {
	font-weight: 600;
	letter-spacing: .3px;
    text-transform: uppercase;
    padding: .75rem 1.75rem;
    border-radius: 0;
    --st4rt3r-btn-color: inherit;
    --st4rt3r-btn-bg: transparent;
    --st4rt3r-btn-border-color: transparent;
    --bs-btn-focus-box-shadow: none;
		}

@media(max-width:765.98px) {
    .btn {
        padding:0.438rem 1.25rem
    }
}    

.btn:hover,
.btn:focus {
	    text-decoration: none;
	    }

.btn:focus,
.btn:focus-visible,
.btn:active:focus,
.btn.active:focus,
.btn.show:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }

.btn:focus:not(:hover),
.btn:focus-visible:not(:hover) {
    color: var(--st4rt3r-btn-color) !important;
    background: var(--st4rt3r-btn-bg) !important;
    border-color: var(--st4rt3r-btn-border-color) !important;
    }

.btn-primary {
    --st4rt3r-btn-color: #fff;
    --st4rt3r-btn-bg: var(--primary);
    --st4rt3r-btn-border-color: var(--primary);
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-hover);
    --bs-btn-hover-border-color: var(--primary-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-hover);
    --bs-btn-active-border-color: var(--primary-hover);
    color: #fff;
	background: var(--primary);
	border-color:var(--primary);
}
.btn-outline-primary {
    --st4rt3r-btn-color: var(--primary);
    --st4rt3r-btn-bg: transparent;
    --st4rt3r-btn-border-color: var(--primary);
    --bs-btn-color: var(--primary);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-hover);
    --bs-btn-hover-border-color: var(--primary-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-hover);
    --bs-btn-active-border-color: var(--primary-hover);
    background: transparent;
	color: var(--primary);
	border-color:var(--primary);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
	background: var(--primary-hover);
	border-color:var(--primary-hover);
}

.btn-success {
    --st4rt3r-btn-color: #fff;
    --st4rt3r-btn-bg: var(--success);
    --st4rt3r-btn-border-color: var(--success);
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--success);
    --bs-btn-border-color: var(--success);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--success-hover);
    --bs-btn-hover-border-color: var(--success-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--success-hover);
    --bs-btn-active-border-color: var(--success-hover);
    color: #fff;
	background: var(--success);
	border-color:var(--success);
}
.btn-outline-success {
    --st4rt3r-btn-color: var(--success);
    --st4rt3r-btn-bg: transparent;
    --st4rt3r-btn-border-color: var(--success);
    --bs-btn-color: var(--success);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--success);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--success-hover);
    --bs-btn-hover-border-color: var(--success-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--success-hover);
    --bs-btn-active-border-color: var(--success-hover);
    background: transparent;
	color: var(--success);
	border-color:var(--success);
}
.btn-success:hover,
.btn-success:focus,
.btn-outline-success:hover,
.btn-outline-success:focus {
	background: var(--success-hover)!important;
	border-color:var(--success-hover)!important;
}
.btn-secondary {
    --st4rt3r-btn-color: #fff;
    --st4rt3r-btn-bg: var(--secondary);
    --st4rt3r-btn-border-color: var(--secondary);
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--secondary);
    --bs-btn-border-color: var(--secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--secondary-hover);
    --bs-btn-hover-border-color: var(--secondary-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--secondary-hover);
    --bs-btn-active-border-color: var(--secondary-hover);
    color: #fff;
	background: var(--secondary);
	border-color:var(--secondary);
}
.btn-outline-secondary {
    --st4rt3r-btn-color: var(--secondary);
    --st4rt3r-btn-bg: transparent;
    --st4rt3r-btn-border-color: var(--secondary);
    --bs-btn-color: var(--secondary);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--secondary-hover);
    --bs-btn-hover-border-color: var(--secondary-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--secondary-hover);
    --bs-btn-active-border-color: var(--secondary-hover);
    background: transparent;
	color: var(--secondary);
	border-color:var(--secondary);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
	background: var(--secondary-hover);
	border-color:var(--secondary-hover);
}
.btn-danger {
    --st4rt3r-btn-color: #fff;
    --st4rt3r-btn-bg: var(--danger);
    --st4rt3r-btn-border-color: var(--danger);
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--danger);
    --bs-btn-border-color: var(--danger);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--danger-hover);
    --bs-btn-hover-border-color: var(--danger-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--danger-hover);
    --bs-btn-active-border-color: var(--danger-hover);
    color: #fff;
	background: var(--danger);
	border-color:var(--danger);
}
.btn-outline-danger {
    --st4rt3r-btn-color: var(--danger);
    --st4rt3r-btn-bg: transparent;
    --st4rt3r-btn-border-color: var(--danger);
    --bs-btn-color: var(--danger);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--danger);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--danger-hover);
    --bs-btn-hover-border-color: var(--danger-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--danger-hover);
    --bs-btn-active-border-color: var(--danger-hover);
    background: transparent;
	color: var(--danger);
	border-color:var(--danger);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-outline-danger:hover,
.btn-outline-danger:focus {
	background: var(--danger-hover);
	border-color:var(--danger-hover);
}
.btn-warning {
    --st4rt3r-btn-color: var(--dark);
    --st4rt3r-btn-bg: var(--warning);
    --st4rt3r-btn-border-color: var(--warning);
    --bs-btn-color: var(--dark);
    --bs-btn-bg: var(--warning);
    --bs-btn-border-color: var(--warning);
    --bs-btn-hover-color: var(--dark);
    --bs-btn-hover-bg: var(--warning-hover);
    --bs-btn-hover-border-color: var(--warning-hover);
    --bs-btn-active-color: var(--dark);
    --bs-btn-active-bg: var(--warning-hover);
    --bs-btn-active-border-color: var(--warning-hover);
    color: var(--dark);
	background: var(--warning);
	border-color:var(--warning);
}
.btn-outline-warning {
    --st4rt3r-btn-color: var(--warning);
    --st4rt3r-btn-bg: transparent;
    --st4rt3r-btn-border-color: var(--warning);
    --bs-btn-color: var(--warning);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--warning);
    --bs-btn-hover-color: var(--dark);
    --bs-btn-hover-bg: var(--warning-hover);
    --bs-btn-hover-border-color: var(--warning-hover);
    --bs-btn-active-color: var(--dark);
    --bs-btn-active-bg: var(--warning-hover);
    --bs-btn-active-border-color: var(--warning-hover);
    background: transparent;
	color: var(--warning);
	border-color:var(--warning);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-outline-warning:hover,
.btn-outline-warning:focus {
	background: var(--warning-hover);
	border-color:var(--warning-hover);
}
.btn-info {
    --st4rt3r-btn-color: #fff;
    --st4rt3r-btn-bg: var(--info);
    --st4rt3r-btn-border-color: var(--info);
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--info);
    --bs-btn-border-color: var(--info);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--info-hover);
    --bs-btn-hover-border-color: var(--info-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--info-hover);
    --bs-btn-active-border-color: var(--info-hover);
    color: #fff;
	background: var(--info);
	border-color:var(--info);
}
.btn-outline-info {
    --st4rt3r-btn-color: var(--info);
    --st4rt3r-btn-bg: transparent;
    --st4rt3r-btn-border-color: var(--info);
    --bs-btn-color: var(--info);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--info);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--info-hover);
    --bs-btn-hover-border-color: var(--info-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--info-hover);
    --bs-btn-active-border-color: var(--info-hover);
    background: transparent;
	color: var(--info);
	border-color:var(--info);
}
.btn-info:hover,
.btn-info:focus,
.btn-outline-info:hover,
.btn-outline-info:focus{
	background: var(--info-hover);
	border-color:var(--info-hover);
}
.btn-light {
    --st4rt3r-btn-color: var(--dark);
    --st4rt3r-btn-bg: var(--light);
    --st4rt3r-btn-border-color: var(--light);
    --bs-btn-color: var(--dark);
    --bs-btn-bg: var(--light);
    --bs-btn-border-color: var(--light);
    --bs-btn-hover-color: var(--dark);
    --bs-btn-hover-bg: var(--light);
    --bs-btn-hover-border-color: var(--light);
    --bs-btn-active-color: var(--dark);
    --bs-btn-active-bg: var(--light);
    --bs-btn-active-border-color: var(--light);
	color:var(--dark);
	background: var(--light);
	border-color:var(--light);
}
.btn-outline-light {
    --st4rt3r-btn-color: var(--light);
    --st4rt3r-btn-bg: transparent;
    --st4rt3r-btn-border-color: var(--light);
    --bs-btn-color: var(--light);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--light);
    --bs-btn-hover-color: var(--dark);
    --bs-btn-hover-bg: var(--light);
    --bs-btn-hover-border-color: var(--light);
    --bs-btn-active-color: var(--dark);
    --bs-btn-active-bg: var(--light);
    --bs-btn-active-border-color: var(--light);
    background: transparent;
	color:var(--light);
	border-color:var(--light);
}
.btn-light:hover,
.btn-light:focus,
.btn-outline-light:hover,
.btn-outline-light:focus {
	color:var(--dark);
	background: var(--light);
	border-color:var(--light);
}
.btn-dark {
    --st4rt3r-btn-color: var(--light);
    --st4rt3r-btn-bg: var(--dark);
    --st4rt3r-btn-border-color: var(--dark);
    --bs-btn-color: var(--light);
    --bs-btn-bg: var(--dark);
    --bs-btn-border-color: var(--dark);
    --bs-btn-hover-color: var(--light);
    --bs-btn-hover-bg: var(--dark);
    --bs-btn-hover-border-color: var(--dark);
    --bs-btn-active-color: var(--light);
    --bs-btn-active-bg: var(--dark);
    --bs-btn-active-border-color: var(--dark);
	color:var(--light);
	background: var(--dark);
	border-color:var(--dark);
}
.btn-outline-dark {
    --st4rt3r-btn-color: var(--dark);
    --st4rt3r-btn-bg: transparent;
    --st4rt3r-btn-border-color: var(--dark);
    --bs-btn-color: var(--dark);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--dark);
    --bs-btn-hover-color: var(--light);
    --bs-btn-hover-bg: var(--dark);
    --bs-btn-hover-border-color: var(--dark);
    --bs-btn-active-color: var(--light);
    --bs-btn-active-bg: var(--dark);
    --bs-btn-active-border-color: var(--dark);
    background: transparent;
	color:var(--dark);
	border-color:var(--dark);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-outline-dark:hover,
.btn-outline-dark:focus {
	color:var(--light);
	background: var(--dark);
	border-color:var(--dark);
}
.btn-link {
    --st4rt3r-btn-color: var(--link);
    --st4rt3r-btn-bg: transparent;
    --st4rt3r-btn-border-color: transparent;
    --bs-btn-color: var(--link);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--link-hover);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--link-hover);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
	color: var(--link);
	}
.btn-link:hover,
.btn-link:focus {
	color: var(--link-hover);
}



/* ------ COLORS ------ */


.c-inherit {color:inherit!important}
.c-white {color: #fff !important;}

.bg-white, 
.pseudo-bg-white:after,
.pseudo-bg-white:before {
	background-color: #fff!important;
	}
	


/* ------ LISTS ------- */


dl, ol, ul {
	padding-left: 1rem;
	}

ul.bullet-list {
	list-style: none;
	padding-left: 1rem;
	}

ul.bullet-list li {
	padding-right: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	}

ul.bullet-list li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--primary);
	font-weight: bold;
	margin-right: .5rem;
	margin-left: -1rem;
	position: relative;
	display: inline;
	float: left;
	margin-top: .6rem;
	}


ul.document_list,
ul.block-list {
	list-style: none;
    padding-left: 0;
	}

ul.document_list li,
ul.block-list li {
	letter-spacing: .2px;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

ul.block-list li:first-child {
	padding-top: 0;
} 

ul.block-list li:last-child {
	border-bottom: 0;
} 

ul.document_list li .btn-download {
	color: #ccc;
	}

ul.document_list li .btn-download:hover {
	color: #999;
	} 



/* ----- IMAGES ----- */


img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
	}


/* ----- HEIGHTS ----- */


.full-height {
	min-height: 100vh;
	}

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


/* ----- RELATIVE POSITIONS ----- */

.relative { position: relative; }
.not-relative { position: inherit;}


/* ----- ABSOLUTE POSITIONS ----- */

.absolute {
	position: absolute;
	}

@media(min-width:992px) {
	.absolute-lg {
		position: absolute;
		}
	}

.top-0 {top:0;}
.bottom {bottom:0}
.left-0 {left:0;}
.right-0 {right:0}


/* ----- FLEX CLASSES ----- */

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}

.flex-row,
.flex-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}

.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	}

.flex-row.row-center,
.flex-col.col-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}

.flex-row.col-middle,
.flex-col.row-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}

.flex-col.col-end,
.flex-row.row-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	}

.flex-col.col-start,
.flex-row.row-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	}

.flex-col.row-start,
.flex-row.col-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	}

.flex-col.row-end,
.flex-row.col-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	}




/* COLUMN DEFAULT STYLE */


.ws-column {
    background-color: var(--column-bg-color, transparent);
    background-image: var(--column-bg-image, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }



/* ----- BACKGROUND DIVS ----- */

.bg-image {
	background-position: center;
	background-size: cover;
	}

.bg-image-lg,
.bg-image-xl {
	background: transparent;
	background-image: none;
}

@media(min-width:992px) {
	.bg-image-lg {
		background-position: center;
		background-size: cover;
	}
}
@media(min-width:1200px) {
	.bg-image-xl {
		background-position: center;
		background-size: cover;
	}
}

.bg-16by9 {
	padding-bottom: 42.857143%;
	}
.bg-4by3 {
  padding-bottom: 75%;
	}	
.bg-1by1 {
  padding-bottom: 100%;
	}


/* Parallax-image ---*/


.parallax-wrap {
	position: relative;
	overflow: hidden;
	background: #ccc;
	}

.parallax-wrap.parallax-vertical {
	padding-bottom: 128%;
	}

.parallax-wrap.parallax-horizontal {
	padding-bottom: 64%;
	}


.parallax-wrap .inner {
	position: absolute;
	width: 100%;
	transform-origin: center;
	left: 0;
	top: 0;
	}

.parallax-wrap .inner img {
	width: 100%;
	transform-origin: center;
	transform: scale(1.1);
	}



/* ----- IMGWRAP REVEAL ----- */


.imgwrap.reveal {
	overflow: hidden;
	position: relative;
	}

.imgwrap.reveal:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--main-bg-color);
	-webkit-transition: all .5s cubic-bezier(1,.01,1,.9);
	transition: all .5s cubic-bezier(1,.01,1,.9);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}

.imgwrap.to-right.appear:after {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	}
.imgwrap.to-left.appear:after {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	}
.imgwrap.to-top.appear:after {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	}
.imgwrap.to-bottom.appear:after {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	}


/* ------ REVEAL STYLES ----- */


.anime.reveal {
	opacity: 0;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	}

.anime.reveal.to-top {
	-webkit-transform: translate3d(0, 3rem, 0);
	transform: translate3d(0, 3rem, 0);
	}
.anime.reveal.to-bottom {
	-webkit-transform: translate3d(0, -3rem, 0);
	transform: translate3d(0, -3rem, 0);
	}
.anime.reveal.to-left {
	-webkit-transform: translate3d(3rem, 0, 0);
	transform: translate3d(3rem, 0, 0);
	}
.anime.reveal.to-right {
	-webkit-transform: translate3d(-3rem, 0, 0);
	transform: translate3d(-3rem, 0, 0);
	}

.anime.reveal.appear {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	}



/* ANIME DELAYS */

.delay-01,
.pseudo-delay-01:after,
.pseudo-delay-01:before {
	-webkit-transition-delay: .1s!important;
	transition-delay: .1s!important;
}
.delay-02,
.pseudo-delay-02:after,
.pseudo-delay-02:before {
	-webkit-transition-delay: .2s!important;
	transition-delay: .2s!important;
}
.delay-03,
.pseudo-delay-03:after,
.pseudo-delay-03:before {
	-webkit-transition-delay: .3s!important;
	transition-delay: .3s!important;
}
.delay-04,
.pseudo-delay-04:after,
.pseudo-delay-04:before {
	-webkit-transition-delay: .4s!important;
	transition-delay: .4s!important;
}
.delay-05,
.pseudo-delay-05:after,
.pseudo-delay-05:before {
	-webkit-transition-delay: .5s!important;
	transition-delay: .5s!important;
}
.delay-06,
.pseudo-delay-06:after,
.pseudo-delay-06:before {
	-webkit-transition-delay: .6s!important;
	transition-delay: .6s!important;
}
.delay-07,
.pseudo-delay-07:after,
.pseudo-delay-07:before {
	-webkit-transition-delay: .7s!important;
	transition-delay: .7s!important;
}
.delay-08,
.pseudo-delay-08:after,
.pseudo-delay-08:before {
	-webkit-transition-delay: .8s!important;
	transition-delay: .8s!important;
}
.delay-09,
.pseudo-delay-09:after,
.pseudo-delay-09:before {
	-webkit-transition-delay: .9s!important;
	transition-delay: .9s!important;
}
.delay-1,
.pseudo-delay-1:after,
.pseudo-delay-1:before {
	-webkit-transition-delay: 1s!important;
	transition-delay: 1s!important;
}



/* PUSH CLASSES */

@media (min-width:992px) {
.push-lg-1 { margin-left: -8.333334%;}
.push-lg-2 { margin-left: -16.666668%;}
.push-lg-3 { margin-left: -24.999999%;}
.push-lg-4 { margin-left: -33.333334%;}
.push-lg-5 { margin-left: -41.666668%;}
.push-lg-6 { margin-left: -49.999999%;}
.push-lg-7 { margin-left: -58.333334%;}
.push-lg-8 { margin-left: -66.666668%;}
.push-lg-9 { margin-left: -74.999999%;}
.push-lg-10 { margin-left: -83.333334%;}
.push-lg-11 { margin-left: -91.666668%;}
}

/* NEG MARGINS */

@media (min-width:992px) {
.neg-mt-lg-1 {margin-top: -1rem;}
.neg-mt-lg-2 {margin-top: -2rem;}
.neg-mt-lg-3 {margin-top: -3rem;}
.neg-mt-lg-4 {margin-top: -4rem;}	
.neg-mt-lg-5 {margin-top: -5rem;}
.neg-mt-lg-6 {margin-top: -6rem;}
.neg-mt-lg-7 {margin-top: -7rem;}	
.neg-mt-lg-8 {margin-top: -8rem;}
.neg-mt-lg-9 {margin-top: -9rem;}
}



/* Slide List */

.slide-list {
	position: relative;
}

.slide-list .slide-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
	position: relative;
	overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: slide-left 45s linear infinite;
  animation: slide-left 45s linear infinite;
	}

.slide-list .slide-list-items p {
  margin: 1rem 0.5rem;
	font-size: 2rem;
	}

.slide-list  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	position: relative;
  overflow: hidden;
	}


@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


/* ------------- NAVBAR ------------------ */


.navbar-toggler {
    border: 1px solid;
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	}

.navbar-toggler:focus,
.navbar-toggler:hover {
    box-shadow: 0 0 0 transparent;
    outline: none;
}

.navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	}


/* --- navbar-brand --- */

.navbar-brand {
	max-width: 240px;
    display: block; 
	}

.navbar-brand img,
.navbar-brand svg {
	display: block;
	width: 100%;
	}

.navbar {
    padding: 0;
    background-color: var(--navbar-bg);
    }

.hotel-header-logo-wrap {
    display: flex;
    justify-content: flex-end; 
    align-items: center;     
    height: 44px;
    }

.hotel-header-logo {
    max-height: 100%;
    height: 100%;
    width: auto;
    flex: 1;
    }

.lang-switch {
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 0.875rem;
    white-space: nowrap;
    }

.lang-switch-link {
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-decoration: none;
    }

.lang-switch-link:hover,
.lang-switch-link:focus {
    color: inherit;
    text-decoration: none;
    }

.lang-switch-separator {
    margin: 0 0.25rem;
    }



.site-header .navbar-scrollup.is-fixed {
    -webkit-transition: -webkit-transform .75s, background .75s, top .75s;
    transition: -webkit-transform .75s, background .75s, top .75s;
    transition: transform .75s, background .75s, top .75s;
    transition: transform .75s, -webkit-transform .75s, background .75s, top .75s;
    }



@media (min-width:992px) {
	
/* Navbar */	
    
    
.site-header .nav-container {
    min-height: 110px;    
    }        

    
.site-header .navbar-scrollup {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
	width: 100%;
	left: 0;
	top:0;
	z-index: 8;
	-webkit-transition: all .75s;
	transition: all .75s;
	min-height: 90px;
	letter-spacing: 0.1px;
	font-size: 15px;
	font-weight: 500;
	}
  
.site-header.transparent .navbar-scrollup {
    background-color: transparent;
    } 
    
.site-header .navbar-scrollup.is-fixed {
  position: fixed;
  top: calc(-1 * var(--navbar-scrollup-height));
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  background-color: var(--navbar-fixed-bg)
  }
	
.site-header .navbar-scrollup.is-visible {
  -webkit-transform: translate3d(0, var(--navbar-scrollup-height), 0)!important;
  transform: translate3d(0, var(--navbar-scrollup-height), 0)!important;
  top: calc(-1 * var(--navbar-scrollup-height));
  }
		
    
/* Navbar - If has top bar */
	
.site-header.has-topbar .navbar-scrollup {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
	}
	
.site-header.has-topbar .navbar-scrollup.is-fixed {	
	top: calc(-1 * var(--navbar-scrollup-height));
	-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
	}
	

/* Navbar - background */
	

.site-header .navbar-scrollup > * {
	z-index: 2;
	}
	
/* Navbar Menu Items */
	
.navbar-scrollup .nav-link {
		color: var(--navbar-color);
		font-weight: 500;
		-webkit-transition: all .25s;
		transition: all .25s;
		-webkit-transition: all 0.23s;
		}

.site-header.transparent.light .navbar-scrollup .nav-link { 
    color:var(--navbar-transparent-color-light); 
    } 
    
.site-header.transparent.dark .navbar-scrollup .nav-link { 
    color:var(--navbar-transparent-color-dark); 
    }     


	.navbar-scrollup.is-fixed .nav-link,
	.navbar-scrollup.is-visible .nav-link	{
		color: var(--navbar-fixed-color)!important;
		}

	.navbar-scrollup .current-menu-item .nav-link,
	.navbar-scrollup .current-menu-parent .nav-link,
	.navbar-scrollup .nav-link:hover,
	.navbar-scrollup .nav-link:focus {}

	.navbar-nav .dropdown-menu .dropdown-item:hover,
	.navbar-nav .dropdown-menu .dropdown-item:focus {
		background: transparent;
		outline: 0 none;
		}
	
} /* -- end navbar desktop */

.site-header .navbar-scrollup.is-fixed {
    position: fixed;
    top: calc(-1 * var(--navbar-scrollup-height));
    left: 0;
    width: 100%;
    z-index: 8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: var(--navbar-fixed-bg);
    }

.site-header .navbar-scrollup.is-visible {
    top: calc(-1 * var(--navbar-scrollup-height));
    -webkit-transform: translate3d(0, var(--navbar-scrollup-height), 0) !important;
    transform: translate3d(0, var(--navbar-scrollup-height), 0) !important;
    }

.site-header.has-topbar .navbar-scrollup.is-fixed {
    top: calc(-1 * var(--navbar-scrollup-height));
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }

.site-header.has-topbar .navbar-scrollup.is-fixed.is-visible {
    -webkit-transform: translate3d(0, var(--navbar-scrollup-height), 0) !important;
    transform: translate3d(0, var(--navbar-scrollup-height), 0) !important;
    }




/* New Burguer Menu */




.navbar-collapse {
    background: #fff;
    }

.mega-menu {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    }

.mega-column,
.mega-column-list,
.mega-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    }

.mega-heading-link {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 0.5rem 0;
    text-decoration: none;
    }

.mega-sub-menu {
    padding: 0.5rem 0;
    }

.mega-child-link {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #062b33;
    margin-bottom: 12px;
    text-decoration: none;
    }





@media (max-width:991.98px) {

    .site-header {
        min-height: var(--navbar-scrollup-height);
    }

	.navbar {
		display: block;
		position: relative;
        padding-top: 0;
	}

	.navbar > .container,
	.navbar > .container-fluid,
	.navbar > .container-full {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        grid-template-areas:
            "lang lang lang"
            "brand cta toggle";
        align-items: center;
        column-gap: 0.75rem;
        row-gap: 0.75rem;
		position: relative;
        padding-top: 0;
        padding-bottom: 1.25rem;
	}

    .navbar-brand {
        grid-area: brand;
        max-width: 200px;
        margin-right: 0 !important;
    }

    .header-cta {
        grid-area: cta;
        justify-self: end;
        margin-right: 0 !important;
    }

    .header-cta .btn {
        white-space: nowrap;
    }

    .navbar-toggler {
        grid-area: toggle;
        justify-self: end;
    }

    .hotel-header-logo-wrap {
        /*
        grid-area: hotel;
        justify-content: flex-start;
        justify-self: start;
        max-width: 100%;
        min-width: 0;
        height: 36px;
        margin: 0 !important;
        padding: 0 !important;
        */
        display:none!important;
        visibility:hidden;

    }


    .hotel-header-logo {
        /*
        display: block;
        visibility: visible;
        max-height: 36px;
        max-width: 100%;
        height: 100%;
        width: auto;
        object-fit: contain;
        */
        display:none!important;
        visibility:hidden;
    }

	    .lang-switch {
	        grid-area: lang;
	        justify-self: stretch;
	        position: static;
	        justify-content: flex-end;
	        width: calc(100% + 4rem);
	        min-height: 40px;
	        margin-left: -2rem;
	        margin-right: -2rem;
	        padding: 0 2rem !important;
	        background: #002832;
	        color: #fff;
	    }

			.navbar-nav {
			position: relative;
        

	}

	.navbar-nav .nav-link {
		font-weight: 500;
		font-size: 16px;
	}

	.navbar-nav .dropdown-menu {
		background: transparent;
		border: 0;
	}

	.navbar-nav .dropdown-menu .dropdown-item {
		font-size: 14px;
		font-weight: 500;
		color: #AFB8C2;
		padding: 0.5rem 1rem;
	}

	.navbar-nav .dropdown-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navbar-nav .dropdown-toggle::after {
		margin-left: auto;
	}

	.navbar-nav .dropdown-menu .dropdown-item:hover,
	.navbar-nav .dropdown-menu .dropdown-item:focus {
		background: transparent !important;
		outline: 0 none;
	}
}



@media (max-width:765.98px) {
    
    .header-cta .btn {
        padding: 0.438rem .75rem;
        }

    .navbar {
        padding-top: 0;
        }
    
    .navbar-brand {
        max-width: 180px;
        display: block;
        }
    
    .navbar-toggler {
        width: 40px;
        height: 40px;   
        }
    
    .hotel-header-logo {
        max-height: 34px;
        }
    
    .navbar > .container-fluid,
    .navbar-collapse > .container-fluid {
        padding-left: .75rem;
        padding-right: .75rem;
        }    

    .navbar .lang-switch {
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .mega-menu {
        display: block;
        grid-template-columns: repeat(4, auto);
        gap: 80px;
        list-style: none;
        margin: 0;
        padding: 0;
        }
    
    .mega-column {
        border-bottom: 1px solid #ddd;
        padding-top: .5rem;
        padding-bottom: .5rem;
        }
    
    
    

.lang-switch  {
    font-size: .875rem;
    }
    
}





/* --------------  SECTIONS BLOCK STYLES ---------------- */



/* RELATED PAGES */

.related-pages-wrap {}

.related-page {
	margin-bottom: 1rem;
	}

.related-page-image {
	background: #eee;
	width: 60px;
	height: 60px;
	min-width: 60px;
	margin-right:1rem;
	}


/* CLASSIC TABS */

.classic-tabs--image-wrap {
	 position: relative;
   padding-bottom: 36%;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;
	}

@media (max-width:991.98px) {
.classic-tabs--image-wrap {	
    padding-bottom: 56%;
	}
	}	

.classic-tabs--image.image-1,
.classic-tabs--image.image-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	}

.classic-tabs .nav-tabs.has-image {
	margin-top: -3rem;
	}

.classic-tabs .nav-tabs .nav-link {
	position: relative;
	min-height: 3rem;
	display: flex;
	align-items: center;
	padding: 0.5rem 1.5rem;
	background: #fff;
	border: 0px solid transparent;
	margin-right: 1px;
	color: inherit;
	}

.classic-tabs .nav-tabs .nav-link:hover {
	background: #777;
	}

.classic-tabs .nav-tabs .nav-item.show .nav-link,
.classic-tabs .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #333;
	}

.classic-tabs .tab-pane {
	padding: 1rem 0 0;
	}


/* VPILLS TABS */

.vpills-tabs {}

.vpills-tabs .nav-pills .nav-link {
	padding: 0 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
	color: inherit;
	border-left: 3px solid #999;
}

.vpills-tabs .nav-pills .nav-link:hover {
	border-left: 3px solid var(--primary);
}

.vpills-tabs .nav-pills .nav-link.active,
.vpills-tabs .nav-pills .show > .nav-link {
	color: var(--primary);
	background: transparent;
	border-left: 3px solid var(--primary);
}


/* ACCORDION TABS */


.accordion .card-header {
  position: relative;
	}
  
.accordion .card-header {
  padding: 0;
	display: flex;
	align-items: center;
	background: transparent;
	}

.accordion .card-header .btn{
  padding: 10px 0px;
	display: flex;
	align-items: center;
	flex: 1;
	border-radius: 0;
	color: inherit;
    text-decoration: none;
	}

.accordion .card-header .btn:hover,
.accordion .card-header .btn:focus {
	text-decoration: none;
	}

.accordion .card-header .btn::after {
  content: "\f107";
  color: #333;
	font-size: 20px;
  top: -2px;
  margin-left:  auto;
  font-family: "FontAwesome"
	}

.accordion .card-header .btn[aria-expanded="true"]::after {
  content: "\f106";
	}

.accordion-counter {
	margin-right: 0.5rem;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1;
	}

.accordion .card-header .btn[aria-expanded="true"] .accordion-counter {
	background: var(--primary);
	color: #fff;
	}



/* TESTIMONIALS */

.testimonials-slider {
    overflow: hidden;
}

.testimonial-slider-header .swiper-pagination {
    position: relative;
    margin-left: auto;
    display: inline-block;
    width: auto;
    bottom: 0;
    font-size: 14px;
    color: #758594;
    }

.testimonial-image {
    min-width: 120px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
    
    margin-left: auto;
    margin-right: auto;
    }

.testimonial-content {
    text-align: center;
    }




@media (min-width:768px) {
    .testimonials-slider .swiper-slide {
       display: flex; 
    }
    .testimonial-image {
        min-width: 200px;
        width: 200px;
        height: 200px;
        margin-left: 0;
        margin-right: 3rem;
    }
    .testimonial-content {
    padding-top: 1rem;
        text-align: left;
    }
}

/* ----- SWIPERS ----- */

.logos-slider {
	position: relative;
	overflow: hidden;
	}

/* ------- SWIPER AND TABS NAVIGATIONS --------- */

.slider-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 2rem;
	}

.slider-header .view-all {
	margin-left: auto;
	padding: 0.5rem;
	}

.slider-navigation {
	margin-left: auto;
	margin-right: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 82px;
	}

.link--arrowed svg path,
.link--arrowed svg circle {
	stroke: #758594;
	stroke-width: 1.5px;
	fill: transparent;
	}

.next-link {
	height: auto !important;
	}


.next-link svg path,
.next-link svg circle {
	stroke: #999;
	stroke-width: 1.5px;
	fill: transparent;
	}

.next-link:hover {
	color: #474d57;
	text-decoration: none;
	}

.next-link:hover svg path,
.next-link:hover svg circle {
	stroke: #474d57;
	stroke-width: 1.5px;
	fill: transparent;
	}

.next-link:hover svg circle {
	stroke: transparent;
	}

.link--arrowed {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	margin-left: 5px;
	margin-right: 5px;
    text-decoration: none;
	}

.link--arrowed .arrow-icon {
	position: relative;
	top: -1px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	vertical-align: middle;
	}

.link--arrowed .arrow-icon--circle {
	stroke-dashoffset: 0;
	stroke-width: 1px;
	stroke: transparent;
	}

.vpills-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}



/* --------------- POSTS --------------------- */


.single-post-page,
.archive-template {
	padding-top: 12rem!important;
	}

.single-post-page .image-wrap,
.block-part-wrap {
	margin-bottom: 3rem;
	}


/* Post Sidebars */


.post-navigation {
	font-size: 12px;
	margin-bottom: 6rem;
	}

.sidebar > section {
	margin-bottom: 3rem;
	}

.sidebar h2.h4 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
	font-size: 14px;
	}

.sidebar ul {
	font-size: 14px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 3rem;
	}

.sidebar ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0.25rem 0;
	}

.sidebar ul li:last-child {
	border-bottom: 1px solid transparent;
	padding: 0.25rem 0;
	}


/* ----- PAGINATION ----- */

.page-link,
.pagination .page-item span {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	color: #3d5b80;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination .page-item span {
	z-index: 1;
	color: #fff;
	font-weight: 600;
	background-color: var(--primary);
	border-color: var(--primary);
}

.page-link:hover,
.page-link:focus {
	color: #3d5b80 !important;
}



/* ------------------ HERO SLIDER -------------------------*/

.hero-slider {
	overflow: hidden;
	position: relative;
	}

.hero-slider .swiper-slide {
    position: relative;
    }

/* hero height */

@media(min-width:992px){
    
.hero-slider .swiper-slide.h100vh {
    min-height: 100vh;
    }
.hero-slider .swiper-slide.h75vh {
    min-height: 75vh;
    }
.hero-slider .swiper-slide.h50vh {
    min-height: 50vh;
    }
.hero-slider .swiper-slide.h16x9 {
    min-height: 0;
    padding-bottom: 54%;
    }
    
.hero-slider .swiper-slide .slide-inner,
.hero-slider .slide-image-wrap {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    }  
}

.hero-slider .swiper-slide .slide-inner {
    background-color:var(--slide_bg);
    }

.hero-slider .swiper-slide .slide-video,
.hero-slider .swiper-slide .slide-image {
	width: 100%;
    height: 100%;
	left: 0;
	top: 0;
    -o-object-fit: cover;
    object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.hero-slider .slide-image-wrap.overlay:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
        background: rgba(0, 40, 50, 0.3);
    pointer-events: none;
}

.hero-slider .slide-image-wrap.overlay .slide-video,
.hero-slider .slide-image-wrap.overlay .slide-image {
    position: relative;
    z-index: 0;
}

.hero-slider .halfimage-wrap {
    position: relative;
    }

.hero-slider .slide-inner .container-full,
.hero-slider .slide-inner .container-fluid,
.hero-slider .slide-inner .row,
.hero-slider .slide-inner .halfimage-wrap,
.hero-slider .slide-inner .slide-content {
    height: 100%;
    position: relative;
    }

.hero-slider .slide-inner .container-full,
.hero-slider .slide-inner .row,
.hero-slider .slide-inner .halfimage-wrap {
    height: 100%;
    position: relative;
    }

@media(min-width:992px) {
    
    .half-layout-container {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }    
    
    
    
.hero-slider .container-fluid .row-reverse,
.hero-slider .container-full .row-reverse {
    flex-direction: row-reverse;
    }
}

.hero-slider .slide-content {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: var(--herovalign);
}

.hero-slider .slide-content-inner {
    z-index: 2;
    position: relative;
}

.hero-slider .slide-content.light {
    color:#fff;
    }

.hero-slider .slide-content.dark {
    color:#111;
    }

.hero-slider .image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}




@media(min-width:992px){
    
 .hero-slider .half-layout-container .row:not(.row-reverse) .slide-content {
     padding-left:4.5rem;
     padding-right:2.5rem;
    }
    
 .hero-slider .half-layout-container .row.row-reverse .slide-content {
    padding-right: 4.5rem;
    padding-left: 2.5rem;
    }
    
}


@media(min-width:1400px){
     .hero-slider .half-layout-container .row:not(.row-reverse) .slide-content {
     padding-left:6rem;
     padding-right:2.5rem;
    }
    
 .hero-slider .half-layout-container .row.row-reverse .slide-content {
    padding-right: 6rem;
    padding-left: 2.5rem;
    }
}

@media(max-width:991.98px){

 .hero-slider .swiper-slide {
    aspect-ratio: 1 / 1;
    min-height: 0;
    }

 .hero-slider .swiper-slide .slide-inner,
 .hero-slider .slide-image-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    }

 .hero-slider .slide-inner > .container-full,
 .hero-slider .slide-inner > .container-fluid,
 .hero-slider .half-layout-container {
    z-index: 2;
    }

 .hero-slider .half-layout-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    }

 .hero-slider .half-layout-container .halfimage-wrap {
    display: none;
    }

 .hero-slider .half-layout-container .slide-content {
    flex: 0 0 100%;
    max-width: 100%;
    }
    
 .hero-slider .slide-content {
    padding-top: 3rem;
    padding-bottom: 6rem;
    }
}



/* hero slider navigation */

.hero-slider-nav {
	position: absolute;
	bottom: 3rem;
	z-index: 8;
	width: 100%;
    }

.hero-slider-nav .container-fluid {
    position: relative;
}

.hero-slider-nav-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    width: max-content;
    margin: 0 auto;
}

.hero-slider-nav-main .link--arrowed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 28px;
    margin: 0;
    cursor: pointer;
}

.hero-slider-nav-main .arrow-icon {
    width: 38px;
    height: 28px;
}

.hero-slider-nav-main .arrow-icon--circle {
    display: none;
}

.hero-slider-nav .arrow-icon--arrow  {
	stroke: rgba(255, 255, 255, 0.75) !important;
	}

.hero-slider .hero-pagination {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: auto;
    line-height: 1;
}

.hero-slider .hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: transparent;
    opacity: 1;
}

.hero-slider .hero-pagination .swiper-pagination-bullet-active {
    background: #fff;
    border-color: #fff;
}

.hero-slider-nav .arrow-down svg {
      transform: rotate(90deg);
    }

.hero-slider-nav .arrow-down .scroll-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none!important;
    color: rgba(255, 255, 255, 0.75);
}


@media(max-width:991.98px){
    .hero-slider-nav {
        bottom: 1.75rem;
    }
    .hero-slider-nav .arrow-icon--arrow {
        stroke:rgba(255, 255, 255, 0.75)!important;
    }
    .hero-slider .hero-pagination .swiper-pagination-bullet {
        border-color: rgba(255, 255, 255, 0.75);
    }
    .hero-slider .hero-pagination .swiper-pagination-bullet-active {
        background: #fff;
        border-color: #fff;
    }
    .hero-slider-nav .arrow-down .scroll-label {
    color:rgba(255, 255, 255, 0.75);
    }
}





/* LOCATIONS SLIDER */

.locations-slider-section {
    overflow: visible;
    color: var(--primary);
}

.locations-slider {
    overflow: visible;
}

.locations-slider .swiper-slide {
    width: 340px;
    max-width: 78vw;
}

.locations-slider-card {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.locations-slider-card:hover,
.locations-slider-card:focus {
    color: #fff;
    text-decoration: none;
}

.locations-slider-figure {
    position: relative;
    width: 100%;
    margin: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgba(0, 40, 50, 0.12);
}

.locations-slider-figure:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 40, 50, 0) 42%, rgba(0, 40, 50, 0.68) 100%);
    pointer-events: none;
}

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

.locations-slider-card:hover .locations-slider-img,
.locations-slider-card:focus .locations-slider-img {
    transform: scale(1.04);
}

.locations-slider-name {
    position: absolute;
    z-index: 2;
    left: 1.5rem;
    bottom: 1.25rem;
    max-width: calc(100% - 5.5rem);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
}

.locations-slider-action {
    position: absolute;
    z-index: 2;
    right: 1.25rem;
    bottom: 1.15rem;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.68);
}

.locations-slider-action:before,
.locations-slider-action:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.locations-slider-action:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.locations-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: max-content;
    max-width: 100%;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
}

.locations-slider-arrow {
    position: relative;
    flex: 0 0 auto;
    width: 42px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--primary);
}

.locations-slider-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: currentColor;
}

.locations-slider-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.locations-slider-prev:after {
    left: 0;
    border-left: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
}

.locations-slider-next:after {
    right: 0;
    border-right: 1px solid currentColor;
}

.locations-slider-pagination {
    position: static;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: auto;
}

.locations-slider-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0;
    border: 1px solid currentColor;
    background: transparent;
    opacity: 1;
}

.locations-slider-pagination .swiper-pagination-bullet-active {
    background: currentColor;
}

@media (min-width: 1200px) {
    .locations-slider .swiper-slide {
        width: 360px;
    }
}

@media (max-width: 767.98px) {
    .locations-slider .swiper-slide {
        width: 280px;
    }

    .locations-slider-name {
        left: 1rem;
        bottom: 1rem;
        font-size: 1.35rem;
    }

    .locations-slider-action {
        right: 1rem;
        bottom: 0.9rem;
    }

    .locations-slider-nav {
        margin-top: 2.5rem;
    }
}


/* GRID SLIDER */






.grid {
	display: grid;
    grid-gap: var(--grid-gap, 1rem);
    grid-template-columns: 1fr 1fr 1fr;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.grid-slider {
    overflow: hidden;
    position: relative;
    }

.swiper-slide .grid-wrapper {
    padding-bottom: 50%;
    grid-auto-flow: dense;
    }

.swiper-slide .grid-wrapper.height-50 {
    padding-bottom: 50%;
}
.swiper-slide .grid-wrapper.height-75 {
    padding-bottom: 75%;
}
.swiper-slide .grid-wrapper.height-100 {
    padding-bottom: 100%;
}
.swiper-slide .grid-wrapper.height-125 {
    padding-bottom: 125%;
}

.grid-wrapper .grid.one {
    grid-template-columns: 1fr;
    }
.grid-wrapper .grid.two {
    grid-template-columns: 1fr 1fr;
    }
.grid-wrapper .grid.three {
    grid-template-columns: 1fr 1fr 1fr;
    }
.grid-wrapper .grid.four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.grid-wrapper .grid.five {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
.grid-wrapper .grid.six {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }


.grid-item.col-span-2 {
    grid-column: auto / span 2;
}
.grid-item.col-span-3 {
    grid-column: auto / span 3;
}
.grid-item.col-span-4 {
    grid-column: auto / span 4;
}

.grid-item.row-span-2 {
    grid-row: auto / span 2;
}
.grid-item.row-span-3 {
    grid-row: auto / span 3;
}
.grid-item.row-span-4 {
    grid-row: auto / span 4;
}



.grid-item {
	position: relative;
	overflow: hidden;
	}

.grid-item img {
	width: 100%;
    height: 100%;
	left: 0;
	top: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
	-o-object-position: center;
    object-position: center;
    transform-origin: center
    }

.grid-item video {
	width: 100%;
    height: 100%;
	left: 0;
	top: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
	-o-object-position: center;
	object-position: center;
    transform: scale(1.1);
    transform-origin: top center
	}


/* ----- NEXT PAGE LINK ---- */

.next-page-link-wrapper a  {
    text-decoration: none!important;
    }
.next-page-link-wrapper a:hover span {
    text-decoration:underline;
}


/* ----- TOP BAR ----- */


.top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	-webkit-transition: all .75s;
	transition: all .75s;
	z-index: 9;
	}

.top-bar.is-fixed  {
	-webkit-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
	}


.top-bar .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	}

.top-bar .widget_nav_menu {
	margin-left: auto;
	margin-right: 1rem;
	}

.top-bar .menu {
	list-style: none;
	margin-bottom: 0;
	}

.top-bar .menu li {
	display: inline-block;
	}

.top-bar .menu li a {
	height: 40px;
	padding: 0 0.75rem;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
	font-size: 13px;
	border-right: 1px solid #aaa;
}

.top-bar .menu li.highlight a {
	color: #e0bf97;
}

.top-bar .menu li:last-child a {
	border-right: 0px;
}

.top-bar nav.topbar-nav{
	background: #666;
	z-index: 2;
	position: relative;
	width: 100%;
	}

.search-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 0;
	min-height: 100px;
	background: #fff;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	opacity: 0;
	z-index: 0;
	width: 100%;
	}

.search-wrapper.active {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}

.search-wrapper form {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-wrapper .form-control {
	border-radius: 0;
	border: 0 solid transparent;
	height: 100px;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	width: 100%;
	background: transparent;
	-webkit-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
	}

.search-wrapper .btn {
	border: 1px solid transparent;
	position: absolute;
	padding: 0;
	font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	width: 42px;
	height: 42px;
	right: 1.25rem;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border-radius: 50%;
	}


.search-wrapper .btn:hover,
.search-wrapper .btn:focus {
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 #fff;
	outline: 0 none !important;
	border-color: transparent !important;
	background: transparent;
	}


.search-btn {
	margin-left: 1rem;
	position: relative;
	right: 2rem;
	top: 0;
	width: 40px;
	height: 40px;
	}

.search-btn .fa {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: absolute;
	font-size: 16px;
	top: 0.625rem;
	right: 0rem;
	}


.search-btn .fa.active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.search-btn .fa.fa-search {
	color: inherit;
	font-size: 18px;
}

.search-btn:hover .fa.fa-search {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.search-btn .fa.fa-times {
	color: #f26581;
}

.search-btn .fa.fa-times:hover {
	color: #f26581;
}



@media (min-width:992px) {
	.search-wrapper .fa-long-arrow-right {
		display: none;
		visibility: hidden;
	}
}

@media (max-width:991.98px) {
	.search-wrapper .fa-times {
		display: none;
		visibility: hidden;
	}
}

.search-wrapper.active:after {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}


/* SPLITTING ANIMES */
/* more examples - https://codepen.io/shshaw/pen/XVjKrG */

/* Anime Words */


.animewords {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.animewords span.word {
	color: transparent;
	overflow: hidden;
	position: relative;
	padding: 0rem .15em;
}

.animewords span.word:before {
	display: block;
	content: attr(data-word);
	position: absolute;
	color: #333;
	top: 0;
	left: 0;
	padding: 0;
	}

.animewords span.word:before {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	}

.animewords span.word.appear:before {
	-webkit-animation: reveal-wors 1.5s cubic-bezier(1,.08,.6,1.16) both;
	animation: reveal-wors 1.5s  cubic-bezier(1,.08,.6,1.16) both;
	-webkit-animation-delay: calc(.05s * var(--line-index));
	animation-delay: calc(.05s * var(--line-index));
	}


@-webkit-keyframes reveal-wors {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		opacity: 1;
	}
}

@keyframes reveal-wors {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		opacity: 1;
	}
}



/* Anime Chars */


.animechars span.word {
	color: transparent;
	overflow: hidden;
	position: relative;
	line-height: 1;
	display: inline-block;
	} 

.animechars span.word .char {
	color: transparent;
	overflow: hidden;
	position: relative;
	display: inline-block;
	} 

.animechars span.word .char:before {
	content: '';
	display: block;
	content: attr(data-char);
	position: absolute;
	top:0;
	left: 0;
	color: #333;
	opacity: 0;
	}

.animechars.appear span.char.appear:before {
	-webkit-animation: reveal-chars 0.5s cubic-bezier(1,.08,.6,1.16) forwards;
	animation: reveal-chars 0.5s cubic-bezier(1,.08,.6,1.16) forwards;
	-webkit-animation-delay: calc(.01s * var(--char-index));
	animation-delay: calc(.01s * var(--char-index));
	} 

@-webkit-keyframes reveal-chars {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

@keyframes reveal-chars {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}



/* ----------------------- FOOTER --------------------------*/



.site-footer {
    font-size: 14px;
    padding-top: 6rem;
    padding-bottom: 6rem;
    letter-spacing: .1px;
    background: #EBEDEE;
	}

.footer-logo {
    max-width: 230px;
    margin-bottom: 1rem;
    }

.footer-signature {
    /* font-size: 1.5rem;*/
	font-size: clamp(1.00rem, 0.79730rem + 0.97297vw, 1.50rem);
    font-weight: 300;
	
    display: flex;
    align-items: flex-end;
	margin-bottom:1.5rem;
    }

@media( min-width:992px) {

.footer-signature {
	margin-bottom:0;
	line-height:.85;
	}
	
	
.footer-signature:after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--main-color);
    flex: 1;
    }
	}




.site-footer a {
	text-decoration: underline;
	}

.site-footer h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	}

.site-footer ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	}

.site-footer ul li a {
	text-decoration: none !important;
	}

.bottomline {
    font-size: 12px;
    }

.bottomline ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.bottomline ul li {
	display: inline-block;
	font-size: 12px;
	}

.bottomline ul li a {
	padding: 0 0.5rem;
	}


/* ----- CONTACT FORM 7 ----- */


label {
	font-size: 14px;
	margin-bottom: 0.5rem;
    font-weight: 400;
    }

.form-group p {
	margin-bottom: 0;
	font-size: 12px;
    }

.form-control {
	height: 46px;
    }

.form-check-input {
    border:0;
    }


.form-control:hover,
.form-control:focus {
	outline: 0 none !important;
	-webkit-box-shadow: 0 0 0px #3962ff;
	box-shadow: 0 0 0px #3962ff;
}



.wpcf7-list-item {
    display: block;
    margin: 0 0 0 0;
}

span.wpcf7-not-valid-tip {
	color: #da5a45;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-top: 0.25rem;
}



.codedropz-upload-inner h3 {
    margin: 5px 0;
    font-size: 1.25rem;
    line-height: 1.3; 
    word-break: break-word;
}


div.wpcf7-response-output {
	margin: 2em 0 1em;
	color: #fff;
	padding: 0.2em 1em;
	border: 2px solid #da5a45;
	background: #da5a45;
	font-size: 13px;
	font-weight: 500;
}


div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #d8b62c;
	background: #d8b62c;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #60c78a;
	background: #60c78a;
}



span.req {
	color: #ff5d54;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
}


.privacy-modal .modal-header {
	padding-left: 2rem;
	}

.privacy-modal .modal-body {
	padding: 2rem;
	font-size: 14px;
	}

.site-modal-close {
    position: fixed;
    z-index: 1065;
    top: 1.25rem;
    right: clamp(1rem, 5.8vw, 5rem);
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 0;
    background: transparent;
    color: #fff;
    }

.site-modal-close:before,
.site-modal-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
    }

.site-modal-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    }

.site-modal-close:hover,
.site-modal-close:focus {
    color: #fff;
    outline: none;
    }

.booking-modal .modal-header,
.booking-modal .modal-body,
.booking-modal .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
    }

.booking-modal .modal-header {
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    }

.booking-modal-logo {
    display: block;
    width: 220px;
    max-width: 52%;
    color: inherit;
    }

.booking-modal-logo svg {
    display: block;
    width: 100%;
    height: auto;
    }

.booking-modal .modal-title {
    margin-left: auto;
    text-align: right;
    }

.booking-hotels-location + .booking-hotels-location {
    margin-top: 2.5rem;
    }

.booking-hotels-location-title {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
    }

.booking-hotels-items {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(0, 40, 50, 0.28);
    }

.booking-hotels-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.5rem;
    padding: .5rem 0.75rem;
        min-height: 60px;
    border-bottom: 1px solid rgba(0, 40, 50, 0.28);
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    }

.booking-hotels-item-link:hover,
.booking-hotels-item-link:focus {
    background: rgba(0, 40, 50, 0.06);
    color: inherit;
    text-decoration: none;
}

.booking-hotels-item-link:hover .booking-hotels-link {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
    }

.booking-hotels-name {
    min-width: 0;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1.125rem;
    }

.booking-hotels-link {
    padding: 0.375rem 1rem;
}

.booking-hotels-status {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: right;
    text-transform: uppercase;
    padding: 0.25rem .5rem;
    }

@media (max-width: 575.98px) {
    .booking-modal .modal-header,
    .booking-modal .modal-body,
    .booking-modal .modal-footer {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .site-modal-close {
        top: 0.75rem;
        right: 0.75rem;
    }

    .booking-modal .modal-header {
        gap: 1rem;
    }

    .booking-modal-logo {
        width: 170px;
    }

    .booking-hotels-item {
        gap: 0.75rem;
        padding: 0.5rem 0;
    }

    .booking-hotels-link {
        width: 100%;
    }

    .booking-hotels-status {
        text-align: left;
    }
    
    .booking-hotels-name {
        font-size: 1rem;
    }
    
    .booking-hotels-link {
    padding: 0.25rem .75rem;
        font-size: 0.875rem;
    }
}



/* ---------------- SECTIONS  -------------- */

section.pt-15 { padding-top: 12rem !important; }
section.pt-12 { padding-top: 9rem !important; }
section.pt-9 { padding-top: 6rem !important; }
section.pt-6 { padding-top: 4.5rem !important; }
section.pt-3 { padding-top: 3rem !important; }

section.pb-15 { padding-bottom: 12rem !important; }
section.pb-12 { padding-bottom: 9rem !important; }
section.pb-9 { padding-bottom: 6rem !important; }
section.pb-6 { padding-bottom: 4.5rem !important; }
section.pb-3 { padding-bottom: 3rem !important; }

section.mt-15 { margin-top: 12rem !important; }
section.mt-12 { margin-top: 9rem !important; }
section.mt-9 { margin-top: 6rem !important; }
section.mt-6 { margin-top: 4.5rem !important; }
section.mt-3 { margin-top: 3rem !important;}

section.mb-15 { margin-bottom: 12rem !important; }
section.mb-12 {	margin-bottom: 9rem !important; }
section.mb-9 { margin-bottom: 6rem !important; }
section.mb-6 { margin-bottom: 4.5rem !important; }
section.mb-3 {	margin-bottom: 3rem !important; }


@media (min-width:992px) {

section.pt-15 { padding-top: 15rem !important; }
section.pt-12 { padding-top: 12rem !important; }
section.pt-9 { padding-top: 9rem !important; }
section.pt-6 { padding-top: 6rem !important; }
section.pt-3 { padding-top: 3rem !important; }
	
section.pb-15 { padding-bottom: 15rem !important; }
section.pb-12 { padding-bottom: 12rem !important; }
section.pb-9 { padding-bottom: 9rem !important; }
section.pb-6 { padding-bottom: 6rem !important; }
section.pb-3 { padding-bottom: 3rem !important; }

section.mt-15 { margin-top: 15rem !important; }
section.mt-12 { margin-top: 12rem !important; }
section.mt-9 { margin-top: 9rem !important; }
section.mt-6 { margin-top: 6rem !important; }
section.mt-3 { margin-top: 3rem !important; }
	
section.mb-15 { margin-bottom: 15rem !important; }
section.mb-12 { margin-bottom: 12rem !important; }
section.mb-9 { margin-bottom: 9rem !important; }
section.mb-6 { margin-bottom: 6rem !important; }
section.mb-3 { margin-bottom: 3rem !important; }
	
}


section.first-section {
	padding-top: 12rem!important;	
}

@media(max-width:991.98px) {
	section.first-section {
	padding-top: 6rem!important;	
}
}



/* --------------  SOCIAL ICONS ------------------ */

.social-media-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -0.5rem !important;
}

.social-media-icons li {
	padding: 0;
}

.social-media-icons li:first-child {
}

.social-media-icons i {
	font-size: 18px !important;
	color: inherit !important;
	text-align: center;
	line-height: 36px;
	height: 36px;
	width: 36px;
	overflow: hidden;
	transition: all 0.25s ease, opacity 0.2s linear;
	-webkit-transition: all 0.25s ease, opacity 0.2s linear;
}

.social-media-icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
}

.social-media-icons a:hover {
	text-decoration: none;
}

.social-media-icons i:before,
.social-media-icons i:after {
	display: block;
	-webkit-transition: opacity 0.2s linear, -webkit-transform 0.25s ease;
	transition: opacity 0.2s linear, -webkit-transform 0.25s ease;
	transition: transform 0.25s ease, opacity 0.2s linear;
	transition: transform 0.25s ease, opacity 0.2s linear, -webkit-transform 0.25s ease;
	-webkit-transition: -webkit-transform 0.25s ease, opacity 0.2s linear;
}

.social-media-icons i:hover:before,
.social-media-icons i:hover:after {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.social-media-icons .fa-facebook-f:before,
.social-media-icons .fa-facebook:before,
.social-media-icons .fa-facebook-f:after,
.social-media-icons .fa-facebook:after {
	content: "\f09a";
}

.social-media-icons .fa-google-plus:before,
.social-media-icons .fa-google-plus:after {
	content: "\f0d5";
}

.social-media-icons .fa-instagram:before,
.social-media-icons .fa-instagram:after {
	content: "\f16d";
}

.social-media-icons .fa-twitter:before,
.social-media-icons .fa-twitter:after {
	content: "\f099";
}

.social-media-icons .fa-flickr:before,
.social-media-icons .fa-flickr:after {
	content: "\f16e";
}

.social-media-icons .fa-pinterest:before,
.social-media-icons .fa-pinterest:after {
	content: "\f0d2";
}

.social-media-icons .fa-youtube:before,
.social-media-icons .fa-youtube:after {
	content: "\f167";
}

.social-media-icons .fa-vimeo-square:before,
.social-media-icons .fa-vimeo-square:after {
	content: "\f194";
}

.social-media-icons .fa-tumblr:before,
.social-media-icons .fa-tumblr:after {
	content: "\f173";
}

.social-media-icons .fa-dribbble:before,
.social-media-icons .fa-dribbble:after {
	content: "\f17d";
}

.social-media-icons .fa-whatsapp:before,
.social-media-icons .fa-whatsapp:after {
	content: "\f232";
}

.social-media-icons .fa-feed:before,
.social-media-icons .fa-rss:before,
.social-media-icons .fa-feed:after,
.social-media-icons .fa-rss:after {
	content: "\f09e";
}

.social-media-icons .fa-linkedin:before,
.social-media-icons .fa-linkedin:after {
	content: "\f0e1";
}

.social-media-icons .fa-tripadvisor:before,
.social-media-icons .fa-tripadvisor:after {
	content: "\f262" !important;
}

.social-media-icons .fa-envelope:before,
.social-media-icons .fa-envelope:after {
	content: "\f0e0";
}



/* Google MAPS */

.map {
    padding-bottom: 46%;
    position: relative;
}




/* ----- FONT AWESOME ----- */


@font-face {
	font-family: 'FontAwesome';
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-user:before {
	content: "\f007";
}

.fa-check:before {
	content: "\f00c";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-phone:before {
	content: "\f095";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-photo-o:before, 
.fa-file-picture-o:before, 
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-zip-o:before, 
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-download:before {
    content: "\f019";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-angle-down:before {
	content: "\f107";
	}

.fa-angle-left:before {
	content: "\f104";
	}

.fa-angle-right:before {
	content: "\f105";
	}

.fa-angle-up:before {
	content: "\f106";
	}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}



.swiper-pixi {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
   
}


.swiper-pixi .swiper-slide{
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 30px;
}


.rgbShiftSlider {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            /*mix-blend-mode: hard-light;*/
            opacity: 0.85;
            width: 100vw;
            height: 100%;
            overflow: hidden;
            /*transform-origin : 50vw 300vh;*/
            transform-origin: 50% 50%;
        }

        canvas {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
        }







/* Theme Edition */

.edition-hero {
    padding: 9rem 0 6rem;
    color: var(--primary);
    }

.edition-hero-grid,
.edition-hero-bottom {
    width: 100%;
    }

.edition-hero-main {
    position: relative;
    overflow: hidden;
    }

.edition-hero-figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: rgba(0, 40, 50, 0.08);
}

.edition-hero-main .edition-hero-figure {
    aspect-ratio: 16 / 8.35;
    min-height: 420px;
}

.edition-hero-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edition-hero-heading {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 1rem;
    color: #fff;
    pointer-events: none;
}

.edition-hero-title,
.edition-hero-label,
.edition-hero-copy {
    font-family: var(--serifed);
    font-weight: var(--serifed-weight);
    line-height: var(--serifed-line-height);
    text-transform: uppercase;
    letter-spacing: 0;
    
}

.edition-hero-title {
    margin: 0;
    font-size: 6rem;
    line-height: var(--serifed-line-height);
    overflow-wrap: break-word;
    font-style: italic;
}

.edition-hero-label {
    margin: 0;
    font-size: 3rem;
    line-height: var(--serifed-line-height);
}

.edition-hero-bottom {
    align-items: stretch;
}

.edition-hero-bottom > [class*="col-"] {
    display: flex;
}

.edition-hero-figure-secondary {
    aspect-ratio: 1 / 1.2;
}

.edition-hero-figure-detail {
    aspect-ratio: 1 / 1.2;
    align-self: flex-start;
}

.edition-hero-copy-col {
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 21rem;
    padding: 3rem 0 0 3rem;
}

.edition-hero-copy {
    width: 100%;
    max-width: 440px;
    line-height: var(--serifed-line-height);
    text-align: right;
}

.edition-hero-copy p {
    margin: 0;
    font-weight: 500;
}

.edition-hero-copy em {
    font-style: italic;
}

.edition-hotels {
    color: var(--primary);
}

.edition-hotels-inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.edition-hotels-location {
    align-items: flex-start;
    padding: 1.45rem 0;
    border-bottom: 1px solid rgba(0, 40, 50, 0.42);
}

.edition-hotels-city {
    margin: 0.35rem 0 0;
    font-family: var(--main-font);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
}

.edition-hotels-list {
    width: 100%;
    max-width: 240px;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
}

.edition-hotels-item + .edition-hotels-item {
    /*margin-top: 0.85rem;*/
    padding: 1rem 0; 
}

.edition-hotels-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 1rem;
    align-items: center;
    color: inherit;
    text-decoration: none;
    }

.edition-hotels-link:hover,
.edition-hotels-link:focus {
    color: inherit;
    text-decoration: none;
    }

.edition-hotels-text {
    display: block;
    text-align: right;
        max-width: 150px;
    margin-left: auto;
    }

.edition-hotels-name {
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
    }

.edition-hotels-status {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.edition-hotels-action {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(0, 40, 50, 0.45);
}

.edition-hotels-action:before,
.edition-hotels-action:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.edition-hotels-action:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.edition-story {
    color: var(--primary);
}

.edition-story-grid {
    margin: 0 auto;
    align-items: end;
}

.edition-story-text-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0;
}

.edition-story-text {
    padding-right: 2rem;
    margin-bottom: 4.5rem;
}

.edition-story-text h2,
.edition-story-text h3 {
    margin: 0 0 1.25rem;
    font-family: var(--main-font);
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: 0;
}

.edition-story-text p {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.45;
}

.edition-story-text p:last-child {
    margin-bottom: 0;
    font-weight: 600;
}

.edition-story-figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: rgba(0, 40, 50, 0.08);
}

.edition-story-figure-left {
    aspect-ratio: 4 / 5.55;
}

.edition-story-figure-right {
    aspect-ratio: 1 / 1.25;
}

.edition-story-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edition-explore {
    color: var(--primary);
    text-align: center;
}

.edition-explore-inner {
    max-width: 520px;
    margin: 0 auto;
}

.edition-explore-title {
    margin: 0 0 3rem;
    font-family: var(--serifed);
    font-weight: var(--serifed-weight);
    line-height: var(--serifed-line-height);
    text-transform: uppercase;
    letter-spacing: 0;
    }

.edition-explore-title em {
    font-style: italic;
    }

.edition-explore-intro {
    margin: -1.5rem 0 2rem;
    font-family: var(--main-font);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    }

.edition-explore-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    }

.edition-explore-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 0.75rem 2.5rem;
    color: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.edition-stay-cta {
    padding: 4.5rem 0;
    background: #fff;
    color: var(--primary);
}

.edition-stay-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    justify-content: center;
    }

.edition-stay-cta-title {
    margin: 0;
    font-family: var(--serifed);
    font-weight: var(--serifed-weight);
    line-height: var(--serifed-line-height);
    text-transform: uppercase;
    letter-spacing: 0;
    }

.edition-stay-cta-title em {
    font-style: italic;
    }

.edition-stay-cta-link {
    flex: 0 0 auto;
    min-width: 190px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0;
    }


@media (max-width: 991.98px) {
    .edition-hero {
        padding: 3rem 0 0;
    }
}



@media (max-width: 767.98px) {
    
    
    .edition-hotels-city {
        font-size: 1rem;
    }
    .edition-hotels-name {
        font-size: 1rem;
    }
    
    
}




@media (min-width: 768px) {
    .edition-hero-main .edition-hero-figure {
        min-height: 520px;
    }

    .edition-hero-title {
        font-size: 9rem;
        margin-top: -1.75rem;
    }

    .edition-hero-label {
        font-size: 3.5rem;
        margin-top: -.25rem;
    }

}

@media (min-width: 992px) {
    .edition-hero-title {
        font-size: 13rem;
        margin-top: -2.5rem;
    }

    .edition-hero-label {
        font-size: 4.5rem;
        margin-top: -1rem;
    }

    .edition-hero-copy-col {
        min-height: 25rem;
    }
}

@media (min-width: 1200px) {
    .edition-hero-main .edition-hero-figure {
        min-height: 620px;
    }

    .edition-hero-title {
        font-size: 18vw;
        margin-top: -3.5vw;
    }

    .edition-hero-label {
        font-size: 5rem;
        margin-top: -2vw;
    }

    .edition-hero-copy-col {
        min-height: 31rem;
    }
}

@media (max-width: 991.98px) {
    .edition-hero-copy-col {
        min-height: auto;
        padding: 2.5rem 0 0;
    }

    .edition-story-grid {
        display: grid;
        grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
        align-items: end;
        max-width: none;
    }

    .edition-story-text-col {
        display: contents;
        padding-right: 0;
    }

    .edition-story-text {
        grid-column: 1 / -1;
        width: 100%;
        max-width: none;
        padding-right: 0;
        margin-bottom: 4.5rem;
        }
    
    .edition-story-text p { 
        font-size: 1rem;
    }
    

    .edition-story-figure-left {
        grid-column: 1;
    }

    .edition-story-image-col {
        grid-column: 2;
        margin-top: 0;
    }
    
    .edition-hero-copy {
        max-width: none;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        margin-top: 4.5rem
    }

}


@media (max-width: 767.98px) {
    .edition-hero {
        padding: 3rem 0 0rem;
    }

    .edition-hero .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .edition-hero-main .edition-hero-figure {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .edition-hero-title {
        font-size: 4.2rem;
        line-height: var(--serifed-line-height);
    }

    .edition-hero-label {
        font-size: 2.3rem;
    }

    .edition-hotels-inner {
        max-width: none;
    }

    .edition-hotels-location {
        padding: 1.25rem 0;
    }

    .edition-hotels-list {
        max-width: none;
    }

    .edition-hotels-link {
        grid-template-columns: minmax(0, 1fr) 32px;
        gap: 0.8rem;
    }

    .edition-hotels-action {
        width: 32px;
        height: 32px;
    }

    .edition-story-grid {
        max-width: none;
    }

    .edition-story-text {
        max-width: none;
        padding-right: 0;
        margin-bottom: 4.5rem;
    }

    .edition-story-text h2,
    .edition-story-text h3 {
        font-size: 1.8rem;
    }

    .edition-story-image-col {
        margin-top: 0;
    }

    .edition-explore-actions {
        gap: 0.9rem;
    }

    .edition-explore-link {
        min-width: 132px;
    }

    .edition-stay-cta {
        padding: 3rem 0;
    }

    .edition-stay-cta-inner {
        display: block;
    }

    .edition-stay-cta-title {
        margin-bottom: 1.5rem;
    }

    .edition-stay-cta-link {
        min-width: 0;
        width: 100%;
    }
}




.edition-intro {
    
}

.edition-intro-text {
    font-size: var(--text-lg);
    text-align: center;
    font-weight: 300;
    }

.edition-intro-text p {
    font-weight: 300;
    }



/* Theme Location */

.theme-location-template {
    background: #fff;
    color: var(--primary);
    }

.location-hero {
    padding: 12rem 0 9rem;
    text-align: center;
    }

.location-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    }

.location-title {
    margin: 0 0 2rem;
    font-family: var(--main-font);
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    }

.location-intro {
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.5;
    }

.location-intro p {
    margin: 0;
    font-weight: 300;
    }

.location-gallery-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    }

.location-gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.42fr) minmax(0, 1fr);
    gap: 0;
    width: 100%;
    aspect-ratio: 2 / 1;
    align-items: stretch;
    }

.location-gallery-count-1 {
    grid-template-columns: minmax(0, 1fr);
    }

.location-gallery-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }

.location-gallery-figure {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: rgba(0, 40, 50, 0.08);
    }

.location-gallery-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

.location-statement {
    text-align: center;
    }

.location-statement-text {
    max-width: 560px;
    margin: 0 auto;
    font-family: var(--serifed);
    font-weight: var(--serifed-weight);
    line-height: var(--serifed-line-height);
    text-transform: uppercase;
    letter-spacing: 0;
    }

.location-statement-text p {
    margin: 0;
    }

.location-statement-text em {
    font-style: italic;
    }

.location-divider-figure {
    width: 100%;
    height: 170px;
    margin: 0;
    overflow: hidden;
    background-color: rgba(0, 40, 50, 0.08);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

.location-hotels-inner {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    }

.location-hotels-list {
    margin: 0;
    padding: 0;
    list-style: none;
    }

.location-hotels-item {
    border-bottom: 1px solid rgba(0, 40, 50, 0.42);
    }

.location-hotels-link {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) 180px;
    gap: 2rem;
    align-items: center;
    min-height: 112px;
    padding: 1.2rem 0;
    color: inherit;
    text-decoration: none;
    }

.location-hotels-link:hover,
.location-hotels-link:focus {
    color: inherit;
    text-decoration: none;
    }

.location-hotels-thumb {
    position: relative;
    display: block;
    width: 160px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f4f6f6;
    border: 1px solid rgba(0, 40, 50, 0.18);
    }

.location-hotels-img,
.location-hotels-thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

.location-hotels-name {
    display: block;
    min-width: 0;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    }

.location-hotels-edition {
    display: block;
    justify-self: end;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: right;
    text-transform: uppercase;
    }

.location-hotels-item.is-coming-soon .location-hotels-thumb:after {
    content: 'Coming Soon';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.5);
    color: var(--primary);
    font-size: 0.725em;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    }

.location-editions-cta {
    background: #BEC6C4;
    }

.location-editions-cta .edition-explore-title {
    margin-bottom: 2rem;
    }

.location-editions-cta .edition-explore-intro {
    margin: -0.75rem 0 2rem;
    }


@media (min-width: 1200px) {

    .location-gallery-grid {
        aspect-ratio: 1.94 / 1;
    }
}

@media (max-width: 991.98px) {
    .location-hero {
        padding: 7rem 0 5rem;
    }

    .location-gallery-grid {
        aspect-ratio: 1.75 / 1;
    }

    .location-hotels-link {
        grid-template-columns: 140px minmax(0, 1fr) 140px;
        gap: 1.5rem;
    }

    .location-hotels-thumb {
        width: 140px;
    }
}

@media (max-width: 767.98px) {
    .location-hero {
        padding: 4.5rem 0 4.5rem;
    }

    .location-title {
        font-size: 2.125rem;
    }

    /*
    .location-gallery-grid,
    .location-gallery-count-2 {
        grid-template-columns: minmax(0, 1fr);
        aspect-ratio: auto;
    }
    */

    .location-gallery-figure {
        height: auto;
        aspect-ratio: 3 / 4;
    }

    .location-statement-text {
        max-width: 390px;
    }

    .location-divider-figure {
        height: 125px;
    }

    .location-hotels-link {
        /*grid-template-columns: 116px minmax(0, 1fr);*/
        gap: 1rem;
        min-height: 0;
        
        display: flex;
    }

    .location-hotels-thumb {
        width: 90px;
        min-width: 90px;
    }

    .location-hotels-name {
        font-size: .875rem;
        font-weight: 400;
        flex: 1;
    }

    .location-hotels-edition {
        grid-column: 2;
        justify-self: start;
        text-align: left;
        font-size: .75rem;
        width: 50px;
    }

}



/* Hotels Archive */

.hotels-archive-template {
    background: #fff;
    color: var(--primary);
    }

.hotels-archive-hero {
    text-align: center;
    }

.hotels-archive-title {
    max-width: 700px;
    margin: 0 auto;
    font-family: var(--serifed);
    font-weight: var(--serifed-weight);
    line-height: var(--serifed-line-height);
    text-transform: uppercase;
    letter-spacing: 0;
    }

.hotels-archive-title em {
    font-style: italic;
    }

.hotels-archive-list .container-fluid {
    max-width: 1120px;
    }

.hotels-archive-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.25rem 1rem;
    }

.hotels-archive-location-card,
.hotels-archive-card-link {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: inherit;
    text-decoration: none;
    }

.hotels-archive-location-card:hover,
.hotels-archive-location-card:focus,
.hotels-archive-card-link:hover,
.hotels-archive-card-link:focus {
    color: inherit;
    text-decoration: none;
    }

.hotels-archive-location-card {
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 1.5rem;
    background: var(--primary);
    color: #fff;
    text-align: center;
    }

.hotels-archive-location-card:hover,
.hotels-archive-location-card:focus {
    color: #fff;
    }

.hotels-archive-location-name {
    display: block;
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
    }

.hotels-archive-location-arrow {
    position: relative;
    display: block;
    width: 64px;
    height: 1px;
    margin-top: 2.25rem;
    background: currentColor;
    }

.hotels-archive-location-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    }

.hotels-archive-card-media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid transparent;
    background: #fff;
    }

.hotels-archive-card-img,
.hotels-archive-card-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

.hotels-archive-card-placeholder {
    border: 1px solid rgba(0, 40, 50, 0.55);
    background: #fff;
    }

.hotels-archive-card-status {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #111;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    }

.hotels-archive-card.is-coming-soon .hotels-archive-card-img {
    filter: brightness(0.68);
    }

.hotels-archive-card.is-coming-soon .hotels-archive-card-img + .hotels-archive-card-status {
    color: #fff;
    }

.hotels-archive-card-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    align-items: end;
    gap: 0.75rem;
    min-height: 58px;
    padding: 0.75rem 0 0.55rem;
    border-bottom: 1px solid rgba(0, 40, 50, 0.65);
    }

.hotels-archive-card-title {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.12;
    text-transform: uppercase;
    }

.hotels-archive-card-action {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 40, 50, 0.65);
    }

.hotels-archive-card-action:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    height: 1px;
    background: currentColor;
    }

.hotels-archive-card-action:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    height: 10px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    }

.hotels-archive-cta {
    background: #c6d0ce;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    }

.hotels-archive-cta-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    }

.hotels-archive-cta-title {
    margin: 0;
    font-family: var(--serifed);
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    font-weight: var(--serifed-weight);
    line-height: var(--serifed-line-height);
    text-transform: uppercase;
    letter-spacing: 0;
    }

.hotels-archive-cta-title em {
    font-style: italic;
    }

.hotels-archive-cta-link {
    min-width: 126px;
    }

@media (max-width: 991.98px) {
    .hotels-archive-list .container-fluid {
        max-width: 720px;
    }

    .hotels-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotels-archive-cta-inner {
        display: block;
        text-align: center;
    }

    .hotels-archive-cta-title {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .hotels-archive-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.75rem;
    }
}



/* Single Hotel */

.single-hotel-template {
    background: #fff;
    color: var(--primary);
    }

.hotel-hero {
    position: relative;
    height: min(100vh, 56.25vw);
    overflow: hidden;
    background: rgba(0, 40, 50, 0.08);
    }

.hotel-hero-slider,
.hotel-hero-slider .swiper-wrapper,
.hotel-hero-slider .swiper-slide,
.hotel-hero-figure {
    width: 100%;
    height: 100%;
    }

.hotel-hero-figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    }

.hotel-hero-figure.has-overlay:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    }

.hotel-hero-img,
.hotel-hero-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

.hotel-hero-logo-wrap {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem;
    pointer-events: none;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    }

.hotel-hero-logo-img {
    display: block;
    width: 100%;
    max-width: min(460px, 58vw);
    max-height: 240px;
    }

.hotel-hero-title {
    margin: 0;
    color: #fff;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1;
    text-transform: lowercase;
    letter-spacing: 0;
    }

.hotel-hero-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: transparent;
    color: #fff;
    transform: translateY(-50%);
    }

.hotel-hero-prev {
    left: 2rem;
    }

.hotel-hero-next {
    right: 2rem;
    }

.hotel-hero-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 13px;
    height: 13px;
    border-top: 1px solid currentColor;
    }

.hotel-hero-prev:before {
    left: 15px;
    border-left: 1px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
    }

.hotel-hero-next:before {
    right: 15px;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    }

.hotel-intro-heading {
    margin: 0 auto 7rem;
    font-family: var(--serifed);
    font-size: 4rem;
    font-weight: var(--serifed-weight);
    line-height: var(--serifed-line-height);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    }

.hotel-intro-heading p {
    margin: 0;
    }

.hotel-intro-title {
    margin: 0 0 1rem;
    font-family: var(--main-font);
    font-weight: 400;
    line-height: 1.35;
    text-transform: none;
    }

.hotel-intro-heading em {
    font-style: italic;
    }


.hotel-intro-text h2 {
    font-weight:300;
    font-size:1.75rem !important;
    margin-top:2rem;
    }
    
  .hotel-intro-text h2:first-of-type {
      margin-top:0;
  }
    
    
@media(max-width:767.98px) {
    .hotel-intro-text h2 {
        font-size: 1.375rem !important;
    }
}    

.hotel-intro-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

.hotel-details {
    background: #EBEDEE;
    }

.hotel-details-list .hotel-details-inner {
   max-width: 1150px;
     margin: 0 auto;
    }



.hotel-details-grid {
    max-width: none;
    }


.hotel-details-list .hotel-detail-row {
    display: grid;
    grid-template-columns: minmax(84px, 120px) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    }

.hotel-details-list .hotel-detail-row + .hotel-detail-row {
    margin-top: 1.8rem;
    }

.hotel-details-list .hotel-detail-row.is-no-icon {
    grid-template-columns: minmax(0, 1fr);
    }

.hotel-detail-content {
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(0, 40, 50, 0.42);
    }

.hotel-details-list .hotel-detail-row:last-child .hotel-detail-content {
    border-bottom: 0;
    }

.hotel-detail-card {
    height: 100%;
    }

.hotel-detail-icon {
    margin: 0;
    }

.hotel-details-list .hotel-detail-icon {
    width: clamp(72px, 7vw, 104px);
    padding-top: .5rem;
    }

.hotel-details-grid .hotel-detail-icon {
    width: clamp(78px, 7vw, 112px);
    margin-bottom: 0.75rem;
    }

.hotel-detail-icon-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 112px;
    object-fit: contain;
    }

.hotel-detail-title {
    margin: 0.25rem 0 0.75rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
    }


.hotel-detail-text p {
    margin: 0;
    }

.hotel-booking-cta {
    padding: 4rem 0;
    background: #c6d0ce;
    color: var(--primary);
    }

.hotel-booking-cta-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    }

.hotel-booking-cta-title {
    margin: 0;
    font-family: var(--serifed);
    font-size: 3rem;
    font-weight: var(--serifed-weight);
    line-height: var(--serifed-line-height);
    text-transform: uppercase;
    letter-spacing: 0;
    }

.hotel-booking-cta-title em {
    font-style: italic;
    }

.hotel-booking-cta-link {
    min-width: 140px;
    font-size: 0.8rem;
    }

.hotel-map-section {
    background: #EBEDEE;
    }

.hotel-gallery-section {
    background: #fff;
    }

.hotelgallery-modal .modal-dialog {
    max-width: min(993px, calc(100vw - 10rem));
    }

.hotelgallery-modal .modal-content {
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.72);
    }

.hotelgallery-modal-close {
    position: fixed;
    z-index: 1065;
    top: 1.25rem;
    right: clamp(1rem, 5.8vw, 5rem);
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 0;
    background: transparent;
    color: #fff;
    }

.hotelgallery-modal-close:before,
.hotelgallery-modal-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
    }

.hotelgallery-modal-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    }

.hotelgallery-modal .modal-body {
    padding: clamp(1.5rem, 2.9vw, 2rem);
    }

.hotel-popup-gallery-wrap {
    position: relative;
    }

.hotel-popup-gallery {
    position: relative;
    overflow: hidden;
    background: #062833;
    }

.hotel-popup-gallery-figure,
.hotel-popup-gallery-link {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    }

.hotel-popup-gallery-img {
    display: block;
    width: 100%;
    height: 100%;
     /* object-fit: cover; */
    object-fit: contain;
    }

.hotel-popup-gallery-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: transparent;
    color: #fff;
    transform: translateY(-50%);
    }

.hotel-popup-gallery-prev {
    left: 1.25rem;
    }

.hotel-popup-gallery-next {
    right: 1.25rem;
    }

.hotel-popup-gallery-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 13px;
    height: 13px;
    border-top: 1px solid currentColor;
    }

.hotel-popup-gallery-prev:before {
    border-left: 1px solid currentColor;
    left: 15px;
    transform: translateY(-50%) rotate(-45deg);
    }

.hotel-popup-gallery-next:before {
    border-right: 1px solid currentColor;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    }

.hotel-popup-gallery-arrow.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
    }

.hotel-popup-gallery-thumbs {
    margin-top: 1.75rem;
    overflow: hidden;
    }

.hotel-popup-gallery-thumbs .swiper-slide {
    width: 150px;
    opacity: 0.68;
    cursor: pointer;
    transition: opacity 0.2s ease;
    }

.hotel-popup-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    }

.hotel-popup-gallery-thumb {
    width: 100%;
    aspect-ratio: 3 / 2;
    margin: 0;
    overflow: hidden;
    background: rgba(0, 40, 50, 0.08);
    }

.hotel-popup-gallery-thumb-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

.hotel-map-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    max-width: 980px;
    margin: 0 auto;
    border: 1px solid rgba(0, 40, 50, 0.45);
    background: #EBEDEE;
    }

.hotel-map-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 3rem;
    text-align: center;
    }

.hotel-map-contact-content {
    
    }

.hotel-map-contact-content h2,
.hotel-map-contact-content h3,
.hotel-map-contact-content h4 {
    margin: 0 0 0.75rem;
    font-family: var(--main-font);
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    }

.hotel-map-contact-content p {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    }

.hotel-map-contact-content p:last-child {
    margin-bottom: 0;
    }

.hotel-map-wrap,
.hotel-map {
    min-height: 420px;
    height: 100%;
    }

.hotel-map {
    padding-bottom: 0;
    }

.hotel-all-hotels {
    padding: 4rem 0;
    background: #fff;
    }

.hotel-all-hotels-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    }

.hotel-all-hotels-title {
    margin: 0;
    font-family: var(--main-font);
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
    }

.hotel-all-hotels-link {
    min-width: 160px;
    font-size: 0.78rem;
    }

@media (max-width: 991.98px) {
    .hotel-hero {
        height: auto;
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    .hotel-intro-heading {
        margin-bottom: 4rem;
        font-size: 3.2rem;
    }


    .hotel-booking-cta-title {
        font-size: 2.35rem;
    }

    .hotel-map-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .hotel-map-contact,
    .hotel-map-wrap,
    .hotel-map {
        min-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .hotel-hero {
        aspect-ratio: 4 / 3;
    }

    .hotel-hero-logo-img {
        max-width: min(340px, 72vw);
    }

    .hotel-hero-title {
        font-size: 4rem;
    }
    
    .hotel-hero-logo-wrap {
    max-width:300px;
        
    }

    .hotel-hero-prev {
        left: .5rem;
    }

    .hotel-hero-next {
        right: .5rem;
    }

    .hotel-intro-heading {
        font-size: 2.5rem;
    }

    .hotel-details-list .hotel-detail-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.1rem;
    }

    .hotel-booking-cta-inner,
    .hotel-all-hotels-inner {
        display: block;
        text-align: center;
    }

    .hotel-booking-cta-title,
    .hotel-all-hotels-title {
        margin-bottom: 1.5rem;
    }

    .hotel-all-hotels-title {
        font-size: 1.55rem;
    }

    .hotel-map-contact {
        padding: 2.5rem 1.5rem;
    }

    .hotel-map-contact-content p {
        font-size: 1rem;
    }

    .hotelgallery-modal .modal-dialog {
        max-width: calc(100vw - 1rem);
        margin: 4.5rem auto 0.5rem;
    }

    .hotelgallery-modal .modal-body {
        padding: 1rem;
    }

    .hotelgallery-modal-close {
        top: 0.75rem;
        right: 0.75rem;
        width: 40px;
        height: 40px;
    }

    .hotelgallery-modal-close:before,
    .hotelgallery-modal-close:after {
        width: 28px;
    }

    .hotel-popup-gallery-figure,
    .hotel-popup-gallery-link {
        height: auto;
    }

    .hotel-popup-gallery-arrow {
        width: 40px;
        height: 40px;
    }

    .hotel-popup-gallery-prev {
        left: 0.75rem;
    }

    .hotel-popup-gallery-next {
        right: 0.75rem;
    }

    .hotel-popup-gallery-thumbs .swiper-slide {
        width: 82px;
    }
}



.diferent-ways {
    gap:0;
    border: 1px solid #062833;
	max-width: 1000px;
    }

@media(max-width:991.98px) {
    .diferent-ways {
        max-width: 450px;
        margin: auto;
    }
	
}

@media(max-width:575.98px) {
    .diferent-ways {
        max-width: 350px;
        margin: auto;
    }
    
}


.diferent-ways figure {
    position: relative;
    width: 100%;
    margin: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    }

.diferent-ways figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }


.diferent-ways .diferent-ways-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    aspect-ratio: 1 / 1;

    }


/* ------- About ------- */


.about-hero .figure {
    position: relative;
    margin: 0;
    aspect-ratio: 1 / 1.5;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    }

@media(max-width:575.98px) {
.about-hero .figure.hide-xs {
    display: none;
    visibility: hidden;
    }
    }

.image-grid {
    gap:0;
    }

.image-grid .figure-sm,
.image-grid .figure-md,
.image-grid .figure-lg {
    position: relative;
    width: 100%;
    margin: 0;
    aspect-ratio: 1 / 1.3;
    overflow: hidden;
    }

.image-grid .figure-lg {
    aspect-ratio: 16 / 9;
    }

.image-grid figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }







.welcome-spirit figure {
    aspect-ratio: 4 / 3;
}

.welcome-spirit figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }



.explore-card {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.explore-services img {
    border: 1px solid #4d656e;
    width: 100%;
    height: auto;
}


@media (max-width:765.98px){
.explore-services img {
    display:block;
    max-width:160px;
    }
}


.destinations-cta-section {
    padding-top: 4.5rem!important;
    padding-bottom: 4.5rem!important;
    }


@media (max-width:991.98px){
.destinations-cta-section {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
    }
}


/* Partners Services */



.partners-services__category-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    }

.partners-services__category-content {
    display: flex;
    flex-direction: column;
    }

.partners-services__category-content h2 {
    margin: 0;
    font-weight: 300;
    }

.partners-services__intro h1 em {
    font-style: italic;
    }

.partners-services__intro p {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.45;
    }

.partners-services__category-header img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border: 1px solid #002832;
    }

.partners-services__items {
    margin-top: 42px;
    }

.partners-services__item {
    display: grid;
    grid-template-columns: 120px 1fr 42px;
    align-items: center;
    gap: 28px;
    min-height: 100px;
    border-bottom: 1px solid #00313c;
    color: inherit;
    text-decoration: none;
    }

.partners-services__logo img {
    max-width: 120px;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    }

.partners-services__item p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    }



.partners-services__arrow {
    width: 42px;
    height: 42px;
    border: 1px solid #002832;
    position: relative;
    display: block;
    }

.partners-services__arrow::before {
content: "";
    position: absolute;
    width: 32px;
    height: 1px;
    background: #002832;
    top: 8px;
    right: 8.5px;
    transform: rotate(-45deg);
    transform-origin: right center;
    }

.partners-services__arrow::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-top: 1px solid #002832;
    border-right: 1px solid #00313c;
    top: 8px;
    right: 8px;
    }



@media (max-width: 768px) {
  .partners-services__item {
    grid-template-columns: 90px 36px;
    grid-template-areas:
      "logo arrow"
      "text text";
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
  }

  .partners-services__logo {
    grid-area: logo;
  }

  .partners-services__arrow {
    grid-area: arrow;
    justify-self: end;
  }

  .partners-services__item p {
    grid-area: text;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }

  .partners-services__logo img {
    max-width: 90px;
  }
}



.recruitment_form br {
    display: none;
    visibility: hidden;
}
