:root {
	--black-color:#000000;
	--blue-color:#1539CE;
	--white-color:#fff;
	--dark-color:#1A1A1A;
	--gray-color:#B0B0B0;
	--lightgray-color:#F5F5F5;
	--darkgray-color:#747474;
	--lightblue-color:#7eade8;
	--bluegray-color:#CBD6E3;
	--green-color:#167F16;
	--darkgreen-color:#0F420F;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: #d1d7e1;
}

::-webkit-scrollbar-thumb {
	background: #183669;
}

::-webkit-scrollbar-thumb:hover {
	background: #27aae1;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}

body.open-burger-menu {
	overflow-y: hidden;
}

a {
	color:#000;
	text-decoration:none;
	transition:all .5s;
}

a:hover,
button:hover {
	opacity:.65;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
}

.z-index-1 {
	z-index:1;
}

.bottom-0 {
	bottom:0;
}

.remove {
	display:none;
}

.block {
	display:block;
}

.grid {
	display:grid;
}

.flex {
	display:flex;
}

.flex-col {
	flex-direction:column;
}

.flex-0-5 {
	flex:.5;
}

.flex-1 {
	flex:1;
}

.flex-1-5 {
	flex:1.5;
}

.flex-2 {
	flex:2;
}

.grid-2-cols {
	grid-template-columns: 1fr 1fr;
}

.flex-vert-aligned {
	align-items:center;
}

.flex-hor-aligned {
	justify-content:center;
}

.full-width {
	width:100%;
}

.half-width {
	width:50%;
}

.min-content-width {
	width: min-content;
}

.full-height {
	height:100%;
}

.uppercase {
	text-transform:uppercase;
}

.thin-text { /* not used yet */
	font-weight:100;
}

.extralight-text { /* not used yet */
	font-weight:200;
}

.light-text {
	font-weight:300;
}

.regular-text {
	font-weight:400;
}

.medium-text {
	font-weight:500;
}

.semibold-text {
	font-weight:600;
}

.bold-text, /* not used yet */
p strong {
	font-weight:700;
}

.extrabold-text { /* not used yet */
	font-weight:800;
}

.black-text { /* not used yet */
	font-weight:900;
}

.fs-14 {
	font-size:14px;
}

.fs-20 {
	font-size:20px;
}

.fs-25 {
	font-size:25px;
}

.fs-32 {
	font-size:32px;
}

.fs-36 {
	font-size:36px;
}

.fs-52 {
	font-size:52px;
}

.fs-63 {
	font-size:63px;
}

.fs-70 {
	font-size:70px;
}

.lightgray-bg {
	background-color: rgba(237, 217, 202, .1);
}

.lightblue-bg {
	background-color: #000000;
}

.lightblue-text {
	color:#000000;
}

.white-bg {
	background-color:#fff;
}

.lightgray-bg {
	background-color: #F5F7F8;
}

.white-text {
	color:rgba(255, 255, 255, 1);
}

.gray-text {
	color:rgba(0, 0, 0, .5);
}

.border-rad-40 {
	border-radius: 50px;
}

.border-rad-full {
	border-radius: 100%;
}

.border-1-black {
	border:1px #000 solid;
}

.border-1-lightblue {
	border:1px #0057b2 solid;
}

.border-1-white {
	border:1px #fff solid;
}

.bt-5-white {
	border-top:5px rgba(255, 255, 255, 1) solid;
}

.bb-5-white {
	border-bottom:5px rgba(255, 255, 255, 1) solid;
}

.pt-100 {
	padding-top:100px;
}

.pb-100 {
	padding-bottom:100px;
}

.pb-150 {
	padding-bottom:150px;
}


.pt-85 {
	padding-top:85px;
}

.pb-85 {
	padding-bottom:85px;
}

.pt-50 {
	padding-top:50px;
}

.pb-50 {
	padding-bottom:50px;
}

.pl-30 {
	padding-left:30px;
}
.pl-50 {
	padding-left:50px;
}

.pr-30 {
	padding-right:30px;
}
.pr-50 {
	padding-right:50px;
}

.pt-25 {
	padding-top:25px;
}

.pb-25 {
	padding-bottom:25px;
}

.pt-20 {
	padding-top:20px;
}

.pl-20 {
	padding-left:20px;
}

.pr-20 {
	padding-right:20px;
}

.mb-30 {
    margin-bottom:30px;
}

.padding-20 {
	padding:20px;
}

.padding-30 {
	padding:30px;
}

.padding-50 {
	padding:50px;
}

.center-aligned {
	text-align:center;
}

.right-aligned {
	text-align:right;
}

.object-fit-cover {
	object-fit:cover;
}

.lh-normal {
	line-height:normal;
}

.lh-28 {
	line-height:28px;
}

.lh-58 {
	line-height:58px;
}

.nap-btn {
	height:40px;
	line-height:40px;
	display:inline-flex;
	align-items: center;
	justify-content: center;
}

.nav .nap-btn {
	/*border: 1px #000 solid;*/
}

.front-page.open-burger-menu .nav .nap-btn,
.front-page.open-burger-menu .nap-btn.menu-btn span,
.page-scrolled .nav.add-stickness .nap-btn.menu-btn,
.page-scrolled .nav.add-stickness .nap-btn.menu-btn span {
	border-color: #000;
}

.nav #burger-icon.nap-btn {
	width: 30px;
}

.front-page .nav .nap-btn {
	border-color: #fff;
	color:#fff;
}

button.nap-btn {
	color:#000;
}

.nap-btn.menu-btn span {
	width:30px;
	border-top: 2px #000 solid;
}

.front-page .nap-btn.menu-btn span {
	border-top-color: #fff;
}

.img-placeholder-900 {
	height:900px;
}

.img-placeholder-700 {
	height:700px;
}

.img-placeholder-650 {
	height:650px;
}

.img-placeholder-500 {
	height:500px;
}

.overflow-x-hidden {
	overflow-x:hidden;
}

em {
	font-style:italic;
}

.hor-sep {
	border-bottom:1px transparent solid;
}

.hor-sep.black {
	border-bottom-color:#000;
}

.hor-sep.white {
	border-bottom-color:#fff;
}

.transition-5 {
	transition:all .5s;
}

.ml-auto {
	margin-left:auto;
}

.mr-auto {
	margin-right:auto;
}

.mt-auto {
	margin-top:auto;
}

.grid-gap-5 {
	grid-gap: 5px;
}

.grid-gap-7 {
	grid-gap: 7px;
}

.grid-gap-10 {
	grid-gap: 10px;
}

.grid-gap-20 {
	grid-gap: 20px;
}

.grid-gap-30 {
	grid-gap: 30px;
}

.grid-gap-36 {
	grid-gap: 36px;
}

.grid-gap-40 {
	grid-gap: 40px;
}

input,
button,
textarea,
select {
	border:0;
	outline:0;
	background: transparent;
	border-bottom:1px rgba(0, 0, 0, .5) solid;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#000;
}

.nav select {
	border-bottom:0;
}

.front-page .nav select {
	color: #fff;
}

.nav option {
	color: #000;
}

.nav option[selected] {
	display:none;
}

input,
button,
select {
	height:35px;
	transition:all .5s;
}

input::placeholder,
textarea::placeholder {
	color:rgba(0, 0, 0, .5);
}

textarea {
	height:130px;
	resize:none;
}

button {
	cursor:pointer;
}

select {
	color:rgba(0, 0, 0, 1);
}

[class *= "error"] {
	color:red;
}

table th,
table td {
	padding:10px;
	text-align:left;
}

.has-para p:not(:last-child) {
	margin-bottom:20px;
}

.has-shadow {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
}

.nav {
	height:120px;
	position: relative;
	z-index: 3;
	background: rgba(255, 255, 255, 1);
}

.front-page .nav {
	background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, 0) 100%);
}

.page-scrolled .nav:not(.add-stickness) {
	background:linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, 0) 100%)
}

.page-scrolled .nav.add-stickness {
	background: rgba(255, 255, 255, 1);
	position: sticky;
	top: 0;
	z-index: 2;
}

.front-page.open-burger-menu .nav {
	background: rgba(255, 255, 255, 1);
}

.nav .logo {
	width:200px;
	height:54px;
	background:url("../images/logo.svg");
}

.home-bg {
	background:url("../images/home-bg.jpg");
}

.front-page .nav .logo {
	background:url("../images/logo-white.svg");
}

.front-page.open-burger-menu .nav .logo,
.page-scrolled .nav.add-stickness .logo {
	background:url("../images/logo.svg");
}

.front-page .lang-switcher a {
	color:#fff;
}

.lang-switcher a {
	white-space: nowrap;
}

.lang-switcher a span,
.front-page.open-burger-menu .lang-switcher a span,
.page-scrolled .nav.add-stickness .lang-switcher a span {
	border-bottom:1px #000 solid;
}

.front-page.open-burger-menu .lang-switcher a span,
.front-page.open-burger-menu .nav .nap-btn,
.page-scrolled .nav.add-stickness .lang-switcher a span,
.page-scrolled .nav.add-stickness .nap-btn {
	color:#000;
}

.front-page .lang-switcher a span {
	border-bottom-color:#fff;
}

.focused-within:after {
	content:url('../images/icons/arrow-down-black.png');
	top: -3px;
	position: relative;
	display: inline-block;
	width: 10px;
	height: 6px;
}

.front-page.open-burger-menu .focused-within:after,
.page-scrolled .nav.add-stickness .focused-within:after {
	content:url('../images/icons/arrow-down-black.png');
}

.focused-within:focus-within:after,
.front-page.open-burger-menu .focused-within:focus-within:after,
.page-scrolled .nav.add-stickness .focused-within:focus-within:after {
	content:url('../images/icons/arrow-up-black.png');
}

.front-page .focused-within:after {
	content:url('../images/icons/arrow-down-white.png');
}

.front-page .focused-within:focus-within:after {
	content:url('../images/icons/arrow-up-white.png');
}

.focused-within-list {
	position: absolute;
	top: 16px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	line-height: 22px;
	margin-top: 5px;
}

.focused-within-list li {
	padding-top: 3px;
}

.focused-within-list li a {
	opacity: .65;
}

.focused-within-list li:hover a {
	opacity: 1;
}

.focused-within:focus-within ~ .focused-within-list {
	opacity:1;
	visibility:visible;
	z-index:1;
}

.open-burger-menu .menu-btn span:first-child {
	transform: translateY(7px) rotate(45deg);
}

.open-burger-menu .menu-btn span:nth-child(2) {
	opacity:0;
	visibility:hidden;
}

.open-burger-menu .menu-btn span:last-child {
	transform: translateY(-7px) rotate(-45deg);
}

.slide-nav {
	min-width: auto;
	position: fixed;
	bottom: 0;
	top: 120px;
	left: -370px;
	opacity:0;
	visibility:hidden;
	z-index: 2;
}

/*
.front-page .slide-nav {
	background-color: transparent;
}
*/

.open-burger-menu .slide-nav {
	min-width: 50vw;
	left: 0;
	opacity:1;
	visibility:visible;
}

.slide-nav-inner {
	padding-left: calc(50vw - 600px + 20px);
}

.slide-nav a:not(.unset):hover:after {
	
	position:relative;
	top: -4px;
	left: 10px;
}

.slide-nav a.unset {
	all:unset;
	opacity:.5;
}

.slide-nav a:not(.unset):hover,
.slide-nav a.active {
	font-weight:600;
}

.slide-nav ul {
	line-height: 65px;
}

.slide-nav a {
	transition: none;
}

/*
.front-page .slide-nav a {
	color:#fff;
}
*/

.slide-nav a:not(.unset) {
	opacity: 1;
}

header.header {
	height:900px;
	margin-top: -120px;
}

div.header {
	/*height:780px;*/
}

div[class *= "-slider"] {
	z-index:0;
}

.video-container {
	overflow: hidden;
}

.video-container,
.header .video-container video {
	height: inherit;
}

.header .video-container video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: auto;
}

.swiper-pagination {
	align-self: center;
	bottom:25px;
	left: 0;
}

.header .swiper-pagination,
.subheader .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	grid-gap: 5px;
}

.homeslider .swiper-pagination,
.subheader .swiper-pagination {
	
	grid-gap: 5px;
}

.homeslider .swiper-pagination-bullet,
.subheader .swiper-pagination-bullet {
	height:4px;
	border-radius: initial;
	background-color: rgba(255, 255, 255, .5);
	opacity:1;
	width: min(100%, 40px);
}

.homeslider .swiper-pagination-bullet-active,
.subheader .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

.header .swiper-pagination-bullet,
.subheader .swiper-pagination-bullet {
	height:4px;
	border-radius: initial;
	background-color: rgba(255, 255, 255, .5);
	opacity:1;
	width: min(100%, 40px);
}

.header .swiper-pagination-bullet-active,
.subheader .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

.container {
	width:100%;
	max-width:1200px;
	height:inherit;
	margin:auto;
	padding-left: 20px;
	padding-right: 20px;
}

.strached-image-placeholder {
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.strached-image-placeholder.left {
	/*left: calc(-50% - 152px);*/
	left: calc(-50vw + 582px);
	right: 0;
}

.strached-image-placeholder.right {
	right:  calc(-50% - 152px);
	left: 0;
}

.strached-text-placeholder.left {
	bottom: 0;
	left: 0;
	right: calc(50vw + 17px);
	/*right: calc(50vw + 129px);*/
	padding-left: calc(50vw - 614px);
}

.justify-space-between {
	justify-content: space-between;
}

.gallery-slider {
	
}

.gallery-header-slider {
	height:750px;
}

.reviews-slider .swiper-slide {
	border:1px transparent solid;
}

.reviews-slider .swiper-slide:hover {
	border-color:rgba(0, 0, 0, .1);
}

iframe {
	width:100%;
}

/*
.book-online {
    position: fixed;
    width: 110px;
    height: 110px;
    bottom: 50px;
    right: 50px;
    z-index: 1;
}

    .book-online a {
        opacity:1;
        transition:none;
    }

.book-online:hover {
    opacity:.85;
}
*/

.partners {
		img {
			max-width:100%;
			
		}
		overflow:hidden !important;
		pointer-events: none;
	}
	
.c-carousel__wrapper > .swiper-wrapper {
		transition-timing-function: linear;
		.swiper-slide {
			text-align:center;
		}
	}
.lightgray-bg {
    background-color:var(--lightgray-color);
}
.relative {
    position:relative;
}
.flex-vert-aligned {
    align-items:center;
}

@media screen and (max-width:1200px) {
	.slide-nav-inner {
		padding-left:20px;
		padding-right:20px;
	}

	.page-scrolled .nav .nap-btn.book-online {
		right: 20px;
	}

	.strached-image-placeholder.left {
		left: calc(-50vw + 493px);
	}
}

@media screen and (min-width:1025px) {
	.page-scrolled .nav:not(.add-stickness) .nap-btn.book-online {
		position: fixed;
		top: 40px;
		right: calc(50vw - 582px);
		z-index: 10;
		border: none;
		background: #049647;
		color: #fff;
	}
}

@media screen and (max-width:1024px) {
	.hide-on-mobile {
		display:none;
	}

	.show-on-mobile {
		display:block;
	}
	
	.border-on-mobile {
	    border: 1px #000 solid;
    }
	
	.home-bg {
		background:url("../images/page-bg-mobile.jpg");
	}

	.static-on-mobile {
		position:static;
	}

	.flex-on-mobile {
		display:flex;
	}

	.flex-col-on-mobile {
		flex-direction: column;
	}

	.grid-gap-0-on-mobile {
		grid-gap: 0;
	}

	.grid-gap-5-on-mobile {
		grid-gap: 5px;
	}

	.order--1-on-mobile {
		order:-1;
	}

	.fs-30-on-mobile {
		font-size:30px;
	}
	.fs-25-on-mobile {
		font-size:25px;
	}

	.dark-text-on-mobile {
		color:#000;
	}

	.position-static-on-mobile {
		position:static;
	}

	.mt-125-on-mobile {
		margin-top:125px;
	}

	.mb-25-on-mobile {
		margin-bottom:25px;
	}

	.pt-100-on-mobile {
		padding-top:100px;
	}

	.pt-50-on-mobile {
		padding-top:50px !important;
	}

	.pt-25-on-mobile {
		padding-top:25px;
	}

	.pb-25-on-mobile {
		padding-bottom:25px;
	}
	
	.pb-100-on-mobile {
		padding-bottom:100px;
	}
	.pb-50-on-mobile {
		padding-bottom:50px;
	}

	.pt-0-on-mobile {
		padding-top:0;
	}

	.pb-0-on-mobile {
		padding-bottom:0;
	}

	.pr-0-on-mobile {
		padding-right:0;
	}

	.pl-0-on-mobile {
		padding-left:0;
	}

	.padding-0-on-mobile {
		padding:0;
	}

	.padding-15-on-mobile {
		padding:15px;
	}

	.ml-0-on-mobile {
		margin-left:0;
	}

	.mr-0-on-mobile {
		margin-right:0;
	}

	.center-aligned-on-mobile {
		text-align:center;
	}

	.full-width-on-mobile {
		width:100%;
	}

	.unset-width-on-mobile {
		width: calc(100% - 40px);
	}

	.open-burger-menu .slide-nav {
		width:100vw;
	}

	body.front-page header.header {
		height: 70vh;
	}

	body:not(.front-page) header.header {
		height: 75vh;
	}

	.img-placeholder-650,
	.img-placeholder-500,
	body:not(.front-page) .header-slider,
	body:not(.front-page) .subheader-slider,
	.gallery-slider,
	.main img.full-width {
		/*height: 450px;*/
		/*height: 250px;*/
	}
	.h250-on-mobile {
		
		height: 250px !important;
	}
	

	.strached-image-placeholder.left {
		left: -20px;
		right: -20px;
		width: unset;
	}

	input,
	button,
	textarea,
	select {
		text-align:center;
	}

	.height-auto-on-mobile {
		margin-top: 0 !important;
		height: auto !important;
	}
	
	.nav-reservation-div {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		padding: 10px;
		text-align: center;
	}
	
		.nav .nap-btn.book-online {
			border-color: #000;
			color: #000;
		}
		
		.page-scrolled .nav .nap-btn.book-online {
			top:20px;
		}
}