/*
Theme Name: Zoo Knoxville
Description: Custom theme developed for the Knoxville Zoo
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


h1, h2, h3, h4, h5, p, a, a:hover {

		color: #37260d;

}

a {

	font-weight: bold;

}

p {

	font-size: 1.3em;

	line-height: 1.7em;

	padding-bottom: 2em;

}

blockquote {

	border-left: none;

	font-size: 2.5em;

}


.btn {

/*	background-image: url('images/sprites.png');

	background-position: -2150px -25px;

	background-color: transparent;

*/
	background-color: #749917;

	letter-spacing: .1em;

}

.btn.active {

	box-shadow: none;

}

.btn:hover {
/*
	background-color: transparent;

	background-image: url('images/sprites.png');

	background-position: -2150px -25px;	
*/
	background-color: #fd8204;

	color: #fff;
}

.btn.purple {

	background-color: #380098;

	font-weight: bold;

}

.btn-success {

   background-image: none;

   border: 0;

   text-shadow: none;

   box-shadow: none;

   webkit-box-shadow: none;

}

.btn.purple:hover {

	background-color: #fd8204;

}

.btn.green {

	background-color: #93b428;

	font-weight: bold;

}

.btn.green:hover {

	background-color: #fd8204;

}

.btn.blue {

	background-color: #0074a9;

	font-weight: bold;

}

.btn.blue:hover {

	background-color: #fd8204;

}

img {

	max-width: 100%;

}

h1 {

	font-size: 4em;

	letter-spacing: normal;

	margin-top: 1em;

	margin-bottom: .5em;

}

h2 {

	font-size: 1.8em;

	padding-bottom: 2em;

	color: #fd8204;

	margin-top: .5em;

}

h3 {

	font-size: 1.8em;

	padding-bottom: 2em;

	margin-top: .5em;

	color: #37260d;

}

h4 {

	font-size: 1.3em;

	letter-spacing: .1em;

	color: #fd8204;
}

body, h1, h2, h3, p, div {

	font-family: ".tk-proxima-nova", "proxima-nova", Helvetica, Arial, sans-serif;
}

.header {

	height: 150px;

}

.mobile-show {

	display: none;

}

.alignleft {

	float: left;

	margin-right: 1.5em;

	margin-bottom: 1.5em;

}

.alignright {

	margin-left: 1.5em;

	margin-bottom: 1.5em;
	
}

.header.image {

	height: 500px;

	background-image: url('images/header-1.jpg');

	background-repeat: no-repeat;

	background-attachment: fixed;

	background-position: center -15px;

	background-size: cover;

}

.main .primary .entry-title {

	text-align: left;

}

.entry-title {

	font-weight: bold;

	text-align: center;

}


.navbar {

	background: #ffffff;

	padding: 0 0;

	transition: top 0.6s ease-in-out;

	box-shadow: none;

	border-bottom: 0;
		
	margin-bottom: 0 !important;

}

.navbar a {

	color: #93B63D;

}

.navbar a:hover {

	text-decoration: none;

}

.navbar a:active {

	color: #fd8204;

}

.navbar-brand {

	margin: 0;

	padding: .5em 0 0;

	height: auto;
}

.navbar>.container .navbar-brand {

	margin: .5em 0 1em 0;

}

a.navbar-brand:hover {

	border-bottom: none;

}

.navbar-brand img {

	max-width: 160px;

}

.main-menu {

	margin: 0 0 1em;

	float: right;

}

.main-menu ul {

	margin: 22px .5em 0 0;

}

.main-menu li {

	text-transform: uppercase;

	font-weight: bold;

	letter-spacing: .1em;

}

.main-menu li.menu-item-4151 a {
	background: linear-gradient(130deg, #F5831F, #F3AF33);
	padding: 13px 30px 10px 30px;
	margin-left: 1.5rem;
	border-radius: 3px;
	color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} 

.main-menu .menu-item-has-children > a {
	background: url('images/chevron-down.png') no-repeat;
	background-position: right 0 top 7px;
	background-size: 16px 10px;
	padding-right: 20px;
}

.navbar ul li {

	display: inline-block;

	margin: 0 .25em;

	padding-left: 0;

	padding: .3em .75em .2em 0;

}

.navbar ul li a {
	font-weight: normal;
	display: block;
	padding-bottom: 15px;
}

.main-menu ul li:hover > ul {
	display: block;
}

.main-menu {
	padding: 0;
	margin: 0;
	width: auto;
}

.main-menu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}

.main-menu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}

.main-menu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	font-weight: bold;
	font-size: 13px;
	border-right: 1px solid #080808;
	color: #ffffff;  
}

.main-menu > ul > li > a:hover {
	background: #080808;
	color: #ffffff;
}

.main-menu > ul > li:first-child > a {
	border-radius: 5px 0 0 5px;
}

.main-menu > ul > li > a:after {
	content: '';
	position: absolute;
	border-right: 1px solid;
	top: -1px;
	bottom: -1px;
	right: -2px;
	z-index: 99;
	border-color: #3c3c3c;  
}

.main-menu ul.sub-menu:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -10px;
	transform: rotate(180deg);
	border-width: 15px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	z-index: 100;
}

.main-menu ul li > ul,
.main-menu ul li > div {
	display: none;
	width: 225px;
	position: absolute;
	top: 60px;
	margin-left: -30px;
	padding: 5px 0;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px -4px 15px rgba(50, 50, 50, 0.15);
	z-index: 999;
}

.main-menu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}

.main-menu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 25px;
	padding-bottom: 20px;
	text-decoration: none;
	text-transform: none;
	font-size: 1.5rem;
	font-weight: normal;
}

.main-menu ul li > ul li {
	border-bottom: 1px #D8D8D8 solid;
}

.main-menu ul li > ul li:last-child {
	border: none;
}

/*.main-menu ul ul a:hover {
	background: linear-gradient(130deg, #94B53D, #C6DB70);
	color: #ffffff;
}

.main-menu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}
/**END DROPDOWN**/

footer {
	background: linear-gradient(130deg, #C6DB70, #94B53D) !important;
	color: #ffffff;	
	letter-spacing: .1rem;
	font-size: 1.7rem;
	padding: 2.5em 0 0;
	width: 100%;
	overflow: hidden;
	margin-top: 3em;
}

footer > .container {
	padding-bottom: 60px;
}

footer h4 {
	color: #fff;
	font-size: 2.1rem;
	letter-spacing: .1rem;
	font-weight: bold;
}

footer p {
	color: #fff;
	letter-spacing: normal;
	font-size: 1.7rem;
	line-height: 2.5rem;
	padding-bottom: 2rem;
}

footer ul {
	padding-left: 0;
	padding-bottom: 0;
}

footer ul li {
	text-align: left;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 1.2rem;
	padding-left: 0;
	letter-spacing: .1rem;
	font-size: 1.7rem;
}

footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: .25em;
	font-weight: normal;
}

footer a:hover {

	color: #fff;

	text-decoration: underline;

}

footer .about-us {
	padding-right: 60px;
}

footer .about-us h4 {
	margin-top: 25px;
}

footer .about-us .footer-zoo-logo {
	float: left;
	width: 150px;
	height: auto;
}

footer .about-us .footer-aza-logo {
	float: right;
	width: 150px;
	height: auto;
	margin-top: 7px;
}

footer .about-us a.btn-primary {
	background: #ffffff;
	color: #94B53D;
	text-shadow: none;
	padding: 12px 18px 12px 25px;
	margin-right: 5px;
	margin-bottom: 20px;
	font-size: 2rem;
	letter-spacing: .1rem;
	border-radius: 3px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

footer .about-us a.btn-primary img {
	height: 18px;
	width: auto;
}

footer .about-us a.btn-primary:hover {
	text-decoration: none;
}

footer .details h4 {
	margin-bottom: 35px;
}

footer .details .footer-zoo-map {
	max-width: 205px;
	margin-bottom: 10px;
}

footer .details .footer-zoo-detail-item {
	margin-top: 11px;
}

footer .footer-links {
	padding-left: 60px;
}

footer .footer-links h4 {
	margin-bottom: 28px;
}

footer .extras {
	margin-top: 1em;
	background: linear-gradient(130deg, #F3AF33, #F5831F) !important;
	padding: 1em 0 0;
	padding-top: 18px;
	padding-bottom: 10px;
	font-size: 12px;
}

footer .extras p {
	padding: 0;
}

footer .extras p:not(:last-child) {
	margin-top: 8px;
}

footer .extras a {

	font-weight: normal;

}

.footer .social a {
	width: 42px;
	height: 42px;
	margin-right: 4px;
	display: inline-block;
	opacity: 1;
	transition: opacity .4s;
}

.footer .social a:hover {
	opacity: 0.5;
	transition: opacity .4s;
}

.btn {

	border: none;

	color: #fff;

	padding: .75em 1.65em;

}

.btn:hover {

	/*background-color: #dc007c; */
}

.sidebar h3 {

	border-bottom: 2px solid;

	padding-bottom: .7em;

	letter-spacing: .1em;

	font-weight: bold;
}

.sidebar {

	background-color: #93b429;

	padding: 1em 2.3em;

	margin-top: 2em;

	border-radius: 5px;

	color: #fff;

	float: right;

	margin-right: 1em;

	width: 31%;

}

.sidebar p, .sidebar a, .sidebar h3, .sidebar h4 {

	color: #fff;

	min-height: 31px;

}

.sidebar .dates {

	background-image: url('images/sprites.png');

	background-position: -683px -1172px;

	padding-left: 38px;

	background-repeat: no-repeat;
}


.sidebar .time {

	background-image: url('images/sprites.png');

	background-position: -686px -848px;

	padding-left: 38px;

	background-repeat: no-repeat;

}


.sidebar .price {

	background-image: url('images/sprites.png');

	background-position: -686px -1003px;

	padding-left: 38px;

	background-repeat: no-repeat;
	
}


.callouts {

	padding: 2em 0;

}

.main.alt h1 {

	text-align: center;

	margin-bottom: 1.25em;

}

.main.alt p, .main.alt h1, .main.alt h2, .main.alt h3, .main.alt h4, .main.alt h5, .main.alt ul, .main.alt ol, .main.alt blockquote, .main.alt span .main.alt table, .main.alt div {

	max-width: 720px;

	margin: inherit auto;

}

li {

	list-style-type: circle;

	margin: 1em 0;

	padding-left: .8em;

	font-size: 1.3em;


}

.single-event .main .primary {

	padding-left: 1em;

}

.main .primary {

	max-width: 830px;

	padding: 0 0 1em;

	margin: 0 auto;

}

.main .primary ul {

	padding-left: 3em;

}

.main .primary ul.chosen-results {

	padding-left: 5px;

}

.main .primary hr {

	background-image: url('images/sprites.png');

	background-position: -25px -820px;

	border: 0 solid #fff;

	height: 15px;

}


.main .primary h3 {

	color: #37260d;
	
}

.main .feature {

	margin-bottom: 1em;

	float: right;

	margin-top: 2.5em;

	text-align: right;

	padding-right: 0;

}

.main .feature img {

	max-width: 441px;

	max-height: 441px;

}

.boxes {

	margin: 0 -5px 5em;

	clear: both;

}

.boxes .item {
    
    height: 275px;
    
    background-image: url('images/sprites.png');
    
    background-position: -1515px -139px;
    
    position: relative;
    
    margin: 0 auto 44px;
    
    color: #eee;
    
    overflow: hidden;
    
    border-radius: 8px;

    max-width: 545px;

}

.boxes.alt .item {

	margin-bottom: 1.5em;

}

.boxes .item .btn {

	color: #fc6202;

	background-color: #fff;

	font-weight: bold;

	background-image: none;

	padding-left: 3em;

	padding-right: 3em;

	margin-top: 1em;

}

.boxes .cover .item.blue {

	background-position: -2732px -451px;

}

.boxes .cover .item.blue .btn {

	color: #005756;

}

.boxes .cover .item.purple {

	background-position: -2144px -139px;

}

.boxes .cover .item.purple .btn {

	color: #38004d;

}

.boxes .cover .item.green {

	background-position:  -2149px -454px

}

.boxes .cover .item.green .btn {

	color: #928814;

}

.boxes .cover p {

	margin-bottom: 1em;

}

.boxes.alt .item {

	height: 160px;

}

.boxes .item.primary {

	height: 592px;

}

.boxes .item h3 {

	font-size: 2em;

	font-weight: 500;

}

.boxes.alt .item.primary {

	background-color: #ebebeb;

}

.boxes.alt .item.primary p {

	margin: .5em 0 3em;

	color: #333;

}

.boxes.alt .item .content {

	padding: 0;
	
}

.boxes.alt .item a {

	color: #fff;

	width: 100%;

	height: 100%;

	display: block;

	text-decoration: none;

	font-size: 2.3em;

	position: relative;

}

.boxes.alt .item a span {

	position: absolute;

	top: 50%;


	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);

	transform: translateY(-50%);

	left: 0;

	width: 100%;

	text-align: center;

}

.boxes.alt .content {

	width: 100%;

	height: 100%;

	padding: 0;

}

.boxes.alt .item.primary a:hover {

	text-decoration: none;

}

.boxes .item .content {

	position: absolute;

	top: 50%;

	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	text-align: center;

	width: 100%;

	padding: 0 3em;

}

.boxes .item .content h3,
.boxes .item .content p {

	color: #fff;

	font-size: 1.3em;

	line-height: 1.5em;

	margin-bottom: 0;

}

.boxes .item .content p {

	margin-bottom: 0;

}

.boxes .item .content h3 {

	font-size: 2em;

	padding-bottom: 0;

}

.related {

	background-color: #fff;

	margin-bottom: 2.5em;

}

.related h1, .boxes.alt h1 {

	text-align: center;

	margin: 1.5em auto .5em;
}

.related.container h3 {

	margin-left: .8em;

	text-transform: uppercase;

	font-size: 1.3em;

	letter-spacing: .1em;

	font-weight: normal;
}

.selector {

	text-align: center;

	margin-top: 1em;

	margin-bottom: 3em;

}

.selector a.btn {

    color: #93b428;

    background-color: #fff;

    border-radius: 5px;

    border: 3px solid #93b428;

    margin: .25em .25em;

    letter-spacing: 0;

}


.selector a:hover {

	background-color: #fd8204;

    color: #fff;

    border-color: #fd8204;

}

.selector a.active, .selector a.active:hover {

	color: #fff;

	background-color: #93b428;

	border-color: #93b428;

}


.related p a:hover, .boxes.alt p a:hover, .related p a.active, .boxes.alt p a.active	 {

	text-decoration: none;

}

.related p {

	text-align: center;

	margin-bottom: 2.5em;

}

.related .item {

	margin: 0 auto;

	overflow: hidden;

	height: 370px;

}

.related .item p a {

	padding-bottom: .25em;

}

.related .item .img {

	width: 100%;

	max-width: 300px;

	margin: 1em auto;

	background-position: 0 0;

	overflow: hidden;

	position: relative;

	display: block;

	max-height: 256px;

}

.related .item .img img {

	width: 100%;

	left: 0;

	transition: all  0.5s ease;


}

.related .item:hover .img img {

	left: -5px;

	transform: scale(1.1, 1.1);

}

.related .item a {

	color: #37260d;

	text-align: center;

	display: inline-block;

	font-size: 1.1em;

}

.related .item:hover a {

	color: #fd8204;

}

.callouts {

	clear: both;
	
}

.callouts .item {

	padding: 0 1.5em 0 4em;

	margin: 1.5em 0;

	background-repeat: no-repeat;

	background-image: url('images/sprites.png');

	background-position: -184px -840px;

	font-size: 1.3em;

	line-height: 1.7em;

}

.callouts .item h3 {

	margin: 0 0 .5em;

	color: #fd8204;

	font-weight: bold;

	font-size: 1.8em;

}

.promos {

	z-index: 5;

	position: relative;

}

.promos .item {

	color: #898989;

	text-align: center;

	padding: 2em 1em;

}

.promos .item a {

	font-weight: normal;
}

.promos .item strong.btn {

	margin-top: 1.5em;

	font-weight: bold;

	background-color: #749917;

}

.promos .item strong.btn:hover {

	background-color: #fd8204;

}

.promos .item.primary {

	color: #fff;

	background: url('images/sprites.png');

	background-position: -44px -148px;

	height: 366px;

	margin: 0 auto 3.5em;

	max-width: 1115px;

	width: 95%;

	position: relative;

	border-radius: 8px;


}


.promos .item.primary .content {
    position: absolute;
    top: 50%;

	-ms-transform: translate(-50%, -50%);
	
	-webkit-transform: translate(-50%, -50%);
	
	-moz-transform: translate(-50%, -50%);
	
	-o-transform: translate(-50%, -50%);
    
    transform: translate(-50%, -50%);
    
    text-align: center;
    
    width: 100%;
    
    left: 50%;
    max-width: 880px;
    padding: 0 4em;
}

.promos .item.primary p {

    max-width: 700px;
    
    margin: 0 auto;
    
    text-align: center;
    
    font-size: 1.5em;

    color: #fff;
    
}

.promos .item.primary p.logos {

    margin-top: 3.3em;

}

.promos .item.primary a, .promos .item.primary a:hover {

	color: #fff;

	font-size: .7em;

}

.promos .item.primary a:hover {

	text-decoration: underline;

}

.promos .item h4 {

	color: #37260d;

	font-size: 1.9em;

}

.promos .item a {

	color: #898989;

	font-size: 1.25em;

}

.promos .item a.img {


	display: block;

	position: relative;

	margin: 1em auto 1.25em;

	border-radius: 10px;

}
.promos .item a.img img {

	width: 100%;

	border-radius: 8px;
}

.promos .item .button-item  {
    
    color: #fff;
    
    padding: 1.65em .5em;
    
    display: block;
    
    width: 207px;

    margin: 0 auto;

}

nav {

	background-color: #fff;

	color: #000;

}
	
nav a {

	color: #333;

}


.quick-links-container {

	width: 100%;

	background-color: #93b428;

	overflow: hidden;

}

.quick-links {

	color: #fff;

	max-width: 1105px;

	margin: 0;


	text-align: right;

	width: 100%;

	display: block;	

	margin: 0 auto;
}

.navbar .quick-links li {

	padding: .5em .8em;

	margin: 0 -.2em;

	display: inline-block;

}


.nav-up {

    top: -535px;

}

.quick-links a, .quick-links a:hover {

	color: #fff;

	border: none;

	text-decoration: none;

	text-transform: uppercase;

	letter-spacing: .1em;

}

.quick-links li:nth-child(2) {

	background-color: #577e0d;

}

.quick-links li:nth-child(2):hover {

	background-color: #476d0e;

}

.quick-links li:nth-child(1) {

	background-color: #749917;

}


.quick-links li:nth-child(1):hover {

	background-color: #638907;

}

.quick-links li:nth-child(3) {

	background-color: #fd8204;

}

.quick-links li:nth-child(3):hover {

	background-color: #ed7203;

}

.error404 #primary {

	background: url('images/404-background.jpg');

	background-position: center;

	background-size: auto 100%;

	background-repeat: no-repeat;

	background-color: #8ea299;

}

.error404 #primary  #main {

	max-width: 880px;

	width: 90%;
	
}

.error404 footer {

	margin-top: 0;

}

.error404 section.error-404 {

	margin-top: 200px;

	margin-bottom: 180px;

}

.error404 h1, .error404 h2, .error404 h3, .error404 p {

	color: #fff;

}

.error404 .page-header{

	border-bottom: 0;

}


/** Hero CAROUSEL **/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* TWO COLUMN CONTENT
------------------------------------------------- */

.container.content {

	padding: 0 30px;

}

.page-template-content-sidebar .main.alt div {

	max-width: 830px;

}

.page-template-content-sidebar .entry-title {

	margin: 1em auto .5em;

	text-align: left;

	padding-left: .25em;


}

.page-template-two-col .primary-content .col-sm-6 {

	padding: 0;

}

.page-template-two-col .primary-content {

	padding: 0 30px;

	max-width: 1105px;

	background-color: #eee;

}

.page-template-two-col .primary-content .column {

	background-color: #eee;

	text-align: center;

	padding: 2em 1.5em;

	margin: 0 0 0 1em;

}

.page-template-two-col .primary-content .column.main {

	margin: 0 1em 0 0;
	
}

.page-template-two-col .primary-content .column h2, .page-template-two-col .primary-content .column h3 {

	color: #fd8204;

	padding-bottom: 0;

}

.page-template-two-col .alert-container {

	margin: 0;

}

.alert-container {

	padding: 0;

}

.alert {
    
    box-shadow: none;
    
    background: url('images/sprites.png');
    
    background-position: -1523px -856px;
    
    border-radius: 7px;
    
    color: #fff;
    
    text-align: center;
    
    font-size: 1.2em;

}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 770px;
	padding-top: 70px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 700px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel h1 {
	letter-spacing: normal;
	text-shadow: none;
	font-weight: bolder;
	font-size: 120px;
	text-align: center;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {

	top: 56%;
}

.carousel-control.left {
	display: none;
}

.carousel-control.right {
	display: none;
}

.carousel-indicators {
	display: none;
}

.carousel .item .container {

	position: relative;

	height: 600px;

}

.carousel .item .btn-primary {
	text-align: center;
	font-weight: normal;
	background: linear-gradient(130deg, #94B53D, #C6DB70);
	padding: 13px 30px 10px 30px;
	margin-left: 1.5rem;
	border-radius: 3px;
	color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel .item .btn-primary:hover {

	background-color: #fd8204;
	
}

.carousel-caption {

  top: 65%;

	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
  transform: translateY(-50%);

  position: absolute;

  text-align: left;

  left: 10%;

  text-shadow: none;

}

.carousel-control {

	margin-top: -33px;
}

.carousel-caption h1, .carousel-caption p {

	color: #fff;

	margin-top: 0;

	margin-bottom: 0;

}

.carousel-caption p {
	font-size: 1.8em;
	margin: 2rem auto;
	text-align: center;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 75vh;
}

.carousel li {

	padding-left: 0;

}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;

  
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* Form stuff
------------------------- */
.main.form {

	margin-bottom: 3em;

	box-shadow: none;

}

label {

	margin: 1.5em 0 .5em;

}
 input[type="text"],  input[type="email"],  textarea, select{
    
    color: #555;
    
    width: 100%;
    
    padding: 1em;

    margin: .5em 0 1.5em;
    
    border: 1px solid #e5e5e5;
    
    background: #fbfbfb;
    
    line-height:15px;
    
    outline: 0;
    
    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);

}
 textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 100%;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

/* Mobile nav toggle animation */
.navbar-default .navbar-toggle {
	margin-top: 15px;
  border: none;
  background: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
	width: 60px;
	transition: all 0.6s;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
	transform: rotate(45deg);
	transform-origin: 1% 1%;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
	opacity: 0;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(4) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	opacity: 1;
}

.navbar-toggle.collapsed .icon-bar:nth-child(4) {
	transform: rotate(0);
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #94B53D;
	width: 30px !important;
	height: 4px !important;
	border-radius: 5px;
	margin-bottom: 5px;
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


@media only screen and (orientation: portrait) {

	.header {

		height: 100px;

	}

	.header.image {

		height: 75vh;

		background-position: center 0;

		background-size: auto 100%;

		background-attachment: scroll;

	}

	.carousel .item {

		background-size: cover;

		background-attachment: scroll;

	}


}

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

	.quick-links {

		width: 95%;

	}

	.navbar ul li {

		letter-spacing: normal;

	}

	.navbar .main-menu {

		width: 520px;

		margin-top: .5em;

		font-size: .8em;

	}

	.navbar .container {

		padding: 0 0;

	}
	
	.navbar .main-menu ul {

		padding-left: 0;

		margin-right: 2.5em;

		text-align: right;

	}

	.promos .item {

		min-height: 33vh;

	}


	.navbar-brand img {

		max-width: 150px;

	}


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 700px) {

	.main .feature {

		width: 100%;

		padding: 0;
	}

	.main .feature img {

		width: 100%;
	}

	.error404 section.error-404 {

		margin-top: 155px;

		margin-bottom: 180px;
	
	}

	/* TWO COLUMN CONTENT
	------------------------------------------------- */

	.container.content {

		padding: 0;

	}

	.page-template-two-col .primary-content .col-sm-6 {

		padding: 0;

	}

	.page-template-two-col .primary-content {

		padding: 0;

		
	}

	.page-template-two-col .primary-content .column {


		text-align: center;

		padding: 1em;

		margin: 1em auto;

		max-width: 90%;
	}

	.page-template-two-col .alert-container {

		max-width: 90%;

		margin: 0 auto;

	}

	.page-template-two-col .primary-content .column.main {

		margin: 1em auto;

		
	}

	.mobile-show {

		display: inherit;

	}

	.mobile-hide {

		display: none;

	}

	img {

		height: auto;

	}

	.related.container h3 {

		margin-right: .5em;

		font-size: 1.3em;

		letter-spacing: .1em;

		font-weight: normal;

	}

	.main.form .form-group {

		padding: 0 0;

	}

	.main.form h1, .main.form h2 {

		padding: 0;

	}

	.main.form input, .main.form label {

		margin: .5em 0;

	}

	.carousel {
		height: 86vh;
		margin-bottom: 10vh;
	}

	.carousel .item {
		height: 87vh;
		background-size: cover;
	}

	.carousel-caption {

  		top: 55vh;

		text-align: center;

		width: 100%;

		left: 0;

	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {

		top: 58%;
	}

	.carousel-caption h1 {

		font-size: 2.3em;

		width: 81%;

		margin: 0 auto;

	} 

	.carousel-caption p {

		font-size: 1.5em;

		width: 81%;

		line-height: 1.1em;

	}

	.carousel-caption .btn {

		width: auto;

		font-size: .6em;

	}

	.navbar .container {

		width: 100%;

		padding: 0;

		margin: 0;

	}

	#navbar {
		min-height: 0;
		margin-top: 0;
	}

	.navbar {
		padding-bottom: 0em;
	}

	.navbar a {
		color: #ffffff;
	}

	.navbar .quick-links {

		width: 100%;

		margin: 0;

		padding: 0;

	}

	.navbar-collapse {
		margin: .5em -15px 0;
	}

	.navbar-collapse.collapse {
		transition: height 0.2s;
	}

	.navbar-collapse.collapsing {
		height: 0 !important;
	}

	.navbar-collapse.collapse.in {
		max-height: none;
		height: 100vh;
	}

	.navbar .quick-links li {

		width: 33.3%;

		margin: 0 -.12em;

		text-align: center;

	}

	.navbar-brand img {

		max-width: 130px;

	}

	.container {

		padding: 0 0;

		max-width: 100%;

		overflow: hidden;

	}


	h1 {

		font-size: 2.5em;

		letter-spacing: normal;
	}

	.main {

		padding: 1em 0 0;

		max-width: 90%;

		margin: 0 auto;

	}

	.main .primary ul {

		padding-left: 1.5em;

	}

	.menu-primary-container {
		height: 100%;
	}

	.main-menu {
		float: none;
	}

	.main-menu ul {

		width: 100%;
		height: 100%;

		padding: 65px 50px 1.5em 50px;

		margin: 0;

		background-color: #93B63D;
		background: linear-gradient(150deg, #94B53D 40%, #C6DB70);
		
	}

	.navbar .main-menu ul li:first-child {
		border-top: 1px solid #D8D8D8;
	}

	.navbar .main-menu ul li {

		width: 100%;

		text-align: left;

		margin: 0 0;

		padding: 0;

		border-bottom: 1px solid #D8D8D8;
	}

	.navbar ul li:not(:nth-last-child(-n + 2)) {
		border-right: none;
	}

	.navbar .main-menu ul li a {
		font-weight: bold;
		text-transform: none;
		font-size: 2.2rem;
		display: block;
		padding-top: 18px;
		padding-bottom: 20px;
	}

	.main-menu li.menu-item-4151 {
		display: none;
	}

	.main-menu .menu-item-has-children > a {
		background: url('images/chevron-right.png') no-repeat;
		background-position: right 0 top 24px;
		background-size: 13px 20px;
		padding-right: 20px;
	}

	.main-menu ul.sub-menu {
		background: none;
	}
	
	.main-menu ul.sub-menu:before {
		border: none;
	}

	.btn {

		width: 80%;

		padding: .75em 1.65em;

	}

	.selector .btn {

		margin: 0 .5em;

	}


	.sidebar {

		margin: 0 10px 25px;

		float: none;

		width: 93%;

	}

	.related .item {

		height: 300px

	}
	
	.callouts .item {

		margin-left: 1em;

	}

	.boxes .item {

		height: auto;

		margin-bottom: .75em;

	}

	.boxes .item p {

		color: #fff;

		margin-bottom: 1em;

	}

	.boxes .item.primary {

		height: auto;

	}

	.boxes .item .content {

		padding: 3.5em 1.5em;

		font-size: .9em;

		position: relative;

		top: 0;

	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
		transform: translateY(0);

	}

	.promos .item.primary {

		background-image: none;

		background-color: #fe6300;

		height: auto;

		padding-top: 1em;

		margin-bottom: 2em;

		margin-top: 2em;

		position: relative;

		padding: .5em;

	}

	.promos .item {

		padding: 1em .5em;
	}

	.promos .item.primary p {

		font-size: 1.2em;

		line-height: normal;

		padding: 1em .75em;

	}

	.promos .item.primary .content {

		position: relative;

		padding: .5em;

		left: auto;

		top: auto;

		transform: none;
	}

	.promos .item.primary p.logos {

		padding-top: 1em;

		margin-top: 0;

	}

	.promos .item.primary strong {

		font-weight: normal;

	}

	h2 {

		padding-bottom: 1em;

	}
}
/* END for <700px displays */

@media only screen and (max-width: 767px) {
	footer {
		background: linear-gradient(10deg, #C6DB70, #94B53D) !important;
	}

	footer .extras {
		padding-left: 20px;
		padding-bottom: 18px;
	}

	footer .tos-privacy-links {
		margin-bottom: 22px;
	}

	footer .about-us .footer-aza-logo {
		float: left;
		margin-top: 8px;
		margin-left: 25px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	footer .about-us .footer-aza-logo {
		float: left;
		margin-top: 25px;
	}
}

@media only screen and (max-width : 1025px) {
	.navbar>.container .navbar-brand{
		padding: .25em;

		margin: .25em;
	}

	footer h4 {
		font-size: 1.8rem;
	}

	footer .about-us a.btn-primary {
		width: 200px;
		text-align: left;
		font-size: 1.8rem;
	}

	footer .about-us a.btn-primary img {
		height: 18px;
		width: auto;
		float: right;
		margin-top: 3px;
		margin-left: 15px;
	}

	footer .about-us {
		padding-right: 20px;
		padding-left: 25px;
	}

	footer .footer-links {
		padding-top: 40px;
		padding-left: 25px;
	}

	footer .footer-links h4 {
		margin-bottom: 22px;
	}

	footer .about-us h4 {
		margin-top: 40px;
	}

	footer .details {
		margin-top: 25px;
		padding-left: 25px;
	}

	footer .details h4 {
		margin-bottom: 15px;
	}

	footer .details .footer-zoo-detail-item {
		font-size: 1.5rem;
	}

	footer p {
		font-size: 1.5rem
	}

	footer a {
		font-size: 1.5rem;
	}
}

/****** Gravity Forms ******/

.gfield_select, .ginput_card_expiration {

   background-color: #fd8103;

   color: #fff;

   border: 0;

   font-weight: bold !important;

   margin-top: 9px;
}

.gfield_select option {
  
   background-color: #749917;

}

.gfield_select, input, .ginput_card_expiration, .ginput_card_security_code, .ginput_full input {

    border-radius: 5px;

    height: 45px;

}

.gform_wrapper .ginput_complex label {

  margin-top: 2em;

}

.gfield h2, .gfield h3 {

   font-weight: bold !important;

}

#field_5_18 p {
    font-size: 1em;
    line-height: 1.3em;
}

@media only screen and (min-width : 511px) {
	li#field_5_6,li#field_5_7, li#field_1_6,li#field_1_7 {
	    width: 48.4%;
	}
}

li#field_5_15, #field_5_14, #field_5_30, li#field_1_15, #field_1_14, #field_1_30{
  
    max-height: 2.2em;
}
#field_5_18, #field_1_18{max-height: 4em; font-size: 1.3em;}

.gform_wrapper .gform_footer {
    margin: 1em 1em 0 !important;
}


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

	#field_5_1, #field_5_2, #field_5_3, #field_1_1, #field_1_2, #field_1_3{
		width: 97.5%;
	}
}
@media only screen and (max-width : 510px) {

	#field_5_6, #field_5_7, #field_5_28, #field_5_27, #field_5_29, #field_5_21, #field_5_23, #field_5_22, #field_1_6, #field_1_7, #field_1_28, #field_1_27, #field_1_29, #field_1_21, #field_1_23, #field_1_22{
		width: 97.5%;
	}
	#input_5_31_2_month, #input_5_31_2_year, #input_1_31_2_month, #input_1_31_2_year{
		width: 97.5% !important;
	}
}

/* DONER PRIVLEGES */


.page-id-1894 h3{
	text-align: center;
}


.page-id-1894 .su-accordion ul{
	list-style: none;
}
.page-id-1894 .main .primary ul {
    padding-left: 1em;
    margin-bottom: 2em;
}

.page-id-1894 ul {
    list-style: none;
    padding-left: 1em;
    margin:0;
    
}

.page-id-1894 li{
/* For a round bullet */
  content: '\2022';
  display: block;
  position: relative;
  font-size: 16px;
  margin: 0.5em 0;
}

.page-id-1894 .primary li:before {
    content: "●" ;
    padding-right:10px;
    color: #73b728;
}

.page-id-1894 .su-spoiler-title {
	font-size: 18px;	
}

.page-id-1894 .main .primary hr {
	width: 100%;
	border: 0 solid #fff;
    height: 2px;
    background-color: #73b728;
    background-image: none;	
}

.parent-pageid-1888 p {

   padding-bottom: 1em;
   margin-bottom: 0;

}

.parent-pageid-1888 .selector {

   padding-bottom: 3em;

}

.parent-pageid-1888 h2 {

   margin-top: 0;

   padding-bottom: 1.5em;
}

.meet-arya .btn {
	margin-bottom: 15px;
}

.meet-arya p {
margin-bottom: 20px;
}

.arya-video-wrapper {
  position: relative;
  padding-top: 56%;
margin-bottom: 35px;
}

.arya-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}