a {
  color: #9c3;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #add65c;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
}
.clear,
.clearfix {
  clear: both;
}
.style h1,
.style h2,
.style h3,
.style h4,
.style h5,
.style h6 {
  font-weight: 800;
  color: #9c3;
  padding: 0 0 20px 0;
  font-family: Tahoma, Serif;
}
.contacts-cont-inner {
  max-width: 960px;
  margin: 0 auto;
}
.contacts-cont-inner .contacts_title {
  font-size: 18px;
  font-weight: 800;
  color: #9c3;
  padding: 0 0 15px 0;
}
.contacts-cont-inner .contacts_block {
  margin-bottom: 40px;
}
article img {
  width: auto;
}
body {
  background: url("/wp-content/themes/zookengoo/assets/images/pattern-body.jpg") #172901;
  font-family: 'Open Sans';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
}
.hide_block {
  display: none;
}
article.post,
article.page,
.page_content {
  color: #fff;
}
article.post .entry-content,
article.page .entry-content,
.page_content .entry-content {
  color: #fff;
}
.page_title,
.entry-title {
  text-align: center;
  font-size: 36px;
  color: #f0c231;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .page_title,
  .entry-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 400px) {
  .container {
    padding: 0px 35px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .container {
    padding: 0px 35px;
  }
}
.loop_posts .slick-next {
  right: 0px;
  top: 35%;
}
.loop_posts .slick-prev {
  left: 0px;
  top: 35%;
}
a {
  cursor: pointer;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.entry-content ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 10px;
}
.entry-content ul.slick-initialized {
  padding-left: 0px;
  margin-bottom: 0px;
}
.paper {
  position: relative;
  margin: 0 0 10px 0;
  display: block;
}
.paper:before,
.paper:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 50%;
  height: 98%;
  background: #fff;
  box-shadow: 0 0 5px rgba(78,67,52,0.5);
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}
.paper:after {
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  left: auto;
  right: 0;
}
.paper_holder {
  position: relative;
  display: block;
  z-index: 2;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px rgba(78,67,52,0.5);
}
.paper_holder img {
  width: 100%;
  display: block;
  height: auto;
}
.photo-of-pet {
  padding-right: 20px;
  position: relative;
  margin-bottom: 0px;
}
.photo-of-pet img {
  width: 100%;
}
.photo-of-pet:after,
.photo-of-pet:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 50%;
  height: 98%;
  background: #fff;
  box-shadow: 0 0 5px rgba(78,67,52,0.5);
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}
.photo-of-pet:after {
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  left: auto;
  right: 18px;
}
.photo-of-pet .photo-cover {
  position: relative;
  display: block;
  z-index: 2;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px rgba(78,67,52,0.5);
}
.slick-dots {
  position: absolute;
  bottom: -40px;
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding: 0;
  margin: 0 3px;
  border: 1px solid #9c3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -zalupa-border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.slick-dots li:after {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -zalupa-border-radius: 50%;
  background-color: #dedede;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 0;
}
.slick-dots li.slick-active:after {
  background-color: #9c3;
}
.slick-arrow {
  display: block;
  position: absolute;
  right: 70px;
  bottom: 12px;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  fill: #9c3;
  opacity: 0.5;
  padding: 0;
  outline: none;
}
.slick-arrow:hover {
  opacity: 1;
}
.slick-arrow.slick-next,
.slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
@media only screen and (max-width: 400px) {
  footer.site_footer {
    width: auto;
    margin: 0 auto;
  }
  footer.site_footer .container {
    padding: 0px;
  }
  footer.site_footer .container .row {
    margin: 0px;
  }
  footer.site_footer .footer_wrapper {
    width: auto;
    margin: 0 auto;
  }
  footer.site_footer .footer_wrapper img {
    width: auto;
  }
}
@media only screen and (max-width: 400px) {
  footer.site_footer .footer_logo {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  footer.site_footer .payments-logo img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
footer.site_footer .social_big {
  clear: both;
  float: right;
}
@media only screen and (max-width: 400px) {
  footer.site_footer .social_big {
    float: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
footer.site_footer .social_big ul li {
  display: inline-block;
}
footer.site_footer .social_big ul li.social_fb a {
  background-position: -67px -34px;
}
footer.site_footer .social_big ul li.social_vk a {
  background-position: -34px -34px;
}
footer.site_footer .social_big ul li.social_ig a {
  background-position: 0px -34px;
}
footer.site_footer .social_big ul li a {
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
}
footer.site_footer .social_big ul li a img {
  width: 28px;
  height: 28px;
}
footer.site_footer .page_title {
  text-align: center;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  footer.site_footer .partners {
    display: none;
  }
}
footer.site_footer .partners ul.partners-gallery li {
  width: 200px;
  margin: 0px 10px;
}
@media only screen and (max-width: 400px) {
  footer.site_footer .partners ul.partners-gallery li {
    width: 350px;
  }
}
footer.site_footer .partners .partners_cont {
  width: 440px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 400px) {
  footer.site_footer .partners .partners_cont {
    width: 100%;
  }
}
footer.site_footer .partners .partners_cont .title {
  display: block;
  text-align: center;
  color: #f0c231;
  font-weight: bold;
  text-transform: uppercase;
}
footer.site_footer .partners .partners_cont .slick-next {
  right: 0px;
  bottom: 0px;
}
footer.site_footer .partners .partners_cont .slick-prev {
  right: auto;
  left: 0px;
  bottom: 0px;
}
footer.site_footer .footer_wrapper {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  footer.site_footer .footer_menu {
    display: none;
  }
}
footer.site_footer .footer_menu ul li {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 800;
  vertical-align: top;
  list-style: none;
  padding: 0 0 15px 0;
}
footer.site_footer .footer_menu ul li ul.children,
footer.site_footer .footer_menu ul li ul.submenu,
footer.site_footer .footer_menu ul li ul.sub-menu {
  display: none;
}
footer.site_footer .footer_menu ul li:first-child a:before {
  display: none;
}
footer.site_footer .footer_menu ul li a {
  color: #fff;
  line-height: 1;
  padding: 0 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}
footer.site_footer .footer_menu ul li a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 16px;
  background: #fff;
}
footer.site_footer .payments-logo {
  text-align: center;
  position: relative;
  top: -35px;
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  footer.site_footer .payments-logo {
    top: 0px;
  }
}
footer.site_footer .payments-logo span {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
footer.site_footer .payments-logo a {
  display: block;
  margin-top: 10px;
}
footer.site_footer .payments-logo img {
  height: 30px;
}
.popup_wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10100;
  display: none;
}
.no-found {
  color: #fff;
  text-align: center;
}
.ms-class-cont .small_title {
  width: 100%;
}
.photos-on-page {
  width: 350px;
  float: left;
  margin-right: 30px;
}
.photos-on-page .page-photo-gallery {
  overflow: hidden;
  height: 203px;
}
@media only screen and (max-width: 400px) {
  .photos-on-page {
    width: 290px;
    float: none;
    margin: 0 auto;
  }
}
.fancybox-skin {
  border: 4px solid #445a2a !important;
}
.fancybox-skin .popup_content_holder .style ol {
  counter-reset: section;
  list-style-type: none;
  padding: 0px;
  padding-left: 10px;
}
.fancybox-skin .popup_content_holder .style ol li {
  position: relative;
  padding: 0 0 20px 35px;
  font-size: 15px;
}
.fancybox-skin .popup_content_holder .style ol li:before {
  background: #fff;
  border: 1px solid #445a2a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -zalupa-border-radius: 50%;
  color: #445a2a;
  counter-increment: section;
  content: counters(section, ".") " ";
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  left: 0px;
  top: 4px;
  position: absolute;
  text-align: center;
}
.fancybox-close {
  background-image: url("/wp-content/themes/zookengoo/assets/images/close_button.png") !important;
  width: 42px !important;
  height: 42px !important;
  background-size: 42px 42px !important;
}
.contacts-maps .fancybox-inner {
  overflow-y: hidden;
}
.contacts-maps .fancybox-skin {
  background: #172901;
}
.contacts-maps .fancybox-skin .popup_wrapper {
  background: #172901;
}
.contacts-maps .maps-cont .map_block {
  max-width: 250px !important;
}
.contact-form {
  width: 335px;
  margin: 0 auto;
  margin-top: 10px;
}
.feedback-cols {
  position: relative;
}
.feedback-cols .col-right {
  padding-left: 80px;
  width: 40% !important;
}
.feedback-cols .col-center {
  margin: 0 auto;
  float: none !important;
  width: 50% !important;
  padding-left: 100px;
}
.feedback-cols .col {
  width: 49%;
  float: left;
}
.feedback-cols .feedback-items {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 94%;
}
.feedback-cols .feedback-items .item {
  margin-bottom: 15px;
  border-bottom: solid 1px #4c651b;
  padding-bottom: 10px;
}
.main_menu {
  text-align: center;
  font-size: 0;
}
.main_menu ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 800;
  position: relative;
}
.main_menu ul li a {
  color: #fff;
  line-height: 1;
  padding: 20px 8px;
  display: block;
  text-transform: uppercase;
}
.main_menu ul li a:hover,
.main_menu ul li.current_page_item > a,
.main_menu ul .current-menu-item > a,
.main_menu ul .current_page_ancestor > a {
  color: #9c3 !important;
  opacity: 1;
}
.main_menu .menu .sub-menu {
  display: none;
  margin-top: -30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.main_menu .menu .sub-menu:before {
  display: block;
  content: ' ';
  width: 15px;
  height: 15px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 15px;
  left: 45%;
  -ms-transform: rotate(45deg);
/* IE 9 */
  -webkit-transform: rotate(45deg);
/* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.main_menu .menu .sub-menu li {
  background: rgba(0,0,0,0.8);
  line-height: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.main_menu .menu .sub-menu li:first-child {
  padding-top: 8px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.main_menu .menu .sub-menu li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.main_menu .menu li:hover > .sub-menu {
  display: block;
  position: absolute;
  z-index: 99;
}
.main_menu .menu .sub-menu li {
  display: block !important;
  text-align: left;
  font-size: 12px;
  padding: 0px !important;
}
.main_menu .menu .sub-menu li a {
  padding: 5px 9px;
  font-size: 12px !important;
  line-height: 18px !important;
}
.wp-pagenavi {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 5px 13px !important;
  font-weight: normal;
  border: solid 2px #fff;
  color: #fff;
  text-shadow: 1px 1px 1px 1px rgba(0,0,0,0.8);
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -zalupa-border-radius: 5px;
  border: solid 1px #85af31;
}
.wp-pagenavi a:hover,
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  background: #85af31 !important;
  border: solid 1px #85af31;
  color: #000;
}
header.header {
  padding-top: 30px;
}
header.header .logo-col {
  text-align: center;
}
@media only screen and (max-width: 400px) {
  header.header .logo-col img {
    width: 200px;
  }
}
header.header .logo-col .places {
  width: 270px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
header.header .logo-col .places .place {
  float: left;
  width: 49%;
}
header.header .logo-col .places .place a {
  font-weight: bold;
  font-size: 25px;
  text-decoration: underline;
}
header.header .header-left-col .inner-cont {
  float: right;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 712px) {
  header.header .header-left-col .inner-cont {
    width: 320px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
}
header.header .header-left-col .inner-cont a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
header.header .header-left-col .inner-cont .social {
  margin-bottom: 15px;
}
header.header .header-left-col .inner-cont .social ul li {
  display: block;
  float: left;
  padding: 0 6px 6px 0;
}
header.header .header-left-col .inner-cont .social ul li a {
  background: url("/wp-content/themes/zookengoo/assets/images/social.png") no-repeat -9999px -9999px;
  display: block;
  width: 23px;
  height: 23px;
  text-indent: -999px;
}
header.header .header-left-col .inner-cont .social ul li.social_fb a {
  background-position: 0px 0px;
}
header.header .header-left-col .inner-cont .social ul li.social_vk a {
  background-position: -29px 0px;
}
header.header .header-left-col .inner-cont .social ul li.social_ig a {
  background-position: -58px 0px;
}
@media only screen and (max-width: 400px) {
  header.header .header-left-col {
    display: none;
  }
}
header.header .header-right-col .inner-cont {
  float: none;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 400px) {
  header.header .header-right-col .inner-cont {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  header.header .header-right-col .inner-cont {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 638px) {
  header.header .header-right-col .inner-cont {
    margin-top: 20px;
  }
}
header.header .header-right-col .inner-cont .top_buy_button {
  display: block;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  background: #008000;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -zalupa-border-radius: 5px;
  background: #9c3;
  background: -moz-linear-gradient(top, #9c3 0%, #729f17 100%);
  background: -webkit-linear-gradient(top, #9c3 0%, #729f17 100%);
  background: linear-gradient(to bottom, #9c3 0%, #729f17 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc33', endColorstr='#729f17',GradientType=0)";
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
  text-decoration: underline;
}
header.header .header-right-col .inner-cont .top_buy_button:hover {
  color: #fff !important;
}
header.header .header-right-col .inner-cont .anotation {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
}
header.header .header-col .inner-cont {
  background: rgba(0,0,0,0.45);
  padding: 10px;
  font-weight: 600;
}
header.header #top_menu {
  color: #fff;
}
@media only screen and (max-width: 400px) {
  header.header #top_menu {
    display: none;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  header.header #top_menu {
    display: none;
  }
}
header.header #top_menu ul {
  text-align: center;
  list-style: none;
}
header.header #top_menu ul a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
header.header #top_menu ul a:hover {
  text-decoration: none;
  color: #9c3;
}
header.header #top_menu ul li {
  display: inline-block;
  padding: 20px 5px;
  font-weight: bold;
}
.slicknav_menu {
  background: #152303 !important;
  padding: 0px !important;
}
@media only screen and (min-width: 1050px) {
  .slicknav_menu {
    display: none;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .slicknav_menu {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .slicknav_menu {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
  }
}
.slicknav_menu nav[aria-hidden="true"] + .top-menu-phones {
  display: block;
}
.slicknav_menu nav[aria-hidden="false"] + .top-menu-phones {
  display: none;
}
.slicknav_menu .top-menu-phones {
  font-size: 15px;
  padding-left: 20px;
  padding-top: 8px;
}
.slicknav_menu .slicknav_btn {
  background-color: transparent;
}
@media only screen and (max-width: 400px) {
  body header {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  body header {
    margin-top: 35px;
  }
}
.slicknav_nav li:hover {
  background: transparent !important;
}
.slicknav_nav a:hover {
  background: transparent !important;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -zalupa-border-radius: 6px;
  background: transparent !important;
  color: #fff;
}
.slicknav_nav .slicknav_row:hover a {
  background: transparent !important;
}
.slider-cont {
  margin-bottom: 70px;
}
@media only screen and (max-width: 400px) {
  .slider-cont {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .slider-cont {
    margin-top: 20px;
  }
}
.slider {
  position: relative;
  padding: 0 0 30px 0;
  width: 1170px;
  margin: 0 auto;
}
.slider a,
.slider a:focus,
.slider a:active,
.slider a:hover {
  color: #000 !important;
}
.slider .slide_desc {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: block;
  margin: 0 auto;
  width: 95%;
}
.slider .slide_desc a {
  color: #000;
}
@media only screen and (max-width: 400px) {
  .slider .slide_desc {
    background: #f0c231;
    position: relative;
    left: 0px;
    bottom: 0px;
    line-height: 2px;
  }
}
.slider .slide_desc .slide_desc_part {
  display: inline-block;
  background: #f0c231;
  line-height: 24px;
  padding: 0 25px;
  font-size: 18px;
  margin: -5px 0 0 0;
}
@media only screen and (max-width: 400px) {
  .slider .slide_desc .slide_desc_part {
    font-size: 6px;
    line-height: 11px;
  }
}
@media only screen and (max-width: 400px) {
  .slider {
    width: 100%;
  }
  .slider img {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .slider {
    width: 100%;
  }
  .slider img {
    width: 95%;
    margin: 0 auto;
  }
}
.slider .slider_wrapper {
  position: relative;
}
.slider .slider_wrapper:before,
.slider .slider_wrapper:after {
  transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  height: 85%;
  top: 30px;
  z-index: 2;
}
.slider .slider_holder {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 5px rgba(78,67,52,0.5);
}
@media only screen and (max-width: 400px) {
  .slider .slider_holder {
    padding: 10px 0;
    height: 236px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .slider .slider_holder {
    height: 292px;
    overflow: hidden;
  }
}
.slider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slider .slider_content,
.slider .slide_item {
  width: 1170px;
  height: 490px;
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
}
@media only screen and (max-width: 400px) {
  .slider .slider_content img.without_desc,
  .slider .slide_item img.without_desc {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .slider .slider_content,
  .slider .slide_item {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .slider .slider_content,
  .slider .slide_item {
    width: 100%;
    height: auto;
  }
}
.slider .slider_content {
  margin: 0 auto;
}
.slider:after,
.slider_wrapper:after,
.slider:before,
.slider_wrapper:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 15px;
  width: 50%;
  height: 90%;
  background: #fff;
  box-shadow: 0 0 5px rgba(78,67,52,0.5);
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  z-index: 3;
}
@media only screen and (max-width: 400px) {
  .slider:after,
  .slider_wrapper:after,
  .slider:before,
  .slider_wrapper:before {
    display: none;
  }
}
.slider .slider_wrapper:after {
  left: auto;
  right: 0px;
  transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
}
.slider:after {
  left: auto;
  right: 0px;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
.follow-cont {
  background: url("/wp-content/themes/zookengoo/assets/images/follow_bg.jpg");
  background-size: cover;
}
@media only screen and (max-width: 400px) {
  .follow-cont {
    display: none;
  }
}
.follow {
  font-size: 13px;
  overflow: hidden;
  position: relative;
  color: #fff;
  max-width: 990px;
  margin: 0 auto;
  width: 100%;
}
.follow .hide_text_link_show {
  color: #9c3;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
  text-align: center;
  padding-left: 300px;
}
@media only screen and (max-width: 400px) {
  .follow .hide_text_link_show {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .follow .hide_text_link_show {
    padding-left: 0px;
  }
}
.follow .hide_text_block {
  display: none;
}
.follow .follow_wrapper {
  padding: 30px 0px;
}
.follow .follow_content p {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 400px) {
  .pets-cont #pets_slider {
    display: none;
  }
}
@media only screen and (max-width: 530px) {
  .pets-cont #pets_slider {
    display: none;
  }
}
.pets-cont .our_pets_wrapper {
  padding: 20px 0;
}
.pets-cont .our_pets_header {
  padding: 0 0 40px 0;
  text-align: center;
  font-size: 0;
}
.pets-cont .our_pets_header .our_pets_title {
  display: inline-block;
  position: relative;
  padding: 0 0 0 60px;
  line-height: 66px;
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (max-width: 400px) {
  .pets-cont .our_pets_header .our_pets_title {
    font-size: 23px;
    line-height: 30px;
    padding-top: 20px;
  }
}
.pets-cont .our_pets_header .our_pets_title_icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 66px;
  background: url("/wp-content/themes/kengoozoo/images/our_pets.png") no-repeat 0px 0px;
}
.pets-cont .pets_slider,
.pets-cont .pets_slider_item {
  max-width: 960px;
  height: 310px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.pets-cont .pets_slider_item_holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.pets-cont .pet_block {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 170px;
  height: 150px;
  width: 240px;
  color: #fff;
}
.pets-cont .pet_block_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -zalupa-border-radius: 50%;
  overflow: hidden;
}
.pets-cont .pet_block_2 {
  left: 430px;
}
.pets-cont .pet_block_3 {
  left: 130px;
  top: 140px;
}
.pets-cont .pet_block_4 {
  left: 560px;
  width: 220px;
  top: 140px;
}
.pets-cont .pet_block_title {
  color: #9c3;
  font-weight: 800;
  font-size: 18px;
}
@media only screen and (max-width: 400px) {
  .pets-cont .pet_block_title {
    font-size: 30px;
  }
}
.pets-cont .pet_block_content {
  width: 240px;
}
.pets-cont .slider_arrows_full .slick-prev {
  left: 0px;
  bottom: 50%;
}
.pets-cont .slider_arrows_full .slick-next {
  right: 0px;
  bottom: 50%;
}
#pets_slider_mobile {
  display: none;
  height: auto !important;
}
@media only screen and (max-width: 400px) {
  #pets_slider_mobile {
    display: block;
  }
}
#pets_slider_mobile .pet_block_img {
  width: 200px;
  height: 200px;
}
.pets_slider_mobile .pet_block {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  height: auto !important;
  padding: 0px;
  text-align: center;
}
.pets_slider_mobile .pet_block .pet_block_img {
  position: relative;
  margin: 0 auto;
}
.pets_slider_mobile .pet_block .pet_block_content {
  margin: 0 auto;
}
.pets-cont-inner {
  max-width: 960px;
  margin: 0 auto;
}
.pets-cont-inner .pet_small {
  margin-bottom: 20px;
}
.pets-cont-inner .pet_small .pet_title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  display: block;
  color: #fff;
}
.pets-cont-inner .pet_small .pet_title a {
  color: #fff;
}
.pets-cont-inner .slick-next {
  right: 0px;
  top: 35%;
}
.pets-cont-inner .slick-prev {
  left: 0px;
  top: 35%;
}
.pets-cont-inner .pet_small_wrapper {
  text-align: center;
}
.pets-single-inner .photo-cover {
  margin-bottom: 20px;
}
.pets-single-inner .video-pet h2 {
  color: #9c3;
  font-size: 22px;
  font-weight: bold;
}
.pets-single-inner .slides-pet-photos {
  margin-top: 20px;
  margin-left: -8px;
}
@media only screen and (max-width: 400px) {
  .pets-single-inner .slides-pet-photos {
    width: 189px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.pets-single-inner .slides-pet-photos ul li {
  display: inline-block;
  background: #fff;
  padding: 5px;
  margin: 0px;
}
.pets-single-inner .page_header .zoos {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -10px;
}
.pets-single-inner .page_header .zoos ul li {
  display: inline-block;
}
.pets-single-inner .read_more {
  overflow: hidden;
}
.pets-single-inner .read_more h2 {
  color: #9c3;
  font-weight: bold;
  font-size: 22px;
}
.pets-single-inner .read_more .item {
  text-align: center;
}
.pets-single-inner .read_more .item .title span {
  font-weight: bold;
}
.photos-cont {
  background: #f0c231;
}
.photos-cont .our_photos {
  padding: 30px 0;
}
.photos-cont .our_photos .our_photos_header {
  padding: 0 0 30px 0;
  font-size: 0;
  text-align: center;
}
.photos-cont .our_photos .our_photos_header .our_photos_title {
  display: inline-block;
  position: relative;
  padding: 0 0 0 50px;
  line-height: 50px;
  font-size: 36px;
  color: #172901;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (max-width: 400px) {
  .photos-cont .our_photos .our_photos_header .our_photos_title {
    font-size: 25px;
    line-height: 30px;
    padding-top: 9px;
  }
}
.photos-cont .our_photos .our_photos_header .our_photos_title .our_photos_title_icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 50px;
  background: url("/wp-content/themes/zookengoo/assets/images/our_photos.png") no-repeat 0px 0px;
}
.photos-cont .our_photos .photos_slider,
.photos-cont .our_photos .photos_slider_item {
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  height: 215px;
  overflow: hidden;
}
.photos-cont .our_photos .photos_slider_block {
  float: left;
  width: 33.3%;
  padding: 5px 0 0 0;
}
.photos-cont .our_photos .photos_slider_block .photos_slider_block_wrapper {
  padding: 0 10px;
}
.photos-cont .our_photos .slick-next {
  right: 0px;
  bottom: 50%;
}
.photos-cont .our_photos .slick-prev {
  left: 0px;
  bottom: 50%;
}
.photos_set {
  max-width: 960px;
  margin: 0 auto;
}
.photos_block {
  margin-bottom: 30px;
}
.photos_block .photos_title {
  color: #eddfd3;
  font-size: 18px;
  font-weight: 800;
  padding: 0 0 15px 0;
}
.photos_block .photos_title a {
  text-decoration: underline;
}
.photos_block .slick-prev {
  left: 0px;
  top: 50%;
}
.photos_block .slick-next {
  right: 0px;
  top: 50%;
}
.photos-cont-inner {
  max-width: 960px;
  margin: 0 auto;
}
.photos-cont-inner .photo {
  margin-bottom: 20px;
}
.photos-cont-inner .slick-next {
  top: 40%;
  right: 0px;
}
.photos-cont-inner .slick-prev {
  top: 40%;
  left: 0px;
}
.price-cont,
.price-cont-inner {
  background: url("/wp-content/themes/zookengoo/assets/images/features_bg.jpg");
}
.price-cont .our_features,
.price-cont-inner .our_features {
  padding: 40px 0;
}
.price-cont .our_features_title,
.price-cont-inner .our_features_title {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 30px 0;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 400px) {
  .price-cont .our_features_title,
  .price-cont-inner .our_features_title {
    font-size: 25px;
    line-height: 30px;
  }
}
.price-cont .features_wrapper,
.price-cont-inner .features_wrapper {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.price-cont .slick-slide,
.price-cont-inner .slick-slide {
  text-align: center;
}
.price-cont .slick-slide img,
.price-cont-inner .slick-slide img {
  display: inline-block;
}
.price-cont .slick-next,
.price-cont-inner .slick-next {
  right: 0px;
  top: 50%;
}
.price-cont .slick-prev,
.price-cont-inner .slick-prev {
  left: 0px;
  top: 50%;
}
.price-cont .price,
.price-cont-inner .price {
  text-align: center;
  padding-bottom: 35px;
}
.price-cont .price .price_name,
.price-cont-inner .price .price_name {
  text-transform: uppercase;
  color: #445a2a;
  font-size: 18px;
  font-weight: 800;
  padding: 0 0 20px 0;
  line-height: 17px;
}
.price-cont .price .price_img,
.price-cont-inner .price .price_img {
  font-size: 0;
  padding: 0 0 20px 0;
}
.price-cont .price .price_value,
.price-cont-inner .price .price_value {
  font-size: 18px;
  color: #5f8f02 !important;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 400px) {
  .price-cont .price .price_value,
  .price-cont-inner .price .price_value {
    font-size: 14px;
  }
}
.price-cont .price .price_value .price-title,
.price-cont-inner .price .price_value .price-title {
  color: #445a2a;
  font-size: 20px;
}
@media only screen and (max-width: 400px) {
  .price-cont .price .price_value .price-title,
  .price-cont-inner .price .price_value .price-title {
    font-size: 14px;
  }
}
.price-cont .price_block,
.price-cont-inner .price_block {
  position: relative;
}
.price-cont .price_block .price_block_holder,
.price-cont-inner .price_block .price_block_holder {
  position: relative;
  display: block;
  z-index: 2;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 5px rgba(78,67,52,0.5);
}
.price-cont .price_block:after,
.price-cont-inner .price_block:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(78,67,52,0.5);
  transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
}
.price-cont .features_actions,
.price-cont-inner .features_actions {
  clear: both;
}
.price-cont .features_actions .action,
.price-cont-inner .features_actions .action {
  padding: 0 20px 15px 20px;
}
@media only screen and (max-width: 400px) {
  .price-cont .features_actions .action,
  .price-cont-inner .features_actions .action {
    width: 300px;
  }
}
.price-cont .features_actions .action .action_title,
.price-cont-inner .features_actions .action .action_title {
  font-size: 24px;
  color: #f0c231;
  padding: 0 0 0 10px;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (max-width: 400px) {
  .price-cont .features_actions .action .action_title,
  .price-cont-inner .features_actions .action .action_title {
    font-size: 19px;
  }
}
.price-cont .features_actions .action .action_desc,
.price-cont-inner .features_actions .action .action_desc {
  font-size: 0;
  padding: 7px 0 0 0;
}
.price-cont .features_actions .action .action_desc .action_desc_part,
.price-cont-inner .features_actions .action .action_desc .action_desc_part {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  background: transparent;
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
  text-transform: uppercase;
  margin: -5px 0 0 0;
}
@media only screen and (max-width: 400px) {
  .price-cont .features_actions .action .action_desc .action_desc_part,
  .price-cont-inner .features_actions .action .action_desc .action_desc_part {
    font-size: 12px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 400px) {
  .price_wrapper {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) and (orientation: portrait) {
  .price_wrapper {
    width: 70%;
    margin: 0 auto;
  }
}
.price-cont-inner {
  background: transparent;
}
.maps-cont .maps_blocks,
.maps-cont-popup .maps_blocks {
  overflow: hidden;
}
.maps-cont .map_block,
.maps-cont-popup .map_block {
  max-width: 555px;
}
@media only screen and (max-width: 400px) {
  .maps-cont .map_block,
  .maps-cont-popup .map_block {
    max-width: 315px;
    min-height: 590px;
  }
}
.maps-cont .slick-next,
.maps-cont-popup .slick-next {
  top: 50%;
  right: 0px;
}
.maps-cont .slick-prev,
.maps-cont-popup .slick-prev {
  top: 50%;
  left: 0px;
}
.maps-cont .maps,
.maps-cont-popup .maps {
  margin: 0 auto;
  padding-top: 20px;
}
.maps-cont .maps .page_title,
.maps-cont-popup .maps .page_title {
  font-size: 17px;
  font-weight: bold;
}
.maps-cont .maps .maps_blocks,
.maps-cont-popup .maps .maps_blocks {
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .maps-cont .maps .maps_blocks,
  .maps-cont-popup .maps .maps_blocks {
    width: 555px;
    margin: 0 auto;
  }
}
.maps-cont .maps .maps_blocks .map_block,
.maps-cont-popup .maps .maps_blocks .map_block {
  margin-bottom: 30px;
}
.maps-cont-popup .container {
  width: 100%;
}
@media only screen and (max-width: 400px) {
  .maps-cont-popup .container .map_block {
    width: 300px;
    margin: 0 auto;
  }
  .maps-cont-popup .container .map_block .paper {
    width: 230px;
    margin: 0 auto;
  }
  .maps-cont-popup .container .map_block .desc {
    width: 230px;
    margin: 0 auto;
  }
}
.social-blocks {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media only screen and (max-width: 400px) {
  .social-blocks {
    display: none;
  }
}
.social-block-title {
  margin-top: 20px;
}
@media only screen and (max-width: 400px) {
  .social-block-title {
    display: none !important;
  }
}
.intagram-gallery .normal-item {
  overflow: hidden;
  display: inline-block;
}
.intagram-gallery .normal-item img {
  width: 70px !important;
  height: auto !important;
  margin-right: 7px;
  margin-left: 7px;
}
.intagram-gallery .big-item img {
  margin-bottom: 10px;
}
.instagram-autor .inst-photos,
.instagram-autor .inst-follower,
.instagram-autor .inst-follow {
  display: inline-block;
  padding: 0px 12px;
  text-align: center;
}
.instagram-autor .numb {
  font-weight: bold;
}
.instagram-stat {
  margin-bottom: 10px;
}
.instagram-autor a.profile_link img {
  width: 55px !important;
}
.instagram-autor a.profile_link {
  float: left;
  padding-right: 14px;
}
.instagram-autor .box-name {
  margin-top: -7px;
  font-weight: bold;
}
.instagram-autor .diopinfo {
  line-height: 15px;
  margin-bottom: 10px;
}
.instagram-autor .instagram-stat .diopinfo {
  font-size: 13px;
}
.instagram-autor .diopinfo {
  font-size: 11px;
}
.widget_instagram_widget h3 {
  background: #5b7fa6;
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
  margin-top: 0px;
  font-weight: bold;
}
.widget_instagram_widget h3 .icon {
  display: inline-block;
  background: url("/wp-content/themes/zookengoo/assets/images/social.png") no-repeat -58px 0px;
  width: 23px;
  height: 23px;
  margin-right: 5px;
  position: relative;
  top: 8px;
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .news-loop article.small,
  .loop_posts article.small {
    margin-bottom: 30px;
  }
}
.news-loop .small_header,
.loop_posts .small_header {
  display: block;
  background: url("/wp-content/themes/zookengoo/assets/images/leaf.png") 0px 10px no-repeat;
  background-size: contain;
  min-height: 186px;
}
.news-loop .small_header .small_time,
.loop_posts .small_header .small_time {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #f0c231;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.7);
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .news-loop .small_header,
  .loop_posts .small_header {
    background: transparent;
    min-height: inherit;
  }
}
@media only screen and (max-width: 400px) {
  .news-loop .small_header,
  .loop_posts .small_header {
    background: transparent;
    min-height: inherit;
  }
}
.news-loop .small_title,
.loop_posts .small_title {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -zalupa-border-radius: 5px;
  padding: 5px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  position: absolute;
  width: 100%;
  top: 65%;
}
@media only screen and (max-width: 995px) {
  .news-loop .small_title,
  .loop_posts .small_title {
    position: relative;
  }
}
@media only screen and (max-width: 400px) {
  .news-loop .small_title,
  .loop_posts .small_title {
    position: relative;
  }
}
.news-loop .small_title a,
.loop_posts .small_title a {
  color: #fff;
  display: inline;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
  font-weight: bold;
  width: 50%;
  margin: 0 auto;
  display: block;
}
article.events {
  padding-top: 20px;
  padding-bottom: 20px;
}
article.events .single-content {
  color: #fff;
  padding-left: 20px;
}
@media only screen and (max-width: 400px) {
  article.events .single-content {
    padding-top: 20px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  article.events .single-content {
    padding-top: 20px;
  }
}
article.events .single-content p {
  color: #fff;
}
.pets_root {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  .pets_root {
    width: 100%;
  }
}
.pets_root .pets_zoo {
  text-align: center;
}
.pets_root .pets_zoo h2 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
@media only screen and (max-width: 400px) {
  .pets_root .pets_zoo h2 {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: #f00;
  }
}
.place-cont .content {
  color: #fff;
  font-weight: normal;
}
@media only screen and (max-width: 400px) {
  .place-cont .content * {
    font-weight: normal;
    font-size: 16px;
  }
}
.place-cont .loop_posts_set .small_header {
  background: transparent;
  min-height: inherit;
}
.place-cont .loop_posts_set .small_header h2 {
  position: relative;
  top: 0px;
  color: #9c3;
}
.place-cont .loop_posts_set .small_header h2 a {
  color: #9c3;
}
.place-cont .pets_loop .pet_small_wrapper {
  text-align: center;
  margin-bottom: 12px;
}
.place-cont .pets_loop .pet_title {
  text-align: center;
  font-weight: bold;
}
.place-cont .pets_loop .slick-next {
  top: 35%;
  right: 0px;
}
.place-cont .pets_loop .slick-prev {
  top: 35%;
  left: 0px;
}
.place-cont .hide_link {
  text-align: center;
  display: block;
  font-size: 26px;
  font-weight: bold;
}
.place-cont .places-tabs {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -20px;
}
@media only screen and (max-width: 400px) {
  .place-cont .places-tabs {
    margin-top: 0px;
  }
}
.place-cont .places-tabs .tab {
  color: #f0c231;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 400px) {
  .place-cont .places-tabs .tab {
    font-size: 16px;
  }
}
[class^="section-"] {
  clear: both;
}
@media only screen and (max-width: 400px) {
  #photo-tab .photos {
    width: 290px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  #photo-tab .photos {
    width: 250px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  #photo-tab .photos {
    width: 340px;
    margin: 0 auto;
  }
}
#photo-tab .photos .paper_holder {
  height: 278px;
  overflow: hidden;
}
.video iframe {
  width: 100% !important;
}
@media only screen and (max-width: 400px) {
  .video {
    width: 340px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1050px) {
  .video {
    width: 340px;
    margin: 0 auto;
  }
}
.timetable,
.timetable td,
.timetable th {
  text-align: left;
}
.timetable {
  width: 65%;
  border-collapse: collapse;
}
.timetable td,
.timetable th {
  padding: 5px 5px;
  border: solid 1px #3e5019;
  vertical-align: middle;
}
.timetable th {
  background: #3e5019;
}
.timetable td.time {
  font-weight: bold;
  background: #2a3613;
  white-space: nowrap;
}
.timetable td {
  text-align: center;
}
