/*

Country Party Houses - Global Stylesheet
http://www.countrypartyhouses.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: 900; }

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


																					/* ------------ Defaults ------------ */

body, html {
	height: 100%;
	}
	
body {
	color: #97a5b4;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding: 0;
	}


																					/* ------------ Slideshow ------------ */

.phoenix-slider {
	/*
	border-bottom: 30px solid #fff;
	border-top: 30px solid #fff;
	*/
	height: 100%;
	margin-top: 130px;
	}


																					/* ------------ Branding ------------ */

/*
#branding {
	background-color: #fff;
	display: block;
	padding: 30px 0;
	text-align: center;
	width: 100%;
	}
*/

#logo a {
	background: url("../img/logo-a-bg.png") no-repeat 0 0;
	display: block;
	float: left;
	height: 90px;
	margin: 0;
	text-indent: -25000px;
	width: 228px;	
	}



																					/* ------------ Navigation ------------ */

#navigation {
	background-color: #eaedf0;
	padding: 20px 30px;
	position: fixed;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0;
	/*
	width: calc(100% - 60px);
	top: 30px;
	left: 30px;
	*/
	bottom: auto;
	z-index: 99;
	}

#navigation-button {
	display: none;
	}

#navigation-close a {
	display: none;
	}

#navigation ul {
	float: right;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
	}

#navigation.navigation-fixed,
#home #navigation.navigation-fixed {
	position: fixed;
	bottom: auto;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	}

#navigation li {
	display: inline;
	margin-left: 30px;
	}

#navigation li:first-child {
	margin-left: 0;
	}

#navigation li a {
	color: #f99d1b;
	display: inline-block;
    font-family: 'Playfair Display', serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;			
	}

#navigation li a:hover,
#navigation li.currentpage a,
#navigation li.activeparent a {
	color: #97a5b4;
	}


																					/* ------------ Celebration Thumbnails ------------ */

#celebration-thumbnails img {
	float: left;
	height: auto;
	margin-right: 30px;
	width: calc(25% - 22.5px)
	}

#celebration-thumbnails a:last-child img {
	margin-right: 0;
	}


																					/* ------------ Content ------------ */

#content {
	/* background: #97a5b4 url("../img/orange-line-lrg.png") no-repeat bottom right -900px; */
	background-color: #fff;
	color: #97a5b4;
	margin-top: 0;
	padding: 40px 30px;
	text-align: center;
	width: 100%;
	}

#content h1 {
	background: url("../img/heading-blue-bg.png") no-repeat bottom center;
    font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 0;
	padding-bottom: 20px;
	text-transform: uppercase;	
	}

#content h1 strong {
	display: inline-block;
	font-size: 60px;
	font-weight: 500;
	line-height: 60px;
	padding-top: 10px;
	}

#content p {
	margin: 0 auto;
	padding-top: 30px;
	width: 70%;
	}

#content p a {
	color: #f99d1b;
	text-decoration: underline;
	}

#content p a:hover {
	color: #97a5b4;
	text-decoration: underline;
	}


																					/* ------------ Hero---------- */

.hero {
	clear: both;
	margin-top: 0;
	position: relative;
	}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
	}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 70%;
	border: 0;
	}

.rslides_tabs {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 75;
	}

.rslides_tabs li {
	float: left;
	}

.rslides_tabs a {
	background-color: #fff;
	display: block;
	height: 20px;
	margin-left: 10px;
	text-indent: -25000px;
	width: 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;	
	}

.rslides_tabs .rslides_here a {
	background-color: #f99d1c;	
	}

.rslides_nav {
	background: url("../img/arrow-prev-bg.png") no-repeat 0 0;
	display: inline-block;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 30px;
	text-indent: -25000px;
	width: 37px;
	z-index: 75;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
	}

.rslides_nav.next {
	background: url("../img/arrow-next-bg.png") no-repeat 0 0;	
	left: auto;
	right: 30px;	
	}

.hero-overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#748954+30,2d3d11+100&0+1,1+60 */
	background: -moz-linear-gradient(left, rgba(116,137,84,0) 1%, rgba(116,137,84,0.49) 30%, rgba(86,104,55,1) 60%, rgba(45,61,17,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(116,137,84,0) 1%,rgba(116,137,84,0.49) 30%,rgba(86,104,55,1) 60%,rgba(45,61,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(116,137,84,0) 1%,rgba(116,137,84,0.49) 30%,rgba(86,104,55,1) 60%,rgba(45,61,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00748954', endColorstr='#2d3d11',GradientType=1 ); /* IE6-9 */
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 90;
	}

.hero-logo {
	background: url("../img/hero-logo-bg.png") no-repeat 0 0;	
	height: 339px;
	position: absolute;
	bottom: -100px;
	right: -200px;
	width: 780px;
	z-index: 95;
	}

.hero-caption {
	color: #fff;
	padding-right: 97px;
	position: absolute;
	top: 50%;
	right: 30px;
	text-align: center;
	width: 50%;
	z-index: 95;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);		
	}

.hero-caption h3 {
	display: inline-block;
    font-family: 'Playfair Display', serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 45px;
	padding-bottom: 40px;
	text-transform: uppercase;
	}

.hero-caption p {
    font-family: 'Playfair Display', serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	text-transform: uppercase;	
	}

.hero-caption p.button {
	background-color: #f59c00;
	cursor: pointer;
	display: inline-block;
    font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 40px;
	overflow: hidden;
	padding: 5px;
	text-transform: none;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;	
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);	
	}

.hero-caption p.button a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8b000+0,f08100+100 */
	background: rgb(248,176,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(248,176,0,1) 0%, rgba(240,129,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(248,176,0,1) 0%,rgba(240,129,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(248,176,0,1) 0%,rgba(240,129,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b000', endColorstr='#f08100',GradientType=0 ); /* IE6-9 */	
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;	
	}

.hero-caption p.button:hover {
	background-color: #97a5b4;
	}

.hero-caption p.button:hover a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acb7c4+0,7b8b9c+100 */
	background: rgb(172,183,196); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(172,183,196,1) 0%, rgba(123,139,156,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(172,183,196,1) 0%,rgba(123,139,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(172,183,196,1) 0%,rgba(123,139,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb7c4', endColorstr='#7b8b9c',GradientType=0 ); /* IE6-9 */
	}

#hero-2 .rslides img {
	float: right;
	}

#hero-2 .hero-logo {
	bottom: -120px;
	right: auto;
	left: -200px;
	}

#hero-2 .hero-caption {
	padding-right: 0;
	padding-left: 97px;
	right: 0;
	left: 30px;
	width: 50%;
	}


																					/* ------------ Property Overview ---------- */

#property-overview {
	margin: 40px auto;
	text-align: center;
	max-width: 1400px;
	}

#property-overview h3 {
    font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	padding-bottom: 10px;
	text-transform: uppercase;	
	}

#property-overview h3 strong {
	display: inline-block;
	font-size: 60px;
	font-weight: 500;
	line-height: 60px;
	padding-bottom: 10px;
	}

#property-overview .property {
	float: left;
	margin: 30px 30px 0 0;
	position: relative;
	width: calc(33.33333333333333% - 20px);
	}

#property-overview .property:nth-of-type(3n+3) {
	margin: 30px 0 0 0;
	}

#property-overview .property img {
	float: left;
	height: auto;
	width: 100%;
	}

#property-overview .property a {
	text-decoration: none;
	}

#property-overview .property .caption {
	/* background-color: #f99d1c; */
	color: #97a5b4;
	clear: both;
	padding: 20px 0 0 0;
	/*
	position: absolute;
	bottom: 0;
	left: 0;
	*/
	width: 100%;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;		
	}

#property-overview .property .caption h4 {
    font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 5px;
	text-transform: uppercase;	
	}

#property-overview .property:hover .caption {
	color: #f99d1c;
	}

#property-overview .property-more .caption {
	background: none;
	color: #fff;
	padding: 0 40px;
	position: absolute;
	bottom: auto;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);		
	}

#property-overview .property-more:hover .caption {
	background: none;
	}

#property-overview .property-more .caption h4 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	}

#property-overview .property-more p.button {
	background-color: #f99d1c;
	cursor: pointer;
	display: inline-block;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 30px;
	overflow: hidden;
	padding: 5px;
	text-transform: none;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;	
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);	
	}

#property-overview .property-more p.button span {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8b000+0,f08100+100 */
	background: rgb(248,176,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(248,176,0,1) 0%, rgba(240,129,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(248,176,0,1) 0%,rgba(240,129,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(248,176,0,1) 0%,rgba(240,129,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b000', endColorstr='#f08100',GradientType=0 ); /* IE6-9 */	
	color: #fff;
	display: inline-block;
	padding: 12px 50px;
	text-decoration: none;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;	
	}

#property-overview .property-more p.button:hover {
	background-color: #97a5b4;
	}

#property-overview .property-more p.button:hover span {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acb7c4+0,7b8b9c+100 */
	background: rgb(172,183,196); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(172,183,196,1) 0%, rgba(123,139,156,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(172,183,196,1) 0%,rgba(123,139,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(172,183,196,1) 0%,rgba(123,139,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb7c4', endColorstr='#7b8b9c',GradientType=0 ); /* IE6-9 */
	}


																					/* ------------ Footer ---------- */

#footer {
	/* background: #eaedf0 url("../img/orange-line-lrg.png") no-repeat bottom right -900px;	*/
	background-color: #eaedf0;
	margin: 0;
	padding: 10px 15px 20px 15px;
	width: 100%;
	}

#footer-inner {
	margin: 0 auto;
	max-width: 1430px;
	}

#footer .footer {
	float: left;
	margin: 0 0 30px 0;
	padding: 30px 15px 0 15px;
	width: 25%;
	}

#footer .footer h4 {
    font-family: 'Playfair Display', serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	padding-bottom: 20px;
	text-transform: uppercase;	
	}

#footer .footer a {
	color: #97a5b4;
	font-weight: 900;
	text-decoration: none;
	}

#footer .footer strong {
	font-weight: 900;
	}

#footer .footer p {
	clear: both;
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
	}

#footer .footer img {
	float: left;
	height: auto;
	margin-bottom: 20px;
	width: 60%;
	}

#footer .footer ul li {
    margin-top: 10px;
	}

#footer .footer ul li a {
    color: #f99d1c;
	font-weight: 400;
	text-decoration: none;
	}

#footer .footer ul li a:hover {
	text-decoration: underline;
	}

#footer .footer #social li {
	float: left;
	margin: 30px 10px 0 0;
	}

#footer .footer #social li a {
	display: inline-block;
	height: 50px;
	text-indent: -25000px;
	width: 50px;
	}

#social-linkedin a { background: url("../img/social-linkedin-a-bg.png") no-repeat 0 0; }
#social-instagram a { background: url("../img/social-instagram-a-bg.png") no-repeat 0 0; }
#social-facebook a { background: url("../img/social-facebook-a-bg.png") no-repeat 0 0; }
#social-pinterest a { background: url("../img/social-pinterest-a-bg.png") no-repeat 0 0; }
#social-tripadvisor a { background: url("../img/social-tripadvisor-a-bg.png") no-repeat 0 0; }

#footer .footer #social li a:hover {
	background-position: 0 -50px;
	}


																					/* ------------ Furniture ---------- */

#furniture {
	border-top: 1px solid #fff;
	font-size: 16px;
	line-height: 26px;
	margin: 0 15px;
	padding-top: 20px;
	width: calc(100% - 30px);
	}

#furniture #copyright {
	float: left;
	}

#furniture #credit {
	float: right;
	}

#furniture #credit a {
	color: #97a5b4;
	text-decoration: none;
	}


																					/* ------------ Subnav ------------ */

#subnav {
	background-color: #f99d1b;
	margin-top: 30px;
	text-align: center;
	width: 100%;
	z-index: 99;
	}

#subnav ul {
	font-size: 0;
	line-height: 0;
	}

#subnav li {
	display: inline;
	}

#subnav li a {
	color: #fff;
	display: inline-block;
    font-family: 'Playfair Display', serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;			
	}

#subnav li a:hover,
#subnav li.menuactive a {
	background-color: #97a5b4;
	}