.fws2 {
    position: relative;
    background:#000;
    width:100%;
    overflow: hidden;
}

.fws2 .slider_container {
}

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

.fws2 .slide img {
    width:100%;
    height: auto;
    float:left;
}

.fws2 .slidePrev {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    left:-50px;
    opacity:0.5;
    z-index: 10;
}

.fws2 .slidePrev i {
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color:#FFF;
    line-height: 1.7;
    text-align: center;
}

.fws2 .slideNext {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    right:-50px;
    opacity:0.5;
    z-index: 10;
	
}

.fws2 .slideNext i {
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color:#FFF;
    line-height: 1.7;
    text-align: center;
}

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

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

.fws2 .progress {
    height:4px;
    width:0%;
    background-color: #82d344;
    float:left;
}

.fws2 .bullets {
    position: absolute;
    bottom:-50px;
    z-index: 3;
    width:100%;
    text-align: center;
}

.fws2 .bullet {
    display: inline-table;
    cursor: pointer;
    padding:0 2px;
}

.fws2 .bullet i {
    color:#000;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .bullet.active i, .fws2 .bullet:hover i {
    color:#82d344;
}


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

.fws2 .slide_content_wrap { /* Slider Text Content Container Style */
    max-width:1280px;
    position: absolute;
    left:0;
    top:0;
    display: none;
}

.fws2 .title {  /* Slider Title Style */
    opacity: 0;
    color:#fff;     
    font-size:36px;
    background:#000;
    padding:10px;
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.fws2 .description { /* Slider Description Style */
    opacity: 0;
    color:#000000;
    font-size:18px;
   background: rgb(203,209,169); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(203,209,169,1) 1%, rgba(142,185,42,1) 88%, rgba(114,170,0,1) 89%, rgba(114,170,0,1) 89%, rgba(114,170,0,1) 89%, rgba(142,185,42,1) 89%, rgba(142,185,42,1) 90%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(203,209,169,1)), color-stop(88%,rgba(142,185,42,1)), color-stop(89%,rgba(114,170,0,1)), color-stop(89%,rgba(114,170,0,1)), color-stop(89%,rgba(114,170,0,1)), color-stop(89%,rgba(142,185,42,1)), color-stop(90%,rgba(142,185,42,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(203,209,169,1) 1%,rgba(142,185,42,1) 88%,rgba(114,170,0,1) 89%,rgba(114,170,0,1) 89%,rgba(114,170,0,1) 89%,rgba(142,185,42,1) 89%,rgba(142,185,42,1) 90%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(203,209,169,1) 1%,rgba(142,185,42,1) 88%,rgba(114,170,0,1) 89%,rgba(114,170,0,1) 89%,rgba(114,170,0,1) 89%,rgba(142,185,42,1) 89%,rgba(142,185,42,1) 90%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(203,209,169,1) 1%,rgba(142,185,42,1) 88%,rgba(114,170,0,1) 89%,rgba(114,170,0,1) 89%,rgba(114,170,0,1) 89%,rgba(142,185,42,1) 89%,rgba(142,185,42,1) 90%,rgba(158,203,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(203,209,169,1) 1%,rgba(142,185,42,1) 88%,rgba(114,170,0,1) 89%,rgba(114,170,0,1) 89%,rgba(114,170,0,1) 89%,rgba(142,185,42,1) 89%,rgba(142,185,42,1) 90%,rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd1a9', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */




    padding:10px;
    clear:both;
    float:left;
    margin-top:72px;
    line-height:24px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.fws2 .readmore { /* Slider Read More button Style */
    opacity: 0;
    clear:both;
    float:left;
    text-transform:uppercase;
    font-size:10px;
    color:#919191;
    background:#000;
    padding:10px;
    text-decoration: none;
    margin-top:2px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .readmore:hover {
    color:#fff;
}




/* ------------------------------- 3. Media Query ------------------------------- */



@media only screen and (min-width:1150px) and (max-width: 1450px) {

    .fws2 .slide_content_wrap { 
        margin-left:75px; 
        margin-top:15%; 
        max-width:1000px;

    }
    .fws2 .title { font-size:26px; }
    .fws2 .description { font-size:14px;}
}


@media only screen and (min-width:760px) and (max-width: 1149px) {
    .fws2 .slide_content_wrap { 
        margin-left:75px; 
        margin-top:15%; 
        max-width:640px;

    }
    .fws2 .title { font-size:26px; }
    .fws2 .description {  font-size:14px;}
}

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


    .fws2 .slide_content_wrap {
        top:0 !important;
        left:0 !important;
        margin:0 !important;
        width:100%;
        height:100%;
    }

    .fws2 .slide_content_wrap h4, 
    .fws2 .slide_content_wrap p { 
        display:none !important; 
    }
    .fws2 .slide_content_wrap a {
        opacity:0 !important;
        background: none !important;
        font-size: 0 !important;
        width:100%;
        height: 100%;
        margin:0 !important;
        padding:0 !important;
        float:left;
    }


    .fws2 .timers { display:none; }
    .fws2 .bullets { display:none; }
    .fws2 .slide_content {cursor: pointer;}

}


/* ------------------------------- 4. Custom -------------------------------------- */


#fws2-head {
    background:#FFF;
}

#fws2-head h1 {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
}


#fws2-foot {
    float: left;
    text-align: center;
    width: 100%;
}

#fws2-foot p {
    color: #585858;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}