 /*

Old Barn House - Global Stylesheet
https://oldbarnhousehereford.co.uk/
Handwritten by Oliver Coningham

*/

																					/* ------------ Toolbox ------------ */

.float-left { float: left; } 
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: 700; }
em { font-style: italic; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.error_message {
	color: #970000;
	font-weight: bold;
	}
	
#copy .error_message ul {
	margin-bottom: 30px;
	}
	
#copy .error_message ul li {
	color: #970000;
	float: none;
	font-weight: 900;
	width: 100%;
	}


/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098D1;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, 
.hvr-underline-from-center:focus:before, 
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.fancybox-slide--iframe .fancybox-content {
    max-width : 800px;
	}


																					/* ------------ Defaults ------------ */

body {
	background-color: #fff;
	color: #6d6e70;        
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 28px;
	}


																					/* ------------ Branding ------------ */

#branding {
	background-color: #fff;
	font-size: 0;
	line-height: 0;
	padding: 30px;
	position: relative;
	text-align: center;
	width: 100%;
	}

#branding ul {
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	top: 50%;
	left: 30px;
	text-align: left;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
	}

#branding li {
	float: left;
	margin-left: 20px;
	}

#branding li:first-child {
	margin-left: 0;
	}

#branding li a {
	color: #6d6e70;    
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	}

#branding li:nth-child(1) a {
    background: #fff url("../img/icon-location.gif") no-repeat left center;
	padding-left: 30px;
	}
#branding li:nth-child(2) a {
    background: #fff url("../img/icon-phone.gif") no-repeat left center;
	padding-left: 32px;
	}
#branding li:nth-child(3) a {
    background: #fff url("../img/icon-email.gif") no-repeat left center;
	padding-left: 32px;
	}

#branding li a:hover {
	color: #00a79d;    
	}

#branding p {
	font-size: 18px;
	line-height: 28px;
	position: absolute;
	top: 50%;
	right: 30px;
	text-align: left;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

#branding .button a {
	background-color: #2f3191;
	color: #fff;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	padding: 25px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	}

#branding .button a:hover {
	background-color: #00a79d;
	}

#branding .button a span {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	text-transform: none;
	}


																					/* ------------ Navigation ------------ */

#navigation {
	background-color: #00a79d;
	text-align: center;
	width: 100%;
	}

#navigation.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	}

#navigation p {
	display: none;
	}

#navigation ul {
	display: inline-block;
	margin: 0 auto;
	}

#navigation li {
	display: inline-block;
	}

#navigation li a {
	color: #fff;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	padding: 12px 20px;
	text-decoration: none;
	}

#navigation li a span {
	display: inline-block;
	padding: 5px 0 7px 0;
	}

#navigation li a span.hvr-underline-from-center:before {
	background-color: #fff;
	}


																					/* ------------ Slideshow ------------ */

#slideshow {
	overflow: hidden;
	position: relative;
	width: 100%;
	}

#slides {
	width: 100%;
	}

#slides img {
	float: left;
	height: auto;
	width: 100%;
	}

#slideshow .slide {
	display: block !important;
	position: relative;
	}

.slick-slide img {
	display: block;
	}

#slideshow .overlay {
	background-color: rgba(0,0,0,0.2);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}

#slideshow .slide-caption {
	color: #fff;
	display: block;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

#slideshow .slide-caption .title {
	background: url("../img/line-white.gif") no-repeat bottom center;
    font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 65px;
	margin-bottom: 20px;
	padding: 0 30% 20px 30%;
	}

#slideshow .slide-caption .sub-title {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	}

#slideshow .logo {
	background: url("../img/slideshow-logo.png") no-repeat bottom 30px left;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	}

#slideshow .slick-dots {
	bottom: 27px;
	right: 30px;
	display: inline-block;
	width: auto;
	z-index: 15;
	}

#slideshow .slick-dotted.slick-slider {
    margin-bottom: 0;
	}

#slideshow .slick-dots li {
	height: 15px;
	width: 15px;
	margin: 0 0 0 10px;
	}

#slideshow .slick-dots li button {
	background-color: #2f3191;
	height: 15px;
	width: 15px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#slideshow .slick-dots li.slick-active button,
#slideshow .slick-dots li:hover button {
	background-color: #00a79d;
	}

#slideshow .slick-dots li button::before {
	display: none;
	}


																					/* ------------ Content ------------ */

.content {
	padding: 60px 30px;
	text-align: center;
	width: 100%;
	}

.content-inner {
	margin: 0 auto;
	max-width: 1400px;
	}

.content h1 {
	background: url("../img/line-teal.gif") no-repeat bottom center;
	color: #2f3191;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 65px;
	margin: 0 auto;
	padding-bottom: 15px;
	}

.content .button {
	background: url("../img/button-bg.png") no-repeat bottom right 10px;
	background-color: #2f3191;
	border-bottom: 2px solid #fff;
	color: #fff;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-top: 60px;
	padding: 20px 75px 20px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

.content .button:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	}


																					/* ------------ Key Features ------------ */

#key-features-icons {
	padding-top: 40px;
	text-align: left;
	width: 100%;
	}

#key-features-icons .feature {
	float: left;
	line-height: 23px;
	margin-top: 20px;
	position: relative;
	width: 50%;
	}

#key-features-icons .icon {
	background-color: #00a79d;
	float: left;
	height: 115px;
	margin-right: 20px;
	width: 115px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

#key-features-icons .icon img {
	float: left;
	height: 100%;
	width: 100%;
	}

#key-features-icons .feature p {
	padding: 0 30px 0 135px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

#key-features-inner a {
    border-bottom: 1px solid #00a79d;
    color: #00a79d;
    text-decoration: none;
}


																					/* ------------ Gallery ------------ */

#gallery {
	background-color: #00a79d;
	}

#gallery h1 {
	background: url("../img/line-blue.gif") no-repeat bottom center;
	color: #fff;
	}

#gallery #gallery-thumbnails {
	padding-top: 50px;
	}

#gallery #gallery-thumbnails .thumbnail {
	float: left;
	margin: 10px 10px 0 0;
	position: relative;
	width: calc(16.6666666667% - 8.33333333333px);
	}

#gallery #gallery-thumbnails a:nth-child(6n+6) .thumbnail {
	margin-right: 0;
	}

#gallery #gallery-thumbnails .thumbnail img {
	float: left;
	height: auto;
	width: 100%;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#gallery #gallery-thumbnails .thumbnail .overlay {
	background-color: rgba(47,49,145,0.7);
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#gallery #gallery-thumbnails .thumbnail .icon {
	height: auto;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 15;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#gallery #gallery-thumbnails .thumbnail .icon span {
	background-color: #00a79d;
	color: #fff;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	height: 115px;
	line-height: 115px;
	width: 115px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

#gallery #gallery-thumbnails .thumbnail:hover .icon,
#gallery #gallery-thumbnails .thumbnail:hover .overlay {
	opacity: 1;
	}

#gallery #gallery-thumbnails .thumbnail:hover img {
	filter: grayscale(100%);
	}


																					/* ------------ Gallery ------------ */

#the-property {
	position: relative;
	}

#the-property.content {
	padding-right: 109px;
	padding-left: 109px;
	}

#the-property #the-property-slider-nav {
	padding: 0 30px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

#the-property #the-property-slider-nav a {
	display: inline-block;
	height: 74px;
	text-indent: -999999px;
	width: 49px;
	}

#the-property #the-property-slider-nav li:first-child {
	float: left;
	}

#the-property #the-property-slider-nav li:last-child {
	float: right;
	}

#the-property #the-property-slider-nav li:first-child a {
	background: url("../img/icon-prev-large.png") no-repeat 0 0;
	}

#the-property #the-property-slider-nav li:last-child a {
	background: url("../img/icon-next-large.png") no-repeat 0 0;
	}

#the-property #the-property-slider-nav li:first-child a:hover,
#the-property #the-property-slider-nav li:last-child a:hover {
	background-position: 0 -74px;
	}

#the-property #the-property-slider {
	position: relative;
	z-index: 15;
	}

#the-property .property-slide {
	display: block !important;
	position: relative;
	width: 100%;
	}

#the-property .property-slide h1 {
	margin-bottom: 30px;
	}

#the-property .property-slide p {
	margin-top: 30px;
	}

#the-property .property-slide ul {
	list-style: disc outside;
	margin: 20px 0 0 45px;
	}

#the-property .property-slide li {
	padding-top: 10px;
	}

#the-property .property-slide a {
	border-bottom: 1px solid #00a79d;
	color: #00a79d;
	text-decoration: none;
	}

#the-property .property-slide a:hover {
	border-bottom: 1px solid #2f3191;
	color: #2f3191;
	text-decoration: none;
	}

#the-property .property-slide-text {
	float: left;
	padding-left: 30px;
	text-align: left;
	width: calc(65% - 30px);
	}

#the-property .property-slide a.button-next {
	background: url("../img/icon-arrow-blue.png") no-repeat right center;
	border: none;
	color: #2f3191;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-top: 30px;
	padding-right: 49px;
	text-transform: uppercase;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#the-property .property-slide a.button-next:hover {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	}

#the-property .property-slide-image {
	float: right;
	text-align: left;
	width: calc(35% - 30px);
	}

#the-property .property-slide-image img {
	float: left;
	height: auto;
	margin-top: 30px;
	width: 100%;
	}

#the-property .slick-dots {
	font-size: 0;
	line-height: 0;
	margin-top: 60px;
	position: static;
	bottom: auto;
	display: block;
	width: 100%;
	}

#the-property .slick-dots li {
	height: 5px;
	width: 20%;
	margin: 0;
	padding: 0;
	}

#the-property .slick-dots li button {
	background-color: #dadbdb;
	height: 5px;
	width: 100%;
	padding: 0;
	}

#the-property .slick-dots li.slick-active button,
#the-property .slick-dots li:hover button {
	background-color: #00a79d;
	}

#the-property .slick-dots li button::before {
	display: none;
	}	


																					/* ------------ Availability ------------ */

#availability {
	background-attachment: fixed;
	background-image: url("../img/availability-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 600px;
	position: relative;
	text-align: left;
	width: 100%;
	}

#availability .overlay {
	background-color: rgba(0,0,0,0.4);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	}

#availability .gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 6;
	}

#availability-text {
	float: left;
	position: relative;
	width: calc(50% - 30px);
	z-index: 11;
	}

#availability-text h1 {
	background-position: bottom left;
	color: #fff;
	margin-bottom: 30px;
	}

#availability-text p {
	margin-top: 30px;
	}

#availability-text a {
	border-bottom: 1px solid #00a79d;
	color: #00a79d;
	text-decoration: none;
	}

#availability-text a:hover {
	border-bottom: 1px solid #2f3191;
	color: #2f3191;
	text-decoration: none;
	}

#availability-calendar {
	float: right;
	position: relative;
	width: calc(50% - 30px);
	z-index: 12;
	}


																					/* ------------ Floor Plans ------------ */

#floor-plans .column {
	float: left;
	margin: 60px 60px 0 0;
	width: calc(50% - 30px);
	}

#floor-plans .column-alt {
	margin-right: 0;
	}

#floor-plans .column p {
	clear: both;
	color: #2f3191;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	padding-top: 30px;
	}

#floor-plans .column img {
	float: left;
	height: auto;
	width: 100%;
	}

#floor-plans .floor-plan-inner {
	position: relative;
	}

#floor-plans .floor-plan-inner .dot {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	}

#floor-plans .floor-plan-inner .dot a {
	background-color: #2f3191;
	background-image: url("../img/icon-view.png");
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	opacity: 0.7;
	text-indent: -999999px;
	width: 30px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	transition: transform .2s;
	}

#floor-plans .floor-plan-inner .dot a:hover {
	background-color: #00a79d;
	opacity: 1;
	transform: scale(1.25);
	}


#virtual-tour .tour__box {
    padding: 40px 0;
    width: 70%;
    margin: 0 auto;
    height: 480px;
}

#virtual-tour .tour__box iframe {
    width: 853px;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    #virtual-tour .tour__box {
    width: 90%;
    height: 30rem;
}

#virtual-tour .tour__box iframe {
    width: 100%;
}
}


																					/* ------------ Reviews ------------ */

#reviews {
	background-attachment: fixed;
	background-image: url("../img/reviews-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	position: relative;
	text-align: left;
	width: 100%;
	}

#reviews .overlay {
	background-color: rgba(0,0,0,0.4);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	}

#reviews .gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 6;
	}

#reviews-text {
	color: #fff;
	float: left;
	position: relative;
	width: calc(50% - 30px);
	z-index: 11;
	}

#reviews-text h1 {
	background-position: bottom left;
	color: #fff;
	margin-bottom: 30px;
	}

#reviews-text p {
	margin-top: 30px;
	}

#reviews-text a {
	border-bottom: 1px solid #00a79d;
	color: #00a79d;
	text-decoration: none;
	}

#reviews-text a:hover {
	border-bottom: 1px solid #2f3191;
	color: #2f3191;
	text-decoration: none;
	}

#reviews-text a.button {
	background-color: #00a79d;
	border-bottom: 3px solid #fff;
	color: #fff;
	margin-top: 30px;
	}

#reviews-widget {
	float: right;
	position: relative;
	width: calc(50% - 30px);
	z-index: 12;
	}

#reviews-widget #upfrontReviewsWidget {
	background-color: #fff !important;
	}


																					/* ------------ Plan Your Stay ------------ */

#locations-icons {
	padding-top: 40px;
	width: 100%;
	}

#locations-icons .location-icon {
	float: left;
	line-height: 23px;
	margin: 20px 30px 0 0;
	position: relative;
	width: calc(25% - 22.5px);
	filter: grayscale(100%);
	opacity: 0.5;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#locations-icons .location-icon:hover,
#locations-icons a.selected .location-icon {
	filter: grayscale(0%);
	opacity: 1;
	}

#locations-icons a:last-child .location-icon {
	margin-right: 0;
	}

#locations-icons .icon {
	background-color: #00a79d;
	float: left;
	height: 115px;
	margin-right: 20px;
	width: 115px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

#locations-icons .icon img {
	float: left;
	height: 100%;
	width: 100%;
	}

#locations-icons .location-icon p {
	color: #2f3191;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;	
	padding: 0 0 0 135px;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: left;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

#plan-your-stay .locations {
	display: block !important;
	margin-top: 60px;
	width: 100%;
	}

#plan-your-stay .locations .location {
	border-top: 1px solid #dadbdb;
	border-right: 1px solid #dadbdb;
	float: left;
	padding: 40px;
	text-align: left;
	width: 33.3333333333%;
	}

#plan-your-stay .locations .location:nth-child(3n+3) {
	border-right: none;
	}

#plan-your-stay .locations .location:nth-child(1),
#plan-your-stay .locations .location:nth-child(2),
#plan-your-stay .locations .location:nth-child(3) {
	border-top: none;
	}

#plan-your-stay .locations .location h3,
#plan-your-stay .locations .location h3 a {
	border: none;
	color: #00a79d;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 5px;
	text-decoration: none;
	}

#plan-your-stay .locations .location h3 a:hover {
	border: none;
	color: #2f3191;
	text-decoration: none;
	}

#plan-your-stay .locations .location a {
	border-bottom: 1px solid #00a79d;
	color: #00a79d;
	text-decoration: none;
	}

#plan-your-stay .locations .location a:hover {
	border-bottom: 1px solid #2f3191;
	color: #2f3191;
	text-decoration: none;
	}


																					/* ------------ Information ------------ */

#information {
	background-color: #00a79d;
	}

#information h1 {
	background: url("../img/line-blue.gif") no-repeat bottom center;
	color: #fff;
	}

#information a {
	border-bottom: 1px solid #2f3191;
	color: #2f3191;
	text-decoration: none;
	}

#information .expand-blocks {
	margin-top: 40px;
	padding: 0 150px;
	text-align: left;
	width: 100%;
	}

#information .expand-blocks .expand {
	border-top: 1px solid #40bdb6;
	color: #fff;
	width: 100%;
	}

#information .expand-blocks .expand:first-child {
	border-top: none;
	}

#information .expand-blocks .expand h2 {
	background: url("../img/icon-expand.png") no-repeat right center;
	color: #2f3191;
	cursor: pointer;
	display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;	
	padding: 30px 70px 30px 0;
	width: 100%;
	}

#information .expand-blocks .expand:hover h2 {
	color: #fff;
	}

#information .expand-blocks .expand p {
	margin-top: 30px;
	}

#information .expand-blocks .expand p:first-child {
	margin-top: 0;
	}

#information .expand-blocks .expand p:last-child {
	margin-bottom: 30px;
	}
	
#information .expand-blocks .expand ul {
    list-style: disc outside;
	margin: 20px 0 0 45px;
	}

#information .expand-blocks .expand ul ul {
    margin-top: 0;
	}

#information .expand-blocks .expand li {
	padding-top: 10px;
	}

#information .expand-blocks .expanded {
	display: none;
	}


																					/* ------------ Risk Free Booking ------------ */

#risk-free-booking h1 {
	margin-bottom: 30px;
	}

#risk-free-booking p {
	margin: 30px 150px 0 150px;
	text-align: left;
	}

#risk-free-booking a {
	border-bottom: 1px solid #00a79d;
	color: #00a79d;
	text-decoration: none;
	}

#risk-free-booking a:hover {
	border-bottom: 1px solid #2f3191;
	color: #2f3191;
	text-decoration: none;
	}


																					/* ------------ COVID-19 ------------ */

#covid-19 {
	background-color: #00a79d;
	color: #fff;
	padding-top: 0 !important;
	}

#covid-19 h1 {
	background: url("../img/line-blue.gif") no-repeat bottom center;
	color: #fff;
	margin-bottom: 30px;
	}

#covid-19 p {
	margin: 30px 150px 0 150px;
	text-align: left;
	}

#covid-19 a {
	border-bottom: 1px solid #2f3191;
	color: #2f3191;
	text-decoration: none;
	}

#covid-19 .expand-blocks {
	margin-top: 40px;
	padding: 0 150px;
	text-align: left;
	width: 100%;
	}

#covid-19 .expand-blocks .expand {
	border-top: 1px solid #40bdb6;
	color: #fff;
	width: 100%;
	}

#covid-19 .expand-blocks .expand:first-child {
	border-top: none;
	}

#covid-19 .expand-blocks .expand h2 {
	background: url("../img/icon-expand.png") no-repeat right center;
	color: #2f3191;
	cursor: pointer;
	display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;	
	padding: 30px 70px 30px 0;
	width: 100%;
	}

#covid-19 .expand-blocks .expand:hover h2 {
	color: #fff;
	}

#covid-19 .expand-blocks .expand p {
	margin: 30px 0 0 0;
	}

#covid-19 .expand-blocks .expand p:first-child {
	margin-top: 0;
	}

/*
#covid-19 .expand-blocks .expand p:last-child {
	margin-bottom: 30px;
	}
*/

#covid-19 .expand-blocks .expand ul {
	list-style: disc outside;
	margin: 20px 0 0 45px;
	}

#covid-19 .expand-blocks .expand ol {
	list-style: decimal outside;
	margin: 20px 0 0 45px;
	}

#covid-19 .expand-blocks .expand li {
	padding-top: 10px;
	}

#covid-19 .expand-blocks .expanded ul:first-child,
#covid-19 .expand-blocks .expanded ol:first-child {
	margin-top: 0;
	}

#covid-19 .expand-blocks .expanded p + ul,
#covid-19 .expand-blocks .expanded p + ol {
	margin-top: 20px;
	}

#covid-19 .expand-blocks .expanded {
	display: none;
	padding-bottom: 30px;
	}

#covid-logos {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding-top: 40px;
	width: auto;
	}

#covid-logos li {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin: 0 15px;
	width: auto;
	}


																					/* ------------ Contact Us ------------ */

#contact-us h1 {
	margin-bottom: 30px;
	}

#contact-us p {
	margin-top: 30px;
	}

#contact-us ul {
	padding-top: 20px;
	}

#contact-us li {
	margin-top: 40px;
	}

#contact-us a {
	color: #6d6e70;
	display: inline-block;
	font-weight: 700;
	height: 70px;
	line-height: 70px;
	padding-left: 90px;
	text-decoration: none;
	}

#contact-us a:hover {
	color: #00a79d;
	}

#contact-us-phone a {
	background: url("../img/icon-contact-us-phone.gif") no-repeat 0 0;
	}
#contact-us-mobile a {
	background: url("../img/icon-contact-us-mobile.gif") no-repeat 0 0;
	}
#contact-us-email a {
	background: url("../img/icon-contact-us-email.gif") no-repeat 0 0;
	}


																					/* ------------ Newsletter ------------ */

#newsletter {
	background-color: #00a79d;
	color: #fff;
	}

#newsletter.content {
	padding: 40px 30px;
	}

#newsletter h2 {
	color: #2f3191;
	cursor: pointer;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 40px;
	width: 100%;
	}

#newsletter div {
	display: inline-block;
	width: auto;
	}

#newsletter.content .button {
	border: none;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	margin-top: 0;
	}

#newsletter label {
	font-weight: 700;
	}

#newsletter .mc-field-group input {
	background-color: #fff;
	border: none;
	color: #6d6e70;        
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0 10px;
	padding: 10px 15px;
	}


																					/* ------------ Map ------------ */

#map {
	padding: 0;
	}

#map .google-maps {
	position: relative;
	padding-bottom: 500px;
	height: 0;
	overflow: hidden;
	}

#map .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}


																					/* ------------ Footer ------------ */

#footer {
	background-color: #00a79d;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	position: relative;
	text-align: left;
	}

#footer .logo {
	background: url("../img/footer-bg.png") no-repeat bottom right;
	height: 284px;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	z-index: 5;
}

#footer .footer {
	float: left;
	margin-right: 30px;
	position: relative;
	width: calc(25% - 22.5px);
	z-index: 10;
	}

#footer .footer:last-child {
	margin-right: 0;
	}

#footer h4 {
	color: #2f3191;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;	
	}

#footer ul {
	padding-top: 15px;	
	}

#footer li {
	margin-top: 15px;	
	}

#footer p {
	margin-top: 30px;	
	}

#footer a {
	color: #fff;
	text-decoration: none;
	word-break: break-word;
	}

#footer a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	}

#footer #social {
	margin: 30px 0 0 0;
	padding: 0;
	}

#social li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	}

#social li a {
	border: none;
	display: inline-block;
	height: 49px;
	opacity: 0.7;
	text-indent: -999999px;
	width: 49px;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#social li a:hover {
	border:  none;
	opacity: 1;
	}

#social-facebook a {
	background: url("../img/icon-facebook.gif") no-repeat 0 0;
	}
#social-twitter a {
	background: url("../img/icon-twitter.gif") no-repeat 0 0;
	}
#social-instagram a {
	background: url("../img/icon-instagram.gif") no-repeat 0 0;
	}


																					/* ------------ Furniture ------------ */

#furniture {
	background-color: #00968d;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	padding: 30px;
	text-align: left;
	}

#furniture a {
	color: #fff;
	text-decoration: none;
	}

#furniture a:hover {
	color: #2f3191;
	text-decoration: none;
	}

#copyright {
	float: left;
	}

#credit {
	float: right;
	}


																					/* ------------ Bettws ------------ */

#bettws {
	background-color: #2f3191;
	color: #fff;
	}

#bettws h1 {
	background: url("../img/line-teal.gif") no-repeat bottom left;
	color: #fff;
	margin-bottom: 60px;
	text-align: left;
	}

#bettws-img {
	float: left;
	text-align: left;
	width: calc(35% - 30px);
	}

#bettws-img img {
	float: left;
	height: auto;
	width: 100%;
	}

#bettws-copy {
	float: right;
	text-align: left;
	width: calc(65% - 30px);
	}

#bettws-copy a.button {
	background: url("../img/icon-arrow-teal.png") no-repeat right center;
	border: none;
	color: #00a79d;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-top: 60px;
	padding: 0 49px 0 0;
	text-transform: uppercase;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#bettws-copy a.button:hover {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	}
	
	
	
																					/* ------------ Trevase ------------ */

#trevase {
	background-color: #00a79d;
	color: #fff;
	}

#trevase h1 {
	background: url("../img/line-blue.gif") no-repeat bottom left;
	color: #fff;
	margin-bottom: 60px;
	text-align: left;
	}

#trevase-img {
	float: left;
	text-align: left;
	width: calc(35% - 30px);
	}

#trevase-img img {
	float: left;
	height: auto;
	width: 100%;
	}

#trevase-copy {
	float: right;
	text-align: left;
	width: calc(65% - 30px);
	}

#trevase-copy a.button {
	background: url("../img/icon-arrow-blue.png") no-repeat right center;
	border: none;
	color: #2f3191;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-top: 60px;
	padding: 0 49px 0 0;
	text-transform: uppercase;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#trevase-copy a.button:hover {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	}
	
	
	
	
table td, 
table th { 
    padding: 15px !important; 
    border: 1px solid #ffffff1a;
}