/* ------------------------------- 3. Slider Styles ------------------------------- */
#fwslider {
    position: relative;
    margin: 0 auto;
}

#fwslider .slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

#fwslider .slide img {
    width: 100%;
    height: auto;
}

#fwslider .slidePrev {
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 10;
}

#fwslider .slidePrev span {
    background-image: url("../images/img-sprite.png");
    width: 72px;
    height: 128px;
    float: left;
    background-position: -10px -243px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .slideNext {
    position: absolute;
    top: 50%;
    right: -50px;
    z-index: 10;
}

#fwslider .slideNext span {
    background-image: url("../images/img-sprite.png");
    width: 72px;
    height: 128px;
    float: left;
    background-position: -105px -243px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .timers {
    height: 4px;
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: 3;
}

#fwslider .timer {
    height: 4px;
    width: 40px;
    background-color: #000;
    float: left;
    margin-right: 10px;
}

#fwslider .progress {
    height: 4px;
    width: 0%;
    background-color: #4cb1ca;
    float: left;
}

#fwslider .slide_content {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#fwslider .slide_content_wrap {
    /* Slider Text Content Container Style */
    max-width: 600px;
    margin: 12% auto;
}

#fwslider .title {
    /* Slider Title Style */
    color: #FFF;
    font-size: 5em;
    padding-top: 5%;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 5%;
}

@media screen and (max-width: 1175px) {
    .fwslider_ind {
        width: 100%;
    }

    #fwslider {}
}