@charset "UTF-8";
/* CSS Document */

/* Palette

Light green		8bc53e
Dark green		006837
Orange			f78e11

End */

/* Reset */

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
    -webkit-border-radius:0;
    border-radius:0;
}
input[type=submit].button {
	-webkit-appearance: none;
}
img { vertical-align:text-bottom; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End */

/* Links */

a { color:#231f20; text-decoration:none; }
a:hover { text-decoration:underline; }

a.underline { text-decoration:underline; }
a.underline:hover { text-decoration:none; }

footer a { color:#322e2d; }

footer-inner a { color:#a93123; font-size: 1rem; }

h1 a, h2 a, h3 a { color:#a93123; }

div.item .red-text a { color:#a93123; }

div#review a { color:#8bc53e; }

p#contact-details a { color:#231f20; }

p.share a:hover { text-decoration:none; }

p.social-links a { color:#a93123; }


/* End */

/* Buttons */

div.buttons {
	margin:0 0 20px 0;
}

button {
	cursor: pointer;
	display: inline-block;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #898989;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	border-radius:22px;
	border:0;
	outline:0;
	height:40px;
	line-height:40px;
	padding:0 25px;
	background:#d7d7d7;
}

button.btn-disabled {
	background:#e6e6e6;
	color:#d7d7d7;
}

button.btn-green {
	background:#598935;
	color:#f4ecd1;
}

button.btn-icon-only {
	padding:0 20px;
	border-radius:10px;
}

button.btn-margin {
	margin:0 0 3px 0;
}

button.btn-red {
	background:#a93123;
	color:#f4ecd1;
}

button span {
	vertical-align:-3px;
	font-size:150%;
	margin-left:15px;
}

button.btn-icon-only span {
	margin-left:0px;
}

button.btn-icon-left span {
	margin-left:0px;
	margin-right:5px;
}

button.btn-small {
	height:32px;
	line-height:32px;
	padding:0 15px;
	font-size:13px;
}

/* End */

/* Typography */

h1 {
	color:#a93123;
	font-size:24px;
	line-height:24px;
	padding:10px 0 0 0;
	margin:0 0 20px 0;
	font-family:'Adler';
}

h1.hidden {
	display:none;
}

body.homepage h1 { margin:0 0 5px 0; padding:0; }
body.popup h1 {
	font-family:'montserratbold', sans-serif;
	font-size:18px;
	padding:0 0 0 0;
}

h2 {
	color:#0076a3;
	font-size:16px;
	font-family:'montserratbold', sans-serif;
	line-height:24px;
	margin:0 0 15px 0;
	text-transform:uppercase;
}

h3 {
	color:#a93123;
	font-size:18px;
	line-height:24px;
	margin:0 0 20px 0;
}

hr {
	clear:both;
	height:3px;
	width:100%;
	border:none;
	background:url(../images/bg_hr.gif) repeat-x;
	margin:0 0 20px 0;
}

p {
	margin:0 0 24px 0;
	line-height:24px;
}

p#contact-details { font-size:18px; line-height:30px; }

p.social-links span {
	color:#ecb110;
	font-size:300%;
	vertical-align:-13px;
}

footer p {
	line-height:20px;
}

b, strong { font-family: 'montserratbold', sans-serif; }

body.popup h1, body.popup hr, body.popup p { margin-bottom:10px; }

/* End */

/* Layout */

banner {
	width:100%;
	height:270px;
	display:block;
	background:url(../images/banner01.jpg) no-repeat center center;
}

banner.corporate {
	background:url(../images/AIr_Ptnr_pic_2.jpg) no-repeat center center, url(../images/AIr_Ptnr_pic_2_blur.jpg) repeat-x center center;
}

banner.info {
	background:url(../images/sunset-woods2.jpg) no-repeat center bottom;
}

footer {
	display:block;
	width:100%;
	height:180px;
	padding:70px 0 0 0;
	background:url(../images/bg_footer.jpg) repeat-x top center;
	color:#322e2d;
}

footer-inner {
	display:block;
	width:100%;
	max-width:1060px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 30px;
}

header {
	display:block;
	height:120px;
	width:100%;
	position:fixed;
	top:0;
    background:url(../images/bg_header.png) repeat-x;
	z-index:900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header-inner {
	display:block;
	width:100%;
	max-width:1060px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 20px;
}

logo {
	display:block;
	width:200px;
	height:160px;
	background:url(../images/logo.png);
	background-size:200px 160px;
	float:left;
}

logo a {
	display:block;
	width:200px;
	height:160px;
}

slider {
	width:100%;
	height:100vh;
	display:block;
	background:url(../images/slider03.jpg) no-repeat center center;
}

wrapper {
	width:100%;
	max-width:1060px;
	margin:-70px auto 0 auto;
	display:block;
	position:relative;
	line-height:1;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 30px;
	z-index:800;
}

body.homepage wrapper {
	margin-top:-260px;
}

body.routes wrapper {
	margin-top:-85px;
}

div.col1 {
	width:48%;
	float:left;
}

div.col2 {
	width:48%;
	float:right;
}

div.content {
	float:left;
	width:66%;
	padding:0 30px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.sidebar {
	float:right;
	width:33%;
	max-width:294px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top:100px;
}

@media only screen and (max-width: 1000px){

	body.homepage wrapper {
		margin-top:-215px;
	}

	div.content {
		float:none;
		width:100%;
		padding:0 0 0 0;
	}

	div.sidebar {
		display:none;
	}

	slider {
		height:60vh;
	}

}

@media only screen and (max-width: 800px){

	body.homepage wrapper {
		margin-top:0;
	}

	div.col1 {
		float:none;
		width:100%;
	}

	div.col2 {
		display:none;
	}

	body.shop div.col1 {
		width:48%;
		float:left;
	}

	body.shop div.col2 {
		width:48%;
		float:right;
		display:block;
	}

	body.contact div.col2 {
		width:100%;
		float:none;
		display:block;
	}

	body.events div.col2 {
		width:100%;
		float:none;
		display:block;
	}

	header {
		height:60px;
	}

	logo {
		width:100px;
		height:80px;
		background-size:100px 80px;
	}

	logo a {
		width:100px;
		height:80px;
	}

	slider {
		height:40vh;
	}

	header {
		height:60px;
	}

	header-inner {
		padding:0 5px;
	}

	footer {
		height:auto;
		padding:0 0 0 0;
		background:none;
	}

}

@media only screen and (max-width: 600px){

	banner { display:none; }

	body.shop div.col1 {
		width:100%;
		float:none;
	}

	body.shop div.col2 {
		width:100%;
		float:none;
	}

	wrapper {
		margin:80px auto 0 auto;
		padding:0 10px;
	}

}


/* End */

/* Menu */

nav {
	float:right;
	height:30px;
	z-index:900;
	margin:18px 10px 0 0;
}

nav .menu > li {
	list-style: none;
	float:left;
	margin:0 0 0 35px;
}

nav .menu > li > a {
	padding:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	color:#231f20;
	display:block;
	background:none;
	text-decoration:none;
	font-size:16px;
	font-family: 'adler', sans-serif;
}

nav .menu > li > a:hover {
	color:#a93123;
}

nav .menu > li.active a {
	color:#a93123;
}

nav .menu > li#facebook a {
	font-size:24px;
}

nav #toggle, .toggle { display: none; }

@media only screen and (max-width: 1000px){

	nav .menu {
		display: none;
		opacity: 0;
		width: 100%;
		position: absolute;
		top:55px;
		left:0;
		z-index:200;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	nav .menu > li {
		margin:0;
		float:none;
		width:100%;
	}

	nav .menu > li#facebook {
		display:none;
	}

	nav .menu > li > a {
		display:block;
		width:100%;
		height:32px;
		padding:18px 0 0 0;
		text-indent:20px;
		background:#fff;
		color:#231f20;
		border-bottom:1px solid #e6e6e6;
	}

	nav .menu > li:hover, .menu > li > a:hover {
		text-decoration:none;
		background:#fff;
	}

	nav .menu > li.active a {
		border-bottom:1px solid #e6e6e6;
	}

	nav .toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	nav #toggle:checked ~ .menu { display: block; opacity: 1;}

	nav .toggle:after {
		content: 'Show Menu';
		padding:0;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		color:#231f20;
		display:block;
		background:none;
		text-decoration:none;
		font-size:16px;
		font-family: 'adler', sans-serif;
	}

	nav #toggle:checked + .toggle:after{
		content: 'Hide Menu';
	}

}

/* End */

/* General Styles */

body {
	background:url(../images/bg_body.gif) repeat-y center center;
	font-family: 'montserratregular', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#7f7f7f;
}

body.iframe {
	background:none;
	color:#000;
}

div.calendar {
	padding:40px 30px 30px 30px;
	background:#fff;
	border:3px solid #f1f1f1;
	margin:0 0 30px 0;
}

div.cms-content-announcement {
	padding:20px 20px 0 20px;
	border:3px solid #a93123;
	color:#a93123;
	margin:0 0 40px 0;
	clear: both;
}

div.cms-content ul {
	margin:0 0 24px 0;
	line-height:30px;
}

div.cms-content ul li {
	padding:0 0 0 30px;
	background:url(../images/sprocket.gif) no-repeat left center;
	color:#a93123;
}

div.events {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top:1px solid #e9e8e8;
	border-right:1px solid #e9e8e8;
	border-left:1px solid #e9e8e8;
}

div.item {
	padding:0 0 10px 0;
}

div.item hr {
	height:1px;
	background:#e5e5e5;
	overflow:hidden;
}

div.item div.item-left {
	width:30%;
	float:left;
	padding:0 20px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}

div.item div.item-left img {
	width:100%;
	position:relative;
	z-index:100;
}

div.item div.item-left div.cal {
	position:absolute;
	top:0;
	left:20px;
	z-index:200;
	background:url(../images/bg_cal.png) no-repeat;
	text-align:center;
	width:52px;
	height:45px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	color:#fff;
	font-size:12px;
}

div.item div.item-left div.cal span {
	color:#000;
	font-size:24px;
	line-height:22px;
}

div.item div.item-right {
	width:70%;
	float:right;
}

div.item div.item-right h3, div.item div.item-right p {
	margin:0 0 15px 0;
}

div.item-right.sponsor {
	padding-left: 40px;
	box-sizing: border-box;
}

div.item-left.sponsor {
	padding-bottom: 20px !important;
}

div#map {
	clear:both;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	z-index:100;
	background:url(../images/loading.gif) no-repeat center center;
}

div#map-placeholder {
	clear:both;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	z-index:100;
	background:url(../images/loading.gif) no-repeat center center;
	border:3px solid #f4ecd1;
	margin:0 0 30px 0;
}

div#overlay {
	width:760px;
	height:260px;
	background:url(../images/overlay.png) no-repeat;
}

div.routes {
	display:table;
	width:100%;
	margin:0 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.routes a {
	display:table-row;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color:#7f7f7f;
	background:#f4f3f3;
}

div.routes a:hover {
	background:#e4e4e4;
	text-decoration:none;
}

div.routes a.featured, div.routes a.featured:hover {
	color:#fff;
	background:#a93123;
}

div.routes a div {
	display:table-cell;
	border-bottom:1px solid #e9e8e8;
	padding:12px 15px;
	text-align:center;
}

div.routes a div.title { text-align:left; }
div.routes a div.grades { width:27%; }
div.routes a div.distance { width:27%; }
div.routes a div.link { width:10%; font-size:130%; text-align:right; }

div.disclaimer {
	padding:20px 20px 20px 20px;
	border:3px solid #a93123;
	color:#a93123;
	margin:0 0 40px 0;
	clear: both;
	background: #F3ECD0;
    border-style: double;
}

div.disclaimer span {
	display: inline-block;
	font-size: 16px;
	color: black;
	padding-right: 10px;
}

div.disclaimer p {
	display: inline;
	font-size: 16px;
}

@media only screen and (max-width: 600px){

	div.routes a div.title { text-align:left; }
	div.routes a div.grades { width:40%; }
	div.routes a div.distance { display:none; }
	div.routes a div.link { width:10%; font-size:130%; text-align:right; }
	div.disclaimer { margin-top: 80px; }

}

div.routes a.routes-heading {
	font-family:'jenkins';
	font-size:36px;
}

div.routes a.routes-heading div {
	padding:0 15px;
}

div.routes a.routes-heading-1 { background:#fff; color: #000; }
div.routes a.routes-heading-2 { background:#01769f; color: #fff; }
div.routes a.routes-heading-3 { background:#a93123; color: #fff; }
div.routes a.routes-heading-0 { background:#588835; color: #fff; }

div.shop-item {
	width:25%;
	float:left;
	padding:0 10px;
	margin:0 0 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height:20px;
}

div.shop-item a {
	width:100%;
	border:3px solid #e6e6e6;
	padding:15px 15px 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	display:block;
	overflow:hidden;
	color:#a93123;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

div.shop-item a b {
	color:#77583a;
}

div.shop-item a:hover {
	text-decoration:none;
	border:3px solid #cecece;
}

div.shop-item img {
	margin:0 0 3px 0;
}

div.sidebar-content-box {
	padding:40px 30px 30px 30px;
	background:#f1f1f1;
	margin:0 0 30px 0;
}

form input.textfield, form textarea {
	width:100%;
	border:1px solid #d8d8d8;
	padding:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:14px;
	font-weight:normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form input.textfield:focus, form textarea:focus {
	border-color:#598935;
}

form input.textfield-medium {
	max-width:620px;
}

form input.textfield-small {
	max-width:180px;
}

form input.textfield-xsmall {
	max-width:60px;
}

form textarea {
	height:100px;
}

form .rating {
	overflow: hidden;
	display: inline-block;
}

form .rating-input {
	position: absolute;
	left: 0;
	top: -500px;
}
form .rating:hover .rating-star:hover,
form .rating:hover .rating-star:hover ~ .rating-star,
form .rating-input:checked ~ .rating-star {
	background-position: 0 0;
}
form .rating-star,
form .rating:hover .rating-star {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/star.gif) 0 -16px;
	margin:0 0 0 1px;
}

form input#subject, form label#subject-label { display:none; }

iframe {
	width:100%;
}

img#calendar {
	margin-bottom:-18px;
}

img#categories {
	margin-bottom:-20px;
}

img#find-mtb-routes {
	margin:0 0 -20px 0;
	position:relative;
	z-index:200;
}

img#mailing-list {
	margin-bottom:-25px;
}

img.page-heading {
	margin:0 0 30px 0;
}

img.page-image {
	border:3px solid #f4ecd1;
	width:100%;
	max-width:450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 30px 0;
}

img#product-range {
	margin-top:-60px;
}

img#route-guides {
	max-width:480px;
}

share {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding:30px 30px 0 30px;
	color:#a5a5a5;
}

share a.st_facebook_custom { background-image:url(../images/share_icon_facebook.png); }
share a.st_twitter_custom { background-image:url(../images/share_icon_twitter.png); }
share a.st_linkedin_custom { background-image:url(../images/share_icon_linkedin.png); }
share a.st_google_custom { background-image:url(../images/share_icon_google.png); }
share a.st_email_custom { background-image:url(../images/share_icon_email.png); }

share a {
	display:inline-block;
	width:25px;
	height:25px;
	background-size:25px 25px;
	opacity:0.25;
	cursor:pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin:0 0 0 3px;
	vertical-align:-6px;
}

share a:hover {
	text-decoration:none;
	opacity:0.35;
}

span.grade {
	width:15px;
	height:15px;
	display:inline-block;
	border-radius:8px;
	border:0;
	outline:0;
	vertical-align:-2px;
}

span.grade-0 { background:#e9e8e8; }
span.grade-1 { background:#ecdd14; }
span.grade-2 { background:#588835; }
span.grade-3 { background:#01769f; }
span.grade-4 { background:#a93123; }
span.grade-5 { background:#000000; }
span.grade-6 { background:#ecb110; }

span.icon-cart3 { font-size:130%; position:relative; top:-2px; }
span.icon-rss-sign { font-size:140%; vertical-align:-2px; }

span.share-icon {
	font-size:24px;
}

table.booking-summary td {
	color:#006837;
	padding:5px 10px 5px 0px;
}

table.calendar {
	clear:both;
	width:100%;
}

table.calendar td {
	padding:1px;
	margin:0;
	text-align:center;
	vertical-align:middle;
}

table.calendar td a {
	color:#fff;
	display:block;
	text-align:center;
	padding:4px 0 3px 0;
	text-decoration:none;
	background:#598935;
	font-size:13px;
}

table.calendar td span {
	color:#808080;
	display:block;
	text-align:center;
	padding:4px 0 3px 0;
	text-decoration:none;
	font-size:13px;
	background:#f1f1f1;
}

table.calendar tr.monthselect {
	color:#808080;
}

table.calendar tr.monthselect a {
	background:none;
}

table.calendar tr.monthselect a span {
	color:#a93123;
	font-size:150%;
	background:none;
}

table.cart {
	width:100%;
	margin:0 0 20px 0;
	line-height:20px;
}

table.cart td {
	border-bottom:1px solid #e6e6e6;
	padding:8px 12px;
	vertical-align:middle;
}

table.cart td a.button {
	margin:5px 0;
}

table.cart tr.header td {
	background:#ececec;
	border-bottom:0;
}

table.cart tr.footer td {
	border-bottom:0;
}

table.cart div.add-ons {
	margin:0 0 10px 0;
}

table.events-filter {
	width:100%;
	border:3px solid #f4ecd1;
	padding:15px 15px 10px 15px;
	margin:0 0 15px 0;
}

table.events-filter td {
	padding:0 0 5px 0;
}

table.price-list {
	clear:both;
	width:100%;
	margin:0 0 30px 0;
	border-top:3px solid #f1f1f1;
	border-right:2px solid #f1f1f1;
	border-bottom:2px solid #f1f1f1;
	border-left:3px solid #f1f1f1;
}

table.price-list td {
	padding:6px 15px;
	text-align:center;
	border-bottom:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	vertical-align:middle;
	width:33%;
}

table.product-options {
	margin:0 0 30px 0;
	width:100%;
}

table.product-options td {
	border-bottom:1px solid #e6e6e6;
	padding:10px 5px 10px 0px;
}

table.product-options tr.headings td {
	color:#0076a3;
	text-transform:uppercase;
}

table.routes {
	clear:both;
	width:100%;
	margin:0 0 15px 0;
}

table.routes td {
	border-bottom:1px solid #e9e8e8;
	padding:12px 15px;
}

table.routes td.grades { width:27%; }
table.routes td.distance { width:27%; }
table.routes td.link { width:10%; font-size:130%; }

ul#gallery {
	list-style:none;
	margin:0;
	padding:0;
}

ul#gallery li {
	float:left;
	margin:0 20px 20px 0;
}

ul#gallery li.last {
	margin:0 0 20px 0;
}

ul#gallery li a {
	width:129px;
	height:97px;
	padding:3px;
	display:block;
	overflow:hidden;
	background:#e8e8e8;
	text-align:center;
}

ul#gallery li a:hover {
	background:#8bc53e;
}

ul#gallery-small li {
	float:left;
	padding:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:33.3%;
}

ul#gallery-small li img {
	width:100%;
}

ul#mobile-buttons {
	clear:both;
	margin:30px 0 0 0;
	width:100%;
	overflow:hidden;
	background:#598935;
	height:80px;
}

ul#mobile-buttons li {
	float:left;
}

ul#mobile-buttons li a {
	width:100%;
	display:block;
	color:#f4ecd1;
	background:#598935;
	text-align:center;
	padding:25px 5px 20px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right:1px solid #fff;
}

ul#mobile-buttons li.last a {
	border-right:none;
}

ul#mobile-buttons li a span {
	font-size:150%;
}

ul#mobile-buttons li a:hover {
	text-decoration:none;
}

ul#news-nav {
	line-height:30px;
}

ul#news-nav li {
	padding:0 0 0 30px;
	background:url(../images/sprocket2.gif) no-repeat left center;
}

ul#news-nav li a {
	color:#231f20;
}

ul#news-nav li.active a {
	color:#a93123;
}

ul#year-nav {
	line-height:30px;
	padding-top: 20px;
}

ul#year-nav li {
	padding:0 0 0 30px;
	background:url(../images/sprocket3.gif) no-repeat left center;
}

ul#year-nav li a {
	color:#231f20;
}

ul#year-nav li.active a {
	color:#a93123;
}

ul#payment-options {
	margin:0 0 25px 0;
}

ul#payment-options li {
	width:100%;
	border-bottom:4px solid #fff;
}

ul#payment-options li label {
	display:block;
	width:100%;
	padding:15px 20px;
	background:#f3f9eb;
	cursor:pointer;
	line-height:24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul#payment-options li input {
	margin:0 8px 0 0;
}

ul#route-map-options li {
	margin:0 0 15px 0;
	line-height:18px;
}

ul#route-map-options li.last {
	margin:0 0 0 0;
}

ul#route-map-options li a {
	display:block;
	color:#898989;
	text-decoration:none;
	border:2px solid #01769f;
	border-radius:5px;
	background:url(../images/icon_angle_right.png) no-repeat right center #fff;
	padding:10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline:none;
}

ul#route-map-options li a span {
	color:#01769f;
}

ul#route-map-options li a:hover {
	background-color:#e9e8e8;
}

ul.subnav {
	margin:0 0 15px 0;
	width:100%;
	overflow:hidden;
	clear:both;
}

ul.subnav li {
	float:left;
	margin:0 5px 5px 0;
}

ul.subnav li a {
	cursor: pointer;
	display: inline-block;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #a93123;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	border-radius:20px;
	border:0;
	outline:0;
	height:40px;
	line-height:40px;
	padding:0 25px;
	background:#d7d7d7;
}

ul.subnav li a:hover {
	text-decoration:none;
}

ul.subnav li a.active {
	color:#f4ecd1;
	background:#a93123;
}

/* End */

/* Common Selectors */

.align-center { text-align:center; }
.align-right { text-align:right; }
.black-text { color:#231f20; }
.brown-text { color:#77583a; }
.clear { clear:both; }
.cream-text { color:#f4ecd1; }
.float-left { float:left; }
.float-right { float:right; }
.green-text, .formhint { color:#598935; }
.grey-text { color:#a5a5a5; }
.large-text { font-size:24px; }
.medium-text { font-size:18px; }
.mobile-only { display:none; }
.no-margin { margin:0 0 0 0; }
.orange-text { color:#ecb110; }
.blue-text { color:#01769f; }
.purple-text { color:#B200FF; }
.red-text, .formerror { color:#a93123; }
.rrp { color:#898989; text-decoration:line-through; }
.scalable { width:100%; }
.superscript { vertical-align:super; font-size:75%; }
.tablet-only { display:none; }
.uppercase { text-transform:uppercase; }
.white-text { color:white; }
.yellow-text { color:#fdcb00; }


@media only screen and (max-width: 800px){

	div.shop-item {
		width:50%;
	}

	.tablet-hide { display:none; }
	.tablet-only { display:inline; }

}

@media only screen and (max-width: 600px){

	div.shop-item {
		width:100%;
		float:none;
		padding:0 0 0 0;
	}

	.mobile-hide { display:none; }
	.mobile-only { display:inline; }

}

div#cookies {
	background:#000;
	color:#fff;
	text-align:center;
	padding:10px 30px 5px 30px;
	position:fixed;
	bottom:0;
	z-index:9000;
	width:100%;
	font-size:16px;
}
div#cookies a {
	color:#fff;
	text-decoration:underline;
}
div#cookies input.btn {
	outline:none;
	border:none;
	display:inline-block;
	background:#666;
	color:#fff;
	text-decoration:none;
	padding:5px 10px;
	border-radius:5px;
	font-size:14px;
	cursor:pointer;
}

div#cookies p {
	margin:0 0 10px 0;
	padding:0;
}

/* End */

div#quick-book {
	position:fixed;
	bottom:0;
	width:100%;
	z-index:900;
	color:#fff;
	text-align:center
}

div#quick-book-border {
	background:#a93123;
	width:100%;
	height:8px;
	-moz-box-shadow:0px -3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:0px -3px 3px rgba(0,0,0,0.25);
	box-shadow:0px -3px 3px rgba(0,0,0,0.25);
	position:relative;z-index:800
}

div#quick-book-open {
	background:#a93123;
	cursor:pointer;
	width:160px;
	height:40px;
	margin:0 auto;
	text-transform:uppercase;
	padding:8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-moz-box-shadow:0px -3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:0px -3px 3px rgba(0,0,0,0.25);
	box-shadow:0px -3px 3px rgba(0,0,0,0.25);
	position:relative;
	z-index:900
}

div#quick-book div#quick-book-open span {
	margin:0 8px 0 0;
	font-size:24px;
	vertical-align:-4px;
	color:#f4ecd1;
}

div#quick-book div#quick-book-open span.icon-angle-up {
	display:none
}

div#quick-book div#quick-book-open.quick-book-close span.icon-angle-up {
	display:inline
}

div#quick-book div#quick-book-open.quick-book-close span.icon-angle-down {
	display:none
}

div#quick-book #quick-book-panel {
	background:#a93123;
	height:100px;
	padding:18px 0 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center
}

div#quick-book button {
	border-radius: 0;
	border: 1px solid #f4ecd1;
	color: #f4ecd1;
	background: #a93123;
}

div#downloads ul {
    list-style: disc;
    padding-left: 30px;
}

div#downloads li {
	padding-bottom: 5px;
}