	/* base.css, part of YUI's CSS Foundation */h1 {	/*18px via YUI Fonts CSS foundation*/	font-size:138.5%;  }h2 {	/*16px via YUI Fonts CSS foundation*/	font-size:123.1%; }h3 {	/*14px via YUI Fonts CSS foundation*/	font-size:108%;  }h1,h2,h3 {	/* top & bottom margin based on font size */	margin:1em 0;}h1,h2,h3,h4,h5,h6,strong {	/*bringing boldness back to headers and the strong element*/	font-weight:bold; }abbr,acronym {	/*indicating to users that more info is available */	border-bottom:1px dotted #000;	cursor:help;} em {	/*bringing italics back to the em element*/	font-style:italic;}blockquote,ul,ol,dl {	/*giving blockquotes and lists room to breath*/	margin:1em;}ol,ul,dl {	/*bringing lists on to the page with breathing room */	margin-left:2em;}ol li {	/*giving OL's LIs generated numbers*/	list-style: decimal outside;	}ul li {	/*giving UL's LIs generated disc markers*/	list-style: disc outside;}dl dd {	/*giving UL's LIs generated numbers*/	margin-left:1em;}th,td {	/*borders and padding to make the table readable*/	border:1px solid #000;	padding:.5em;}th {	/*distinguishing table headers from data cells*/	font-weight:bold;	text-align:center;}caption {	/*coordinated marking to match cell's padding*/	margin-bottom:.5em;	/*centered so it doesn't blend in to other content*/	text-align:center;}p,fieldset,table {	/*so things don't run into each other*/	margin-bottom:1em;}	/*Copyright (c) 2009, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txtversion: 3.0.0build: 1549*//** * Percents could work for IE, but for backCompat purposes, we are using keywords. * x-small is for IE6/7 quirks mode. */body {	font:13px/1.231 arial,helvetica,clean,sans-serif;	*font-size:small; /* for IE */	*font:x-small; /* for IE in quirks mode */}/** * Nudge down to get to 13px equivalent for these form elements */ select,input,button,textarea {	font:99% arial,helvetica,clean,sans-serif;}/** * To help tables remember to inherit */table {	font-size:inherit;	font:100%;}/** * Bump up IE to get to 13px equivalent for these fixed-width elements */pre,code,kbd,samp,tt {	font-family:monospace;	*font-size:108%;	line-height:100%;}	/*Copyright (c) 2009, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txtversion: 3.0.0build: 1549*//*	TODO will need to remove settings on HTML since we can't namespace it.	TODO with the prefix, should I group by selector or property for weight savings?*//*html{	color:#000;	background:#FFF;}*//*	TODO remove settings on BODY since we can't namespace it.*//*	TODO test putting a class on HEAD.		- Fails on FF. */body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {	margin:0;	padding:0;}table {	border-collapse:collapse;	border-spacing:0;}fieldset,img {	border:0;}/*	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...*/address,caption,cite,code,dfn,em,strong,th,var {	font-style:normal;	font-weight:normal;}/*	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.*/li {	list-style:none;}caption,th {	text-align:left;}h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}q:before,q:after {	content:'';}abbr,acronym {	border:0;	font-variant:normal;}/* to preserve line-height and selector appearance */sup {	vertical-align:text-top;}sub {	vertical-align:text-bottom;}input,textarea,select {	font-family:inherit;	font-size:inherit;	font-weight:inherit;}/*to enable resizing for IE*/input,textarea,select {	*font-size:100%;}/*because legend doesn't inherit in IE */legend {	color:#000;}									/* styles/includes/main.css */

/* FONTS */
@font-face {
    font-family: 'jungle_juiceregular';
    src: url('/fonts/jungj-webfont.eot');
    src: url('/fonts/jungj-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/jungj-webfont.woff2') format('woff2'),
         url('/fonts/jungj-webfont.woff') format('woff'),
         url('/fonts/jungj-webfont.ttf') format('truetype'),
         url('/fonts/jungj-webfont.svg#jungle_juiceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/fonts/OpenSans-Bold-webfont.eot');
    src: url('/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansitalic';
    src: url('/fonts/OpenSans-Italic-webfont.eot');
    src: url('/fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Italic-webfont.woff2') format('woff2'),
         url('/fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* GLOBAL */
body {
	font-family:'open_sansregular', Arial, Helvetica, sans-serif; 
	color:#776655; 
	font-size:1.4em; 
	background:url('/images/design/body-bg.jpg') repeat top center #eabb8c;
	line-height:1.3;
}

.pull-right-xs {
	float:right !important;	
}

h1, h2, h3, h4 {
	font-family: 'jungle_juiceregular';
	margin:0;
	padding:0;	
	font-size:3.1em;
	line-height:0.8;
	letter-spacing:-1px;
	color:#4d3623;
}

h1 {
	font-size:7.2em;	
	color:#000;
	line-height:0.8;
	text-align:center;
	padding:0.1em 0 0;
}

h1 a,
h1 a:hover {
	color:#000;	
	text-decoration:none;
	margin:0 auto;
}

h3 {
	font-size:2.6em;	
}

.pageContent h3 a:hover {
	text-decoration:none;
}

h4 {
	font-family: 'open_sansregular';
	font-size:1.2em;
	margin-bottom:0.5em !important;
}

h2 span,
h3 span,
.btn span,
#nav a span {
	position:relative;
	bottom:-0.1em;
	vertical-align:bottom;		
}

.btn span.hidden-xs {
	bottom:0;	
}

span.hyphen {
	position:relative;
	bottom:0.3em;
	vertical-align:bottom;		
}

#nav a span {
	bottom:-0.05em;	
}

p {
	padding-bottom:0.8em;	
}

p.intro {
	color: #834507;
    font-size: 1.1em;	
}

a,
.pageContent h2 a,
.pageContent h3 a,
.pageContent h4 a {
	color:#b27c51;		
}

a:hover,
a:focus,
.pageContent h2 a:hover,
.pageContent h3 a:hover,
.pageContent h4 a:hover,
.pageContent h2 a:focus,
.pageContent h3 a:focus,
.pageContent h4 a:focus {
	color:#795538;
	text-decoration:none;
	outline:none;	
}




.txtSmall {
	font-size:0.85em;	
}

iframe {
	width:100%;	
}

.pageContent strong {
	font-family: 'open_sansbold';		
}


/* TABLES */ 
table{
	width:100%;
	margin-bottom:1.5em;
}

table th,
table td {
	padding:8px;
	line-height:1.428571429;
	vertical-align:top;
	border:1px solid #d8c9b0;
}

table table{
	background-color:#fff;
}

table >tbody>tr:nth-child(odd)>td {
	background-color:#f4e5cb;
}

table >tbody>tr:nth-child(odd)>th {
	background-color:#be8a61;
	color:#fff;
}

/* BUTTONS */ 

.btn,
.pageContent .btn,
.pageContent .formTable .submit,
.formTable .submit {
	border:3px solid #ffffff;
	font-family: 'jungle_juiceregular';
	font-size:2.5em;
	text-align:center;	
	background:#111111;	
	color:#fff;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	display:block;
	line-height:1;
	padding:0.2em 0.8em;
	margin:0.1em 0;
	letter-spacing:-1px;
	min-height:1.6em;
}

.btn:hover,
.btn:focus,
.pageContent .btn:hover,
.pageContent .btn:focus {
	color:#fff;	 
	background:#000000;
	border:5px solid #ffffff;
	padding:0.15em 0.75em;
}

.btn-orange,
.pageContent .btn-orange {
	background:#ff811a;	
}

.btn-orange:hover,
.btn-orange:focus,
.pageContent .btn-orange:hover,
.pageContent .btn-orange:focus {
	background:#f57910;	
}

.pageContent .btn-lgtBrown,
.pageContent .btn-lgtBrown {
	background:#b27c51;	
}

.btn-lgtBrown:hover,
.btn-lgtBrown:focus,
.pageContent .btn-lgtBrown:hover,
.pageContent .btn-lgtBrown:focus {
	background:#a77248;	
}

.btn-dkBrown,
.dkBrown,
.pageContent .btn-dkBrown,
.pageContent .dkBrown {
	background:#4d3623;	
}

.btn-dkBrown:hover,
.btn-dkBrown:focus,
.pageContent .btn-dkBrown:hover,
.pageContent .btn-dkBrown:focus {
	background:#442d1b;	
}

.btn-blue,
.pageContent .btn-blue {
	background:#336699;		
}

.btn-blue:hover,
.btn-blue:focus,
.pageContent .btn-blue:hover,
.pageContent .btn-blue:focus {
	background:#2b6091;		
}

.btn-red,
.pageContent .btn-red {
	background:#ec2727;		
}

.btn-red:hover,
.btn-red:focus,
.pageContent .btn-red:hover,
.pageContent .btn-red:focus {
	background:#e2161f;		
}

.btn-green,
.formTable .submit,
.pageContent .btn-green,
.pageContent .formTable .submit {
	background:#48591d;		
}

.btn-green:hover,
.btn-green:focus,
.formTable .submit:hover,
.formTable .submit:focus,
.pageContent .btn-green:hover,
.pageContent .btn-green:focus,
.pageContent .formTable .submit:hover,
.pageContent .formTable .submit:focus {
	background:#405116;		
}

.pageContent .btn:hover {
	text-decoration:none;	
}

/* ALERTS */
.alert > p {
	padding-bottom:0;	
}

.alert-success a,
.alert-success a:hover {
	color:#3c763d;
	text-decoration:underline;	
}

/* FORMS */
form {
	padding:1em;
	background:	#f8edda;
	border: 1px solid #d8c9b0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

.productPanel form,
#checkout form {
	padding:0;
	background:none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
	border:none;	
}

form .btn {
	width:100%;	
}

.form-control:focus {
	border-color:#96b93c;
}

input, textarea, select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#captcha .input-group-addon {
	padding:0 0.3em;	
}

#payment span select {
	width:47%;
	margin-right:2%;
	float:left;	
}

#payment span {
	display:block;
	min-height:41px;	
}

#payment .submit,
#payment .btn {
	float:right;
	width:35%;	
}

#payment:after {
	content: " ";
    display: table;
	clear:both;	
}

#payment .btn {
	float:left;
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
    height: 1.4em;
    margin-top: 0;
    vertical-align: top;
    width: auto;
}

.formTable table {
	width:100%;
}

.formTable table td {
	width:50%;
	vertical-align:middle;
}

/* FLEXSLIDER */
.flex-direction-nav li {
	font-size:5em;	
	display:inline;
	font-family: 'jungle_juiceregular';	
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

#gallery .flex-direction-nav li {
	position:static;	
}

.flex-direction-nav .flex-prev {
	left:0.2em;
}

.flex-direction-nav .flex-next {
	right:0.2em;	
}

.flex-direction-nav li a {
	color: #fff;
    height: 1em;
	width:0.3em;
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
    z-index: 2000;
}

.flex-direction-nav li a:hover {
	text-decoration:none;	
}

/* HEADER */
#header {
	background:	#96b93c;
}

#headerCurve {
	display:block;
	width:100%;
	height: 25px;
	background:url('/images/design/header-btm-bg.png') repeat-x bottom center;
	position:relative;
	z-index:1000;
}

/* NAVIGATION */
#nav {
	background:none;
	margin-bottom:0.2em;	
}

#navbar {
	padding:0;	
}

#nav li {
	width:8%;	
}

#nav li.sm {
	width:13%;	
}

#nav li.md {
	width:18%;	
}

#nav li.lg {
	width:27%;	
}

#nav a {
	font-family: 'jungle_juiceregular';		
	color:#fff;
	padding:0.1em;
	line-height:1;
	font-size:2.5em;
	text-align:center;
	margin:0;
	letter-spacing:0;
}

#nav a:hover,
#nav a:focus {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	background:#88a937;
}

#nav a.active {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	background:#88a937;
}

.navbar-nav {
	width:100%;	
}

.navbar-toggle {
	border-top:1px solid #769626;
	border-right:1px solid #769626;
	border-left:1px solid #769626;
	background:#88a937;
	margin:1.5em 0 -2px;
	padding:0.8em 0.8em 2.4em 0.8em;
	-webkit-border-bottom-right-radius: 0; 
	-moz-border-radius-bottomright: 0; 
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0; 
	-moz-border-radius-bottomleft: 0; 
	border-bottom-left-radius: 0;
	z-index:500;
}

.navbar-toggle.collapsed {
	padding-bottom:0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	border:1px solid #fff;	
	padding:0.8em;
	margin:1.5em 0 -2px;
}

.navbar-toggle .icon-bar {
	background:#fff;	
}

/* CAROUSELS */
#carousel {
	max-height:	450px;
	overflow:hidden;
	margin:-1.5em auto 0;
	text-align:center;
	padding:0;
	background:#be8a61;
	position:relative;
	z-index:50;
}

#carousel li {
	list-style:none;	
}

#carousel .img-responsive {
	margin:0 auto;	
	border-right:6px solid #cda07d;
	border-left:6px solid #cda07d;
}

#carouselCurve {
	display:block;
	width:100%;
	height: 25px;
	background:url('/images/design/carousel-btm-bg.png') repeat-x bottom center;
	position:absolute;
	bottom:0;
	left:0;
}

/* CONTENT PANELS */
.contentPanel,
.contentPanelSmall {
	background:#000;
	color:#fff;	
	border:4px solid #b27c51;
	margin:1em 0;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	overflow:hidden; 
	position:relative;
	min-height:35em;
}

.pageContent {
	background:#fbf5e3;
	border:4px solid #b27c51;
	margin:1em 0;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	padding:1.5em;
}

.pageContent a:hover {
	text-decoration:underline;	
}

.pageContent h2,
.pageContent h3,
.pageContent h4 {
	margin:0.5em 0 0.2em;	
}

.pageContent .slider,
.pageContent .manualSlider,
.pageContent .multiSlider {
	background:	#000;
	border:6px solid #cda07d;
	position:relative;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

.pageContent .multiSlider {
	margin-bottom: 1em;
}

.pageContent .multiSlider img {
	max-height:260px;
	margin:0 auto;
}

.pageContent .multiSlider .flex-viewport li {
	margin: 4px 2px;
}

.pageContent .multiSlider .flex-viewport .caption {
	padding: 5px;
}

.pageContent ul {
	margin:	0 0 1em 2em;	
}

.pageContent ul.itemList {
	margin-left:0;	
	border-top: 2px dotted #d8c9b0;	
}

.pageContent ul.itemList li {
	list-style:none;
	padding:1em;
	border-bottom: 2px dotted #d8c9b0;	
}

.pageContent ul.itemList .contentImage img {
	margin:0 auto;	
}

.pageContent .row {
	margin-bottom:0.8em;	
}

.pageContent .contentImage {	
	margin-bottom:2em;	
}

.pageContent a {
	color: #0591c1;
}

.pageContent a:hover {
	color:	#02739a;
}

.pageContent .slides {
	margin:0;	
}

.pageContent .slider li,
.pageContent .manualSlider li {
	max-width:100%;	
}

.pageContent .slider .flex-direction-nav,
.pageContent .manualSlider .flex-direction-nav,
.pageContent .multiSlider .flex-direction-nav {
	margin:0;	
}

.pageContent .slider img,
.pageContent .manualSlider img {
	margin: 0 auto;	
}

.pageContent p.author {
	padding-bottom:0;
	font-style:italic;	
}

.pageContent .contentImage img {
	border:6px solid #cda07d;
	position:relative;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;	
}

.contentPanelSmall {
	min-height:0;	
}

.contentPanel h2,
.contentPanelSmall h2,
.contentPanelSmall h3 {
	color:#fff;	
	text-align:center;
	text-shadow:  3px 3px 0 #000, -2px -4px 0 #000, 1px -4px 0 #000, -2px 1px 0 #000, -4px 3px 0 #000;
}

.contentPanel h2 a,
.contentPanelSmall h2 a,
.contentPanelSmall h3 a {
	color:#fff;	
}

.contentPanelSmall.lgtBrown {
	background:#be8a61;	
}

.contentPanelSmall.lgtBrown h2,
.contentPanelSmall.lgtBrown h3 {
	padding:0.2em 0 0.1em;
	text-shadow:none;
}

.contentPanel .content {
	padding:1.5em 3em;	
}

.contentPanel .content p {
	padding:2em 0 5em;	
}

.contentPanel .image {
	margin-bottom:-3em;	
	max-height:245px;
	overflow:hidden;
}

.contentPanel .btn {
	margin-top:0.5em;
	position:absolute;
	bottom:0.6em;
	left:10%;
	min-width:80%;	
	z-index:2000;
	padding:0.2em;
}

.contentPanel .btn:hover {
	padding:0.15em;
}

.contentPanelSmall .btn {
	max-width:80%;
	margin-left:10%;	
}


/* HOME */
#bookOnline {
	background:	#ffcc99;
	z-index:100;
	position:relative;
	min-height:0;
	margin-top:-13.5em;
}

#bookOnline .content {
	padding:1em;	
}

#bookOnline h2 {
	text-shadow:none;
	font-size:2.6em;	
}

#bookOnline h2 .txtLrg {
	text-shadow:  3px 3px 0 #ffffff, -2px -4px 0 #ffffff, 1px -4px 0 #ffffff, -2px 1px 0 #ffffff, -4px 3px 0 #ffffff;	
	color:#ff8119;	
	display:block;
	font-size:3em;
	line-height:0.7;
	bottom:-0.05em;
}

#bookOnline h2 a {
	color:#b27c51;	
}

#bookOnline h2 a span {
	bottom:-0.15em;	
}

#bookOnline .btn {
	position:static;
	margin-bottom:0;	
}

#ticketsPrices {
	background:#ff811a;	
}

#ticketsPrices h2 {
	text-shadow:  4px 0 0 #ff811a, -2px -2px 0 #ff811a, 2px -2px 0 #ff811a, -3px 0 0 #ff811a;	
}

#information {
	background:#96b93c;	
	color:#000;
}

#information h2 {
	text-shadow:  4px 0 0 #96b93c, -2px -2px 0 #96b93c, 2px -2px 0 #96b93c, -3px 0 0 #96b93c;	
	color:#000;	
}

#thingsToDo {
	background:#4d2328;		
}

#thingsToDo h2 {
	text-shadow:  4px 0 0 #4d2328, -2px -2px 0 #4d2328, 2px -2px 0 #4d2328, -3px 0 0 #4d2328;		
}

#homeGallery {
	height:	35em;
	overflow:hidden;
}

#homeGallery img {
	left:50%;
	margin-left:-180px;	
	position:relative;
}

#speciesSupport {
	background:#4d3623;		
}

#speciesSupport h2 {
	text-shadow:  4px 0 0 #4d3623, -2px -2px 0 #4d3623, 2px -2px 0 #4d3623, -3px 0 0 #4d3623;		
}

#youTube h2 {
	filter:none;
	text-shadow:none;
	font-size:2.5em;	
	margin-top:0.8em;
	line-height:0.8;
	min-height:3em;
}

#youTube .youtube {
	background:url('/images/icons/youTube.png') no-repeat center center;	
	width:142px;
	height:59px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
}

#youTube iframe {
	border-top:1px solid #666666;
	background:#333333;	
}

#renewableEnergy {
	background:#48591d;	
}

#renewableEnergy h2 {
	text-shadow:  4px 0 0 #48591d, -2px -2px 0 #48591d, 2px -2px 0 #48591d, -3px 0 0 #48591d;		
}

#renewableEnergy .content p {
	padding-top:0.3em;	
	padding-bottom:4.6em;	
}

/* NEWS */
#news {	
	background:url('/images/news/news-bg-sm.jpg') repeat top center #fff;
	color:#000000;	
}

#newsPage {
	background:url('/images/news/news-bg-sm.jpg') repeat top center #fff;	
}

#newsPage h2 {
	background:url('/images/news/news-title-bg.png') no-repeat center left;	
	color:#000;
	padding:0.4em 1em;
	margin:1em 0 1em 1em;	
}

#newsPage h2 a {
	color:#000;	
}

#newsPage #mainContent .container {
	background:url('/images/news/pen-bg.png') no-repeat top right;	
	margin:-1.5em auto 0;
	padding-top:1.5em;
	padding-right:95px;
}

#newsPage #mainContent #articlePage {
	background:0;
	padding-right:15px;	
}

#newsPage .contentPage {
	background:url('/images/news/news-page-polaroid-bg.png') no-repeat top right;		
}

.article {
	position:relative;	
	margin-top:1em;
}

.article .imageMd {
    float: right;
    height: 204px;
    overflow: hidden;
    padding: 7px;
    width: 198px;
	margin:-55px -5px 1em 1em;
}

.articleImage .content {
	min-height:13.5em;	
}

.article .imageCoverMd {
	height:216px;
	width:205px;	
	position:absolute;
	top:-0.5em;
	display:block;
	right:-0.6em;
	background:url('/images/news/polaroid-cover-md.png') no-repeat top right;
}

.article .content {
	background:#fbf5e3;	
	padding:1em 1.5em;
}

.articleTop {
	background:url('/images/news/news-article-top-green.png') repeat-x top center;	
	display:block;
	width:100%;
	height:50px;	
}

#articlePage .articleTop,
#articlePage .articleBottom {
	background-position:top center;	
}

.pin2 .articleTop {
	background-image:url('/images/news/news-article-top-blue.png');	
}

.pin3 .articleTop {
	background-image:url('/images/news/news-article-top-red.png');	
}

.pin4 .articleTop {
	background-image:url('/images/news/news-article-top-yellow.png');	
}

.pin5 .articleTop {
	background-image:url('/images/news/news-article-top-purple.png');	
}

.articleBottom {
	background:url('/images/news/news-article-bottom.png') repeat-x top center;	
	display:block;
	width:100%;
	height:40px;	
}

.article.even {
	margin-top:4.5em;	
}

.article h3 {
	color:#000;
	margin-bottom:0.4em;	
}

.article h3 a {
	color:#000;
}

#news h3 {
	font-size:2.2em;
	min-height:1.6em;
	padding-bottom:0.2em;
}

#news .storyImage h3 {
	max-width: 50%;
  	word-wrap: break-word;
}

#news .storyImage h3 a {
	color:#000;	
}

#news .story {
	padding:3.5em 1em 0 1em;	
}

#news .content p {
	padding:0 0 0.5em;	
}

#news p.storyTxt {
	clear:both;	
	padding-top:0.5em;
}

#news h2 {
	background:url('/images/news/news-title-bg.png') no-repeat center center;	
	filter:none;
	text-shadow:none;
	color:#000;
	padding:0.4em 0;
	margin:0.2em 0 0;
}

#news h2 a,
#news h2 a:hover {
	color:#000;	
}

#news .image {
	position:relative;
	margin-bottom:0;	
}

#news .imageSm {
	width:128px;
	height:137px;
	overflow:hidden;
	padding:7px;
	float:right;
}

#news .imageCoverSm {
	height:100%;
	width:100%;	
	position:absolute;
	top:0;
	display:block;
	right:0;
	background:url('/images/news/polaroid-cover-small.png') no-repeat top right;
}

#news .content {
	background:url('/images/news/news-story-bg-sm.jpg') no-repeat top center;
	min-height:305px;
	padding-top:1em;	
}

#news .btn-news,
#articlePage .btn-news { 
	background:url('/images/news/news-btn-bg.png') no-repeat center center;
	color:#000;
	border:none;
	border-radius:0;
	padding:0.7em 0;
	bottom:0.3em;
}

#articlePage .btn-news {
	float: left;
    margin-left: 1em;
    margin-top: 1.5em;
    min-width: 250px;	
	font-size:2.5em;
}


#news .btn-news:hover{
	margin-top:0.5em;
	margin-bottom:0.1em;	
}

/* CONTENT PAGES */
.contentPage {
	padding:1.5em 0;	
}

.contentPage h2 {
	padding:0 0.4em;	
}

.contentPanelSmall h2 a {
	display:block;	
}

/* GALLERY */
#gallery {
	max-height:60em;	
}

#gallery li {
	max-height:60em;
	position:relative;
	text-align:center;	
}

#gallery .caption {
	background: #000;
	z-index:500;
	width:100%;
	text-align:center;
	padding:0.5em 3em;	
}

#gallery img {
	margin:0 auto;
}

#thumbnails {
	max-height:13.5em;	
}

#thumbnails li {
	margin:4px 2px;	
}

/* SHOP */
.productPanel .row {
	margin-bottom:0;	
}

.productPanel h3 {
	margin-top:0;	
}

.productPanel .price {
	font-size:1.2em;	
}

.productPanel .btn-basket span {
	background:url('/images/design/icon-basket.png') no-repeat top left;
	padding-left:0.9em;	
}

.productPanel .image {
	margin-bottom: 1em;
	text-align:center;	
}

.productPanel .image img {
	margin:0 auto;	
	max-height:200px;
	min-width:0;
}

.productPanel .btn {
	width:100%;	
}

.productPanel .btn:hover {
	text-decoration:none;	
}

#basket {
	font-size:2.2em;	
	float:right;
	font-family: 'jungle_juiceregular';	
	height:1em;
}

#basket a {
	color:#333;	
}

#basket ahover {
	color:#000;	
}

#basket span {
	background:url('/images/design/icon-basket_dark.png') no-repeat top left;
	padding-left:0.9em;		
}

/* SIDEBAR */

#sideBar #bookOnline {
	margin-top:0;	
}

#sideBar #bookOnline h2 {
	font-size:2.3em;	
}

#sideBar .contentPanel {
	min-height:0;
}

#sideBar .contentPanel .content {
	padding:1.5em;	
}

.contentPage #sideBar h2 {
	padding-left:0;
	padding-right:0;	
}

#newsletter {
	background:#4d2328;	
	margin:0 0 1em 0;
}

#newsletter .btn {
	margin-bottom:0.5em;	
}

#newsletter h2 {
	text-shadow:none;
	color:#000;
	padding-bottom:0.2em;
	font-size:2.8em;	
}

#newsletter h2 a {
	color:#b27c51;		
}

#newsletter .txtLrg {
	display:block;
	font-size:2.2em;
	line-height:1.1;
	color:#fff;	
}

.menuPanel {
	margin-bottom:1em;
	background:url('/images/design/menu-top-bg.png') no-repeat top right;
	padding-top:18px;
	margin-top:-3.2em;
}

.menuPanel li {
	background:#4d3623;	
	list-style:none;
	padding:0 1em;
}

.menuPanel a {
	color:#fff;	
	padding:0.8em 0.4em 0.8em 1.5em;
	display:block;
	border-top:2px dotted #795538;
	background:url('/images/design/nav-bg.png') no-repeat 8px center;	
}

.menuPanel a:hover {
	background:url('/images/design/nav-bg.png') no-repeat 8px center #6b4b30;
}

.menuPanel a.active {
	background:url('/images/design/nav-bg.png') no-repeat 8px center #6b4b30;
}

.menuPanel ul {
	list-style:none;
	background:url('/images/design/menu-btm-bg.png') no-repeat bottom left;	
	padding-bottom:18px;
}

.menuPanel .menuTitle a {
	font-size:2em;	
	font-family: 'jungle_juiceregular';
	padding:0.5em 0 0.2em 0;
	border-top:0;
	background:none;
	text-align:center;
}

.menuPanel .menuTitle a:hover {
	background:none;	
}

.menuPanel .last a {
	border-bottom:2px dotted #795538;	
}

.menuPanel .last {
	padding-bottom:0.5em;	
}


/* SPECIALOFFERS */
#specialOffers {
	margin:1em 0;	
}

#specialOffers #bookOnline {
	margin-top:0;	
	float:none;
}

#specialOffers #bookOnline h2 {
	font-size:2.3em;
	padding-left:0;
	padding-right:0;	
}

#specialOffers #bookOnline,
#groupVisits,
#annualPass {
	background:	#ffcc99;
	z-index:100;
	position:relative;
	min-height:14.5em;
	margin-top:0;
	height:auto;
}

#groupVisits .content,
#annualPass .content {
	padding:1em;	
}

#groupVisits h2,
#annualPass h2 {
	text-shadow:none;
	font-size:2.3em;
	padding-left:0;
	padding-right:0;	
}

#annualPass h2 {
	font-size:2.2em;	
}

#groupVisits h2 .txtLrg,
#annualPass h2 .txtLrg {
	text-shadow:  3px 3px 0 #ffffff, -2px -4px 0 #ffffff, 1px -4px 0 #ffffff, -2px 1px 0 #ffffff, -4px 3px 0 #ffffff;	
	color:#4d3623;	
	display:block;
	font-size:3em;
	line-height:0.7;
	bottom:-0.05em;
}

#annualPass h2 .txtLrg {
	color:#48591d;
	font-size:2.2em;
	line-height: 0.9;
    padding-top: 0.1em;
}

#groupVisits h2 a,
#annualPass h2 a {
	color:#b27c51;	
}

#groupVisits h2 a span,
#annualPass h2 a span {
	bottom:-0.15em;	
}

#groupVisits .btn,
#annualPass .btn {
	position:static;
	margin-bottom:0;	
}

/* FOOTER */
#footerTop {
	display:block;
	width:100%;
	height: 91px;
	background:url('/images/design/footer-top-bg.png') repeat-x bottom center;
	position:relative;
	z-index:1000;	
}

#footer {
	background:#96b93c;	
	padding:1em 0;
	font-family: 'open_sansbold';
}

#footer a {
	color:#111111;	
}

#footer a:hover {
	text-decoration:underline;
	color:#000;	
}

#footer p,
#footer address {
	font-size:1.15em;	
	margin-bottom:0;
	color:#000;
}

#footer address {
	padding:0.2em 0 0.3em;	
}

#footer .telephone {
	padding-right:1.5em;	
}

#footer .social li {
	display:inline;	
	list-style:none;
}

#footer .footerLinks li {
	display:inline;
	list-style:none;
	padding-left:0.5em; 
	margin-left:0.5em;
	border-left:1px solid #789430;
}

#footer .footerLinks,
#footer #copyright {
	display:inline;	
	font-size:0.8em;
	font-family: 'open_sansregular';
}

#footer .social a {
	display:block;
	height:70px;
	width:70px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	float:right;
	margin-left:0.3em;	
}

#footer .social .facebook {
	background:url('/images/icons/facebook.png') no-repeat center center;	
}

#footer .social .twitter {
	background:url('/images/icons/twitter.png') no-repeat center center;	
}

#footer .social .instagram {
	background:url('/images/icons/instagram.png') no-repeat center center;
}

#footer .noSmoking {
	background:url('/images/icons/no_smoking.png') no-repeat center left;
	padding-left:5.8em;
	padding-top:1.4em;
	min-height:70px;
	text-transform:uppercase;
	font-size:1em;
}

#footer .noSmoking span {
	display:block;	
	font-size: 1.05em;
}

.pull-right-sml {
	float:right;	
}

/* RESPONSIVE STYLES */

@media only screen and (max-width: 1200px) {
	#carousel .img-responsive {
		border:none;	
	}
	
	#bookOnline h2 {
		font-size:2.1em;	
	}
	
	.btn {
		padding-left:0.4em;
		padding-right:0.4em;
		font-size:2.2em;	
	}
	
	.btn:hover {
		padding:0.17em 0.35em 0;
	}
	
	.contentPanel .content {
		padding:1.5em 2.2em;	
	}
	
	#sideBar #bookOnline .content {
		padding:1em;	
	}
	
	#sideBar #bookOnline h2 {
		padding:0;	
	}
	
	.contentPanel .btn {
		left:10%;
		min-width:80%;	
	}
	
	.contentPanel {
		height:34em;	
	}
	
	#sideBar .contentPanel {
		height:auto;	
	}
	
	#bookOnline {
		height:auto;
		margin-top:-12.5em;	
	}
	
	#news .story {
		padding-right:1.4em;	
	}
	
	#news .btn-news { 
		background-position: center left; 
		padding:0.8em 0;
	}
	
	#nav a {
		font-size:2.4em;	
	}
	
	.pageContent .contentImage img {
		margin-top:1.2em;	
	}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#news .content {
		background:url('/images/news/news-story-bg-xs.jpg') no-repeat top center;
		padding-left:1.5em;
		padding-right:0.8em;	
	}
	
	.contentPanel .image {
		max-height:220px;	
	}
}

@media only screen and (min-width: 621px) {
	.articleRecords {
		text-align:right;	
	}
}

@media only screen and (max-width: 1200px) {
#footer .social a {
	height:60px;
	width:60px;
}

#footer .social .facebook {
	background:url('/images/icons/facebook_60x60.png') no-repeat center center;	
}

#footer .social .twitter {
	background:url('/images/icons/twitter_60x60.png') no-repeat center center;	
}

#footer .noSmoking {
	background:url('/images/icons/no_smoking_60x60.png') no-repeat center left;
	min-height:60px;
	font-size: 0.9em;
    padding-top: 1.1em;
}
}

@media only screen and (max-width: 992px) {
	#homeGallery .btn {
		left: 50%;
		margin-left: -20%;
		min-width: 40%;	
	}
	
	.article.even {
		margin-top:1em;	
	}
	
	#newsPage .contentPage {
		background:url('/images/news/news-page-pins-sm-xs-bg.png') no-repeat top right;	
	}
	
	#newsPage h2 {
		margin:0.2em 0.5em;	
	}
	
	#footer .noSmoking {
		margin-top:2em;
	}

}

@media only screen and (max-width: 767px) { 
	#footer .noSmoking {
		margin:2em auto;	
		max-width:200px;
	}
	
	h1 {
		font-size:6em;
		float:left;	
		padding:0.15em 0.15em 0 0.15em;
	}
	
	.navbar-header {
		float:right;	
	}
	
	#navbar {
		clear:both;	
	}
	
	#nav li {
		width:100% !important;	
	}
	
	#nav a {
		margin:0.1em 0.3em;	
	}
	
	.navbar-nav {
		margin:0.5em 0;	
	}
	
	.navbar-collapse {
		padding:0;
		overflow:visible;
		max-height:none;
		box-shadow:none;	
		border:1px solid #769626;
		margin-bottom:0.5em;
	}
	
	#carousel .img-responsive {
		max-width:140%;
		margin:0 -20%;
	}
	
	#carousel .flex-active-slide {
		z-index:1000;	
		position:relative;
	}
	
	.navbar-collapse {
		background:#88a937;	
	}
	
	#nav {
		margin-bottom:0;	
	}
	
	#nav li a.active,
	#nav a:hover, #nav a:focus {
		background:#769626;	
	}
	
	.pull-right,
	.pull-left {
		float:none!important;	
	}
	
	#bookOnline {
		float:right;
	}

	#news .content {  
		padding-left:1em;
		padding-right:1em;
		max-width: 294px;
		margin:0 auto;
	}
	
	#footer {
		text-align:center;	
	}
	
	#footer .social a {
		float:none;	
		margin-top:1em;
		display:inline-block;
	}
	
	#sideBar {
		clear:both;	
	}
	
	.pull-right-sm {
		float:right;	
	}
	
	.clear-left-sm {
		clear:left;	
	}
	
	#sideBar #bookOnline {
		float:none;	
		margin-top:1em;
	}
	
	#sideBar #speciesSupport {
		height:auto;	
	}
	
	.menuPanel {
		margin-top:1em;	
	}
	
	#newsPage #mainContent .container {
		background:none;
		padding-right:15px;	
	}
	.formTable table td {
		width:100%;
		display:block;
		border-top:none;
		border-bottom:none;	
		padding-bottom:1px;
		text-align:left !important;
	}
	
	.formTable table td input,
	.formTable table td select,
	.formTable table td textarea {
		margin-bottom:7px;	
	}
	
	#payment .submit,
	#payment .btn {
		width:100%;
		float:none;	
	}
	
	.formTable .colTwo {
		padding-bottom:8px;
		padding-top:5px;	
	}
	
	table th {
		font-size:0.9em;		
	}
	
	.formTable table {
		border-top:1px solid #d8c9b0;
		border-bottom:1px solid #d8c9b0;	
	}
}

@media only screen and (max-width: 660px) { 
	#news .content {  
		padding-left:1em;
		padding-right:0;
	}
	
}


@media only screen and (max-width: 620px) { 
	.col-xxs-12 {
		width:100%;
	}
	
	.pull-right-sml {
		float:none;	
	}
	
	.contentPanel {
		height:auto;
		min-height:auto;
	}	
	
	#homeGallery,
	#news,
	#youTube {
		min-height:35em;	
	}

	.img-responsive {
		margin:0 auto;
		min-width:100%;	
	}
	
	.contentPanel .image {
		max-height:350px;	
	}
	
	h1 {
		font-size:4.5em;	
		padding-top:0.3em;
	}

	.navbar-toggle,
	.navbar-toggle.collapsed {
		margin-top:1.2em;	
	}
	
	#news .btn-news {
		background-position:center center;	
	}
	
	#news .content {  
		padding-left:1em;
		padding-right:1em;	
	}
	
	#homeGallery .btn,
	.contentPanel .btn {
		left:10%;
		min-width:80%;	
		margin-left:0;
	}
	
	#footer .footerLinks, #footer #copyright {
		display:block;	
	}
	
	#footer .footerLinks .first {
		border-left:none;	
	}
	
	#footer .telephone {
		display:block;	
	}
	
}

@media only screen and (max-width: 480px) {  
	#header .container {
		min-height:5em;	
	}
	
	h1 {
		font-size:3.9em;
		max-width:82%;	
		padding-left:0;
		padding-right:0;
	}

	.col-xxxs-12 {
		width:100%;
	}
	
	.pull-right-xs {
		float:none !important;	
	}
	
	#bookOnline {
		float:none;
		margin-top:-2.5em;
	}
	
	#carousel .img-responsive {
		max-width:180%;
	}
	
	table th,
	table td {
		padding:8px 4px;	
	}
	
	table {
		font-size:0.95em;	
	}
	
	#newsPage .contentPage {
		background:none;	
	}
	
	.article .imageMd {
		margin-top:0;	
		margin-bottom:2em;
	}
	
	.article .imageCoverMd {
		top:50px;	
	}
	
	#newsPage .storyTxt {
		word-wrap:break-word;	
	}
}

@media only screen and (max-width: 460px) {  
	#homeGallery img {
		margin-left:0;
		left:0;	
		min-width:100%;
	}
	
	#basket {
		width:1em;
		margin-left:1em;
	}		
	#basket span {  
		text-indent:-99999px;
		display:block;
	}
}

@media only screen and (max-width: 380px) {
	h1 {
		font-size:3.8em;
		max-width:70%;	
		padding-top:0.15em;
	}
	
	.navbar-toggle,
	.navbar-toggle.collapsed {
		margin-top:2.5em;	
	}
	
	.navbar-toggle {
		padding-bottom:2.8em;	
	}
	
	.article h3 {
		clear:both;
	}
	
	#articlePage .btn-news { 
		margin-left:0;
		float:none;
	}
	
	#newsPage h2 {
		background-position:center center;
		text-align:center;
		margin:0.2em 0;	
	}
	
}

@media only screen and (max-width: 340px) { 
	#news .imageSm {
		margin-right:-22px;	
	}
	
	#footer p, #footer address {
		font-size:0.95em;	
	}
}	
