/*
Theme Name: Zoo Theme
Version:    1.0.0
Author:     mjpurin
*/

/* ==========================================================================
    01. General and Typography
========================================================================== */
video {
  width: 100%;

}
.marker_pink {
  background:linear-gradient(transparent 75%, #ffc1e0 75%);
  font-weight:bold;
}
.marker_water {
background: linear-gradient(transparent 75%, #66ccff 75%);
}
.marker_lime {
background: linear-gradient(transparent 75%, #66FFCC 75%);
}
.mt-10{
  margin-top:10px;
}
.mt-20{
  margin-top:20px;
}
.mt-30{
  margin-top:30px;
}
.mt-40{
  margin-top:40px;
}
.mb-20{
  margin-bottom:20px;
}
.mb-30{
  margin-bottom:30px;
}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
body {
  font-family: "M PLUS Rounded 1c";
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
}
img {
    max-height:100%;
    max-width:100%;
}
section {
    position:relative;
    padding:0;
    background:#F0A830;
    color:#FFF;
    text-align:center;
}
section::before,section::after {
    position:absolute;
    content: '';
}

/* Separators Styles */
.ss-style-top::before {
    left:0;
    width:100%;
    height:30px;
    -webkit-background-size:25px 100%;
    -moz-background-size:25px 100%;
    -o-background-size:25px 100%;
    background-size:25px 100%;
    top:0;
    background-image:linear-gradient(315deg,#FFF 50%,transparent 50%),linear-gradient(45deg,#FFF 50%,transparent 50%);
    margin-top:-30px;
    z-index:100;
}
.ss-style-bottom::before {
    left:0;
    width:100%;
    height:30px;
    -webkit-background-size:25px 100%;
    -moz-background-size:25px 100%;
    -o-background-size:25px 100%;
    background-size:25px 100%;
    top:0;
    background-image:linear-gradient(583deg,#FFF 50%,transparent 50%),linear-gradient(136deg,#FFF 50%,transparent 50%);
    margin-top:0px;
    z-index: 100;
}

.ss-style-bottom.yellow::before{
  background-image:linear-gradient(583deg,#f7de86 50%,transparent 50%),linear-gradient(136deg,#f7de86 50%,transparent 50%);
}


/* ==========================================================================
    02. Header
========================================================================== */
#header {


    min-height:568px;
    background:url(../img/top_bg.gif) center no-repeat;
    background-size: cover;
    padding-top:50px;
    padding-bottom:100px;
}
/*
#header:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/top_bg.gif) center no-repeat;
  background-size:100% 100vh;
}
*/
.bg-overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(44,33,5,0.2);
    z-index:0;
}
#header .center {
    position:relative;
    z-index:1;
    color:white;
}
#header .bottom {
    color:white;
}
#header .center .slogan {
    font-size:26px;
    text-transform:uppercase;
}
#header .banner h1 {

    display:inline-block;

}
#header h1{
  margin-top:60px;
}
#header h1 img{
  width:66%;
  height:auto;
}
#header h2{
  display: inline-block;
  border-bottom:1px solid #eee;
  font-size:22px;
  padding:0 5px;
}

#header .bottom {
    text-align:center;
    width:100%;
    position:absolute;
    bottom:30px;
}
#header .bottom a {
    font-size:36px;
    color:whitesmoke;
    position:relative;
    top:-5px;
}
/*
.navbar-nav>li:nth-child(3) {
    margin-right: 110px;
}
*/
.container #info{
  padding-right:0;
  padding-left:0;
}
#carouselBox {
    max-width: 1200px;
    margin: 60px auto 0;

}
.mainP{
  margin-top:20px;
}
.bottleBt{
  margin-bottom:15px;
}
.bottleBt img{
  max-width:300px;
}

/* ==========================================================================
    03. Navigation
========================================================================== */
#menu {
    background:rgba(33,45,57,0.8);
    margin-bottom:0;
}
.navbar-brand h2 {
  width:80px;
  background: black;
  border-radius: 0 0 25% 25%;
  padding:12px;
    margin-top:-8px;

}
.navbar-brand {
    padding-top:8px;
    padding-bottom:0;
}
.navbar-inverse .navbar-nav>li>a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    color:white;
    font-weight:bold;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>.active>a {
    background:#ed0121;
    color:white;
    text-shadow:none;
}


/* ==========================================================================
    04. Services
========================================================================== */
.light-wrapper {
    background:#fbfbfb;
}
.inner {
    padding-top:50px;
    padding-bottom:50px;
}
.section-title {
  font-family: 'Kranky', cursive;
    font-size:36px;
    line-height:40px;
    text-transform:uppercase;
    margin-bottom:15px;
    font-weight:600;
    border-bottom:1px solid #eee;
    padding-bottom:5px;
}
.main.lead {
    margin-bottom:10px;
    padding:0 10px;
}
.main.lead.monkey{
  text-align: center;
}
.lead {
    font-size:16px;
    line-height:35px;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:15px;
    color:#2e2e2e;
    position:relative;
}
/*
.monkey.lead:after {
    position:absolute;
    content:url(../img/monkey.png);


    bottom:-90px;
    left:50%;
    margin-left:-40px;
}
*/
.story .col-wrapper {
    padding:0 10px;
}
.story .icon-wrapper {
    position:relative;
    height:80px;
    margin-top: 40px;
}


/* ==========================================================================
    05. parallax
========================================================================== */
.parallax {
    background:url(../img/IMG_9251.jpg) fixed no-repeat center center;
    -webkit-background-size:/*@@prefixmycss->No equivalent*/;
    -moz-background-size:cover;
    -o-background-size:/*@@prefixmycss->No equivalent*/;
    background-size:cover;
    position:relative;
    color:#FFF;
}
.parallax:before{

}
.parallax .inner {
    padding-top:50px;
    padding-bottom:130px;
}
.parallax.parallax2 {
    background-image:url(../img/S__46841896.jpg);
}
.parallax.parallax3 {
    background-image:url(../img/IMG_9252.jpg);
}
.bm10 {
    margin-bottom:10px !important;
}
.facts h4 {
    font-size:40px;
    margin-bottom:20px;
}
.parallax h1,.parallax h2,.parallax h3,.parallax h4,.parallax h5,.parallax h6 {
    color:#fff;
}
.facts p {
    font-size:16px;
    text-transform:uppercase;
    margin:0;
}
.story .icon-wrapper i {
    font-size:70px;
}
.facts i {
    font-size: 70px;
}


/* ==========================================================================
    06. drink menu
========================================================================== */
.menu-items {
    text-align:center;
    margin:0 auto;
}
.imgBox{
  border-radius: 10px;
  overflow: hidden;
  border:2px solid #ddd;
  max-width:500px;
margin:30px auto;
}
.menu-titles h1 {
  font-family: 'Kranky', cursive;
    text-shadow:none;
    color:#ed0121;
    text-align:center;
    margin:0 auto;
    padding-top:30px;
    padding-bottom:15px;
    font-size:22px;
}
#system .menu-titles h1{
    font-family: "M PLUS Rounded 1c";
}
#drink-menu ul,
#system ul {
    margin:0;
    padding:0;
    list-style:none;
}
#drink-menu ul li{
  width:68%;
  margin:5px auto;
  overflow: hidden;
}
#system ul li{
  width:95%;
  margin:5px auto;
  overflow: hidden;
}
#drink-menu ul li .l_left,
#system ul li .l_left{
  float:left;
}
#drink-menu ul li .l_right,
#system ul li .l_right{
  float:right;
}

.menu-images img {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border:5px solid #dadada;
    display:block;
    margin:auto;
    margin-top: 40px;
}
#system h1{
  font-size:26px;
  color:#333;

}


/* ==========================================================================
    07. Price
========================================================================== */
.hot-tag {
    position:absolute;
    bottom:0;
    right:0;
    z-index:15;
    display:inline-block;
    width:80px;
    height:80px;
    line-height:90px;
    text-align:center;
    font-weight:700;
    color:#fff;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
}
.br-red {
    background-color:#ed0121 !important;
}
.br-lblue {
    background-color:#32c8de !important;
}
.br-green {
    background-color:#51d466 !important;
}
.pricing {
    border-top:1px solid #f1f1f1;
}
.pricing .pricing-item {
    position:relative;
    margin-top:40px;
    margin-bottom:10px;
}
.pricing .pricing-item img {
    max-width:250px;
    float:left;
}
.pricing-item-details a,.pricing-item-details p,.pricing .lead {
    color:white;
    font-weight:bold;
}
.pricing .pricing-item .pricing-item-details {
    margin-left:265px;
}
.pricing .pricing-item .pricing-item-details h3 {
    margin-top:0;
    margin-bottom:8px;
    font-size:22px;
}
.pricing .pricing-item .pricing-item-details p {
}
.pricing .pricing-item .pricing-item-details a.btn {
    margin-top:10px;
}
.pricing .pricing-item .pricing-item-details a.view-link {
    display:inline-block;
    margin-top:7px;
    font-size:12px;
    border-bottom:1px dotted #aeaeae;
}
.pricing .pricing-item .hot-tag {
    top:0;
    left:0;
    margin-top:-15px;
    margin-left:-15px;
    width:55px;
    height:55px;
    line-height:50px;
    font-size:23px;
    font-weight:700;
    border: 4px solid white;
}

/* ==========================================================================
    08. girls
========================================================================== */
.girls img {
    border:5px solid #e7e7e7;
    width: 80%;
}
/* ==========================================================================
    08. event
========================================================================== */
.large_font{
  font-size:24px;
}
#event{
  background-color:#f7de86;
  text-align: center;
}
#event h3{
  padding-bottom:5px;
  border-bottom:2px dotted white;
  font-size:24px;
}
#event img{
  margin-bottom:30px;
}
#bottleTicketWrapper{
  padding:2vw 10vw 5vw;
  background-image:url(../img/top_bg3.gif);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  position:relative;
  border-radius:5vw;
  overflow: hidden;
  font-weight:bold;
  font-size:18px;
  margin-bottom:30px;
  line-height:2.0;
}
/* ==========================================================================
    08. coupon
========================================================================== */
#coupon{
  background-color:#f7de86;
  text-align: center;
}
#coupon img{
  margin-bottom:30px;
}
.couponBt a{
  /*
display: inline-block;
  height:60px;
  margin-bottom:30px;
  border-radius: 10px;
  background-color:white;
  line-height: 60px;
  padding:0 20px;
  font-size: 20px;
  */
  display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #668ad8;
    border: dashed 1px #FFF;
    margin-bottom:30px;
    font-size: 20px;

}
#coupon h3{
  padding-left:10px;
  padding-top:30px;
  text-align: left;
  color:#ec7c87;
  margin-bottom:20px;
}
#coupon h3:last-of-type{
  color:#82181c;
}
#coupon .row{
  padding-bottom:30px;
  border-bottom:5px dotted white;
}
#coupon h3 i{

  margin-right:10px;
}
#coupon ol{
  display: inline-block;
  margin:0 auto;
  text-align: left;
}
/* ==========================================================================
    08. recruit
========================================================================== */

.recBt a img{
display: block;
  width:70%;
  max-width:300px;
  margin:0 auto;




}

/* ==========================================================================
    9. Footer
========================================================================== */
.dark-wrapper {
    background:#ed0121;
    color:white;
    font-size:20px;
    font-weight:bold;
}
.dark-wrapper .ss-style-top::before {
    background-image:linear-gradient(315deg,#ed0121 50%,transparent 50%),linear-gradient(45deg,#ed0121 50%,transparent 50%);
}
.social-bar {
    width:100%;
    text-align:center;
}
.social-bar a {
    display:inline-block;

    font-size:2.15em;
    text-decoration:none;
    color:#fff;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:opacity 350ms ease;
    -moz-transition:opacity 350ms ease;
    -o-transition:opacity 350ms ease;
    transition:opacity 350ms ease;
}
.social-bar a + a{
  margin-left:15px;
}
.social-bar a:hover {
    opacity:0.5;
    filter: alpha(opacity=50);
}

.themeBy{
    color: #ed0121;
    background: white;
}

#footer {
    background-image:url(../img/top_bg3.gif);
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    position:relative;
    color:#e4ccb0;
    padding-bottom:82px;
}
.bg-overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(44,33,5,0.2);
    z-index:0;
}
#footer .center {
    position:relative;
    z-index:1;
    color:white;
}
#footer .bottom {
    color:white;
}
#footer .center .slogan {
    font-size:26px;
    text-transform:uppercase;
}
#footer .banner h1 {

    display:inline-block;

}
#header .subtitle h4 {
    display:inline-block;
    background:white;
    color:#ed0121;
    font-size:38px;
    padding:0px 15px;
}
#header .bottom {
    text-align:center;
    width:100%;
    position:absolute;
    bottom:30px;
}
#header .bottom a {
    font-size:36px;
    color:whitesmoke;
    position:relative;
    top:-5px;
}
.navbar-nav>li:nth-child(4) {
    margin-right: 110px;
}

#footer img {
    border:5px solid #e7e7e7;
    width: 100%;
}
#footer_tel{
  font-family:'arial black';
  font-size: 27px;

}
#footer_tel a{
  text-decoration:underline;
  color:#ffffff;
}

#footer_address{
  margin-top:20px;
  font-family:'sans-serif';
  font-size: 18px;
}
#event .social-bar img,
#footer .social-bar img{
  border:none;
  width:50px;
  height:50px;
}
.social-text{
  text-align: center;
}
.copyright{
  text-align: center;
  font-size:16px;
  margin-top:50px;
  color:white;
}
#footer .inner{
  padding-bottom:10px;
}
#footer .time{
  font-size:20px;
}
#footer .icon-wrapper img{
  width:90%;
  border:1px solid #eee;
  max-width:500px;
}
#footer #zoo1{
  position:absolute;
  bottom:0;
  left:10%;
  display: block;
  width:14%;
  border:none;

}
#footer #zoo2{
  position:absolute;
  bottom:0;
  right:10%;
  display: block;
  width:20%;
  border:none;

}


/* ==========================================================================
    10. covit styles
========================================================================== */
#covitInner{
  text-align: center;
}
.covitImageBox{
  width:80%;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.covitImageBox div{
  flex-basis: 30%;
}
.covitImageBox div img{
  width:100%;
}
@media (max-width:767px) {
  .covitImageBox div{
    flex-basis: 100%;
    margin-bottom:20px;
  }
}
/* ==========================================================================
    10. Responsive styles
========================================================================== */

@media (max-width: 991px){
    .pricing .pricing-item .pricing-item-details {
        margin-left: 0;
    }

    .pricing .pricing-item a img {
        float: none;
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
  #header h1 img{
    width:80%;
  }
    .navbar-nav {
        float:none !important;
        width:100%;
        text-align:center;
        margin-left:5px;
    }
    .navbar-nav>li {
        display:inline-block;
        float:none;
    }
    #logo {
        position:absolute;
        display:block !important;
        width:110px;
        left:50%;
        margin-left:-55px;
        background:black;
        border-radius:0 0 25% 25%;
        padding: 12px;
    }
    .system{
      min-height: 200px;
    }
    .lead.main{
      text-align: center;
    }
}

@media (max-width:767px) {
  #event h3{
    font-size:22px;
  }
  #bottleTicketWrapper{
    font-size:16px;
    padding-left:3vw;
    padding-right:3vw;
  }
  .large_font{
    font-size:18px;
  }

    #header .banner h1 {
        font-size:60px;
        margin-top:60px;
    }
    .mainP{
      margin-top:5px;
    }
    #header h2{
      margin-top:5px;
      font-size:18px;
    }
    #header .subtitle h4 {
        font-size: 22px;
    }
    .social-bar {
        text-align: center;
        margin-top: 10px;
    }
    .couponBt a{
      margin-bottom:10px;
    }


}
@media (max-width:380px) {

}
@media (max-width:330px) {

}
