@charset "utf-8";

/* Main
---------------------------------------- */
body {
	background-color: #fffec8;
	color: #1b1b1b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 29px;
	margin: 0;
	padding: 0;
}

a {
	color: #89364e;
	text-decoration: none;
}

a:hover {
	color: #89364e;
	text-decoration: underline;
}

a:active, a:focus, input[type="image"]:active, input[type="image"]:focus {
	outline: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 10px;
}


/* Body
---------------------------------------- */
header {
	height: 608px;
	position: relative;
}

#header-container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	z-index: 10;
}

#header-content {
	position: absolute;
	text-align: center;
	top: 40px;
	width: 380px;
}

#header-logo {
	height: 271px;
	position: relative;
	width: 342px;
	z-index: 20;
}

#header-slogan {
	background: url( '/images/menu_bg.png' );
	color: #feea40;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 37px;
	font-weight: bold;
	line-height: 40px;
	padding: 10px 18px 10px 20px;
	position: relative;
	top: -22px;
	z-index: 15;
}

#header-tickets {
	background-color: #cf3100;
	color: #fefd40;
	display: inline-block;
	font-size: 19px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 22px;
	padding: 0 32px;
	text-transform: uppercase;
}

#header-tickets:hover {
	text-decoration: none;
}

section {
	margin-bottom: 40px;
	min-width: 800px;
	width: 100%;
}

.section-background-container {
	height: 216px;
	min-height: 216px;
	overflow: hidden;
}

.section-background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 420px;
	position: relative;
	top: -102px
}

.section-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.section-content {
	max-width: 800px;
	margin: 0 auto;
}

.section-content h2 {
	color: #f7b004;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 47px;
	font-weight: normal;
	line-height: 47px;
	margin: 45px 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.text-container {
	margin-top: 28px;
	overflow: hidden;
}

.text-image {
	float: left;
	margin-right: 40px;
	width: 200px;
}

.text-content {
	float: left;
	width: 560px;
}

/* Home */
#section-1 {
	color: #098c77;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 23px;
	text-align: center;
}

#section-1 h2 {
	display: none;
}

/* About us */
#section-2 {
}

/* Mazes & Prices */
#section-3 {
}

.ls-nav {
	text-align: center;
}

.ls-nav ul {
	display: inline-block;
	list-style: none;
	margin: 7px auto 0;
	padding: 0 0 3px;
	text-align: center;
	text-transform: uppercase;
}

.ls-nav ul li {
	display: inline-block;
	margin: 0 10px;
	font-weight: 600;
}

.ls-nav ul li a {
	color: #13675a;
	letter-spacing: -1px;
	padding-bottom: 3px;
}

.ls-nav > ul > li > a:hover, .ls-nav > ul > li.current > a {
	border-bottom: 4px solid #13675a;
	text-decoration: none;
}

.ls-nav-left-arrow, .ls-nav-right-arrow {
	display: none;
}

#maze-container {
	margin-top: 25px;
}

.maze-content {
	overflow: hidden;
}

.maze-image {
	float: left;
	margin-right: 40px;
	width: 220px;
}

.maze-text {
	overflow: hidden;
}

.maze-text strong {
	color: #098c77;
	font-size: 19px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.maze-title {
	color: #f7b004;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 35px;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

/* Gallery */
#section-4 {
}

#section-4 .section-content {
	max-width: 780px !important;
}

/* Employment */
#section-5 {
}

/* Contact */
#section-6 {
}

#section-6 .section-content {
	max-width: 840px !important;
}

footer {
	margin: 27px auto 50px;
	overflow: hidden;
	width: 800px;
}

#footer-left {
	float: left;
	width: 420px;
}

#footer-right {
	float: left;
	width: 380px;
}

#footer-text {
	color: #098c77;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
}

#footer-right > ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#footer-right > ul > li {
	display: block;
	height: 138px;
	float: left;
	line-height: 120px;
	margin: 0 12px;
}

#footer-right img {
	vertical-align: middle;
}



/* Navigation
---------------------------------------- */
#floating-menu {
	display: none;
}

.nav-toggle {
	display: none;
	font-size: 30px;
	font-weight: bold;
}

nav {
	background: url( '/images/menu_bg.png' );
	bottom: 0;
	height: 56px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 100;
}

nav > ul {
	display: inline-block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 22px;
	line-height: 56px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

nav > ul > li {
	float: left;
	margin: 0 13px;
	position: relative;
}

nav > ul > li > a {
	color: #feea40;
	text-shadow: 1px 2px #050505;
}

nav > ul > li > a:hover {
	color: #fff;
	text-decoration: none;
}

a.facebook {
	background: url('/images/icn_facebook.png' ) center center no-repeat;
	box-shadow: 1px 1px 0 0 #999;
	display: block;
	height: 22px;
	margin-top: 16px;
	width: 21px;
}



/* Navigation Secondary
---------------------------------------- */
#nav-secondary {
	background: url( '/images/menu_bg.png' );
	display: none;
	height: 56px;
	text-align: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#nav-secondary > ul {
	display: inline-block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 22px;
	line-height: 56px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

#nav-secondary > ul > li {
	float: left;
	margin: 0 13px;
	position: relative;
}

#nav-secondary > ul > li > a {
	color: #feea40;
	text-shadow: 1px 2px #050505;
}

#nav-secondary > ul > li > a:hover {
	color: #fff;
	text-decoration: none;
}

#nav-secondary > ul > li.first {
	min-height: 1px;
	width: 130px;
}

#nav-secondary > ul > li > a > img {
	left: 0;
	position: absolute;
	top: 7px;
}

#nav-tickets {
	background-color: #cf3100;
	color: #fefd40;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 32px;
	padding: 0 22px;
	text-shadow: none !important;
	text-transform: uppercase;
}



/* Slideshow
---------------------------------------- */
.cycle-slideshow {
	position: relative;
	width: 100%;
	z-index: -1;
}

.slide-item {
	background-position: center center;
	background-size: cover;
	height: 608px;
	position: relative;
	width: 100%;
}



/* Gallery
---------------------------------------- */
#photo-gallery {
    margin: 20px auto;
    position: relative;
}



/* Contact Us
---------------------------------------- */
#contact-container {
	margin-top: 30px;
}

#contact-form {
	float: left;
	position: relative;
	width: 600px;
}

#contact-loading {
	background: url("/lib/images/slider_loading.gif") center center no-repeat;
	display: none;
	height: 277px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.contact-row {
	margin-bottom: 10px;
	overflow: hidden;
}

.contact-field {
	float: left;
	margin-right: 25px;
	width: 175px;
}

.contact-field.last {
	margin: 0;
	width: 200px;
}

.contact-input {
	width: 165px;
}

.contact-textarea {
	width: 565px;
}

#contact-text {
	float: left;
	margin-left: 30px;
	width: 210px;
}

#contact-map {
	margin-top: 30px;
}

#contact-map iframe {
	border: 1px solid #bbb8b5;
	height: 450px;
	width: 100%;
}

#contact-facebook {
}

#contact-facebook a {
	background: url( '/images/icn_facebook.png' ) left center no-repeat;
	color: #1b1b1b;
	display: inline-block;
	padding-left: 30px;
}


/* Form
---------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input[type="text"], textarea {
	border: 1px solid #bbb8b5;
	color: #252424;
	font-size: 13px;
	outline: none;
	padding: 7px 10px;
}



/* Buttons
---------------------------------------- */
button {
	background-color: #086c30;
	border: 0;
	color: #ffdd94;
	cursor: pointer;
	display: inline-block;
	font-size: 19px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 50px;
	text-transform: uppercase;
}

button:hover {
	background-color: #59a552;
	color: #fff;
	text-decoration: none;
}



/* Miscellaneous
---------------------------------------- */
.textBold {
	font-weight: bold;
}

.clear {
	clear: both;
}



/* Chrome Frame
---------------------------------------- */
#chrome-frame {
    background-color: #ccc;
    color: #000;
    margin: 10px 0;
    padding: 10px 0;
}



/* Form Messages
---------------------------------------- */
.form-error, .form-success {
	font-size: 13px;
	line-height: 20px;
	padding: 6px 5px 6px 32px;

	/* Rounded Corner */
	border-radius: 5px;
	box-sizing: content-box;
	-moz-border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-border-radius: 5px;
	-webkit-box-sizing: content-box;
}

.form-error {
	background: #ffe3e3 url("/images/icn_error.png") 5px center no-repeat;
	border: 1px solid #d40008;
	color: #d40008;
	margin-bottom: 10px;
	text-align: center;
}

.form-success {
	background: #dbf0b8 url("/images/icn_success.png") 5px center no-repeat;
	border: 1px solid #44800b;
	color: #44800b;
	margin-bottom: 10px;
	text-align: center;
}



/* Popup
---------------------------------------- */
#popup-container {
}

#popup-title {
	color: #f7b004;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 47px;
	font-weight: normal;
	line-height: 47px;
	margin: 25px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#popup-image {
	text-align: center;
}

#popup-image img {
	width: 50%;
}

#popup-content {
	margin-top: 10px;
}



/* Responsive - Tablet
---------------------------------------- */
@media only screen and (max-width: 860px) {
	header {
		height: 525px;
	}

	#header-logo {
		height: 238px;
		width: 300px;
	}

	#header-tickets {
		margin-top: 10px;
	}

	.slide-item {
		height: 525px;
	}

	#header-container {
		width: 760px;
	}

	section {
		min-width: 680px;
	}

	.section-content {
		max-width: 740px;
		padding: 0 20px;
	}

	.text-content {
		width: 484px;
	}

	footer {
		margin: 27px auto 50px;
		width: 760px;
	}
	
	#footer-left {
		float: left;
		width: 400px;
	}
	
	#footer-right {
		float: left;
		width: 360px;
	}

	/* Contact */
	#section-6 .section-content {
		max-width: 760px !important;
	}


	/* Gallery
	---------------------------------------- */
	#photo-gallery {
		width: 580px;
	}



	/* Navigation
	---------------------------------------- */
	nav > ul {
		font-size: 22px;
	}
	
	nav > ul > li {
		display: inline-block;
		margin: 0 12px;
	}



	/* Navigation Secondary
	---------------------------------------- */
	#nav-secondary {
		min-width: inherit;
		width: 100%;
	}
	
	#nav-secondary > ul {
		font-size: 16px;
	}
	
	#nav-secondary > ul > li {
		margin: 0 10px;
	}

	#nav-secondary > ul > li.first {
		width: 148px;
	}
	
	#nav-secondary > ul > li.first img {
		height: auto;
		width: 148px;
	}


	/* Contact Us
	---------------------------------------- */
	#contact-form {
		width: 470px;
	}
	
	.contact-row {
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	.contact-field {
		float: left;
		margin-right: 7px;
		width: 148px;
	}

	.contact-field.last {
		width: 155px;
	}

	.contact-input {
		width: 127px;
	}
	
	.contact-textarea {
		width: 438px;
	}
	
	#contact-submit {
		margin-top: -12px;
	}
	
	#contact-text {
		float: left;
		margin-left: 30px;
		width: 210px;
	}
}



/* Responsive - Mobile
---------------------------------------- */
@media only screen and (max-width: 480px) {
	body {
		font-size: 14px;
		line-height: 21px;
	}

	header {
		height: 300px;
	}

	#header-logo {
		height: 185px;
		width: 233px;
	}

	#header-slogan {
		font-size: 24px;
		line-height: 30px;
		padding: 12px 8px 8px;
	}

	.slide-item {
		height: 300px;
	}

	#header-container {
		width: 100%;
	}
	
	#header-content {
		font-size: 18px;
		height: 282px;
		left: 50%;
		margin-left: -128px;
		padding: 0;
		top: 12px;
		width: 256px;
	}

	#header-tickets {
		font-size: 26px;
		margin-top: 80px;
		padding: 10px 40px;
	}

	section {
		margin-bottom: 40px;
		min-width: 100%;
		width: 100%;
	}

	.section-content h2 {
		margin: 0;
	}

	#content-container {
		padding-top: 20px;
	}

	.section-background-container {
		display: none;
	}

	#nav-secondary {
		display: none;
	}

	footer {
		margin: 10px auto 30px;
		padding: 0;
		width: 100%;
	}
	
	#footer-left, #footer-right {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#footer-text {
		margin: 30px 0 10px;
	}
	
	#footer-right > ul > li {
		float: none;
		height: auto;
		line-height: normal;
		margin-bottom: 10px;
	}

	.section-content {
		width: 90%;
	}

	.text-image {
		float: none;
		margin: 0 0 10px;
		text-align: center;
		width: 100%;
	}
	
	.text-image img {
		height: auto;
		width: 100%;
	}

	.text-content {
		width: 100%;
	}

	.maze-image {
		display: none;
	}


	/* Home */
	#section-1 {
		margin-top: 66px;
	}



	/* Menu
	---------------------------------------- */
	nav > ul {
		display: none;
	}

	.nav-toggle {
		color: #f9be29;
		cursor: pointer;
		display: inline-block;
		font-size: 38px;
		font-weight: 800;
		letter-spacing: -2px;
		line-height: 56px;
		margin: 0;
		padding: 0;
		position: absolute;
		text-shadow: 1px 1px #050505;
		text-transform: uppercase;
		z-index: 999;
	}

	#nav-secondary > .nav-toggle {
		display: block;
		position: relative;
	}

	#nav-secondary > .nav-toggle span {
		position: absolute;
	}

	.nav-toggle a {
		left: 10px;
		position: absolute;
		top: 3px;
		z-index: 1000;
	}

	#nav-secondary > .nav-toggle span {
		right: 10px;
		text-align: right;
		width: 200px;
	}

	#floating-menu {
		display: block;
		left: -250px;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		width: 250px;
		z-index: 1001;
	}

	#floating-menu > li {
		line-height: 40px;
	}

	#floating-menu > li > a, #floating-menu > li > a.facebook {
		background-color: #13675a;
		border-bottom: 1px solid #513200;
		color: #f9be29;
		display: inline-block;
		font-size: 16px;
		height: auto;
		padding: 6px 15px;
		position: static;
		text-align: left;
		width: 220px;
	}

	a.facebook {
		background: url( '/images/icn_facebook.png' ) 12px center no-repeat;
		box-shadow: none;
		height: 34px !important;
		margin: 0;
	}

	#floating-menu > li > a:hover, #floating-menu > li > a:active {
		color: #fff;
		background-color: #084d42;
		text-decoration: none;
	}



	/* Navigation Secondary
	---------------------------------------- */
	#nav-secondary {
		background: url( '/images/menu_bg.png' ) bottom center no-repeat;
		background-size: cover;
		display: none;
		height: 56px;
		min-width: 100%;
		width: 100%;
		position: fixed;
		text-align: center;
		top: 0;
		z-index: 100;
	}
	
	#nav-secondary > ul {
		display: none;
	}



	/* Contact Us
	---------------------------------------- */
	#contact-form {
		float: none;
		width: 100%;
	}
	
	.contact-row {
		margin: 0;
		overflow: hidden;
	}
	
	.contact-field, .contact-field.last {
		float: none;
		margin: 0 0 5px;
		width: 100%;
	}
	
	.contact-input, .contact-textarea {
		width: 91%;
	}
	
	#contact-submit {
		margin: 0;
		text-align: center;
	}
	
	#contact-text {
		float: none;
		margin: 20px 0 0;
		text-align: center;
		width: 100%;
	}

	#contact-map iframe {
		height: 300px;
	}



	/* Popup
	---------------------------------------- */
	#popup-title {
		line-height: 32px;
	}
	
	.popup-product-image {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	
	.popup-product-image img {
		height: auto;
		width: 100%;
	}
	
	.popup-product-content {
		float: none;
		width: 100%;
	}



	/* Gallery
	---------------------------------------- */
	#photo-gallery {
		width: 100%;
	}



	/* 
	---------------------------------------- */
	.ls-nav ul li {
		margin: 0 8px 10px;
	}
	
	.ls-nav ul li a {
		padding-bottom: 1px;
	}

	.jcarousel {
		margin: 0 auto;
		width: 220px !important;
	}

	.jcarousel-control-prev {
		left: -2px !important;
		top: 40px !important;
	}
	
	.jcarousel-control-next {
		right: -2px !important;
		top: 40px !important;
	}

	.button-garden, .button-bakery {
		background-position: 21px center;
		padding: 10px 0 0 58px;
		width: 200px;
	}

}