/*

The Yeovil Court Hotel and Restaurant - Global Stylesheet
http://www.yeovilhotel.com/
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: bold; }

.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;
	}
	
strong {
	font-weight: 900;
	}
	
.highlight {
	color: #318089;
	font-weight: 900;
	}


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

body {
	background-color: #fff;
	color: #898989;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	padding: 0;
	}
	
	
																					/* ------------ Header ------------ */

#header {
	background-color: #fff;
	width: 100%;
	}
	
#header-inner {
	margin: 0 auto;
	max-width: 1210px;
	padding: 30px 20px;
	}
	
#logo a {
	background: url("../img/logo-a-bg.gif") no-repeat 0 0;
	display: block;
	float: left;
	height: 70px;
	text-indent: -25000px;
	width: 290px;
	}

#google_translate_element {
	float: right;
	margin-top: 23px;
	}
	
#rating {
	float: right;
	margin: 19px 0 0 20px;
	}
	
	
																					/* ------------ Navigation ------------ */

#navigation {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38939b+0,2a6d78+100 */
	background: #38939b; /* Old browsers */
	background: -moz-linear-gradient(top, #38939b 0%, #2a6d78 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #38939b 0%,#2a6d78 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #38939b 0%,#2a6d78 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38939b', endColorstr='#2a6d78',GradientType=0 ); /* IE6-9 */
	text-align: center;
	width: 100%;
	}
	
#navigation-button {
	display: none;
	}

#navigation-button a span {
	background: url("../img/icon-menu.png") no-repeat left center;
	display: inline-block;
	padding: 0 0 0 30px;
	}
		
#navigation ul {
	font-size: 0;
	}
		
#navigation li {
	display: inline-block;
	}
	
#navigation li a {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 18px 20px;
	text-decoration: none;
	}
	
#navigation li a:hover,
#navigation li a.menuactive {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#266369+0,183f45+99 */
	background: #266369; /* Old browsers */
	background: -moz-linear-gradient(top, #266369 0%, #183f45 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #266369 0%,#183f45 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #266369 0%,#183f45 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266369', endColorstr='#183f45',GradientType=0 ); /* IE6-9 */
	}
	
#navigation li:first-child a {
	border-left: 0;
	}
	
#navigation li:last-child a {
	border-right: 0;
	}
	
	
																					/* ------------ Slideshow ------------ */

#slideshow {
	color: #fff;
	position: relative;
	text-align: center;
	}

.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: 100%;
	border: 0;
	}
  	
#slideshow .caption {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	}
	
#slideshow .caption h1 {
	background: url("../img/caption-bg.png") no-repeat bottom center;
	font-size: 50px;
	font-weight: 700;
	line-height: 55px;
	margin: 0 auto 40px auto;
	max-width: 1210px;
	padding: 100px 20px 40px 20px;
	}
	
#slideshow .caption p {
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	margin: auto;
	max-width: 1170px;
	padding: 0 7% 40px 7%;
	}

#slideshow .caption p.button {
	margin: 0 auto 40px auto;
	padding: 0;
	}
		
#slideshow .caption p.button a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	padding: 15px 25px;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s; /* Firefox 4 */
	-webkit-transition: all 0.5s ease-in-out 0s; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out 0s; /* Opera */		
	}
	
#slideshow .caption p.button a:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #318089;
	}
	
#slideshow .caption .slidenav {
	margin: auto;
	max-width: auto;
	padding: 0;	
	text-align: center;
	}

.rslides_tabs {
	display: none;
	line-height: 0;
	position: absolute;
	top: 458px;
	left: 0px;
	text-align: center;
	width: 100%;
	z-index: 70;
	}
	
.rslides_tabs li {
	display: inline-block;
	}
	
.rslides_tabs a {
	background-color: #318089;
	display: block;
	height: 15px;
	margin: 0 5px;
	text-indent: -25000px;
	width: 15px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;	
	}
	
.rslides_tabs .rslides_here a {
	background-color: #fff;
	}
	
#slideshow-shadow-top {
	background: url("../img/slideshow-shadow-top-bg.png") repeat-x top left;
	display: block;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 90;	
	}
	
#slideshow-shadow-bottom {
	background: url("../img/slideshow-shadow-bottom-bg.png") repeat-x top left;
	display: block;
	height: 29px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 90;	
	}
	
	
																					/* ------------ Features ------------ */

#features {
	margin: -495px auto 0 auto;
	max-width: 1210px;
	padding: 0 5px;
	position: relative;
	z-index: 90;
	}
	
#features .feature {
	float: left; 
	padding: 0 15px 30px 15px;
	text-align: center;
	width: 25%;
	}
	
#features .feature-inner {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);	
	}
	
#features .feature img {
	height: auto;
	padding: 10px 10px 0 10px;
	width: 100%;
	}
	
#features .feature h2 {
	color: #318089;
	font-size: 18px;
	font-weight: 900;
	line-height: 23px;
	padding: 20px 0;
	}
	
#features .feature p {
	padding: 0 20px;
	}
	
#features .feature p.button a {
	background: url("../img/feature-button-a-bg.png") no-repeat 0 0;
	display: block;
	height: 44px;
	margin: 20px auto 0 auto;
	padding: 0;
	text-indent: -25000px;
	width: 88px;
	}
	
	
																					/* ------------ Content ------------ */

#content {
	clear: both;
	margin: 0 auto;
	max-width: 1210px;
	padding: 25px 5px 0 5px;
	}
	
#content .copy {
	float: left;
	padding: 0 15px 30px 15px;
	width: 50%;
	}
	
.children #content .copy {
	width: 75%;
	}

#content .copy h1 {
	color: #318089;
	font-size: 25px;
	font-weight: 900;
	line-height: 30px;
	margin-bottom: 10px;
	}
	
#content .copy h2 {
	color: #318089;
	font-size: 20px;
	font-weight: 900;
	line-height: 25px;
	padding: 30px 0 0 0;
	}
	
#content .copy h1 span {
	font-weight: 400;
	}
		
#content .copy p {
	padding-top: 20px;
	}
	
#content .copy ul {
	list-style: disc outside;
	padding: 10px 0 0 35px;
	}
	
#content .copy ul li {
	padding-top: 10px;
	}

#content .copy p a {
	color: #318089;
	text-decoration: underline;
	}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	}
	
	
																					/* ------------ Footer ------------ */

#footer {
	background-color: #318089;
	color: #fff;
	position: relative;
	width: 100%;
	}
	
#footer-shadow-top {
	background: url("../img/footer-shadow-top-bg.png") repeat-x top left;
	display: block;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 90;	
	}
	
#footer-shadow-bottom {
	background: url("../img/footer-shadow-bottom-bg.png") repeat-x top left;
	display: block;
	height: 29px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 90;	
	}
	
#footer-inner {
	margin: 0 auto;
	max-width: 1210px;
	padding: 30px 5px 0 5px;
	}
	
#footer .footer {
	float: left; 
	padding: 0 15px 30px 15px;
	width: 25%;
	}
	
#footer .footer h3 {
	border-bottom: 1px solid #5a99a1;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 23px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	}
	
#footer .footer p {
	padding-bottom: 20px;
	}
	
#footer .footer li {
	margin-bottom: 10px;
	}
	
#footer .footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer .footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#footer .footer label {
	display: block;
	font-weight: 900;
	padding-bottom: 10px;
	}
	
#footer .footer input {
	border: 0;
	color: #898989;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;	
	margin: 0 0 20px 0;
	padding: 12px 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	}

#footer .footer #sign_up_submit_submit {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	margin: 0;
	padding: 15px 25px;
	text-decoration: none;
	width: auto;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s; /* Firefox 4 */
	-webkit-transition: all 0.5s ease-in-out 0s; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out 0s; /* Opera */		
	}
	
#footer .footer #sign_up_submit_submit:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #318089;
	}
		
#footer .footer #google-map-small {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	}
	
#footer .footer #google-map-small iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
	
#footer .footer #social li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#footer .footer #social a {
	background-color: #fff;
	display: block;
	height: 60px;
	margin-right: 10px;
	text-indent: -25000px;
	width: 60px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);	
	}
	
#footer .footer #social #social-twitter a {
	background: url("../img/social-twitter-a-bg.gif") no-repeat 0 0;
	}
	
#footer .footer #social #social-facebook a {
	background: url("../img/social-facebook-a-bg.gif") no-repeat 0 0;
	}
	
	
																					/* ------------ Furniture ------------ */

#furniture {
	font-size: 12px;
	line-height: 17px;
	margin: 0 auto;
	max-width: 1210px;
	padding: 30px 20px;
	}
	
#furniture a {
	color: #898989;
	text-decoration: none;		
	}
	
#furniture a:hover {
	color: #898989;
	text-decoration: underline;		
	}
		
#copyright {
	float: left;
	}
	
#credit {
	float: right;
	}
	
	
																					/* ------------ Breadcrumbs ------------ */

#breadcrumbs {
	margin: 30px auto auto;
	max-width: 1210px;
	padding: 0 20px;
	}
	
#breadcrumbs a {
	color: #318089;
	}
	
#breadcrumbs .crumb {
	padding: 0 1px;
	}
	
#breadcrumbs .current {
	font-weight: 900;
	}
	
	
																					/* ------------ Subnav ------------ */

#subnav {
	float: right;
	padding: 0 15px 30px 15px;
	width: 25%;
	}
	
#subnav ul {
	background: #38939b; /* Old browsers */
	background: -moz-linear-gradient(top, #38939b 0%, #2a6d78 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #38939b 0%,#2a6d78 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #38939b 0%,#2a6d78 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38939b', endColorstr='#2a6d78',GradientType=0 ); /* IE6-9 */
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);		
	}	
	
#subnav ul a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 18px 20px;
	text-decoration: none;	
	text-align: left;
	width: 100%;
	}	
	
#subnav ul a:hover,
#subnav ul a.menuactive {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#266369+0,183f45+99 */
	background: #266369; /* Old browsers */
	background: -moz-linear-gradient(top, #266369 0%, #183f45 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #266369 0%,#183f45 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #266369 0%,#183f45 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266369', endColorstr='#183f45',GradientType=0 ); /* IE6-9 */
	}
	
#subnav ul li:first-child a {
	border-top: none;
	}
	
#subnav ul li:last-child a {
	border-bottom: none;
	}	
	
	
																					/* ------------ Sidebar ------------ */

#sidebar {
	color: #fff;
	float: right;
	padding: 0 15px 30px 15px;
	width: 25%;
	}
	
#sidebar-inner {
	background: #38939b; /* Old browsers */
	background: -moz-linear-gradient(top, #38939b 0%, #2a6d78 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #38939b 0%,#2a6d78 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #38939b 0%,#2a6d78 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38939b', endColorstr='#2a6d78',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	width: 100%;
	}
	
#sidebar h3 {
	border-bottom: 1px solid #5a99a1;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 23px;
	padding-bottom: 15px;
	}
	
#sidebar p {
	padding-top: 20px;
	}
	
#sidebar a {
	color: #fff;
	text-decoration: none;
	}
	
	
																					/* ------------ CTA ------------ */

#cta {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38939b+0,2a6d78+100 */
	background: #38939b; /* Old browsers */
	background: -moz-linear-gradient(top, #38939b 0%, #2a6d78 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #38939b 0%,#2a6d78 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #38939b 0%,#2a6d78 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38939b', endColorstr='#2a6d78',GradientType=0 ); /* IE6-9 */	
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 23px;	
	margin-top: 30px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);		
	}
	
#content .copy #cta p {
	margin: 0;
	padding: 0;
	}
	
#content .copy #cta a {
	color: #fff;
	text-decoration: underline;
	}
	
#content .copy #cta a.tel {
	color: #fff;
	text-decoration: none;
	}
	
	
																					/* ------------ Downloads ------------ */

#content .copy .download-name,
#content .copy .download-type {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38939b+0,2a6d78+100 */
	background: #38939b; /* Old browsers */
	background: -moz-linear-gradient(top, #38939b 0%, #2a6d78 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #38939b 0%,#2a6d78 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #38939b 0%,#2a6d78 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38939b', endColorstr='#2a6d78',GradientType=0 ); /* IE6-9 */
    color: #fff;
	display: inline-block;
	float: left;
    font-size: 14px;
    line-height: 19px;
	margin: 30px 0 0 0;
	padding: 20px;
	}
	
#content .copy .download-name {
	width: 80%;	
	}
	
#content .copy .download-type {
	border-left: 1px solid #fff;
	text-align: center;
	width: 20%;	
	}
	
#content .copy .download {
	background-color: #898989;
	border-top: 1px solid #fff;
	clear: both;
	color: #fff;
	margin: 0;
	padding: 0;
	}
	
#content .copy .download-even {
	background-color: #acacac;
	}
	
#content .copy .download a {
	color: #fff;
	display: inline-block;
	padding: 15px 20px;
	text-decoration: none;
	}
	
#content .copy .download a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#content .copy .download span {
	border-left: 1px solid #fff;
	display: inline-block;
	float: right;
	padding: 15px 20px;
	text-align: center;
	width: 20%;	
	}