/*
 banners system
*/
.banner_system_banner { overflow: hidden; position: relative; }
.banner_system_top_banner { border: 1px solid #333; }
.banner-system { margin: 0px auto; text-align: center; overflow: hidden; }
.banner-system div.content { text-align: left; width: 100% !important; }
#banner-system-code-T, #banner-system-code-B, #banner-system-code-L, #banner-system-code-R { display: none; }
#banner_system_navigation { height: 34px; line-height: 34px; text-align: center; position: absolute; bottom: 6px; left: 50%; z-index: 50;}
#banner_system_navigation img {float: left; margin: 0; margin-right: 10px;}
.banner_system_navigation { float: left; }
.banner_system_navigation a:hover, .banner_system_navigation a:visited, .banner_system_navigation a:active, .banner_system_navigation a:link { margin: 0 3px; padding: 6px; background: #e6e6e6; text-decoration: none;  color: #000; font-weight: bold; font-size: 14px; font-family: arial;}
.banner_system_navigation a.activeSlide { background: #FC9200; color: #FFF;}
.banner_system_navigation a:focus { outline: none; }

.slideshow-wrapper {
  /*min-height: 250px;*/
  margin-bottom: 20px;
  position: relative;
}
.top-banners .slideshow-wrapper {
    margin-bottom: 0;
}

.banner-system-navigation {
  padding: 10px 0;
  text-align: center;
  position: absolute;
  bottom: 10px;
  z-index: 100;
  width: 100%;
}

.banner-system-navigation span {
    display: inline-block;
    margin: 0 4px;
    padding: 3px;
    background: #e6e6e6;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-family: arial;
    cursor: pointer;
    background-color: rgba(255,255,255,0.4);
    border-radius: 50%;
    text-indent: -9999px;
    width: 5px;
    height: 5px;
}
.banner-system-navigation span.cycle-pager-active { 
    background: #FC9200; 
    color: #FFF;
    cursor: default;
}

.slideshow {
  visibility: hidden;
}
.slideshow li {
  display: none;
}
.slideshow li.first {
  display: block;
}

/* Next/Prev buttons */
.fa.bs-prev,
.fa.bs-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.4);
    border-radius: 50%;
    z-index: 100;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}
.fa.bs-prev {
    left: 20px;
}
.fa.bs-next {
    right: 20px;
}
.fa.bs-prev:hover,
.fa.bs-next:hover {
    background-color: #f0951f;
    color: #fff;
}

/* default style */
.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}
.banner-content h2 {
    font-size: 60px;
    margin: 0 0 20px;
}
.banner-content h3 {
    font-size: 30px;
    color: #fff;
    margin: 0;
}
.bs-style-1 .banner-content h3:before,
.bs-style-1 .banner-content h3:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}
.bs-style-1 .banner-content h3:before {
    margin-right: 2%;
}
.bs-style-1 .banner-content h3:after {
    margin-left: 2%;
}
/* style 2: right position with transparent background */
.bs-style-2 .banner-content {
    right: 0;
    left: auto;
    background-color: rgba(255,255,255,0.4);
    width: auto;
    padding: 20px 15% 20px 20px;
    border-bottom: #fe9916 5px solid;
    text-align: left;
}
.bs-style-2 .banner-content h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    margin-bottom: 0;
}
.bs-style-2 .banner-content h3 {
    color: #fe9916;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
}
.bs-style-2 .banner-content:after {
    position: absolute;
    content: "";
    width: 298px;
    height: 326px;
    background: url(../../images/custom/banner-cookie-man.png) no-repeat 50% 50%;
    background-size: contain;
    display: block;
    right: 20px;
    bottom: 0;
    transform: translateY(29%);
}
/* Style 3 */
.bs-style-3 .banner-content h3 {
    display: inline-block;
    background-color: #ff9000;
    border: #ff9000 1px solid;
    border-radius: 5px;
    padding: 11px 21px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.bs-style-3 .banner-content h3:after {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
}

@media screen and (max-width: 1200px) {
    
    .banner-content h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .banner-content h3 {
        font-size: 20px;
    }
    
    .bs-style-2 .banner-content h2,
    .bs-style-2 .banner-content h3{
        font-size: 40px;
    }
    .bs-style-2 .banner-content:after {
        width: 200px;
        height: 219px;
    }
}

@media screen and (max-width: 991px) {
    
    .banner-content h2 {
        font-size: 30px;
    }
    .banner-content h3 {
        font-size: 18px;
    }
    .bs-style-2 .banner-content {
        padding: 10px 20px;
    }
    .bs-style-2 .banner-content h2,
    .bs-style-2 .banner-content h3 {
        font-size: 30px;
    }
    .bs-style-2 .banner-content:after {
        display: none;
    }
    
}

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

    .bs-style-1 .banner-content h3:before,
    .bs-style-1 .banner-content h3:after {
        display: none;
    }
    .fa.bs-prev, .fa.bs-next {
        line-height: 30px;
        width: 30px;
    }
    .fa.bs-prev {
        left: 10px;
    }
    .fa.bs-next {
        right: 10px;
    }

}

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

    .banner-content h2 {
        font-size: 22px;
    }
    .banner-content h3 {
        font-size: 14px;
    }
    .banner-system-navigation {
        display: none;
    }
    
    .bs-style-2 .banner-content h2,
    .bs-style-2 .banner-content h3 {
        font-size: 20px;
    }    

}