.start-button .wrapper-cta {
	text-align: center;
}

.followus-window {
	padding-top: 2.5vw;
	padding-bottom: 3.125vw;
	display: none;
}
.followus-window .followus-container {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-wrap: wrap;
	padding: 3%;
	position: relative;
}

.followus-window .followus-container .followus-top {
	position: absolute;
	right: 14px;
}

.followus-window .followus-container .followus-top img {
	width: 14px;
}

.followus-window .followus-container .followus-25 {
	width: 25%;
	padding: 2%;
}

.followus-window .followus-container .followus-25 h2 {
	text-align: center;
	border-bottom: 1px solid #9A8C;
	padding-bottom: 0.5vw;
}

.followus-window .followus-container .followus-25 h3 {
	text-align: center;
	font-family: 'GothamBold';
	color: #003f52;
	font-size: 0.7778rem;
	line-height: 0.6667rem;
	text-transform: uppercase
}

.followus-window .followus-container .followus-inside {
	width: 100%;
	min-height: 500px;
	max-height: 500px;
	overflow: scroll;
	margin-top: 2.864583333333333vw;
	margin-bottom: 2.447916666666667vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wrapper-search {
	display: none;
}

.entry-content .cta:hover, .wrapper-newsletter .cta:hover {
	color: #fff;
}

.main-gallery .et_overlay:before {
	color: #A49169;
}

.booking-widget {
	display: none;

	/*	padding: 2.8125vw 2.2396vw;*/
	width: auto;
	height: auto;
	position: absolute;
	z-index: 10000;
	background: #fff;
	right: 2.2396vw;
	top: 100%;
	margin-top: -6vw;

	padding-left: 2.1875vw;
	padding-right: 2.1875vw;
	padding-bottom: 2.0833vw;
}

.booking-widget .booking-top {
	text-align: right;
	margin-top: 10px;
}
.booking-widget .booking-top #booking-close {
	position: relative;
	right: -15px;
}
.booking-widget .booking-title {
	font-size: 1.333rem;
	line-height: 1.556rem;
	color: #003f52;
	padding-bottom: 0.46875vw;
	border-bottom: 1px solid #9A8C6C;
}
.booking-widget .first-row {
	padding-top: 1.25vw;
}
.booking-widget input, .booking-widget select {
	height: 2.0833vw;
	width: 6.45833vw;
	font-family: "GothamMedium";
	font-size: 0.6667rem;
	line-height: 0.8889rem;
	border: 1px solid #717073;
	padding: 10px;
}

.booking-widget .booking-row {
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 0.73vw
}

.booking-widget .booking-row label {
	justify-self: flex-start;
	margin-right: auto;
	font-family: "GothamMedium";
	font-size: 0.6667rem;
	line-height: 0.8889rem;
	text-transform: uppercase;

}

.booking-widget .booking-row img {
	position: absolute;
	right: 8px;
	max-width: 1.145vw;
	pointer-events: none;
}

.booking-widget .booking-row .in-row label {
	padding-right: 5px;
}

.booking-widget .booking-row .in-row .second {
	padding-left: 18px;
}

.booking-widget .booking-row .select2-container {
	width: 6.45833vw !important;
}

.booking-widget .booking-row .in-row .select2-container {
	width: 3.229165vw !important;
}
.booking-widget .select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 1px solid #717073;
}
.booking-widget .select2-container .select2-selection--single, .booking-widget .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2.0833vw;
}

.booking-widget .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2.0833vw;
	text-align: center;
	font-family: "GothamMedium";
	font-size: 0.6667rem;
}
.select2-results {
	font-family: "GothamMedium";
	font-size: 0.6667rem;
}

.ui-datepicker .ui-datepicker-header {
	font-family: "GothamMedium" !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 10px !important;
	top: 10px !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 10px !important;
	top: 10px !important;
}

.ui-datepicker .ui-datepicker-calendar th {
	background: #EFEFEF !important;
	color: #000 !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	color: #fff;
}


.select2-container--default .select2-results__option {
	text-align: center;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #A49169 !important;
	color: #fff;
}

.booking-widget button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.73vw;
	font-size: 0.7778rem;
	line-height: 0.6667rem;
	padding: 0.8333vw 0.9375vw;
	border-radius: 0;
}

.no-table-border table {
	border: 0;
}
.no-table-border table td {
	border-top: 0 !important;
}
.table-w33 td {
	width: 33%;
}

.wrapper-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.popup-window {
	margin: 100px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.popup-content {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 40px;
}
.popup-content p {
	/*text-align: justify;*/
}
.popup-close {
	position: absolute;
	right: 20px;
}
.popup-close img {
	width: 14px;
}
#popup-close, #booking-close {
	cursor: pointer;
}
/* heritage */
.heritage h2 {
	padding: 3vw 0 0.5vw;
	max-width: 400px;
	margin: 0 auto;
}
.heritage .list-speration-line {
	max-width: 400px;
	margin: 0 auto;
}
.heritage .et_pb_row {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.heritage .et_pb_column {
	padding: 1%;
}
.heritage {
	margin-bottom: 0 !important;
}

.no-right-padding {
	padding-right: 0px !important;
}


#post-1627 .et_pb_video_box {
	height: 170px;
	background: #000;
}
#post-1627 video {
	height: 100% !important;
}

/*
*********************************** Forms ***********************************
*/
.mst_form .nf-form-title h3{
	text-transform: uppercase;
	margin-bottom: 10px;
}

.mst_form .nf-form-fields-required{
	color: #6D6A60;
	font-size: 0.72rem;
}

.mst_form .nf-field-container,
.mst_form #ninja_forms_required_items{
	margin-bottom: 10px;
}

.mst_form .nf-field-label{
	margin: 20px 0 10px;
}

.mst_form .nf-field-label label{
	font-family: 'GothamLight';
	text-transform: uppercase;
	font-weight: 100;
}

.mst_form .nf-field-element select,
.mst_form .nf-field-element input[type="text"],
.mst_form .nf-field-element input[type="email"],
.mst_form .nf-field-element input[type="number"],
.mst_form .nf-field-element input[type="tel"]{
	background: transparent;
	border: 0 none;
	-webkit-box-shadow: inset 0 0 0 1px #6d6a60;
	box-shadow: inset 0 0 0 1px #6d6a60;
	border-radius: 0;
	padding: 15px 10px 15px 15px;
	height: initial;
	text-transform: uppercase;
	font-size: 0.722rem;
	line-height: 2em;
	color: #444444;
	font-family: "GothamBook";
}

.mst_form .nf-field-element ul li{
	/*margin: 0!important;*/
}

.mst_form .nf-field-element ul li label{
	font-family: 'GothamLight';
	font-weight: 100;
	font-size: 0.83rem;
	line-height: 1em;
}

.mst_form .field-wrap .nf-field-element{
	margin: 20px 0 10px;
}

.mst_form .controle-fields{
	display: flex;
	flex-wrap: wrap;
}

.mst_form .controle-fields .controle-field{
	margin: 0 5px;
	width: calc(33.33% - 10px);
}

.mst_form .emailtocontainer {
	display: none;
}

.mst_form #nf-field-89-wrap .nf-field-element, .mst_form #nf-field-60-wrap .nf-field-element {
	width: auto !important;
	overflow: hidden;
}

.mst_form #nf-field-89-wrap .nf-field-element input, .mst_form #nf-field-60-wrap .nf-field-element input {
	position: absolute;
	top: -20px;
}


/* IE fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.list-speration-line img {
		width: 100% !important;
		height: 2px !important;
	}
}

