body {
    font-family: Lato;
    font-size: 14px;
    color: rgb(51, 51, 51);
    margin: 0px;
    padding: 0px;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a:hover, a:focus {
    color: rgb(176, 134, 82);
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 400;
    color: rgb(32, 32, 32);
    margin: 0px;
}

p {
    color: rgb(101, 111, 117);
    font-size: 15px;
    margin: 0px;
}

input {
    outline: none;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgb(204, 204, 204) !important;
}

textarea {
    outline: none;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgb(204, 204, 204) !important;
}

button {
    outline: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.zoo_top_padder100 {
    padding-top: 40px;
}

.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: 40px;
}

.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-bottom: 10px;
    position: relative;
}

.zoo_heading h1 {
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: 2px;
   
}

.zoo_heading p {
    color: rgb(51, 51, 51);
    font-size: 18px;
}

.zoo_button {
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 10px 35px;
    border: none;
    text-transform: capitalize;
    background: url("../images/brush.png") 0% 0% / 100% 100%;
    font-size: 17px;
    transition: 0.3s;
}

.zoo_button:hover {
    transform: scale(1.1);
    color: rgb(80, 61, 50);
}

#preloader {
    background-color: rgb(255, 255, 255);
    inset: 0px;
    position: fixed;
    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%);
}

.modal {
    transform: scale(0);
    transition: 0.3s;
}

.modal.in {
    transform: scale(1);
}

.modal-dialog {
    position: absolute;
    margin: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.modal-header {
    background: rgb(176, 134, 82);
}

.modal-header h3 {
    color: rgb(255, 255, 255);
}

.modal-header button {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.modal-body .form-group input {
    border-radius: 0px;
}

.modal-body .form-group select {
    border-radius: 0px;
}

.modal-footer {
    background: rgb(176, 134, 82);
    text-align: center;
}

.modal-footer .zoo_button {
    background: url("../images/brush_w.png") 0% 0% / 100% 100%;
    color: rgb(176, 134, 82);
}

.zoo_header_wrapper {
    padding: 10px 0px;
    background-color: rgb(255, 255, 255);
}

.zoo_header_text {
    padding: 7px 0px;
}

.zoo_header_text ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.zoo_header_text ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}

.zoo_header_text ul li:last-child {
    margin: 0px;
}

.zoo_header_text ul li a {
    color: rgb(51, 51, 51);
    transition: 0.3s;
}

.zoo_header_text ul li a:hover {
    color: rgb(176, 134, 82);
}

.zoo_header_text ul li i {
    margin-right: 10px;
    color: rgb(176, 134, 82);
}

.zoo_header_icons ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: right;
}

.zoo_header_icons ul li {
    display: inline-block;
    font-size: 18px;
}

.zoo_header_icons ul li i {
    color: rgb(176, 134, 82);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: 0.3s;
}

.zoo_header_icons ul li i:hover {
    background: rgb(176, 134, 82);
    color: rgb(255, 255, 255);
}

.zoo_navigation_wrapper {
    background: none rgba(0, 0, 0, 0.5);
    position: absolute;
    overflow: hidden;
    z-index: 100;
    width: 100%;
}

.zoo_navigation_overlay {
    position: absolute;
    width: 35%;
    height: 100%;
    background: #FFFFFF;
    top: 0px;
    transform: skewX(-40deg);
    left: -42px;
}

.zoo_navigation_logo {
    padding: 14px 0px;
    text-align: center;
}

.zoo_navigation_logo h2 {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.zoo_navigation_menu {
    text-align: right;
    padding: 0px;
}

.zoo_navigation_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.zoo_navigation_menu ul li {
    display: inline-block;
    margin-right: 35px;
}

.zoo_navigation_menu ul li:last-child {
    margin: 0px;
}

.zoo_navigation_menu ul li a {
    display: inline-block;
    padding: 35px 0px;
    color: rgb(255, 255, 255);
    font-weight: 200;
    font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 20px;
    position: relative;
    letter-spacing: 1px;
}

.zoo_navigation_menu ul li.active a::before {
    color: rgb(176, 134, 82);
    content: attr(data-hover);
    position: absolute;
    opacity: 1;
    transform: scale(1) translate(0px, 0px) rotate(0deg);
}

.zoo_navigation_menu ul li a::before {
    color: rgb(176, 134, 82);
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    transform: scale(1.5) translate(20px, -20px) rotate(10deg);
    transition: transform 0.3s, opacity 0.3s;
}

.zoo_navigation_menu ul li a:hover::before {
    transform: scale(1) translate(0px, 0px) rotate(0deg);
    opacity: 1;
}

.zoo_menu_toggle {
    margin-right: 0px;
}

.zoo_menu_toggle:hover i {
    cursor: pointer;
}

.zoo_menu_toggle i {
    float: right;
    font-size: 20px;
    border: 1px solid rgb(255, 255, 255);
    padding: 10px;
    color: rgb(255, 255, 255);
}

.menu_fixed {
    position: fixed;
    width: 100%;
    margin: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0px;
}

.zoo_banner_wrapper {
    padding: 270px 0px 200px;
    position: relative;
}

.zoo_banner_wrapper video {
    position: absolute;
    inset: 0px;
    width: 100%;
    z-index: -3;
}

.zoo_banner_content {
    text-align: center;
}

.zoo_banner_content h1 {
    color: rgb(255, 255, 255);
    font-size: 50px;
    margin-bottom: 20px;
}

.zoo_banner_content p {
    color: rgb(241, 237, 237);
    margin-bottom: 50px;
    padding: 0px 100px;
    font-size: 18px;
}

.zoo_banner_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.zoo_about_wrapper {
    background-color: rgb(255, 255, 255);
}

.zoo_about_caption h1 {
    margin-bottom: 20px;
    color: #000000;
}

.zoo_about_caption ul {
    list-style: none;
    padding: 0px;
    margin: 20px 0px;
}

.zoo_about_caption ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

.zoo_about_caption ul li:last-child {
    margin: 0px;
}

.zoo_about_caption ul li i {
    color: rgb(176, 134, 82);
    margin-right: 10px;
}

.zoo_about_caption {
    background: rgb(255, 255, 255);
    padding: 1px 10px;
}

.zoo_gallery_wrapper {
    background-color: rgb(255, 255, 255);
}

.zoo_gallery_box .grid.effect-3 {
    margin: 0px 0px 0px 10px;
    max-width: 100%;
}

.zoo_gallery_box .grid.effect-3 li {
    padding: 10px;
}

.zoo_gallery_btn {
    text-align: center;
}

.zoo_gallery_img {
    position: relative;
}

.zoo_gallery_overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    border: 1px solid transparent;
    transition: 0.3s;
}

.zoo_gallery_overlay h2 {
    color: rgb(255, 255, 255);
    position: absolute;
    top: 20%;
    left: 0px;
    opacity: 0;
    transform: translate(0%, -50%);
    text-transform: capitalize;
    width: 100%;
    z-index: 100;
    text-align: center;
    transition: 0.3s;
}

.zoo_gallery_overlay a {
    color: rgb(255, 255, 255);
}

.zoo_gallery_overlay::before {
    content: "";
    position: absolute;
    inset: 20px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    transform: scale(0, 1);
    opacity: 0;
    transition: 0.3s;
}

.zoo_gallery_overlay::after {
    content: "";
    position: absolute;
    inset: 10px 30px;
    opacity: 0;
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    transform: scale(1, 0);
    transition: 0.3s;
}

.zoo_gallery_img:hover .zoo_gallery_overlay::after, .zoo_gallery_img:hover .zoo_gallery_overlay::before {
    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);
}

.zoo_ticket_wrapper {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) 0% 0% / cover fixed, url("../images/ticket.jpg");
    position: relative;
    padding: 150px 0px;
}

.zoo_ticket_wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 75px;
    background: rgb(255, 255, 255);
    transform: skewY(2deg);
    top: -35px;
}

.zoo_ticket_wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 75px;
    background: rgb(255, 255, 255);
    transform: skewY(2deg);
    bottom: -35px;
}

.zoo_ticket_wrapper .zoo_heading h1 {
    color: rgb(255, 255, 255);
}

.zoo_ticket_wrapper .zoo_heading p {
    color: rgb(255, 255, 255);
}

.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: rgb(255, 255, 255);
    font-size: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(225, 225, 225);
}

.zoo_ticket_text h2 span {
    color: rgb(176, 134, 82);
    float: right;
    font-size: 40px;
}

.zoo_ticket_text ul {
    list-style: none;
    padding: 10px 0px;
    margin: 0px;
}

.zoo_ticket_text ul li {
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding: 10px 0px;
}

.zoo_ticket_text ul li span {
    float: right;
    color: rgb(176, 134, 82);
    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-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(176, 134, 82);
}

.zoo_video_wrapper {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) 0% 0% / cover fixed, url("../images/video.jpg");
    position: relative;
    padding: 150px 0px;
}

.zoo_video_wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 74px;
    background: rgb(255, 255, 255);
    transform: skewY(2deg);
    top: -35px;
}

.zoo_video_wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 74px;
    background: rgb(255, 255, 255);
    transform: skewY(2deg);
    bottom: -35px;
}

.mfp-arrow {
    display: none;
}

.zoo_video_wrapper .zoo_heading h1 {
    color: rgb(255, 255, 255);
}

.zoo_video_wrapper .zoo_heading p {
    color: rgb(255, 255, 255);
}

.zoo_video_caption {
    position: relative;
    overflow: hidden;
}

.zoo_video_caption h5 {
    position: absolute;
    top: 12px;
    right: -26px;
    background: rgb(176, 134, 82);
    color: rgb(255, 255, 255);
    padding: 6px 45px;
    font-size: 19px;
    transform: rotate(42deg);
    z-index: 10;
}

.zoo_video_overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    border: 1px solid transparent;
    transition: 0.3s;
    z-index: 5;
}

.zoo_video_overlay a {
    position: absolute;
    top: 20%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    text-transform: capitalize;
    z-index: 15;
    transition: 0.3s;
}

.zoo_video_overlay a:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.zoo_video_overlay::before {
    content: "";
    position: absolute;
    inset: 20px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    transform: scale(0, 1);
    opacity: 0;
    transition: 0.3s;
}

.zoo_video_overlay::after {
    content: "";
    position: absolute;
    inset: 10px 30px;
    opacity: 0;
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    transform: scale(1, 0);
    transition: 0.3s;
}

.zoo_video_caption:hover .zoo_video_overlay::after, .zoo_video_caption:hover .zoo_video_overlay::before {
    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);
}

.zoo_service_wrapper {
    background-color: rgb(255, 255, 255);
}

.zoo_service_caption {
    text-align: center;
}

.zoo_service_img {
    text-align: center;
}

.zoo_service_img img {
    display: inline-block;
}

.zoo_service_icon {
    position: relative;
    width: auto;
    margin-bottom: 20px;
    perspective: 100px;
}

.zoo_service_icon i {
    position: absolute;
    bottom: 4px;
    left: 50%;
    font-size: 36px;
    color: rgb(255, 255, 255);
    transform: translateX(-50%);
}

.zoo_service_caption h2 {
    margin-bottom: 10px;
    color: black;
}

.zoo_service_img {
    padding: 18px 0px;
}

.zoo_camp_wrapper {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) 0% 0% / cover fixed, url("../images/ticket.jpg");
    position: relative;
    z-index: 1;
}

.zoo_camp_wrapper .col-lg-5 {
    padding: 0px;
}

.zoo_camp_wrapper .zoo_heading {
    margin: 0px;
    background: rgba(176, 132, 82, 0.5);
    position: absolute;
    height: 100%;
    width: 60%;
    z-index: -1;
    transform: skewX(-13deg);
    left: -110px;
}

.zoo_heading_text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    transform: translate(-50%, -50%) skewX(13deg);
}

.zoo_camp_wrapper .zoo_heading h1 {
    color: rgb(255, 255, 255);
}

.zoo_camp_wrapper .zoo_heading p {
    color: rgb(255, 255, 255);
    padding: 0px 30px;
}

.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: rgb(176, 134, 82);
    color: rgb(255, 255, 255);
    padding: 6px 45px;
    font-size: 19px;
    transform: rotate(42deg);
    z-index: 10;
}

.zoo_camp_overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    border: 1px solid transparent;
    transition: 0.3s;
    z-index: 5;
}

.zoo_camp_overlay h3 {
    color: rgb(255, 255, 255);
    position: absolute;
    top: 20%;
    left: 50%;
    padding: 0px 45px;
    opacity: 0;
    width: 100%;
    background-size: cover;
    transform: translate(-50%, -50%);
    text-transform: capitalize;
    z-index: 15;
    transition: 0.3s;
}

.zoo_camp_overlay::before {
    content: "";
    position: absolute;
    inset: 20px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    transform: scale(0, 1);
    opacity: 0;
    transition: 0.3s;
}

.zoo_camp_overlay::after {
    content: "";
    position: absolute;
    inset: 10px 30px;
    opacity: 0;
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    transform: scale(1, 0);
    transition: 0.3s;
}

.zoo_camp_caption:hover .zoo_camp_overlay::after, .zoo_camp_caption:hover .zoo_camp_overlay::before {
    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);
}

.zoo_contact_wrapper {
    background-color: rgb(255, 255, 255);
    position: relative;
}

.zoo_contact_wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 74px;
    background: rgb(255, 255, 255);
    transform: skewY(2deg);
    bottom: -35px;
}

.zoo_contact_box {
    position: relative;
}

#map {
    height: 577px;
}

.zoo_contact_form {
    background: rgb(176, 134, 82);
    padding: 30px;
    text-align: center;
}

.zoo_contact_form form::after {
    width: 100%;
    display: table;
    content: "";
}

.zoo_contact_form h1 {
    color: rgb(255, 255, 255);
    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") 0% 0% / cover;
    padding: 10px 50px;
    color: rgb(176, 134, 82);
}

.zoo_footer_wrapper {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) center center / cover, url("../images/video.jpg");
    padding-top: 70px;
    z-index: -1;
}

.widget-title {
    color: rgb(176, 134, 82);
    border-bottom: 1px solid rgb(225, 225, 225);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.widget.text-widget p {
    color: rgb(255, 255, 255);
    font-size: 17px;
}

.widget.text-widget a img {
    margin-bottom: 20px;
    margin-top: -10px;
}

.widget.text-widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.widget.text-widget ul li {
    color: rgb(255, 255, 255);
    font-size: 17px;
    margin-bottom: 10px;
}

.widget.text-widget ul li:last-child {
    margin: 0px;
}

.widget.text-widget ul li i {
    color: rgb(176, 134, 82);
    margin-right: 10px;
}

.widget.text-widget ul li span {
    float: right;
}

.zoo_footer_caption {
    margin-bottom: 20px;
}

.zoo_footer_icon {
    display: table-cell;
    width: 60px;
}

.zoo_footer_content {
    display: table-cell;
    vertical-align: top;
}

.zoo_footer_icon i {
    height: 40px;
    width: 40px;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    transition: 0.3s;
}

.zoo_footer_caption:hover .zoo_footer_icon i {
    background-color: rgb(176, 134, 82);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(176, 134, 82);
}

.zoo_footer_text {
    text-align: center;
    border-top: 1px solid rgb(225, 225, 225);
    padding: 50px 0px;
    color: rgb(255, 255, 255);
}

.zoo_footer_text p {
    color: rgb(255, 255, 255);
    font-size: 17px;
}

.go_top {
    position: fixed;
    background: rgb(255, 255, 255);
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid rgb(176, 134, 82);
    text-decoration: none;
    z-index: 100;
    animation: 1s linear 0s infinite normal none running jump;
    transition: 0.3s;
}

.go_top:hover {
    cursor: pointer;
}

@keyframes jump {
    0% {
        bottom: 50px;
    }

    50% {
        bottom: 60px;
    }

    100% {
        bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .zoo_navigation_overlay {
        width: 32%;
    }

    .zoo_navigation_menu ul li {
        margin-right: 25px;
    }

    .zoo_banner_wrapper {
        padding: 210px 0px 90px;
    }

    .zoo_banner_content h1 {
        font-size: 40px;
    }

    .zoo_banner_content p {
        font-size: 15px;
    }

    .zoo_about_caption {
        padding: 0px;
    }

    .zoo_service_img {
        padding: 70px 0px;
    }
}

@media (max-width: 991px) {
    .zoo_navigation_menu {
        text-align: center;
    }

    .zoo_navigation_logo {
        padding: 6px 0px 0px;
    }

    .zoo_navigation_logo img {
        display: inline-block;
    }

    .zoo_navigation_overlay {
        display: none;
    }

    .zoo_navigation_menu ul li {
        margin-right: 20px;
    }

    .zoo_navigation_wrapper {
        background: rgba(0, 0, 0, 0.9);
        position: initial;
    }

    .menu_fixed {
        position: fixed;
    }

    .zoo_about_img {
        text-align: center;
    }

    .zoo_header_icons ul {
        text-align: center;
    }

    .zoo_about_img img {
        display: inline-block;
        margin-bottom: 50px;
    }

    .zoo_banner_wrapper {
        padding: 120px 0px;
    }

    .zoo_banner_content h1 {
        font-size: 40px;
    }

    .zoo_banner_content p {
        font-size: 15px;
        padding: 0px;
    }

    .zoo_about_caption {
        padding: 0px;
    }

    .zoo_gallery_box .grid.effect-3 li {
        width: 50%;
    }

    .zoo_contact_form {
        position: initial;
        transform: translate(0px, 0px);
    }

    #map {
        margin-bottom: 50px;
    }

    .zoo_camp_wrapper .zoo_heading {
        position: initial;
        width: 100%;
        transform: translate(0px, 0px) skew(0deg, 0deg);
        padding: 100px 0px;
    }

    .zoo_camp_wrapper .zoo_heading .zoo_heading_text {
        transform: translate(0px, 0px);
        width: 100%;
        position: initial;
    }

    .zoo_camp_wrapper {
        text-align: center;
    }

    .zoo_camp_caption {
        width: auto;
        display: inline-block;
    }

    .zoo_contact_wrapper {
        margin: 0px;
    }

    .zoo_footer_wrapper {
        position: initial;
        height: auto;
    }
}

@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: 0px;
    }

    .zoo_navigation_menu ul li a {
        width: 100%;
        padding: 16px 19px;
    }

    .zoo_navigation_wrapper {
        background: rgba(0, 0, 0, 0.9);
        position: initial;
    }

    .menu_fixed {
        display: none;
    }

    .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_banner_wrapper {
        padding: 80px 0px;
    }

    .zoo_banner_content h1 {
        font-size: 25px;
    }

    .zoo_banner_content p {
        display: none;
    }

    .zoo_gallery_box .grid.effect-3 li {
        width: 100%;
        text-align: center;
    }

    .zoo_gallery_img {
        display: inline-block;
        width: auto;
    }

    .zoo_video_caption {
        display: inline-block;
        width: auto;
    }

    .owl-carousel .item {
        text-align: center;
    }

    .zoo_heading {
        padding: 50px 20px;
    }

    .zoo_ticket_caption {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .zoo_ticket_img {
        width: 100%;
        text-align: center;
        padding: 30px 0px;
    }

    .zoo_ticket_text {
        float: left;
        width: 100%;
    }

    .zoo_contact_form {
        padding: 30px 10px;
    }

    .zoo_banner_wrapper {
        padding: 35px 0px;
    }
}
