/*
Theme Name: Kent Life
Theme URI:
Description:
Version:
Author:
Author URI:
License:
License URI:
*/

/* Reset Styles */

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, 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; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
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: "" ""; }
div, nav, header, footer, aside { display: block; }


/* General Structure */

body {
	background: #f6f6f1;
	text-align: center;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #383838;
}

	#site-wrapper {
		background: #f6f6f1;
		position: relative;
		transition: right .6s ease-in-out;
		-moz-transition: right .6s ease-in-out;
		-webkit-transition: right .6s ease-in-out;
		z-index: 1;
		right: 0px;
	}
	body.mobile-nav-active { overflow: hidden; }
	body.mobile-nav-active #site-wrapper {
		right: 240px;
		overflow: hidden;
	}
	#mobile-nav { display: none; }

	.container {
		display: block;
		margin: auto;
		text-align: left;
		width: 1634px;
		position: relative;
	}

	a {
		color: #b4c835;
		text-decoration: none;
		transition: color,background .25s ease-in-out;
		-moz-transition: color,background .25s ease-in-out;
		-webkit-transition: color,background .25s ease-in-out;
	}
	a:hover { color: #0d704a; }

	.clearfix { display: block; clear: both; }

	input,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.button {
		background: #ee6925;
		line-height: 28px;
		height: 50px;
		padding: 10px 40px;
		color: #FFF;
		font-size: 18px;
		font-family: "Roboto Slab";
		text-transform: uppercase;
		display: inline-block;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		cursor: pointer;
		border: none;
		border-bottom: 2px solid #a2681a;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		position: relative;
	}
	.button-alt {
		background-color: #b4c835;
		border-color: #707c1e;
	}
	.button:hover {
		background: #0d704a;
		border-color: #0d4731;
		color: #FFF;
	}
	.button-alt:hover {
	    background: #ee6925;
	    border-color: #a2681a;
	}


	/* Header */

	#site-header {
		position: relative;
		z-index: 100;
	}
		#site-header .container {
			width: auto;
		}
		#site-header .logo {
			display: block;
			float: left;
			margin: 25px 35px 22px 38px;
		}
			#site-header .logo img { display: block; }
		#site-header nav {
			float: left;
			padding: 46px 0 0 0;
		}
			#site-header nav li {
				float: left;
				display: block;
				position: relative;
				margin: 0 30px 0 0;
			}
				#site-header nav li a {
					display: block;
					position: relative;
					line-height: 50px;
					font-size: 18px;
					text-transform: uppercase;
					color: #383838;
					padding: 0 5px 2px 5px;
					font-family: "Roboto Slab";
				}
					#site-header nav li a:before {
						position: absolute;
						top: 0px;
						left: 0px;
						width: 100%;
						height: 2px;
						background: url(./images/nav-dotted-line.png) repeat-x center top;
						content: '';
						display: block;
					}
					#site-header nav li a:after {
						position: absolute;
						bottom: 0px;
						left: 0px;
						width: 100%;
						height: 2px;
						background: url(./images/nav-dotted-line.png) repeat-x center top;
						content: '';
						display: block;
					}
				#site-header nav li a:hover,
				#site-header nav li a.dropdown-active {
					color: #0d704a;
				}
				#site-header nav li ul {
					position: absolute;
					top: 50px;
					width: 260px;
					left: -15px;
					padding: 42px 0 0 0;
					display: none;
				}
				#site-header nav li ul:before {
					position: absolute;
				    width: 100%;
				    height: 10px;
				    top: 32px;
				    left: 0px;
				    content: '';
				    display: block;
				    z-index: 201;
				    box-shadow: 0 0 15px rgba(0,0,0,0.3);
				}
				#site-header nav li ul:after {
					position: absolute;
				    width: 100%;
				    padding: 0 20px;
				    height: 20px;
				    top: 22px;
				    left: -20px;
				    content: '';
				    display: block;
				    z-index: 202;
				    background: #f6f6f1;
				}
					#site-header nav li ul li {
						float: none;
						margin: 0px;
						background: #f6f6f1;
					}
					/*#site-header nav li ul li:first-child {
						background: url(./images/nav-dotted-line.png) repeat-x center top #f6f6f1;
					}*/
					#site-header nav li ul li a {
						float: none;
						background: url(./images/nav-dotted-line.png) repeat-x center bottom;
						padding: 20px;
						line-height: 20px;
					}
					#site-header nav li ul li:last-child a { background-image: none; }
					#site-header nav li ul li a:hover { background-color: rgba(0,0,0,0.02); }
					#site-header nav li ul li a:before,
					#site-header nav li ul li a:after { display: none; }
					#site-header nav li ul ul {
						top: 0px;
						padding: 0px;
						left: 260px;
					}
					#site-header nav li ul ul:before,
					#site-header nav li ul ul:after { display: none; }
		#site-header .header-right {
			float: right;
		}
			#site-header .header-right .button-park-map {
				margin: 46px 52px 0 0;
				padding-right: 65px;
				padding-left: 18px;
				float: left;
				display: none;
			}
				#site-header .header-right .button-park-map:before {
					position: absolute;
					top: -11px;
					right: 7px;
					width: 51px;
					height: 51px;
					background: url(./images/button-map-icon.png) no-repeat;
					content: '';
					display: block;
				}
			#site-header .header-right .button-buy-tickets {
				padding: 85px 0 0 0;
				height: 138px;
				width: 255px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				position: relative;
				background: #b4c835;
				font-size: 24px;
				font-family: "Roboto Slab";
				text-transform: uppercase;
				color: #FFF;
				display: block;
				float: left;
				border: none;
				border-radius: 0px;
				-moz-border-radius: 0px;
				-webkit-border-radius: 0px;
				text-align: center;
			}
			#site-header .header-right .button-buy-tickets:hover { background: #ee6925; color: #FFF; }
				#site-header .header-right .button-buy-tickets:before {
					position: absolute;
					top: 33px;
					left: 50%;
					width: 63px;
					height: 43px;
					background: url(./images/button-ticket-icon.png) no-repeat;
					content: '';
					display: block;
					margin: 0 0 0 -31px;
				}
			#site-header .header-right .button-toggle-mobile-nav { display: none; }


	/* Page Banner */

	#page-banner {
		background: #272727;
		position: relative;
		height: 900px;
	}
		#page-banner .page-banner-flags {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 119px;
			background: url(./images/page-banner-flags.png) repeat-x center top;
			z-index: 10;
		}
		#page-banner .page-banner-bottom {
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 35px;
			background: url(./images/page-banner-bottom.png) no-repeat center top;
			z-index: 10;
		}
			#page-banner .page-title {
				position: relative;
			}
				#page-banner .page-title .container {
					height: 900px;
					text-align: center;
				}
				#page-banner .page-title h1 {
					font-size: 146px;
					font-weight: bold;
					color: #FFF;
					text-transform: uppercase;
					line-height: 160px;
					transform: translateY(-50%);
					-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					position: relative;
					top: 50%;
					font-family: "Open Sans Condensed";
					font-weight: 700;
				}
			#page-banner .slide {
				background: none no-repeat center center;
				background-size: cover;
			}
				#page-banner .slide .container { height: 900px; max-width: 1172px; }
					.banner-content {
						position: relative;
						text-align: center;
						transform: translateY(-50%);
						-webkit-transform: translateY(-50%);
						-ms-transform: translateY(-50%);
						position: relative;
						top: 50%;
					}
						.banner-content h1 {
							font-size: 146px;
							font-weight: bold;
							color: #FFF;
							text-transform: uppercase;
							line-height: 160px;
							font-family: "Open Sans Condensed";
							font-weight: 700;
							text-shadow: 0 0 27px rgba(0,0,0,0.35);
						}
						.banner-content p {
							margin: 0 0 70px 0;
							font-size: 22px;
							line-height: 31px;
							font-weight: 500;
							color: #FFF;
						}
							.banner-content img {
								margin: 0 auto -20px auto;
								max-width: 60%;
								height: auto;
							}
						.banner-content .button {
							border-color: rgba(0,0,0,0.7);
						}
			#page-banner .slick-arrow {
				position: absolute;
				top: 50%;
				left: 70px;
				width: 29px;
				height: 47px;
				background: url(./images/arrow-left.png) no-repeat transparent;
				margin-top: -24px;
				display: block;
				border: none;
				z-index: 20;
				text-indent: -9999px;
				transition: opacity .25s ease-in-out;
				-moz-transition: opacity .25s ease-in-out;
				-webkit-transition: opacity .25s ease-in-out;
				cursor: pointer;
			}
			#page-banner .slick-arrow:hover { opacity: 0.8; }
			#page-banner .slick-next {
				left: auto;
				right: 70px;
				background: url(./images/arrow-right.png) no-repeat transparent;
			}

			#page-banner .slick-dots {
				position: absolute;
				bottom: 100px;
				width: 100%;
				text-align: center;
				left: 0px;
				z-index: 100;
				padding: 50px 0 0 0;
			}
			/*body.home #page-banner .slick-dots { top: 100%; bottom: auto; opacity: 0; }*/
				#page-banner .slick-dots li {
					display: inline-block;
					margin: 0 4px;
					opacity: 0.2;
					transition: opacity .25s ease-in-out;
					-moz-transition: opacity .25s ease-in-out;
					-webkit-transition: opacity .25s ease-in-out;
				}
				#page-banner .slick-dots li.slick-active {
					opacity: 1;
				}
					#page-banner .slick-dots li button {
						text-indent: -9999px;
						width: 15px;
						height: 15px;
						border-radius: 8px;
						-moz-border-radius: 8px;
						-webkit-border-radius: 8px;
						padding: 0px;
						margin: 0px;
						-webkit-appearance: none;
						-moz-appearance: none;
						appearance: none;
						border: none;
						background: #FFF;
						cursor: pointer;
					}

	#page-banner.page-banner-small,
	#page-banner.page-banner-small .page-title .container,
	#page-banner.page-banner-small .slide .container { height: 500px; }
	body.single-event #page-banner.page-banner-small .page-title h1 { font-size: 55px; line-height: 96px; text-align: left; }


	/* Main */

	#breadcrumb {
		padding: 25px 0 30px 0;
	}
	body.home #breadcrumb { display: none; }
		#breadcrumb p {
			line-height: 28px;
			font-size: 18px;
			color: #a9a2a2;
			padding: 0 0 0 45px;
			position: relative;
		}
			#breadcrumb p a {
				color: #b4c835;
				margin: 0 10px;
			}
			#breadcrumb p span span { margin: 0 10px; }
			#breadcrumb p a:hover { color: #333; }
			#breadcrumb p a.breadcrumb-home:first-child {
				width: 28px;
				height: 28px;
				background: url(./images/breadcrumb-home-icon.png) no-repeat;
				display: block;
				position: absolute;
				top: 0px;
				left: 0px;
				margin: 0px;
				text-indent: -9999px;
			}
			#breadcrumb p a.breadcrumb-home:hover {
				background-position: left -50px;
			}

	.main-content {
		padding: 0 0 85px 0;
	}
		.main-content .content-left {
			float: left;
			width: 64%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			padding: 0 38px 0 0;
		}
			.main-content h1 {
				font-size: 30px;
				line-height: 34px;
				color: #0d704a;
				font-family: "Roboto Slab";
				margin: 0 0 20px 0;
			}
			.main-content h2 {
				font-size: 24px;
				line-height: 30px;
				color: #0d704a;
				font-family: "Roboto Slab";
				margin: 0 0 20px 0;
			}
			.main-content h3 {
				font-size: 22px;
				font-weight: 600;
				line-height: 31px;
				margin: 0 0 20px 0;
			}
				.main-content h3 a { text-decoration: underline; }
			.main-content h4 {
				font-size: 18px;
				line-height: 23px;
				margin: 0 0 20px 0;
			}
			.main-content strong { font-weight: bold; }
			.main-content p {
				font-size: 14px;
				line-height: 23px;
				margin: 0 0 23px 0;
			}
			.main-content ul {
				font-size: 14px;
				line-height: 23px;
				margin: 0 0 23px 30px;
				list-style: disc outside;
			}
			.main-content .alignleft {
				float: left;
				display: block;
				margin: 0 50px 50px 0;
			}
			.main-content .alignright {
				float: right;
				display: block;
				margin: 0 0 50px 50px;
			}
			.main-content .aligncenter {
				float: none;
				display: block;
				margin: 0 auto 50px auto;
			}
			.main-content img { max-width: 100%; height: auto; }
			.main-content table {
				width: 100%;
				margin: 0 0 20px 0;
			}
				.main-content table tbody tr:nth-child(odd) { background: #efefe8; }
				.main-content table thead tr { background: transparent; }
				.main-content table th,
				.main-content table td {
					padding: 10px 20px;
					font-size: 22px;
					line-height: 40px;
					color: #6d6d6d;
					vertical-align: middle;
				}
				.main-content table td strong {
					color: #383838;
					font-weight: 600;
				}
				.main-content table td small { padding: 0 0 0 20px; font-size: 14px; }
			.main-content .blank-space {
				height: 50px;
				clear: both;
			}
			.main-content .divider {
				height: 100px;
				margin: 0 0 20px 0;
				background: url(./images/nav-dotted-line.png) repeat-x center center;
			}

			.main-content .video-holder {
				position: relative;
				padding-bottom: 56.25%; /* 16:9 */
				height: 0;
				margin: 0 0 20px 0;
			}
				.main-content .video-holder iframe {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
				}

			.main-content .content-left .button-tickets {
				display: block;
				width: 100%;
				margin: 0 0 20px 0;
				text-align: center;
				font-size: 30px;
				height: 73px;
				line-height: 33px;
				padding: 20px 20px;
				position: relative;
				background-color: #b4c835;
				border-color: #707c1e;
				max-width: 550px;
			}
			.main-content .content-left .button-tickets:hover {
			    background: #ee6925;
			    border-color: #a2681a;
			}
				.main-content .content-left .button-tickets:before {
					position: absolute;
					width: 85px;
					height: 57px;
					left: 29px;
					top: 6px;
					display: block;
					position: absolute;
					content: '';
					background: url(./images/button-ticket-icon-large.png) no-repeat left top;
				}

			.columns {
				margin: 0 -18px;
			}
				.columns .half-column {
					padding: 0 18px;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					float: left;
					width: 50%;
				}

				.form-box {
					background: #efefe8;
					padding: 32px 32px 22px 32px;
				}
				.main-content .form-box h2 {
					color: #383838;
					font-family: "Open Sans";
					font-weight: bold;
				}
				.main-content .form-box h5 {
					font-size: 18px;
					font-weight: bold;
					padding: 10px 0 0 0;
					margin: 0 0 10px 0;
				}
					.main-content .form-box h5 a { text-decoration: underline; }
				.main-content .form-row {
					position: relative;
					margin: 0 0 16px 0;
				}
					.main-content .form-row input[type="text"],
					.main-content .form-row input[type="email"],
					.main-content .form-row input[type="password"],
					.main-content .form-row input[type="tel"],
					.main-content .form-row input[type="number"],
					.main-content .form-row textarea {
						width: 100%;
						background: #FFF;
						border: 1px solid #d8d8d4;
						height: 63px;
						padding: 20px 25px;
						font-size: 22px;
						line-height: 33px;
					}
				.main-content .form-row-error {
					padding-top: 10px;
				}
					.main-content .form-row-error span.form-error {
						display: block;
						font-size: 14px;
						margin: 0 0 10px 0;
						color: #ec3371;
						line-height: 18px;
					}
					.main-content .form-row-error input[type="text"],
					.main-content .form-row-error input[type="email"],
					.main-content .form-row-error input[type="password"],
					.main-content .form-row-error input[type="tel"],
					.main-content .form-row-error input[type="number"],
					.main-content .form-row-error textarea {
						border-color: #ec276c;
						background: #f1c9d3;
					}
				.main-content .form-row .button {
					width: 100%;
					background: #b4c835;
					border-color: #6d791d;
				}
				.main-content .form-row .button:hover {
					background: #8b9a28;
				}
				.main-content .form-row .select-field {
					width: 100%;
					background: url(./images/select-field.png) no-repeat right center #FFF;
					border: 1px solid #d8d8d4;
					height: 63px;
					position: relative;
				    overflow: hidden;
				}
					.main-content .form-row .select-field select {
						position: absolute;
						top: 0px;
						left: 0px;
					    width: 100%;
						height: 63px;
						border: none;
						background: none transparent;
						padding: 10px 50px 10px 25px;
						font-size: 15px;
						color: #565b5f;
						display: block;
						border: none;
						-webkit-appearance: none;
						-moz-appearance: none;
						appearance: none;
						box-sizing: border-box;
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						font-family: "Open Sans";
						font-size: 22px;
					}

		.main-content .content-right {
			float: right;
			width: 36%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			padding: 0 0 0 38px;
		}
			.list-links {
				list-style: none!important;
				margin: 0 0 50px 0!important;
				padding: 2px 0 0 0;
				background: url(./images/nav-dotted-line.png) repeat-x center top;
			}
				.list-links li {
					padding: 0 0 2px 0;
					background: url(./images/nav-dotted-line.png) repeat-x center bottom;
					display: block;
				}
					.list-links li a {
						display: block;
						padding: 38px 40px 40px 140px;
						position: relative;
						background: none no-repeat 38px center;
					}
					.list-links li a.list-link-basket {
						background: url(./images/list-link-icon-basket.png) no-repeat 42px center;
					}
					.list-links li a.list-link-login {
						background: url(./images/list-link-icon-login.png) no-repeat 38px center;
					}
					.list-links li a.list-link-explore {
						background: url(./images/list-link-icon-explore.png) no-repeat 38px center;
					}
					.list-links li a.list-link-plan {
						background: url(./images/list-link-icon-plan.png) no-repeat 38px center;
					}
					.list-links li a.list-link-events {
						background: url(./images/list-link-icon-events.png) no-repeat 38px center;
					}
					.list-links li a.list-link-about {
						background: url(./images/list-link-icon-about.png) no-repeat 38px center;
					}
						.list-links li a span.link-heading {
							display: block;
							font-size: 30px;
							line-height: 35px;
							text-transform: uppercase;
							color: #0d704a;
							font-family: "Roboto Slab";
							margin: 0 0 8px 0;
						}
						.list-links li a span.link-sub {
							display: block;
							font-size: 14px;
							line-height: 19px;
							color: #383838;
						}
						.list-links li a span.link-count {
							position: absolute;
							top: 40px;
							right: 40px;
							font-size: 30px;
							color: #c0c0bb;
							font-family: "Roboto Slab";
						}
						.list-links li a:hover span.link-heading,
						.list-links li a:hover span.link-sub { color: #333; }
			.side-buttons {
			}
				.side-buttons a {
					display: block;
					width: 100%;
					margin: 0 0 20px 0;
					text-align: center;
					font-size: 30px;
					height: 73px;
					line-height: 33px;
					padding: 20px 20px;
					position: relative;
				}
				.side-buttons .button-tickets {
					background-color: #b4c835;
					border-color: #707c1e;
				}
				.side-buttons .button-tickets:hover {
				    background: #ee6925;
				    border-color: #a2681a;
				}
					.side-buttons .button-map:before {
						position: absolute;
						width: 51px;
						height: 51px;
						left: 42px;
						top: 7px;
						display: block;
						position: absolute;
						content: '';
						background: url(./images/button-map-icon.png) no-repeat left top;
					}
					.side-buttons .button-tickets:before {
						position: absolute;
						width: 85px;
						height: 57px;
						left: 29px;
						top: 6px;
						display: block;
						position: absolute;
						content: '';
						background: url(./images/button-ticket-icon-large.png) no-repeat left top;
					}


	/* Basket */

	#basket table.basket-table { margin-bottom: 50px; }
	/*table.table-alt tr:nth-child(odd) { background: transparent; }
	table.table-alt tr:nth-child(even) { background: #efefe8; }*/
	table thead tr { background: transparent; }
		.main-content table input[type="number"] {
			border: 1px solid #d8d8d4;
			padding: 10px 15px;
			display: block;
			background: #FFF;
			font-size: 18px;
			line-height: 23px;
			height: 43px;
			max-width: 110px;
		}
		#basket h2 { margin-bottom: -30px; }
		#basket .basket-totals {
			padding: 30px 10px;
			position: relative;
			margin: 0 0 60px 0;
		}
			#basket .basket-totals:before {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 2px;
				background: url(./images/nav-dotted-line.png) repeat-x center top;
				content: '';
				display: block;
			}
			#basket .basket-totals:after {
				position: absolute;
				bottom: 0px;
				left: 0px;
				width: 100%;
				height: 2px;
				background: url(./images/nav-dotted-line.png) repeat-x center top;
				content: '';
				display: block;
			}
		#basket .basket-totals .button-update {
			background: #c5c5ba;
			border-color: #a9a99c;
			float: left;
			display: block;
		}
		#basket .basket-totals .button-update:hover {
			background: #8c8c77;
		}
		#basket .basket-totals .basket-total {
			float: right;
			padding: 15px 0;
			font-size: 22px;
			line-height: 26px;
			font-weight: bold;
			color: #6d6d6d;
			text-transform: uppercase;
		}
			#basket .basket-totals .basket-total span {
				padding: 0 0 0 60px;
			}
		#basket .button-checkout {
			font-size: 30px;
			height: 73px;
			line-height: 33px;
			padding: 20px 145px;
			background: #b4c835;
			border-color: #707c1e;
		}
		#basket .button-checkout:hover { background: #899827; }


	/* Checkout */

	#checkout .columns .checkout-left {
		padding-top: 50px;
	}
	#checkout .columns .checkout-right {
		padding-top: 50px;
	}
	#checkout .form-row-postcode {
		padding-right: 270px;
	}
		#checkout .form-row-postcode a {
			position: absolute;
			top: 23px;
			color: #b4c835;
			font-size: 18px;
			text-decoration: underline;
			font-weight: bold;
			right: 134px;
		}


	/* Login */

	#login h5.login-forgot-password-link { margin-bottom: 40px; }


	/* Select Tickets */

	#select-tickets .filter-tickets {
		margin: 0 -10px 40px -10px;
		padding: 30px 0 0 0;
	}
		#select-tickets .filter-tickets .form-row {
			padding: 0 10px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			float: left;
			width: 50%;
		}

	#select-tickets table.select-tickets-table { margin-bottom: 40px; }
	/*#select-tickets table.select-tickets-table tr:nth-child(odd) { background: transparent; }
	#select-tickets table.select-tickets-table tr:nth-child(even) { background: #efefe8; }*/
	#select-tickets table input[type="number"] { width: 100%; max-width: 100%; }
	#select-tickets table .ticket-price { width: 20%; }
	#select-tickets table .ticket-qty { width: 30%; }
	.select-ticket-totals {
		padding: 45px 0 45px 50%;
		position: relative;
		margin: 0 0 60px 0;
		font-size: 22px;
	}
		.select-ticket-totals:before {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 2px;
			background: url(./images/nav-dotted-line.png) repeat-x center top;
			content: '';
			display: block;
		}
		.select-ticket-totals:after {
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 2px;
			background: url(./images/nav-dotted-line.png) repeat-x center top;
			content: '';
			display: block;
		}
		.select-ticket-totals .basket-total-label {
			float: left;
			width: 40%;
			padding: 0 0 0 20px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.select-ticket-totals .basket-total-price {
			float: left;
			width: 60%;
			padding: 0 0 0 20px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
	#select-tickets .button-add-to-basket {
		font-size: 30px;
		height: 73px;
		line-height: 33px;
		padding: 20px 145px;
		background: #b4c835;
		border-color: #707c1e;
	}
	#select-tickets .button-add-to-basket:hover { background: #899827; }


	/* Buy Tickets */

	.buy-tickets {
		margin: 0 -18px;
	}
		.buy-tickets .ticket {
			float: left;
			width: 50%;
			padding: 0 18px 36px 18px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
			.buy-tickets .ticket img {
				display: block;
				width: 100%;
				height: auto;
			}
			.buy-tickets .ticket .ticket-content {
				background: #efefe8;
				padding: 40px 35px;
			}
				#buy-tickets .buy-tickets .ticket .ticket-content h2 {
					font-family: "Open Sans";
					font-weight: bold;
					font-size: 22px;
					color: #383838;
				}
				#buy-tickets .buy-tickets .ticket .ticket-content .link-more {
					font-size: 18px;
					text-decoration: underline;
					font-weight: bold;
					margin-bottom: 10px;
					display: inline-block;
				}
				#buy-tickets .buy-tickets .ticket .ticket-content .button {
					width: 100%;
					display: block;
					background: #b4c835;
					border-color: #6d791d;
					text-align: center;
				}
				#buy-tickets .buy-tickets .ticket .ticket-content .button:hover {
					background: #0d704a;
				    border-color: #0d4731;
				}


	/* Call to Actions */

	#bottom-links {
		padding: 0 0 80px 0;
	}

	body.home #main {
		padding: 80px 0 50px 0;
	}

	#explore-ctas { padding: 0 0 50px 0; }

	.call-to-actions {
		margin: 0 -15px;
	}
		.call-to-actions section {
			float: left;
			width: 33.33%;
			padding: 0 15px 45px 15px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.call-to-actions section.call-to-action-half { width: 50%; }
		.call-to-actions section.call-to-action-quarter { width: 25%; }
			.call-to-actions section a {
				display: block;
				position: relative;
				height: 344px;
				background: none no-repeat center center #c5c5c5;
				background-size: cover;
			}
				.call-to-actions section a h3 {
					position: relative;
					top: 50%;
					transform: translateY(-50%);
					-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					font-size: 36px;
					line-height: 40px;
					text-transform: uppercase;
					color: #FFF;
					padding: 0 40px;
					text-align: center;
					font-weight: bold;
					text-shadow: 0 0 5px rgba(0,0,0,0.3);
					font-family: "Open Sans Condensed";
					font-weight: 700;
				}
				.call-to-actions section .border-top {
					background: url(./images/cta-border-top.png) no-repeat center bottom;
					background-size: 100% auto;
					height: 30px;
					top: -15px;
					width: 100%;
					position: absolute;
					left: -10px;
					padding: 0 10px 0 0;
				}
				.call-to-actions section a:hover .border-top { background-image: url(./images/cta-border-top-orange.png); }
				.call-to-actions section.call-to-action-half .border-top {
					background-image: url(./images/cta-border-top-large.png);
				}
				.call-to-actions section.call-to-action-half a:hover .border-top { background-image: url(./images/cta-border-top-large-orange.png); }
				.call-to-actions section .border-bottom {
					background: url(./images/cta-border-bottom.png) no-repeat center top;
					background-size: 100% auto;
					height: 30px;
					bottom: -15px;
					width: 100%;
					position: absolute;
					left: -10px;
					padding: 0 10px 0 0;
				}
				.call-to-actions section a:hover .border-bottom { background-image: url(./images/cta-border-bottom-orange.png); }
				.call-to-actions section.call-to-action-half .border-bottom {
					background-image: url(./images/cta-border-bottom-large.png);
				}
				.call-to-actions section.call-to-action-half a:hover .border-bottom { background-image: url(./images/cta-border-bottom-large-orange.png); }
				.call-to-actions section .border-left {
					background: url(./images/cta-border-left.png) no-repeat center bottom;
					background-size: auto 100%;
					width: 30px;
					top: -10px;
					height: 100%;
					padding: 10px 0;
					position: absolute;
					left: -12px;
					z-index: 10;
				}
				.call-to-actions section a:hover .border-left { background-image: url(./images/cta-border-left-orange.png); }
				.call-to-actions section .border-right {
					background: url(./images/cta-border-right.png) no-repeat center bottom;
					background-size: auto 100%;
					width: 30px;
					top: -10px;
					height: 100%;
					padding: 10px 0;
					position: absolute;
					right: -12px;
					z-index: 10;
				}
				.call-to-actions section a:hover .border-right { background-image: url(./images/cta-border-right-orange.png); }


	/* Attractions */

	.main-content ul.gallery-thumbs {
		list-style: none;
		margin: -5px;
		clear: both;
		overflow: hidden;
	}
		.main-content ul.gallery-thumbs li {
			display: block;
			width: 12.5%;
			padding: 5px;
			float: left;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
			.main-content ul.gallery-thumbs li a {
				display: block;
			}
				.main-content ul.gallery-thumbs li a img {
					display: block;
					width: 100%;
				}


	/* Education */

	.teacher-comments {
		margin: 0 0 30px 0;
	}
		.teacher-comments blockquote {
			padding: 50px 55px 52px 92px;
			position: relative;
			background: url(./images/nav-dotted-line.png) repeat-x center bottom;
		}
			.teacher-comments blockquote:before {
				position: absolute;
				top: 36px;
				left: 0px;
				width: 58px;
				height: 58px;
				background: url(./images/quote-mark.png) no-repeat center center #b4c835;
				border-radius: 29px;
				-moz-border-radius: 29px;
				-webkit-border-radius: 29px;
				content: '';
				display: block;
			}
			.teacher-comments blockquote p {
				font-size: 18px;
				line-height: 31px;
				font-weight: 600;
				margin: 0px;
			}


	/* Prices */

	.number-lines {
		margin: 0 0 60px 0;
	}
		.number-lines .number-line {
			padding: 50px 0 52px 92px;
			position: relative;
			background: url(./images/nav-dotted-line.png) repeat-x center bottom;
		}
			.number-lines .number-line .number {
				position: absolute;
				top: 36px;
				left: 0px;
				width: 58px;
				height: 58px;
				line-height: 58px;
				text-align: center;
				background: #b4c835;
				border-radius: 29px;
				-moz-border-radius: 29px;
				-webkit-border-radius: 29px;
				content: '';
				display: block;
				color: #FFF;
				font-size: 22px;
				font-family: "Roboto Slab";
			}
			.number-lines .number-line p {
				font-size: 18px;
				line-height: 31px;
				font-weight: 600;
				margin: 0px;
			}


	/* Park Map */

	.park-map {
		margin-top: 20px;
		position: relative;
	}
		.park-map .border-top {
			background: url(./images/map-border-top.png) no-repeat center bottom;
			background-size: 100% auto;
			height: 30px;
			top: -15px;
			width: 100%;
			position: absolute;
			left: -10px;
			padding: 0 10px 0 0;
			z-index: 9;
		}
		.park-map .border-bottom {
			background: url(./images/map-border-bottom.png) no-repeat center top;
			background-size: 100% auto;
			height: 30px;
			bottom: -15px;
			width: 100%;
			position: absolute;
			left: -10px;
			padding: 0 10px 0 0;
			z-index: 9;
		}
		.park-map .border-left {
			background: url(./images/map-border-left.png) no-repeat center bottom;
			background-size: auto 100%;
			width: 30px;
			top: -10px;
			height: 100%;
			padding: 10px 0;
			position: absolute;
			left: -12px;
			z-index: 10;
		}
		.park-map .border-right {
			background: url(./images/map-border-right.png) no-repeat center bottom;
			background-size: auto 100%;
			width: 30px;
			top: -10px;
			height: 100%;
			padding: 10px 0;
			position: absolute;
			right: -12px;
			z-index: 10;
		}
	.download-park-map {
		text-align: right;
		padding: 30px 0 0 0;
		margin: 0 0 -20px 0;
	}
		.download-park-map a {
			display: inline-block;
			text-decoration: underline;
			font-size: 18px;
			font-weight: 600;
			position: relative;
		}
			.download-park-map a:before {
				position: absolute;
				top: -4px;
				left: -50px;
				content: '';
				display: block;
				width: 29px;
				height: 26px;
				background: url(./images/icon-download.png) no-repeat;
			}


	/* Workshops */

	#workshops h1 {
		padding: 20px 0 0 0;
	}
	.page-anchors {
		position: relative;
		padding: 30px 0 20px 0;
		margin: 0 0 50px 0;
		background: url(./images/nav-dotted-line.png) repeat-x center bottom;
	}
		.page-anchors:before {
			width: 100%;
			height: 2px;
			background: url(./images/nav-dotted-line.png) repeat-x center top;
			position: absolute;
			top: 0px;
			left: 0px;
			content: '';
			display: block;
		}
		.page-anchors .button {
			text-transform: uppercase;
			margin: 0 10px 10px 0;
			font-size: 18px;
		}

	.workshop-category {

	}
		#workshops .workshop-category h2 {
			text-transform: uppercase;
		}

	.accordion {
		margin: 0 0 70px 0;
	}
		.accordion-panel {
			position: relative;
			border: 2px solid #efefe8;
			margin: 0 0 4px 0;
		}
			.accordion-panel header {
				cursor: pointer;
				background: url(./images/accordion-arrow-down.png) no-repeat right center #efefe8;
				padding: 18px 50px 18px 20px;
				font-size: 22px;
				font-weight: 600;
				line-height: 27px;
			}
			.accordion-panel.active header {
				background: url(./images/accordion-arrow-up.png) no-repeat right center #efefe8;
			}
			.accordion-panel-content {
				position: relative;
				display: none;
				padding: 35px 40px;
			}
			.main-content .accordion-panel-content .alignleft { margin-bottom: 0px; }
			/*.accordion-panel.active .accordion-panel-content { display: block; }*/
			.workshop-panel-content-has-thumbnail {
				padding-left: 190px;
				/*min-height: 114px;*/
			}
				.workshop-panel-content-has-thumbnail .workshop-image {
					width: 114px;
					margin: 0 0 0 -150px;
					float: left;
				}
			.workshop-prices {
				background: url(./images/nav-dotted-line.png) repeat-x center top;
				padding: 2px 0 0 0;
			}
				.workshop-prices .workshop-price-row {
					background: url(./images/nav-dotted-line.png) repeat-x center bottom;
					padding: 18px 20px 15px 20px;
					font-size: 18px;
					font-weight: 600;
				}
					.workshop-prices .workshop-price-row .workshop-price-label {
						float: left;
						width: 60%;
						color: #6d6d6d;
						line-height: 23px;
					}
					.workshop-prices .workshop-price-row .workshop-price-price {
						float: right;
						width: 40%;
						text-align: right;
						color: #b4c835;
						line-height: 23px;
					}


	/* Events */

	.events-holder {  }
		.events-holder .event-item {
			display: block;
			color: #3b3b3b;
			background: #FFF;
			border-bottom: 6px solid #eeeeea;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			margin: 0 0 18px 0;
		}
		.events-holder .event-item {
			padding: 35px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.events-holder .event-item.has-event-image {
			padding: 35px 35px 35px 420px;
			min-height: 264px;
		}
			.events-holder .event-item.has-event-image .event-image {
				display: block;
				width: 390px;
				height: 244px;
				float: left;
				background: none no-repeat center center;
				background-size: cover;
				margin: -27px 0 8px -412px;
			}
			.events-holder .event-item.event-item-dont-crop .event-image {
				background: none!important;
				height: auto;
				margin-bottom: -28px;
			}
		.main-content .events-holder .event-item header {
			padding: 0 230px 0 0;
			position: relative;
			margin: 0 0 35px 0;
		}
		.main-content .events-holder .event-item.blog-post-item header { margin-bottom: 15px; }
			.main-content .events-holder .event-item header h2 {
				color: #3b3b3b;
			}
			.main-content .events-holder .event-item:hover header h2 { color: #0d704a; }
			.main-content .events-holder .event-item header .event-date {
				position: absolute;
				display: block;
				top: -10px;
				right: -45px;
				float: right;
				background: #e54242;
				color: #FFF;
				font-size: 18px;
				line-height: 28px;
				color: #FFF;
				font-family: "Roboto Slab";
				padding: 10px 20px;
				border-radius: 6px 0 0 6px;
				-moz-border-radius: 6px 0 0 6px;
				-webkit-border-radius: 6px 0 0 6px;
				border-bottom: 3px solid #d3d3d3;
				max-width: 230px;
			}
		.main-content .events-holder .event-item p { margin: 0px; }
		.main-content .events-holder .event-item.blog-post-item p { margin-bottom: 10px; }

	.blog-filter {
		padding: 50px 0 0 0;
	    margin: 0 0 60px 0;
	}
		.blog-filter h4 {
			font-size: 24px;
			color: #0d704a;
		    font-family: "Roboto Slab";
		}
		.blog-filter .select-field {
			width: 100%;
			background: url(./images/select-field.png) no-repeat right center #FFF;
			border: 1px solid #d8d8d4;
			height: 63px;
			position: relative;
			max-width: 490px;
		    overflow: hidden;
		}
			.blog-filter .select-field select {
				position: absolute;
				top: 0px;
				left: 0px;
			    width: 100%;
				height: 63px;
				border: none;
				background: none transparent;
				padding: 10px 50px 10px 25px;
				font-size: 15px;
				color: #565b5f;
				display: block;
				border: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				font-family: "Open Sans";
				font-size: 22px;
			}

	.pagination { text-indent: -9999px; }
	.pagination a { }
	.loading-more {
		display: none;
		text-align: center;
		font-size: 30px;
		color: #e0e0d9;
		font-family: "Roboto Slab";
		padding: 70px 0 20px 0;
	}
	.load-more {
		text-align: center;
		padding: 70px 0;
	}


	/* Bottom Widgets */

	#bottom-widgets {
		background: #282828;
		padding: 0 66.6666% 0 0 ;
		position: relative;
	}
		#bottom-widgets section {
			display: block;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		#bottom-widgets section.widget-signup {  }
		#bottom-widgets section.widget-blog,
		#bottom-widgets section.widget-tickets {
			width: 33.3333%;
			position: absolute;
			right: 33.3333%;
			top: 0px;
			height: 100%;
		}
		#bottom-widgets section.widget-blog {
			background: url(./images/widget-facebook-back.jpg) no-repeat center bottom;
			background-size: cover;
		}
		#bottom-widgets section.widget-tickets {
			right: 0px;
			background: url(./images/widget-tickets-back.jpg) no-repeat left bottom;
			background-size: cover;
		}
		#bottom-widgets section.widget-signup {
			background: #b4c835;
			text-align: left;
			padding: 66px 50px;
		}
			#bottom-widgets section.widget-signup h5 {
				font-size: 71px;
				font-family: "Open Sans Condensed";
				font-weight: bold;
				color: #FFF;
				margin: 0 0 45px 0;
			}
				#bottom-widgets section.widget-signup h5 span {
					display: block;
					font-size: 45px;
					color: #0d704a;
					font-weight: normal;
					font-family: "Roboto Slab";
					line-height: 55px;
				}
			#bottom-widgets section.widget-signup p {
				font-size: 14px;
				line-height: 18px;
				color: #FFF;
				margin: 0 0 60px 0;
			}
			#bottom-widgets section.widget-signup form {
				position: relative;
				padding: 0 118px 0 0;
			}
				#bottom-widgets section.widget-signup form input[type="email"] {
					width: 100%;
					height: 51px;
					border-radius: 6px;
					-moz-border-radius: 6px;
					-webkit-border-radius: 6px;
					background: #FFF;
					font-size: 14px;
					color: #333;
					font-family: "Roboto Slab";
					padding: 15px;
					border: none;
				}
				#bottom-widgets section.widget-signup form .button {
					position: absolute;
					top: 0px;
					right: 0px;
					width: 100px;
					padding-left: 0px;
					padding-right: 0px;
					height: 51px;
				}
		#bottom-widgets section .inner {
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
		}
			#bottom-widgets section h5 {
				font-size: 71px;
				font-weight: bold;
				color: #FFF;
				text-transform: uppercase;
				margin: 0 0 58px 0;
				font-family: "Open Sans Condensed";
				font-weight: 700;
			}
			/* #bottom-widgets section.widget-blog .button {
				padding-left: 55px;
				padding-right: 20px;
				background-color: #226cb7;
				border-color: rgba(0,0,0,0.7);
				text-transform: none;
			}
			#bottom-widgets section.widget-blog .button:hover { background: #1c5a98; }
				#bottom-widgets section.widget-blog .button:before {
					position: absolute;
					width: 11px;
					height: 20px;
					background: url(./images/button-facebook-icon.png) no-repeat left top;
					top: 14px;
					left: 22px;
					display: block;
					content: '';
				} */
			#bottom-widgets section.widget-tickets .button {
				padding-left: 19px;
				padding-right: 65px;
				background-color: #b4c835;
				border-color: rgba(0,0,0,0.7);
			}
			#bottom-widgets section.widget-tickets .button:hover { background: #ee6925; }
				#bottom-widgets section.widget-tickets .button:before {
					position: absolute;
					width: 63px;
					height: 43px;
					background: url(./images/button-ticket-icon.png) no-repeat left top;
					top: -4px;
					right: -5px;
					display: block;
					content: '';
				}


	/* Site Footer */

	#site-footer {
		background: #156e4a;
	}
		.site-footer-top {
			height: 140px;
			background: url(./images/site-footer-top.png) no-repeat center bottom #f6f6f1;
		}
		#site-footer section {
			padding: 21px 0 60px 0;
			float: left;
		}
		#site-footer .widget-contact {
			width: 534px;
		}
		#site-footer .widget-social {

		}
		#site-footer .widget-safely-interact {
			float: right;
			padding: 34px 31px 0 0;
		}
			#site-footer section h5 {
				font-size: 18px;
				text-transform: uppercase;
				color: #FFF;
				padding: 16px 0 17px 0;
				line-height: 18px;
				position: relative;
				display: inline-block;
				font-family: "Roboto Slab";
				margin: 0 0 22px 0;
			}
				#site-footer section h5:before {
					position: absolute;
					top: 0px;
					left: 0px;
					background: url(./images/footer-widget-dotted-lines.png) repeat-x left top;
					height: 2px;
					content: '';
					width: 100%;
				}
				#site-footer section h5:after {
					position: absolute;
					bottom: 0px;
					left: 0px;
					background: url(./images/footer-widget-dotted-lines.png) repeat-x left top;
					height: 2px;
					content: '';
					width: 100%;
				}
			#site-footer .widget-contact .contact-col {
				float: left;
				width: 145px;
			}
				#site-footer .widget-contact .contact-col h6 {
					font-size: 18px;
					font-weight: bold;
					margin: 0 0 10px 0;
					text-transform: uppercase;
					color: #FFF;
				}
				#site-footer .widget-contact .contact-col p {
					font-size: 14px;
					line-height: 18px;
					color: #FFF;
					margin: 0 0 42px 0;
				}
				#site-footer .widget-contact .contact-col p.email-p { margin-bottom: 0px; }
					#site-footer .widget-contact .contact-col p a {
						color: #b4c835;
					}
					#site-footer .widget-contact .contact-col p a:hover {
						color: #FFF;
					}
			#site-footer .widget-social .social-links {

			}
				#site-footer .widget-social .social-links a {
					display: inline-block;
					margin: 0 35px 0 0;
					height: 44px;
					text-indent: -9999px;
					background: none no-repeat left top;
					position: relative;
				}
				#site-footer .widget-social .social-links a:before {
					position: absolute;
					top: 0px;
					left: 0px;
					width: 100%;
					height: 100%;
					content: '';
					display: block;
					opacity: 0;
					transition: opacity .25s ease-in-out;
					-moz-transition: opacity .25s ease-in-out;
					-webkit-transition: opacity .25s ease-in-out;
					background: none no-repeat left -70px;
				}
				#site-footer .widget-social .social-links a:hover:before {
					opacity: 1;
				}
				#site-footer .widget-social .social-links a.social-facebook,
				#site-footer .widget-social .social-links a.social-facebook:before {
					background-image: url(./images/social-facebook.png);
					width: 23px;
				}
				#site-footer .widget-social .social-links a.social-twitter,
				#site-footer .widget-social .social-links a.social-twitter:before {
					background-image: url(./images/social-twitter.png);
					width: 42px;
				}
				#site-footer .widget-social .social-links a.social-instagram,
				#site-footer .widget-social .social-links a.social-instagram:before {
					background-image: url(./images/social-instagram.png);
					width: 42px;
				}


@media all and (max-width: 1660px) and (min-width: 0px) {

	.container { width: 1300px; }
	#site-header nav li { margin: 0 20px 0 0; }
	#site-header nav li ul { top: 58px; }
	#site-header .header-right .button-buy-tickets { width: 210px; }

	#site-header nav li ul { padding-top: 34px;  }
	#site-header nav li ul:before { top: 24px; }
	#site-header nav li ul:after { top: 14px; }

	.call-to-actions section a { height: 280px; }

	.side-buttons a,
	.main-content .content-left .button-tickets { padding-left: 80px; }
	.main-content ul.gallery-thumbs li { width: 20%; }

	.main-content .events-holder .event-item header { padding: 60px 0 0 0; margin: 0 0 20px 0; }

}

@media all and (max-width: 1550px) and (min-width: 0px) {

	#site-header nav li a { font-size: 15px; }
	#site-header nav li ul { top: 58px; }
	#site-header .header-right .button-buy-tickets { font-size: 18px; }
	#bottom-widgets section h5 { font-size: 51px; margin-bottom: 40px; }
	#bottom-widgets section.widget-signup h5 { font-size: 51px; margin-bottom: 25px; }
	#bottom-widgets section.widget-signup p { margin-bottom: 25px; }
	#page-banner .slide .container { width: 960px; }

}

@media all and (max-width: 1450px) and (min-width: 0px) {

	#site-header .logo { margin: 12px 25px 15px 18px; }
	#site-header nav { padding-top: 36px; }
	#site-header nav li ul { top: 50px; }
	#site-header .header-right .button-park-map { margin: 36px 32px 0 0; }
	#site-header .header-right .button-buy-tickets { width: 180px; height: 120px; padding-top: 75px; }
		#site-header .header-right .button-buy-tickets:before { top: 23px; }

	#page-banner .page-title h1,
	.banner-content h1,
	body.single-event #page-banner.page-banner-small .page-title h1 { font-size: 55px; line-height: 70px; text-align: left; }

}

@media all and (max-width: 1400px) and (min-width: 0px) {

	.container,
	#bottom-widgets section.widget-signup .signup-inner { width: 1200px; margin: 0 auto; }

	.call-to-actions section.call-to-action-quarter,
	.call-to-actions section.call-to-action-half,
	.call-to-actions section.call-to-action-third,
	.call-to-actions section { width: 50%; }
	.call-to-actions section .border-left { margin-left: -2px; }
	.call-to-actions section .border-top { background-image: url(./images/cta-border-top-large.png); margin-top: -7px; }
	.call-to-actions section a:hover .border-top { background-image: url(./images/cta-border-top-large-orange.png); }
	.call-to-actions section .border-bottom { background-image: url(./images/cta-border-bottom-large.png); margin-bottom: -7px; }
	.call-to-actions section a:hover .border-bottom { background-image: url(./images/cta-border-bottom-large-orange.png); }

	#bottom-widgets { padding: 0px; }
	#bottom-widgets section.widget-blog,
	#bottom-widgets section.widget-tickets {
		position: relative;
		right: auto;
		top: auto;
		width: 50%;
		float: left;
		height: 400px;
	}
	#bottom-widgets section.widget-signup { padding: 0px; }
	#bottom-widgets section.widget-signup .signup-inner {
		padding: 50px 60% 50px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		position: relative;
	}
		#bottom-widgets section.widget-signup p { margin-bottom: 0px; }
		#bottom-widgets section.widget-signup form {
			position: absolute;
			bottom: 50px;
			right: 0px;
			width: 60%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			padding: 0 120px 0 40px;
		}
		#bottom-widgets section.widget-signup h5 { font-size: 71px; }
		#bottom-widgets section.widget-signup form .button {
			right: 0px;
		}

	#site-footer .widget-contact { width: 33.3%; }

}

@media all and (min-width: 1400px) {
		/*	.content-left .call-to-actions section a {
				height: 150px;
			}
				.content-left .call-to-actions section a .border-top { top: -25px; }
				.content-left .call-to-actions section a .border-bottom { bottom: -25px; }*/

	.content-left .call-to-actions section.call-to-action-quarter,
	.content-left .call-to-actions section.call-to-action-half,
	.content-left .call-to-actions section.call-to-action-third,
	.content-left .call-to-actions section { width: 50%; }
	.content-left .call-to-actions section .border-left { margin-left: -2px; }
	.content-left .call-to-actions section .border-top { background-image: url(./images/cta-border-top-large.png); margin-top: -7px; }
	.content-left .call-to-actions section a:hover .border-top { background-image: url(./images/cta-border-top-large-orange.png); }
	.content-left .call-to-actions section .border-bottom { background-image: url(./images/cta-border-bottom-large.png); margin-bottom: -7px; }
	.content-left .call-to-actions section a:hover .border-bottom { background-image: url(./images/cta-border-bottom-large-orange.png); }

}

@media all and (max-width: 1350px) and (min-width: 0px) {

	#site-header .logo { margin: 30px 0 0 30px; }
		#site-header .logo img { width: 160px; }
	#site-header nav { float: right; margin-right: 15px; padding-top: 26px; }
	#site-header nav ul li ul:before,
	#site-header nav ul li ul:after { display: none; }
	#site-header nav ul li ul { padding-top: 0px; }

	#site-header .header-right .button-park-map { display: block; margin-bottom: 20px; margin-top: 26px; }
	#site-header .header-right .button-buy-tickets {
		padding: 10px 40px;
		padding-left: 19px;
		padding-right: 65px;
		background-color: #b4c835;
		border-color: rgba(0,0,0,0.7);
		height: 50px;
		width: auto;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-bottom: 2px solid rgba(0,0,0,0.3);
		margin: 26px 30px 20px 0;
	}
	#site-header .header-right .button-buy-tickets:hover { background: #ee6925; }
		#site-header .header-right .button-buy-tickets:before {
			position: absolute;
			width: 63px;
			height: 43px;
			background: url(./images/button-ticket-icon.png) no-repeat left top;
			top: -4px;
			right: -5px;
			left: auto;
			display: block;
			content: '';
		}

}

@media all and (max-width: 1250px) and (min-width: 0px) {

	.container,
	#bottom-widgets section.widget-signup .signup-inner,
	#page-banner .slide .container { width: 960px; margin: 0 auto; }
	#page-banner .slide .container {
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.main-content .content-left,
	.main-content .content-right {
		padding: 0px;
		width: auto;
		float: none;
	}
	.main-content .content-left { padding: 0 0 60px 0; }

	.main-content ul.gallery-thumbs li { width: 16.666%; }

	#checkout .form-row-postcode { padding-right: 0px; }
	#checkout .form-row-postcode a { position: static; margin: 10px 0 12px 0; float: right; }

	.call-to-actions section { width: 50%!important; }
	.call-to-actions section a {  }

	#bottom-widgets section.widget-signup .signup-inner {
		padding: 50px 0;
	}
		#bottom-widgets section.widget-signup form {
			position: relative;
			bottom: auto;
			right: auto;
			padding: 40px 120px 0 0;
		}
			#bottom-widgets section.widget-signup form .button { top: 40px; }

	#site-footer .widget-contact,
	#site-footer .widget-social,
	#site-footer .widget-safely-interact {
		width: 33.3%;
		float: left;
		padding-right: 0px;
	}
		#site-footer .widget-safely-interact img { max-width: 100%; }
	#site-footer .widget-contact .contact-col { float: none; clear: both; width: auto; }
		#site-footer .widget-contact .contact-col p { margin-bottom: 22px; }


}


@media all and (max-width: 1023px) and (min-width: 0px) {

	.container,
	#bottom-widgets section.widget-signup .signup-inner,
	#page-banner .slide .container { width: auto; margin: 0 30px; }

	#site-header .logo { margin-left: 0px; }
	#site-header .logo img { width: 120px; }

	#site-header nav { display: none; }
	#site-header .header-right { padding: 50px 0 30px 0;  }
		#site-header .header-right .button-park-map,
		#site-header .header-right .button-buy-tickets { margin-top: 0px; }
	#site-header .header-right .button-toggle-mobile-nav {
		margin: 0px;
		display: inline-block;
		width: 60px;
		position: relative;
		padding: 0px;
	}
		#site-header .header-right .button-toggle-mobile-nav span {
			display: block;
			width: 30px;
			left: 15px;
			top: 15px;
			height: 3px;
			background: #FFF;
			position: absolute;
			-webkit-transition: all ease 0.4s;
			-moz-transition: all ease 0.4s;
			transition: all ease 0.4s;
		}
		#site-header .header-right .button-toggle-mobile-nav span.b { top: 23px; }
		#site-header .header-right .button-toggle-mobile-nav span.c { top: 31px; }
		body.mobile-nav-active #site-header .header-right .button-toggle-mobile-nav span.a {
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			top: 22px;
		}
		body.mobile-nav-active #site-header .header-right .button-toggle-mobile-nav span.b { opacity: 0; }
		body.mobile-nav-active #site-header .header-right .button-toggle-mobile-nav span.c {
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			top: 22px;
		}

	#mobile-nav {
		opacity: 0;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 240px;
		background: #0d704a;
		height: 100%;
		z-index: 0;
		overflow: auto;
		display: block;
		text-align: left;
		padding: 0 0 120px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all ease 1s;
		-moz-transition: all ease 1s;
		transition: all ease 1s;
	}
	body.mobile-nav-active #mobile-nav { opacity: 1; }
	#mobile-nav:before {
		position: absolute;
		left: 0px;
		width: 10px;
		height: 100%;
		top: 0px;
		left: -10px;
		content: '';
		display: block;
		z-index: 201;
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
	}
		#mobile-nav .menu ul {

		}
			#mobile-nav .menu ul li {
				position: relative;
			}
				#mobile-nav .menu ul li.menu-item-has-children > a:before {
					position: absolute;
					top: 0px;
					right: 0px;
					width: 52px;
					height: 52px;
					background: url(./images/mobile-nav-arrow-down.png) no-repeat center center;
					background-size: 16px auto;
					content: '';
					display: block;
				}
				#mobile-nav .menu ul li.menu-item-has-children.active > a:after {
					background-image: url(./images/mobile-nav-arrow-up.png);
				}
				#mobile-nav .menu ul li a {
					background: url(./images/footer-widget-dotted-lines.png) repeat-x bottom left;
					display: block;
					padding: 16px 20px 18px 20px;
					font-size: 18px;
					text-transform: uppercase;
					color: #FFF;
					font-family: "Roboto Slab";
				}
				#mobile-nav .menu ul li a:hover { background-color: rgba(0,0,0,0.1); }
			#mobile-nav .menu ul li ul {
				display: none;
				background: rgba(0,0,0,0.1);
			}
			#mobile-nav .menu ul li.active ul { display: block; }
			#mobile-nav .menu ul li ul li a {
				font-size: 14px;
				padding: 12px 20px;
			}
		#mobile-nav .bottom-links {
			position: fixed;
			bottom: 0px;
			right: 0px;
			width: 240px;
		}
			#mobile-nav .bottom-links a {
				padding: 80px 0 0 0;
				height: 120px;
				width: 50%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				position: relative;
				background: #ee6925;
				font-size: 14px;
				font-family: "Roboto Slab";
				text-transform: uppercase;
				color: #FFF;
				display: block;
				float: left;
				border: none;
				border-radius: 0px;
				-moz-border-radius: 0px;
				-webkit-border-radius: 0px;
				text-align: center;
			}
			#mobile-nav .bottom-links a.button-buy-tickets { background: #b4c835; }
				#mobile-nav .bottom-links a.button-park-map:before {
					position: absolute;
					top: 26px;
					left: 50%;
					width: 51px;
					height: 51px;
					background: url(./images/button-map-icon.png) no-repeat center top;
					background-size: auto 40px;
					content: '';
					display: block;
					margin: 0 0 0 -25px;
				}
				#mobile-nav .bottom-links a.button-buy-tickets:before {
					position: absolute;
					top: 26px;
					left: 50%;
					width: 63px;
					height: 43px;
					background: url(./images/button-ticket-icon.png) no-repeat;
					content: '';
					display: block;
					margin: 0 0 0 -31px;
				}

	#page-banner .slick-prev { left: 30px; }
	#page-banner .slick-next { right: 30px; }
	#page-banner,
	#page-banner .page-title .container,
	#page-banner .slide .container { height: 600px; }
	#page-banner .page-banner-flags { height: 60px; background-size: auto 60px; }

	.banner-content p { font-size: 17px; line-height: 23px; margin-bottom: 40px; padding: 0 40px; }
	.banner-content p img { margin-bottom: 0px; zoom: 0.5; }

	.main-content table th, .main-content table td { font-size: 15px; line-height: 20px; }

	.main-content .alignleft,
	.main-content .alignright { float: none; margin: 0 0 50px 0; }

	.columns .half-column { float: none; width: auto; }

	.main-content h3 { font-size: 17px; line-height: 23px; }
	.main-content .teacher-comments blockquote,
	.main-content .number-lines .number-line { padding: 30px 30px 30px 60px; }
	.main-content .teacher-comments blockquote:before,
	.main-content .number-lines .number-line .number { top: 20px; width: 40px; height: 40px; line-height: 40px; }

	.main-content table td small { display: block; padding: 0px; }

	.select-ticket-totals { padding-left: 0px; font-size: 18px; }
	.select-ticket-totals .basket-total-price { text-align: right; padding: 0 20px 0 0; }
	#select-tickets .filter-tickets { margin: 0px; }
	#select-tickets .filter-tickets .form-row { float: none; width: auto; padding-bottom: 20px; }
	#select-tickets .filter-tickets h2 { font-size: 16px; line-height: 20px; }

}


@media all and (max-width: 767px) and (min-width: 0px) {

	#site-header .logo { margin: 30px 0 30px 0; }
	#site-header .header-right { padding: 47px 0; }
	#site-header .header-right .button-park-map,
	#site-header .header-right .button-buy-tickets { display: none; }

	#page-banner .slide .container { padding: 0px; }
	#page-banner .slick-arrow { display: none!important; }
	.banner-content p { padding: 0; font-size: 14px; line-height: 20px; }
	#page-banner .page-title h1,
	.banner-content h1,
	body.single-event #page-banner.page-banner-small .page-title h1 { font-size: 55px; line-height: 55px; text-align: left; }

	body.home #page-banner,
	body.home #page-banner .page-title .container,
	body.home #page-banner .slide .container { height: 600px; }

	#page-banner,
	#page-banner .page-title .container,
	#page-banner .slide .container { height: 400px; }

	#basket h2 { margin-bottom: 20px; }
	#basket .button-checkout,
	#select-tickets .button-add-to-basket { padding: 10px 30px; width: 100%; font-size: 18px; height: 55px; }
	.main-content table th, .main-content table td { padding: 5px; }
	#basket table.basket-table input[type="number"] { width: 60px; padding: 10px; }
	#basket .basket-totals .basket-total span { padding-left: 0px; }

	.buy-tickets .ticket { float: none; width: auto; }
	.buy-tickets .ticket .ticket-content { padding: 20px; }

	.call-to-actions section { width: auto!important; float: none; margin-bottom: 0px; }
	.call-to-actions section .border-top { height: 40px; top: -20px; }
	.call-to-actions section .border-bottom { height: 40px; bottom: -20px; }

	.main-content ul.gallery-thumbs li { width: 25%; }

	.park-map .border-top { background-image: url(./images/cta-border-top.png);  height: 50px; margin-top: -20px; }
	.park-map .border-bottom { background-image: url(./images/cta-border-bottom.png); height: 50px; margin-bottom: -20px; }
	.park-map .border-left { background-image: url(./images/cta-border-left.png); }
	.park-map .border-right { background-image: url(./images/cta-border-right.png); }

	.page-anchors .button { padding: 10px 15px; display: block; text-align: center; font-size: 15px; }
	.accordion-panel header { font-size: 18px; }
	.workshop-panel-content-has-thumbnail,
	.accordion-panel-content { padding: 30px; }
	.workshop-panel-content-has-thumbnail .workshop-image { margin: 0 0 20px 0; float: none; }
	.workshop-prices .workshop-price-row { padding-left: 0px; padding-right: 0px; font-size: 16px; }
	.workshop-prices .workshop-price-row .workshop-price-label { line-height: 20px; }
	.workshop-prices .workshop-price-row .workshop-price-price { line-height: 20px; }

	.events-holder .event-item { position: relative; }
	.events-holder .event-item.has-event-image,
	.events-holder .event-item {
		padding: 35px 35px 35px 35px;
		min-height: 0px;
	}
		.events-holder .event-item.has-event-image .event-image {
			display: block;
			width: auto;
			height: 344px;
			float: none;
			margin: -27px -27px 27px -27px;
		}
		.main-content .events-holder .event-item header .event-date { top: 25px; right: 0px; }
		.main-content .events-holder .event-item.has-event-image header .event-date { top: 20px; right: 8px; }
		.main-content .events-holder .event-item header { position: static; padding-top: 0px; padding-right: 200px; }
		.main-content .events-holder .event-item.has-event-image header { padding-right: 0px; }

	#bottom-widgets section.widget-blog,
	#bottom-widgets section.widget-tickets {
		float: none;
		width: auto;
	}
	#bottom-widgets section.widget-signup form { width: auto; }

	#site-footer .widget-contact,
	#site-footer .widget-social,
	#site-footer .widget-safely-interact {
		float: none;
		width: auto;
		text-align: center;
	}
	#site-footer .widget-safely-interact { padding-bottom: 60px; }

}


@media all and (max-width: 640px) and (min-width: 0px) {

	.container,
	#bottom-widgets section.widget-signup .signup-inner,
	#page-banner .slide .container { width: auto; margin: 0 15px; }

	#breadcrumb p { display: none; }
	.main-content { padding-top: 30px; }

	#basket .content-left { padding-bottom: 32px; }
	#basket .basket-table tr .basket-item { padding-left: 10px; }
	#basket .basket-table tr .basket-date { display: none; }
	#basket .basket-totals { padding: 30px 0 100px 0; margin-bottom: 30px; }
	#basket .basket-totals .button-update {
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 30px;
		left: 0px;
	}
	#basket .basket-totals .basket-total { padding-top: 0px; float: none; padding: 0px; }

	.list-links li a { padding: 20px 20px 20px 0; background: none!important; }
	.list-links li a span.link-count { top: 20px; right: 0; }

	.form-box { padding: 20px; }

	.call-to-actions section .border-top { top: -25px; }
	.call-to-actions section .border-bottom { bottom: -25px; }

	.side-buttons a,
	.main-content .content-left .button-tickets { font-size: 18px; padding-left: 50px; }
	.side-buttons .button-map:before { left: 20px; }
	.side-buttons .button-tickets:before,
	.main-content .content-left .button-tickets:before { left: 15px; background-size: 60px auto; background-position: left center; }

	.events-holder .event-item.has-event-image .event-image { height: 300px; }

	#bottom-widgets section.widget-signup h5 { font-size: 36px; text-align: center; }
	#bottom-widgets section.widget-signup h5 span { font-size: 26px; line-height: 30px; }
	#bottom-widgets section.widget-signup p { text-align: center; }
	#bottom-widgets section.widget-signup form { padding-right: 0px; }
		#bottom-widgets section.widget-signup form .button  { position: relative; right: auto; top: auto; margin-top: 10px; width: 100%; }
	#bottom-widgets section.widget-blog, #bottom-widgets section.widget-tickets { height: 210px; }
		#bottom-widgets section h5 { font-size: 36px; margin-bottom: 20px; }

}


@media all and (max-width: 480px) and (min-width: 0px) {

	.events-holder .event-item.has-event-image .event-image { height: 240px; }
	.main-content .events-holder .event-item header { padding-top: 60px; padding-right: 0px; }
	.main-content .events-holder .event-item.has-event-image header { padding-top: 0px; }

}


@media all and (max-width: 400px) and (min-width: 0px) {

	.call-to-actions section a { height: 230px; }
	.call-to-actions section .border-top,
	.call-to-actions section.call-to-action-half .border-top { background-image: url(./images/cta-border-top.png); }
	.call-to-actions section a:hover .border-top,
	.call-to-actions section.call-to-action-half a:hover .border-top { background-image: url(./images/cta-border-top-orange.png); }
	.call-to-actions section .border-bottom,
	.call-to-actions section.call-to-action-half .border-bottom { background-image: url(./images/cta-border-bottom.png); }
	.call-to-actions section a:hover .border-bottom,
	.call-to-actions section.call-to-action-half a:hover .border-bottom { background-image: url(./images/cta-border-bottom-orange.png); }

	.main-content ul.gallery-thumbs li { width: 50%; }

}
