/* -------------------------------------------------------------- 

   styles.css
   * Core stylesheet file
   
-------------------------------------------------------------- */

/** body **/
html {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #d0c730;
	color: #1a1818;
	font-size:14px;
	padding:0;
	margin:0;
}

/** em **/
em {
	font-style:italic;
	color: #938c23;
}

/** wrapper **/
.wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}

/** header **/
.header {
	position:relative;
	padding-top:35px;
	/* background: url('/assets/images/wrapper.maincolumn.bg.png') center top repeat-y; */
}
	.header-graphic-container {
		position:absolute;
		z-index:1;
		top:0;
		left:0;
		width:960px;
		height:403px;
		background: url('/assets/images/headergraphic.png') left top no-repeat;
	}
	.header-graphic {
	}
	.header-top {
		position:absolute;
		left:0;
		top:0;
		z-index:99;
		background: url('/assets/images/wrapper.top.bg.png') center top no-repeat;
		width:100%;
		height:60px;
	}
	.header .booknow {
		position:absolute;
		z-index:20;
		left:20px;
		top:230px;
	}
		.header .booknow p {
			margin:0;
		}
		.header .booknow a {
			display:block;
			width:105px;
			height:105px;
			background: url('/assets/images/booknow2.png');
		}
			.header .booknow a span {
				display:none;
			}
		.header .booknow a:hover {
			background-position: 0 -105px;
		}
			
	.header .wrapper {
		background: #fff;
		/*
		height:335px;
		*/
	}

/** logo **/
.logo {
	position:absolute;
	z-index:20;
	left:30px;
	top:35px;
}
	.logo h2 {
		margin:0;
		line-height:0;
	}
		.logo h2 a {
			display:block;
			width:450px;
			height:100px;
			background: url('/assets/images/logo.png');
		}
			.logo h2 a span {
				display:none;
			}

/** middle **/
.middle {
	background: url('/assets/images/wrapper.maincolumn.bg.png') center top repeat-y;
	/*
	z-index:1;
	position:relative;
	*/
}
	.middle-inside {
		background: url('/assets/images/wrapper.header.bg.png') center 30px no-repeat;
	}
	.middle .wrapper {
		padding-top:345px;
		background: #fff;
		padding-bottom:20px;
	}

/** footer site map **/
.site-map {
	background: url('/assets/images/wrapper.maincolumn.bg.png') center top repeat-y;
	color: #fff;
	font-size:11px;
}
	.site-map .wrapper {
		background: #b9b209;
		padding:15px 30px;
		width:900px;
	}
	.site-map ul {
		float:left;
		width:175px;
		list-style:none;
		margin:0;
	}
	.site-map li {
	}
	.site-map a {
		color: #fff;
		text-decoration:none;
		font-weight:normal;
	}
	.site-map a:hover {
		text-decoration:underline;
	}

/** middle footer **/
.middle-footer {
	padding-top:0;
}

.middle-footer .wrapper {
	padding:0;
}

/** footer **/
.footer {
	background: url('/assets/images/wrapper.footer.bg.png') center bottom no-repeat;
	padding-bottom:40px;
}
	.footer .wrapper {
		color: #fff;
		background: #96999b;
		font-size:11px;
		padding:8px 0;
	}
	.footer p {
		margin:0;
	}
	.footer a {
		color: #fff;
	}
	.footer .lhs {
		float:left;
		margin-left:28px;
	}
	.footer .rhs {
		float:right;
		margin-right:140px;
	}

/** columns **/
.column {
	float:left;
}
	.left-column {
		width:200px;
		position:relative;
		z-index:10;
	}
	.middle-column {
		width:569px;
	}
	.right-column {
		width:191px;
	}
	.middle-column-and-right {
		width:740px;
	}

/** indented inner content **/
.inner-content {
	margin-right:50px;
}

/** left column contact header **/
.contact-header {
	color: #97999c;
	font-weight:bold;
	font-size:17px;
	margin-bottom:30px;
	margin-left:30px;
}
	.contact-header p {
		margin:0;
		line-height:1em;
	}
	.contact-header a {
		font-weight:bold;
		text-decoration:none;
		font-size:0.67em;
		color: #97999c;
		cursor:pointer;
	}
	.contact-header a:hover {
		color: #b9b209;
	}

.navigation {
	list-style:none;
	margin:0 15px 20px 15px;
	font-size:14px;
	line-height:1em;
}
	.navigation li {
		border-bottom:1px solid #fff;
	}
		.navigation li a {
			display:block;
			background: #d0c730;
			color: #333330;
			padding:7px 20px;
			font-weight:normal;
		}
		.navigation li a:hover,
		.navigation li a.selected {
			background: #333330;
			color: #fff;
			text-decoration:none;
		}
	.navigation li.first > a {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		padding-top:10px;
	}
	.navigation li.last > a {
		border:0;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		padding-bottom:10px;
	}
		.navigation li ul {
			display:none;
			background: #e6e29a;
			margin:0;
			font-size:12px;
			margin-top:1px;
			list-style:none;
		}
			.navigation li ul li {
				border-bottom:1px solid #e6e29a;
			}
				.navigation li ul li a {
					background: #e6e29a;
					color: #333330;
					padding:4px 20px;
				}
		.navigation li.open > a {
			background: #d0c730;
			color: #333330;
		}
			.navigation li.open ul {
				display:block;
			}
		.navigation li a.navitem-surfcam {
			background-image: url('/assets/images/navitem-webcam.png');
			background-position:96% center;
			background-repeat: no-repeat;
		}
		.navigation li a.navitem-tour {
			background-image: url('/assets/images/navitem-tour.png');
			background-position:96% center;
			background-repeat: no-repeat;
		}
		.navigation li a.navitem-holly {
			background-image: url('/assets/images/holly.icon.png');
			background-position:100% top;
			background-repeat: no-repeat;
		}
		
		.navigation li.open > a {
			background: #333330;
			color: #fff;
		}
		.navigation li.last.open a {
			-webkit-border-bottom-right-radius: 0px;
			-webkit-border-bottom-left-radius: 0px;
			-moz-border-radius-bottomright: 0px;
			-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
		}

.first-navigation {
	font-size:16px;
}
	.first-navigation li a {
		background: #333330;
		color: #fff;
	}
	.first-navigation li a:hover,
	.first-navigation li a.selected {
		background: #d0c730;
		color: #333330;
	}


/** circular options **/
.circular-options {
	list-style:none;
	margin:0;
	line-height:12px;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
}
	.circular-options a {
		float:left;
		display:block;
		width:49px;
		height:49px;
		margin-right:5px;
		background: url('/assets/images/circular-option.bg.png') center center no-repeat;
		color: #c4bd30;
		text-decoration:none;
		font-weight:normal;
		font-size:12px;
		text-align:center;
	}
	.circular-options a:hover {
		background: url('/assets/images/circular-option-over.bg.png') center center no-repeat;
		color: #fff;
	}
		.circular-options a span {
			display:block;
			padding:14px 5px 5px 5px;
		}
	a.circular-options-offers {
	}
		a.circular-options-offers span {
			padding-top:17px;
		}
	a.circular-options-tour {
	}
		a.circular-options-tour span {
		}
	a.circular-options-surfcam {
	}
		a.circular-options-surfcam span {
		}

/** trip advisor logo **/
.tripadvisor {
	margin-left:15px;
}
	.tripadvisor p {
		margin-bottom:0;
	}

/** facebook link **/
.facebook-link {
	margin-left:30px; 
	margin-top:60px;
	position:absolute;
	bottom:20px;
	left:0px;
}
	.facebook-link p {
		margin:0;
	}

/** offers side block **/
.offers-block {
	background: #b9b209;
	color: #fff;
	font-size:13px;
	padding:3em 0 1em 0;
}
	.offers-block h4 {
		color: #fff;
		margin:0 8px 8px 8px;
		font-size:18px;
		font-weight:normal;
	}
	.offers-block img {
		/* border-top:1px solid white; */
		margin:10px 0;
		/* width:210px; */
		margin-left:-7px;
	}
	.offers-block p {
		margin:0 8px 8px 8px;
		line-height:1.2em;
	}
	.offers-block a {
		color: #fff;
	}
.offers-block:hover {
	background: #333330;
}

/** join mailing list block **/
.join-mailinglist-block {
	background: #d8d8d6 url('/assets/images/join-mailinglist.bg.png') left bottom no-repeat;
	color: #888;
	font-size:13px;
	border-top:1px solid white;
}
	.join-mailinglist-block p {
		padding:10px;
	}
	.join-mailinglist-block a {
		color: #888;
		text-decoration:none;
		font-weight:normal;
	}
	.join-mailinglist-block img {
		margin:0 5px 15px 0;
		float:left;
	}

/** place page **/
.place {
}
	.place h1 {
		margin-bottom:1.5em;
	}
	.place .no-description {
		text-align:center;
	}
	
/** images zone **/
.images-zone {
	height:275px;
	margin-bottom:35px;
	position:relative;
	margin-top:-10px;
}
	.images-zone .images-zone-overlay {
		position:absolute;
		z-index:20;
		left:0;
		top:0;
		width:742px;
		height:275px;
		background: url('/assets/images/placepage-images.png') left top no-repeat;
	}
	.images-zone .main-image {
		height:275px;
		overflow:hidden;
	}
		.images-zone .main-image img {
			width:558px;
			height:275px;
		}
	.images-zone .thumbnails {
		position:absolute;
		z-index:30;
		right:35px;
		top:20px;
		width:166px;
	}
		.images-zone .thumbnails ul {
			list-style:none;
			margin:0;
		}
		.images-zone .thumbnails a {
			float:left;
			display:block;
			width:77px;
			height:76px;
			overflow:hidden;
			background: #ddd;
			margin-left:5px;
			margin-bottom:5px;
		}

/** content zone **/
.content-zone .left-side {
	float:left;
	width:515px;
}
.content-zone .right-side {
	float:right;
	width:160px;
	margin-right:30px;
	color: #97999c;
	line-height:1.2em;
}
	.content-zone .normal {
		color: #333;
	}
	.content-zone .right-side p {
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.content-zone .right-side em {
		color: #97999c;
		font-size:18px;
		font-style:italic;
		font-family:"Times New Roman", Times, serif;
	}


/** contact form **/
.contact-form {
	margin-bottom:5em;
}

/** form **/
fieldset {
	margin-bottom:2em;
	border-top: 1px solid #ccc;
	padding:10px 3px;
}
.lastfieldset {
	margin-bottom:0;
}

legend {
	color: #b9b309;
	font-size:1.3em;
	font-weight:bold;
	padding:0 0.5em;
	margin-left:1em;
}
label {
	cursor:pointer;
	float:left;
	width:120px;
	text-align:right;
	margin-right:15px;
}
label.longlabel {
	width:320px;
}

.row {
	margin:0.2em 0;
}
.button-row {
	text-align:center;
}

.required {
	font-weight:bold;
}

input,
textarea {
	width: 300px;
	border:1px solid #555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1px;
	color: #333333;
}
input:focus, textarea:focus {
	background-color: #efefef;
	color: #000000;
}
input.checkbox {
	width:auto;
}

.submitbutton {
	border:1px solid #333;
	padding:2px 1em;
	color: #ffffff;
	font-size: 100%;
	background-color: #b9b309;
	cursor:pointer;
}

.reduceme {
	font-size:11px;
}
	.reduceme p {
		margin-bottom:0.3em;
	}

/** tariff table **/
.tarifftable {
	font-size:11px;
	background: #333;
	border:1px solid #666;
	border-width: 0 0 1px 1px;
	margin-right:10px;
	width:90%;
	margin-bottom:2em;
	margin-top:1em;
}
	.tarifftable td,
	.tarifftable th {
		border:1px solid #666;
		border-width:1px 1px 0 0;
	}
	.tarifftable th {
		text-align:center;
		font-weight:bold;
		padding:2px;
		background: #FFFEC2;
	}
	.tarifftable td {
		padding:2px;
		background:#fff;
		text-align:center;
	}
	.tarifftable td.highlight {
		background: #b9ce8d;
	}
	.tarifftable th.highlight {
		background: #ffcc00;
	}
	.tarifftable tr.alt td {
		background: #e0e0e0;
	}
		.tarifftable tr.alt td.highlight {
			background: #b9ce8d;
		}
	.tarifftable th.tablethleft {
		text-align:left;
		padding:5px;
	}
	.tarifftable th.datescell {
		vertical-align:bottom;
		padding-bottom:10px;
	}

/** cross sell contact block **/
.cross-sell-contact-block {
	background: #F9FBEB;
	padding:5px 10px;
	border:1px solid #d9d15f;
	color: #999;
	margin-bottom:1em;
}
	.cross-sell-contact-block p {
		margin:0;
	}
	.cross-sell-contact-block a {
		color: #999;
		font-weight:bold;
	}

/** comparison chart **/
.comparisonchart table {
	font-size:12px;
	width:100%;
	margin-bottom:2em;
	margin-top:1em;
	color: #97999c;
}
	.comparisonchart td,
	.comparisonchart th {
		text-align:left;
		padding:2px;
		background:#fff;
		border-right:1px solid #b9b209;
	}
	.comparisonchart td {
		text-align:center;
		padding:2px 10px;
	}
	.comparisonchart tr.alt th,
	.comparisonchart tr.alt td {
		background: #f4f5f5;
	}
	.comparisonchart thead th {
		text-align:center;
		border:0;
		color: #b9b209;
		font-weight:bold;
		vertical-align:bottom;
		padding:5px 2px;
	}
	.comparisonchart thead th.align-left {
		text-align:left;
		vertical-align:middle;
	}

/** movie container **/
.movieiframe {
	position:absolute;
	z-index:1000;
	margin-top:20px;
	margin-left:22px;
	overflow:hidden;
}
#gwelanmovie {
	position:absolute;
	z-index:1000;
	border:1px solid #b9b209;
}


/** advert blocks **/
.advert-blocks {
	font-size:18px;
	margin-bottom:1em;
	line-height:0;
	font-weight:normal;
}
	.advert-blocks a {
		display:block;
		float:left;
		background: #C6C6C5 url('/assets/images/advertblock.grey.png') center bottom no-repeat;
		color: #fff;
		overflow:hidden;
	}
	.advert-blocks a:hover {
		text-decoration:none;
		background: #C8BD00 url('/assets/images/advertblock.over.png') center bottom no-repeat;
	}
		.advert-blocks a em {
			font-style:normal;
			display:block;
			padding:10px;
			border-top:1px solid white;
			line-height:1.1em;
			color: #fff;
			font-weight:normal;
			height:35px;
		}
		
		.advert-blocks a {
			width:166px;
		}
			.advert-blocks a.block {
				margin-right:10px;
			}
	
.brochure-pdf {
	text-align:center;
	font-size:90%;
	margin-top:25px;
}
	.brochure-pdf p {
		margin:0;
	}

.article {
	border-bottom:1px solid #e0e0e0;
	padding-bottom:0em;
	margin-bottom:1em;
}
	.article p img {
		border:1px solid #ccc;
		padding:2px;
		background: #ccc;
	}
	.article h3 {
		width:530px;
		margin-bottom:0;
	}
	.article h6 {
		margin-bottom:1em;
		color: #999;
		font-size:10px;
	}

.misc-left-content {
	text-align:center;
	font-size:11px;
	padding:10px;
	margin:10px 5px;
	/* border-top:1px solid #eee; */
}

.package-listing {
	padding:10px 0;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
	color: #97999c;
}
	.package-listing p {
		margin-bottom:0.5em;
	}
	.package-listing .image {
		float:left;
		width:165px;
	}
		.package-listing .image img {
			background: #ccc;
			padding:2px;
		}
	.package-listing .info {
		margin-left:175px;
	}
	.package-listing .information-link {
		display:block;
		width:108px;
		height:22px;
		background: url('../images/informationicon.png');
		float:right;
	}
		.package-listing .information-link span {
			display:none;
		}
	.package-listing .daterange {
		font-weight:bold;
		font-size:12px;
	}
	.package-listing .intro {
		font-weight:bold;
		font-size:14px;
	}
	.package-listing h4 {
		font-size:18px;
		margin-bottom:10px;
	}
	.package-listing .partnership-text {
		font-size:11px;
	}
	.package-listing .no-image-placeholder {
		display:block;
		width:100%;
		height:165px;
		background: #ccc;
	}

.package-details {
	margin-bottom:100px;
}
	.package-header {
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px solid #e0e0e0;
	}
		.package-header h1 {
			margin-bottom:5px;
		}
		.package-header h3 {
			margin:0;
			color: #97999c;
			font-size:14px;
			font-weight:bold;
		}
	.package-images {
		line-height:0;
		border-bottom:1px solid #e0e0e0;
		padding-bottom:10px;
		margin-bottom:10px;
	}
		.package-images img {
			padding:2px;
			background: #ccc;
			margin-right:7px;
		}
		.package-images img.last {
			margin-right:0;
		}
	.package-content {
	}
		.package-content img {
			vertical-align:middle;
		}

.reserved-block {
	border:2px solid #B9B209;
	background: #f0f0f0;
	padding:10px;
	text-align:center;
	margin-bottom:1em;
}
	.reserved-block p {
		margin:0;
	}

.feadon-calltoaction {
	position:absolute;
	z-index:20;
	left:140px;
	top:250px;
}
	.feadon-calltoaction a {
		display:block;
		width:70px;
		height:70px;
		background: url('../images/feadon-calltoaction.png') 0 0;
	}
	.feadon-calltoaction a:hover {
		background-position: 0 -70px;
	}
		.feadon-calltoaction a span {
			display:none;
		}



.highlightedNav {
	font-size:1em;
	padding:0px 0;
}
.postHighlightedNav {
	border-top:1px solid #ccc;
	padding:10px 0px 0 0;
	margin-top:10px;
	margin-right:20px;
}

.guidePriceTable {
	border:1px solid #ccc;
	margin-top:20px;
}
	.guidePriceTable th {
		background: #f0f0f0;
		padding:5px;
		font-size:11px;
	}
	.guidePriceTable td {
		padding:3px;
	}



.award-headline {
	background: #96999b;
	color: #fff;
	font-size:14px;
	padding:5px 30px;
	width:900px;
	margin:0 auto;
}



.tabs {
	margin: -20px 0 10px 0;
	font-size:18px;
	position:relative;
	height:85px;
}
	.tabs ul {
		list-style:none;
		margin:0;
	}
		.tabs li {
			float:left;
			margin-right:0px;
		}
			.tabs a {
				display:block;
				text-align:none;
				text-decoration:none;
				color: #bbb;
				padding:15px 25px 10px 25px;
				width:176px;
				background: url('/assets/images/tabs/tab.bg.png') left top no-repeat;
				position:absolute;
				z-index:10;
			}
				.tabs a span {
				}
			.tabs a.tab2 {
				left:220px;
			}
			.tabs a.tab3 {
				left:440px;
			}
			.tabs a:hover {
				color: #777;
			}
			.tabs a.selected {
				z-index:12;
				color: #938c23;
			}
	.tabs-bottomline {
		background: url('/assets/images/tabs/bottomline.png') left bottom no-repeat;
		height:43px;
		width:762px;
		position:absolute;
		z-index:11;
		left:-12px;
		bottom:0;
	}
	
.tabs-content {
}
	.tabs-item {
		display:none;
	}
		.tabs-item .normal-content {
			padding-left:25px;
			padding-right:25px;
		}
			.tabs-item .normal-content h2 {
				font-size:1.5em;
			}

.accommodation-page .tarifftable th.tablethleft {
	width:40%;
}

h1.place_name {
	margin-bottom:0;
}
h2.place_displayname {
	font-weight:normal; 
	font-size:18px; 
	margin-bottom:23px;
}


.accommodation-page .tarifftable td,
.accommodation-page .tarifftable th {
	opacity:0.5;
}

.accommodation-page .tarifftable td.highlighted-cell,
.accommodation-page .tarifftable th.highlighted-cell {
	opacity:1;
}
.accommodation-page .tarifftable th.tablethleft {
	opacity:1;
}




.images-zone-v2 {
	background: #333330;
	height:342px;
	overflow:hidden;
	margin-bottom:35px;
	margin-top:-10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
	.images-zone-v2 .main-image {
		float:left;
		width:514px;
		height:342px;
		overflow:hidden;
		position:relative;
	}
	.images-zone-v2 .side-area {
		float:right;
		width:205px;
		padding:15px 10px;
		text-align:center;
		font-size:18px;
		color: #d0c730;
		z-index:2;
	}
		.images-zone-v2 .side-area p {
			margin:0;
		}
		.images-zone-v2 .side-area strong {
			color: #fff;
			font-size:24px;
		}
		.images-zone-v2 .side-area ul {
			list-style:none;
			margin:0;
		}

	.images-zone-v2.zone-white {
		background: #fff url('/assets/images/zone-white-bg.png') right top no-repeat;
	}
		.images-zone-v2.zone-white .side-area {
			padding-top:40px;
			color: #919296;
			font-size:12px;
			text-align:left;
			padding-left:20px;
			width:195px;
		}
			.images-zone-v2.zone-white .side-area p {
				width:150px;
			}
			.images-zone-v2.zone-white .side-area img {
				margin:0 auto;
				margin-bottom:20px;
			}




.slideshow {
	line-height:0;
}
	.slideshow img {
		position:absolute;
		left:0;
		top:0;
		z-index:3;
		display:none;
	}
	.slideshow img.active {
		z-index:5;
		display:block;
	}
	.slideshow img.last-active {
		z-index:4;
	}





.bikes {
	border:2px solid #7c7c7a;
	background: #fff;
	padding:10px;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	width:715px;
}
	.bikes h3 {
		font-size:24px;
		color: #938c23;
		font-weight:bold;
	}
	.bikes .bike-click-block {
		position:absolute;
		right:0;
		top:0;
		padding:5px 10px;
		background: #eee;
		color: #7c7c7a;
		font-size:14px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
	}
	.bikes .float-left {
		float:left;
	}
	.bikes .float-right {
		float:right;
	}
	.bikes .bike-image {
		height:260px;
	}
	.bikes .bike-info {
		padding:10px 50px;
		display:none;
		width:250px;
	}
		.bikes .bike-info p {
			margin:0;
			color: #938c23;
		}
			.bikes .bike-info p strong {
				color: #000;
				font-weight:bold;
			}

.advanced-hire {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	background: #d0c730;
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}





.routes {
	margin-bottom:20px;
}

.route-container {
	margin-bottom:5px;
}
	.route-container h3 {
		font-size:18px;
		margin:0;
	}
		.route-container h3 a {
			color: #fff;
			display:block;
			background: #333330;
			padding:5px 20px;
		}
		.route-container h3 a strong {
			color: #d0c730;
		}
			.route-container h3 a:hover {
				text-decoration:none;
			}
		.route-container h3 a.cycling-route-open {
			background-image: url('/assets/images/cycling/icon-close.png');
			background-position: 99% center;
			background-repeat: no-repeat;
		}
	.route-container .route-info {
		padding:10px 20px;
		background: #f1eec0;
		display:none;
		color: #333330;
		font-size:14px;
	}
		.route-container .route-info hr {
			border: 1px dashed #d0c730;
			border-top:0;
		}
	.route-itemised-info p {
		margin:0;
	}
	.pickup-row {
		font-size:20px;
		font-weight:bold;
	}
		.pickup-row img {
			vertical-align:middle;
		}

.route-gallery {
	line-height:0;
}
	.route-gallery ul {
		list-style:none;
		margin:0;
	}
		.route-gallery li {
			float:left;
		}
			.route-gallery img {
				border:2px solid #fff;
				margin:10px;
			}





.press-frame {
	background: #333330;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px 10px;
	margin-bottom:15px;
	position:relative;
}
	.press-frame-top {
		height:455px;
		width:100%;
		margin-bottom:10px;
		position:relative;
	}
		.press-frame-top-image-container {
			margin:0;
			width:735px;
			height:455px;
			text-align:center;
			overflow:hidden;
			position:relative;
		}
			.press-frame-top-image-container ul {
				position:absolute;
				list-style:none;
				margin:0;
				left:0;
				top:0;
			}
				.press-frame-top-image-container li {
					float:left;
					width:735px;
					text-align:center;
					overflow:hidden;
				}
		.press-frame-top-arrow {
			position:absolute;
			z-index:10;
			top:40%;
			background-repeat: no-repeat;
			background-position:0 0;
			display:block;
			width:57px;
			height:57px;
		}
		.press-frame-top-arrow.arrow-left {
			left:0;
			background-image: url('/assets/images/press-media/arrow-left.png');
		}
		.press-frame-top-arrow.arrow-right {
			right:0;
			background-image: url('/assets/images/press-media/arrow-right.png');
		}
			.press-frame-top-arrow span {
				display:none;
			}
		.press-frame-top-arrow:hover {
			
		}
		
	.press-frame-bottom {
		height:186px;
		background: url('/assets/images/press-media/quotemarks.png') center center no-repeat;
	}
		.press-frame-bottom-content {
			margin:0 auto;
			width:500px;
			height:185px;
			overflow:hidden;
			color: #d0c730;
			font-size:20px;
			line-height:1.2em;
		}
			.press-frame-bottom-content h2 {
				color: #fff;
				font-size:24px;
				margin-bottom:10px;
			}
	
.press-thumbnails {
	height:101px;
	overflow:hidden;
	margin: 0 0 20px 0;
	position:relative;
	line-height:0;
}
	.press-thumbnails-inner {
		width:640px;
		height:101px;
		margin:0 auto;
		position:relative;
		overflow:hidden;
	}
	.press-thumbnails ul {
		list-style:none;
		margin:0;
		position:absolute;
		left:0;
		top:0;
		z-index:10;
	}
		.press-thumbnails li {
			float:left;
			margin:0 3px;
		}
			.press-thumbnails li a {
				border:2px solid white;
				display:block;
			}
			.press-thumbnails li a:hover {
				border:2px solid #333330;
			}
			.press-thumbnails li a.selected {
				border:2px solid #333330;
			}
		.press-frame-thumb-arrow {
			position:absolute;
			z-index:10;
			top:30%;
			background-repeat: no-repeat;
			background-position:0 0;
			display:block;
			width:40px;
			height:40px;
		}
		.press-frame-thumb-arrow.arrow-left {
			left:0;
			background-image: url('/assets/images/press-media/small-arrow-left.png');
		}
		.press-frame-thumb-arrow.arrow-right {
			right:0;
			background-image: url('/assets/images/press-media/small-arrow-right.png');
		}
			.press-frame-thumb-arrow span {
				display:none;
			}
		.press-frame-thumb-arrow:hover {
			
		}

#farm-link {
	margin:auto;
	box-shadow: 0 0 10px #999;
	border-radius: 5px;
	padding-top: 15px;
}

#farm-link a img {
	margin: auto;
	padding-left: 14px;
}

#farm-link a div {
	text-align: center;
	font-size: 14px;
	margin: auto;
	padding-top:10px;
	padding-bottom:15px;
}

#farm-link a:hover
{
	text-decoration: none;
	color: #e3d600;
}


.kids-eat-free {
	position:absolute;
	z-index:99999;
	bottom:20px;
	left:20px;
	width:122px;
	height:122px;
	display:block;
	background: url('/assets/images/badges/kids_eat_free.png');
}
	.kids-eat-free:hover {
		background: url('/assets/images/badges/kids_eat_free_hover.png');
	}


