﻿.flex-main-container {
	display: -ms-flexbox;
	display: flex
}

.flex-direction-row {
	-ms-flex-direction: row;
	flex-direction: row
}

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

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

.flex-direction-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.flex-content-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.flex-content-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-content-wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse
}

.justify-content-flex-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.justify-content-flex-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center
}

.justify-content-space-between {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.justify-content-space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.align-items-stretch {
	-ms-flex-align: stretch;
	align-items: stretch
}

.align-items-flex-start {
	-ms-flex-align: start;
	align-items: flex-start
}

.align-items-flex-end {
	-ms-flex-align: end;
	align-items: flex-end
}

.align-items-center {
	-ms-flex-align: center;
	align-items: center
}

.align-items-baseline {
	-ms-flex-align: baseline;
	align-items: baseline
}

.align-content-stretch {
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.align-content-flex-start {
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.align-content-flex-end {
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.align-content-center {
	-ms-flex-line-pack: center;
	align-content: center
}

.align-content-space-between {
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.align-content-space-around {
	-ms-flex-line-pack: distribute;
	align-content: space-around
}

.flex-grow-size-1 {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.flex-grow-size-2 {
	-ms-flex-positive: 2;
	flex-grow: 2
}

.flex-grow-size-3 {
	-ms-flex-positive: 3;
	flex-grow: 3
}

.flex-grow-size-4 {
	-ms-flex-positive: 4;
	flex-grow: 4
}

.flex-grow-size-5 {
	-ms-flex-positive: 5;
	flex-grow: 5
}

.menu__unitmenu:not(.active) {
	position: absolute;
	display: block;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

* {
	box-sizing: border-box
}

*:focus {
	outline: 0 !important
}

body {
	font-family: 'FC Vision', sans-serif;
	font-size: 14px;
	color: #282829;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex; /*New Change to remove white space at bottom*/
	flex-direction: column;/*New Change*/
}

body.open {
	height: 100vh;
	overflow: hidden
}

.wrapper {
	margin: 0 auto;
	max-width: 1500px;
	width: 100%
}

.animated,
.expand-filtered-content,
.accordion-module__title-toggle,
.accordion-module__sec-title {
	transition: all 0.3s ease-in-out
}

.hidden,
#home .bonage__content #pop-signup .fields-wrap .form-label {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	display: block !important
}

.list-alt--py {
	padding: 0 0 50px 0
}

.container-ctas {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	column-gap: 12px;
	row-gap: 20px;
	margin-block-start: 40px
}

.container-ctas a {
	margin-top: 0 !important
}

.js-lightboxclose {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #004755;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.js-lightboxclose:before,
.js-lightboxclose:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	left: 10px;
	background: white;
	transform-origin: 50%;
	transition: all 0.3s ease-in-out;
	top: 50%
}

.js-lightboxclose:before {
	transform: rotate(45deg)
}

.js-lightboxclose:after {
	transform: rotate(-45deg)
}

.js-lightboxclose:hover:before,
.js-lightboxclose:hover:after {
	transform: rotate(0)
}

.lightbox {
	overflow: hidden;
	height: 0;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: -1;
	padding: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 0.6s ease-in-out
}

.lightbox.open {
	height: 100vh;
	visibility: visible;
	opacity: 1;
	z-index: 99999999;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: opacity 0.6s ease-in-out
}

.lightbox-wrap {
	background: white;
	padding: 40px;
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 1070px;
	height: auto;
	max-height: 600px;
	color: black
}

.lightbox-wrap:after {
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 100%;
	left: 0;
	content: "";
	background: #fff;
	background: linear-gradient(0deg, #fff 30%, rgba(255, 255, 255, 0) 100%);
	height: 60px
}

.lightbox .copy-wrap {
	position: relative;
	max-height: 560px;
	overflow-y: scroll;
	z-index: 1;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.lightbox .copy-wrap::-webkit-scrollbar {
	display: none
}

.lightbox .box {
	padding-bottom: 60px
}

.lightbox .box::-webkit-scrollbar {
	display: none
}

.lightbox p+ul {
	margin-top: -20px;
	margin-bottom: 20px
}

.lightbox .form-module-wrapper {
	padding: 0
}

@media only screen and (max-width: 600px) {
	.lightbox .js-lightboxclose {
		top: 5px;
		right: 5px
	}

	.lightbox .lightbox-wrap {
		padding: 40px 10px
	}

	.lightbox .lightbox-wrap h2 {
		margin-left: 20px
	}
}

.menu__unitmenu:not(.active) {
	position: absolute;
	display: block;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

@font-face {
	font-family: "Gotham Bold";
	src: url("fonts/gotham-bold.eot");
	src: url("fonts/gotham-bold-1.eot") format("embedded-opentype"), url("fonts/gotham-bold.woff") format("woff"), url("fonts/gotham-bold.ttf") format("truetype"), url("fonts/gotham-bold.svg") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "Gotham Book";
	src: url("fonts/gotham-book.eot");
	src: url("fonts/gotham-book-1.eot") format("embedded-opentype"), url("fonts/gotham-book.woff") format("woff"), url("fonts/gotham-book.ttf") format("truetype"), url("fonts/gotham-book.svg") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "Gotham Light";
	src: url("fonts/gotham-light.eot");
	src: url("fonts/gotham-light-1.eot") format("embedded-opentype"), url("fonts/gotham-light.woff") format("woff"), url("fonts/gotham-light.ttf") format("truetype"), url("fonts/gotham-light.svg") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "Gotham Medium";
	src: url("fonts/gotham-medium.eot");
	src: url("fonts/gotham-medium-1.eot") format("embedded-opentype"), url("fonts/gotham-medium.woff") format("woff"), url("fonts/gotham-medium.ttf") format("truetype"), url("fonts/gotham-medium.svg") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "Proxima Nova";
	src: url("fonts/proxima-nova_light.eot");
	src: url("fonts/proxima-nova_light-1.eot") format("embedded-opentype"), url("fonts/proxima-nova_light.woff") format("woff"), url("fonts/proxima-nova_light.ttf") format("truetype"), url("fonts/proxima-nova_light.svg") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
    font-family: 'FC Vision';
    src: url('/fonts/FCVision-Regular.woff2') format('woff2'),
         url('/fonts/FCVision-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@keyframes home-scroll {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

#ui-datepicker-div.ui-widget-content {
	background: #ffffff !important;
	z-index: 2000 !important;
	border: none !important;
	padding: 0 !important;
	border-radius: 0
}

#ui-datepicker-div.ui-widget-content * {
	font-weight: normal !important;
	font-size: 14px;
	text-align: center
}

#ui-datepicker-div .ui-widget-header {
	position: relative;
	padding: 10px 0;
	background: #fff !important;
	border-radius: 0 !important;
	border: 0 !important;
	height: 47px
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title select,
#ui-datepicker-div .ui-widget-header .ui-datepicker-title span {
	border: 0;
	background-color: transparent;
	text-transform: uppercase;
	font-family: "Montserrat", "sans-serif";
	color: #282829
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title select {
	background-image: url("images/arrow-down.svg");
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 10px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
	transform: translateY(-50%)
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
	transform: translateY(-50%) rotate(180deg) !important
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
	top: 50%;
	background-image: url("images/left-arrow-datepicker.svg");
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev span.ui-icon,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next span.ui-icon {
	background-image: none
}

#ui-datepicker-div .ui-datepicker-calendar {
	margin: 0 !important;
	width: 100% !important;
	table-layout: fixed
}

#ui-datepicker-div .ui-datepicker-calendar thead {
	background-color: #bf912d;
	color: #fff
}

#ui-datepicker-div .ui-datepicker-calendar tbody td {
	padding: 0;
	font-family: 'FC Vision', sans-serif;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
	background-color: white !important;
	border: 0 !important;
	color: #282829
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active,
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default:hover,
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default.ui-state-active,
#ui-datepicker-div .ui-datepicker-calendar .highlight .ui-state-default:hover,
#ui-datepicker-div .ui-datepicker-calendar .highlight .ui-state-default.ui-state-active,
#ui-datepicker-div .ui-datepicker-calendar .highlight-top .ui-state-default:hover,
#ui-datepicker-div .ui-datepicker-calendar .highlight-top .ui-state-default.ui-state-active,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-hover,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-focus {
	background: #004755 !important;
	border-color: #004755;
	color: #fff !important
}

#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default {
	color: #bf912d !important
}

#ui-datepicker-div .ui-datepicker-calendar .highlight .ui-state-default,
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end.highlight .ui-state-default {
	background: #004755 !important;
	color: white !important;
	opacity: 0.7
}

#ui-datepicker-div .ui-datepicker-calendar .highlight .ui-state-default:hover,
#ui-datepicker-div .ui-datepicker-calendar .highlight .ui-state-default:hover,
#ui-datepicker-div .ui-datepicker-calendar .highlight .ui-state-default.ui-state-active {
	opacity: 1
}

#ui-datepicker-div .ui-datepicker-calendar .highlight-top .ui-state-default,
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end.highlight-top .ui-state-default {
	background: #004755 !important;
	color: white !important;
	font-weight: bold !important
}

.fancybox-image {
	position: relative
}

.fancybox-image:hover .expand-icon svg {
	fill: #004755
}

.fancybox-image .expand-icon {
	bottom: 20px;
	height: 40px;
	position: absolute;
	right: 20px;
	width: 40px;
	z-index: 1
}

.fancybox-image .expand-icon svg {
	fill: #fff;
	height: 40px;
	transition: all 0.3s ease-in-out
}

.fancybox-copy-holder .fancybox-close,
.fancybox-image-holder .fancybox-close {
	background-color: #fff;
	background-image: url("images/svg/icon-close.svg");
	background-repeat: no-repeat;
	background-size: initial;
	border-radius: 50%;
	transition: all 0.3s ease-in-out
}

.fancybox-copy-holder .fancybox-close:hover,
.fancybox-image-holder .fancybox-close:hover {
	background-image: url("images/svg/icon-close_hover.svg")
}

.fancybox-copy-holder .fancybox-next:hover,
.fancybox-copy-holder .fancybox-prev:hover,
.fancybox-image-holder .fancybox-next:hover,
.fancybox-image-holder .fancybox-prev:hover {
	opacity: 0.6
}

.fancybox-copy-holder .fancybox-next span,
.fancybox-copy-holder .fancybox-prev span,
.fancybox-image-holder .fancybox-next span,
.fancybox-image-holder .fancybox-prev span {
	background-position: center center;
	background-size: initial;
	background-repeat: no-repeat;
	visibility: visible
}

.fancybox-copy-holder .fancybox-next span,
.fancybox-image-holder .fancybox-next span {
	background-image: url("images/png/arrow-next.png")
}

.fancybox-copy-holder .fancybox-prev span,
.fancybox-image-holder .fancybox-prev span {
	background-image: url("images/png/arrow-prev.png")
}

.fancybox-copy-holder .fancybox-title,
.fancybox-image-holder .fancybox-title {
	display: none
}

.fancybox-copy-holder .fancybox-skin {
	padding: 50px 100px !important
}

.fancybox-copy-holder .fancybox-inner h2 {
	margin-bottom: 40px
}

form {
	margin-bottom: 2em;
	width: 100%
}

form label {
	display: block;
	margin: 0 0 10px;
	font-size: 1.6rem;
	color: #004755;
	text-align: left
}

form label span {
	font-size: 0.8em
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form select,
form textarea {
	border: 1px solid #282829;
	margin: 0px 0px 10px;
	color: #282829;
	background-color: transparent;
	padding: 5px 3%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-appearance: none;
	width: 100%;
}

form select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

form select::-ms-expand {
	display: none;
}

form select option {
	color: black;
	text-align: center
}

form textarea {
	min-height: 120px
}

form input:-ms-input-placeholder {
	color: #282829;
	opacity: 1
}

form input::placeholder {
	color: #282829;
	opacity: 1
}

@keyframes click-wave {
	0% {
		height: 14px;
		width: 14px;
		opacity: 0.35;
		position: relative
	}

	100% {
		height: 40px;
		width: 40px;
		margin-left: -15px;
		margin-top: -15px;
		opacity: 0
	}
}

form input[type=checkbox],
form input[type=radio] {
	appearance: none;
	right: 0;
	bottom: 0;
	left: 0;
	height: 14px;
	width: 14px;
	top: 2px;
	transition: all 0.3s ease-in-out;
	background: transparent;
	border: 1px solid #282829;
	color: #282829;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px 0 0 !important;
	outline: none;
	position: relative;
	z-index: 1
}

form input[type=checkbox]:hover,
form input[type=radio]:hover {
	background: #004755
}

form input[type=checkbox]:checked,
form input[type=radio]:checked {
	background: transparent
}

form input[type=checkbox]:checked::before,
form input[type=radio]:checked::before {
	background-color: #004755;
	content: '';
	display: block;
	height: 14px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 14px
}

form input[type=checkbox]:checked::after,
form input[type=radio]:checked::after {
	animation: click-wave 0.65s;
	background: #bf912d;
	content: '';
	display: block;
	position: relative;
	z-index: 100
}

form input[type=radio] {
	border-radius: 50%;
	width: 14px
}

form input[type=radio]:checked {
	background: #bf912d
}

form input[type=radio]:checked::before {
	content: ''
}

form input[type=radio]:checked::after {
	border-radius: 50%
}

@media (max-width: 767px) {
	form .gdpr {
		overflow: hidden
	}
}

form .gdpr label {
	display: inline-block;
	font-size: 1.2rem;
	width: 89%
}

@media (max-width: 767px) {
	form .gdpr label {
		font-size: 12px
	}
}

form .gdpr label a {
	text-decoration: underline
}

#form_id-2997 {
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 auto
}

#form_id-2997 h2 {
	margin: 40px auto;
	padding: 0
}

#form_id-2997 .col-6 {
	width: 49%
}

#form_id-2997 .col-12 {
	width: 100%
}

#form_id-2997 .field_2997_1 {
	width: 48%;
	display: -ms-flexbox;
	display: flex
}

#form_id-2997 .field_2997_2 {
	width: 50%;
	display: -ms-flexbox;
	display: flex
}

#form_id-2997 #id_10_2997,
#form_id-2997 #id_11_2997 {
	width: 100%;
	margin-bottom: 20px;
	background: transparent;
	color: #004755
}

#frmContact,
#formRFP {
	margin: 2em 0;
	padding: 5px 15px;
}

#frmContact input[type=text],
#frmContact input[type=email],
#frmContact select,
#frmContact textarea,
#formRFP input[type=text],
#formRFP input[type=email],
#formRFP select,
#formRFP textarea {
	width: 100%
}

#frmContact .form-entry,
#frmContact .field,
#formRFP .form-entry,
#formRFP .field {
	margin-bottom: 10px;
	position: relative;
	overflow: auto
}

label.error {
	color: red
}

input[type=text].error,
input[type=tel].error,
select.error,
textarea.error {
	border: 1px solid red !important
}

.errorMsg,
#email-error p {
	line-height: 1.4;
	margin: 0 auto 10px;
	text-align: left
}

.errorMsg ul,
.errorMsg ul li {
	color: #ffffff !important;
	margin-bottom: 0;
	list-style: none
}

.errorMsg ul li:before {
	display: none
}

#email-error.success {
	background-color: #004755
}

fieldset {
	border: 1px solid #bbc6cc;
	padding: 0 15px;
	margin-bottom: 2em
}

fieldset legend {
	font-size: 110%;
	margin-bottom: 15px;
	padding: 0 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 2em
}

#frmContact input[type=tel] {
	width: 100%
}

#frmContact .one_half {
	width: 50%;
	float: left
}

#frmContact .one_half:first-child {
	padding-right: 1%
}

#frmContact .one_half:last-child {
	padding-left: 1%
}

#panel {
	max-width: 500px;
	margin-top: 4em
}

#panel .mode,
#panel .startdir,
#panel .enddir {
	color: #282829;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px
}

#panel .mode label,
#panel .startdir label,
#panel .enddir label {
	width: 150px;
	margin-bottom: 15px
}

#panel .mode input[type=text],
#panel .startdir input[type=text],
#panel .enddir input[type=text] {
	color: #282829;
	width: 100%;
	font-family: inherit;
	padding: 8px 3%
}

#panel .mode select {
	width: 100%;
	font-family: inherit;
	display: block;
	padding: 10px 25px
}

#panel br {
	display: none
}

#panel p {
	clear: both
}

.gallery_close {
	background-color: #fff !important;
	background-image: url("images/svg/icon-close.svg") !important;
	background-repeat: no-repeat;
	background-size: initial;
	border-radius: 50%
}

.gallery_contain_next {
	background: url("images/png/arrow-next.png") no-repeat 96% 50% !important
}

.gallery_contain_prev {
	background: url("images/png/arrow-prev.png") no-repeat 4% 50% !important
}

#gallery-wrapper {
	margin-top: 0 !important
}

#gallery-wrapper .grid .grid-item a figure img {
	margin-left: 0 !important;
	max-width: initial;
	left: 0 !important;
	width: 100% !important;
	height: inherit
}

#gallery-wrapper .grid .grid-item a figure img:hover {
	opacity: 1
}


/*
.hide-object {
	opacity: 0
}

.hide-object.top {
	transform: translateY(5%)
}

.hide-object.bottom {
	transform: translateY(-5%)
}

.hide-object.left {
	transform: translateX(-5%)
}

.hide-object.right {
	transform: translateX(5%)
}

.show-object.top.fade-in {
	transform: translateY(0%)
}

.show-object.bottom.fade-in {
	transform: translateY(0%)
}

.show-object.left.fade-in {
	transform: translateX(0%)
}

.show-object.right.fade-in {
	transform: translateX(0%)
}

.show-object.fade-in {
	opacity: 1;
	transition: all 1s ease-out; 
}

*/

ul.global-sitemap {
	position: relative;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	/*-webkit-column-count: 2; */
	-webkit-column-gap: 20px;
	/* column-count: 2; */
	column-gap: 20px;
	width: 65%;
	margin-left: 30%;
	margin-bottom: 60px;
	padding-top: 60px
}

ul.global-sitemap li {
	line-height: 1.6;
	margin-bottom: 10px;
	list-style: none
}

ul.global-sitemap li ul {
	border-left: 1px solid #EAEAEA;
	margin-left: 0px;
	margin-bottom: 10px
}

ul.global-sitemap li ul li {
	padding: 10px 5px 3px 5px;
	list-style: none !important;
	line-height: 1.2;
	font-size: 90%;
	margin-bottom: 0px
}

ul.global-sitemap li ul li a {
	text-decoration: none !important;
	color: grey;
	padding-left: 10px
}

ul.global-sitemap li ul li ul {
	margin: 10px 0 0 10px
}

ul.global-sitemap li ul li ul li ul li {
	padding: 0;
	margin-bottom: 3px
}

ul.global-sitemap li ul li ul li ul li a {
	opacity: 0.7
}

ul.global-sitemap li ul li:before {
	display: none
}

.sitemap .hero-container {
	position: relative;
	border-radius: 0% 0% 50% 50% / 0% 0% 6% 6%;
	background: #000
}

.sym-slides,
.slick {
	opacity: 1;
	transition: all 0.5s ease-in-out
}

.sym-slides.slick-initialized,
.slick.slick-initialized {
	opacity: 1
}

ul.slick-dots {
	padding-left: 0;
	text-align: center
}

ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 10px;
	padding: 0;
	cursor: pointer
}

ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #004755;
	border-radius: 50%;
	background-clip: padding-box;
	transition: all 0.3s ease-in-out;
	min-width: initial
}

ul.slick-dots li.slick-active button {
	background-color: #004755
}

.slick-prev,
.slick-next {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 20
}

.slick-prev:before,
.slick-next:before {
	transition: all 0.3s ease-in-out
}

.slick-prev:hover,
.slick-next:hover {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: 0.5
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev {
	left: 0
}

.slick-next {
	right: 0
}

.sub-menu ul li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #222;
	line-height: 0.65
}

.sub-menu ul li a {
	padding: 3px 0;
	color: #282829
}

.sub-menu ul li a.active {
	cursor: default;
	color: #004755
}

.sub-menu ul li a:hover {
	color: #004755
}

.sub-menu ul li:last-child {
	border-right: 0px
}

.cf:before,
.cf:after {
	content: " ";
	display: table
}

.cf:after {
	clear: both
}

.wrapper {
	margin: 0 auto;
	max-width: 1500px;
	width: 100%
}

.no-gutter {
	padding-left: 0;
	padding-right: 0
}

.no-gutter-left {
	padding-left: 0
}

.no-gutter-right {
	padding-right: 0
}

.v-align {
	float: none;
	display: inline-block;
	vertical-align: middle
}

.v-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.row-centered {
	text-align: center
}

.col-centered {
	display: inline-block;
	float: none;
	text-align: left;
	margin-right: -4px
}

.row-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%
}

.col-height {
	display: table-cell;
	float: none;
	height: 100%
}

.col-top {
	vertical-align: top
}

.col-middle {
	vertical-align: middle
}

.col-bottom {
	vertical-align: bottom
}

blockquote {
	margin-left: 0;
	font-size: inherit;
	border-left: none
}

.breadcrumb {
	padding: 8px 15px;
	margin-left: 20px;
	margin-bottom: 5px;
	list-style: none
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb li+li:before {
	padding: 0 5px;
	color: #777777;
	content: "›"
}

.breadcrumb>.active {
	color: #777777
}

.lightbox-video-content {
	width: 90vw;
	max-width: 1000px
}

.lightbox-video-content video {
	width: 100%
}

#content-popin .box-arrow-popin {
	background-color: #004755
}

#content-popin .box-arrow-popin .arrow svg {
	fill: #bf912d
}

.horizontal-center {
	float: none !important;
	display: inline-block;
	vertical-align: middle
}

.horizontal-center__left-side {
	margin-left: -2%
}

.horizontal-center__right-side {
	margin-right: -2%
}

#header {
	background-color: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100
}

header#header {
	max-height: fit-content !important;
	height: fit-content !important;
}

@media (min-width: 992px) {
	#header {
		height: 110px
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#header .col-sm-3 {
		width: 20%
	}

	#header .col-sm-9 {
		width: 80%
	}
}


#header .logo {
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%)
}

#header .logo:hover svg {
	transform: scale(1.1)
}

#header .logo svg {
	max-width: 262px;
	transition: all 0.3s ease-in-out;
	width: 100%
}

#header .logo span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

#header .header-info {
	border-bottom: 1px solid #a1a1a1;
	font-size: .9rem;
	text-align: right
}

@media (min-width: 992px) {
	#header .header-info {
		font-size: 1.2rem
	}
}

@media (min-width: 1200px) {
	#header .header-info {
		font-size: 1.4rem
	}
}

#header .header-info .item {
	color: #282829;
	display: inline;
	font-family: "Montserrat", "sans-serif";
	font-weight: 400;
	margin-right: 9px;
	padding-right: 9px;
	position: relative
}

@media (min-width: 992px) {
	#header .header-info .item {
		margin-right: 10px;
		padding-right: 10px
	}
}

#header .header-info .item::after {
	background-color: #282829;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px
}

#header .header-info .item a {
	color: #282829
}

#header .header-info .item a:hover {
	color: #004755
}

#header .header-info .item.item-last::after {
	display: none
}

#header .header-info .item.item-phone a {
	text-decoration: underline
}

#header .header-info .item .item-webcam {
	color: #004755;
	display: inline;
	font-family: "Montserrat", "sans-serif";
	font-weight: 500;
	vertical-align: middle
}

#header .header-info .item .item-webcam svg {
	fill: #004755;
	margin-right: 3px;
	transition: all 0.3s ease-in-out
}

#header .header-info .item .item-webcam:hover svg {
	fill: #bf912d
}

#header .header-info .btn_reserve {
	background-color: #004755;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", "sans-serif";
	font-weight: 700;
	margin-bottom: -1px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out
}

header#header .btn_reserve2 {
	text-align: center;
	background-color: #BF912D;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", "sans-serif";
	font-weight: 700;
	margin-bottom: -1px;
	padding: 10px 20px;
	text-transform: uppercase;
	display: flex;
	width: fit-content;
	height: fit-content;
	transition: all 0.3s ease-in-out
}

header#header .container {
	width: 100%;
}

.navbar {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 20px;
	position: relative;
}


@media (min-width: 992px) {
	#header .header-info .btn_reserve {
		padding: 15px 30px
	}
	#header .header-info .btn_reserve2 {
		padding: 15px 30px
	}
}

#header .header-info .btn_reserve:hover {
	background-color: #bf912d
}
#header .header-info .btn_reserve2:hover {
	background-color: #bf912d
}

#header #primary-nav ul {
	margin-bottom: 0;
	text-align: right
}

#header #primary-nav ul li {
	display: inline-block;
	list-style: none;
	margin-left: 15px;
	padding: 10px 0;
	position: relative
}

@media (min-width: 992px) {
	#header #primary-nav ul li {
		margin-left: 10px;
		padding: 20px 0;
	}
}

#header #primary-nav ul li:first-child {
	margin-left: 0
}

#header #primary-nav ul li a {
	color: #004755;
	font-family: "Montserrat", "sans-serif";
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600
}

@media (min-width: 992px) {
	#header #primary-nav ul li a {
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	#header #primary-nav ul li a {
		font-size: 13px;
	}
}

#header #primary-nav ul li a:hover {
	color: #3c737e;
	text-decoration: underline;
	text-underline-offset: 6px;
}

#header #primary-nav ul li a.active {
	color: #3c737e;
}

#header #primary-nav ul li ul.submenu {
	display: none;
	padding: 20px 0px;
	position: absolute;
	right: -77px;
	top: 60px;
	width: 200px;
	background-color: #407380;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 10
}

#header #primary-nav ul li ul.submenu::before {
	content: "";
	position: absolute;
	border-bottom: 40px solid #407380;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	top: -13px;
	left: 60px
}

@media (max-width: 1199px) {
	#header #primary-nav ul li ul.submenu {
		padding: 0;
		top: 40px;
		width: 150px;
		display: none
	}
}

#header #primary-nav ul li ul.submenu li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative
}

#header #primary-nav ul li ul.submenu li .nav-title {
	color: white;
	position: relative;
	width: 100%;
	display: block;
	padding: 6px
}

#header #primary-nav ul li ul.submenu li a {
	color: white;
	text-transform: capitalize;
	padding: 6px 15px;
	display: block
}

#header #primary-nav ul li ul.submenu li a.lowercase {
	text-transform: inherit
}

#header #primary-nav ul li ul.submenu li a:hover {
	background: #000000;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.278431) 0%, rgba(0, 0, 0, 0) 100%)
}

#header #primary-nav ul li ul.submenu li a.active {
	background: #000000;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.278431) 0%, rgba(0, 0, 0, 0) 100%)
}

#header #primary-nav ul .primary-nav-4 .submenu {
	right: -37px
}

#header #primary-nav ul .primary-nav-10 .submenu {
	right: -65px
}

#header.fancybox-margin {
	margin: 0 auto
}

.webcam-holder iframe {
	height: calc((9 / 16) * 90vw);
	width: 90vw
}

@media (max-width: 1024px) {
	#header #primary-nav ul .primary-nav-4 .submenu {
		right: -33px
	}

	#header #primary-nav ul .primary-nav-4 .submenu::before {
		top: -10px;
		left: 36px
	}

	#header #primary-nav ul .primary-nav-10 .submenu {
		right: -52px
	}

	#header #primary-nav ul .primary-nav-10 .submenu::before {
		top: -10px;
		left: 36px
	}

	#header #primary-nav ul .primary-nav-9 .submenu {
		right: -61px
	}

	#header #primary-nav ul .primary-nav-9 .submenu::before {
		top: -10px;
		left: 36px
	}

	#header #primary-nav ul .primary-nav-13 .submenu {
		right: -52px
	}

	#header #primary-nav ul .primary-nav-13 .submenu::before {
		top: -10px;
		left: 36px
	}

	#header #primary-nav ul .primary-nav-22 .submenu {
		right: -52px
	}

	#header #primary-nav ul .primary-nav-22 .submenu::before {
		top: -10px;
		left: 36px
	}
}

#footer {
	background-color: #004755;
	color: #fff;
	clear: both;
	margin-bottom: -25px
}

#footer .form-title {
    text-align: start;
}

#footer a {
	color: #fff
}

#footer a:hover {
	color: #004755
}

#footer .footer-col_1,
#footer .footer-col_2 {
	margin-top: 60px
}

#footer .footer-col_1 {
	border-right: 1px solid rgba(255, 255, 255, 0.5)
}

@media (min-width: 992px) {
	#footer .footer-col_2 {
		padding: 0 30px
	}
}

#footer .footer-col_3 {
	background-color: #fff;
	background-image: url("images/jpg/footer-banner.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 370px;
	padding: 0;
	position: relative
}

@media (min-width: 992px) {
	#footer .footer-col_3 {
		background-position-x: 110%
	}
}

@media (min-width: 1200px) {
	#footer .footer-col_3 {
		background-position-x: 200%
	}
}

#footer .logo {
	display: block
}

#footer .logo:hover svg {
	transform: scale(1.1)
}

#footer .logo svg,
#footer .logo img {
	max-width: 235px;
	transition: all 0.3s ease-in-out
}

#footer .logo span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

#footer .social-media {
	margin-top: 30px
}

#footer .social-media ul.social-media {
	display: inline;
	margin-left: 10px
}

#footer .social-media ul.social-media li {
	padding: 0
}

@media (min-width: 992px) {
	#footer .social-media ul.social-media li {
		padding-right: 10px
	}
}

#footer .social-media ul.social-media li a:hover svg {
	fill: #bf912d
}

#footer .social-media ul.social-media li a svg {
	fill: #fff;
	height: 15px;
	transition: all 0.3s ease-in-out
}

#footer .contact-info {
	margin-top: 25px
}

#footer .contact-info a {
	text-decoration: underline
}

#footer .form-title span {
	font-family: "Montserrat", "sans-serif";
	font-weight: 500
}

#footer #surveyStart {
	margin-top: 1em;
}

#footer #surveyStart .optInCheckbox {
	display: block
}

#footer #surveyStart .optInCheckbox input {
	border-color: #FFF
}

#footer #surveyStart .fieldBlock {
	display: inline-block;
	width: calc(100% - 140px);
	margin-right: -5px;
	vertical-align: bottom
}

#footer #surveyStart .fieldBlockText {
	display: block;
	/*margin-bottom:5px;*/
	/*font-size:16px;*/
	/*font-weight:700;*/
	/*line-height:1;*/
	/*letter-spacing:0.05em*/
}

#footer #surveyStart .fieldBlockInput {
	margin: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none !important
}

#footer #surveyStart .fieldBlockInput input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid;
	background: none;
	color: #FFF;
	box-shadow: none;
	outline: 0
}

#footer #surveyStart .submitButton {
	width: 140px;
	display: inline-block;
	vertical-align: bottom
}

#footer #surveyStart .submitButton button {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	font: 700 16px/1 "Montserrat", "sans-serif";
	text-transform: uppercase;
	background-color: #fff !important;
	color: #282829 !important;
	transition: all 0.4s
}

#footer #surveyStart .submitButton button:hover {
	background-color: #004755 !important;
	color: #fff !important
}

#footer form#eclubCheck {
	position: relative
}

#footer form#eclubCheck .form-label {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

#footer form#eclubCheck .field.input {
	margin-bottom: 20px
}

#footer form#eclubCheck input[type=email] {
	margin: 0;
	border-color: #fff;
	color: #fff;
	height: 40px;
	width: 100%
}

@media (min-width: 992px) {
	#footer form#eclubCheck input[type=email] {
		width: 61%
	}
}

#footer form#eclubCheck input[type=email]:-ms-input-placeholder {
	color: #fff
}

#footer form#eclubCheck input[type=email]::placeholder {
	color: #fff
}

#footer form#eclubCheck label {
	color: #fff
}

#footer form#eclubCheck .gdpr label {
	width: 89%
}

@media (min-width: 992px) {
	#footer form#eclubCheck .gdpr label {
		width: 75%
	}
}

#footer form#eclubCheck input[type=checkbox] {
	border-color: #fff
}

#footer form#eclubCheck .signup-btn {
	background-color: #fff;
	border-color: #fff;
	color: #282829;
	text-transform: uppercase;
	width: 100%
}

@media (min-width: 992px) {
	#footer form#eclubCheck .signup-btn {
		min-width: initial;
		position: absolute;
		right: 0;
		top: 0;
		width: 40%
	}
}

#footer form#eclubCheck .signup-btn:hover {
	background-color: #004755;
	border-color: #004755;
	color: #fff
}

#footer .copyright {
	font-size: 1.2rem
}

#footer .item-copy {
	right: 5%;
	position: absolute;
	text-align: center;
	top: 55%;
	transform: translateY(-50%);
	width: 80%
}

@media (min-width: 992px) {
	#footer .item-copy {
		width: 60%
	}
}

#footer .item-copy svg {
	fill: #0073bc
}

#footer .item-copy h2 {
	color: #21304d;
	font-family: "Montserrat", "sans-serif";
	font-size: 1.8rem;
	font-weight: 700;
	margin: 30px 0
}

@media (max-width: 991px) {
	#footer .item-copy h2 {
		text-shadow: 0 0 30px #fff
	}
}

@media (min-width: 1200px) {
	#footer .item-copy h2 {
		font-size: 2.2rem;
		margin: 40px 0
	}
}

#footer .item-copy h2 span {
	color: #21304d;
	font-family: "Montserrat", "sans-serif";
	font-size: 1rem;
	font-weight: 500
}

@media (max-width: 991px) {
	#footer .item-copy h2 span {
		text-shadow: 0 0 5px #fff
	}
}

@media (min-width: 1200px) {
	#footer .item-copy h2 span {
		font-size: 1.2rem
	}
}

#footer .item-copy .btn,
#footer .item-copy #panel input[type="button"],
#panel #footer .item-copy input[type="button"] {
	border-color: #BF912D;
	color: #BF912D;
	text-transform: uppercase
}

#footer .item-copy .btn:hover,
#footer .item-copy #panel input:hover[type="button"],
#panel #footer .item-copy input:hover[type="button"] {
	background-color: #21304d;
	color: #fff
}

#footer .footer-navigation {
	background-color: #004755;
	padding: 5px 0
}

#footer .footer-navigation #secondary-nav ul .secondary-nav-1 {
	display: none
}

#footer .footer-navigation #secondary-nav,
#footer .footer-navigation #third-nav {
	text-align: center
}

@media (min-width: 992px) {

	#footer .footer-navigation #secondary-nav,
	#footer .footer-navigation #third-nav {
		text-align: left
	}
}

@media (min-width: 992px) {

	#footer .footer-navigation #secondary-nav ul,
	#footer .footer-navigation #third-nav ul {
		margin-bottom: 0
	}
}

#footer .footer-navigation #secondary-nav ul li,
#footer .footer-navigation #third-nav ul li {
	border-right: 1px solid #fff;
	display: inline-block;
	line-height: 1;
	list-style: none;
	margin-right: 5px;
	padding-right: 10px
}

@media (min-width: 1200px) {

	#footer .footer-navigation #secondary-nav ul li,
	#footer .footer-navigation #third-nav ul li {
		margin-right: 15px;
		padding-right: 20px
	}
}

#footer .footer-navigation #secondary-nav ul li:last-child,
#footer .footer-navigation #third-nav ul li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0
}

#footer .footer-navigation #secondary-nav ul li a:hover,
#footer .footer-navigation #third-nav ul li a:hover {
	color: #21304d
}

#footer .footer-navigation #secondary-nav ul li a.active,
#footer .footer-navigation #third-nav ul li a.active {
	font-weight: 900;
	text-decoration: underline
}

@media (min-width: 992px) {
	#footer .footer-navigation #third-nav {
		text-align: right
	}
}

#footer .footer-navigation #third-nav ul {
	margin-bottom: 0
}

#footer .footer-bottom {
	background: url("images/svg/footer-watermark.svg") #fff center bottom no-repeat;
	display: none;
	height: 115px
}

#footer .footer-bottom .container {
	height: 115px;
	position: relative
}

#footer .footer-bottom .item {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

#footer .footer-bottom .item:first-child {
	left: 15px
}

#footer .footer-bottom .item:last-child {
	right: 15px
}

#footer .footer-bottom .btn-rewards:hover svg {
	opacity: 0.6
}

#footer .footer-bottom .btn-rewards svg {
	transition: all 0.3s ease-in-out
}

#footer .footer-bottom .tambourine {
	color: #282829;
	display: none;
	text-align: right
}

#footer .footer-bottom .tambourine:hover {
	color: #004755
}

#footer .footer-bottom .tambourine:hover svg {
	fill: #004755
}

#footer .footer-bottom .tambourine svg {
	fill: #282829;
	margin-left: 5px;
	transition: all 0.3s ease-in-out;
	vertical-align: middle
}

.images-footer {
	background: url(images/shape-footer.png) no-repeat bottom center;
	background-size: 215px;
	margin: 30px auto 0;
	max-width: 1200px;
	padding: 1em 0 1.3em;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.images-footer__block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	column-gap: 15px
}

.images-footer__block>div {
	display: inline-block;
	width: fit-content
}

.images-footer__block #CDSWIDCOE {
	width: 132px;
	margin: 0
}

.images-footer__block #CDSWIDCOE img {
	object-fit: contain;
	margin: 0;
	width: 100%
}

.images-footer img {
	max-height: 89px;
	max-width: 200px
}

.images-footer a {
	transition: all 0.3s ease-in-out
}

.images-footer a:hover {
	opacity: 0.5
}

#booking-form {
	background-image: url("images/png/background-booking-widget.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	border-radius: 0% 0% 50% 50% / 0% 0% 6% 6%;
	color: #fff;
	padding: 75px 0;
	position: fixed;
	text-align: center;
	top: -900vh;
	z-index: 100;
	overflow-y: scroll
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	#booking-form {
		height: 100vh;
		overflow-y: scroll
	}
}

#booking-form.open {
	top: 0;
	transition: top 0.7s ease-in-out
}

#booking-form .close-container {
	text-align: right
}

#booking-form .close-container .close {
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", "sans-serif";
	font-size: 1.4rem;
	font-weight: 500;
	transition: all 0.3s ease-in-out
}

#booking-form .close-container .close:hover {
	transform: scale(1.3)
}

#booking-form .close-container .close span {
	margin-left: 5px
}

#booking-form h3 {
	font-family: "Montserrat", "sans-serif";
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 40px;
}

#booking-form label {
	border: 0;
	clip: rect(0 0 0 0);
	color: #fff;
	display: block !important;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

#booking-form input[type=text],
#booking-form input[type=email],
#booking-form input[type=tel],
#booking-form input[type=date],
#booking-form select,
#booking-form textarea {
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	font-family: "Montserrat", "sans-serif";
	font-size: 1rem;
	font-weight: 400
}

#booking-form input[type="text"] {
	text-align: center
}

#booking-form input[type="text"]:-ms-input-placeholder {
	color: #fff;
	letter-spacing: 1px;
	opacity: 1;
	text-align: center;
	text-transform: uppercase
}

#booking-form input[type="text"]::placeholder {
	color: #fff;
	letter-spacing: 1px;
	opacity: 1;
	text-align: center;
	text-transform: uppercase
}

#booking-form .date input[type="text"] {
	font-family: "Montserrat", "sans-serif";
	font-size: 1.8rem;
	font-weight: 500;
	padding-bottom: 8px;
	text-transform: uppercase;
	width: 100%
}

#booking-form .date input[type="text"]:-ms-input-placeholder {
	font-family: "Montserrat", "sans-serif";
	font-size: 1.8rem;
	font-weight: 500
}

#booking-form .date input[type="text"]::placeholder {
	font-family: "Montserrat", "sans-serif";
	font-size: 1.8rem;
	font-weight: 500
}

#booking-form .date label:not(.visuallyhidden) {
	width: auto;
	height: auto;
	color: #FFF;
	text-transform: uppercase;
	position: static
}

#booking-form .date.checkin {
	margin-bottom: 45px;
}

#booking-form .date.checkout {
	margin-bottom: 65px
}

#booking-form .visuallyhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

#booking-form .form-entry {
	display: inline-block;
	margin: 0 50px 60px 0
}

#booking-form .form-entry.promo {
	margin-right: 0;
	min-width: 170px
}

#booking-form .form-entry.promo input[type="text"] {
	min-width: 170px;
	padding-bottom: 10px
}

#booking-form .form-entry select {
	background-image: url("images/svg/booking-arrow-down.svg");
	background-size: 10px;
	background-position: right 20%;
	background-repeat: no-repeat;
	padding: 0 20px 10px 5px;
	text-align: center;
	text-align-last: center
}

#booking-form .submit {
	margin-bottom: 80px
}

#booking-form .submit .btn,
#booking-form .submit #panel input[type="button"],
#panel #booking-form .submit input[type="button"] {
	letter-spacing: 1px;
	text-transform: uppercase
}

#booking-form .bottom-info a {
	color: #fff;
	text-decoration: underline
}

#booking-form .bottom-info a:hover {
	font-weight: bold
}

#booking-form .bottom-info span {
	margin: 0 10px
}

#booking-form .onpay-link {
	color: white;
	margin-top: 20px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	font-family: "Montserrat", "sans-serif"
}

#booking-form .onpay-link::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: white
}

@media (min-width: 1200px) {
	#booking-form .onpay-link:hover {
		opacity: .8
	}
}

#header {
	background-color: #fff;
	height: 72px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100
}

header#header .logo img {
    width: 200px !important;
}

html[lang="ru"] .header-menu #primary-nav ul li a{
    font-size: 10px;
}

@media (max-width: 768px) {
	.navbar{
		display: none !important;
	}

	
	header#header .logo img {
		width: 150px !important;
	}

	#home .intro-container {
		padding-bottom: 0px !important;
	}

	#footer .footer-col_3 {
        background-position: 0% center !important;
        height: 303px !important;
        background-size: cover !important;
    }
}

@media (orientation: landscape) {
	header#header .logo img {
		width: 150px !important;
	}

	/* #home .intro-container {
		padding-bottom: 0px !important;
	} */

	input.btn.btnSubmit {
		min-width: fit-content !important;
		padding: 10px !important;
	}
}

@media (orientation: landscape) and (max-width: 900px) {

		#home .bonage__box {
			bottom: 78px !important;
			right: 0% !important;
			width: 90px !important;
			height: 90px !important;
		}

	   }


@media (min-width: 992px) {
	#header {
		height: 110px
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#header .col-sm-3 {
		width: 20%
	}

	#header .col-sm-9 {
		width: 80%
	}
}

#header .logo-container {
	/*height: 72px;*/
	max-height: fit-content !important;
	width: 13%;
	position: relative
}

#header .col-sm-9 {
	width: 100% !important;
}

header#header .row {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
	#header .logo-container {
		height: 110px
	}
}

@media (max-width: 768px) {
	header#header {
		max-height: unset !important;
		height: 72px !important;
	}

	#header .logo-container {
		height: 72px !important;
		max-height: unset !important;
		padding-left: 0px !important;
	}

	header#header .row {
		margin-top: 0px !important;
	    margin-bottom: 0px !important;
	}

}

#header .logo {
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%)
}

#header .logo:hover svg {
	transform: scale(1.1)
}

#header .logo svg {
	max-width: 262px;
	transition: all 0.3s ease-in-out;
	width: 100%
}

#header .logo span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

#header .header-info {
	border-bottom: 1px solid #a1a1a1;
	font-size: .9rem;
	text-align: right
}

@media (min-width: 992px) {
	#header .header-info {
		font-size: 1.2rem
	}
}

@media (min-width: 1200px) {
	#header .header-info {
		font-size: 1.4rem
	}
}

#header .header-info .item {
	color: #282829;
	display: inline;
	font-family: "Montserrat", "sans-serif";
	font-weight: 400;
	margin-right: 9px;
	padding-right: 9px;
	position: relative
}

@media (min-width: 992px) {
	#header .header-info .item {
		margin-right: 10px;
		padding-right: 10px
	}
}

#header .header-info .item::after {
	background-color: #282829;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px
}

#header .header-info .item a {
	color: #282829
}

#header .header-info .item a:hover {
	color: #004755
}

#header .header-info .item.item-last::after {
	display: none
}

#header .header-info .item.item-phone a {
	text-decoration: underline
}

#header .header-info .item .item-webcam {
	color: #004755;
	display: inline;
	font-family: "Montserrat", "sans-serif";
	font-weight: 500;
	vertical-align: middle
}

#header .header-info .item .item-webcam svg {
	fill: #004755;
	margin-right: 3px;
	transition: all 0.3s ease-in-out
}

#header .header-info .item .item-webcam:hover svg {
	fill: #bf912d
}

#header .header-info .btn_reserve {
	background-color: #004755;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", "sans-serif";
	font-weight: 700;
	margin-bottom: -1px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out
}

#header .header-info .btn_reserve2 {
	background-color: #004755;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", "sans-serif";
	font-weight: 700;
	margin-bottom: -1px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out
}

@media (min-width: 992px) {
	#header .header-info .btn_reserve {
		padding: 15px 30px
	}
	#header .header-info .btn_reserve2 {
		padding: 15px 30px
	}
}

#header .header-info .btn_reserve:hover {
	background-color: #bf912d
}
#header .header-info .btn_reserve2:hover {
	background-color: #bf912d
}

#header #primary-nav ul {
	margin-bottom: 0;
	text-align: right
}

#header #primary-nav ul li {
	display: inline-block;
	list-style: none;
	margin-left: 15px;
	padding: 10px 0;
	position: relative
}

@media (min-width: 992px) {
	#header #primary-nav ul li {
		margin-left: 10px;
		padding: 20px 0
	}
}

#header #primary-nav ul li:first-child {
	margin-left: 0
}

#header #primary-nav ul li ul.submenu {
	display: none;
	padding: 20px 0px;
	position: absolute;
	right: -77px;
	top: 60px;
	width: 200px;
	background-color: #407380;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 10
}

#header #primary-nav ul li ul.submenu::before {
	content: "";
	position: absolute;
	border-bottom: 40px solid #407380;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	top: -13px;
	left: 60px
}

@media (max-width: 1199px) {
	#header #primary-nav ul li ul.submenu {
		padding: 0;
		top: 40px;
		width: 150px;
		display: none
	}
}

#header #primary-nav ul li ul.submenu li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative
}

#header #primary-nav ul li ul.submenu li .nav-title {
	color: white;
	position: relative;
	width: 100%;
	display: block;
	padding: 6px
}

#header #primary-nav ul li ul.submenu li a {
	color: white;
	text-transform: capitalize;
	padding: 6px 15px;
	display: block
}

#header #primary-nav ul li ul.submenu li a.lowercase {
	text-transform: inherit
}

#header #primary-nav ul li ul.submenu li a:hover {
	background: #000000;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.278431) 0%, rgba(0, 0, 0, 0) 100%)
}

#header #primary-nav ul li ul.submenu li a.active {
	background: #000000;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.278431) 0%, rgba(0, 0, 0, 0) 100%)
}

#header #primary-nav ul .primary-nav-4 .submenu {
	right: -37px
}

#header #primary-nav ul .primary-nav-10 .submenu {
	right: -65px
}

#header.fancybox-margin {
	margin: 0 auto
}

.webcam-holder iframe {
	height: calc((9 / 16) * 90vw);
	width: 90vw
}

@media (max-width: 1024px) {
	#header #primary-nav ul .primary-nav-4 .submenu {
		right: -33px
	}

	#header #primary-nav ul .primary-nav-4 .submenu::before {
		top: -10px;
		left: 36px
	}

	#header #primary-nav ul .primary-nav-10 .submenu {
		right: -52px
	}

	#header #primary-nav ul .primary-nav-10 .submenu::before {
		top: -10px;
		left: 36px
	}

	#header #primary-nav ul .primary-nav-9 .submenu {
		right: -61px
	}

	#header #primary-nav ul .primary-nav-9 .submenu::before {
		top: -10px;
		left: 36px
	}

	#header #primary-nav ul .primary-nav-13 .submenu {
		right: -52px
	}

	#header #primary-nav ul .primary-nav-13 .submenu::before {
		top: -10px;
		left: 36px
	}

	#header #primary-nav ul .primary-nav-22 .submenu {
		right: -52px
	}

	#header #primary-nav ul .primary-nav-22 .submenu::before {
		top: -10px;
		left: 36px
	}
}

.ada-map-list li {
	margin-top: 60px
}

.ada-map-list li .btn,
.ada-map-list li #panel input[type="button"],
#panel .ada-map-list li input[type="button"] {
	margin-top: 20px
}

#list .block {
	height: 560px
}

@media (max-width: 991px) {
	#list .block {
		height: 700px
	}
}

#list .block-img_bg {
	bottom: initial;
	min-height: 350px;
	width: 100%
}

@media (min-width: 992px) {
	#list .block-img_bg {
		bottom: 0;
		min-height: 560px;
		position: absolute;
		right: 0;
		width: 615px
	}
}

#list .block-copy {
	bottom: 0;
	height: fit-content
}

@media (max-width: 991px) {
	#list .block-copy {
		border-radius: 0% 0% 50% 50% / 0% 0% 6% 6%;
		position: relative;
		transform: initial;
		max-width: 100%
	}
}

#list .slick-dots {
	bottom: 0;
	left: 100px;
	position: absolute
}

@media (min-width: 992px) {
	#list .slick-dots {
		bottom: 60px;
		left: 85px
	}
}

@media (min-width: 1200px) {
	#list .slick-dots {
		left: 90px
	}
}

#list .slick-dots li button {
	border-color: #fff
}

#list .slick-dots li.slick-active button {
	background-color: #fff
}

#list-alt .each-list {
	margin-bottom: 50px;
	position: relative
}

#list-alt .each-list:last-child {
	margin-bottom: 0
}

#list-alt .each-list.odd .block-copy {
	right: 15px
}

@media (min-width: 1200px) {
	#list-alt .each-list.odd .block-copy {
		right: 60px
	}
}

#list-alt .each-list.even .block-img {
	float: right
}

#list-alt .each-list.even .block-copy {
	left: 15px
}

@media (min-width: 1200px) {
	#list-alt .each-list.even .block-copy {
		left: 60px
	}
}

@media (max-width: 991px) {

	#list-alt .block-img_half,
	#list-alt .block-copy_half {
		width: 100%
	}

	#list-alt .block-copy {
		margin: 30px auto 0;
		max-width: 615px;
		position: relative;
		text-align: center
	}

	#list-alt .block-copy.hide-object.left {
		transform: translateX(-5%)
	}

	#list-alt .block-copy.hide-object.right {
		transform: translateX(5%)
	}

	#list-alt .block-copy.show-object.left.fade-in {
		transform: translateX(0%)
	}

	#list-alt .block-copy.show-object.right.fade-in {
		transform: translateX(0%)
	}

	#list-alt .block-copy h2::after {
		left: 0;
		margin: 0 auto;
		right: 0
	}

	#list-alt .each-list.odd .block-copy {
		right: initial
	}

	#list-alt .each-list.even .block-img {
		float: none
	}

	#list-alt .each-list.even .block-copy {
		left: initial
	}
}

#list-text {
	margin: 100px auto
}

#list-text .slick-list {
	overflow: visible
}

#list-text .testimonial {
	position: relative
}

#list-text .testimonial::before,
#list-text .testimonial::after {
	color: #004755;
	display: block;
	font-family: "Times New Roman", Times New Roman, serif;
	font-size: 10.4rem;
	font-weight: 900;
	line-height: 0;
	position: absolute
}

#list-text .testimonial::before {
	content: '“';
	left: -100px;
	top: 15px
}

#list-text .testimonial::after {
	bottom: 0;
	content: '”';
	right: -75px
}

#list-text .testimonial h6 {
	color: #004755;
	font-family: "Montserrat", "sans-serif";
	letter-spacing: 2px
}

.list-with-tabs {
	background-image: url("images/jpg/texture-details.jpg");
	padding: 50px 0;
	text-align: center
}

.list-with-tabs h2 {
	margin-bottom: 20px
}

@media (min-width: 1200px) {
	.list-with-tabs h2 {
		margin-bottom: 40px
	}
}

.list-with-tabs h2 span {
	color: #fff
}

.list-with-tabs ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.list-with-tabs ul li {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", "sans-serif";
	font-size: 1.6rem;
	margin: 15px 30px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out
}

.list-with-tabs ul li:nth-child(1) {
	-ms-flex-order: 2;
	order: 2
}

.list-with-tabs ul li:nth-child(2) {
	-ms-flex-order: 1;
	order: 1
}

.list-with-tabs ul li:nth-child(3) {
	-ms-flex-order: 3;
	order: 3
}

.list-with-tabs ul li::after {
	background-color: #fff;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transition: all 0.3s ease-in-out;
	width: 30px
}

.list-with-tabs ul li:hover {
	color: #bf912d
}

.list-with-tabs ul li:hover::after {
	width: 60px
}

.list-with-tabs ul li.active {
	color: #bf912d
}

.list-with-tabs .specials-menu li {
	min-width: 92px
}

.list-with-tabs .specials-menu li a {
	color: #fff
}

.list-with-tabs .specials-menu li:hover a {
	color: #bf912d
}

.list-with-tabs .specials-menu li.active a {
	color: #bf912d
}

.tabs-block {
	margin-top: 50px
}

.tabs-block #tabList .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tabs-block .col-sm-6 {
	min-height: 150px
}

.staff-picks li {
	margin-bottom: 60px
}

.staff-picks .staff-heading {
	font-size: 2.4rem;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative
}

.staff-picks .staff-heading::after {
	background-color: #004755;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	width: 135px
}

.staff-picks .staff-date {
	font-style: italic
}

.staff-picks .staff-btn {
	font-size: 1.8rem
}

.press-section-media {
	margin-bottom: 100px
}

.press-section-media .each-publication {
	border-top: 1px solid #a1a1a1;
	margin-top: 15px;
	padding: 15px 0 0
}

.press-section-media .each-publication p {
	margin-bottom: 0
}

#accommodations .each-room {
	margin-bottom: 100px;
	position: relative
}

#accommodations .each-room:last-child {
	margin-bottom: 0
}

#accommodations .each-room.odd .block-copy {
	right: 15px
}

@media (min-width: 1200px) {
	#accommodations .each-room.odd .block-copy {
		right: 60px
	}
}

#accommodations .each-room.even .block-img {
	float: right
}

#accommodations .each-room.even .block-copy {
	left: 15px
}

@media (min-width: 1200px) {
	#accommodations .each-room.even .block-copy {
		left: 60px
	}
}

.specials-container {
	margin-top: 65px
}

.specials-holder .each-special {
	margin-bottom: 100px;
	position: relative
}

.specials-holder .each-special:last-child {
	margin-bottom: 0
}

.specials-holder .each-special .block-img {
	position: relative
}

.specials-holder .each-special .block-img .specials-badge {
	background-size: contain;
	bottom: 35px;
	height: 50px;
	position: absolute;
	width: 271px
}

.specials-holder .each-special.odd .block-copy {
	right: 15px
}

@media (min-width: 1200px) {
	.specials-holder .each-special.odd .block-copy {
		right: 60px
	}
}

.specials-holder .each-special.even .block-img {
	float: right
}

.specials-holder .each-special.even .block-copy {
	left: 15px
}

@media (min-width: 1200px) {
	.specials-holder .each-special.even .block-copy {
		left: 60px
	}
}

.specials-holder .each-special.most-popular .block-img .specials-badge {
	background-image: url("images/svg/tag-most-popular.svg")
}

.specials-holder .special-description p {
	font-size: 1.6rem
}

.specials-holder .special-description li {
	font-size: 1.4rem
}

.specials-holder .special-terms-accordion-btn {
	color: #004755;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease-in-out
}

.specials-holder .special-terms-accordion-btn:hover {
	color: #bf912d
}

@media (max-width: 991px) {

	.specials-holder .block-img_half,
	.specials-holder .block-copy_half {
		width: 100%
	}

	.specials-holder .block-copy {
		margin: 30px auto 0;
		max-width: 615px;
		position: relative;
		text-align: center;
		top: initial;
		transform: initial
	}

	.specials-holder .block-copy h2::after {
		left: 0;
		margin: 0 auto;
		right: 0
	}

	.specials-holder .each-special.odd .block-copy {
		right: initial
	}

	.specials-holder .each-special.even .block-img {
		float: none
	}

	.specials-holder .each-special.even .block-copy {
		left: initial
	}

	.specials-holder .special-description li {
		display: inline-block;
		padding-right: 6px
	}
}

.terms-conditions {
	margin-top: 30px
}

.terms-conditions p {
	font-size: 1.4rem !important
}

.specials-block__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 100px;
	-ms-flex-align: center;
	align-items: center
}

.specials-block__item figure {
	width: 50%
}

.specials-block__item figure img {
	width: 100%;
	height: 449px;
	object-fit: cover
}

.specials-block__item:nth-child(even) {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.specials-block__item:nth-child(even) .specials-block__text {
	padding-right: 90px;
	padding-left: 0
}

.specials-block__text {
	width: 50%;
	padding-left: 90px;
	text-align: left
}

.specials-block__text h2 {
	margin: 0 0 75px 0 !important;
	position: relative;
	padding-right: 0 !important;
	display: block !important
}

.specials-block__text h2::after {
	content: '';
	background-color: #004755 !important;
	display: block;
	height: 1px !important;
	position: absolute;
	width: 135px !important;
	left: 0;
	top: 52px !important
}

.specials-block__text p {
	color: #282829;
	text-align: left
}

.specials-block__text .sym-inline-list {
	margin-bottom: 50px !important
}

.specials-block__text .sym-inline-list li {
	color: #282829
}

.title-logos {
	margin-top: 50px;
	text-align: center
}

.container-logos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px 0
}

.container-logos .logo {
	width: 20%;
	margin-right: 20px;
	text-align: center;
	padding: 0 20px;
	border-right: 1px solid grey
}

.container-logos .logo:last-child {
	margin-right: 0;
	border: none
}

.container-logos .logo__image {
	height: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.container-logos .logo__image img {
	object-fit: cover;
	max-width: 100%
}

.container-logos .logo__title {
	margin-top: 20px;
	color: #004755
}

.menu-restaurant {
	padding-top: 100px
}

.menu-restaurant__container {
	padding: 50px 150px 0;
	position: relative
}

@media screen and (max-width: 900px) {
	.menu-restaurant__container {
		padding: 50px 50px 0
	}
}

@media screen and (max-width: 640px) {
	.menu-restaurant__container {
		padding: 100px 20px 0
	}
}

.menu-restaurant__container--description {
	font-style: italic;
	margin-bottom: 30px
}

.menu-restaurant__container--title {
	padding: 10px 50px;
	margin-bottom: 50px;
	width: 100%
}

.menu-restaurant__container--title h2 {
	text-align: center;
	font-size: 32px
}

.menu-restaurant__topcontent {
	max-width: 700px;
	margin-bottom: 50px;
	text-align: center
}

.menu-restaurant__title {
	font-size: 20px;
	text-align: left;
	margin-bottom: 40px
}

.menu-restaurant__hours {
	display: -ms-flexbox;
	display: flex;
	font-weight: normal;
	width: 0;
	font-size: 0
}

.menu-restaurant__hours p {
	margin-left: 10px
}

.menu-restaurant__tab span {
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.menu-restaurant__tab span::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: -30px;
	top: 0;
	background-color: #fff
}

@media screen and (max-width: 900px) {
	.menu-restaurant__tab span {
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media screen and (max-width: 640px) {
	.menu-restaurant__tab span {
		margin: 15px 0
	}
}

.menu-restaurant__tab.active .menu-restaurant__hours {
	width: auto;
	font-size: 16px;
	margin-left: 10px
}

.menu-restaurant__tab:last-of-type span::after {
	width: 0
}

.menu-restaurant__top {
	padding: 40px 0;
	margin-bottom: 20px;
	position: relative;
	background-color: #38525D
}

@media screen and (max-width: 900px) {
	.menu-restaurant__top {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.menu-restaurant__navtitle {
	text-align: center;
	margin-bottom: 50px
}

@media screen and (max-width: 900px) {
	.menu-restaurant__navtitle {
		padding: 0 0 30px 0
	}
}

.menu-restaurant__tabs {
	width: 100%;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

@media screen and (max-width: 900px) {
	.menu-restaurant__tabs {
		width: 90%;
		height: 140px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.menu-restaurant__tab {
	position: relative;
	color: #fff
}

.menu-restaurant__tab span {
	font-family: 'FC Vision', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px
}

@media screen and (max-width: 900px) {
	.menu-restaurant__tab {
		width: 30%
	}
}

.menu-restaurant__tab::before {
	content: '';
	height: 1px;
	width: 0;
	background-color: #fff;
	position: absolute;
	bottom: -5px;
	right: -25px;
	left: 0;
	z-index: 9;
	transition: ease-in-out .8s
}

.menu-restaurant__tab.active,
.menu-restaurant__tab:hover {
	position: relative
}

.menu-restaurant__tab.active::before,
.menu-restaurant__tab:hover::before {
	content: '';
	height: 1px;
	width: 100%;
	transition: ease-in-out .8s
}

.menu-restaurant__tab::after {
	content: '';
	position: absolute;
	left: -25%;
	width: 150%;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg)
}

@media screen and (max-width: 900px) {
	.menu-restaurant__tab::after {
		width: 100%;
		left: 0
	}
}

.menu__toptitle {
	text-align: center;
	margin-bottom: 30px
}

.menu__title {
	text-align: left;
	font-size: 22px;
	color: #004755;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-weight: 900
}

.menu__title-cat-desc {
	text-align: left;
	font-size: 22px;
	color: #004755;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: 900
}

.menu__catdescription {
	margin-bottom: 30px
}

.menu__content {
	margin-bottom: 60px
}

.menu__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.menu__unitmenu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.menu__unitmenu:not(.active) {
	opacity: 0;
	transition: easy-in-out .5s
}

.menu__unitmenu.active {
	opacity: 1;
	transition: easy-in-out .5s
}

.menu__text {
	width: 100%;
	padding-bottom: 30px;
	color: #004755;
	width: 45%
}

@media screen and (max-width: 640px) {
	.menu__text {
		width: 100%
	}
}

.menu__product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #282829
}

.menu__description {
	margin-bottom: 10px;
	color: #282829;
	font-size: 18px;
	font-weight: 100
}

.menu__price {
	margin-right: -30px
}

.menu__price--multi-unit {
	margin-bottom: 15px
}

.menu__price--multi-unit:first-child {
	margin-top: 15px
}

.menu__price--name {
	margin-right: 20px
}

.menu__price--unit {
	display: -ms-flexbox;
	display: flex;
}

/* .gallery-block {
	display: -ms-grid; 
	display: grid;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12, 1fr);
	-ms-grid-rows: (1fr)[10];
	grid-template-rows: repeat(10, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	height: 480px;
	max-width: 905px;
	margin-bottom: 100px;
}  */


.gallery-block {
	display: grid; /* Modern CSS Grid */
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(10, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	height: 480px;
	max-width: 905px;
	margin-bottom: 100px;
}


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

.gallery-block .item a::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	background-image: url(images/expand-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all ease-in-out .5s;
}

.gallery-block .item a::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all ease-in-out .5s
}

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

.gallery-block .item a:hover::after {
	width: 30px;
	height: 30px;
	transition: all ease-in-out .5s;
}

.gallery-block .item a:hover::before {
	opacity: 1;
	transition: all ease-in-out .5s;
}

.gallery-block .item1 {
	grid-area: 2 / 1 / 10 / 5
}

.gallery-block .item2 {
	grid-area: 1 / 5 / 6 / 9
}

.gallery-block .item3 {
	grid-area: 6 / 5 / 11 / 9
}

.gallery-block .item4 {
	grid-area: 2 / 9 / 10 / 13
}

.accordion-module {
	margin-bottom: 20px;
	padding: 50px 0
}

.accordion-module:nth-child(1) {
	margin-bottom: 50px
}

.accordion-module .btn-text {
	text-decoration: underline;
	text-align: end
}

.accordion-module .btn-text a {
	color: #254390
}

.accordion-module .btn-text a:hover {
	color: #254390
}

.container-posts {
	text-align: center
}

h2.container.accordion-module__main-title.main-title {
	font-weight: 700;
	color: #bf912d;
	text-transform: capitalize;
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px
}

h2.container.accordion-module__main-title.main-title:after {
	content: '';
	-webkit-mask: url("svg/line-wp.svg");
	mask: url("svg/line-wp.svg");
	height: 20px;
	width: 93px;
	display: block;
	-webkit-mask-position: left -8px center;
	background-color: #bf912d;
	margin: 0 auto;
	padding-top: 20px;
}

span.accordion-module__main-subtitle {
	color: #282829;
	text-transform: capitalize;
	font-size: 18px
}

.filtered-content {
	padding: 30px 0px 0px;
	margin-bottom: 30px
}

.expand-filtered-content,
.accordion-module__title-toggle {
	font-size: em(16px);
	color: #004755;
	text-transform: capitalize;
	font-family: "Montserrat", "sans-serif";
	padding: 13px 0 8px 15px;
	margin-top: 15px;
	background-repeat: no-repeat !important;
	background-position: right 15px center !important
}

.expand-filtered-content h2,
.accordion-module__title-toggle h2 {
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	padding-top: 65px
}

.expand-filtered-content:hover,
.accordion-module__title-toggle:hover {
	background-position: right 10px center
}

s .expand-filtered-content.change-icon,
s .accordion-module__title-toggle.change-icon {
	background-image: url("svg/less-icon.svg")
}

.expand-filtered-content.color-gray,
.accordion-module__title-toggle.color-gray {
	background-color: #dcd8d3
}

.expand-filtered-content.color-blue,
.accordion-module__title-toggle.color-blue {
	background-color: #dee6f5
}

.expand-filtered-content.color-red,
.accordion-module__title-toggle.color-red {
	background-color: #fde6e3
}

.expand-filtered-content.color-purple,
.accordion-module__title-toggle.color-purple {
	background-color: #d6cee1
}

.toggle-post {
	display: block;
	margin-top: 15px;
	font-size: em(14px);
	color: rgba(61, 113, 127, 0.4);
	text-transform: uppercase
}

.toggle-post.active {
	color: #004755
}

.hidden-post {
	border-left: 1px solid #004755;
	padding: 0 50px
}

.accordion-module__main-box:last-of-type {
	margin-bottom: 20px
}

.accordion-module__title-toggle {
	background: #004755;
	background-image: url("images/more.png");
	background-size: 21px;
	cursor: pointer;
	columns: 2;
	padding: 0;
	width: 70%
}

.accordion-module__title-toggle.change-icon h2 {
	color: #fff
}

.accordion-module__sec-title {
	font-size: em(16px);
	color: #004755;
	text-transform: capitalize;
	font-family: "Montserrat", "sans-serif";
	margin: 0px
}

.accordion-module__info-toggle {
	padding: 25px 0;
	transition: all .5s ease-in-out;
	text-align: left
}

.accordion-module__info-toggle .container {
	height: auto
}

.accordion-module__info-toggle .container ul.sym-inline-list {
	list-style: disc;
	margin: 0 30px
}

.accordion-module__info-toggle .container .accordion-text {
	text-align: center;
	margin: 0 0 40px 0
}

.accordion-module__info-toggle .container .table-accordion {
	columns: 2;
	margin-bottom: 10px
}

.accordion-module__info-toggle .container .table-accordion .text-accordion-righ {
	display: inline-block
}

.info-toggle {
	height: 0px;
	overflow: hidden;
	opacity: 0;
	padding: 0
}

.accordion-module .container-posts .btn-text {
	text-align: center
}

.accordion-module .container-posts .btn-text .btn,
.accordion-module .container-posts .btn-text #panel input[type="button"],
#panel .accordion-module .container-posts .btn-text input[type="button"] {
	color: #BF912D !important;
	background: #BF912D;
	padding: 10px 15px
}

.accordion-module .container-posts .btn-text .btn:hover,
.accordion-module .container-posts .btn-text #panel input:hover[type="button"],
#panel .accordion-module .container-posts .btn-text input:hover[type="button"] {
	background: #bf912d
}

.accordion-module__info-toggle a.btn-spa {
	text-decoration: underline;
	font-weight: 600;
	color: #004755
}

.accordion-module__info-toggle a.btn-spa:hover {
	color: #bf912d
}

.accordion-module__info-toggle a {
	text-decoration: underline;
	font-weight: 600;
	color: #004755
}

.accordion-module__info-toggle a:hover {
	color: #bf912d
}

.gallery-fitness {
	margin: 100px 0
}

.gallery-fitness .gallery-inset {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%
}

.gallery-fitness .gallery-inset_1 {
	background-position: center top;
	height: 444px;
	margin-bottom: 15px
}

@media (min-width: 992px) {
	.gallery-fitness .gallery-inset_1 {
		background-position: 41% top;
		height: 561px;
		margin-bottom: 0
	}
}

.gallery-fitness .gallery-inset_2 {
	background-position-y: 69%;
	height: 190px;
	margin-bottom: 15px
}

@media (min-width: 992px) {
	.gallery-fitness .gallery-inset_2 {
		height: 307px
	}
}

.gallery-fitness .gallery-inset_3,
.gallery-fitness .gallery-inset_4 {
	height: 239px
}

.gallery-fitness .gallery-inset_3 {
	background-position: left center
}

.gallery-fitness .gallery-inset::after {
	background-color: #fff;
	content: '';
	display: block;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out
}

.gallery-fitness a:hover .gallery-inset::after {
	opacity: 0.5
}

.hours-quad {
	margin-top: 50px
}

.hours-quad__content .title {
	text-align: center;
	font-size: 22px;
	color: #004755;
	font-weight: 900;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 50px
}

.hours-quad__content .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 14%;
	text-align: center
}

.hours-quad__content .buttons {
	margin-top: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px
}

.hours-quad__content .buttons .btn,
.hours-quad__content .buttons #panel input[type="button"],
#panel .hours-quad__content .buttons input[type="button"] {
	margin: 10px;
	margin-top: 0;
	text-transform: uppercase;
	background-color: #BF912D;
	color: #BF912D;
	padding: 15px 25px
}

.hours-quad__content .buttons .btn:hover,
.hours-quad__content .buttons #panel input:hover[type="button"],
#panel .hours-quad__content .buttons input:hover[type="button"] {
	background-color: transparent;
	color: #004755
}

.fancybox-skin {
	width: max-content !important;
	padding: 40px 100px !important
}

.form-quad__content .form-module__field {
	width: 100%
}

.form-quad__content .form-module__field input,
.form-quad__content .form-module__field textarea {
	width: 100%
}

.single-quad {
	padding: 60px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.single-quad.right-align {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.single-quad figure {
	max-width: 60%
}

.single-quad__text {
	padding: 20px;
	/*max-width:40%;*/
	position: relative
}

.single-quad__text h2 {
	margin-bottom: 75px
}

.single-quad__text h2::after {
	content: '';
	width: 132px;
	height: 2px;
	background-color: #bf912d;
	position: absolute;
	left: 20px;
	display: block;
	/*top:90px*/
}

.single-quad__text p {
	margin-bottom: 20px
}

.single-quad__text p:last-child {
	margin-bottom: 0
}

.container-card {
	margin-top: 100px;
	position: relative
}

.container-card .title-card {
	font-size: 32px;
	font-weight: 500;
	line-height: 40.02px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px
}

.container-card .title-card::after {
	content: '';
	width: 132px;
	height: 2px;
	background-color: #004755;
	position: absolute;
	left: calc(50% - 60px);
	display: block;
	top: 50px
}

.container-card .cards {
	margin-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 50px;
	-ms-grid-columns: (minmax(346px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(346px, 1fr));
	-ms-grid-column-align: center;
	justify-items: center
}

.container-card .cards .card {
	transition-delay: .5s;
	max-width: 550px;
	text-align: center
}

.container-card .cards .card-image {
	width: 297px;
	height: 232px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff
}

.container-card .cards .card-image figure img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.container-card .cards .card-content {
	max-width: 100%;
	padding-top: 10px;
	margin: 0 auto
}

.container-card .cards .card-content__title {
	color: #737374;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase
}

.container-card .cards .card-content p {
	margin-bottom: 15px
}

.container-card .cards .card-content .btn,
.container-card .cards .card-content #panel input[type="button"],
#panel .container-card .cards .card-content input[type="button"] {
	margin-top: 18px
}

.text-content-lightbox {
	max-width: 800px;
	padding: 36px
}

.text-content-lightbox__content {
	padding: 25px
}

.text-content-lightbox__content h2 {
	margin-bottom: 20px
}

.text-content-lightbox__content h3 {
	margin-bottom: 15px;
	color: #000;
	font-size: 1.5em;
	font-weight: inherit;
	text-transform: uppercase
}

.text-content-lightbox__content p {
	margin-bottom: 15px
}

.text-content-lightbox__content p:first-of-type {
	margin-bottom: 15px !important
}

.text-content-lightbox__content p:last-of-type {
	margin-bottom: 0px
}

.text-content-lightbox__content ul {
	margin-top: 10px !important
}

.text-content-lightbox__content ul li {
	color: #585858;
	font-family: 'FC Vision', sans-serif;
	font-size: 0.833em;
	font-weight: 300;
	line-height: 1.4em;
	padding-left: 12px;
	margin-bottom: 10px;
	position: relative
}

.text-content-lightbox__content ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
	background: #004755
}

.logos-awards {
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0px;
	-ms-flex-pack: center;
	justify-content: center
}

.logos-awards__image {
	max-width: 140px;
	min-width: 100px;
	margin: 0px 15px 15px
}

.logos-awards__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center
}

.lightbox-menu {
	font-family: "Montserrat", "sans-serif"
}

.lightbox-menu__title {
	color: #bf912d;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600
}

.lightbox-menu__title.category {
	font-size: 28px
}

.lightbox-menu__description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6
}

.lightbox-menu__category {
	padding: 30px 0
}

.lightbox-menu__product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 10px 0
}

.lightbox-menu__product-copy {
	text-align: left;
	width: calc(100% - 120px);
	font-size: 16px
}

.lightbox-menu__product-name {
	font-weight: 600
}

.lightbox-menu__product-description {
	font-weight: 300
}

.lightbox-menu__product-prices {
	width: 120px;
	text-align: right
}

.lightbox-menu__product-price {
	font-size: 16px
}

.lightbox-menu__product-price span {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 20px);
	margin: 0 4px
}

.lightbox-menu__product-price span:nth-child(1) {
	font-weight: 300
}

.lightbox-menu__product-price span:nth-child(2) {
	color: #bf912d;
	font-weight: 600
}

.custom-frame {
	padding: 80px 0;
	display: -ms-grid;
	display: grid;
	place-content: center
}

.custom-frame iframe {
	width: 100%;
	height: 520px
}

.single-quad-background {
	padding: 60px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	min-height: 480px;
	background-size: cover;
	background-position: right center
}

.single-quad-background__text {
	padding: 30px 50px;
	width: 40%;
	text-align: left;
	margin-left: 5%
}

.single-quad-background__text h2 {
	font-size: 18px;
	font-family: 'FC Vision', sans-serif;
	color: #282829;
	margin-bottom: 5px
}

.single-quad-background__text h2::after {
	display: none !important
}

.single-quad-background__text h3 {
	font-size: 32px;
	color: #004755;
	position: relative;
	margin: 5px 0 40px
}

.single-quad-background__text h3::after {
	position: absolute;
	content: '';
	width: 30%;
	height: 1px;
	background: #004755;
	left: 0;
	bottom: 0
}

.single-quad-background__text p {
	margin-bottom: 30px;
	color: #282829
}

#default .hero-container,
#default-alt .hero-container {
	z-index: 1
}

@keyframes increase {
	0% {
		top: -60px
	}

	100% {
		top: 0
	}
}

#default .intro-container .container::before,
#default-alt .intro-container .container::before {
	animation: increase 1s ease-out
}

#default #content {
	background-image: url("images/jpg/background-interior-bottom.jpg");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat
}

#default .intro-container .col-md-8 .btn,
#default .intro-container .col-md-8 #panel input[type="button"],
#panel #default .intro-container .col-md-8 input[type="button"] {
	margin-top: 20px
}

#default .default-container {
	padding: 80px 0 90px
}

#default .default-container a {
	text-decoration: underline
}

#default .instructions-block {
	margin-top: 190px
}

#default .instructions-block .shortcode-block {
	padding: 40px 0
}

#default .instructions-block .shortcode-block .title {
	font-family: "Montserrat", "sans-serif";
	font-size: 35px;
	text-align: center
}

#default .instructions-block .shortcode-block .location {
	font-family: 'FC Vision', sans-serif;
	font-size: 13px;
	text-align: center;
	margin-bottom: 35px
}

#default .instructions-block .shortcode-block .instructions {
	margin: 0 auto 30px auto;
	width: 95%;
	max-width: 1170px;
	text-align: left;
	padding: 40px
}

#default.privacy-policy .details-container {
	background-image: none;
	color: #bf912d;
	text-align: left
}

#default-alt #content {
	background-image: url("images/jpg/background-interior-bottom.jpg");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat
}

#default-alt .intro-container .col-md-8 .btn,
#default-alt .intro-container .col-md-8 #panel input[type="button"],
#panel #default-alt .intro-container .col-md-8 input[type="button"] {
	margin-top: 20px
}

#default-alt .default-alt-container {
	color: #fff;
	margin: 65px auto 100px
}

#default-alt .default-alt-container .block {
	background-color: #004755
}

#default-alt .default-alt-container h2 {
	color: #fff;
	padding-bottom: 42px;
	position: relative
}

#default-alt .default-alt-container h2::after {
	background-color: #fff;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	width: 135px
}

#default-alt .default-alt-container a {
	color: #fff
}

#default-alt .default-alt-container a:hover {
	color: #bf912d
}

#default-alt .default-alt-container .sym-inline-list li {
	background-image: url("images/png/icon-pdf.png");
	background-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 10px
}

#default-alt .default-alt-container .sym-inline-list li::before {
	display: none
}

#default-v3.resort-activities .hero-container {
	display: block !important
}

#default-v3 #content.dining .hero-container {
	position: relative
}

#default-v3 #content.dining .hero-container img {
	position: relative;
	z-index: 99
}

#default-v3 #content.dining .hero-container .opentable {
	position: absolute;
	right: 25%;
	bottom: -75%
}

#default-v3 #content.dining .hero-container .opentable #ot-reservation-widget .ot-dtp-picker {
	width: 295px;
	background-color: #38525D;
	position: relative;
	padding: 100px 50px 70px;
	z-index: 9
}

#default-v3 #content.dining .hero-container .opentable #ot-reservation-widget .ot-dtp-picker form {
	background-color: transparent;
	border: none
}

#default-v3 #content.dining .hero-container .opentable #ot-reservation-widget .ot-dtp-picker form .ot-dtp-picker-selector {
	background-color: transparent;
	margin-bottom: 15px
}

#default-v3 #content.dining .hero-container .opentable #ot-reservation-widget .ot-dtp-picker form .ot-dtp-picker-selector a {
	color: #fff
}

#default-v3 #content.dining .hero-container .opentable #ot-reservation-widget .ot-dtp-picker form .ot-dtp-picker-selector a::before,
#default-v3 #content.dining .hero-container .opentable #ot-reservation-widget .ot-dtp-picker form .ot-dtp-picker-selector a::after {
	color: #fff
}

#default-v3 #content.dining .hero-container .opentable #ot-reservation-widget .ot-dtp-picker form .ot-button {
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: none;
	margin-top: 30px !important;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s
}

#default-v3 #content.dining .hero-container .opentable #ot-reservation-widget .ot-dtp-picker form .ot-button:hover {
	background-color: #fff;
	color: #004755;
	transition: all ease-in-out 0.5s
}

#default-v3 #content.dining .hero-container .opentable #ot-reservation-widget .ot-dtp-picker .ot-title {
	display: none
}

#default-v3 #content.dining .hero-container .opentable #ot-reservation-widget .ot-dtp-picker .ot-powered-by {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 35px;
	background-image: url(images/svg/opentable.svg);
	background-size: contain
}

#default-v3 #content.dining .intro-container .container {
	display: -ms-flexbox;
	display: flex
}

#default-v3 #content.dining .intro-container .container::before {
	background-color: transparent
}

#default-v3 #content.dining .intro-container .container h1,
#default-v3 #content.dining .intro-container .container p {
	text-align: left
}

#default-v3 #content.dining .intro-container .container h1::after,
#default-v3 #content.dining .intro-container .container p::after {
	background-color: #00889E;
	left: 0;
	right: auto
}

#default-v3 #content.dining .intro-container .container .text-center {
	width: 50%;
	padding-right: 2%;
	padding-left: 8%;
	margin-left: 0
}

.return-from-map {
	position: absolute;
	bottom: 75px;
	left: 5%;
	z-index: 99
}

.infoBox img {
	z-index: 99 !important
}

.map_popup .map_popup {
	background: #FFFFFF !important;
	width: 220px !important;
	z-index: -1 !important
}

.map_popup .map_popup img {
	width: 200px !important;
	position: relative !important
}

.map_popup img {
	display: block;
	position: relative;
	top: -8px;
	margin-bottom: -8px;
	width: 220px !important;
	z-index: 1 !important
}

.map_popup .desc {
	padding: 0 20px;
	overflow: auto;
	box-shadow: 0 0 30px rgba(85, 85, 85, 0.5);
	background: #fff;
	width: 220px !important
}

.map_popup .desc h2 {
	color: #004755 !important;
	margin: 15px 0 5px;
	font-size: 17px
}

.map_popup .desc p {
	color: #282829 !important;
	white-space: pre-wrap;
	line-height: 1.3em;
	margin-bottom: 18px;
	font-size: 14px
}

#myMap {
	background: #d8d8d8 !important;
	margin-top: 100px;
	height: calc(100vh - 100px) !important;
	width: 100%;
	float: left
}

#markers-sidebar {
	width: 30%;
	height: 100vh;
	max-height: 100vh !important;
	padding: 1%;
	float: right;
	overflow: scroll;
	background-color: #fff;
	color: #7c7975;
	position: relative;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

#markers-sidebar header h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #16213c
}

#markers-sidebar header select {
	width: 100%;
	font-size: 14px;
	padding: 10px 7%;
	-webkit-appearance: none;
	border-radius: 0;
	text-align: center;
	font-style: italic
}

body#map-category-sidebar #myMap {
	background: #d8d8d8 !important;
	height: 100vh !important;
	width: 70%;
	float: left
}

#home .arrow-home {
	background: url("images/svg/home-scroll.svg") center no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	bottom: 20px;
	animation: home-scroll 2s infinite 1s
}

#home .webcam-container .item-webcam {
	background-color: #004755;
	border: none;
	color: #fff;
	font-family: "Montserrat", "sans-serif";
	font-size: 1.4rem;
	height: auto;
	left: -68px;
	padding: 15px 20px;
	position: absolute;
	text-transform: uppercase;
	top: 330px;
	transform: rotate(-90deg);
	width: auto;
	z-index: 10
}

#home .webcam-container .item-webcam:hover {
	background-color: #bf912d
}

#home .webcam-container .item-webcam svg {
	fill: #fff;
	margin-right: 3px
}

#home .hero-container {
	border-radius: 0% 0% 50% 50% / 0% 0% 6% 6%;
	background: #000;
}

#home .hero-container::after {
	background: #fff;
	bottom: 0;
	content: '';
	display: block;
	height: 25px;
	width: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

#home .hero-container .headline {
	bottom: 10%
}

#home .hero-container .headline::after {
	display: none
}

#home .header-video {
	width: 100%;
	height: 700px;
	border-radius: 0% 0% 50% 50% / 0% 0% 6% 6%
}

#home .header-video video {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#home .header-video {
		height: 500px
	}
}

#home .intro-container {
	background-image: url("images/jpg/background-home-intro.jpg") !important;
	padding-bottom: 150px;
}

#home .intro-container .block-img {
	position: relative
}

#home .intro-container .block-img:hover svg {
	fill: #bf912d
}

#home .intro-container .block-img svg {
	fill: #fff;
	height: 80px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	width: 80px
}

#home .intro-container .video-popup {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: none;
	background: rgba(0, 0, 0, 0.7)
}

#home .intro-container .video-popup .close-icon {
	background-color: #fff;
	background-image: url("images/svg/icon-close.svg");
	background-repeat: no-repeat;
	background-size: initial;
	border-radius: 50%;
	height: 36px;
	position: absolute;
	right: -18px;
	top: -18px;
	transition: all 0.3s ease-in-out;
	width: 36px
}

#home .intro-container .video-popup .close-icon:hover {
	background-image: url("images/svg/icon-close_hover.svg")
}

#home .intro-container .video-popup .video-holder {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%
}

#home .details-container {
	padding: 110px 0
}

#home .details-container .default-slick .slick-list li {
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	font-family: "Montserrat", "sans-serif";
	padding: 20px 0 20px 100px;
	text-transform: uppercase
}

#home .details-container .default-slick .slick-list li:nth-child(1) {
	background-image: url("../m/assets/svg/icon-best-rates.svg")
}

#home .details-container .default-slick .slick-list li:nth-child(2) {
	background-image: url("../m/assets/svg/icon-water-bottle.svg")
}

#home .details-container .default-slick .slick-list li:nth-child(3) {
	background-image: url("../m/assets/svg/icon-wifi.svg")
}

#home .details-container .sym-inline-list li::before {
	display: none
}

#home .home-reasons {
	background-image: url("https://i.ibb.co/Qcts9mY/attractive-7.png");
	background-position: 90% bottom;
	background-repeat: no-repeat;
	padding: 35px 0 100px;
	position: relative;
	background-size: contain;
}

@media (min-width: 1200px) {
	#home .home-reasons {
		padding-top: 100px;
		background-position-x: right
	}
}

#home .home-reasons .line {
	background-color: #a3a3a3;
	bottom: 0;
	height: 500px;
	left: 25.5%;
	position: absolute;
	width: 1px
}

#home .reasons-container {
	position: relative;
	z-index: 10
}

@media (min-width: 992px) {
	#home .reasons-container .block {
		height: 560px
	}
}

#home .reasons-container .slick-list {
	overflow: visible
}

@media (max-width: 991px) {
	#home .reasons-container .block-img_bg {
		min-height: 350px;
		position: relative;
		width: 100%
	}

	#home .reasons-container .block-img_bg.slide-1 {
		background-position-y: bottom
	}

	#home .reasons-container .block-img_bg.slide-2 {
		background-position-y: 17%
	}

	#home .reasons-container .block-img_bg.slide-3 {
		background-position-y: 75%
	}
}

#home .reasons-container .block-copy {
	padding-left: 95px;
	height: 460px
}

@media (max-width: 1199px) {
	#home .reasons-container .block-copy {
		max-width: 380px
	}
}

@media (max-width: 991px) {
	#home .reasons-container .block-copy {
		height: 300px;
		padding-left: 100px;
		position: relative;
		top: initial;
		transform: initial;
		max-width: 100%
	}
}

@media (min-width: 1200px) {
	#home .reasons-container .block-copy {
		padding-left: 100px
	}
}

#home .reasons-container .block-count {
	bottom: -90px;
	color: #bf912d;
	font-family: "Montserrat", "sans-serif";
	font-size: 20rem;
	left: -30px;
	line-height: 1;
	position: absolute;
	z-index: 1
}

@media (min-width: 992px) {
	#home .reasons-container .block-count {
		bottom: -50px;
		left: -30px
	}
}

@media (min-width: 1200px) {
	#home .reasons-container .block-count {
		bottom: -90px;
		left: -25px
	}
}

@media (min-width: 1300px) {
	#home .reasons-container .block-count {
		left: -50px
	}
}

#home .reasons-container .block-count.num-1 {
	left: 5px
}

@media (max-width: 992px) {
	#home .reasons-container .block-count.num-1 {
		left: -15px
	}
}

#home .reasons-container .slick-dots {
	bottom: 0;
	left: 100px;
	position: absolute
}

@media (min-width: 992px) {
	#home .reasons-container .slick-dots {
		bottom: 60px;
		left: 85px
	}
}

@media (min-width: 1200px) {
	#home .reasons-container .slick-dots {
		left: 90px
	}
}

#home .reasons-container .slick-dots li button {
	border-color: #fff
}

#home .reasons-container .slick-dots li.slick-active button {
	background-color: #fff
}

#home .home-testimonials {
	height: 242px;
	margin-top: 100px;
	position: relative
}

#home .home-testimonials .tripadvisor {
	color: #004755;
	left: 0;
	letter-spacing: 4px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	width: 128px
}

@media (min-width: 992px) {
	#home .home-testimonials .tripadvisor {
		left: 5%
	}
}

#home .home-testimonials .tripadvisor svg {
	margin-bottom: 20px
}

#home .home-testimonials h6 {
	color: #004755;
	font-family: "Montserrat", "sans-serif";
	letter-spacing: 2px
}

#home .home-testimonials .testimonials-container {
	position: relative
}

#home .home-testimonials .testimonials-container::before,
#home .home-testimonials .testimonials-container::after {
	color: #004755;
	display: block;
	font-family: "Times New Roman", Times New Roman, serif;
	font-size: 10.4rem;
	font-weight: 900;
	line-height: 0;
	position: absolute
}

#home .home-testimonials .testimonials-container::before {
	content: '“';
	left: -50px;
	top: 15px
}

#home .home-testimonials .testimonials-container::after {
	bottom: 0;
	content: '”';
	right: 0
}

#home .home-testimonials .slick-dots {
	bottom: -40px;
	left: -10px;
	position: absolute
}


#home .home-weddings h2 {
	color: #e8e0d3
}

#home .home-weddings h2 span {
	color: #e8e0d3;
	font-weight: 500;
    font-size: 24px;
}

@media (max-width: 991px) {
	#home .home-weddings .block-img {
		width: 100%
	}

	#home .home-weddings .block-img img {
		border-radius: 0% 0% 50% 50% / 0% 0% 6% 6%
	}
}

#home .home-weddings .block-copy {
	color: #fff
}

@media (max-width: 991px) {
	#home .home-weddings .block-copy {
		background-color: #004755;
		border-radius: 0% 0% 50% 50% / 0% 0% 6% 6%;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		max-width: 100%;
		padding: 20px 50px 50px;
		right: 0;
		text-align: center;
		top: initial;
		transform: initial;
		width: 100%
	}

	#home .home-weddings .block-copy .heading-border-bottom::after {
		left: 0;
		margin: 0 auto;
		right: 0
	}
}

@media (min-width: 1200px) {
	/* #home .home-weddings .block-copy {
		right: 12%
	} */
}

#home .home-weddings .slick-dots {
	bottom: 0;
	position: absolute;
	right: 350px
}

@media (min-width: 992px) {
	#home .home-weddings .slick-dots {
		right: 335px
	}
}

@media (min-width: 1200px) {
	#home .home-weddings .slick-dots {
		right: 490px
	}
}

#home .home-weddings .slick-dots li button {
	border-color: #fff
}

#home .home-weddings .slick-dots li.slick-active button {
	background-color: #fff
}

#home .home-room-dine-spa {
	margin: 105px auto 105px;
}

#home .home-room-dine-spa .title {
	margin-bottom: 25px
}

#home .home-room-dine-spa .title h2 {
	margin-top: 30px
}

@media (max-width: 992px) {
	#home .home-room-dine-spa .title h2 span {
		font-size: 1.7rem
	}
}

#home .home-map {
	background-image: url("https://estellaphuket.com/img/map-new1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 85px 0 110px;
	position: relative;
    overflow: hidden;
}

#home .home-map .container {
	position: relative
}

#home .home-map h2 {
	color: #fff
}

#home .home-map h2 span {
	color: #fff
}

#home .home-map .map-inset {
	margin: 40px 0
}

#home .home-map .btn,
#home .home-map #panel input[type="button"],
#panel #home .home-map input[type="button"] {
	margin-top: 43px
}

#home .home-map .map-pin {
	bottom: 185px;
	position: absolute;
	right: 195px
}

@media (min-width: 992px) {
	#home .home-map .map-pin {
		right: 305px
	}
}

@media (min-width: 1200px) {
	#home .home-map .map-pin {
		right: 407px
	}
}

#home .home-gallery {
	background-image: url("images/jpg/background-home-gallery.jpg");
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 20px 0 93px;
	position: relative
}

#home .home-gallery::after {
	background-image: url("images/png/footer-overlay_home.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	bottom: -46px;
	content: '';
	display: block;
	height: 46px;
	position: absolute;
	width: 100%;
	z-index: 10
}

#home .home-gallery .gallery-inset {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%
}

#home .home-gallery .gallery-inset_1 {
	height: 250px;
	margin-bottom: 15px
}

@media (min-width: 992px) {
	#home .home-gallery .gallery-inset_1 {
		height: 576px;
		margin-bottom: 0
	}
}

#home .home-gallery .gallery-inset_2 {
	height: 307px;
	margin-bottom: 15px;
}

#home .home-gallery .gallery-inset_3,
#home .home-gallery .gallery-inset_4 {
	height: 239px;
}

#home .home-gallery .gallery-copy {
	margin-bottom: 35px;
}

#home .home-gallery .gallery-copy h2 {
	margin-bottom: 30px;
	margin-top: -10px;
}

#home .home-gallery .gallery-copy .btn,
#home .home-gallery .gallery-copy #panel input[type="button"],
#panel #home .home-gallery .gallery-copy input[type="button"] {
	margin-top: 30px;
}

#home .bonage__box {
	position: absolute;
	bottom: 10%;
	right: 5%;
	width: 200px;
	height: 180px;
	z-index: 10;
}

#home .bonage__box--en {
	background: url(images/svg/emailsignup-01.svg) no-repeat center center/contain
}

#home .bonage__content {
	width: 655px;
	min-height: 433px;
	background: url(images/bg-emailsignups.jpg) no-repeat center center/100% 100%;
}

#home .bonage__content .thankyouMsg {
	text-align: center;
}

#home .bonage__content #pop-signup {
	margin: 0;
	padding-bottom: 30px;
}

#home .bonage__content #pop-signup .fields-wrap .input {
	text-align: center;
	margin-bottom: 50px;
}

#home .bonage__content #pop-signup .fields-wrap .input input[type=email] {
	border: none;
	border-bottom: 1px solid #004755;
	width: 70%;
	background: transparent;
}

#home .bonage__content #pop-signup .fields-wrap .input input[type=email]:-ms-input-placeholder {
	text-align: left;
	font-size: 19px;
}

#home .bonage__content #pop-signup .fields-wrap .input input[type=email]::placeholder {
	text-align: left;
	font-size: 19px;
}

#home .bonage__content #pop-signup .gdpr-wrap {
	width: 75%;
	margin: 0 auto 30px
}

#home .bonage__content #pop-signup .signup-btn {
	background-color: transparent;
	border: 2px solid #004755;
	border-radius: 0;
	color: #004755;
	cursor: pointer;
	display: block;
	font-family: "Montserrat", "sans-serif";
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	min-width: 180px;
	outline: none;
	padding: 10px 20px;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	zoom: 1;
	margin: 0 auto
}

#home .bonage__title {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 28px;
	color: #000
}

#landing-page {
	margin-top: -50px
}

#landing-page #header,
#landing-page #lp-booking-form {
	display: none
}

#landing-page .hero-container {
	z-index: 1
}

#landing-page .hero-container .lp-hero-content {
	bottom: 10%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 10
}

#landing-page .hero-container .headline {
	font-size: 3.2rem;
	font-weight: 300;
	margin-bottom: 50px;
	position: relative
}

@media (max-width: 992px) {
	#landing-page .hero-container .headline {
		margin-bottom: 15px
	}
}

#landing-page .hero-container .hero-overlay {
	background: rgba(0, 59, 68, 0.85);
	background: linear-gradient(to top, rgba(0, 59, 68, 0.85) 0%, rgba(0, 59, 68, 0) 100%);
	border-radius: 0% 0% 50% 50% / 0% 0% 6% 6%;
	bottom: 0;
	height: 300px;
	left: 0;
	position: absolute;
	width: 100%
}

#landing-page .hero-container::after {
	background: #fff;
	bottom: 0;
	content: '';
	display: block;
	height: 50px;
	width: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

#landing-page #lp-booking-form label {
	border: 0;
	clip: rect(0 0 0 0);
	color: #fff;
	display: block !important;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

#landing-page #lp-booking-form input[type=text],
#landing-page #lp-booking-form input[type=email],
#landing-page #lp-booking-form input[type=tel],
#landing-page #lp-booking-form input[type=date],
#landing-page #lp-booking-form select,
#landing-page #lp-booking-form textarea {
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	font-family: "Montserrat", "sans-serif";
	font-size: 1.1rem;
	font-weight: 400;
	padding: 15px;
	width: 100%
}

#landing-page #lp-booking-form input[type="text"] {
	text-align: center
}

#landing-page #lp-booking-form input[type="text"]:-ms-input-placeholder {
	color: #fff;
	letter-spacing: 1px;
	opacity: 1;
	text-align: center;
	text-transform: uppercase
}

#landing-page #lp-booking-form input[type="text"]::placeholder {
	color: #fff;
	letter-spacing: 1px;
	opacity: 1;
	text-align: center;
	text-transform: uppercase
}

#landing-page #lp-booking-form .date input[type="text"] {
	background-image: url("images/png/icon-calendar.png");
	background-size: 17px;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	text-transform: uppercase;
	width: 100%
}

#landing-page #lp-booking-form .date input[type="text"]:-ms-input-placeholder {
	font-family: "Montserrat", "sans-serif";
	font-size: 1.8rem;
	font-weight: 500
}

#landing-page #lp-booking-form .date input[type="text"]::placeholder {
	font-family: "Montserrat", "sans-serif";
	font-size: 1.8rem;
	font-weight: 500
}

#landing-page #lp-booking-form .visuallyhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

#landing-page #lp-booking-form .form-entry,
#landing-page #lp-booking-form .submit {
	display: inline-block;
	width: 13%;
	margin: 0 6px
}

@media (max-width: 992px) {

	#landing-page #lp-booking-form .form-entry,
	#landing-page #lp-booking-form .submit {
		width: 20%;
		margin: 0 6px
	}
}

#landing-page #lp-booking-form .form-entry:first-of-type {
	margin-left: 0
}

#landing-page #lp-booking-form .form-entry select {
	background-image: url("images/svg/booking-arrow-down.svg");
	background-size: 10px;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	text-align: center;
	text-align-last: center;
	text-transform: uppercase
}

#landing-page #lp-booking-form .submit {
	margin-right: 0
}

#landing-page #lp-booking-form .submit .btn,
#landing-page #lp-booking-form .submit #panel input[type="button"],
#panel #landing-page #lp-booking-form .submit input[type="button"] {
	background-color: #BF912D;
	border: none;
	color: #BF912D;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", "sans-serif";
	font-weight: 400;
	min-width: 100%;
	padding: 16px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out
}

#landing-page #lp-booking-form .submit .btn:hover,
#landing-page #lp-booking-form .submit #panel input:hover[type="button"],
#panel #landing-page #lp-booking-form .submit input:hover[type="button"] {
	background-color: #bf912d
}

#landing-page #content {
	background-image: url("images/jpg/background-interior-bottom.jpg");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat
}

#landing-page .default-container {
	padding-bottom: 90px
}

#landing .intro-container .col-md-8 .btn,
#landing .intro-container .col-md-8 #panel input[type="button"],
#panel #landing .intro-container .col-md-8 input[type="button"] {
	margin-top: 20px
}

#landing .content {
	background: #f6f6f6
}

#landing .default-container {
	padding: 80px 0 90px
}

#landing .default-container a {
	text-decoration: underline
}

#landing .instructions-block {
	margin-top: 190px
}

#landing .instructions-block .shortcode-block {
	padding: 40px 0
}

#landing .instructions-block .shortcode-block .title {
	font-family: "Montserrat", "sans-serif";
	font-size: 35px;
	text-align: center
}

#landing .instructions-block .shortcode-block .location {
	font-family: 'FC Vision', sans-serif;
	font-size: 13px;
	text-align: center;
	margin-bottom: 35px
}

#landing .instructions-block .shortcode-block .instructions {
	margin: 0 auto 30px auto;
	width: 95%;
	max-width: 1170px;
	text-align: left;
	padding: 40px
}

#landing .list-colums {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

#content {
	/*margin-top: 72px;*/
	margin-top: 0px;
	overflow: hidden
}

@media (min-width: 992px) {
	#content {
		/*margin-top: 110px;*/
	}
}

.block {
	position: relative
}

.no-image .block-img {
	background-color: #004755;
	padding: 60px
}

.block-img {
	display: block;
	position: relative
}

.block-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	object-fit: cover
}

.block-img_half {
	width: 50%
}

.block-img_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	min-height: 560px;
	position: absolute;
	right: 0;
	width: 615px
}

.block-copy {
	max-width: 430px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1
}

.block-copy h1,
.block-copy h2 {
	margin-bottom: 20px
}

@media (min-width: 1200px) {

	.block-copy h1,
	.block-copy h2 {
		margin-bottom: 40px
	}
}

.block-copy .btn,
.block-copy #panel input[type="button"],
#panel .block-copy input[type="button"] {
	margin-top: 20px
}

@media (min-width: 1200px) {

	.block-copy .btn,
	.block-copy #panel input[type="button"],
	#panel .block-copy input[type="button"] {
		margin-top: 40px
	}
}

.block-copy_right {
	right: 15px
}

@media (min-width: 1200px) {
	.block-copy_right {
		right: 60px
	}
}

.block-copy_half {
	width: 45%
}

.block-copy_bg {
	background-color: #004755;
	color: #fff;
	padding: 30px 30px 50px
}

@media (min-width: 1200px) {
	.block-copy_bg {
		padding: 40px 90px 50px;
		max-width: 585px
	}
}

.block-copy_bg h2 {
	color: #e8e0d3
}

.block-copy_bg h2 span {
	color: #e8e0d3
}

.block-copy_bg .btn,
.block-copy_bg #panel input[type="button"],
#panel .block-copy_bg input[type="button"] {
	border-color: #fff;
	color: #fff
}

.block-copy_bg .btn:hover,
.block-copy_bg #panel input:hover[type="button"],
#panel .block-copy_bg input:hover[type="button"] {
	background-color: #004755;
	border-color: #004755
}

.block-copy.hide-object.left {
	transform: translate(-5%, -50%)
}

.block-copy.hide-object.right {
	transform: translate(5%, -50%)
}

.block-copy.show-object.left.fade-in {
	transform: translate(0%, -50%)
}

/* .block-copy.show-object.right.fade-in {
	transform: translate(0%, -50%)
} */

.hero-container {
	position: relative
}

.hero-container .headline {
	bottom: 25%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-shadow: 0 0 30px #a1a1a1;
	z-index: 1
}

.hero-container .headline::after {
	box-shadow: 0 0 30px #a1a1a1
}

.hero-container img,
.hero-container video {
	border-radius: 0% 0% 50% 50% / 0% 0% 6% 6%
}

.intro-container {
	background-image: url("images/jpg/background-intro-interior.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: -30px;
	padding-top: 30px
}

@media (min-width: 992px) {
	.intro-container {
		margin-top: -36px;
		padding-top: 36px
	}
}

@media (min-width: 1200px) {
	.intro-container {
		margin-top: -42px;
		padding-top: 42px
	}
}

.intro-container .container {
	padding: 85px 15px 20px;
}

.intro-container .container::before {
	background: #004755;
	top: 0;
	content: '';
	display: block;
	height: 60px;
	width: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.intro-container h1,
.intro-container h2 {
	margin-bottom: 20px
}

@media (min-width: 1200px) {

	.intro-container h1,
	.intro-container h2 {
		margin-bottom: 40px
	}
}

.intro-container a {
	text-decoration: underline
}

.details-container {
	color: #004755;
	padding: 50px 0;
	text-align: center
}

.details-container h3 {
	color: #004755
}

.details-container h2,
.details-container .sym-inline-list {
	text-align: left
}

.details-container h2 {
	display: inline-block;
	margin: 0 85px 0 0;
	padding-right: 85px;
	position: relative
}

@media (max-width: 991px) {
	.details-container h2 {
		margin-right: 45px;
		padding-right: 45px
	}
}

.details-container h2::after {
	background: #fff;
	content: '';
	display: block;
	height: 188px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px
}

.details-container h2 span {
	color: #fff
}

.details-container .sym-inline-list {
	margin-bottom: 0;
	color: #004755
}

.details-container .slick-dots {
	left: 250px;
	position: absolute
}

@media (min-width: 992px) {
	.details-container .slick-dots {
		left: 290px
	}
}

.details-container .slick-dots li button {
	border-color: #fff
}

.details-container .slick-dots li.slick-active button {
	background-color: #fff
}

.accommodations #content .details-container .container>div:first-of-type,
.meetings #content .details-container .container>div:first-of-type,
.weddings-events #content .details-container .container>div:first-of-type,
.spa #content .details-container .container>div:first-of-type {
	position: relative
}

.accommodations #content .details-container .container>div:first-of-type h2,
.meetings #content .details-container .container>div:first-of-type h2,
.weddings-events #content .details-container .container>div:first-of-type h2,
.spa #content .details-container .container>div:first-of-type h2 {
	left: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.accommodations #content .details-container .container>div:first-of-type {
	min-height: 260px
}

.accommodations #content .details-container .sym-inline-list {
	column-count: 2;
	color: #004755
}

.photo-gallery #content #myGallery {
	margin-top: 0 !important
}

.meetings #content .details-container .container>div:first-of-type {
	min-height: 152px
}

.weddings-events #content .details-container .container>div:first-of-type {
	min-height: 157px
}

.weddings-events #content .shortcode-gallery {
	margin: 100px 0
}

.weddings-events #content .shortcode-gallery .gallery-inset {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%
}

.weddings-events #content .shortcode-gallery .gallery-inset_1 {
	background-position: center top;
	height: 444px;
	margin-bottom: 15px
}

/* New Changes Start*/

a.cta-button.cta-btn-preset-2.rfp {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px 14px 55px;
    background: #fff;
    color: #004755; /* Initial button text color */
    border-radius: 100px 100px 0 100px;
    box-shadow: 0 10px 20px 0 rgba(0, 9, 78, .12);
    font-family: "Poppins", Sans-serif;
    line-height: 1.8em;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.5s ease;
    z-index: 1;
    background: linear-gradient(to right, #004755 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease;
}

a.cta-button.cta-btn-preset-2.rfp:hover {
    color: #fff; /* Change text color to white on hover */
    background-position: left bottom; /* Moves gradient from left to right */
}

span.btn-icon {
    background-color: #004755;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

span.btn-icon svg{
	width: 26px;
}

/* New Changes End*/

@media (min-width: 992px) {
	.weddings-events #content .shortcode-gallery .gallery-inset_1 {
		background-position: 41% top;
		height: 561px;
		margin-bottom: 0
	}
}

.weddings-events #content .shortcode-gallery .gallery-inset_2 {
	background-position-y: 69%;
	height: 190px;
	margin-bottom: 15px
}

@media (min-width: 992px) {
	.weddings-events #content .shortcode-gallery .gallery-inset_2 {
		height: 307px
	}
}

.weddings-events #content .shortcode-gallery .gallery-inset_3,
.weddings-events #content .shortcode-gallery .gallery-inset_4 {
	height: 239px
}

.weddings-events #content .shortcode-gallery .gallery-inset_3 {
	background-position: left center
}

.weddings-events #content .shortcode-gallery .gallery-inset::after {
	background-color: #fff;
	content: '';
	display: block;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out
}

.weddings-events #content .shortcode-gallery a:hover .gallery-inset::after {
	opacity: 0.5
}

.spa #content .details-container .container>div:first-of-type {
	min-height: 211px
}

.spa #content .default-container #list {
	margin: 100px auto 60px
}

.spa #content #frmContact {
	margin: 42px 0 60px
}

.spa #content .shortcode-gallery {
	margin: 10px 0
}

.spa #content .shortcode-gallery .gallery-inset {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%
}

.spa #content .shortcode-gallery .gallery-inset_1 {
	background-position: center top;
	height: 444px;
	margin-bottom: 15px
}

@media (min-width: 992px) {
	.spa #content .shortcode-gallery .gallery-inset_1 {
		background-position: 41% top;
		height: 561px;
		margin-bottom: 0
	}
}

.spa #content .shortcode-gallery .gallery-inset_2 {
	background-position-y: 69%;
	height: 190px;
	margin-bottom: 15px
}

@media (min-width: 992px) {
	.spa #content .shortcode-gallery .gallery-inset_2 {
		height: 307px
	}
}

.spa #content .shortcode-gallery .gallery-inset_3,
.spa #content .shortcode-gallery .gallery-inset_4 {
	height: 239px
}

.spa #content .shortcode-gallery .gallery-inset_3 {
	background-position: left center
}

.spa #content .shortcode-gallery .gallery-inset::after {
	background-color: #fff;
	content: '';
	display: block;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out
}

.spa #content .shortcode-gallery a:hover .gallery-inset::after {
	opacity: 0.5
}

#content #myMap {
	height: calc(100vh - 110px) !important;
	margin-top: 0
}

.about-us #content .default-container {
	padding-top: 0
}

.about-us #content .about-container h2 {
	margin-bottom: 40px
}

.about-us #content .about-container .sym-inline-list {
	margin-bottom: 60px
}

.ocean-hai #content .default-container {
	padding-top: 0
}

.ocean-hai #content #list-text {
	background-image: url("../m/assets/svg/logo-tripadvisor.svg");
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0;
	padding-top: 80px
}

.offers #content .default-container,
.venues-weddings #content .default-container,
.wedding-packages #content .default-container,
.dining #content .default-container,
.contact-us #content .default-container,
.press-releases #content .default-container {
	padding-top: 0
}

.sitemap #content .global-sitemap {
	margin: 0 auto;
	width: 70%
}

.contact-us #content .default-container {
	padding-top: 50px
}

.explore #content .default-container {
	padding-top: 0
}

@media (max-width: 991px) {
	.offers #content .block-copy.hide-object.left {
		transform: translateX(-5%)
	}

	.offers #content .block-copy.hide-object.right {
		transform: translateX(5%)
	}

	.offers #content .block-copy.show-object.left.fade-in {
		transform: translateX(0%)
	}

	.offers #content .block-copy.show-object.right.fade-in {
		transform: translateX(0%)
	}
}

.meet-the-team #content .tabs-block .col-sm-6 {
	min-height: 500px
}

.meet-the-team #content .tabs-block .col-sm-6 .btn,
.meet-the-team #content .tabs-block .col-sm-6 #panel input[type="button"],
#panel .meet-the-team #content .tabs-block .col-sm-6 input[type="button"] {
	margin-bottom: 50px
}

#default.offers .details-container {
	background: #fff
}

#default.accessibility .intro-container .container {
	padding: 85px 15px 0px
}

#default.accessibility .details-container {
	text-align: left
}

#default.accessibility .details-container p {
	margin-bottom: 20px
}

#default.accessibility .default-container {
	padding: 0
}

.headline {
	color: #fff;
	font-family: "Montserrat", "sans-serif";
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase
}

@media (min-width: 992px) {
	.headline {
		font-size: 3.2rem
	}
}

.headline span {
	display: block;
	font-family: "Montserrat", "sans-serif";
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.4
}

h1,
h2,
h3 {
	font-family: "Montserrat", "sans-serif";
	font-weight: 500;
	text-transform: uppercase
}

h1,
h2 {
	color: #bf912d;
	font-size: 3.2rem;
	line-height: 1
}

h1 span,
h2 span {
	color: #232323;
	display: block;
	font-family: "Montserrat", "sans-serif";
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.4
}

h3 {
	font-size: 1.8rem
}

h4,
h5,
h6 {
	font-family: "Montserrat", "sans-serif";
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase
}

p {
	font-family: 'FC Vision', sans-serif;
	font-size: 1.6rem
}

@media (min-width: 1200px) {
	p {
		font-size: 1.8rem
	}
}

a {
	color: #bf912d;
	transition: all 0.3s ease-in-out
}

a:hover {
	color: #bf912d
}

blockquote {
	font-size: 1.6rem;
	font-style: normal;
	line-height: 1.6;
	padding: 20px 0 10px
}

cite {
	font-family: "Montserrat", "sans-serif";
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	color: #004755
}

ul.sym-inline-list li {
	font-family: "Montserrat", "sans-serif";
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative
}

ul.sym-inline-list li::before {
	background-color: #bf912d;
	border-radius: 50%;
	content: '';
	display: block;
	height: 6px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 6px
}

.btn,
#panel input[type="button"] {
	background-color: transparent;
	border: 2px solid #BF912D;
	border-radius: 0;
	color: #BF912D;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", "sans-serif";
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	min-width: 180px;
	outline: none;
	padding: 10px 20px;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	zoom: 1
}

.btn:hover,
#panel input:hover[type="button"] {
	background-color: #bf912d;
	color: #fff
}

.btn-secondary {
	border-color: #bf912d;
	color: #bf912d
}

.btn-secondary:hover {
	background-color: #bf912d;
	color: #fff
}

.btn-white {
	border-color: #fff;
	color: #fff
}

.btn-white:hover {
	background-color: #004755;
	border-color: #004755
}

.heading-border-bottom {
	padding-bottom: 22px;
	position: relative
}

@media (min-width: 1200px) {
	.heading-border-bottom {
		padding-bottom: 42px
	}
}

.heading-border-bottom::after {
	background-color: #004755;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	width: 135px
}

.heading-border-bottom_sm {
	padding-bottom: 27px
}

.heading-border-bottom_sm::after {
	width: 116px
}

.heading-border-bottom_centered::after {
	left: 0;
	margin: 0 auto;
	right: 0
}

.heading-border-bottom_white::after {
	background-color: #fff
}

.speedrfp_button_a {
	margin-top: 20px
}

.readmore {
	display: inline-block;
	margin: 20px 10px 10px 10px
}

.readmore:hover {
	color: #282829
}

.readmore.open {
	opacity: 0
}

.closemore {
	display: block;
	margin: 15px 0 0 0
}

.closemore:hover {
	color: #282829
}

.morecontent {
	display: none;
	margin-top: 20px
}

.morecontent.open {
	display: block;
	padding: 0 0 40px 0;
	opacity: 1;
	transition: opacity 1s ease-in-out 0.3s
}

.morecontent p {
	font-size: 1.2rem !important
}

.content-play-video {
	display: block;
	padding: 10px 0px;
	text-align: center
}


/* New Changes */

.hero-container .img-responsive {
	min-width: 100%;
	height: 380px;
	object-fit: cover;
}


div#start-content {
    overflow-x: hidden;
}


.js-scroll-logo img {
    width: 300px;
}

 .btn_reserve {
    display: none;
}
.btn_reserve2 {
    display: none;
}

.button-container{
	display: none;
}


@media (max-width:991px){
	
	.button-container {
		position: fixed;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1000;
		display: flex;
		width: 100%;
		gap: 0; /* Ensure no gap between buttons */
	}
	
	.button-container a {
		text-align: center;
		padding: 12px 0; /* Remove side padding to fit content inside the buttons */
		color: white;
		text-decoration: none;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0; /* Ensure no margin between buttons */
	}

	
	.btn_phone {
		width: 50%;
		background-color: #BF912D;
	}
	
	/* Optional: Style the phone icon */
	.btn_phone i {
		margin-right: 8px; /* Space between icon and text */
	}
	
	svg.phone-icon {
		width: 16px;
		height: 16px;
		fill: white;
	}

   .btn_reserve {
        position: fixed;
		width: 55%;
        left: 74%;
        transform: translateX(-50%);
        z-index: 1000;
        padding: 12px 0;
        background-color: #004755;
        color: white;
        text-align: center;
		line-height: 1;
        text-decoration: none;
        font-size: 16px;
        display: block;
		border-left: 1px solid white;
    }
	.btn_reserve2 {
        position: fixed;
		width: 55%;
        left: 74%;
        transform: translateX(-50%);
        z-index: 1000;
        padding: 12px 0;
        background-color: #BF912D;
        color: white;
        text-align: center;
		line-height: 1;
        text-decoration: none;
        font-size: 16px;
        display: block;
		border-left: 1px solid white;
    }
}

@media only screen and (max-width: 600px) {


	.col-sm-6.col-sm-offset-3 {
		width: 80%;
		margin: 0 auto;

	}

	#booking-form .date label:not(.visuallyhidden) {
		text-align: center;
	}

	#booking-form .form-entry {
		margin: 0 20px 40px 0 !important;
	}

    #booking-form .date.checkin,
	#booking-form .date.checkout {
		margin-bottom: 40px !important;
	}


	#booking-form {
		padding: 25px 0;
		z-index: 1100 !important;
	}

	#booking-form .close-container {
		margin-right: 30px ;
	}

	.bottom-info {
		width: 90%;
		margin: auto !important;
	}
/* 
	.button-container {
		position: fixed;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1000;
		display: flex;
		width: 100%;
		gap: 0; 
	}
	
	.button-container a {
		text-align: center;
		padding: 12px 0; 
		color: white;
		text-decoration: none;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0; 
	}

	
	.btn_phone {
		width: 50%;
		background-color: #BF912D;
	}
	
	
	.btn_phone i {
		margin-right: 8px; 
	}
	
	svg.phone-icon {
		width: 16px;
		height: 16px;
		fill: white;
	}

   .btn_reserve {
        position: fixed;
		width: 55%;
        left: 74%;
        transform: translateX(-50%);
        z-index: 1000;
        padding: 12px 0;
        background-color: #004755;
        color: white;
        text-align: center;
		line-height: 1;
        text-decoration: none;
        font-size: 16px;
        display: block;
		border-left: 1px solid white;
    }
	.btn_reserve2 {
        position: fixed;
		width: 55%;
        left: 74%;
        transform: translateX(-50%);
        z-index: 1000;
        padding: 12px 0;
        background-color: #BF912D;
        color: white;
        text-align: center;
		line-height: 1;
        text-decoration: none;
        font-size: 16px;
        display: block;
		border-left: 1px solid white;
    } */
}

/* Header Styling Start */

.close-panel {
    display: none;
}

  nav#primary-nav-mob {
    display: none;
  }

/* Hamburger Menu Button */
.hamburger-menu {
    display: none; /* Initially hidden for larger screens */
    cursor: pointer;
    border: none;
    font-size: 34px;
    margin-left: auto;
    background: white;
    border: none;
    color: #004755;
}


/* Mobile-specific styles */
@media only screen and (max-width: 600px) {

    .js-scroll-logo img {
        width: 265px;
    }

  #header .header-info {
    display: none;
  }

  nav#primary-nav {
    display: none;
  }

  nav#primary-nav-mob {
    display: block;
  }
  .hamburger-menu {
        display: block;
        margin-top: -65px;
        z-index: 200;
        position: relative;
        margin-left: auto;
        margin-right: 20px;
    }

    /* Side Panel Navigation */
.side-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
   /* overflow-y: auto;*/
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 20px;
}

/* Open state for side panel */
.side-panel.open {
    right: 0;
}

/* Close Panel Button */
.close-panel {
    display: block;
    position: relative;
    top: 10px;
    left: 250px;
    font-size: 24px;
    cursor: pointer;
    background: white;
    border: none;
    color: #004755;
}





/* Main Navigation Styling */

/*aside.bonage {
    display: none !important;
}*/

#home .bonage__box {
    bottom: 10px !important;
    right: 2% !important;
    width: 100px !important;
    height: 100px !important;
}

.primary-navigation__item {
    position: relative;
    cursor: pointer;
}

.primary-navigation__list a{
    font-size: 20px;
    line-height: 5rem;
	color: #004755 !important;
}

.submenu .primary-navigation__item a {
	color: white !important;
}

/* Submenu Styling */
.submenu {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: #004755; 
    padding: 0px 0px;
    z-index: 1000;
    white-space: nowrap; 
    width: 100%;
}

.submenu.open {
    display: block;
}

.submenu-icon {
    font-size: 26px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.submenu a {
    display: block; 
    color: white;
    text-decoration: none; 
    padding: 8px 5px;
    font-size: 15px;
    line-height: 2rem;
}

.submenu a:hover {
    background-color: #2c5667;
}

.container {
    padding: 0px 15px;
	overflow-x: hidden;
}

#header .logo {
    margin-left: 20px;
}
}

/* Header Styling End */
/* Portrait and small screens */
@media only screen and (max-width: 768px) {
    .hamburger-menu {
        display: block;
        margin-top: 0;
    }
}

/* Landscape mode on tablets/small laptops */
@media only screen and (max-width: 1300px) {
    .hamburger-menu {
        display: block;
        margin-top: 0;
    }
	

	#header .logo-container {
        height: 72px !important;
        max-height: unset !important;
        padding-left: 0px !important;
    }

	header#header .header-menu {
        display: flex !important;
    }
	.navbar{
		display: none !important;
	}

	.side-panel {
        position: fixed;
        top: 0;
        right: -100%;
        width: 40%;
        height: 100%;
        background-color: white;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        /* overflow-y: auto; */
        transition: right 0.3s ease;
        z-index: 1000;
        padding: 20px;
    }
    .side-panel.open {
        right: 0;
    }

	/* Close Panel Button */
.close-panel {
    display: block;
	position: absolute;
    top: 10px;
    right: 10px; /* Changed from 'left: 250px' */
    font-size: 24px;
    cursor: pointer;
    background: white;
    border: none;
    color: #004755;
    z-index: 10;
}

nav#primary-nav-mob {
	display: block;
	margin-top: 30px;
}

.primary-navigation__item {
    position: relative;
    cursor: pointer;
}

.primary-navigation__list a{
    font-size: 20px;
    line-height: 5rem;
	color: #004755 !important;
}

.submenu .primary-navigation__item a {
	color: white !important;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: #004755; 
    padding: 0px 0px;
    z-index: 1000;
    white-space: nowrap; 
    width: 100%;
}

.submenu.open {
    display: block;
}

.submenu-icon {
    font-size: 26px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.submenu a {
    display: block; 
    color: white;
    text-decoration: none; 
    padding: 8px 5px;
    font-size: 15px;
    line-height: 2rem;
}

.submenu a:hover {
    background-color: #2c5667;
}

.container {
    padding: 0px 15px;
	overflow-x: hidden;
}

#header .logo {
    margin-left: 20px;
}
}



@media only screen and (max-width: 768px), 
       only screen and (orientation: landscape) and (max-width: 900px) {
    nav#primary-nav {
        display: none;
    }

	  header#header {
		height: 72px !important;
        min-height: fit-content !important;
    }

	header#header .btn_reserve2{
        display: none !important;
	}

	header#header .header-menu{
		display: flex !important;
	}
}



/* Footer Styling Start*/
@media only screen and (max-width: 600px){

    #footer {
        margin-bottom: -45px !important;
    }

    #footer #surveyStart .submitButton {
        margin-bottom: 20px;
    } 

#footer #surveyStart .fieldBlock {
    width: 90% !important;
}

#footer #surveyStart .fieldBlockInput {
    margin-bottom: 8px;
}


#footer .form-title {
    text-align: center !important;
}

.footer-form-recaptcha {
    justify-content: center !important;
}

#footer .item-copy {
    left: 28%;
    position: absolute;
    text-align: center;
    top: 55%;
    transform: translateY(-50%);
    width: 80%;
}

#footer .footer-col_3 {
    background-position: -160% top;
    height: 303px !important;
    margin-bottom: -40px;
    background-size: unset;
}

#footer .footer-col_1,
 .footer-col_2{
    text-align: center;
    font-size: 1.6rem;
}


form {
    margin-bottom: 0em !important;
    width: 100%;
}


#footer .footer-col_1{
    height: 240px;
    margin-top: 20px;
}

#footer .footer-col_2 {
    height: 200px;
    margin-top: 100px;
	/*margin-bottom: 20px;*/
}

#footer .footer-col_1 {
    margin-top: 80px;
}

.form-entry-sub {
	margin-top: 20px !important;
}

}
/* Footer Styling End*/


/* Footer subscription form */

.form-entry-sub {
	margin-top: 40px;
    display: flex;
}

.form-entry-sub input[type="email"] {
    flex: 1; 
    padding: 0 15px;
    height: 40px;
    border: 1px solid;
    background: none;
    color: #FFF;
    box-shadow: none;
    outline: 0;
}

.form-entry-sub input[type="email"]::placeholder {
    color: white;
}

.form-entry-sub input[type="submit"] {
    flex: none; 
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    font: 700 16px / 1 "Montserrat", "sans-serif";
    text-transform: uppercase;
    background-color: #fff !important;
    color: #282829 !important;
    transition: all 0.4s;
}




@media only screen and (max-width: 600px){

	#home .home-gallery .gallery-copy h2 {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}

	/* Map Section start*/
	#home .home-map::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #004755;
        opacity: 0.7;
        z-index: 1; 
    }

    #home .home-map > * {
        position: relative; 
        z-index: 2; 
    }
	/* Map Section end*/


    .headline {
        color: #fff;
        font-family: "Montserrat", "sans-serif";
        font-size: 25px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
    }

    .headline span {
        display: block;
        font-family: "Montserrat", "sans-serif";
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.4;
    }

    .header-slider .slider div{
        height: 60vh !important;
    }

    .intro-container .container {
        padding: 60px 15px 40px !important;
    }

    .heading-border-bottom {
        padding-bottom: 22px;
        font-size: 25px;
    }

    h1 span{
        font-size: 1.6rem;
    }

    .hero-container img, .hero-container video {
        border-radius: 0% 0% 50% 50% / 0% 0% 6% 6%;
        height: 400px;
        width: 100%;
		height: 100%;
		object-fit: cover;
    }


    .details-container{
        padding:0px 0px;
    }

    .details-container h2 {
        margin-right: 0px;
        padding-right: 0px;
        justify-items: center ;
        text-align: center;
        font-size: 25px;
        margin-bottom: 30px;
    }

    .block-copy.block-copy_half.show-object.fade-in {
    margin-top: 140px;
}

/*Accomodations*/
.slick-track {
    height: 300px;
}

.block-copy.block-copy_half.show-object.fade-in {
    margin-top: 260px;
    text-align: center;
}

#accommodations .each-room {
    /*margin-bottom: 280px;*/
    /*position: relative;*/
	position: unset !important;
}

#accommodations .each-room.odd .block-copy {
    right: 0px;
	width: 100% !important;
	min-height: 100%;
	margin-top: 40px !important;
	position: unset !important;
}

#accommodations .each-room.even .block-copy {
    left: 0px;
	width: 100% !important;
	min-height: 100%;
	margin-top: 40px !important;
	position: unset !important;
	transform: none !important;
}

.container .btn {
    min-width: 150px;
}

.block-copy_half .heading-border-bottom::after {
	right: 50% !important;
    left: 50%;
    transform: translateX(-50%);
}

.d-flex.mt-auto{
	justify-content: center;
}


/*Amenities*/


.specials-block__item figure img {
    height: 250px !important;
}


.specials-block .container {
    padding: 0px 0px;
}
.specials-block__item {
    flex-direction: column !important;
    display: flex;
    margin-bottom: 45px;
}

.specials-block__text {
    width: 100%;
	padding: 0px 10px;
    text-align: center;
}
.specials-block__item:nth-child(even) .specials-block__text {
    padding: 0px 10px;
}

.specials-block__text p {
    text-align: center;
}

.specials-block__text h2 {
    margin: 0 0 50px 0 !important;
}

.specials-block__text h2 {
    margin: 0 0 52px 0 !important;
}

.specials-block__text h2::after {
    left: 50%; /* Position from the left */
    transform: translateX(-50%);
}

.specials-block__item figure {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
}

/*Dining*/

.list-alt--py {
    padding: 0 15px 10px 15px;
}

div#accommodations {
    padding-top: 60px;
    padding-bottom: 200px;
}
.block-img img {
    height: 250px !important;
}
.container-ctas {
    align-items: center !important;
    justify-content: center !important;
}
.draggable .slick-track {
    height: 250px;
}
#list-alt .each-list {
    margin-bottom: 40px;
    position: relative;
}
.list-alt--py .block-copy_half .heading-border-bottom::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0px !important;
}
section.wrapper.default-container {
    padding: 0px 0 50px !important;
}
div#list-alt {
    padding-bottom: 50px;
}

/*Contact Us*/

.col-sm-7.col-sm-offset-1 {
    text-align: center;
}
.col-sm-7 .heading-border-bottom::after {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}


/*Room Sub Pages*/


.single-quad__text h2 {
    margin-bottom: 50px;
    font-size: 25px;
}

.single-quad {
    padding: 40px 0px;
    display: flex;
    flex-direction: column !important;
}
.single-quad figure {
    max-width: 100%;
}
.single-quad__image img {
    width: 380px !important;
    height: 250px !important;
}
.single-quad__text {
    padding: 10px 0px;
    max-width: 100%;
    text-align: center;
}

.single-quad__text h2::after {
    top: 100px !important;
    left: 50%;
    transform: translateX(-50%);
}
#sync1 .item {
    height: 250px !important;
}

#sync1 .item img {
    height: 250px !important;
}
div#sync2 {
    display: none;
}
section.row.position-relative.room_details_gallery_bg {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
h2.text-uppercase.mb-4.room_details_other_heading {
    font-size: 25px !important;
    width: 61%;
}
header.mb-3.mb-xl-4.text-drak {
    display: flex;
    justify-content: center;
    align-items: center;
}
.row._slide.owl-carousel.owl-loaded.owl-drag {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
a.btn.room_details_other_cta_2.mx-auto.col-6,
a.btn.room_details_other_cta_1.mx-auto.col-6.border-right {
    min-width: 140px !important;
}
.owl-nav .owl-prev {
    left: -20px !important;
}
.owl-nav .owl-next {
    right: -20px !important;
}
section.row.position-relative.room_details_other_bg {
    padding-bottom: 50px;
}
section.text-modules-wrapper {
    padding-bottom: 50px;
}

/*Dining Sub Page*/
h2.text-uppercase.mb-4.dining_details_more_heading {
    font-size: 25px !important;
}
section.row.position-relative.dining_details_more_bg {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
}
.dining_details_more_description {
    width: 100% !important;
}
a.btn.dining_details_more_cta_1 {
    margin-right: 6px;
}
a.btn.dining_details_more_cta_2 {
    margin-top: 12px;
}

section.row.position-relative.room_details_other_bg {
    padding-bottom: 40px !important;
}

/*Meeting Sub Pages*/

.single-quad__text {
    max-width: 100% !important;
}
}



/*Contact Page*/

.status-message {
    background-color: #e6f2f4;
    color: #004755;
    border: 1.5px solid #004755;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    display: inline-block;
}

.status-message-sub {
    background-color: #e6f2f4;
    color: #004755;
    border: 1.5px solid #004755;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    display: inline-block;
}

@media only screen and (max-width: 600px){
	.status-message-sub {
		margin: 0px !important;
	}

}

#footer .logo img {
	width: 150px;
}

#footer .contact-info a:hover
{
	color: #BF912D !important;
}

#footer #surveyStart {
    display: none;	
}

/*Google reCaptcha*/
.g-recaptcha {
    margin: 5px;
    justify-content: center;
    display: flex;
}

.footer-form-recaptcha {
    justify-content: start;
    display: flex;
}

.contact-form-recaptcha {
    justify-content: start;
    display: flex;
	margin-bottom: 20px;
}
/*No availability style*/

p.noAvailability {
    font-size: 25px !important;
}

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

.from-text {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
}

  .priceRM1, .priceRM2, .priceRM3, .priceRM4, .priceRM5, .priceRM6, 
  .priceRM7, .priceRM8, .priceSU1, .priceSU2 {
  font-weight: 500;
  font-size: 25px;
  margin-top: 12px;
  display: flex;
  align-items: baseline;
   }


   @media only screen and (max-width: 600px){

.priceRM1, .priceRM2, .priceRM3, .priceRM4, .priceRM5, .priceRM6, 
  .priceRM7, .priceRM8, .priceSU1, .priceSU2  {
		justify-content: center;
   }

}

/* Style for the document embed download button */
.document-embed {
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: flex;
	flex-direction: column;
    text-align: center;
	margin-bottom: 60px;
}

.document-embed a {
    padding: 10px 40px;
    background: #004755;
    color: white;
    text-decoration: none !important;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #1a73e8;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0.1, 0.1, 0.1, 0.2); 
}
/* Hover effect */
.download-btn:hover {
    background-color: #354d56; 
    transform: translateY(-5px); 
    box-shadow: 0 8px 15px rgba(0.1, 0.1, 0.1, 0.4);
}

.download-btn:hover img {
    transform: rotate(-30deg); 
}

/* Focus and active state */
.download-btn:focus, .download-btn:active {
    outline: none;
    background-color: #354d56; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}
/*# sourceMappingURL=style.css.map */



/*To remove bottom spacing*/
div#ui-datepicker-div {
    display: none;
}


nav#primary-nav {
    display: flex;
}

/* Compact the Google Translate dropdown safely */
#translate_placeholder_desktop .goog-te-gadget-simple, #translate_placeholder_mobile .goog-te-gadget-simple {
  padding: 4px 4px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  width: auto !important;
  max-width: 160px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
}

/* Prevent layout bloat from inline images and empty spans */
#translate_placeholder_desktop .goog-te-gadget-simple img, #translate_placeholder_mobile .goog-te-gadget-simple img,
#translate_placeholder_desktop .goog-te-gadget-simple span[style*="border-left"], #translate_placeholder_mobile .goog-te-gadget-simple span[style*="border-left"] {
  display: none !important;
}

/* Adjust text and dropdown arrow */
#translate_placeholder_desktop .goog-te-gadget-simple span, #translate_placeholder_mobile .goog-te-gadget-simple span {
  font-size: 13px !important;
  color: #333 !important;
}

body > .goog-te-banner-frame.skiptranslate {
	display: block !important;
	height: 40px; /* default height */
  }

body.translate-active {
padding-top: 40px; /* equal to the height of the banner */
}

a.btn.dining_details_more_cta_2.mail {
    text-transform: none !important;
}

/* To bring menu in one line (specially for russia) */
ul#primary-navigation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    text-align: center !important;
}


