/*Copyright (c) 2017 Himanshu Softtech.
------------------------------------------------------------------
[Master Stylesheet]
Template Name:Wild Zoo Multipurpose Responsive HTML Template
Version: 1.0
-------------------------------------------------------------------
[Table of contents]
1. Body
2. Normal Css
3. Preloader
4. sidebar
5. Modal
6. Navigation Section / .zoo_navigation_wrapper
7. Banner Section / .zoo_slider_content_box
8. About Section / .zoo_about_wrapper
9. Pricing Section / .zoo_ticket_wrapper
10. Video Section / .zoo_video_wrapper
11. Service Section / .zoo_service_wrapper
12. Camp Section / .zoo_camp_wrapper
13. Contact Section / .zoo_contact_wrapper
14. Footer Section / .zoo_footer_wrapper
15. Client Section / .zoo_client_wrapper
16. News Letter Section / .zoo_nl_wrapper
17. Blog Section / .zoo_blog_wrapper
18. Page Title Section / .zoo_page_title_wrapper
19. About Page / .zoo_about_page_wrapper
20. Price Page / .zoo_ticket_wrapper.price_page:after
21. Gallery Page / .js .photostack
22. Masonary Gallery page / .simple_gallery .grid li
*/
/*-------- Body Strat --------*/
body {
	font-family: 'Lato';
	font-size: 14px;
	color: #333;
	margin:0;
	padding:0;
}
/*-------- Normal css start --------*/
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	color: #b08652;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: "MetalMania";
	font-weight: 400;
	color: #202020;
	margin: 0px;
}
p{	
	color:#656f75;
	font-size: 15px;
	margin: 0px;
}
input{
	outline: none;
}
input:focus{
	outline: none !important;
	box-shadow:none !important;
	box-shadow: none !important;
	border-color:#ccc !important;
}
textarea{
	outline: none;
}
textarea:focus{
	outline: none !important;
	box-shadow:none !important;
	box-shadow: none !important;
	border-color:#ccc !important;
}
button{
	outline: none;
}
button:focus {
	outline: none;
	box-shadow:none;
}
.zoo_top_padder100{
	padding-top: 100px;
}
.zoo_top_padder90{
	padding-top: 90px;
}
.zoo_top_padder80{
	padding-top: 80px;
}
.zoo_top_padder70{
	padding-top: 70px;
}
.zoo_top_padder60{
	padding-top: 60px;
}
.zoo_top_padder50{
	padding-top: 50px;
}
.zoo_top_padder40{
	padding-top: 40px;
}
.zoo_top_padder30{
	padding-top: 30px;
}
.zoo_top_padder20{
	padding-top: 20px;
}
.zoo_top_padder10{
	padding-top: 10px;
}
.zoo_bottom_padder100{
	padding-bottom: 100px;
}
.zoo_bottom_padder90{
	padding-bottom: 90px;
}
.zoo_bottom_padder80{
	padding-bottom: 80px;
}
.zoo_bottom_padder70{
	padding-bottom: 70px;
}
.zoo_bottom_padder60{
	padding-bottom: 60px;
}
.zoo_bottom_padder50{
	padding-bottom: 50px;
}
.zoo_bottom_padder40{
	padding-bottom: 40px;
}
.zoo_bottom_padder30{
	padding-bottom: 30px;
}
.zoo_bottom_padder20{
	padding-bottom: 20px;
}
.zoo_bottom_padder10{
	padding-bottom: 10px;
}
.zoo_heading{
	text-align: center;
	padding:0px 50px;
	margin-bottom: 50px;
}
.zoo_heading h1{
	color:#b08652;
	font-weight:400;
	position: relative;
	margin-bottom: 20px;
	font-size: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.zoo_heading p{
	color:#333;
	font-size: 18px;
}
.zoo_button{
	font-size: 15px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 10px 42px;
    text-transform: capitalize;
    background:url(../images/brush.png);
    background-size: 100% 100%;
    font-size: 17px;
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_button:hover{
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1); 
	color: #503d32;
}
/*-------- preloader section start --------*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status{
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/*-------- sidebar section start --------*/
.widget.widget_search{
	margin-bottom: 30px;
}
.widget.widget_search form{
	position: relative;
}
.widget.widget_search form input{
	height: 50px;
    width: 100%;
    padding: 0px 70px 0px 20px;
    border-radius: 0px;
    box-shadow: none;
}
.widget.widget_search form i{
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: #b08652;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}
.widget-area .widget-title{
	color:#555;
	font-size: 25px;
	margin-bottom:0px;
	padding-bottom:10px; 
	border:none;
}
.widget.widget_categories{
	margin-bottom: 30px;
}
.widget.widget_categories ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_categories ul li{
	margin-bottom: 0px;
    border-bottom: 2px solid #e1e1e1;
    padding: 15px 10px;
}
.widget.widget_categories ul li a{
	display: inline-block;
    font-size: 17px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.widget.widget_categories ul li a:hover{
	color:#b08652;
}
.widget.widget_categories ul li a img{
	margin-right: 10px;
	color:#b08652;
	font-weight:bold;
	display: inline-block;
}
.widget.widget_recent_post{
	margin-bottom: 30px;
}
.widget.widget_recent_post .widget-title{
	padding-bottom: 20px;
}
.widget.widget_recent_post ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_recent_post ul li{
	margin-bottom: 20px;
}
.widget.widget_recent_post ul li:last-child{
	margin: 0;
}
.widget.widget_recent_post ul li:after{
	content: "";
	width: 100%;
	display: table;
}
.widget.widget_recent_post ul li img{
	float: left;
}
.widget.widget_recent_post ul li .post{
	width: calc(100% - 80px);
	float: right;
}
.widget.widget_recent_post ul li .post h3{
	margin-bottom:5px;
	font-size: 20px;
}
.widget.widget_gallery{
	margin-bottom: 30px;
}
.widget.widget_gallery .widget-title{
	padding-bottom: 20px;
}
.widget.widget_gallery:after{
	content: "";
	width: 100%;
	display: table;
}
.widget.widget_gallery ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_gallery ul li{
	float: left;
	width: auto;
	margin: 0 10px 10px 0px;
}
.widget.widget_archives{
	margin-bottom: 30px;
}
.widget.widget_archives ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_archives ul li{
	margin-bottom: 0px;
}
.widget.widget_archives ul li a{
	display: inline-block;
    width: 100%;
    font-size: 17px;
    padding: 15px 10px;
    border-bottom: 2px solid #e1e1e1;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.widget.widget_archives ul li a:hover{
	color:#b08652;
}
.widget.widget_archives ul li a img{
	margin-right: 10px;
	color:#b08652;
	font-weight:bold;
	display: inline-block;
}
.widget.widget_tags .widget-title{
	padding-bottom: 15px;
}
.widget.widget_tags a{
	margin: 5px 5px 5px 0px;
    padding: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: url(../images/brush.png);
    background-size: cover;
    background-position: center center;
    min-width: 124px;
    text-align: center;
}
/*-------- modal start --------*/
.modal{
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.modal.in{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.modal-dialog{
	position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.modal-header{
	background: #b08652;
}
.modal-header h3{
	color: #fff;
}
.modal-header button{
	color: #fff;
	opacity: 1;
}
.modal-body .form-group input{
	border-radius: 0px;
}
.modal-body .form-group select{
	border-radius: 0px;
}
.modal-footer{
	background: #b08652;
	text-align: center;
}
.modal-footer .zoo_button{
	background: url(../images/brush_w.png);
	background-size:100% 100%;
	color: #b08652; 
}
/*-------- navigation section start --------*/
.zoo_navigation_wrapper{
	background:none;
	position:absolute;
	top:0px;
	z-index: 100;
	width: 100%;
	background-color:rgba(0,0,0,0.7);
	padding:0px 0px;
}
.zoo_navigation_overlay{
	position: absolute;
    width: 40%;
    height: 100%;
    background: rgba(176,134,82,1);
    top: 0px;
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    transform: skewX(-40deg);
    left: -42px;
}
.zoo_navigation_logo{
	padding: 26px 0px;
	text-align: center;	
}
.zoo_navigation_logo h2{
	color:#fff;
	font-weight: bold;
}
.zoo_navigation_menu{
	text-align: right;
	padding: 0;
}
.zoo_navigation_menu ul{
	list-style: none;
	padding:0;
	margin: 0;
}
.zoo_navigation_menu ul li{
	position: relative;
	perspective: 800px;
	display: inline-block;
	margin-right: 30px;
}
.zoo_navigation_menu ul li:last-child{
	margin: 0;
	overflow:hidden;
	vertical-align:middle;
}
.zoo_navigation_menu ul li a{
	display: inline-block;
	padding: 25px 0px;
	color:#fff;
	font-weight:200;
	font-family: "MetalMania";
	font-size: 20px;
	position:relative;
	letter-spacing: 2px;
}
.zoo_navigation_menu ul li a.active:before{
	-webkit-transform: scale(1) translate(0px, 0px) rotate(0deg);
	-moz-transform: scale(1) translate(0px, 0px) rotate(0deg);
	-ms-transform: scale(1) translate(0px, 0px) rotate(0deg);
	-o-transform: scale(1) translate(0px, 0px) rotate(0deg);
	transform: scale(1) translate(0px, 0px) rotate(0deg);
	opacity: 1;
}
.zoo_navigation_menu ul li a:before {
	color: #b08652;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.5) translate(20px, -20px) rotate(10deg);
	-moz-transform: scale(1.5) translate(20px, -20px) rotate(10deg);
	-ms-transform: scale(1.5) translate(20px, -20px) rotate(10deg);
	-o-transform: scale(1.5) translate(20px, -20px) rotate(10deg);
	transform: scale(1.5) translate(20px, -20px) rotate(10deg);
	-webkit-transition: transform 0.3s, opacity 0.3s;
	-moz-transition: transform 0.3s, opacity 0.3s;
	-ms-transition: transform 0.3s, opacity 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.zoo_navigation_menu ul li:hover a:before{
	-webkit-transform: scale(1) translate(0px, 0px) rotate(0deg);
	-moz-transform: scale(1) translate(0px, 0px) rotate(0deg);
	-ms-transform: scale(1) translate(0px, 0px) rotate(0deg);
	-o-transform: scale(1) translate(0px, 0px) rotate(0deg);
	transform: scale(1) translate(0px, 0px) rotate(0deg);
	opacity: 1;
}
.zoo_menu_toggle{
	margin-right: 0px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_menu_toggle:hover{
	cursor: pointer;
}
.zoo_menu_toggle i{
	float: right;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
}
.menu_fixed{
	position:fixed;
	width:100%;
	margin: 0;
	top: 0;
	background-color: rgba(0,0,0,0.9);
	padding:0px;
}
.zoo_navigation_menu ul li .sub-menu{
	position: absolute;
    background: rgba(0,0,0,0.9);
    left: 0;
    top: 78px;
    text-align: left;
    width: 230px;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
    transform-origin: top;
    box-shadow: inset 0px 0px 5px 2px #b08652;
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_navigation_menu ul li:hover .sub-menu{
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}
.zoo_navigation_menu ul li .sub-menu li{
	display: block;
}
.zoo_navigation_menu ul li .sub-menu li:last-child{
	border-top: 1px dashed #b08652;
}
.zoo_navigation_menu ul li .sub-menu li a{
	padding: 15px 12px;
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_navigation_menu ul li .sub-menu li.active a{
	color:#b08652;
}
.zoo_navigation_menu ul li .sub-menu li:hover a{
	color:#b08652;
}
.zoo_navigation_menu ul li .sub-menu li a:before {
	display: none;
}
/*-------- banner section start --------*/	
.zoo_slider_content_box{
	position: absolute;
    width: 100%;
    top: 74%;
    text-align: center;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.zoo_slider_content h1{
	color:#fff;
	font-size: 80px;
}
.zoo_slider_content_box2{
	position: absolute;
    width: 100%;
    top: 74%;
    text-align: center;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.zoo_slider_content_box2 .zoo_slider_content h1{
	font-size: 60px;
}
.zoo_slider_content_box3{
	position: absolute;
    width: 100%;
    top: 74%;
    text-align: center;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.zoo_slider_content_box3 .zoo_slider_content{
	-webkit-transform:rotate(15deg);
	-moz-transform:rotate(15deg);
	-ms-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	transform:rotate(15deg);
}
.zoo_slider_content_box3 .zoo_slider_content h1{
	font-size: 90px;
}
.zoo_slider_bg{
	height:100vh;
	position: relative;
}
.zoo_slider_bg .shape2{
	position: absolute;
    bottom:0px;
    z-index: 0;
    width: 100%;
}
.zoo_slider_bg.slide1{
	background:-webkit-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-moz-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-ms-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-o-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background-size: cover;
	background-position: center;
}
.zoo_slider_bg.slide2{
	background:-webkit-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-moz-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-ms-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-o-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background-size: cover;
	background-position: center;
}
.zoo_slider_bg.slide3{
	background:-webkit-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-moz-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-ms-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-o-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background-size: cover;
	background-position: center;
}
/*-------- about section start --------*/
.zoo_about_wrapper{
	background-color: #fff;
}
.zoo_about_caption h1{
	margin-bottom: 20px;
	color:#fff;
	position: relative;
	z-index: 2;
}
.zoo_about_caption p{
	margin-bottom: 15px;
	color:#fff;
	z-index: 2;
	position: relative;
}
.zoo_about_caption ul{
	list-style: none;
	padding:0;
	margin-bottom:30px;
	z-index: 2;
	position: relative;
}
.zoo_about_caption ul li{
	margin-bottom: 10px;
	font-size: 18px;
	color:#fff;
}
.zoo_about_caption ul li:last-child{
	margin:0;
}
.zoo_about_caption ul li img{
	display: inline-block;
	margin-right: 10px;
}
.zoo_about_caption{
	position: absolute;
    background: #b08652;
    padding: 40px 50px;
    top: 10%;
    z-index: 2;
    right: 15px;
    width:55%;
}
.zoo_about_caption:after{
	position: absolute;
	content:"";
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
	border:5px solid #fff;
}
.zoo_about_caption button{
	background: url(../images/brush_w.png);
	color:#b08652;
	background-size: 100% 100%;
	position: relative;
	z-index: 2;
}
/*-------- gallery section start --------*/
.zoo_gallery_wrapper{
	background-color: #fff;
}
.zoo_gallery_box .grid.effect-3{
	margin:0 0 0 10px;
	max-width:100%;
}
.zoo_gallery_box .grid.effect-3 li{
	padding: 10px;
}
.zoo_gallery_btn{
	text-align: center;
	padding-top: 50px;
}
.zoo_gallery_btn a{
	display: inline-block;
}
.zoo_gallery_img{
	position: relative;
}
.zoo_gallery_overlay{
	position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height:100%;
    border:1px solid transparent;
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_gallery_overlay h2 a{
	color: #fff;
}
.zoo_gallery_overlay h2{
	color:#fff;
	position: absolute;
	top: 20%;
	left: 0;
	padding: 0 50px;
	opacity: 0;
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	-o-transform:translate(0%,-50%);
	transform:translate(0%,-50%);
	text-transform: capitalize;
	width:100%;
	text-align: center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	z-index: 10;
}
.zoo_gallery_overlay:before{
	content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_gallery_overlay:after{
	content: "";
    position: absolute;
    top: 10px;
    left: 30px;
    right:30px;
    bottom: 10px;
    opacity: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_gallery_img:hover .zoo_gallery_overlay:after,
.zoo_gallery_img:hover .zoo_gallery_overlay:before{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}
.zoo_gallery_img:hover .zoo_gallery_overlay h2{
	opacity:1;
	top: 50%;
}
.zoo_gallery_img:hover .zoo_gallery_overlay{
	background:rgba(0,0,0,0.5);
}
/*-------- pricing section start --------*/
.zoo_ticket_wrapper{
	background:-webkit-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-moz-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-ms-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-o-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background-size:cover;
	position: relative;
	background-attachment: fixed;
	padding:150px 0px;
}
.shape2{
	position: absolute;
    bottom:0px;
    width: 100%;
    left:0;
}
.shape1{
	position: absolute;
    top:0px;
    left:0;
    width: 100%;
}
.zoo_ticket_wrapper .zoo_heading:after,
.zoo_ticket_wrapper .zoo_heading:before{
	border-color:#fff;
}
.zoo_ticket_wrapper .zoo_heading h1{
	color:#fff;
}
.zoo_ticket_wrapper .zoo_heading p{
	color:#fff;
}
.zoo_ticket_caption{
	background:rgba(0,0,0,0.8);
}
.zoo_ticket_caption:after{
	display: table;
	content:"";
	width:100%;
}
.zoo_ticket_img{
	float:left;
}
.zoo_ticket_img img{
	width:initial !important;
	display: inline-block !important;
}
.zoo_ticket_text{
	float: right;
	width:calc(100% - 200px);
	padding: 25px 18px 0px;
}
.zoo_ticket_text h2{
	color:#fff;
	font-size: 28px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.zoo_ticket_text h2 span{
	color:#b08652;
	float: right;
	font-size: 40px;
}
.zoo_ticket_text ul{
	list-style: none;
	padding:10px 0px;
	margin: 0;
}
.zoo_ticket_text ul li{
	color:#fff;
	font-size:18px;
	padding: 10px 0px;
}
.zoo_ticket_text ul li span{
	float: right;
	color:#b08652;
	font-family: "MetalMania";
	font-size: 22px;
}
.zoo_ticket_btn{
	float: left;
	width:100%;
	padding:30px 0px;
	text-align: center;
	background:rgba(0,0,0,0.7); 
}
.owl-theme .owl-dots .owl-dot span{
	height: 15px;
	width:15px;
	margin: 40px 7px 0 7px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: #b08652;
}
/*-------- video section start --------*/
.zoo_video_wrapper{
	background:-webkit-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-moz-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-ms-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-o-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background-attachment:fixed;
	background-size: cover;
	position:relative;
	padding: 150px 0px;
}
.zoo_video_wrapper .zoo_heading:after,
.zoo_video_wrapper .zoo_heading:before{
	border-color:#fff;
}
.zoo_video_wrapper .zoo_heading h1{
	color:#fff;
}
.zoo_video_wrapper .zoo_heading p{
	color:#fff;
}
.zoo_video_caption{
	position: relative;
	overflow:hidden;
}
.zoo_video_caption h5{
	position: absolute;
    top: 12px;
    right: -26px;
    letter-spacing: 3px;
    background: #b08652;
    color: #fff;
    padding: 6px 45px;
    font-size: 19px;
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
    z-index: 10;
}
.zoo_video_overlay{
	position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height:100%;
    border:1px solid transparent;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
    z-index: 5;
}
.zoo_video_overlay a{
    position: absolute;
    top: 20%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    text-transform: capitalize;
    z-index: 15;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_video_overlay a:hover{
	-webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}
.zoo_video_overlay:before{
	content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_video_overlay:after{
	content: "";
    position: absolute;
    top: 10px;
    left: 30px;
    right:30px;
    bottom: 10px;
    opacity: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_video_caption:hover .zoo_video_overlay:after,
.zoo_video_caption:hover .zoo_video_overlay:before{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}
.zoo_video_caption:hover .zoo_video_overlay a{
	opacity:1;
	top: 50%;
}
.zoo_video_caption:hover .zoo_video_overlay{
	background:rgba(0,0,0,0.5);
}
/*-------- service section start --------*/
.zoo_service_wrapper{
	background-color: #fff;
	position: relative;
}
.zoo_service_caption{
	text-align: center;
}
.zoo_service_icon{
	position: relative;
	width: auto;
	margin-bottom: 20px;
	perspective: 100px;
}
.zoo_service_icon i{
    position: absolute;
    bottom: 8px;
    left: 50%;
    font-size: 36px;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zoo_service_caption h2{
	margin-bottom: 10px;
	color: #b08652;
}
.zoo_service_img{
	padding:18px 0px;
}
/*-------- camp section start --------*/
.zoo_camp_wrapper{
	background:-webkit-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-moz-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-ms-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-o-linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:linear-gradient(-90deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background-size: cover;
	background-attachment: fixed;
	position:relative;
	z-index: 1;
}
.zoo_camp_wrapper .col-lg-5{
	padding: 0;
}
.zoo_camp_wrapper .zoo_heading{
	margin: 0;
    background: rgba(176,132,82,0.5);
    position: absolute;
    height: 100%;
    width: 60%;
    z-index: -1;	
    -webkit-transform: skewX(-13deg);
    -moz-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    -o-transform: skewX(-13deg);
    transform: skewX(-13deg);
    left:-110px; 
}
.zoo_heading_text{
	position: absolute;
	top: 50%;
	left:50%;
	width: 50%;
	-webkit-transform:translate(-50%,-50%) skewX(13deg);
	-moz-transform:translate(-50%,-50%) skewX(13deg);
	-ms-transform:translate(-50%,-50%) skewX(13deg);
	-o-transform:translate(-50%,-50%) skewX(13deg);
	transform:translate(-50%,-50%) skewX(13deg);
}
.zoo_camp_wrapper .zoo_heading:after,
.zoo_camp_wrapper .zoo_heading:before{
	display: none;
}
.zoo_camp_wrapper .zoo_heading h1{
	color:#fff;
}
.zoo_camp_wrapper .zoo_heading p{
	color:#fff;
	padding: 0px 30px;
}
.zoo_camp_box{
	padding: 150px 0px 120px 0px;
}
.zoo_camp_box:after{
	content:"";
	width:100%;
	display: table;
}
.zoo_camp_caption{
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.zoo_camp_caption h5{
	position: absolute;
    top: 20px;
    right: -43px;
    background: #b08652;
    color: #fff;
    padding: 6px 45px;
    font-size: 19px;
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
    z-index: 10;
}
.zoo_camp_overlay{
	position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height:100%;
    border:1px solid transparent;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
    z-index: 5;
}
.zoo_camp_overlay h3{
	color: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    opacity: 0;
    padding: 0 45px;
    width: 100%;
    background-size: cover;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-transform: capitalize;
    z-index: 15;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_camp_overlay:before{
	content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_camp_overlay:after{
	content: "";
    position: absolute;
    top: 10px;
    left: 30px;
    right:30px;
    bottom: 10px;
    opacity: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.zoo_camp_caption:hover .zoo_camp_overlay:after,
.zoo_camp_caption:hover .zoo_camp_overlay:before{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
}
.zoo_camp_caption:hover .zoo_camp_overlay h3{
	opacity:1;
	top: 50%;
}
.zoo_camp_caption:hover .zoo_camp_overlay{
	background:rgba(0,0,0,0.5);
}
/*-------- contact section start --------*/
.zoo_contact_wrapper{
	margin-bottom: 580px;
	background-color: #fff;
	position: relative;
}
.zoo_contact_wrapper .shape1{
	position: absolute;
    top: 100%;	
    left: 0;
    width: 100%;
}
.zoo_contact_box{
	position: relative;
}
#map{
	height:577px;
}
.zoo_contact_form{
	background:#b08652;
	padding: 30px 30px;
	text-align: center;
}
.zoo_contact_form form:after{
	width:100%;
	display: table;
	content:"";
}
.zoo_contact_form h1{
	color:#fff;
	margin-bottom: 30px;
}
.zoo_contact_form input{
	margin-bottom: 20px;
	border-radius:0px;
	height:50px;
}
.zoo_contact_form textarea{
	margin-bottom: 20px;
	border-radius:0px;
	height:100px;
	resize: none;
}
.zoo_contact_form button{
	background: url(../images/brush_w.png);
	color:#b08652;
	background-size: 100% 100%;
}
/*-------- footer section start --------*/
.zoo_footer_wrapper{
	background:-webkit-linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(http://via.placeholder.com/1920x1080);
	background:-moz-linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(http://via.placeholder.com/1920x1080);
	background:-ms-linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(http://via.placeholder.com/1920x1080);
	background:-o-linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(http://via.placeholder.com/1920x1080);
	background:linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(http://via.placeholder.com/1920x1080);
    background-size: cover;
    position: fixed;
    padding-top: 150px;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-position: center;
}
.widget-title{
	color:#b08652;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.widget.text-widget p{
	color:#fff;
	font-size: 17px;
}
.widget.text-widget .social_icons{
	margin-top: 15px;
}
.widget.text-widget .social_icons li{
	display: inline-block;
    position: relative;
    margin: 0;
}
.widget.text-widget .social_icons li img{
	display: inline-block;
	margin: 0;
}
.widget.text-widget .social_icons li i{
	position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.widget.text-widget .social_icons li:hover i{
	color:#503d32;
}
.widget.text-widget a img{
	margin-bottom: 20px;
	margin-top: -10px;
}
.widget.text-widget ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.widget.text-widget ul li{
	color:#fff;
	font-size: 17px;
	margin-bottom: 10px;
}
.widget.text-widget ul li:last-child{
	margin: 0;
}
.widget.text-widget ul li i{
	color:#b08652;
	margin-right: 10px;
}
.widget.text-widget ul li span{
	float:right;
}
.zoo_footer_caption{
	margin-bottom: 20px;
}
.zoo_footer_caption:after{
	content: "";
	display: table;
	width:100%;
}
.zoo_footer_icon{
	float: left;
	width:40px;
	position: relative;
}
.zoo_footer_content{
	float: right;
	width:calc(100% - 50px);
}
.zoo_footer_icon i{
	color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% ,-50%);
    -moz-transform: translate(-50% ,-50%);
    -ms-transform: translate(-50% ,-50%);
    -o-transform: translate(-50% ,-50%);
    transform: translate(-50% ,-50%);
}
.zoo_footer_content p a{
	color:#fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.zoo_footer_content p a:hover{
	color:#b08652;
}
.zoo_footer_text{
	text-align: center;
	border-top:1px solid #e1e1e1;
	padding:50px 0px;
	color:#fff;
}
.zoo_footer_text p{
	color: #fff;
	font-size: 17px;
}
/*-------- go top --------*/
.go_top{
    position: fixed;
    background: #fff;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: none;
    padding: 10px;
    border:1px solid #b08652;
    text-decoration: none;
    z-index: 100;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    animation: jump 1s infinite linear;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.go_top:hover{
	cursor: pointer;
}
@-webkit-keyframes jump {
	0%{
		bottom: 50px;
	}
	50%{
		bottom: 60px;
	}
	100%{
		bottom:50px;
	}
}
@-moz-keyframes jump {
	0%{
		bottom: 50px;
	}
	50%{
		bottom: 60px;
	}
	100%{
		bottom:50px;
	}
}
@-o-keyframes jump {
	0%{
		bottom: 50px;
	}
	50%{
		bottom: 60px;
	}
	100%{
		bottom:50px;
	}
}
@keyframes jump {
	0%{
		bottom: 50px;
	}
	50%{
		bottom: 60px;
	}
	100%{
		bottom:50px;
	}
}
/*-------- client section start --------*/
.zoo_client_wrapper{
	background-color:#fff; 
	text-align: center;
	position: relative;
}
.zoo_client_wrapper .owl-carousel .owl-item img{
	display: inline-block;
	width:auto;
}
/*-------- news letter section start --------*/
.zoo_nl_wrapper{
	background-color:#fff; 
	text-align: center;
	position: relative;
	margin-bottom: 580px;
}
.zoo_nl_wrapper .shape1{
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.zoo_nl_form input{
	height: 50px;
    width: 100%;
    border-radius: 0px;
    border-color: #b08652;
    margin-bottom: 20px; 
}
.zoo_nl_form input:focus{
	border-color:#b08652 !important;
}
/*-------- blog section start -------*/
.zoo_blog_wrapper{
	background:-webkit-linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(http://via.placeholder.com/1920x1080);
	background:-moz-linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(http://via.placeholder.com/1920x1080);
	background:-ms-linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(http://via.placeholder.com/1920x1080);
	background:-o-linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(http://via.placeholder.com/1920x1080);
	background:linear-gradient(-90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(http://via.placeholder.com/1920x1080);
    background-size: cover;
    position: relative;
    padding: 150px 0px 100px 0px;
}
.zoo_blog_wrapper .zoo_heading p{
	color: #fff;
}
.zoo_blog_caption{
	padding: 20px;
	position: relative;
}
.zoo_blog_caption:before{
	content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    bottom: 10px;
    border-top: 5px solid #b08652;
    border-bottom: 5px solid #b08652
}
.zoo_blog_caption:after{
	content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
    bottom: 0px;
    border-left: 5px solid #b08652;
    border-right: 5px solid #b08652;
}
.zoo_blog_content{
	box-shadow: inset 0px 0px 16px 3px #b08652;
    position: relative;
    background: #fff;
    z-index: 2;
}
.zoo_blog_text{
	padding: 20px 20px;
}
.zoo_blog_header{
	padding:20px;
}
.zoo_blog_header h2 a{
	color:#b08652;	
	margin-bottom: 10px;
	display: inline-block;
}
.zoo_blog_header ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.zoo_blog_header ul li{
	display: inline-block;
	margin-right: 15px;
}
.zoo_blog_header ul li:last-child{
	margin-right: 0px;
}
.zoo_blog_header ul li i{
	margin-right: 5px;
	color: #b08652;
}
.zoo_blog_img{
	text-align: center;	
}
.zoo_blog_img img{
	display: inline-block;
}
.zoo_blog_text p{
	margin-bottom: 30px;
}
.zoo_blog_text a{
	display: inline-block;
}
/*-------- page title section start --------*/
.zoo_page_title_wrapper{
	background:-webkit-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-moz-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-ms-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:-o-linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(http://via.placeholder.com/1920x1080);
	background-size: cover;
	background-position: center;
	padding: 250px 0px 200px 0px;
	position: relative;
}
.zoo_page_title_text{
	text-align: left;
}
.zoo_page_title_text h1{
	color:#fff;
	margin-bottom: 10px;
	font-size: 50px;
}
.zoo_page_title_text ul.breadcrumb{
	background: none;
	padding: 0;
	margin: 0;
}
.zoo_page_title_text ul.breadcrumb li{
	font-size: 18px;
	color:#b08652;
}
.zoo_page_title_text ul.breadcrumb li a{
	font-size: 18px;
	color:#fff;
}
/*-------- about page start --------*/
.zoo_about_page_wrapper{
	background-color: #fff;
}
.zoo_about_text h1{
	margin-bottom: 20px;
	color:#b08652;
}
.zoo_about_text p{
	margin-bottom: 15px;
}
.zoo_about_text ul{
	list-style: none;
	padding:0;
	margin-bottom:15px;
}
.zoo_about_text button{
	margin-top: 15px;
}
.zoo_about_text ul li{
	margin-bottom: 10px;
	font-size: 18px;
}
.zoo_about_text ul li:last-child{
	margin:0;
}
.zoo_about_text ul li i{
	color:#b08652;
	margin-right: 10px;
}
.zoo_about_text{
    background: #fff;
    padding: 42px 0px;
    width:100%;
}
.zoo_feature_wrapper{
	background: #f1eded;
	position: relative;
	padding: 150px 0px 100px 0px;
}
.zoo_feature_caption{
	text-align: center;
    position: relative;
    padding: 20px;
}
.zoo_feature_caption:before{
	content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    bottom: 10px;
    border-top: 5px solid #b08652;
    border-bottom: 5px solid #b08652;
}
.zoo_feature_caption:after{
	content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
    bottom: 0px;
    border-left: 5px solid #b08652;
    border-right: 5px solid #b08652;
}
.zoo_feature_text{
	text-align: center;
	padding:40px 18px;
    box-shadow: inset 0px 0px 19px 1px #b08652;
    position: relative;
    z-index: 2;
}
.zoo_feature_caption h2{
	color:#8c7b6c;
	margin-bottom: 30px;
}
.zoo_feature_icon{
	position: relative;
	width: auto;
	margin-bottom: 20px;
	perspective: 100px;
}
.zoo_feature_icon img{
	display: inline-block;
}
.zoo_feature_icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translate(-50%, -50%);
}
/*-------- price page start --------*/
.zoo_ticket_wrapper.price_page:after,
.zoo_ticket_wrapper.price_page:before{
	display: none;
}
.zoo_ticket_wrapper.price_page{
	padding: 150px 0px 120px 0px;
}
.price_page .zoo_ticket_caption{
	margin-bottom: 30px;
}
.zoo_rule_wrapper{
	background: #fff;
	position: relative;
}
.zoo_rule_img{
	text-align: center;
}
.zoo_rule_img img{
	display: inline-block;
}
.zoo_rule_text{
	position: relative;
	padding:35px 35px;
}
.zoo_rule_text:before{
	position: absolute;
	content: "";
	top: 20px;
	bottom: 20px;
	right: 0px;
	left: 0px;
	border-top:8px solid #b08652;
	border-bottom:8px solid #b08652;
}
.zoo_rule_text:after{
	position: absolute;
	content:"";
	top: 0px;
	bottom: 0px;
	right: 20px;
	left: 20px;
	border-left:8px solid #b08652;
	border-right:8px solid #b08652;
}
.zoo_rule_text ul{
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
    box-shadow: inset 0px 0px 24px 4px #b08652;
}
.zoo_rule_text ul li{
	content:"";
	width:100%;
	display: table;
}
.zoo_rule_text ul li{
	font-size: 18px;
	border-bottom: 1px dashed #b08652;
	padding: 20px 20px;
	color:#b08652;
	font-weight:600;
}
.zoo_rule_text ul li:last-child{
	border:none;
}
.zoo_rule_text ul li img{
	float: left;
}
.zoo_rule_text ul li span{
	width:calc(100% - 35px);
	float: right;
}
.zoo_rule_caption{
	position: relative;
}
/*-------- gallery page start --------*/
.js .photostack{
	height: 700px;
}
.gallery_page .col-lg-12{
	padding:0;
}
.photostack-perspective figure{
	background: #f5f5f5;
}
.photostack-perspective figure h2{
	color:#b08652;
	font-size: 30px;
}	
.photostack-back p{
	color:#fff;
	font-family: 'Lato';
}
.photostack .info_text{
	position: absolute;
    bottom: 81px;
    left: 50%;
    font-weight: bold;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000;
}	
.photostack-perspective figure .photostack-back h2{
	margin-bottom: 20px;
	color:#fff;
}
.photostack-perspective figure .photostack-back{
	background: #b08652;
	padding: 20px 40px;
}
.photostack-perspective figure .photostack-back:after{
	position: absolute;
	content:"";
	top:10px;
	bottom: 10px;
	right:10px;
	left:10px;
	border:5px solid #fff;
}
.photostack nav span.current,
.photostack nav span,
.photostack nav span.current.flip{
	background: #b08562;
}
/*-------- masonary gallery page start --------*/
.simple_gallery .grid li{
	width:20%;
}
.simple_gallery .zoo_gallery_box .grid.effect-3{
	margin:0;
}
/*-------- blog page start --------*/
.zoo_blog_single_wrapper{
	background:#fff;
	margin-bottom: 580px;
	position: relative;
}
.zoo_blog_single_wrapper .shape1{
	position: absolute;
	top: 100%;
	width:100%;
}
.zoo_blog_item{
	border:2px solid #e1e1e1;
	margin-bottom: 50px;
}
.zoo_blog_item_content{
	padding:20px 30px;
}
.zoo_blog_item_content h2{
	margin: 10px 0px;
}
.zoo_blog_item_content ul{
	list-style: none;
	padding:0;
	margin: 0;
}
.zoo_blog_item_content ul li{
	display: inline-block;
	margin-right: 20px;
}
.zoo_blog_item_content ul li:last-child{
	margin-right: 0px;
}
.zoo_blog_item_content ul li i{
	margin-right: 10px;
	color:#b08652;
}
.zoo_blog_item_content p{
	margin-top: 20px;
	text-align: justify;
}
.zoo_blog_item_content p span{
	float: left;
	margin-right: 30px;
}
.zoo_blog_item_content blockquote{
	margin: 20px 0px 0px 20px;
    border-left: 5px solid #b08652;
    font-style: italic;
    font-weight:bold;
}
.zoo_blog_comment{
	margin-bottom: 50px;
}
.comment_area .comment-list{
	list-style: none;
	padding:0;
	margin: 0;
}
.comment_area .comment-list li{
	padding: 30px 0px;
	border-bottom: 2px solid #e1e1e1;
}
.comment_area .comment-list li .zoo_comment_caption:after{
	content:"";
	display: table;
	width: 100%;
}
.comment_area .comment-list li .zoo_comment_caption .zoo_comment_img{
	width:124px;
	float: left;
}
.comment_area .comment-list li .zoo_comment_caption .zoo_comment_text{
	float: right;
	width: calc(100% - 150px);
}
.comment_area h2{
}
.zoo_comment_text h3{
	margin-bottom: 10px;
}
.zoo_comment_text h3 a{	
	float: right;
	font-size: 18px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.zoo_comment_text h3 a:hover{
	color:#b08652;
}
.comment_area .comment-list li ul.children li{
	list-style:none;
	padding-bottom: 0px;
	border:none;
}
.zoo_blog_comment_form form h2{
	margin-bottom: 20px;
}
.zoo_form_group textarea{
	border-radius:0px;
	height:100px;
	width: 100%;
	resize: none;
	padding:20px;
    box-shadow: none;
	margin-bottom: 20px;
}
.zoo_form_group input{
	height: 50px;
	width: 100%;
	border-radius:0px;
    box-shadow: none;
	padding:0px 20px;
	margin-bottom: 20px;
}
.zoo_blog_form:after{
	content:"";
	width:100%;
	display: table;
}
/*-------- responsive start --------*/
@media (min-width:992px) and (max-width:1199px){
.zoo_navigation_menu ul li:last-child{
	overflow: hidden;
	vertical-align: middle;
}	
.zoo_navigation_overlay{
	width:32%;
}
.simple_gallery .grid li{
	width:25%;
}
.zoo_blog_content{
	min-height: 508px;
}
.zoo_about_text{
	padding: 0;
}
.zoo_rule_img{
	padding:88px 0px;
}
.zoo_service_img{
	padding:70px 0px;
}
}
@media (max-width:991px){
.zoo_navigation_menu{
	text-align: center;
}
.zoo_navigation_logo{
	padding:26px 0 0 0;
}
.zoo_navigation_logo img{
	display: inline-block;
}
.zoo_navigation_overlay{
	display: none;
}
.zoo_service_img{
	text-align: center;
}
.zoo_service_img img{
	display: inline-block;
}
.zoo_about_img{
	text-align: center;
}
.zoo_header_icons ul{
	text-align: center;
}
.zoo_about_img img{
	display: inline-block;
}
.zoo_about_img{
	margin-bottom: 50px;
}
.zoo_about_text{
	padding: 0;
}
.zoo_about_caption{
	position:initial;
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
	text-align: left;
	border:none;
	width:100%;
}
.zoo_gallery_box .grid.effect-3 li{
	width:50%;
	text-align: center;
}
.zoo_gallery_img{
	display: inline-block;
	width:auto;
}
.zoo_contact_form{
	position:initial;
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
}
#map{
	margin-bottom: 50px;
}
.zoo_camp_wrapper .zoo_heading{
	position: initial;
    width: 100%;
    -webkit-transform: translate(0,0) skew(0,0);
    -moz-transform: translate(0,0) skew(0,0);
    -ms-transform: translate(0,0) skew(0,0);
    -o-transform: translate(0,0) skew(0,0);
    transform: translate(0,0) skew(0,0);
    padding: 100px 0px;
}
.zoo_camp_wrapper .zoo_heading .zoo_heading_text{
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
    width: 100%;
    position: initial;
}
.zoo_camp_wrapper{
	text-align: center;
}
.zoo_camp_caption{
	width: auto;
	display:inline-block;
}
.zoo_contact_wrapper{
	margin: 0;
}
.zoo_footer_wrapper{
	position: initial;
	height: auto;
}
.zoo_nl_wrapper{
	margin: 0;
}
.zoo_camp_wrapper .zoo_heading{
	background: none;	
}
.zoo_camp_box{
	padding: 0 0 70px 0;
}
.zoo_blog_single_wrapper{
	margin: 0;
}
}
@media (max-width:768px){
.zoo_header_text{
	text-align: center;
}
.zoo_header_text ul li{
	margin-bottom: 10px;
	display: block;
}
.zoo_header_text ul li:last-child{
	margin-bottom: 0px;
}
.zoo_navigation_menu ul li{
	margin: 0;
}
.zoo_navigation_menu ul li a{
	width:100%;
	padding:16px 19px;
}
.zoo_navigation_wrapper{
	background: rgba(0,0,0,0.9);
	position: initial;
}
.zoo_navigation_logo{
	display: inline-block;
}
.zoo_navigation_overlay{
	display: none;
}
.zoo_navigation_menu{
	text-align: left;
	width:100%;
}
.zoo_navigation_menu ul li{
	display: block;
}
.zoo_navigation_menu ul li .sub-menu{
	opacity: 1;
	transform:rotate(0deg);
	position: initial;
	box-shadow: none;
	margin-left: 40px;
}
.zoo_navigation_menu ul li:hover .sub-menu{
	animation: none;
}
.zoo_slider_content_box3 .zoo_slider_content h1{
	font-size: 50px;
}
.zoo_slider_content_box2 .zoo_slider_content h1{
	font-size: 50px;
}
.zoo_slider_content_box .zoo_slider_content h1{
	font-size: 40px;
}
.zoo_gallery_box .grid.effect-3 li{
	width:100%;
	text-align: center;
}
.zoo_about_caption{
	padding:40px 30px;
}
.zoo_gallery_img{
	display: inline-block;
	width:auto;
}
.zoo_video_caption{
	display: inline-block;
	width:auto;
}
.zoo_ticket_text{
	text-align: left;
}
.owl-carousel .item{
	text-align: center;
}
.zoo_page_title_wrapper{
	padding: 200px 0px;
}
.zoo_service_img{
	padding: 0px 0px 50px 0px;
}
.comment_area .comment-list li .children{
	padding: 0;
}
.comment_area .comment-list li .zoo_comment_caption .zoo_comment_img{
	width: 80px;
}
.comment_area .comment-list li .zoo_comment_caption .zoo_comment_text{
    width: calc(100% - 85px);
}
.comment_area .comment-list li .zoo_comment_caption .zoo_comment_text h3{
	font-size: 20px;
}
.modal-dialog{
	position: initial;
    -webkit-transform: translate(0,0)!important;
    -moz-transform: translate(0,0)!important;
    -ms-transform: translate(0,0)!important;
    -o-transform: translate(0,0)!important;
    transform: translate(0,0)!important;
}
}
@media (max-width: 480px){
.zoo_ticket_img{
	width: 100%;
    text-align: center;
    padding: 30px 0px;
}
.zoo_ticket_img img{
}
.zoo_ticket_text{
	float: left;
    width: 100%;
}
.zoo_contact_form{
	padding:30px 10px;
}
.zoo_rule_text:before{
	top:10px;
	bottom:10px;
	right:0px;
	left: 0px;
}
.zoo_rule_text:after{
	top:0px;
	bottom:0px;
	right:10px;
	left: 10px;	
}
.zoo_rule_text{
	padding:22px;
}
}