@import url('clicker_script/clicker_script.css');
@import url('montserrat/montserrat.css');
@import url('open_sans/open_sans.css');

* {
	padding: 0;
	margin: 0;
}

body {
	color: #232220;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #f6efd4;
}

.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;
	bottom: 10px;
	left: 20px;
	z-index: 5;
}

.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 {
	color: #822a3a;
	font-family: 'Clicker Script', serif;
	font-size: 47px;
	line-height: normal;
}

.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;
	margin-top: 10px;
	font-size: 0.85em;
	line-height: 1.3em;
	opacity: 0.4;
}

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

.txt .block {
	display: block;
}

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

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

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

.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 {
	padding-left: 5px;
	line-height: 26px;
}

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

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

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

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

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

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

.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-right: 30px;
	padding-left: 20px;
	text-align: left;
}

.txt form .block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 400px;
	max-width: 100%;
	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;
	flex-grow: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	max-width: 100%;
	margin-top: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.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'] {
	width: 75%;
	height: 35px;
	padding: 0 15px;
	margin-right: 25%;
	color: #5d5c59;
	background-color: #fffdf4;
	border: 1px solid #cac4af;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	transition: border 0.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 #822a3a;
}

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

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

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

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

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

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

.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;
	width: 100%;
	margin-bottom: 10px;
	color: #822a3a;
	text-decoration: none;
}

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

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

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

.txt form .h-block::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	content: '';
	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 {
	flex-shrink: 1;
	order: 2;
	box-sizing: border-box;
	width: calc(100% - 13px) !important;
	padding-left: 7px;
}

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

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

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

.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 {
	margin-left: 1px;
	background-color: #eeeeee;
	border: 0;
}

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

.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 {
	color: #ffffff;
	background-color: #a99d72;
}

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

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

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

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

.fullwidth > .viato_widget_editable {
	color: #232220 !important;
	background-color: rgba(255, 248, 220, 0.58) !important;
	border: 1px solid #822a3a !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: #822a3a;
}

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

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

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

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

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

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

.page-head .topbar .left a:hover {
	color: #822a3a;
}

.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 {
	width: 1px;
	height: 20px;
	margin-right: 12px;
	content: '';
	background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

.page-head .topbar .right ul li a {
	color: #5d5c59;
	text-decoration: none;
	transition: color 0.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: #822a3a;
}

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

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

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

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

.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: #fff8dc;
	box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.32);
}

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

.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;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 163px;
	height: 110px;
	text-decoration: none;
	border-left: 1px solid #e5dcb6;
	transition: background-color 0.15s ease-in-out;
}

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

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

.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 {
	padding-bottom: 2px;
	color: #464542;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.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: #822a3a;
}

.page-head .mainnav .left > ul > li > a > .bot,
.page-head .mainnav .right > ul > li > a > .bot {
	color: rgba(47, 46, 43, 0.64);
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.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;
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	width: 257px;
	height: 132px;
	background-color: #fff8dc;
	box-shadow: 0 7px 9px 0 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: 0 solid #e5dcb6;
}

.page-head .mainnav .left > ul > li > ul,
.page-head .mainnav .right > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	padding: 7px 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s, opacity 0.2s ease-in-out;
	transition-delay: 0.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 {
	display: block;
	min-width: 200px;
	padding: 8px 20px;
	color: rgba(47, 46, 43, 1);
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: rgba(255, 248, 221, 0.9);
	border-right: 1px solid #822a3a;
	border-left: 1px solid #822a3a;
	transition: color 0.15s ease-in-out;
}

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

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

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

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

.bg-slides {
	position: fixed;
	top: 135px;
	right: 0;
	bottom: 0;
	left: 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 {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

.content-spacer .quotes .quote .top {
	position: relative;
	padding-left: 15px;
	color: #ffffff;
	font-family: 'Clicker Script', serif;
	font-size: 64px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.content-spacer .quotes .quote .top::before {
	position: absolute;
	top: 50px;
	left: 0;
	content: '”';
	font-family: 'Clicker Script', serif;
	font-size: 64px;
}

.content-spacer .quotes .quote .bot {
	position: relative;
	padding-right: 15px;
	padding-left: 140px;
	margin-top: -15px;
	color: #ffffff;
	font-family: 'Clicker Script', serif;
	font-size: 38px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.content-spacer .quotes .quote .bot::after {
	content: '“';
	font-family: 'Clicker Script', serif;
	font-size: 64px;
	line-height: 0;
}

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

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

.content .sidebar .sbnav {
	box-sizing: border-box;
	padding: 3px;
	margin-bottom: 10px;
	background-color: rgba(255, 248, 220, 0.85);
}

.content .sidebar .sbnav .header {
	box-sizing: border-box;
	height: auto;
	padding: 8px 13px 4px;
	color: #8b3845;
	font-family: 'Clicker Script', serif;
	font-size: 29px;
	line-height: 27px;
	border: 1px solid #8b3845;
}

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

.content .sidebar .sbnav .subnav > ul > li > a {
	display: block;
	padding: 8px 20px;
	color: #2f2e2b;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.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 {
	padding: 0 0 15px 15px;
	list-style: none;
}

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

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

.content .sidebar .newsbox {
	padding: 13px 20px 18px;
	margin-bottom: 10px;
	background-color: rgba(255, 248, 220, 0.85);
}

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

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

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

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

.content .main {
	width: 996px;
}

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

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

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

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

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

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

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

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

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

.content .main .booking input[type='submit']:hover {
	color: #ffffff;
	background-color: #822a3a;
}

.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: rgba(255, 248, 220, 0.85);
}

.content .main .cont-header {
	padding: 31px 53px 10px;
	color: #822a3a;
	font-family: 'Clicker Script', serif;
}

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

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

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 30px 30px;
	background-color: rgba(255, 248, 220, 0.85);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 28px;
	padding-bottom: 35px;
	margin-top: 100px;
	background-image: repeating-linear-gradient(to right, #f6edcf, #f6edcf 5px, #f6edcf 1px, #fffae8 5px, #fffae8 12px);
}

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

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

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

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

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

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

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

.footer .booking {
	display: flex;
	box-sizing: border-box;
	padding: 15px 18px 24px;
	background-color: rgba(255, 248, 220, 0.58);
	border: 1px solid #822a3a;
}

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

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

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

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

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

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

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

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

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

.footer .booking .left input[type='submit']:hover {
	color: #ffffff;
	background-color: #822a3a;
}

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

.footer .booking .right:last-child {
	padding-right: 0;
}

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

/** DIRS IBE STYLE **/

.dirs-booking .d21-content,
.dirs-booking .d21-heading {
	color: #232220 !important;
	font-family: 'Open Sans', sans-serif !important;
}

.dirs-booking .d21-content {
	font-size: 14px !important;
}

.dirs-booking .d21-heading {
	font-weight: 400 !important;
}

.dirs-booking .d21-button,
.dirs-booking .d21-button:hover {
	background-color: #f7f0d5 !important;
	border-color: transparent !important;
	border-radius: 0 !important;
}

.dirs-booking .d21-primary::before,
.dirs-booking .d21-primary:hover::before {
	background-color: #822a3a;
}

.dirs-booking .d21-button .d21-content {
	font-size: 12px !important;
	line-height: 12px !important;
}

.dirs-booking .d21-primary .d21-content {
	color: #ffffff !important;
}

.dirs-booking .d21-description,
.dirs-booking .d21-button .d21-content {
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
}

.dirs-booking .d21-description {
	color: rgba(47, 46, 43, 0.64) !important;
	font-size: 11px !important;
}

.dirs-booking .d21-widget-container > .d21-container-view {
	background-color: transparent !important;
	border: 0 !important;
}

.dirs-booking .d21-divider-vertical,
.dirs-booking .d21-divider-horizontal {
	background-color: #e5dcb6;
}

.dirs-booking .d21-dropdown-content,
.dirs-booking .d21-dropdown-content > .d21-container-view {
	border-radius: 0 !important;
}

.dirs-booking .d21-dropdown-content > .d21-container-view {
	background-color: #fff8dc !important;
	border-color: #e5dcb6 !important;
}

.dirs-booking .d21-calendar-day-selected {
	background-color: #822a3a !important;
	box-shadow: none;
	border-radius: 0 !important;
}

.dirs-booking .d21-calendar-day-selected .d21-content {
	color: #ffffff !important;
}

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

.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 {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 4;
	display: flex;
	align-items: flex-start;
}

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

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

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

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

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

.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) {
	margin-top: -2px;
	transform: rotate(-45deg);
}

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

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

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

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

.mobile-head .topbar .right ul li a {
	color: #5d5c59;
	text-decoration: none;
	transition: color 0.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: #822a3a;
}

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

.mobile-head .dd-nav {
	position: fixed;
	top: 59px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: none;
	overflow-y: auto;
	font-family: 'Montserrat', sans-serif;
	background-color: rgba(255, 248, 220, 0.93);
}

.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: #822a3a;
}

.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, 0.64);
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

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

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

@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 {
		font-size: 16px;
		text-transform: none;
	}

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

	.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 {
		order: 2;
		width: 100%;
		margin: 0;
		margin-top: 30px;
	}

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

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

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

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

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

	.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 {
		position: fixed;
		top: 25px;
		right: 25px;
		bottom: 25px;
		left: 25px;
		width: auto;
		height: auto;
		margin-left: 0;
	}
}

@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-right: 5px;
		margin-left: 5px;
	}

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

	.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 {
		align-items: center;
		flex-direction: column;
	}

	.footer .col:not(.booking) {
		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;
		right: 25px;
		bottom: 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-width: 90%;
		max-height: 90%;
	}
}

@media (max-width: 680px) {
	.teaser .item {
		width: 100%;
	}
}

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

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

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

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

	.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'] {
		width: 309px;
		height: 34px;
		max-width: 100%;
		padding: 0 15px;
		margin-top: -15px;
		margin-left: 0;
	}

	.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;
	}

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

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