/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "ConduitITCPro", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 1.904761904761905em;
	color: #7B7D7D;
}

body.editor, body.short_editor {
	background-image: none;
	min-height: 500px;
	transition: none;
}

body.short_editor {
	min-height: 200px;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
	margin-bottom: 1em;
}

table th {
	text-align: left;
}

table td {
	vertical-align: top;
}

table.data_table th {
	padding: 0px 10px;
	line-height: 1.3em;
}

table.data_table td {
	background-color: #F6F6F6;
	padding: 5px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.3em;
	border-top: 1px solid #FFFFFF;
}

.block_content_photo .content table td {
	text-align: left;
}

p {
	text-align: justify;
	margin-bottom: 1em;
}

.block .content p:last-child {
	margin-bottom: 0px;
}

p.tight {
	line-height: 1.2em;
}

ul {
	padding-left: 15px;
}

#content_box ul, #content_box ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 1em;
}

#content_box ul ul {
	margin-bottom: 0px;
}

ul.facts {
	list-style-position: outside;
	text-align: left;
	line-height: 1.25em;
}

ul.facts li {
	margin-bottom: .75em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

@media only screen and (min-width: 767px) {

	ul.facts {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 50px;
		-webkit-column-gap: 50px;
		column-gap: 50px;
	}
}

h1 {
	font-size: 60px;
	line-height: 1em;
	font-weight: bold;
	color: #4D2216;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
	margin-bottom: .5em;
}

h2 {
	font-size: 40px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
	color: #E1AD0F;
	margin-bottom: .25em;
}

.block:first-child h1 + h2 {
	margin-top: -.5em;
}

@media only screen and (max-width: 999px) {

	h1, .block_content_photo h2 {
		font-size: 50px !important;
	}

	h2 {
		font-size: 35px;
	}

}

@media only screen and (max-width: 799px) {

	h1, .block_content_photo h2 {
		font-size: 40px !important;
	}

	h2 {
		font-size: 30px;
	}

}

@media only screen and (max-width: 599px) {

	h1, .block_content_photo h2 {
		font-size: 34px !important;
	}

	h2 {
		font-size: 27px;
	}

}

hr {
	border: 0px;
	height: 2px;
	margin: 30px auto;
	color: #E9E9E9;
	background-color: #E9E9E9;
}

img {
	border: none;
}

#content img, .editor img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #90BB19;
}

a:hover {
	color: #A5D02D;
}

a:hover, .button, input[type="button"], input[type="submit"], input[type="reset"], a:hover:after {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.button.gold {
	text-transform: uppercase;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container, #page_blocks .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#page_blocks .block_content_photo .embed_container {
	height: 100%;
	padding-bottom: 0px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed,
#page_blocks .embed_container iframe, #page_blocks .embed_container object, #page_blocks .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}


.right_photo {
	float: right;
	margin: 5px 0px 40px 40px;
	display: inline;
	max-width: 50%;
}

.left_photo {
	float: left;
	margin: 5px 40px 40px 0px;
	display: inline;
	max-width: 50%;
}

@media only screen and (max-width: 599px) {

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
	}

}

.cols {
	margin-bottom: 1em;
}

@media only screen and (min-width: 767px) {

	.cols {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	.cols .col2 {
		width: 45%;
	}

}

.cols p {
	text-align: left;
}

.prices span.spacer {
	display: inline-block;
	width: calc(100% - 55px);
}

.prices strong {
	display: inline-block;
	width: 40px;
}

.grecaptcha-badge {
	bottom: 65px !important;
}

.paypal_container {
	max-width: 480px;
	margin: 0px auto;
}

.paypal_container .desc-label, .paypal_container label {
	font-size: 20px !important;
}

/* FORM CSS */

label, .label {
	white-space: nowrap;
}

input, select, textarea {
	font-family: "ConduitITCPro", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0px;
	color: #7B7D7D;
}

select {
	padding: 0px 5px;
}

input:focus, select:focus, textarea:focus {
        outline: 0px; 
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

a.button, span.button, input.button {
	display: inline-block;
	background-color: #90BB19;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 13px 18px;
	font-size: 22px;
	line-height: 1em;
	font-style: italic;
	letter-spacing: .075em;
	color: #FFFFFF;
}

p.buttons a.button {
	margin-bottom: .5em;
}

@media only screen and (max-width: 999px) {

	a.button, span.button {
		font-size: 20px;
		padding: 11px 15px;
	}

}

a.button:hover, input.button:hover {
	background-color: #A5D02D;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 2000px;
	margin: 0px auto;
	padding: 0px 100px;
	position: relative;
}

header {
	position: relative;
	max-width: 2000px;
	margin: 0px auto;
}

#header_bar {
	height: 40px;
	background-color: #3D1A10;
	background-image: url('../images/footer-bg.png');
	background-position: 0px -150px;
	background-repeat: no-repeat;
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-width: none;
	height: 100%;
	z-index: 100;
}

/*
.layout2 #header_inner .container {
	height: 100%;
}
*/

#logo {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 240px;
	height: 185px;
	padding-top: 20px;
	background-image: url('../images/footer-bg.png');
	background-repeat: no-repeat;
	background-position: -100px -150px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
}

#logo a {
	display: block;
	height: 100%;
}

#logo img {
	width: 75%;
	max-width: 180px;
	display: inline-block;
	margin-bottom: 8px;
}

#logo #logo2 {
	display: none;
}

#logo a {
	color: #FFFFFF;
}

#logo span {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #90BB19;
}

#header_photo {
	position: relative;
}

.layout_admin #header_photo {
	overflow: hidden;
}

#header_photo img {
	display: block;
	width: 100%;
}

#header_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 180px;
	background-image: url('../images/header-overlay.png');
	background-repeat: repeat-x;
	z-index: 10;
}

@media only screen and (max-width: 1200px) {

	#header_photo {
		height: 300px;
		overflow: hidden;
	}

	#header_photo.animal {
		height: 450px;
	}

	#header_photo img {
		width: 1200px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -600px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -300px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -900px;
	}

}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -100px;
	width: 100%;
	height: 100px;
	z-index: 200;
}

.collapsed #header_inner {
	top: 0px;
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed #header_inner .container {
	height: 100px;
	background-color: #3D1A10;
	background-image: url('../images/header-bar-bg.png');
	background-image: url('../images/footer-bg.png');
 	z-index: 500;
}

.collapsed_temp #logo, .collapsed #logo {
	height: auto;
	top: 20px;
	padding-top: 0px;
	background-image: none;
}

.collapsed_temp #logo #logo1, .collapsed #logo #logo1, .collapsed_temp #logo span, .collapsed #logo span {
	display: none;
}

.collapsed_temp #logo #logo2, .collapsed #logo #logo2 {
	display: block;
	max-width: 59px;
}

.collapsed_temp #main_nav, .collapsed #main_nav {
	top: 49px;
}

.collapsed_temp #main_nav li, .collapsed #main_nav li {
	font-size: 20px;
}

.collapsed_temp #top_nav, .collapsed #top_nav {
	float: right;
	position: relative;
	top: auto;
	right: auto;
	margin-left: 10px;
	display: inline;
}

.collapsed_temp #top_nav li, .collapsed #top_nav li {
	font-size: 16px;
	line-height: 30px;
}

.collapsed_temp #top_nav2 li, .collapsed #top_nav2 li {
	height: 30px;
	line-height: 30px;
}

.collapsed_temp #top_nav2 li a, .collapsed #top_nav2 li a {
	height: 30px;
	padding: 0px 15px;
}

#header_hours {
	position: absolute;
	bottom: -20px;
	left: 100px;
	z-index: 100;
	width: 220px;
	height: 140px;
	padding-top: 30px;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #C08F81;
	letter-spacing: .05em;
	background-image: url('../images/footer-bg.png');
}

#header_hours strong {
	font-size: 1.4em;
	color: #FFFFFF;
}

footer {
	background-color: #3D1A10;
	max-width: 2000px;
	margin: 0px auto;
}

#footer_top {
	background-color: #FFFFFF;
	background-image: url('../images/bg-white-grass.png');
	background-position: center center;
}

#footer_top .container {
	padding-top: 10%;
	padding-bottom: 10%;
	font-size: 45px;
	line-height: 1.111111111111111em;
	text-align: center;
	letter-spacing: .05em;
	color: #3D1A10;
}

#footer_top strong {
	text-transform: uppercase;
	color: #90BB19;
}

#footer_top a.button {
	margin-top: 1em;
	font-size: 0.666666666666667em;
	font-style: normal;
	text-transform: uppercase;
	color: #D5F283;
}

#footer_meerkats {
	position: absolute;
	bottom: -61px;
	right: 16%;
}

@media only screen and (max-width: 1399px) {

	#footer_meerkats {
		right: 10%;
	}

}

@media only screen and (max-width: 1199px) {

	#footer_meerkats {
		right: 6%;
	}

}

@media only screen and (max-width: 999px) {

	#footer_meerkats {
		width: 180px;
		right: 3%;
		bottom: -42px;
	}

}

@media only screen and (max-width: 799px) {

	#footer_meerkats {
		width: 130px;
		bottom: -31px;
	}

}

@media only screen and (max-width: 599px) {

	#footer_meerkats {
		right: 6%;
		width: 110px;
		bottom: -26px;
	}

}

@media only screen and (max-width: 499px) {

	#footer_meerkats {
		width: 90px;
		bottom: -21px;
	}

}

#footer_middle {
	background-color: #C6980D;
	background-image: url('../images/footer-middle-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 25px;
	line-height: 1.08em;
	font-style: italic;
	color: #F3E4B8;
	padding: 10% 0px;
}

#footer_middle .container {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
}

#footer_middle .title {
	font-size: 2em;
	line-height: .8em;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: .1em;
}

#mailinglist {
	width: 320px;
	text-align: right;
}

#mailinglist form div {
	width: 275px;
	height: 49px;
	margin: 19px 0px 0px 45px;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mailinglist #email_box {
	vertical-align: top;
	background-color: transparent;
	width: 231px;
	width: calc(100% - 40px);
	font-size: 20px;
	line-height: 41px;
	font-style: italic;
	color: #F3E4B8;
	padding-left: 13px;
}

#mailinglist #email_submit {
	vertical-align: top;
	background-color: transparent;
	font-size: 45px;
	width: 40px;
	height: 43px;
	font-weight: bold;
}

#mailinglist #email_submit:hover {
	color: #F3E4B8;
}

#footer_logo {
	width: 246px;
}

#footer_logo img {
	width: 100%;
	display: block;
}

#social {
	width: 320px;
	text-align: left;
}

#social ul {
	padding: 0px;
	margin-top: 16px;
}

#social li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	font-size: 58px;
	line-height: 58px;
}

#social li a {
	display: block;
	color: #FFFFFF;
}

#social li a:hover {
	color: #F3E4B8;
}

@media only screen and (max-width: 1099px) {

	#footer_middle {
		font-size: 20px;
	}

	#mailinglist, #social {
		width: 245px;
	}

	#mailinglist form div {
		width: 220px;
		height: 47px;
		margin-left: 25px;
	}

	#mailinglist #email_box {
		line-height: 39px;
	}

	#mailinglist #email_submit {
		height: 41px;
	}

	#footer_logo {
		width: 210px;
	}

	#social li {
		font-size: 54px;
	}

}

@media only screen and (max-width: 899px) {

	#footer_middle {
		font-size: 17px;
	}

	#mailinglist, #social {
		width: 210px;
	}

	#mailinglist form div {
		width: 195px;
		height: 45px;
		margin-left: 15px;
	}

	#mailinglist #email_box {
		line-height: 37px;
	}

	#mailinglist #email_submit {
		height: 39px;
	}

	#footer_logo {
		width: 195px;
	}

	#social li {
		font-size: 52px;
	}

}

@media only screen and (max-width: 749px) {

	#footer_middle .container {
		justify-content: space-around;
	}

	#footer_logo {
		display: none;
	}

}

@media only screen and (max-width: 549px) {

	#footer_top .container {
		padding-top: 20%;
		padding-bottom: 20%;
	}

	#footer_middle {
		padding: 20% 0px;
	}

	#footer_middle .container {
		display: block;
	}

	#mailinglist, #social {
		text-align: center;
		margin: 0px auto;
	}

	#mailinglist {
		margin-bottom: 50px;
	}

}

#footer_bottom {
	background-image: url('../images/footer-bg.png');
	padding: 200px 0px 190px 0px;
	padding: 10% 0px 9.5% 0px;
}

#footer_bottom .container {
	display: flex;
	justify-content: space-between;
	max-width: 1700px;
}

#footer_bottom .title {
	font-size: 25px;
	color: #E17C0F;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: .75em;
}

.footer_col {
	font-size: 17px;
	line-height: 1.235294117647059em;
	color: #FFFFFF;
}

@media only screen and (min-width: 1400px) {

	.footer_col_inner {
		float: left;
	}

	.footer_col_inner.first {
		margin-right: 40px;
		display: inline;
	}

}

@media only screen and (max-width: 849px) {

	#footer_bottom .container {
		flex-wrap: wrap;
	}	

}

@media only screen and (min-width: 700px) and (max-width: 849px) {

	.footer_col.hours {
		order: 1;
		width: 60%;
		margin-bottom: 30px;
	}

	.footer_col.location {
		order: 2;
		width: 35%;
		margin-bottom: 30px;
	}

	.footer_col.prices {
		order: 3;
		width: 60%;
	}

	.footer_col.contact {
		order: 4;
		width: 35%;
	}

	.footer_col_inner {
		float: left;
	}

	.footer_col_inner.first {
		margin-right: 40px;
		display: inline;
	}

}

@media only screen and (max-width: 699px) {

	#footer_bottom .container {
		max-width: 500px;
		margin: 0px auto;
	}

	.footer_col {
		width: 45%;
	}

	.footer_col.hours, .footer_col.prices {
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 699px) {

	#footer_bottom .container {
		max-width: 260px;
	}

	.footer_col {
		width: 100%;
	}

	.footer_col.location {
		margin-bottom: 30px;
	}

}

.footer_col p {
	margin-bottom: .5em;
	white-space: nowrap;
}

.footer_col a {
	color: #FFFFFF;
}

.footer_col a:hover {
	color: #E1AD0F;
}

.footer_col.prices span {
	display: inline-block;
	width: 130px;
}

#copyright {
	font-size: 17px;
	line-height: 21px;
	font-style: italic;
	color: #734639;
	padding-top: 40px;
	padding-bottom: 40px;
}

#copyright_inner {
	padding-top: 30px;
}

#copyright_inner br.mobile {
	display: none;
}

#copyright a {
	color: #734639;
}

#copyright a span {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

#copyright a:hover span {
	opacity: 1;
}

#footer_logos {
	float: right;
}

#copyright a.atascadero, #copyright a.aza {
	float: left;
	display: block;
	height: auto;
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

#copyright a.aza {
	width: 147px;
	height: 60px;
	background-image: url('../images/association-of-zoos-aquariums-logo.png');
	background-size: 147px 120px;
	margin-top: 20px;
}

#copyright a.aza span {
	background-image: url('../images/association-of-zoos-aquariums-logo.png');
	background-size: 147px 120px;
	background-position: 0px -60px;
}

#copyright a.atascadero {
	width: 117px;
	height: 100px;
	background-image: url('../images/city-of-atascadero-logo.png');
	background-size: 117px 200px;
	margin-left: 40px;
}

#copyright a.atascadero span {
	background-image: url('../images/city-of-atascadero-logo.png');
	background-size: 117px 200px;
	background-position: 0px -100px;
}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#top_nav2 {
	float: right;
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
}

#nav li a {
	color: #FFFFFF;
}

#main_nav li {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#top_nav li {
	font-size: 20px;
	font-style: italic;
	letter-spacing: .05em;
}

#top_nav2 li {
	list-style: none;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

#top_nav2 li a {
	display: block;
	height: 40px;
	padding: 0px 20px;
}

#top_nav2 li.tickets a, .button.gold {
	background-color: #E1AD0F;
	color: #F3E4B8;
}

#top_nav2 li.tickets a:hover, .button.gold:hover {
	background-color: #F4BE1B;
}

#top_nav2 li.membership a {
	background-color: #29D5B3;
	color: #A5FBEA;
}

#top_nav2 li.membership a:hover {
	background-color: #34E7C4;
}

#top_nav2 li.donate a {
	background-color: #90BB19;
	color: #D5F283;
}

#top_nav2 li.donate a:hover {
	background-color: #A5D02D;
}

#top_nav2 li.shop a {
	background-color: #E17C0F;
	color: #F9D4AD;
}

#top_nav2 li.shop a:hover {
	background-color: #F6952C;
}

#subnav, #breadcrumbs {
	background-color: #E1AD0F;
	letter-spacing: .05em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding-top: .5em;
	padding-bottom: .5em;
}

#breadcrumbs {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/*
body.animals2 #breadcrumbs, body.animals3 #breadcrumbs, body.animals4 #breadcrumbs, body.animals5 #breadcrumbs, body.animals6 #breadcrumbs, body.animals7 #breadcrumbs {
	color: #FFFFFF;
}
*/

#subnav ul {
	padding: 0px;
}

#subnav li {
	list-style: none;
	line-height: 1em;
	font-weight: bold;
}

#subnav li a, #breadcrumbs a, #breadcrumbs span {
	color: #F3E4B8;
}

#subnav li a:hover, #breadcrumbs a:hover {
	color: #FFFFFF !important;
}

body.animals2 .about h2 {
	color: #227EDD;
}

body.animals2 #subnav, body.animals2 #breadcrumbs, body.animals2 .block_animals .animal a, body.animals2 .block_animals .animal div.link, body.animals2 .block a.button, a.button.animals2 {
	background-color: #227EDD;
}

body.animals2 #breadcrumbs a, body.animals2 #breadcrumbs span, .bgcolor2 p, .bgcolor2 li, body.animals2 .block_animal .col2 {
	color: #B5D4F4;
}

body.animals3 .about h2 {
	color: #4D2216;
}

body.animals3 #subnav, body.animals3 #breadcrumbs, body.animals3 .block_animals .animal a, body.animals3 .block_animals .animal div.link, body.animals3 .block a.button, a.button.animals3 {
	background-color: #4D2216;
}

body.animals3 #breadcrumbs a, body.animals3 #breadcrumbs span, .bgcolor3 p, .bgcolor3 li, body.animals3 .block_animal .col2 {
	color: #C08F82;
}

body.animals4 .about h2 {
	color: #90BB19;
}

body.animals4 #subnav, body.animals4 #breadcrumbs, body.animals4 .block_animals .animal a, body.animals4 .block_animals .animal div.link, body.animals4 .block a.button, a.button.animals4 {
	background-color: #90BB19;
}

body.animals4 #breadcrumbs a, body.animals4 #breadcrumbs span, .bgcolor4 p, .bgcolor4 li, body.animals4 .block_animal .col2 {
	color: #D5F283;
}

body.animals5 #subnav, body.animals5 #breadcrumbs, body.animals5 .block_animals .animal a, body.animals5 .block_animals .animal div.link, .block_boxes .block_box a, .block_boxes .block_box div.link, body.animals5 .block a.button, a.button.animals5 {
	background-color: #E1AD0F;
}

body.animals5 #breadcrumbs a, body.animals5 #breadcrumbs span, .bgcolor5 p, .bgcolor5 li, body.animals5 .block_animal .col2 {
	color: #F3E4B8;
}

body.animals6 .about h2 {
	color: #361A12;
}

body.animals6 #subnav, body.animals6 #breadcrumbs, body.animals6 .block_animals .animal a, body.animals6 .block_animals .animal div.link, body.animals6 .block a.button, a.button.animals6 {
	background-color: #361A12;
}

body.animals6 #breadcrumbs a, body.animals6 #breadcrumbs span, .bgcolor6 p, .bgcolor6 li, body.animals6 .block_animal .col2 {
	color: #C08F82;
}

body.animals7 .about h2 {
	color: #29D5B3;
}

body.animals7 #subnav, body.animals7 #breadcrumbs, body.animals7 .block_animals .animal a, body.animals7 .block_animals .animal div.link, body.animals7 .block a.button, a.button.animals7 {
	background-color: #29D5B3;
}

body.animals7 #breadcrumbs a, body.animals7 #breadcrumbs span, .bgcolor7 p, .bgcolor7 li, body.animals7 .block_animal .col2 {
	color: #A5FBEA;
}

/* PAGE BLOCK CSS */

.block {
	max-width: 2000px;
	margin: 0px auto;
}

.bgcolor2, .bgcolor3, .bgcolor4, .bgcolor5, .bgcolor6, .bgcolor7 {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bgcolor1 {
	background-image: url('../images/bg-white-grass.png');
}

.bgcolor2 {
	background-color: #2988EA;
	background-image: url('../images/bg-blue-bamboo.png');
}

.bgcolor2.bamboo {
	background-color: #F4BE1B;
	background-image: url('../images/bg-gold-bamboo.png');
}

.bgcolor2.bamboo p {
	color: #F3E4B8;
}

.bgcolor3 {
	background-color: #632E1F;
	background-image: url('../images/bg-brown-palms.png');
}

.bgcolor3.bamboo {
	background-color: #F4BE1B;
	background-image: url('../images/bg-gold-palms.png');
}

.bgcolor4 {
	background-color: #A5D02D;
	background-image: url('../images/bg-green-ferns.png');
}

.bgcolor4.bamboo {
	background-color: #F4BE1B;
	background-image: url('../images/bg-gold-ferns.png');
}

.bgcolor5 {
	background-color: #F4BE1B;
	background-image: url('../images/bg-gold-pines.png');
}

.bgcolor5 p, .bgcolor5 li {
	color: #F3E4B8;
}

.bgcolor6 {
	background-color: #4D261B;
	background-image: url('../images/bg-brown-paradise.png');
}

.bgcolor6.bamboo {
	background-color: #F4BE1B;
	background-image: url('../images/bg-gold-paradise.png');
}

.bgcolor7 {
	background-color: #34E7C4;
	background-image: url('../images/bg-teal-leaves.png');
}

.bgcolor7.bamboo {
	background-color: #F4BE1B;
	background-image: url('../images/bg-gold-leaves.png');
}

.bgcolor2 h2, .bgcolor3 h2, .bgcolor4 h2, .bgcolor5 h2, .bgcolor6 h2, .bgcolor7 h2 {
	color: #FFFFFF;
}

.block.padding_top {
	padding-top: 150px;
}

.block.padding_bottom {
	padding-bottom: 150px;
}

.block_content.wide .container {
	max-width: none;
}

.block_video.padding_top {
	padding-top: 30px;
}

.block_video.padding_bottom {
	padding-bottom: 30px;
}

@media only screen and (max-width: 1299px) {

	.block.padding_top {
		padding-top: 100px;
	}

	.block.padding_bottom {
		padding-bottom: 100px;
	}

}

@media only screen and (max-width: 767px) {

	.block.padding_top {
		padding-top: 70px;
	}

	.block.padding_bottom {
		padding-bottom: 70px;
	}

}

.block.border_top {
	border-top: 1px solid #DDDDDD;
}

.block_content .container, .block_video, #events .container, .block.event_detail .container {
	max-width: 1300px;
}

.block_content.narrow .container {
	max-width: 1000px;
}

.block_photo {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_photo img {
	width: 100%;
	display: block;
}

.block_content_photo .container, .block_animal .container {
	padding: 0px;
}

.block_content_photo h2 {
	font-size: 60px;
}

.block_content_photo .container .photo, .block_content_photo .slideshow, .block_content_photo .slideshow li {
	min-height: 600px;
	position: relative;
}

.block_content_photo .photo img {
	width: 100%;
	display: block;
}

.block_content_photo .photo a.video_lightbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(77,34,22,.5);
	text-align: center;
}

.block_content_photo .photo a.video_lightbox:hover {
	background-color: rgba(77,34,22,.9);
}

.block_content_photo .photo a.video_lightbox span {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .1em;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 50%;
	width: 165px;
	margin-left: -82.5px;
	background-color: transparent;
	border: 2px solid #FFFFFF;
}

.block_content_photo .content {
	text-align: center;
}

.block_content_photo .content ul {
	text-align: left;
}

.block_content_photo .content_inner {
	padding: 10% 10%;
}

.block_content_photo .slideshow ul {
	height: 100%;
}

.block_content_photo .rslides_nav {
	display: block;
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	font-size: 45px;
	line-height: 46px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #E1AD0F;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 10;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.block_content_photo .rslides_nav:hover {
	background-color: #F4BE1B;
}

.block_content_photo .rslides_nav.next {
	left: auto;
	right: 50px;
}

@media only screen and (min-width: 1050px) {

	.block_content_photo .container {
		display: flex;
	}

	.block_content_photo.right .container {
		flex-direction: row-reverse; 
	}

	.block_content_photo .container .photo, .block_content_photo .slideshow {
		flex: 1;
		margin-bottom: 0px;
	}

	.block_content_photo .content {
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
	}

}

@media only screen and (max-width: 1049px) {

	#page_blocks .embed_container {
		height: 70vh;
		min-height: 70vh;
	}

}

@media only screen and (max-width: 799px) {

	.block_content_photo .container .photo, .block_content_photo .slideshow, .block_content_photo .slideshow ul, .block_content_photo .slideshow li {
		min-height: 60vh;
	}

}

@media only screen and (max-width: 499px) {

	.block_content_photo .container .photo, .block_content_photo .slideshow, .block_content_photo .slideshow ul, .block_content_photo .slideshow li {
		min-height: 50vh;
	}

}

.block_categories.container {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

.block_categories .category {
	width: 50%;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
}

.block_categories .category a {
	display: block;
	height: 0px;
	padding-bottom: 65%;
	position: relative;
}

.block_categories .category span.content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.block_categories .category span.content_inner {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0px;
	width: 100%;
	color: #FFFFFF;
}

.block_categories .category a.bgcolor2:hover span.content, body.animals2 .block a.button:hover, a.button.animals2:hover {
	background-color: #2988EA;
}

.block_categories .category a.bgcolor3:hover span.content, body.animals3 .block a.button:hover, a.button.animals3:hover {
	background-color: #632E1F;
}

.block_categories .category a.bgcolor4:hover span.content, body.animals4 .block a.button:hover, a.button.animals4:hover {
	background-color: #A5D02D;
}

.block_categories .category a.bgcolor5:hover span.content, body.animals5 .block a.button:hover, a.button.animals5:hover {
	background-color: #F4BE1B;
}

.block_categories .category a.bgcolor6:hover span.content, body.animals6 .block a.button:hover, a.button.animals6:hover {
	background-color: #4D261B;
}

.block_categories .category a.bgcolor7:hover span.content, body.animals7 .block a.button:hover, a.button.animals7:hover {
	background-color: #34E7C4;
}

.block_categories .category span.content_inner strong {
	display: block;
	font-size: 3.75em;
	line-height: 0.955555555555556em;
	text-transform: uppercase;
	margin-bottom: .1em;
}

.block_categories .category span.content_inner p {
	text-align: center;
	max-width: 340px;
	padding: 0px 20px;
	margin: 0px auto 2em auto;
}

.block_categories .category span.content_inner span.button {
	border: 2px solid #FFFFFF;
	background-color: transparent;
}

@media only screen and (max-width: 1499px) {

	.block_categories .category span.content_inner strong {
		font-size: 3em;
	}

}

@media only screen and (max-width: 999px) {

	.block_categories .category a {
		padding-bottom: 70%;
	}

	.block_categories .category span.content_inner strong {
		font-size: 2.5em;
	}

	.block_categories .category span.content_inner p {
		margin-bottom: 1.5em;
	}

}

@media only screen and (max-width: 799px) {

	.block_categories .category a {
		padding-bottom: 80%;
	}

}

@media only screen and (max-width: 649px) {

	.block_categories .category {
		width: 100%;
	}

	.block_categories .category a {
		padding-bottom: 50%;
	}

	.block_categories .category strong br {
		display: none;
	}

}

@media only screen and (max-width: 499px) {

	.block_categories .category a {
		padding-bottom: 55%;
	}

}

@media only screen and (max-width: 399px) {

	.block_categories .category a {
		padding-bottom: 60%;
	}

}

.block_animal .container {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	color: #FFFFFF;
}

.block .content.about .content_inner {
	padding: 2em 10%;
}

.block_animal .about p {
	text-align: justify;
}

.block_animal .conservation {
	width: 25%;
	background-color: #E17C0F;
	font-size: 20px;
	position: relative;
}

.block_animal .conservation_inner {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0px;
	width: 100%;
}

.block_animal .conservation .title {
	line-height: 1.75em;
	letter-spacing: .05em;
}

.block_animal .conservation em {
	font-size: 1.5em;
	color: #3D1A10;
}

.block_animal .conservation strong {
	font-size: 2em;
	text-transform: uppercase;
}

.block_animal .conservation table {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
}

.block_animal .conservation th {
	font-weight: normal;
	line-height: 1em;
	vertical-align: bottom;
	text-align: center;
}

.block_animal .conservation .lines {
	line-height: .5em;
	padding: .5em 0px;
}

.block_animal .conservation .single {
	width: 0px;
	line-height: .8em;
	border: 1px solid #3D1A10;
	margin: 0px auto;
}

.block_animal .conservation .range {
	width: 100%;
	border-top: 2px solid #3D1A10;
	border-left: 2px solid #3D1A10;
	border-right: 2px solid #3D1A10;
	line-height: .8em;
}

.block_animal .conservation .circle {
	width: calc(100%/9);
}

.block_animal .conservation .circle div {
	width: 2em;
	height: 2em;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #3D1A10;
	line-height: 2em;
	text-align: center;
}

.block_animal .conservation .circle.active div {
	background-color: #3D1A10;
	color: #FFFFFF;
}

.block_animal .photo {
	width: 25%;
	position: relative;
}

.block_animal .photo img {
	width: 100%;
	display: block;
}

.block_animal #animal_gallery {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.block_animal #animal_gallery:hover {
	background-color: rgba(77,34,22,.5);
}

.block_animal #animal_gallery div {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
}

.block_animal #animal_gallery .button {
	background-color: #FFFFFF;
	color: #3D1A10;
}

.block_animal .content {
	width: 50%;
	position: relative;
}

.block_animal .content_inner {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0px;
	width: 100%;
	font-size: 30px;
}

.block_animal h2 {
	font-size: 1.666666666666667em;
	margin-bottom: 1em;
}

.block_animal .cols {
	max-width: 600px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.block_animal .col2 {
	width: 45%;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #B5D4F4;
	margin-bottom: 1em;
}

.block_animal .content p {
	text-align: center;
}

.block_animal .content strong {
	font-size: 2em;
	line-height: 1.25em;
	color: #FFFFFF;
}

.block_animal .content a {
	border: 2px solid #FFFFFF;
	background-color: transparent;
}

.block_animal .content a:hover {
	border: 2px solid #B5D4F4;
	color: #B5D4F4;
}

@media only screen and (max-width: 1049px) {

	.block_animal .conservation, .block_animal .photo {
		width: 50%;
	}

	.block_animal .content {
		width: 100%;
		height: 400px;
	}

}

@media only screen and (max-width: 767px) {

	.block_animal .cols {
		justify-content: space-around;
	}

}

@media only screen and (max-width: 699px) {

	.block_animal .content {
		height: 350px;
	}

}

@media only screen and (max-width: 549px) {

	.block_animal .conservation, .block_animal .photo {
		width: 100%;
	}

	.block_animal .conservation, .block_animal .content {
		height: 300px;
	}

}

/* HOME CSS */

.block_slideshow {
	clear: both;
	width: 100%;
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_slideshow ul, .block_content_photo .slideshow ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

.block_slideshow li, .block_content_photo .slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*
.block_content_photo .slideshow li {
	height: 100%;
}
*/

.block_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

.block_slideshow li img {
	width: 100%;
	float: left;
}

.block_slideshow .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 20;
	background-color: rgba(0,0,0,.25);
}

.block_slideshow .content_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 125px;
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #FFFFFF;
	overflow: hidden;
	padding: 0px 5%;
}

.rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

.rslides_nav {
	display: none;
}

#home_slideshow_arrow {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -13px;
	z-index: 150;
	cursor: pointer;
	color: #FFFFFF;
	width: 26px;
	height: 43px;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

#home_slideshow_arrow:hover {
	color: #E1AD0F;
	border-color: #E1AD0F;
}

.block.ctas {
	background-image: url('../images/bg-white-grass.png');
}

.ctas_inner {
	background-image: url('data:image/gif;base64,R0lGODlhAQAgA4ABAP///////yH5BAEAAAEALAAAAAABACADAAImjI+py+0Po5y02ouz3rz7rwHiSJbmiabqyrbuC8fyTNf2jef6bhcAOw==');
	background-position: 50% center;
}

.block.ctas .container, .block_animals, .block_boxes {
	max-width: 1880px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
}

.block_animals, .block_boxes {
	padding: 50px !important;
	max-width: 2000px;
}

.block.ctas .cta a, .block.events .cta a, .block_animals .animal a, .block_animals .animal div.link, .block_boxes .block_box a {
	display: block;
	height: 0px;
	padding-bottom: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.block.ctas .cta1 a, .block.events .cta1 a {
	background-color: #E1AD0F;
}

.block.ctas .cta2 a, .block.events .cta2 a {
	background-color: #E17C0F;
}

.block.ctas .cta3 a, .block.events .cta3 a {
	background-color: #8FBA19;
}

.block.ctas .cta4 a, .block.events .cta4 a {
	background-color: #29D5B3;
}

.block.ctas .cta a span.content, .block.events .cta a span.content, .block_animals .animal span.content, .block_boxes .block_box span.content {
	position: absolute;
	top: 60%;
	transform: translateY(-60%);
	z-index: 10;
	width: 100%;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

.block_animals .animal .photo .overlay, .block_boxes .block_box .photo .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(77,34,22,.34);
	z-index: 5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.block_animals .animal span.content, .block_boxes .block_box span.content {
	top: 50%;
	transform: translateY(-50%);
	font-size: 60px;
	line-height: 0.833333333333333em;
	letter-spacing: .05em;
	padding: 0px 10%;
}

.block.ctas .cta a strong, .block.events .cta a strong {
	display: block;
	font-size: 2.166666666666667em;
	line-height: 1em;
	letter-spacing: .05em;
	margin-bottom: .15em;
}

.block.ctas .cta1 a span.content span, .block.events .cta1 a span.content span {
	color: #F3E4B8;
}

.block.ctas .cta2 a span.content span, .block.events .cta2 a span.content span {
	color: #F9D4AD;
}

.block.ctas .cta3 a span.content span, .block.events .cta3 a span.content span {
	color: #D5F283;
}

.block.ctas .cta4 a span.content span, .block.events .cta4 a span.content span {
	color: #A5FBEA;
}

.block.ctas img, .block.events .cta img, .block_animals .animal span.photo, .block_animals .animal span.photo img, .block_boxes .block_box span.photo, .block_boxes .block_box span.photo img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.block_animals .animal span.photo img, .block_boxes .block_box span.photo img {
	width: 100%;
	height: 100%;
}

.block.ctas .cta a:hover img, .block.events .cta a:hover img, .block_animals .animal a:hover span.photo, .block_boxes .block_box a:hover span.photo {
	left: -100%;
}

@media only screen and (min-width: 800px) {

	.block.ctas .cta, .block_animals .animal, .block_boxes .block_box {
		width: 23%;
		margin: 0px 1.33333333%;
	}

	.block.ctas .cta:nth-child(n+5), .block_animals .animal:nth-child(n+5), .block_boxes .block_box:nth-child(n+5) {
		margin-top: 10%;
		margin-top: 3%;
	}

	.block.ctas .cta:nth-child(4n), .block_animals .animal:nth-child(4n), .block_boxes .block_box:nth-child(4n) {
		margin-right: 0px;
	}

	.block.ctas .cta:nth-child(4n-3), .block_animals .animal:nth-child(4n-3), .block_boxes .block_box:nth-child(4n-3) {
		margin-left: 0px;
	}

}

@media only screen and (max-width: 799px) {

	.block.ctas {
		margin-bottom: 80px;
	}

	.block_animals, .block_boxes {
		/*grid-template-columns: repeat(auto-fill, 30.33333333333%);*/
		padding: 30px !important;
	}

	.ctas_inner {
		background-image: none;
	}

	.block.ctas .cta:nth-child(n+3) {
		margin-top: 50px;
	}

}

@media only screen and (min-width: 600px) and (max-width: 799px) {

	.block_animals .animal, .block_boxes .block_box {
		width: 31%;
		margin: 0px 1.666666% !important;
	}

	.block_animals .animal:nth-child(n+4), .block_boxes .block_box:nth-child(n+4) {
		margin-top: 4% !important;
	}

	.block_animals .animal:nth-child(3n), .block_boxes .block_box:nth-child(3n) {
		margin-right: 0px !important;
	}

	.block_animals .animal:nth-child(3n-2), .block_boxes .block_box:nth-child(3n-2) {
		margin-left: 0px !important;
	}

}

@media only screen and (max-width: 799px) {

	.block.ctas .cta {
		width: 48%;
		margin: 0px 2%;
	}

	.block.ctas .cta:nth-child(n+3) {
		margin-top: 5%;
	}

	.block.ctas .cta:nth-child(even) {
		margin-right: 0px !important;
	}

	.block.ctas .cta:nth-child(odd) {
		margin-left: 0px !important;
	}

	.block.ctas .cta span.content span {
		font-size: 1.3em;
		line-height: 1em;
	}

}

@media only screen and (max-width: 599px) {

	.block.ctas .container {
		justify-content: space-between;
		padding: 0px 15px;
	}

	.block_animals .animal, .block_boxes .block_box {
		width: 48%;
		margin: 0px 2% !important;
	}

	.block_animals .animal:nth-child(n+3), .block_boxes .block_box:nth-child(n+3) {
		margin-top: 5% !important;
	}

	.block_animals .animal:nth-child(even), .block_boxes .block_box:nth-child(even) {
		margin-right: 0px !important;
	}

	.block_animals .animal:nth-child(odd), .block_boxes .block_box:nth-child(odd) {
		margin-left: 0px !important;
	}

}

.block.features {
	background-image: url('../images/footer-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.block.features .feature {
	display: table;
	color: #F3E4B8;
}

.block.features .get_involved {
	margin-top: 50px;
}

.block.features .photo {
	display: table-cell;
	width: 47.5%;
	vertical-align: top;
	height: 100%;
	position: relative;
}

.block.features .get_involved .photo.mobile {
	display: none;
}

.block.features .photo img {
	width: 100%;
	display: block;
}

.block.features .content_wrapper {
	display: table-cell;
	width: 52.5%;
	padding-top: 50px;
	position: relative;
}

.block.features .content {
	height: 100%;
	min-height: 650px;
	padding: 150px 15% 5% 15%;
	position: relative;
	z-index: 10;
}

.block.features .section_title {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 50;
	margin-left: -75px;
	width: 150px;
	height: 150px;
	padding-top: 55px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #3D1A10;
	font-size: 22px;
	line-height: 0.909090909090909em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
	color: #FFFFFF;
}

.block.features .get_involved .section_title {
	top: -50px;
}

.block.features .section_title span {
	color: #C08F82;
}

.block.features .title {
	font-size: 65px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: .25em;
}

.block.features .get_involved .title {
	font-size: 55px;
	text-align: left;
}

.block.features .title a {
	color: #FFFFFF;
	position: relative;
	padding-right: 55px;
}

.block.features .title a:hover {
	color: #D5F283;
}

.block.features .title a:after {
	position: absolute;
	right: 0px;
	top: 14px;
	content:"\203A";
	display: block;
	font-size: 0.818181818181818;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	background-color: #FFFFFF;
	color: #88B215;
	width: 35px;
	height: 35px;
	padding-left: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.block.features .title a:hover:after {
	background-color: #D5F283;
}

.block.features .get_involved p {
	font-size: 20px;
	line-height: 1.1em;
}

.block.features .get_involved .title + p {
	margin-bottom: 1.6em;
}

.block.features .get_involved p:last-child {
	margin-bottom: 0px;
}

.block.features .button {
	background-color: #FFFFFF;
	color: #3D1A10;
	margin-top: 1em;
	margin-bottom: 0px;
}

.block.features .button:hover {
	background-color: #F3E4B8;
}

.block.features a.link {
	font-size: 1.047619047619048em;
	letter-spacing: .075em;
	color: #F3E4B8;
}

.block.features a.link:hover {
	color: #FFFFFF;
}

@media only screen and (min-width: 1000px) {

	.block.features .photo_inner {
		display: block;
		height: calc(100% - 50px);
		position: absolute;
		top: 0px;
		right: -5.2631578947368%;
		bottom: 0px;
		left: 0px;
	}

	.block.features .get_involved .photo_inner {
		top: 100px;
		right: 0px;
		bottom: -50px;
		left: -5.2631578947368%;
	}

}

@media only screen and (max-width: 999px) {

	.block.features {
		margin-bottom: 0px;
	}

	.block.features .feature, .block.features .feature .photo, .block.features .feature .content_wrapper {
		display: block;
		width: 100%;
	}

	.block.features .feature .photo_inner {
		height: 500px;
	}

	.block.features .get_involved {
		margin-top: 100px;
	}

	.block.features .get_involved .photo {
		display: none;
	}

	.block.features .get_involved .photo.mobile {
		display: block;
	}

	.block.features .content_wrapper {
		padding-top: 0px;
	}

	.block.features .content {
		padding: 150px 30px 50px 30px;
	}

	.block.features .section_title {
		top: -50px;
	}

}

@media only screen and (max-width: 499px) {

	.block.features .feature .photo_inner {
		height: 400px;
	}

	.block.features .get_involved .title, .block.features .title {
		font-size: 45px;
	}

	.block.features .title a {
		padding-right: 45px;
	}

	.block.features .title a::after {
		line-height: 27px;
		width: 30px;
		height: 30px;
		top: 11px;
	}

	.block_content_photo .rslides_nav {
		left: 10px;
		margin-top: -20px;
		width: 40px;
		height: 40px;
		font-size: 35px;
		line-height: 36px;
	}

	.block_content_photo .rslides_nav.next {
		right: 10px;
	}

}

.home_events {
	width: 50%;
	float: left;
	display: flex;
}

.home_events .title {
	width: 41.6666666666667%;
	position: relative;
}

.home_events .title_inner {
	height: 0px;
	padding-bottom: 100%;
}

.home_events .title a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #E1AD0F;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #F3E4B8;
	overflow: hidden;
	text-align: center;
}

.home_events .title a strong {
	font-size: 1.875em;
	color: #FFFFFF;
}

.home_events .title img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.home_events a:hover img {
	left: -100%;
}

.home_events .title a span {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	transform: translateY(-50%);
}

.home_events .event {
	width: 29.1666666666667%;
	background-color: #4D2216;
	font-size: 20px;
	line-height: 1em;
	color: #E1AD0F;
	text-align: center;
	position: relative;
}

.home_events .event:nth-child(2) {
	background-color: #3D1A10;
}

.home_events .event_inner {
	padding: 0px 10px;
}

.home_events .date {
	font-size: 1.75em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
}

.home_events .time {
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 1.5em;
}

.home_events .event_title {
	font-size: 2em;
	line-height: 0.85em;
	letter-spacing: ,05em;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #FFFFFF;
	margin-bottom: .5em;
}

.home_events .event a, #events .event_content a {
	color: #E1AD0F;
	font-style: italic;
	font-weight: 500;
	letter-spacing: .05em;
	position: relative;
	padding-right: 1.5em;
}

.home_events .event a::after, #events .event_content a::after {
	position: absolute;
	right: 0px;
	top: 0px;
	content:"\203A";
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
	line-height: .8em;
	text-align: center;
	background-color: #E1AD0F;
	color: #4D2216;
	width: .72em;
	height: .8em;
	padding-left: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.home_events .event a:hover, #events .event_content a:hover {
	color: #F3E4B8;
}

.home_events .event a:hover::after, #events .event_content a:hover::after {
	background-color: #F3E4B8;
}

.block.events .ctas {
	width: 50%;
	float: right;
}

.block.events .cta {
	width: 41.67%;
	float: right;
	margin-left: 5%;
	display: inline;
}

@media only screen and (max-width: 1049px) {

	.home_events, .block.events .ctas {
		width: 100%;
		float: none;
		max-width: 700px;
		margin: 0px auto 50px auto;
	}

	.block.events .ctas {
		margin: 0px auto;
	}

	.block.events .ctas {
		display: flex;
		justify-content: space-around;
		max-width: 739px;
	}

	.block.events .cta {
		float: none;
		margin: 0px;
		width: 40%;
	}

}

@media only screen and (min-width: 600px) {

	.home_events .title_inner, .home_events .title img, .home_events .title a {
		-webkit-border-top-left-radius: 50%;
		-webkit-border-bottom-left-radius: 50%;
		-moz-border-radius-topleft: 50%;
		-moz-border-radius-bottomleft: 50%;
		border-top-left-radius: 50%;
		border-bottom-left-radius: 50%;
	}

	.home_events .event_inner {
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		transform: translateY(-50%);
	}

}

@media only screen and (max-width: 599px) {

	.block.events .container {
		padding: 0px 15px;
	}

	.home_events {
		display: block;
	}

	.home_events .title img {
		top: -25%;
	}

	.home_events .title, .home_events .event {
		width: 100%;
	}

	.home_events .title_inner, .home_events .title img, .home_events .title a {
		-webkit-border-top-left-radius: 50%;
		-webkit-border-top-right-radius: 50%;
		-moz-border-radius-topleft: 50%;
		-moz-border-radius-topright: 50%;
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
	}

	.home_events .title_inner {
		padding-bottom: 50%;
	}

	.home_events .title a {
		height: 200%;
	}

	.home_events .title a span {
		top: 25%;
		transform: translateY(-25%);
	}

	.home_events .event_inner {
		padding: 30px 20px;
	}

	.home_events .event a:after {
		line-height: inherit;
	}

	.block.events .ctas {
		justify-content: space-between;
	}

	.block.events .cta {
		width: 48%;
	}

}

.instagram {
	display: flex;
	flex-wrap: wrap;
}

.instagram div {
	width: calc(100% / 6);
	position: relative;
}

.instagram div img {
	width: 100%;
	height: auto;
	display: block;
}

.instagram a {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.instagram span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

.instagram a:hover span {
	background-color: rgba(255,255,255,.6);
}

@media only screen and (max-width: 799px) {

	.instagram div {
		width: 25%;
	}

}

@media only screen and (max-width: 499px) {

	.instagram div {
		width: calc(100% / 3);
	}

}

/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

@media only screen and (max-width: 599px) {

	.gallery li {
		width: 31.3333%;
	}

}

@media only screen and (max-width: 449px) {

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #F6F6F6;
	padding: 10px 15px 10px 15px;
	line-height: 1.5em;
}

#faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

#faqs div.answer {
	display: none;
}

#faqs div.expand div.question:before {
	content: '\f0d8';
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* EVENTS CSS */

#events .event {
	width: 100%;
	margin-top: 50px;
	background-color: #3D1A10;
	color: #C08F82;
}

#events .event:first-child {
	margin-top: 0px;
}

#events .event_content {
	font-size: 18px;
}

#events .event_date, .event_detail .event_date {
	background-color: #4D2216;
	padding: 40px 40px 35px 40px;
	font-size: 1.111111111111111em;
	line-height: 1.15em;
	color: #E1AD0F;
}

#events .event_date strong, .event_detail .event_date strong {
	font-size: 1.75em;
	text-transform: uppercase;
}

#events .event_content_inner {
	padding: 35px 40px;
}

#events .event_content h2 {
	font-size: 2.222222222222222em;
	color: #FFFFFF;
	text-align: left;
}

#events .event_content p {
	line-height: 1.388888888888889em;
}

#events .event_content a {
	font-size: 1.111111111111111em;
}

@media only screen and (min-width: 768px) {

	#events .event {
		display: table;
	}

	#events .event_photo {
		display: table-cell;
		width: 54.5454545454545%;
	}

	#events .event_content {
		display: table-cell;
	}

}

@media only screen and (max-width: 767px) {

	#events .event_photo {
		min-height: 40vh;
	}

}

@media only screen and (max-width: 599px) {

	#events .event_photo {
		min-height: 30vh;
	}

}

.block.event_detail {
	background-repeat: repeat-x;
	background-position: 0px -600px;	
}

.event_detail .event_date {
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	background-color: #3D1A10;
	padding: 35px 40px;
	font-size: 25px;
	line-height: 1.15em;
	text-align: center;
	color: #E1AD0F;
}

.event_detail .event_photo {
	width: 100%;
	max-width: 800px;
	margin: 0px auto 20px auto;
}

.event_detail .event_photo img {
	width: 100%;
}

/* FEEDBACK CSS */

form.feedback {
	background-color: #F6F6F6;
	padding: 20px;
}

form.feedback label {
	display: inline-block;
	white-space: normal;
	line-height: 1.2em;
	font-weight: bold;
}

form.feedback label.inline {
	display: inline;
}

form.feedback div {
	margin-bottom: 15px;
	line-height: 1.25em;
}

form.feedback div em.prompt {
	font-size: 18px;
}

form.feedback div.radios label {
	white-space: nowrap;
	margin-right: 15px;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback select {
	background-color: #FFFFFF;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

form.feedback .terms {
	height: 207px;
	overflow-y: scroll;
	font-size: 16px;
	line-height: 18px;
	background-color: #FFFFFF;
	padding: 5px 10px 0px 10px;
}

form.feedback .terms p + ul {
	margin-top: -1em;
}

/* SUPPORTERS CSS */

.block_supporters .supporters {
	margin: -30px 0px 0px -2.5%;
}

.block_supporters .supporter {
	float: left;
	width: 22.5%;
	margin: 30px 0px 0px 2.5%;
	display: inline;
	text-align: center;
	position: relative;
	border: 2px solid #E7E7E6;
}

.block_supporters .supporter a, .block_supporters .supporter span {
	position: relative;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	display: inline-block;
	padding: 20px;
}

.block_supporters .supporter img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 799px) {

	.block_supporters .supporter {
		width: 30.8333333333333%;
	}

}

@media only screen and (max-width: 549px) {

	.block_supporters .supporter {
		width: 47.5%;
	}

}

/* RESPONSIVE CSS */

@media only screen and (min-width: 1000px) {

	#nav_trigger, #nav_close {
		display: none;
	}

	#main_nav {
		position: absolute;
		top: 133px;
		right: 86px;
		right: 100px;
	}

	#top_nav {
		position: absolute;
		top: 87px;
		right: 90px;
		right: 100px;
	}

	#nav > ul {
		float: right;
	}

	#nav > ul > li {
		float: left;
		margin-left: 10px;
		display: inline;
		padding-bottom: 8px;
	}

	#main_nav li {
		line-height: 1.5em;
	}

	#main_nav li a {
		padding: 3px 10px;
		border: 2px solid transparent;
	}

	#top_nav li a {
		padding: 2px 7px;
		border: 2px solid transparent;
	}

	#main_nav li.active a, #main_nav li a:hover, #top_nav li.active a, #top_nav li a:hover {
		border: 2px solid #FFFFFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	#nav li > ul {
		position: absolute;
		top: 40px;
		left: -5px;
		padding: 5px 0px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #4D2216;
		border-top: 5px solid #E1AD0F;
	}

	#nav li:hover > ul {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
	}

	#nav #top_nav li:hover > ul {
		display: none;
	}

	#nav li li {
		white-space: nowrap;
		font-size: 18px;
		line-height: 22px;
		font-weight: 500;
		font-style: italic;
		text-transform: none;
		letter-spacing: .05em;
	}

	#nav li li a {
		display: block;
		padding: 7px 20px;
		color: #C08F82;
		border: 0px !important;
	}

	#nav li li a:hover, #nav li.active li a:hover {
		border: 0px;
		color: #FFFFFF;
	}

	#nav li li ul {
		left: 100%;
		top: -5px;
		border: 0px;
	}

	#subnav {
		text-align: center;
		margin-bottom: 30px;
	}

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
	}

	#section_title {
		display: none;
	}

}

@media only screen and (min-width: 1000px) and (max-width: 1349px) {

	#nav > ul > li {
		margin-left: 5px;
	}

}

@media only screen and (max-width: 1299px) {

	.container {
		padding: 0px 50px;
	}

	#logo, #header_hours {
		left: 50px;
	}

	#logo {
		background-position: -50px -150px;
	}

	#main_nav {
		right: 36px;
	}

	#top_nav {
		right: 40px;
	}
	
}

@media only screen and (max-width: 1199px) {

	#logo, #header_hours {
		left: 0px;
	}

	#logo {
		background-position: 0px -150px;
	}

	.collapsed_temp #logo, .collapsed #logo {
		left: 50px;
	}


}

@media only screen and (min-width: 1000px) and (max-width: 1149px) {

	#main_nav li {
		font-size: 23px;
	}

}

@media only screen and (min-width: 1000px) and (max-width: 1099px) {

	#main_nav li {
		font-size: 21px;
	}

	#nav > ul > li {
		margin-left: 2px;
	}

}

@media only screen and (max-width: 959px) { 

	.container {
		padding: 0px 30px;
	}

	#main_nav {
		right: 16px;
	}

	#top_nav {
		right: 20px;
	}

}

@media only screen and (max-width: 999px) {

	.mobile_nav body {
		overflow: hidden;
	}

	#header_overlay {
		display: none;
	}

	#nav_trigger, #nav_close {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 5px;
		right: 15px;
		z-index: 100;
		font-size: 30px;
		line-height: 30px;
		color: #FFFFFF;
	}

	#nav_close {
		font-size: 25px;
		line-height: 25px;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #3D1A10;
		z-index: 500;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#nav #main_nav {
		background-image: url('../images/footer-bg.png');
		padding: 50px 0px 25px 0px;
		margin-bottom: 20px;
	}

	#nav li {
		display: block;
		font-size: 28px !important;
		line-height: 1.25em !important;
		text-align: center;
	}

	#nav li a {
		display: block;
		padding: 10px 15px;
	}

	#nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#nav li.expanded > ul {
		padding-bottom: 10px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#nav li li {
		font-size: 20px !important;
		text-transform: none;
		font-style: italic;
	}

	#nav li li a {
		padding: 6px 30px;
		color: #C08F82;
	}

	.collapsed_temp #top_nav, .collapsed #top_nav {
		float: none;
		margin-left: 0px;
		display: block;
	}

	#top_nav li {
		font-size: 20px !important;
		line-height: 1em !important;
	}

	#top_nav li a {
		color: #C08F81;
	}

	#top_nav li li {
		font-size: 18px !important;
	}

	#top_nav2 {
		float: none;
		position: absolute;
		top: 0px;
		right: 60px;
	}

	.collapsed_temp #top_nav2 li, .collapsed #top_nav2 li {
		height: 40px;
		line-height: 40px;
	}

	.collapsed_temp #top_nav2 li a, .collapsed #top_nav2 li a {
		height: 40px;
	}

	#subnav {
		padding: 0px;
		margin: 0px 0px 20px 0px;
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 38px;
		font-weight: bold;
		text-align: center;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #DDDDDD;
		z-index: 300;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		border-top: 1px solid #FFFFFF;
	}

	#subnav li.first {
		border: 0px;
	}

	#subnav li a {
		display: block;
		padding: 12px 15px;
	}

}

@media only screen and (max-width: 874px) {

	#copyright {
		text-align: center;
	}

	#footer_logos {
		float: none;
	}

	#copyright a.atascadero, #copyright a.aza {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

}

@media only screen and (max-width: 767px) {

	#header_bar {
		height: 80px;
	}

	#logo {
		width: 140px;
		height: 135px;
		top: 0px;
		line-height: 1em;
	}

	.collapsed_temp #logo, .collapsed #logo {
		left: 15px;
	}

	#logo img {
		margin-bottom: 18px;
	}

	#logo span {
		padding: 4px 10px 0px 10px;
		line-height: 16px;
	}

	.mobile_nav #home_slideshow_arrow {
		z-index: 0;
	}

	#nav_trigger {
		top: 45px;
	}

	.collapsed_temp #nav_trigger, .collapsed #nav_trigger {
		top: 55px;
	}

	#top_nav2 {
		right: 0px;
	}

	#top_nav2 li a {
		padding: 0px 15px;
	}

	#home_slideshow_arrow {
		bottom: 80px;
	}

	#header_photo {
		height: auto;
	}

	#header_hours {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		height: 60px;
		padding-top: 10px;
		font-size: 20px;
	}

	#header_hours strong {
		font-size: 1em;
	}

	#header_hours br {
		display: none;
	}

}


@media only screen and (max-width: 549px) {

	#copyright_inner br.mobile {
		display: block;
	}

}

@media only screen and (max-width: 500px) {

	#header_bar {
		height: 104px;
	}

	.collapsed #header_inner .container {
		height: 84px;
	}

	#logo {
		width: 120px;
		height: 144px;
		padding-top: 15px;
		background-image: none;
	}

	.collapsed_temp #logo, .collapsed #logo {
		top: 12px;
	}

	#logo img {
		margin-bottom: 14px;
	}

	#logo span {
		padding: 6px 10px 0px 10px;
		line-height: 14px;
	}

	#nav_trigger {
		top: 58px;
	}

	.collapsed_temp #nav_trigger, .collapsed #nav_trigger {
		top: 43px;
	}

	#top_nav2 li {
		font-size: 17px;
	}

	.collapsed_temp #top_nav2 li, .collapsed #top_nav2 li {
		height: 30px;
		line-height: 30px;
	}

	.collapsed_temp #top_nav2 li a, .collapsed #top_nav2 li a {
		height: 30px;
	}

	#top_nav2 li a {
		padding: 0px 10px !important;
	}

}

@media only screen and (max-width: 399px) {

	#copyright_inner {
		max-width: 250px;
		margin: 0px auto;
	}

}

@media only screen and (max-width: 420px) {

	#top_nav2 li {
		font-size: 15px;
	}

	#top_nav2 li a {
		padding: 0px 5px !important;
	}

}

@media only screen and (max-width: 355px) {

	#top_nav2 li {
		font-size: 12px;
	}

	#top_nav2 li a {
		padding: 0px 5px !important;
	}

}

#memberships th {
	width: 20%;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 5px;
	border-right: 5px solid #FFFFFF;
}

#memberships th:first-child, #memberships td:first-child .button {
	background-color: #2988EA;
}

#memberships th:nth-child(2), #memberships td:nth-child(2) .button {
	background-color: #632E1F;
}

#memberships th:nth-child(3), #memberships td:nth-child(3) .button {
	background-color: #A5D02D;
}

#memberships th:nth-child(4), #memberships td:nth-child(4) .button {
	background-color: #F4BE1B;
}

#memberships th:nth-child(5), #memberships td:nth-child(5) .button {
	background-color: #E17C0F;
}

#memberships th a {
	display: block;
	color: #FFFFFF;
}

#memberships td {
	width: 20%;
	background-color: #F6F6F6;
/*	border-top: 5px solid #FFFFFF;*/
	border-right: 5px solid #FFFFFF;
	font-size: 18px;
	line-height: 25px;
	padding: 7px 15px;
}

#memberships td p {
	text-align: left;
}

#memberships tr:last-child td {
	border-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}


#memberships td a.button {
	white-space: nowrap;
}
