#fwslider {
	width: 100%;
    height: auto;
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0px;
}

#fwslider .slider_container {
    position: relative;
}
#fwslider .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 50;
    width:100%;
}
#fwslider .slide img {
    width:100%;
    height: 100%;
    margin-bottom: -20px;
}
#fwslider .slidePrev {
    /*background:#fff;*/
    width:50px;
    height:50px;
    position: absolute;
    top: 140px !important;
    left: 0px !important;
    opacity:0.6;
    z-index: 50;
}
#fwslider .slidePrev span {
    background-image:url("../img/left_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
#fwslider .slideNext {
    /*background:#fff;*/
    width:50px;
    height:50px;
    position: absolute;
    top: 140px !important;
    right: 0px !important;
    opacity:0.6;
    z-index: 50;
}
#fwslider .slideNext span {
    background-image:url("../img/right_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
#fwslider .timers {
    height: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 50;
}
#fwslider .timer {
    height:10px;
    width:10px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color: #fff;
    float: left;
    margin: 0px 5px;
}
#fwslider .progress {
    height:10px;
    width:0%;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color: #a8a857;
    float: left;
}
#fwslider .slide_content {
    width: 950px;
    height: 100%;
    margin: 0px auto;
    position: relative;
    top: -100px;
}
#fwslider .slide_content_wrap { /* Slider Text Content Container Style */
    width: 50%;
    margin: 13% auto 0 auto;
    text-align: center;
	color: #fff;
}
    #fwslider .slide_content_wrap h2 {
		font-size: 2.5em;
	}

#fwslider .title {  /* Slider Title Style */
    width: 100%; 
    /*height: 20px; */
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    color: #fff;     
    text-align: left;
    font-size: 1.1em;
    line-height: 1.3em;
    /*background: rgba(12, 65, 130, 0.5);*/
    padding: 10px;
}
#fwslider a .title {
    text-decoration: underline;
}
    #fwslider a:hover .title {
        text-decoration: none;
    }
#fwslider .description { /* Slider Description Style */
    opacity: 0;
    color:#FC3;
    font-size:18px;
    background:#000;
    padding:10px;
    clear:both;
    float:left;
    margin-top:2px;
    line-height:24px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
}
#fwslider .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: 'Open Sans';
    font-style: normal;
    font-weight: 400;
}
#fwslider .readmore:hover {
    color:#fff;
}

/* ------------------------------- 3. Media Query Max Width 1300, Min Width 720 ------------------------------- */
/*


@media only screen and (min-width:720px) and (max-width: 1360px) {

    #fwslider .slide_content_wrap { margin-left:50px; margin-top:15%;}
    #fwslider .title { font-size:26px; }
    #fwslider .description {  font-size:12px;}

}

*/
/* ------------------------------- 4. Media Query Max Width 719 ------------------------------- */

/*
@media only screen and (max-width:719px) {

    #fwslider .slide_content_wrap { display:none; }
    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}

}
*/
/*
@media only screen and (max-width: 1175px) {

    #fwslider {
        width: 100% !important;
        height: auto;
        position: relative;
        background:#fff;
        margin: 0px auto 0px auto;
        padding: 0px;
    }
    #fwslider .title {  
        width: 100% !important; 
        height: 20px; 
        position: absolute;
        left: 0px;
        bottom: 0px;
        opacity: 0;
        color: #fff;     
        text-align: left;
        font-size: 1.1em;
        line-height: 1.3em;
        background: rgba(12, 65, 130, 0.5);
        padding: 10px;
    }

}
*/