@charset "utf-8";
/* CSS Document */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/*Reset End*/
body {
	font-size:14px;
	background-color:#336699;
}
a:link {
	text-decoration:none;
	color:#690;
}
a:visited {
	color:#690;
}
a:active {
	color:#060;
}
a:hover {
	color:#900;
}
h1, h2, h3, h4, h5, h6 {
	padding-top:0em;
	padding-bottom:0.3em;
	font-family:;
	color:#556521;
}
h1 {
	font-size:2.0em;
	line-height:110%;
}
h2 {
	font-size:1.7em;
	line-height:100%;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.1em
}
h6 {
	font-size:1.1em;
}
.h1-italic {
	font-style:italic;
	font-size:1.9em;
}
p {
	padding-top:0.3em;
	padding-bottom:0.3em;
}
b, strong {
	font-weight:bold;
}
#wrapper {
	width:100%;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:hidden;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 0 10px 6px #003366;
	box-shadow: 0 0 10px 6px #003366;
	z-index:-1;
}
header {
	width:100%;
	height:auto;
	overflow:hidden;
}
header #site-title {
	position:relative;
	float:left;
	width:46%;
	height:auto;
	overflow:hidden;
	min-height:250px;
	background-color:#f4d787;
	padding-right: 2%;
	padding-left: 2%;
}
#site-title .site-title-text {
	font-size:5.0em;
	font-family:"Times New Roman", Times, serif;
	color:#003300;
	display:block;
	width:100%;
}
#site-title .site-sub-title-text {
	font-size:2.3em;
	font-family:"Times New Roman", Times, serif;
	color:#003300;
	display:block;
	width:100%;
}
#site-title .site-strapline {
	position:absolute;
	bottom:30%;
	font-size:1.4em;
	font-family:"Times New Roman", Times, serif;
	color:#003300;
	display:block;
	width:100%;
}
.stars {
	position:absolute;
	bottom:45%;
}
#banner {
	float:right;
	width:50%;
	max-height:250px;
}
.f2b-cont {
	width:96%;
	max-width:1024px;
	padding:0 2%;
	background:#f4d787;
}
div.ftb_thin {
	margin:auto;
}
@media (min-width:481px) {
	header {
		position:relative;
	}
	.f2b-cont {
		position:absolute;
		bottom:10px;
		background:none;
	}
	#ftb_widget_1 {
		background:rgba(255,255,255,0.6);
	}
	.ftb_w_arr, .ftb_w_dep {
		
	}
}
nav {
	background:#556521;
}
.nav { /*Class*/
	position:relative;
	height:auto;
	overflow:hidden;
	background:#556521;
}
.nav ul {
	list-style:outside;
	list-style-type:none;
	padding:0;
}
.nav ul li {
	display:block;
	float:left;
	width:100%;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}
.nav ul li a {
	display:block;
	width:100%;
	padding:0.75em 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	font-size:1.2em;
	color:#f4d787;
	border-bottom:dashed 1px #CC9;
}
.nav ul li:hover {
	background:#990;
}
.nav-mobile { /*Mobile menu specific*/
	display:none;
	cursor:pointer;
	position:absolute;
	top:0;
	right:10px;
	height:40px;
	width:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: rgba(0,0,0,0.5);
	background-image: url(images/gfx/nav.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media (min-width:1024px) {
	.nav ul li {
		width:15%;
	}
	.nav ul li:first-child {
		width:10%;
	}
	.nav ul li a {
		font-size:1.1em;
		border-bottom:none;
		border-right:solid 1px #CC9;
	}
	.nav ul li:last-child a {
		border-right:none;
	}
}
#content-container {
	width:96%;
	clear:both;
	height:auto;
	overflow:hidden;
	padding:2%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	color:#333333;
}
#content-container ul {
	list-style:outside;
	margin-left:2.0em;
	list-style-type:disc;
}
#content-left {
	float:left;
	width:50%;
}
#content-right {
	float:right;
	width:50%;
}
#content-full-width { /*this is mobile first*/
	width:100%;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
#content-full-width > div {
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:2%;
	padding-top:1%;
	padding-bottom:1%;
	text-align:center;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
	#CDSWIDCOE.widCOE { /*trip advisor certificate widget*/
		margin:-24px auto !important;
	}
	#CDSWIDEXC { /*trip advisor reviews widget*/
		margin:auto !important;
	}
@media (min-width:640px) {
	#content-full-width > div {
		width:50%;
		min-height:175px;
	}
}
@media (min-width:1024px) {
	#content-full-width > div {
		width:20%;
		border-top:none;
		border-bottom:none;
	}
}
#gallery-container {
	width:100% !important;
	clear:both;
	height:auto;
	overflow:hidden;
	text-align:center;
	background-color:#EEE;
}
#gallery-container div {
	display:block;
	width:19%;
	float:left;
	height:117px;
	overflow:hidden;
	margin:0.5%;
	background-color:#FFF;
}
#gallery-container div img {
	width:100%;
	max-width:175px;
	height:auto;
	display:;
	float:;
	padding-left:0%;
	padding-right:0%;
	padding-top:0px;
	padding-bottom:0px;
}
#gallery-container div .portrait-image {
	max-height:117px;
	width:auto;
	
}
#prices-block {
	display:block;
	width:76%;
	height:auto;
	overflow:hidden;
	padding:2%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFCC;
	border:solid 1px #CC9;
	text-align:center;
}
.price-title {
	font-size:1.6em;
	font-family:"Times New Roman", Times, serif;
	color:#600;
}
.price-sub-title {
	font-style:italic;
	font-size:1.1em;
}
#attraction {
	display:block;
	float:left;
	width:21% !important;
	height:auto;
	min-height:275px;
	margin-bottom:2%;
	padding:1%;
	overflow:hidden;
	text-align:center;
}
#attraction + #attraction {
	margin-right:1.5%;
} 
.first {
	margin-right:1.5%;
}
.clear {
	clear:both;
}
a > #attraction {
	color:#333 !important;
	display:block;
	width:100%;
	height:100%;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
#attraction:hover {
	background-color:#FFC;
}
.para-centre {
	text-align:center;
}
.breakfast-menu-image {
	width:100%;
	height:auto;
	max-width:410px;
}
.image-left {
	float:left;
	padding-right:10px;
}
footer {
	width:100%;
	clear:both;
	height:auto;
	overflow:hidden;
	background-color:#556521;
}
footer a {
	color:#FF9 !important;
	text-decoration:none;
}
footer a:hover {
	color:#333333 !important;
}
footer .footer-links {
	display:block;
	width:98%;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 1%;
	color:#FFFFFF;
}
footer #address {
	float:left;
	width:56%;
	padding:2%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
footer #notes {
	float:right;
	width:36%;
	text-align:right;
	padding:2%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
/* MEDIA QUERIES START HERE - Not mobile first, apart from nav styles*/
@media (min-width: 1px) and (max-width: 1023px) {
	/*mobile specific*/
	nav {
		min-height:40px;
	}
	.nav-list {
		display:none;
	}
	.nav-mobile {
		display:block;
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	} /*end mobile specific*/
}
/* 1 to 768 screens ----------- */
@media only screen 
and (min-width : 1px) 
and (max-width : 768px) {
/* Styles */
#gallery-container div {
	width:24%;
}
}

/* 769 to 1049 screens ----------- */
@media only screen 
and (min-width : 769px)
and (max-width : 1049px) {
/* Styles */
#banner {
	float:right;
	width:50%;
	min-height:250px;
}
#banner img {
	min-height:250px;
}
}

/*Screen up to 640*/
@media only screen 
and (max-width : 640px) {
/*Styles*/
#site-title .site-title-text {
	font-size:4.0em;
	font-family:"Times New Roman", Times, serif;
	color:#003300;
	display:block;
	width:100%;
}
#site-title .site-sub-title-text {
	font-size:1.6em;
	font-family:"Times New Roman", Times, serif;
	color:#003300;
	display:block;
	width:100%;
}
#site-title .site-strapline {
	position:absolute;
	bottom:35%;
	font-size:1.2em;
	font-family:"Times New Roman", Times, serif;
	color:#003300;
	display:block;
	width:100%;
}
.stars {
	position:absolute;
	bottom:50%;
}
#content-left {
	float:left;
	width:100%;
	clear:both;
}
#content-right {
	float:left;
	width:100%;
	clear:both;
}
#gallery-container div {
	width:32%;
}
#attraction {
	display:block;
	float:left;
	width:45% !important;
	height:auto;
	min-height:310px; /*275px*/
	max-height:;
	margin-bottom:2%;
	padding:1%;
	overflow:hidden;
	text-align:center;
}
#attraction + #attraction {
	margin-right:0%; /*1.5%*/
} 
.first {
	margin-right:2%; /*1.5%*/
}
a > #attraction {
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
/*Footer*/
footer .footer-links {
	padding-top: 4%;
}
footer #address {
	float:none;
	width:96%;
	clear:both;
	margin-top:2%;
	text-align:center;
}
footer #notes {
	float:none;
	width:96%;
	clear:both;
	text-align:center;
	border-top:solid 1px #993;
}
}

/* Smart Phones Portrait ----------- */
@media only screen 
and (max-width : 480px) {
/* Styles */
/*Header*/
header #site-title {
	float:none;
	width:96%;
	clear:both;
	min-height:150px;
}
#site-title .site-title-text {
	font-size:4.0em;	
	text-align:center;
}
#site-title .site-sub-title-text {
	text-align:center;
}
#site-title .site-strapline {
	bottom:5%;
	float:left;
	clear:both;
	text-align:center;
	font-size:1.6em;
	font-family:"Times New Roman", Times, serif;
	color:#003300;
}
.stars {
	display:none;
}
#banner {
	float:none;
	width:100%;
	clear:both;
}
/*Content Area*/
#attraction {
	width:97% !important;
	min-height:175px;
}
#attraction + #attraction {
	margin-right:0%;
} 
.first {
	margin-right:0%;
}
#gallery-container div {
	width:49%;
}
}