/* Image Banner */

.sbImageBannerArea {
    position: relative;
    width: 100%;
    height: 400px;
    z-index: 0;
}

.sbImageBanner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.sbImageBannerItem {
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
    width: 100%;
    height: 100%;
}

.sbImageBannerImage {
    position: absolute;
    left: 0;
    top: 0;
}

.sbImageBannerText {
   position: absolute;
    top: 30%;
    right: 14%;
    z-index: 10;
    padding:20px;
    padding-bottom: 20px;
    /*text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
    background-color: #79ae42;
    width: 30%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sbImageBannerText h2 {
    font-size: 20px;
    color: #fff;
    display:none;
}

.sbImageBannerText p {
    font-size: 36px;
    font-family: 'Century Gothic', Arial, sans-Serif;
    line-height: 1.2em;
    color: #fff;
     margin:0;
    padding:0;
}

.sbImageBannerText a {
     color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Century Gothic', Arial, sans-Serif;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}

.sbImageBannerText a:after {
  content: "\e258";
  color:#79ae42;
  position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:14px;
    background-color: #4c871f;
    border: 1px solid #4c871f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding-top: 2px;
    margin-left:10px;
    text-align:center;
}


.sbBannerNav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.sbBannerNav a {
    position: absolute;
    top: 0;
    width: 62px;
    height: 300px;
    background-image: url(../images/sprite.png);
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
}

.sbNavigatePrev {
    left: 0;    
    background-position: left 0;
}

.sbNavigateNext {
    right: 0;    
    background-position: right 0;
}

.sbNavigatePrev:hover {
    left: 0;    
    background-position: left bottom;
}

.sbNavigateNext:hover {
    right: 0;    
    background-position: right bottom;
}

.sbBannerPager {
    position: absolute;
    bottom: 20px;
    z-index: 51;
    text-align: center;
    width: 100%;
}

.sbBannerPager a {
    margin: 0 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: Grey;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
}

.sbBannerPager a.activeSlide {
    background: Black;
}

.banner_shadow {
    width: 920px;
    height: 50px;
    background: url(../images/banner_shadow.png) no-repeat 0 0;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1024px) {
    .sbImageBannerArea {
        width: 650px;
        height: 247px;
    }

    .sbImageBanner {
        width: 650px;
        height: 212px;
    }
    
    .sbImageBannerItem {
        height: 212px;
    }
    
    .sbImageBannerText {
        width: 350px;
    }

    .sbBannerNav a {
        width: 45px;
        height: 212px;
        background-image: url(../images/sprite_650.png);
    }

    .banner_shadow {
        width: 650px;
        height: 35px;
        background: url(../images/banner_shadow_650.png) no-repeat 0 0;
    }
}

@media screen and (max-width: 550px) {
    .sbImageBannerArea {
        width: 300px;
        height: 98px;
    }

    .sbImageBanner {
        width: 300px;
        height: 98px;
    }
    
    .sbImageBannerItem {
        height: 98px;
    }
    
    .sbImageBannerText {
        display: none;
    }

    .sbBannerNav a {
        width: 20px;
        height: 98px;
        background-image: url(../images/sprite_300.png);
    }

    .banner_shadow {
        display: none;
    }
    
    .sbBannerPager {
        display: none;
    }
}