@import url("clicker_script/clicker_script.css");
@import url("montserrat/montserrat.css");
@import url("open_sans/open_sans.css");
@import url("special-elite/special-elite.css");

/*********************************

background-color: #F8F5F0;
background-color-2: #f0ede7;
background-color-page: rgb(255 255 255 / 85%);
headline-font: "Special Elite";
text-font: ;

primary-color: #cb0a2e;


*********************************/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #232220;
	font-size: 14px;
	font-family: Georgia, serif;
	background-color: #F8F5F0;
}

.cc-btn.cc-dismiss {
	display: none;
}

input:not([type='radio']),
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

input[type='radio'] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
}

*:focus {
	outline: none;
}

iframe {
	max-width: 100%;
}

.ui-datepicker-trigger {
	display: none;
}

#ui-datepicker-div {
	z-index: 99999 !important;
}

.ty-widget {
	position: fixed;
	z-index: 5;
	left: 20px;
	bottom: 10px;
}

.txt {
	line-height: 26px;
}

.txt h1,
.txt h2,
.txt h3,
.txt h4,
.txt h5,
.txt h6 {
	font-weight: 500;
	line-height: normal;
}

.txt h1,
.txt h2.like-h1 {
	font-size: 47px;
	line-height: normal;
	font-family: 'Special Elite', serif;
	text-transform: uppercase;
	color: #cb0a2e;
}

.txt h2 {
	font-size: 24px;
	line-height: normal;
}

.txt h3 {
	font-size: 18px;
	line-height: normal;
}

.txt h4 {
	font-size: 18px;
	line-height: normal;
}

.txt h5 {
	font-size: 16px;
	line-height: normal;
}

.txt h6 {
	font-size: 15px;
	line-height: normal;
}

.txt p {
	min-height: 26px;
}

.txt .res-table {
	overflow-x: auto;
}

.txt .res-table-info {
	display: none;
	font-size: .85em;
	line-height: 1.3em;
	opacity: .4;
	margin-top: 10px;
}

.txt .res-table-info::before {
	content: "\f05a";
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 5px;
}

.txt .block {
	display: block;
}

.txt a {
	color: #cb0a2e;
	text-decoration: none;
}

.txt a:hover,
.txt a:focus {
	text-decoration: underline;
}

.txt img {
	max-width: 100%;
	height: auto !important;
}

.txt ol {
	padding-left: 15px;
}

.txt ol li {
	padding-left: 7px;
	line-height: 27px;
}

.txt ul:not(.nav) {
	padding-left: 30px;
}

.txt ul:not(.nav) li {
	line-height: 26px;
	padding-left: 5px;
}

.txt hr {
	border: 0;
	height: 1px;
	width: 100%;
	background-color: #cb0a2e;
}

.txt table {
	border-collapse: collapse;
	border: 0;
	min-width: 400px;
}

.txt table thead {
	background-color: #f0ede7;
}

.txt table th {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txt table td:not(:last-of-type) {
	border-right: 1px solid #cabd8e;
}

.txt table tbody tr {
	background-color: #fff;
}


.txt table tbody tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.txt table tbody tr:nth-child(2n+1) {
	background-color: rgba(255, 248, 220, 0.55);
}

.txt table tbody tr:nth-child(2n+2) {
	background-color: rgba(218, 211, 182, 0.55);
}

.txt table tr>* {
	padding-left: 20px;
	padding-right: 30px;
	text-align: left;
}

.txt form .block {
	width: 400px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 12px;
}

.txt form .block>div {
	width: 100%;
	padding-bottom: 7px;
}

.txt form .block .radio-group {
	margin-right: 7px;
	margin-left: 20px;
}

.txt form .block .checkbox {
	margin-left: 7px;
}

.txt form .p-block {
	width: 100%;
}

.txt form .p-block {
	width: 100%;
}

.txt form .h-block {
	margin-bottom: 0;
}

.txt form .block label {
	flex-grow: 0;
	flex-shrink: 0;
}

.txt form .block input,
.txt form .block select,
.txt form .block textarea {
	display: block;
	box-sizing: border-box;
	font-size: 13px;
	font-family: Georgia, serif;
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	margin-top: 3px;
}

.txt form .block input.required:not([type='checkbox']):not([type="radio"]) {
	background-image: url(../img/static/required.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.txt form .block input[type='radio'],
.txt form .block input[type='checkbox'] {
	display: inline-block;
	margin-top: 0;
}

.txt form .block input[type='text'],
.txt form .block input[type='email'],
.txt form .block input[type='number'],
.txt form .block input[type='tel'] {
	padding: 0 15px;
	width: 75%;
	margin-right: 25%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border: 1px solid #cac4af;
	background-color: #fffdf4;
	height: 35px;
	color: #5d5c59;
	transition: border .2s ease-in-out;
}

.txt form .block input[type='text']:hover,
.txt form .block input[type='email']:hover,
.txt form .block input[type='number']:hover,
.txt form .block input[type='tel']:hover {
	border: 1px solid #bbac79;
}

.txt form .block input[type='text']:focus,
.txt form .block input[type='email']:focus,
.txt form .block input[type='number']:focus,
.txt form .block input[type='tel']:focus {
	border: 1px solid #cb0a2e;
}

.txt form .block select {
	padding: 0 15px;
	width: 75%;
	margin-right: 25%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border: 1px solid #cac4af;
	background-color: #fffdf4;
	height: 35px;
	color: #5d5c59;
	cursor: pointer;
	transition: border .2s ease-in-out;
}

.txt form .block select:hover {
	border: 1px solid #bbac79;
}

.txt form .block select:focus {
	border: 1px solid #cb0a2e;
}

.txt form .block textarea {
	padding: 15px;
	width: 100%;
	max-width: 100%;
	border: 1px solid #cac4af;
	background-color: #fffdf4;
	color: #5d5c59;
	min-height: 150px;
	transition: border .2s ease-in-out;
}

.txt form .block textarea:hover {
	border: 1px solid #bbac79;
}

.txt form .block textarea:focus {
	border: 1px solid #cb0a2e;
}

.txt form .block label[for='mail-to-guest'] {
	margin-right: 7px;
}

.txt form .captcha-block img {
	border: 1px solid #cac4af;
}

.txt form .captcha-block a {
	display: block;
	color: #cb0a2e;
	text-decoration: none;
	width: 100%;
	margin-bottom: 10px;
}

.txt form .block input[type='submit'] {
	width: 176px;
	height: 50px;
	cursor: pointer;
	border: 0;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	background-color: #a99d72;
	display: block;
	text-align: center;
	line-height: 50px;
	transition: background-color .3s ease-in-out;
}

.text form .checkIfHuman-block img {
	border: 1px solid #dfdfdf;
}

.text form .checkIfHuman-block a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	color: #7e254c;
	text-decoration: none;
}


.txt form .block input[type='submit']:hover {
	background-color: #8b7f56;
}

.txt form .h-block {
	position: relative;
	margin-bottom: 20px;
}

.txt form .h-block::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.txt form .h-block h2 {
	font-size: 18px;
	font-weight: bold;
}

.txt form .privacy-policy-block {
	display: flex;
	align-items: flex-start !important;
}

.privacy-policy-text {
	order: 2;
	width: calc(100% - 13px) !important;
	box-sizing: border-box;
	padding-left: 7px;
	flex-shrink: 1;
}

.privacy-policy-block input {
	width: 13px !important;
	height: 13px !important;
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	margin-top: 7px !important;
}

.txt .nav-tabs>li.active>a {
	background-color: #a99d72;
	border: 1px solid #a99d72;
}

.txt .gal-btn {
	background-color: #a99d72;
	padding: 11px 22px;
}

.txt .gal-btn:hover,
.txt .gal-btn:focus {
	background-color: #8b7f56;
}

.txt .button-plugin.btn-light {
	background-color: #343035;
}

.txt .bootstrap-tabs .nav-tabs .tab-li {
	border: 0;
	margin-left: 1px;
	background-color: #eee;
}

.txt .bootstrap-tabs .nav-tabs .tab-li:not(.active) {
	background-color: #f0ede7;
}

.txt .bootstrap-tabs .nav-tabs .tab-li:not(.active):hover,
.txt .bootstrap-tabs .nav-tabs .tab-li:not(.active):focus {
	background-color: #ece6cd;
}

.bootstrap-tabs .nav-tabs .tab-li.active {
	background-color: #a99d72;
	color: #fff;
}

.txt .bootstrap-tabs .tab-content .tab-pane.active {
	border: 0px solid #eee;
	background: rgba(255, 248, 220, 0.55);
}

.txt .tb_container .tb_title {
	border-bottom: 0;
	background-color: #f0ede7;
	padding: 22px 0;
}

.txt .btbutton .viato_widget {
	background-color: #f0ede7;
}

.txt .btbutton .btbutton-text {
	padding: 13px 0;
}

.fullwidth>.viato_widget_editable {
	background-color: hsl(40, 23%, 92%, .58) !important;
	border: 1px solid #cb0a2e !important;
	color: #232220 !important;
}

.btbutton.btn-dark .viato_widget {
	background-color: #a99d72;
}

.tb_container .tb_title .tb_title_editable {
	margin: 0 25px;
}

.tb_container .tb_title .tb_title_editable::after {
	color: #cb0a2e;
}

.tb_container .tb_desc {
	background-color: rgba(255, 248, 220, 0.55);
	background-color: #f0ede7;
}

.bootstrap-tabs .tab-content .tab-pane .tab-pane-content {
	border: 0;
	background: rgba(255, 255, 255, 0);
	padding: 25px 34px;
	margin: 0;
}


.page-head {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	height: auto;
}

.page-head .topbar {
	height: 33px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 15px;
	color: #5d5c59;
	font-size: 13px;
	position: relative;
	background-color: #F8F5F0;
}

.page-head .topbar .left {
	display: flex;
	align-items: center;
}

.page-head .topbar .left a:not(.partnerlink) {
	height: 33px;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 12px;
	text-decoration: none;
	color: #5d5c59;
	font-size: 13px;
	transition: color .15s ease-in-out;
}

.page-head .topbar .left a:hover:not(.partnerlink),
.page-head .topbar .left a.partnerlink {
	color: #cb0a2e;
}

.page-head .topbar .left a.partnerlink {
	text-decoration:none;
}

.page-head .topbar .left a i {
	padding-right: 6px;
	color: rgba(0, 0, 0, 0.2);
}

.page-head .topbar .left a .fa-phone {
	font-size: 14px;
}

.page-head .topbar .left a::before:not(.partnerlink) {
	content: '';
	width: 1px;
	height: 20px;
	margin-right: 12px;
	background-color: rgba(0, 0, 0, 0.075);
}

.page-head .topbar .right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.page-head .topbar .right ul {
	list-style: none;
	display: flex;
	height: 33px;
	align-items: center;
	position: relative;
}

.page-head .topbar .right ul.topnav::after {
	content: '';
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.075);
	margin-left: 11px;
}

.page-head .topbar .right ul li {
	padding-left: 11px;
}

.page-head .topbar .right ul li a {
	color: #5d5c59;
	text-decoration: none;
	transition: color .15s ease-in-out;
}

.page-head .topbar .right ul li.active a,
.page-head .topbar .right ul li a:hover,
.page-head .topbar .right ul li a:focus {
	color: #cb0a2e;
}

.page-head .topbar .right .socials {
	padding-left: 11px;
	position: relative;
	display: flex;
	align-items: center;
}

.page-head .topbar .right .socials::after {
	content: '';
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.075);
	margin-left: 11px;
}

.page-head .topbar .right .socials a {
	color: #5d5c59;
	font-size: 13px;
	text-decoration: none;
	transition: color .12s ease-in-out;
}

.page-head .topbar .right .socials a:hover {
	color: #cb0a2e;
}

.page-head .topbar .right .socials a:not(:last-of-type) {
	padding-right: 11px;
}

.page-head .mainnav {
	display: flex;
	align-items: flex-start;
	justify-content: center;

	padding-bottom: 20px;
}

.page-head .mainnav .left,
.page-head .mainnav .right {
	width: calc(50% - 128.5px);
	background-color: #f0ede7;
	box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.32);
}

.page-head .mainnav .left>ul,
.page-head .mainnav .right>ul {
	display: flex;
	list-style: none;
	justify-content: flex-end;
}

.page-head .mainnav .left>ul>li,
.page-head .mainnav .right>ul>li {
	position: relative;
}

.page-head .mainnav .left>ul>li>a,
.page-head .mainnav .right>ul>li>a {
	display: flex;
	height: 110px;
	width: 163px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-left: 1px solid #e5dcb6;
	transition: background-color .15s ease-in-out;
}

.page-head .mainnav .right>ul>li.split>a {
	height: 55px;
	background-color: #F8F5F0;
	border-right: 0;
}

.page-head .mainnav .right>ul>li.split>a.book-btn {
	background-color: #cb0a2e;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}


.page-head .mainnav .left>ul>li>a:hover,
.page-head .mainnav .right>ul>li>a:hover,
.page-head .mainnav .left>ul>li>a:focus,
.page-head .mainnav .right>ul>li>a:focus {
	background-color: rgba(0, 0, 0, 0.03);
}

.page-head .mainnav .left>ul>li>a .top,
.page-head .mainnav .right>ul>li>a .top {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #464542;
	text-align: center;
	padding-bottom: 2px;
	text-transform: uppercase;
	transition: color .15s ease-in-out;
}

.page-head .mainnav .left>ul>li.active>a>.top,
.page-head .mainnav .left>ul>li>a:hover>.top,
.page-head .mainnav .left>ul>li>a:focus>.top,
.page-head .mainnav .right>ul>li.active>a>.top,
.page-head .mainnav .right>ul>li>a:hover>.top,
.page-head .mainnav .right>ul>li>a:focus>.top {
	color: #cb0a2e;
}

.page-head .mainnav .left>ul>li>a>.bot,
.page-head .mainnav .right>ul>li>a>.bot {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: rgba(47, 46, 43, .64);
	text-transform: uppercase;
	text-align: center;
	transition: color .15s ease-in-out;
}

.page-head .mainnav .right>ul>li.split>a .bot {
	color: #464542;
}

.page-head .mainnav .left>ul>li.active>a>.bot,
.page-head .mainnav .left>ul>li>a:hover>.bot,
.page-head .mainnav .left>ul>li>a:focus>.bot,
.page-head .mainnav .right>ul>li.active>a>.bot,
.page-head .mainnav .right>ul>li>a:hover>.bot,
.page-head .mainnav .right>ul>li>a:focus>.bot {
	color: rgba(130, 42, 58, 0.64);
}

.page-head .mainnav .mid {
	position: relative;
	z-index: 3;
	flex-grow: 0;
	flex-shrink: 0;
	width: 257px;
	height: 132px;
	background-color: #f0ede7;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.18);
}

.page-head .mainnav .mid img {
	width: 205px;
	height: auto;
	padding-top: 10px;
}

.page-head .mainnav .right>ul {
	justify-content: flex-start;
}

.page-head .mainnav .right>ul>li>a {
	border-right: 1px solid #e5dcb6;
	border-left: 0px solid #e5dcb6;
}

.page-head .mainnav .left>ul>li>ul,
.page-head .mainnav .right>ul>li>ul {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
	list-style: none;
	padding: 7px 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity .2s ease-in-out;
	transition-delay: .2s, 0s;
}

.page-head .mainnav .left>ul>li:hover>ul,
.page-head .mainnav .right>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s, 0s;
}

.page-head .mainnav .left>ul>li>ul>li>a,
.page-head .mainnav .right>ul>li>ul>li>a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: rgba(47, 46, 43, 1);
	text-transform: uppercase;
	transition: color .15s ease-in-out;
	padding: 8px 20px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	min-width: 200px;
	border-left: 1px solid #cb0a2e;
	border-right: 1px solid #cb0a2e;
	background-color: rgb(240,237,231,0.9);
}

.page-head .mainnav .left>ul>li>ul>li:first-of-type>a,
.page-head .mainnav .right>ul>li>ul>li:first-of-type>a {
	border-top: 1px solid #cb0a2e;
	padding-top: 18px;
}

.page-head .mainnav .left>ul>li>ul>li:last-of-type>a,
.page-head .mainnav .right>ul>li>ul>li:last-of-type>a {
	border-bottom: 1px solid #cb0a2e;
	padding-bottom: 18px;
}

.page-head .mainnav .left>ul>li>ul>li>a:hover,
.page-head .mainnav .right>ul>li>ul>li>a:hover {
	color: #cb0a2e;
}

.page-head .mainnav .left>ul>li>ul>li>ul,
.page-head .mainnav .right>ul>li>ul>li>ul {
	display: none;
}

.page-partner {
	z-index: 10;
    background: #f8f5f0;
    width: 200px;
    position: fixed;
    bottom: 0px;
    right: 64px;
    height: 120px;
    display: flex;
    justify-content: center;
    padding: 25px 0;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    border-bottom: 5px solid #c90724;
}

.page-partner.pp-footer {
	position:unset;
    border: 2px solid #c90724;
}

.mobile-head .page-partner {
	top: 95px;
}
.page-partner .partner-carousel {
	/* height: 100%;
    box-sizing: border-box;
    margin-top: 33px; */
	position: static;
	width:80%;
}

.page-partner .partner-carousel a {
	width: 80%;
    /* height: calc(100% - 33px); */
}

.page-partner .partner-carousel a img {
	width: 125px;
	margin: 0 auto;
}

.page-partner  span {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
}


.bg-slides {
	position: fixed;
	top: 135px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}

.bg-slides .owl-stage-outer,
.bg-slides .owl-stage,
.bg-slides .owl-item {
	height: 100%;
}

.bg-slides .owl-item {
	overflow: hidden;
}

.bg-slides .owl-item .item {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.slides-nav.disabled {
	display: none;
}

.slides-nav .owl-prev,
.slides-nav .owl-next {
	color: #fff;
	font-size: 32px;
	position: fixed;
	bottom: 43%;
	cursor: pointer;
	z-index: 2;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, .7);
	transition: color .15s ease-in-out;
}

.slides-nav .owl-prev:hover,
.slides-nav .owl-next:hover {
	color: rgba(255, 255, 255, .7);
}

.slides-nav .owl-prev:active,
.slides-nav .owl-next:active {
	transform: scale(.85);
}

.slides-nav .owl-prev {
	left: 35px;
}

.slides-nav .owl-next {
	right: 35px;
}

.content-spacer {
	/* height: calc(100vh - 60px); */
	width: 1553px;
	margin: 0 auto;
	max-width: 95%;
	position: relative;
}

/* .not-landing */ .content-spacer {
	height: 83vh;
}

.booking-page .content-spacer {
	height: 55vh;
}

.content-spacer .quotes {
	position: absolute;
	left: 0;
	bottom: 245px;
	pointer-events: none;
}

/* .not-landing */
.content-spacer .quotes {
	bottom: 120px;
}

.content-spacer .quotes .quote .top {
	position: relative;
	font-size: 64px;
	color: #fff;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, .7);
	font-family: "Special Elite", serif;
	text-transform: uppercase;
	padding-left: 15px;
}

/* .content-spacer .quotes .quote .top::before {
	content: '”';
	position: absolute;
	font-family: "Special Elite", serif;
	text-transform: uppercase;
	font-size: 64px;
	top: 50px;
	left: 0;
} */

.content-spacer .quotes .quote .bot {
	position: relative;
	font-size: 38px;
	color: #fff;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, .7);
	font-family: "Special Elite", serif;
	text-transform: uppercase;
	padding-left: 140px;
	margin-top: -15px;
	padding-right: 15px;
}

/* .content-spacer .quotes .quote .bot::after {
	content: '“';
	font-family: "Special Elite", serif;
	text-transform: uppercase;
	font-size: 64px;
	line-height: 0;
} */

.content {
	width: 1235px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-width: 95%;
}

.content .sidebar {
	width: 222px;
	margin-right: 17px;
	flex-grow: 0;
	flex-shrink: 0;
}

.content .sidebar .sbnav {
	    background-color: rgb(255 255 255 / 85%);
	padding: 3px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.content .sidebar .sbnav .header {
	height: auto;
	box-sizing: border-box;
	border: 1px solid #8b3845;
	color: #8b3845;
	font-family: "Special Elite", serif;
	text-transform: uppercase;
	font-size: 29px;
	line-height: 27px;
	padding: 8px 13px 4px;
}

.content .sidebar .sbnav .subnav>ul {
	list-style: none;
	padding: 16px 0;
}

.content .sidebar .sbnav .subnav>ul>li>a {
	display: block;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: 600;
	color: #2f2e2b;
	text-decoration: none;
	transition: color .15s ease-in-out;
}

.content .sidebar .sbnav .subnav>ul>li.active>a,
.content .sidebar .sbnav .subnav>ul>li>a:hover,
.content .sidebar .sbnav .subnav>ul>li>a:focus {
	color: #8b3845;
}

.content .sidebar .sbnav .subnav>ul>li>ul {
	list-style: none;
	padding: 0 0 15px 15px;
}

.content .sidebar .sbnav .subnav>ul>li>ul>li>a {
	display: block;
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #2f2e2b;
	text-decoration: none;
	transition: color .15s ease-in-out;
}

.content .sidebar .sbnav .subnav>ul>li>ul>li.active>a {
	color: #8b3845;
}

.content .sidebar .newsbox {
	margin-bottom: 10px;
	    background-color: rgb(255 255 255 / 85%);
	;
	padding: 13px 20px 18px;
}

.content .sidebar .newsbox .header {
	color: #2f2e2b;
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 11px;
}

.content .sidebar .newsbox .img {
	height: 130px;
	background-size: cover;
	background-position: center;
}

.content .sidebar .newsbox .txt {
	padding: 15px 0;
	line-height: 23px;
	font-size: 14px;
	line-height: 23px;
}

.content .sidebar .newsbox .more {
	color: #cb0a2e;
	font-weight: 700;
	display: flex;
	font-size: 13px;
	justify-content: flex-end;
}

.content .main {
	width: 996px;
}

.content .main .booking {
	height: 60px;
	background-color: #f0ede7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .main .dirs-booking {
	height: 60px;
	background-color: #f0ede7;
}

.content .main .booking .label {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #2f2e2b;
	text-transform: uppercase;
	padding-right: 11px;
}

.content .main .booking .input-group {
	background-color: #fff;
	box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
	border: 1px solid #e2dbc0;
	width: 152px;
	box-sizing: border-box;
	display: flex;
	margin-left: 9px;
	cursor: text;
}

.content .main .booking .input-group:hover {
	border: 1px solid #c2ba9b;
}

.content .main .booking .input-group:focus {
	border: 1px solid #cb0a2e;
}

.content .main .booking .input-group label {
	color: #5d5c59;
	font-style: italic;
	font-size: 13px;
	height: 36px;
	width: 40%;
	line-height: 36px;
	box-sizing: border-box;
	padding-left: 9px;
	cursor: text;
}

.content .main .booking .input-group input {
	width: 60%;
	text-align: right;
	box-sizing: border-box;
	padding-right: 9px;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #5d5c59;
	font-style: italic;
	height: 36px;
	line-height: 36px;
	cursor: text;
	border: 0;
	background-color: rgba(255, 255, 255, 0);
}

.content .main .booking input[type="submit"] {
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 13.5px;
	color: #cb0a2e;
	text-decoration: none;
	margin-left: 15px;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0);
	border: 0;
	font-style: italic;
	/* background-color: #eae2c3; */
	border: 1px solid #cb0a2e;
	height: 38px;
	padding: 0 15px;
	box-sizing: border-box;
	transition: all .1s ease-in-out;
}

.content .main .booking input[type="submit"]:hover {
	color: #fff;
	background-color: #cb0a2e;
}

.booking-page .content .main .booking .input-group,
.booking-page .content .main .booking input[type="submit"] {
	display: none;
}

.content .main .cont-header,
.content .main>.txt {
	    background-color: rgb(255 255 255 / 85%);
}

.content .main .cont-header {
	padding: 31px 53px 10px;
	font-family: 'Special Elite', serif;
	text-transform: uppercase;
	color: #cb0a2e;
}

.content .main .cont-header h1 {
	font-size: 47px;
	font-weight: normal;
}

.content .main>.txt {
	padding: 0 53px 50px;
}

.gallery {
	    background-color: rgb(255 255 255 / 85%);
	padding: 0 30px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery .item {
	width: 18.8%;
	height: 134px;
	margin-bottom: 12px;
	background-size: cover;
	background-position: center;
	transition: opacity .15s ease-in-out;
}

.gallery .item:hover,
.gallery .item:focus {
	opacity: .55;
}

.placeholder-gallery {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.placeholder-gallery .item {
	background-size: cover;
	background-position: center;
	width: 168px;
	height: 125px;
	margin-bottom: 10px;
	margin-right: 10px;
	max-width: 100%;
	transition: opacity .15s ease-in-out;
}

.placeholder-gallery .item:hover,
.placeholder-gallery .item:focus {
	opacity: .55;
}

.teaser {
	margin-top: 9px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.teaser .item {
	padding: 13px 14px;
	    background-color: rgb(255 255 255 / 85%);
	box-sizing: border-box;
	display: block;
	width: calc(33.333% - 7px);
	text-decoration: none;
	margin-bottom: 9px;
	display: flex;
	flex-direction: column;
}

.teaser .item .img {
	height: 100%;
	min-height: 280px;
	background-size: cover;
	background-position: center;
	transition: opacity .15s ease-in-out;
}

.teaser .item.width-text .img {
	height: 210px;
	min-height: 210px;
}

.teaser .item:focus>.img,
.teaser .item:hover>.img {
	opacity: .55;
}

.teaser .item.width-text .txt {
	color: #232220;
	font-size: 13px;
	line-height: 23px;
	padding: 10px 0;
}

.teaser .item .label {
	margin-top: 10px;
	height: 52px;
	box-sizing: border-box;
	line-height: 52px;
	color: #cb0a2e;
	border: 1px solid #cb0a2e;
	text-align: center;
}

.teaser .owl-nav .owl-prev {
	position: absolute;
	top: 40%;
	left: -40px;
	font-size: 44px;
	color: #fff;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, .7);
}

.teaser .owl-nav .owl-next {
	position: absolute;
	top: 41%;
	right: -40px;
	font-size: 44px;
	color: #fff;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, .7);
}


.footer {
	background-color: #F8F5F0;
	margin-top: 100px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 35px;
	padding-top: 28px;
}

/* .footer .logo {
	padding-top: 38px;
} */

.footer .logo img {
	width: 250px;
}

.footer .col {
	font-style: normal;
	padding-right: 50px;
}

.footer .col .headline {
	color: #5d5c59;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	padding-top: 11px;
}

.footer .col ul {
	list-style: none;
	font-size: 13px;
	color: #5d5c59;
	padding-top: 6px;
}

.footer .col ul li {
	padding-bottom: 5px;
}

.footer .col ul li a {
	color: #5d5c59;
	text-decoration: none;
	transition: color .15s ease-in-out;
}

.footer .col ul li a:hover,
.footer .col ul li a:focus,
.footer .col ul li.active a {
	color: #cb0a2e;
}

.footer .booking {
	display: flex;
	box-sizing: border-box;
	padding: 15px 18px 24px;
	border: 1px solid #cb0a2e;
	background-color: hsl(40, 23%, 92%, .58);
}

.footer .booking .left .headline {
	padding-top: 0;
	padding-bottom: 7px;
}

.footer .booking .left .input-area {
	display: flex;
}

.footer .booking .left .input-area .input-group {
	background-color: #fffdf4;
	border: 1px solid #ebe3c6;
	width: 150px;
	box-sizing: border-box;
	display: flex;
	cursor: text;
	margin-right: 7px;
}

.footer .booking .left .input-area .input-group:hover {
	border: 1px solid #c8c0a1;
}

.footer .booking .left .input-area .input-group:focus {
	border: 1px solid #cb0a2e;
}

.footer .booking .left .input-area .input-group label {
	color: #5d5c59;
	font-style: italic;
	font-size: 13px;
	height: 33px;
	width: 40%;
	line-height: 33px;
	box-sizing: border-box;
	padding-left: 9px;
	cursor: text;
}

.footer .booking .left .input-area .input-group input {
	width: 60%;
	text-align: right;
	box-sizing: border-box;
	padding-right: 9px;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #5d5c59;
	font-style: italic;
	cursor: text;
	height: 33px;
	line-height: 33px;
	border: 0;
	background-color: rgba(255, 255, 255, 0);
}

.footer .booking .left input[type="submit"],
.footer .booking .left a {
	display: block;
	line-height: 36px;
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #cb0a2e;
	text-decoration: none;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0);
	border: 0;
	font-style: italic;
	margin-top: 16px;
	border: 1px solid #cb0a2e;
	height: 38px;
	padding: 0 15px;
	box-sizing: border-box;
	transition: all .1s ease-in-out;
}

.footer .booking .left a {
	margin-right: 30px;
	margin-top: 5px;
	padding: 0 22px;
}

.footer .booking .left input[type="submit"]:hover {
	color: #fff;
	background-color: #cb0a2e;
}

.footer .booking .right {
	display: block;
	padding: 0 16px 0 28px;
	text-decoration: none;
}

.footer .booking .right img {
	width: 150px;
	height: auto;
	align-self: center;
}

/** DIRS IBE STYLE **/
.content .main .dirs-booking #d21-quickbook {
	min-width: 0;
	max-width: none;
	min-height: 60px;
}

.content .main .dirs-booking #d21-headline-container h2,
.content .main .dirs-booking #d21-quickbook .d21-headline h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #2f2e2b;
	text-transform: uppercase;
	padding-right: 11px;
	font-weight: normal;
	white-space: nowrap;
}

.content .main .dirs-booking form>.d21-row {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}

.content .main .dirs-booking #d21-headline-container,
.content .main .dirs-booking #d21-quickbook .d21-headline,
.content .main .dirs-booking #d21-los,
.content .main .dirs-booking #d21-arrival-input,
.content .main .dirs-booking #d21-occupancy-container,
.content .main .dirs-booking #d21-trigger-ibe,
.content .main .dirs-booking #d21-selected-day-price {
	padding: 0;
	flex-grow: 0;
	margin: 0;
	flex-shrink: 0;
	width: auto !important;
}

.content .main .dirs-booking #d21-los .d21-input,
.content .main .dirs-booking #d21-arrival-input .d21-input,
.content .main .dirs-booking #d21-occupancy-container .d21-input {
	padding: 0;
	width: 120px;
	border: 1px solid #e2dbc0;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .18);
	height: 38px;
	box-sizing: border-box;
	line-height: 37px;
	border-radius: 0;
	background-color: #fff;
	cursor: pointer;
	margin: 0;
	margin-left: 9px;
	white-space: nowrap;
	overflow: hidden;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #5d5c59;
	font-style: italic;
	padding-left: 31px;
}

.content .main .dirs-booking #d21-occupancy-container .d21-input {
	width: 210px;
	margin-right: 6px;
}

.content .main .dirs-booking #d21-los .d21-input-icon,
.content .main .dirs-booking #d21-arrival-input .d21-input-icon,
.content .main .dirs-booking #d21-occupancy-container .d21-input-icon {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0);
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	bottom: auto;
	color: #bfbdb5;
	font-size: 21px;
	vertical-align: middle;
	box-sizing: border-box;
	left: 16px;
	line-height: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	text-align: left;
	top: 20px;
	width: 28px;
	z-index: 1;
}

.content .main .dirs-booking #d21-trigger-ibe .d21-btn.d21-primary {
	cursor: pointer;
	height: 38px;
	line-height: 37px;
	text-align: center;
	width: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	padding: 0 15px !important;
	color: #cb0a2e;
	transition: 500ms;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #cb0a2e;
	margin-left: 6px;
}

.content .main .dirs-booking #d21-quickbook #d21-selected-day-price .d21-avail {
	background-color: #e4dfc9;
	color: #2f2e2b;
	font-size: 14px;
	font-family: Georgia, serif;
	border-radius: 0;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	margin-left: 6px;
	margin-right: 3px;
}

.content .main .dirs-booking #d21-quickbook #d21-selected-day-price .d21-not-avail {
	background-color: #d05252;
	color: #ffffff;
	font-size: 14px;
	font-family: Georgia, serif;
	border-radius: 0;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	margin-left: 6px;
	margin-right: 3px;
}

.content .main .dirs-booking #d21-quickbook #d21-selected-day-price .d21-avail .d21-bigger {
	font-size: 14px;
}

.content .main .dirs-booking #d21-quickbook .d21-pulse {
	background-color: #cb0a2e !important;
	color: #ffffff !important;
	animation: none !important;
}

@media(max-width: 1100px) {
	.content .main .dirs-booking form>.d21-row {
		flex-wrap: wrap;
	}

	.content .main .dirs-booking #d21-selected-day-price {
		display: none !important;
	}
}

@media(max-width: 830px) {

	.content .main .dirs-booking #d21-headline-container,
	.content .main .dirs-booking #d21-quickbook .d21-headline {
		display: none !important;
	}
}

@media(max-width: 611px) {
	.content .main .dirs-booking {
		height: 105px;
		padding: 10px 0;
		box-sizing: border-box;
	}

	.content .main .dirs-booking #d21-trigger-ibe .d21-btn.d21-primary {
		margin-top: 8px;
	}
}

@media(max-width: 525px) {
	.content .main .dirs-booking #d21-occupancy-container {
		margin-top: 8px;
	}
}

.mobile-head {
	display: none;
}

@media(min-width: 1280px) {
	.mobile .page-head {
		display: none;
	}

	.mobile .mobile-head {
		display: block;
	}

	.mobile .bg-slides {
		top: 0;
	}
}

.mobile-head .topbar {
	display: flex;
	align-items: flex-start;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
}

.mobile-head .topbar .logo {
	display: block;
	width: 180px;
	height: 85px;
	position: relative;
	z-index: 4;
	flex-grow: 0;
	flex-shrink: 0;
	background-color: #f0ede7;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.18);
}

.mobile-head .topbar .logo img {
	width: 85%;
}

.mobile-head .topbar .right {
	height: 59px;
	background-color: #f0ede7;
	display: flex;
	width: 100%;
	box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.32);
	align-items: center;
	justify-content: space-between;
}

.mobile-head .topbar .right .menu-trigger {
	display: flex;
	padding: 0 0 0 19px;
	cursor: pointer;
	align-items: center;
}

.mobile-head .topbar .right .menu-trigger .navicon .strp {
	width: 24px;
	height: 2px;
	background-color: #cb0a2e;
}

.mobile-head .topbar .right .menu-trigger .navicon .strp:nth-of-type(3n+2) {
	margin: 5px 0;
}

.mobile-head.active .topbar .right .menu-trigger .navicon .strp:nth-of-type(3n+1) {
	transform: rotate(45deg);
}

.mobile-head.active .topbar .right .menu-trigger .navicon .strp:nth-of-type(3n+2) {
	display: none;
}

.mobile-head.active .topbar .right .menu-trigger .navicon .strp:nth-of-type(3n+3) {
	transform: rotate(-45deg);
	margin-top: -2px;
}

.mobile-head .topbar .right .menu-trigger .label {
	font-size: 13px;
	color: #464542;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding-left: 12px;
}

.mobile-head .topbar .right ul {
	list-style: none;
	display: flex;
	height: 33px;
	align-items: center;
	position: relative;
	padding-right: 19px;
}

.mobile-head .topbar .right ul.topnav::after {
	content: '';
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.075);
	margin-left: 11px;
}

.mobile-head .topbar .right ul li {
	padding-left: 11px;
}

.mobile-head .topbar .right ul li a {
	color: #5d5c59;
	text-decoration: none;
	transition: color .15s ease-in-out;
}

.mobile-head .topbar .right ul li.active a,
.mobile-head .topbar .right ul li a:hover,
.mobile-head .topbar .right ul li a:focus {
	color: #cb0a2e;
}

.mobile-head .topbar .right .btn-booking {
	height: 38px;
	color: #ffffff;
	background-color: #cb0a2e;
	padding: 0 18px;
	font-size: 13px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 9px;
}

.mobile-head .dd-nav {
    position: fixed;
    z-index: 11;
    top: 59px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(240 237 231 / 80%);
    overflow-y: auto;
    font-family: 'Montserrat', sans-serif;
    display: none;
}

.mobile-head.active .dd-nav {
	display: block;
}

.mobile-head .dd-nav>ul {
	padding: 46px 42px;
	list-style: none;
}

.mobile-head .dd-nav>ul>li {
	padding-bottom: 31px;
}

.mobile-head .dd-nav>ul>li>a {
	color: #464542;
	font-size: 21px;
	text-decoration: none;
	text-transform: uppercase;
}

.mobile-head .dd-nav>ul>li.active>a {
	color: #cb0a2e;
}

.mobile-head .dd-nav>ul>li>ul {
	list-style: none;
}

.mobile-head .dd-nav>ul>li>ul>li {
	padding-top: 12px;
}

.mobile-head .dd-nav>ul>li>ul>li>a,
.mobile-head .dd-nav>ul>li.langnav-li>a {
	color: rgba(47, 46, 43, .64);
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
}

.mobile-head .dd-nav>ul>li>ul>li.active>a {
	color: #cb0a2e;
}

.mobile-head .dd-nav ul li.langnav-li {
	border-top: 1px solid #cb0a2e;
	padding-top: 20px;
}

.page-head .topbar .right ul.langnav,
.mobile-head .dd-nav ul li.langnav-li {
	display:none;
}

@media(max-width: 1630px) {
	.page-head .mainnav .mid {
		width: 220px;
	}

	.page-head .mainnav .mid .logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page-head .mainnav .mid .logo img {
		width: 92%;
	}

	.page-head .mainnav .left, .page-head .mainnav .right {
		width: 100%;
	}

	.page-head .mainnav .left ul li a, .page-head .mainnav .right ul li a {
		width: auto;
		padding: 0 20px;
	}

	.page-head .mainnav .left ul li a .top, .page-head .mainnav .right ul li a .top {
		font-size: 15px;
	}

	.page-head .mainnav .left ul li a .bot, .page-head .mainnav .right ul li a .bot {
		font-size: 11px;
	}
}

@media(max-width: 1360px) {
	.page-head .mainnav .left ul li a, .page-head .mainnav .right ul li a {
		padding: 0 15px;
	}

	.page-head .mainnav .mid {
		width: 200px;
	}

	.page-head .mainnav .mid .logo img {
		width: 82%;
	}

	.content-spacer {
		max-width: 90%;
	}

	.content .main {
		width: calc(100% - 255px);
	}

	.teaser .owl-nav .owl-prev {
		top: auto;
		left: 20px;
	}

	.teaser .owl-nav .owl-next {
		top: auto;
		right: 20px;
	}
}

@media(max-width: 1240px) {
	.page-head .topbar {
		height: 28px;
	}

	.page-head .mainnav .mid {
		width: 170px;
	}

	.page-head .mainnav .left ul li a .top, .page-head .mainnav .right ul li a .top {
		text-transform: none;
		font-size: 16px;
	}

	.page-head .mainnav .left ul li a .bot, .page-head .mainnav .right ul li a .bot {
		text-transform: none;
		font-size: 12px;
	}

	.page-head .mainnav .left ul li a, .page-head .mainnav .right ul li a {
		height: 100px;
	}

	.page-head .mainnav .right ul li.split a {
		height: 50px;
	}

	.page-head .mainnav .mid {
		height: 117px;
	}

	.bg-slides {
		top: 0;
	}

	.footer {
		flex-wrap: wrap;
	}

	.footer .col {
		margin-bottom: 30px;
	}

	.content .sidebar {
		margin-right: 12px;
	}

	.content .main {
		width: calc(100% - 234px);
	}
}

@media(max-width: 1180px) {
	.slides-nav {
		display: none;
	}

	.page-head {
		display: none;
	}

	.mobile-head {
		display: block;
	}

	.content {
		flex-wrap: wrap;
	}

	.content .sidebar {
		margin: 0;
		order: 2;
		width: 100%;
		margin-top: 30px;
	}

	.content .sidebar .sbnav {
		display: none;
	}

	.content .sidebar .newsbox {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.content .sidebar .newsbox .img {
		width: 210px;
	}

	.content .sidebar .newsbox .header {
		width: 100%;
	}

	.content .sidebar .newsbox .txt {
		padding: 0 0 0 20px;
		width: calc(100% - 210px);
		box-sizing: border-box;
	}

	.content .sidebar .newsbox .more {
		width: 100%;
	}

	.content .main {
		width: 100%;
	}

	.content-spacer .quotes {
		bottom: 15%;
	}
}

@media(max-width: 1180px) {
	.teaser .item {
		width: calc(50% - 7px);
	}
}

@media(max-width: 1060px) {
	.ty-widget {
		display: none;
	}
}

@media(max-width: 960px) {
	.placeholder-gallery .item {
		width: 24%;
	}
}

@media(max-width: 900px) {
	.gallery .item {
		width: 24%;
	}
}

@media(max-width: 800px), (max-height: 640px) {
	.popup__check:checked+.popup .inner {
		top: 25px;
	}

	.popup .inner {
		top: 25px;
		left: 25px;
		right: 25px;
		bottom: 25px;
		margin-left: 0;
		width: auto;
		height: auto;
		position: fixed;
	}
}

@media(max-width: 800px) {
	.content-spacer .quotes {
		right: 0;
	}

	.content-spacer .quote {
		width: 100%;
	}

	.content-spacer .quotes .quote .top {
		padding-left: 0;
		text-align: center;
	}

	.content-spacer .quotes .quote .bot {
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}

	.content-spacer .quotes .quote .top::before,
	.content-spacer .quotes .quote .bot::after {
		display: none;
	}

	.content-spacer .quotes {
		bottom: 12%;
	}

	.content .main .booking {
		flex-wrap: wrap;
		height: 85px;
	}

	.content .main .booking .label {
		display: none;
	}

	.content .main .booking .input-group {
		margin-left: 5px;
		margin-right: 5px;
	}

	.content .main .booking input[type="submit"] {
		text-align: center;
		margin-left: 5px;
	}

	.content-spacer {
		height: calc(100vh - 100px);
	}

	.not-landing .content-spacer {
		height: 71vh;
	}

	.content .main .cont-header {
		padding: 21px 30px 21px;
	}

	.content .main .txt {
		padding: 0 30px 20px;
	}

	.gallery .item {
		width: 23.5%;
		margin-bottom: 14px;
	}

	.footer {
		flex-direction: column;
		align-items: center;
	}

	.footer .col {
		padding-right: 0;
	}

	.footer .contact,
	.footer .footnav {
		text-align: center;
	}

	.content .main .cont-header h1,
	.txt h1 {
		font-size: 40px;
	}

	.booking-page .content {
		width: 100%;
		max-width: 100%
	}

	.booking-page .content .main .booking {
		display: none;
	}

	.booking-page .content .main .txt {
		padding: 0 15px 20px;
	}
}

@media(max-width: 730px) {
	.placeholder-gallery .item {
		width: 32%;
	}

	#swipebox-next {
		top: auto;
		bottom: 25px;
		right: 25px;
	}

	#swipebox-prev {
		top: auto;
		bottom: 25px;
		left: 25px;
	}

	#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
		max-height: 90%;
		max-width: 90%;
	}
}

@media(max-width: 680px) {
	.teaser .item {
		width: 100%;
	}
	.content-spacer .quotes .quote .top {
  	  font-size: 38px;
	  min-height: 85px;
	}
}

@media(max-width: 600px) {
	.footer .booking {
		flex-wrap: wrap;
		width: 95%;
		box-sizing: border-box;
	}

	.footer .booking .left {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		padding-top: 15px;
	}

	.footer .booking .left .input-area {
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer .booking .right {
		text-align: center;
		padding: 30px 0 10px;
		width: 100%;
		display: block;
	}

	.gallery .item {
		width: 48.5%;
	}

	.placeholder-gallery .item {
		width: 48.5%;
	}

	.content .main .txt {
		padding: 0 25px 20px;
	}

	.content .main .cont-header {
		padding: 21px 25px 21px;
	}

	.gallery {
		padding: 0 25px 30px;
	}

	.content .sidebar .newsbox .img {
		width: 100%;
		height: 180px;
	}

	.content .sidebar .newsbox .txt {
		width: 100%;
		padding: 20px 0 0 0;
	}

	.content .main .booking input[type="submit"] {
		height: 34px;
		padding: 0 15px;
		width: 309px;
		max-width: 100%;
		margin-left: 0;
		margin-top: -15px;
	}

	.content .main .booking {
		height: 100px;
	}
}

@media(max-width: 470px) {
	.mobile-head .topbar .logo {
		width: 140px;
		height: 75px;
	}

	.gallery .item {
		width: 100%;
		height: 180px;
	}

	.placeholder-gallery .item {
		width: 100%;
		height: 180px;
	}

	.txt form .block input[type='text'], .txt form .block input[type='email'], .txt form .block input[type='number'], .txt form .block input[type='tel'] {
		width: 100%;
	}
}

@media(max-width: 450px), (max-height: 380px) {
	.popup__check:checked+.popup .inner {
		top: 0;
	}

	.content-spacer .quotes .quote .top {
   	 min-height: 170px;
	}

	.popup .inner {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		position: fixed;
	}
}

@media(max-height: 720px) {
	.mobile.not-landing .content-spacer .quotes {
		bottom: 50px;
	}
}