/* slider1_container */
#slider1_container {
    position: relative;
    margin: 0 auto;
    top: 0px; left: 0px;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}

/* slider1_slides */
#slider1_slides {
    cursor: default;
    position: absolute;
    left: 0px; top: 0px;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

#slider1_container, 
#slider1_slides {
    width: 1920px;
}

/* Bullet Navigator Style */
.jssorb21 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 100;
}
.jssorb21 div {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.jssorb21 div:hover {}
.jssorb21 .av { 
    background: #fff;
    opacity: 1;
}

/* Arrow Navigator Style */
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    z-index: 90;
    /* size of arrow element */
    width: 40px; height: 50px;
    background: url(images/arrows-alt.png) center center no-repeat;
    transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
}
.jssora21l { left: 2%; background-position: 20px 0; }
.jssora21r { right: 2%; background-position: -20px 0; }



.banner .wrap-center {
    width: 80%; max-width: 700px;
    padding: 30px 30px;
    margin: 0 auto;
    margin-top: 100px;
    overflow: hidden;
    text-align: center;
    margin-top: 150px;
    display: block;
}
.banner .wrap-arrow {
    width: 80%;
    max-width: 960px;
    position: relative;
    top: 204px;
    left: 50%;
    margin-left: -480px;
}

.banner h1 {
    color: #FFF;
    font-family: 'Bitter', sans-serif;
    font-size: 3em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 200;
}
.banner h2 {
    color: #FFF;
    font-weight: 600;
    font-size: 2.2em;
    margin-top: 10px;
    position: relative;
    z-index: 200;
}

.banner-wattermark {
    width: 100%;
    height: 480px;
    position: absolute;
    opacity: 0.4;
    background-color: #000;
    z-index: 2;
}

.banner:hover h1,
.banner:hover h2, 
.banner:hover .banner-wattermark {
    opacity: 0;
    transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
}

.banner h1,
.banner h2, 
.banner .banner-wattermark {
    transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
}

.banner:hover .jssora21l,
.banner:hover .jssora21r {
    transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out; 
}