@charset "utf-8";
body {
	background-image: url(../images/theme/bg-body4.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 70%;
	text-align: center;
	background-color: #000;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-family: "Quattrocento"
}
h2 {
	font-size: 22px;
	color: #fff;
}
address, p {
	font-size: 17px;
	font-style: normal;
}
a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #009b7c;
}
img {
	border: 0px none;
}
h1 small.sm {
	font-size: 9px;
	position: relative;
	top: -15px;
}
ul {
	list-style-type: none;
}
#containter,
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-image: url(../images/theme/bg-content.png);
	background-attachment: fixed;
	text-align: left;
	min-height: 1000px;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
}
#copy {
	margin-right: 110px;
	margin-left: 110px;
	margin-top: 50px;
}
#footer {
	text-align: center;
}
#footer p {
	font-size: 10px;
}
#footer p a {
	font-size: 12px;
	text-decoration:underline;
	margin-bottom: 15px;
}
#footermenu a { 
	text-decoration: none; 
	line-height: 1;
}
#footer .accent {
	position: relative;
	width: 88%;
	margin: 0 auto;
	padding-bottom: 4px;
	border-top: 3px solid #FFF;
	border-bottom: 2px solid #FFF;
	background-color: transparent;
}
#footer .accent:before,
#footer .accent:after {
	content: " ";
	position: absolute;
	top: -3px;
	width: 39px;
	height: 12px;
	background-image: url(../images/theme/menu.svg);
	background-size: cover;
}
#footer .accent:before {
	left: -37px;
}
#footer .accent:after {
	right: -37px;
	transform: scaleX(-1);
}

.newsYears {
    display: flex; 
	margin-bottom: 0;
}
.newsYears .next-page {
    margin-left: auto;
}
.newsYears .prev-page {
}
#header {
	margin-right: 20px;
	margin-left: 20px;
	height: 210px;
}
#header ul {
	padding: 0px;
	list-style-type: none;
	width: 330px;
	z-index: 100;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header ul ul {
	width: 100%;
	margin-top: 15px;
}
#header ul li {
	display: inline-block;
	float: left;
	text-align: left;
	min-width: 55px;
	margin-right: 30px;
}
#header ul#rightMenu li {
	margin-right: 15px;
}
#header ul#rightMenu li:first-child {
	margin-right: 3px;
}
#header ul li ul li {
	display: block;
	float: none;
	width: auto;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header ul li ul li a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #CCC;
}
#header ul li ul li a:hover {
	color: #009b7c;
}
#header ul li a {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#header ul#leftMenu {
	position: absolute;
	left: 50%;
	margin-left: -410px;
}
#header ul#rightMenu {
	position: absolute;
	left: 50%;
	margin-left: 105px;
}
#header img.logo {
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -123px;
	z-index: 1;
}
#header img.reserve {
	position: relative;
	float: right;
	top: -70px;
}
#tagline {
	font-family: "Montserrat";
	margin-top: 0px;
	margin-right: 0px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
	margin-left: -2px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.reviews-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom:42px;
    gap: 30px;
    flex-wrap: wrap;
}

.reviews-logos img {
    max-height: 100px; 
}
.reviews-logos .reviews-logos-tripadvisor img{
    max-height: 46px;
}

#news-article #details {
	width: 350px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#news-article h2 {
    font-weight: 600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	border: 0px none #FFF;
}
.left {
	float:left; 
	margin-right: 20px; 
	margin-bottom: 0;
}
.tripadvisor {
	float:left;
	margin: 0px 10px 10px -10px;
}
div#CDSWIDEXC {
	margin:auto;
	margin-top:20px;
}
.right {
	float:right; margin-left: 20px; margin-bottom: 15px;
}
label, input, textarea {
	font-size: 12px;
	display: block;
}
input, textarea {
	margin-bottom: 3px;
	border: 1px solid #CCC;
	width: 350px;
}
label {
	margin-bottom: 5px;
	margin-top: 10px;
}
textarea {
	height: 120px;
}
input.checkbox {
	width: 20px;
	margin-right: 5px;
	display: inline;
}
input.button {
	background-color: #FFF;
	width: 85px;
	margin-top: 10px;
	text-transform: uppercase;
}
input.button.wide {
	width: 120px;
}
input.image {
	width: auto;
	display: inline;
}
input.hidden {
	border: none;
}
.caption {
    color: #D3D3D3 !important;
	font-size: 12px;
	width: min-content;
	margin-left: auto;
	margin-right: auto;
}
.caption i {
	color: #D3D3D3 !important;
	display: block;
	margin-top: 5px;
}
.about-book {
	margin-top: 20px;
}



/***/
* {
	box-sizing: border-box;
	font-family: "Montserrat";
}
html, body {
	background-color: #000;
}
body {
	background-size: cover;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
p,
#copy li a,
#copy p a {
	font-size: 16px;
}
a, button {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}
@media (max-width: 1115px) {
	#content {
		width: 90%;
		margin: 0 auto;
	}
	#containter,
	#container {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}

#header {
	height: auto;
}
.header {
	position: relative;
	padding: 0;
}
.header__parts {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.header .nav,
.header .header__parts {
}

.nav .nav__wrapper {
	padding: 8px 0;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.nav .nav__accent {
	position: relative;
	width: 88%;
	margin: 0 auto;
	padding-bottom: 4px;
	border-top: 3px solid #FFF;
	border-bottom: 2px solid #FFF;
	background-color: transparent;
}
.nav .nav__accent:before,
.nav .nav__accent:after  {
	content: " ";
	position: absolute;
	top: -3px;
	width: 39px;
	height: 12px;
	background-image: url(../images/theme/menu.svg);
	background-size: cover;
}

.nav .nav__accent:before {
	left: -37px;
}
.nav .nav__accent:after {
	right: -37px;
	transform: scaleX(-1);
}

.nav .nav__accent:first-child {
	transform: scaleY(-1);
}

.header .info {
	/*position: absolute;*/
	width: 100%;
	top: 0;
}
/* "Hack": https://stackoverflow.com/a/12558070/875777 */
.header__part {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	position: relative;
	z-index: 50;
	text-align: center;
}
.header__part .btn-header {
	display: block;
	font-weight: bold;
	font-family: 'Montserrat';
	text-decoration: auto;
	margin: 7px 0;
	transition: 0.3s;
}
.header__part .btn-book-now {
	background-color: #009b7c;
	display: inline-block;
	padding: 10px 18px;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s;
	font-size: 21px;
}

.header__part .btn-book-now:hover {
	/*color: #18ba97;*/
	background-color: #fff;
}

.header__part .btn-book-now:hover span{
	background-image: url(../images/theme/bg-body2.jpg);
	background-position: 100% 70%;
	background-repeat: no-repeat;
	display: block;
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.header ul {
	padding: 0;
}

.header .accent-container {
	position: relative;
}
.header .accent:before,
.header .accent:after {
	background-image: url(/images/theme/accent-header-test.png);
	width: 42%;
}
#content {
	background: none;
}

.header {
	background: linear-gradient(360deg, rgba(0,0,0,0.7) 1%, rgba(0, 0, 0, 0) 100%) !important;
}
.header, #copy {
	background: rgba(0,0,0,0.7);
}
#copy {
	margin: 0;
	padding: 40px 90px 50px;
}
#tagline {
	font-size: 28px; 
}
#copy h1 {
	margin-top: 0;
}
#copy h2 {
	font-size: 22px;
	margin-top: 0;
}
#copy h2.title--name {
	line-height: 16px;
}

#copy .title {
	text-align: center;
	font-size: 42px;
	margin-bottom: 36px;
}
#copy .title h1 {
	margin-bottom: 6px !important;
	font-size: inherit;
}

#copy .subtitle {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 23px;
}

.subtitle sup {
	font-size: 9px;
	margin: 0;
	padding: 0;
	left: -2px;
	position: relative;
	top: 0;
}

#copy .copy__content {
	display: flex;
	flex-direction: row;
}
.copy__content em {
	font-weight: 600;
}
.copy__content-left {
	padding-right: 20px;
}

.copy__content-left p {
	font-size: 16px;
	line-height: 23px;
}
.copy__content-left p:first-child {
	margin-top: 0;
}
.copy__content-left p:last-child {
    margin-bottom: 0;
}

.copy__content-right {
    display: flex;
    flex-direction: column;
    max-width: 300px;
	gap: 20px;
}
.tour-info{
	max-width: 100%;
	width: 300px;
	text-align: center;
	background-color: rgba(255,255,255,0.65);
	padding: 14px 16px; 
}

.tour-info h3 {
	font-family: "Quattrocento";
	text-transform: uppercase;
	font-size: 26px;
	color: #030303;
	margin: 0;
}

#copy .tour-info .icon-clock {
	width: 28px;
	margin-left: 0;
	margin-right: 10px;
}

#copy .tour-info p {
	text-align: left;
	align-items: center;
	display: flex;
	color: #030303;
	font-size: 18px;
	font-weight: 500;
}

#copy .tour-info  .btn-book-now{
	background-color: #009b7c;
	display: inline-block;
	padding: 7px 14px;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s;
	text-decoration: none;
	margin: 8px 0;
	font-size: 21px;
}

 #copy .tour-info .btn-book-now:hover {
	background-color: #555;
	color: #fff;
}



#copy .tour-info  .btn-link {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #030303;
}

#copy .tour-info img {
	width: 20px;
	margin-left: 4px;
	margin-right: 16px;
}
.tour-info-mobile {
    display: none;
}

.girl-scout {
	background-image: url(../images/theme/girl-scout-tours.jpg);
	background-size: cover;
	background-position: center;
	max-width: 100%;
	width: 300px;
	height: 188px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	padding: 21px 10px 21px 21px;
	text-align: center;
}

.girl-scout p {
	font-size: 26px;
	text-align: center;
	font-family: "Quattrocento";
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
}

.copy__content-right .not-underline {
	text-decoration: none;

}

.copy__content-right .not-underline:hover {
	color: white;

}

.girl-scout span {
	border-radius: 3px;
	border: 1px solid;
	padding: 4px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.5s;
}

.girl-scout:hover span {
	color: #009b7c;
}

.contact-detail {
    margin-bottom: 20px;
}
.contact-detail a {
    font-weight: bold;
    text-decoration: none;
}
.contact-detail address {
    margin-top: 8px;
}
.contact-details {
	display: flex;
	justify-content: center;
	text-align: center;
	gap: 30px;
}
.contact-detail {
	flex: 1 1 33.33%;
}
.contact-detail b {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-details svg  {
	width: 20px;
	margin-right: 10px;
}
.contact-detail svg path {
	stroke: #fff;
}
.contact-detail:last-child svg path {
	fill: #fff;
}



#footer { 
	background: rgba(0,0,0,0.7);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.7) 1%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.7) 1%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 1%, rgba(0, 0, 0, 0) 100%);
	background-position: 50% 50%;
}
#footer p a {
	font-size: inherit;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}



.logo-container {
	text-align: center;
}
.logo-container a {
	position: relative;
	z-index: 30;
}

.menu__item {
	display: inline-block;
	position: relative;
}

.menu--master {
	margin-bottom: 0;
	margin-top: 0;
}
.menu > ul {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.menu__item a {
	font-size: 21px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: "Quattrocento"
}
.menu__item a:hover {
	color: #009b7c !important;
}
.menu__item a.menu__more {
	display: none;
}
.menu__item:hover .menu--sub {
	/*display: block;*/
}
.menu--sub {
	position: absolute;
	padding-top: 17px !important;
	/*display: none;*/
	z-index: 50;
}
.menu--sub .menu__item {
	display: block;
	width: 100%;
	margin-top: 3px;
	margin-left: 0;
}
.menu--sub .menu__item a {
	font-size: 15px;
	font-weight: normal;
	color: #CCC;
}

#containter,
#container {
	width: 100%;
	position: relative;
	z-index: 0;
}
html.tablet,
html.mobile,
.tablet body,
.mobile body {
	overflow: hidden !important;
	position: relative;
	height: 100%;
}
.tablet #containter,
.mobile #containter,
.tablet #container,
.mobile #container {
	height: 100%;
	overflow: scroll !important;
	-webkit-overflow-scrolling: touch;
}
html.safari, .safari body {
	height: initial !important;
	overflow: initial !important;
}
html.ie{
	overflow: hidden;
	height: 100%;
}
html.ie body{
	overflow: auto;
	height: 100%;
}

/*.mobile.ios body{*/
/*border: 2px solid #f00;*/
/*position: relative;*/
/*height: 100%;*/
/*overflow: hidden;*/
/*}*/
/*.mobile.ios #container {*/
/*overflow: scroll;*/
/*-webkit-overflow-scrolling: touch;*/
/*}*/
.navbar-toggle {
	display: none;
	width: 53px;
	height: 53px;
	line-height: 53px;
	cursor: pointer;
	color: #fff;

	-webkit-appearance: none;
	outline: none;
	overflow: visible;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	border-radius: 0;
	border: 0;
	padding: 0;
}
.navbar-open {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 999;
}
.navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}
.navbar-toggle span:after, .navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}
.tablet .navbar-toggle span:after, .tablet .navbar-toggle span:before {
	top: -10px;
}
.navbar-toggle span:after {
	top: 8px;
}
.tablet .navbar-toggle span:after {
	top: 10px;
}
.navbar-toggle span:after, .navbar-toggle span:before, .navbar-toggle span {
	width: 24px;
	height: 3px;
	background-color: #fff;
	backface-visibility: hidden;
	border-radius: 2px;
}
.tablet .navbar-toggle span:after, .tablet .navbar-toggle span:before, .tablet .navbar-toggle span {
	width: 28px;
	height: 3px;
}
.navbar-toggle.active {
	/*position: fixed;*/
	height: 53px;
	width: 100%;
	background-color: #000 !important;
	z-index: 100;
}
.navbar-toggle.active span {
	background: transparent;
	float: left;
	margin-left: 20px;
}
.tablet .navbar-toggle.active span {
	margin-left: 16px;
}
.navbar-toggle.active span:before, .navbar-toggle.active span:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
}
.navbar-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Content */
.review {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 2px solid rgba(207, 207, 207, 0.77);
}
.guide + .guide {
	padding-top: 50px;
	clear: both;
}

/* Footer */
#footer {
	position: relative;
}
#footer p {
	margin-bottom: 0;
	padding-bottom: 1em;
	font-size: 12px;
}
#footermenu {
	margin: 17px 0;
	display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
#footermenu a { 
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Quattrocento"
}

/* Contact Form */
fieldset {
	border: 0;
	margin: 0;
	padding: 0 0 20px 0;
}

.form {}
.form__field + .form__field {
	padding-top: 5px;
}
.form__field,
.form__field input,
.form__field textarea {
	width: 100%;
}
.form__field input,
.form__field textarea {
	padding: 10px;
	font-size: 16px;
}
.form__field label {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 16px;
}
.form__field--captcha {
	position: relative;
}
.form input[type="submit"] {
	padding: 10px 30px;
	border: 0;
	width: auto;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #000;
}
.form input[type="submit"]:hover{
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;

}
.form input[type="submit"]:focus {
	outline: none;
}
.form .mfControls {
	padding-top: 10px;
}
.form .mfInfo {
	line-height: 30px;
}
#recaptcha-msg {
	padding-left:15px;
	right:initial;
	bottom:0;
	top:auto;
}


/** MAP */
#map {
	height: 370px;  
}
#map.map-parking {
    margin-top: 20px;
}
.copy__content ul {
	padding-left: 0;
	margin-top: 16px;
}
.copy__content ul li + li {
	margin-top: 8px;
}
:root {
	--place-color: #ea4335;
	--parking-color: #0288D1;
}
.property__pin {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 50%;
	color: #263238;
	display: flex;
	font-size: 14px;
	gap: 15px;
	height: 30px;
	justify-content: center;
	padding: 4px;
	position: absolute;
	transition: all 0.3s ease-out;
	width: 30px;
	background-color: var(--color);
	transform: translateX(-50%) translateY(-100%);
}
.property__pin:before {
	border-left: 10px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid var(--color);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 26px;
	transform: translate(-50%, 0);
	transition: all 0.3s ease-out;
	width: 0;
	z-index: 1;

}

.property__icon {
	align-items: center;
	display: flex;
	justify-content: center;
	color: #FFFFFF;
}
.property__icon:after {
	position: absolute;
	top: -26px;
	font-size: 18px;
	left: -5px;
}
.property__title {
	position: absolute;
	top: -60px;
	background-color: #fff;
	white-space: nowrap;
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #000;
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.4);
	transform: translateX(-50%);
}

.property--place {
	--color: var(--place-color);
}
.property--place:before {
	top: 26px;
}
.property--parking {
	--color: var(--parking-color);
}
.property--parking .property__icon:after {
	content: "P";
	color: #FFF;
	font-weight: bolder;
}

@media (max-width: 1040px) {
	.navbar-toggle {
		display: inline-block;
	}
	.nav {
		position: fixed;
		top: 0;
		left: -100%;
		background-color: rgba(0, 0, 0, 0.9);
		height: 200%;
		z-index: 9999;
		transition: left 0.7s ease;
		padding: 0 !important;
		-webkit-transform: translateZ(0);
		overflow: hidden;
		width: 230px;
	}
	.nav .nav__accent {
		display: none;
	}
	.desktop .nav {
		width: 215px;
		height: 100%;
	}
	.nav .nav__wrapper {
		height: 100%;
		overflow-y: scroll;
		background-image: none;
	}
	.desktop .nav .nav__wrapper {
		width: 232px;
	}
	.nav.open {
		left: 0;
	}
	.menu--master {
	    padding-left: 10% !important;
	}

	.logo {
		max-width: 200px;
	}
	#tagline {
		font-size: 24px;
	}

	.menu {
		float: none;
	}
	.menu > ul {
		flex-direction: column;
		gap: 10px;
	}
	.menu--master {
		margin-top: 0;
	}
	.menu__item {
		line-height: 25px;
	}
	.menu__item span {
		float: right;
		display: inline-block;
		/* width: 0; */
		height: 25px;
		text-align: center;
		padding: 0 20px;
	}
	.menu__item a {
		width: 100%;
		display: inline-block;
		padding: 0 0 0 20px;
	}
	.menu .menu__item {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.header .accent:before,
	.header .accent:after {
		width: 90%;
	}
	.accent:before {
		left: -32px;
	}
	.accent:after {
		right: -32px;
	}

	.header .info {
		position: relative;
	}

	#copy {
		margin-left: 0;
		margin-right: 0;
		padding-left: 40px;
		padding-right: 40px;
	}
	#footermenu {
	    padding: 0 15px;
	}
	#footer .accent {
	    width: auto;
	    margin: 0 15px;
	}
	#footer .accent:before,
	#footer .accent:after {
	    display: none;
	}
}

@media(max-width: 767px) {
	.header__parts {
		display: flex;
		flex-direction: column;
	}
	.header__part {
		width: 100%;
	}
	.header__parts .header__part:nth-child(1) {
		order: 1;
	}
	.header__parts .header__part:nth-child(3) {
		order: 2;
	}
	#tagline {
		font-size: 20px;
	}
	#tagline br {
	    display: none;
	}
 
	.header__part .btn-header {
		display: none;
	}
	.header__part .btn-book-now {
		display: inline-block;
	}
    #copy { 
		text-align: center;
    }
	#copy .copy__content {
		display: flex;
		flex-direction: column; 
		gap: 20px;
	}
	.copy__content-left {
	    padding-right: 0;
	}
	.copy__content-right {
		display: flex;
		flex-direction: column;
		max-width: 100%;
	}
	.tour-info,
    .girl-scout {
		width: 100%;
	}
	.girl-scout {
		background-position: center 20%;
	}
	.tour-info-home {
	    display: none;
	}
	.tour-info-mobile {
	    display: block;
	    margin-bottom: 15px;
	}

	.contact-details {
		flex-direction: column;
	}
	
	#news-article .review-content {
	    text-align: center;
	}
    #news-article  #details {
        width: auto;
        float: none;
        margin-right: 0;
    }
	
	.reviews-logos {
	    gap: 10px 30px;
	}
    .reviews-logos p {
        flex: 1 0 100%;
        margin: 0 0 10px 0;
    } 

    #footermenu {
	    display: none;
    }
	#footer .accent::before, #footer .accent::after {
		display: none;
	}
}

@media (max-width: 690px) {
	.header .pull-left,
	.header .pull-right {
		float: none;
	}
	.header__part {
		display: block;
		width: 100%;
		text-align: center;
	}

	.header__part + .header__part { /* where the Reserve now button is */
		padding-bottom: 10px;
	}
	#tagline em {
		padding-right: 10px;
		display: inline-block;
	}
 
	#copy {
		padding: 20px;
	}
	#copy .caption,
	#copy .left,
	#copy .right,
	#copy ul {
		display: block;
		float: initial; 
		padding-left: 0;
	}

	.accent {
		height: 0;
		border-top: 1px solid rgba(207, 207, 207, 0.77);
		margin-top: 20px;
	}
	.accent:before,
	.accent:after {
		content: initial;
	}
	#footer {
		padding-top: 0;
	}
	#footermenu a:before {
		content:  "" !important;
		margin: 0 !important;
	}
	#footermenu {
		/* padding: 24px 0; */
	}
	#footermenu a {
		display: block;
		/* padding: 3px 0; */
	}


	.tripadvisor {
		float: none;
		margin: 0 !important;
	}
	.tripadvisor #CDSWIDCOE,
	.tripadvisor img {
		width: auto !important; /* override `#copy img` rule*/
	}
	.tripadvisor .widCOE  {
		display: inline-block !important;
	}
}
@media (max-width: 650px) {
    #tagline br:last-child {
        display: inline-block;
    }
}  
@media (max-width: 500px) { 
    #copy .caption {
        width: 100%;
    }
	#copy .caption img,
	#copy img.right,
	#copy img,
	#news-article #details {
		width: 100%;
		height: auto;
	}
	#copy .reviews-logos-google img {
	    width: auto;
	}
    #footermenu {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
	.header .pull-left,
	.header .pull-right {
		float: none;
	}
	.header__part {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.menu--master {
	    padding-left: 0 !important;
	}
	
	.accent:before {
		left: -36px;
	}
	.accent:after {
		right: -36px;
	}
	#tagline br {
	    display: inline-block;
	}

	#content {
		width: 100%;
	}
}
@media screen and (max-width: 1040px) and (orientation:landscape) {
	#footer p {
		font-size: 10px;
	}
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


/* 330px is the max menu height */
@media (max-height: 330px) and (max-width: 1040px) {
	.menu__item a.menu__more {
		display: block;
	}
	.menu__item a.menu__more:before {
		content: "+";
		color: #fff;
	}
	.menu__item.menu__item--open a.menu__more:before {
		color: #CCC;
	}
	.menu__item.menu__item--open a.menu__more {
		padding-right: 22px;
	}
	.menu__item.menu__item--open a.menu__more:before {
		content: "-";
	}
	.menu__item .menu--sub {
		display: none;
	}
	.menu__item.menu__item--open .menu--sub {
		display: block;
	}

	/* Only on mobile where there is not room enough */
	.mobile .nav ::-webkit-scrollbar{
		-webkit-appearance: none;
		width: 7px;
	}
	.mobile .nav ::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: rgba(255,255,255,.2);
		-webkit-box-shadow: 0 0 1px rgba(255,255,255,.2);
	}
}


/* Home page */

/* CONTACT FORM */
.rd-mailform label {
	position: relative;
	display: block;
	width: 100%;
}
.mfInfo.mfProgress .msg {
	bottom: 4px;
	position: relative;
}
.rd-mailform .hidden {
	display: none;
}

/*
* MF Placeholder
*/
.mfPlaceHolder {
	cursor: text;
	position: absolute;
	left: 0;
	top: 0;
	padding: 12px 18px;
	font-weight: inherit;
	font-size: 15px;
	line-height: 34px;
	color: #7d7d7d;
	opacity: 1;
	transition: .2s all ease;
}
*:-webkit-autofill ~ .mfPlaceHolder {
	opacity: .4;
}
.mfPlaceHolder.state-1 {
	opacity: .0;
}
*:-webkit-autofill ~ .mfPlaceHolder {
	display: none;
}
.mfInput.filled .mfPlaceHolder.state-1 {
	display: none;
}

/*
* MF Validation
*/
.mfValidation {
	position: absolute;
	top: 0;
	padding-left: 18px;
	right: 7px;
	color: #f00;
	font-weight: inherit;
	font-size: 10px;
	line-height: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	pointer-events: none;
	transition: .3s all ease;
}
.mfValidation.show {
	opacity: 1;
	visibility: visible;
}
.mfValidation.hide, .mfValidation.valid {
	opacity: 0;
	visibility: hidden;
}
/*
* MF Submit
*/
.mfInfo,
.mfProgress {
	position: fixed;
	left: 15px;
	bottom: 15px;
	padding: 17px;
	height: 54px;
	color: #FFF;
	background: #111;
	line-height: 20px;
	font-size: 18px;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(83px);
	transform: translateY(83px);
	z-index: 999;
}
.mfInfo .loader,
.mfProgress .loader {
	display: inline-block;
	position: relative;
	margin-right: 16px;
}
.mfInfo .loader, .mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader,
.mfProgress .loader:before,
.mfProgress .loader:after {
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader:before,
.mfProgress .loader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.mfInfo .loader:before,
.mfProgress .loader:before {
	-webkit-animation: mfLoader 1.1s infinite linear;
	animation: mfLoader 1.1s infinite linear;
	border: 2px solid #FFF;
	border-top-color: transparent;
	border-radius: 50%;
	opacity: 1;
	visibility: visible;
	transition: .3s all ease;
}
.mfInfo .loader:after,
.mfProgress .loader:after {
	opacity: 0;
	visibility: hidden;
	font-weight: 400;
	font-family: "FontAwesome";
	font-size: 20px;
	transition: .6s all ease;
	-webkit-transform: rotate(-90deg) scale(0);
	transform: rotate(-90deg) scale(0);
}
.mfInfo.fail,
.mfProgress.fail {
	background: #F34234;
}
.mfInfo.fail .loader:after,
.mfProgress.fail .loader:after {
	content: '\f00d';
}
.mfInfo.success,
.mfProgress.success {
	background: #2E7D32;
}
.mfInfo.success .loader:after,
.mfProgress.success .loader:after {
	content: '\f00c';
}
.mfInfo.fail .loader:before, .mfInfo.success .loader:before,
.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.mfInfo.fail .loader:after, .mfInfo.success .loader:after,
.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}
.mfInfo.fail, .mfInfo.success, .mfInfo.sending,
.mfProgress.fail,
.mfProgress.success,
.mfProgress.sending {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media (min-width: 768px) {
	.mfInfo,
	.mfProgress {
		bottom: 24px;
		left: 50%;
		-webkit-transform: translate(-50%, 83px);
		transform: translate(-50%, 83px);
	}
	.mfInfo.fail, .mfInfo.success, .mfInfo.sending,
	.mfProgress.fail,
	.mfProgress.success,
	.mfProgress.sending {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@-webkit-keyframes mfLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes mfLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*
* MF Icon
*/
.mfInput[data-add-icon] input, .mfInput[data-add-icon] .mfPlaceHolder {
	padding-right: 44px;
}

.mfIcon {
	position: absolute;
	text-align: center;
	top: 18px;
	right: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #3d3a44;
	font: 400 20px/24px "FontAwesome";
}
.mfIcon span:before, .mfIcon span:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -10px;
	transition: .4s all ease-in-out;
}

.mfIcon span:before {
	content: "";
}
.mfIcon span:after {
	content: "";
	-webkit-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
	-webkit-animation: zoom-out 0.4s ease-in-out 1 forwards;
	animation: zoom-out 0.4s ease-in-out 1 forwards;
}

.mfIcon.state-1:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #3d3a44;
	-webkit-animation: line 1.2s 0.4s infinite;
	animation: line 1.2s 0.4s infinite;
}
.mfIcon.state-1 span:before {
	-webkit-transform: scale(0) rotate(90deg);
	transform: scale(0) rotate(90deg);
}
.mfIcon.state-1 span:after {
	-webkit-transform: scale(1) rotate(-35deg);
	transform: scale(1) rotate(-35deg);
	-webkit-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
	animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
}

.mfIcon.state-2 span:before {
	content: "";
	-webkit-transform: scale(0) rotate(90deg);
	transform: scale(0) rotate(90deg);
}
.mfIcon.state-2 span:after {
	-webkit-transform: scale(1) rotate(-210deg);
	transform: scale(1) rotate(-210deg);
	-webkit-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
	animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
}

@-webkit-keyframes anim-1 {
	0% {
		left: 50%;
	}
	100% {
		left: 90%;
	}
}
@keyframes anim-1 {
	0% {
		left: 50%;
	}
	100% {
		left: 90%;
	}
}
@-webkit-keyframes anim-2 {
	0% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
	25% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	50% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
	75% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
}
@keyframes anim-2 {
	0% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
	25% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	50% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
	75% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
}
@-webkit-keyframes anim-3 {
	0% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 50%;
	}
	50% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 90%;
	}
	100% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 50%;
	}
}
@keyframes anim-3 {
	0% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 50%;
	}
	50% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 90%;
	}
	100% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 50%;
	}
}
@-webkit-keyframes zoom-out {
	0% {
		-webkit-transform: scale(1) rotate(-35deg);
		transform: scale(1) rotate(-35deg);
	}
	100% {
		-webkit-transform: scale(0) rotate(-180deg);
		transform: scale(0) rotate(-180deg);
	}
}
@keyframes zoom-out {
	0% {
		-webkit-transform: scale(1) rotate(-35deg);
		transform: scale(1) rotate(-35deg);
	}
	100% {
		-webkit-transform: scale(0) rotate(-180deg);
		transform: scale(0) rotate(-180deg);
	}
}
@-webkit-keyframes zoom-in-state-1 {
	0% {
		-webkit-transform: scale(0) rotate(-180deg);
		transform: scale(0) rotate(-180deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(-35deg);
		transform: scale(1) rotate(-35deg);
	}
}
@keyframes zoom-in-state-1 {
	0% {
		-webkit-transform: scale(0) rotate(-180deg);
		transform: scale(0) rotate(-180deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(-35deg);
		transform: scale(1) rotate(-35deg);
	}
}
@-webkit-keyframes zoom-in-state-2 {
	0% {
		-webkit-transform: scale(0) rotate(-35deg);
		transform: scale(0) rotate(-35deg);
	}
	100% {
		left: 50%;
		-webkit-transform: scale(1) rotate(150deg);
		transform: scale(1) rotate(150deg);
	}
}
@keyframes zoom-in-state-2 {
	0% {
		-webkit-transform: scale(0) rotate(-35deg);
		transform: scale(0) rotate(-35deg);
	}
	100% {
		left: 50%;
		-webkit-transform: scale(1) rotate(150deg);
		transform: scale(1) rotate(150deg);
	}
}
@-webkit-keyframes line {
	0% {
		left: 40%;
	}
	100% {
		left: 40%;
		width: 40%;
	}
}
@keyframes line {
	0% {
		left: 40%;
	}
	100% {
		left: 40%;
		width: 40%;
	}
}
.mfInput input[name='phone'] ~ .mfIcon span:before,
.mfInput select[name='phone'] ~ .mfIcon span:before,
.mfInput textarea[name='phone'] ~ .mfIcon span:before {
	content: "";
}
.mfInput input[name='email'] ~ .mfIcon span:before,
.mfInput select[name='email'] ~ .mfIcon span:before,
.mfInput textarea[name='email'] ~ .mfIcon span:before {
	content: "";
}
.mfInput input[name='name'] ~ .mfIcon span:before,
.mfInput select[name='name'] ~ .mfIcon span:before,
.mfInput textarea[name='name'] ~ .mfIcon span:before {
	content: "";
}
.mfInput input[name='date'] ~ .mfIcon span:before,
.mfInput select[name='date'] ~ .mfIcon span:before,
.mfInput textarea[name='date'] ~ .mfIcon span:before {
	content: "";
}
.mfInput input[name='guests'] ~ .mfIcon span:before,
.mfInput select[name='guests'] ~ .mfIcon span:before,
.mfInput textarea[name='guests'] ~ .mfIcon span:before {
	content: "";
}
.mfInput input[name='message'] ~ .mfIcon,
.mfInput select[name='message'] ~ .mfIcon,
.mfInput textarea[name='message'] ~ .mfIcon {
	display: none;
}
.mfInput input:-webkit-autofill ~ .mfIcon span:before,
.mfInput textarea:-webkit-autofill ~ .mfIcon span:before {
	color: #2D2D2D;
}

/*
* MF Select
*/
.mfSelect {
	position: relative;
}
.mfSelect select {
	padding: 0px 1px 1px 0;
	z-index: -9999999;
	border: medium none;
}
.mfSelect .dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	max-height: 300px;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #888;
	box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
	transition: .3s all ease-in-out;
	outline: none;
	-webkit-appearance: none;
	font-weight: inherit;
	line-height: 34px;
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #7d7d7d;
	border-radius: 0;
	z-index: 1;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
.mfSelect .dropdown .option {
	position: relative;
	z-index: 1;
	text-transform: none;
	cursor: pointer;
	padding: 10px 15px;
	overflow: hidden;
	transition: .4s all ease-in-out;
	transition-delay: .2s;
	font-size: 16px;
	line-height: 30px;
}
.mfSelect .dropdown .option.selected {
	background: #f2f2f2;
	color: #7d7d7d;
}
.mfSelect .dropdown .option:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #b4d6f1;
	opacity: 0;
	z-index: -1;
	transition: .4s all ease-in-out;
	-webkit-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
}
.mfSelect .dropdown .option:before {
	content: '\f00c';
	position: absolute;
	display: inline-block;
	left: 15px;
	color: #fff;
	font: 400 20px "FontAwesome";
	line-height: inherit;
	transition: .4s all ease-in-out;
	-webkit-transform: scale(0) rotate(-60deg);
	transform: scale(0) rotate(-60deg);
}
.mfSelect .dropdown .option:hover {
	color: #fff;
	padding-left: 40px;
	transition-delay: 0s;
}
.mfSelect .dropdown .option:hover:before {
	transition-delay: .15s;
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.mfSelect .dropdown .option:hover:after {
	width: 1000px;
	height: 500px;
	opacity: 1;
}
.mfSelect .dropdown:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #d7d7d7 transparent;
}
.mfSelect .dropdown:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #FFF transparent;
}
.mfSelect .value {
	cursor: pointer;
	transition: .4s all ease-in-out;
	font-size: 15px;
	padding: 12px 18px;
	line-height: 34px;
	color: #7d7d7d;
	background: none;
	border: 1px solid #d7d7d7;
	border-radius: 0;
}
.mfSelect .value:before, .mfSelect .value:after {
	position: absolute;
	right: 12px;
	top: 18px;
	width: 24px;
	height: 24px;
	font: 400 20px "FontAwesome";
	line-height: 24px;
	color: #3d3a44;
	text-align: center;
	transition: .4s all ease;
}
.mfSelect .value:before {
	content: '\f0c9';
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}
.mfSelect .value:after {
	content: '\f107';
	font-size: 24px;
	-webkit-transform: rotate(-180deg) scale(0);
	transform: rotate(-180deg) scale(0);
}
.mfSelect.show .dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.mfSelect.show .value {
	background: #fff;
	color: #7d7d7d;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}
.mfSelect.show .value:before, .mfSelect.show .value:after {
	color: #7d7d7d;
}
.mfSelect.show .value:before {
	-webkit-transform: rotate(90deg) scale(0);
	transform: rotate(90deg) scale(0);
}
.mfSelect.show .value:after {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

/*
* MF Datepicker
*/
.mfDatePicker {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 15px;
	padding: 10px 15px;
	opacity: 0;
	z-index: 1;
	width: 270px;
	visibility: hidden;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
	transition: .3s all ease-in-out;
	z-index: 99;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	background: #3d3a44;
	color: #fff;
	border-radius: 8px;
	border: 1px solid #3d3a44;
}
.mfDatePicker:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #3d3a44 transparent;
}
.mfDatePicker table {
	text-align: center;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 12px;
}
.mfDatePicker table th {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.mfDatePicker table td {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	transition: .3s all ease;
	border-radius: 50%;
}
.mfDatePicker table td:hover {
	color: #3d3a44;
	background: #d7d7d7;
}
.mfDatePicker table td.dp-offset {
	color: #c6bbba;
}
.mfDatePicker table td.dp-today {
	color: #3d3a44;
	background: #fff;
}
.mfDatePicker table td.dp-selected {
	color: #fff;
	background: #b4d6f1;
}
.mfDatePicker_title {
	font-size: 16px;
	line-height: 30px;
}
.mfDatePicker_next, .mfDatePicker_prev {
	font: 400 22px "FontAwesome";
	line-height: inherit;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.mfDatePicker_next:hover, .mfDatePicker_prev:hover {
	color: #b4d6f1;
}
.mfDatePicker_panel {
	text-align: center;
	padding: 0 2px;
	line-height: 30px;
}
.mfDatePicker_next {
	float: right;
}
.mfDatePicker_next:before {
	content: '\f105';
}
.mfDatePicker_prev {
	float: left;
}
.mfDatePicker_prev:before {
	content: '\f104';
}
.mfDatePicker_panel + table {
	margin-top: 5px;
}
.mfDatePicker.open {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

/* Avoids trip advisor add to cover all the page on the reviews page */
.TA_excellent > div {
	position: relative;
}