﻿
#fwslider {
    position: relative;
    width:100%;
    overflow: hidden;
	
}

#fwslider .slider_container {

}

#fwslider .slide {
    display: none;
    position: absolute;
    z-index: 0;
    width:100%; 
}

#fwslider .slide_1 {
	width:100%;
	background-color:#7ddae4;
	/*background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.5, #DDFFFF),
	color-stop(1, #96D8EA)
);
background-image: -o-linear-gradient(bottom, #DDFFFF 30%, #96D8EA 100%);
background-image: -moz-linear-gradient(bottom, #DDFFFF 30%, #96D8EA 100%);
background-image: -webkit-linear-gradient(bottom, #DDFFFF 30%, #96D8EA 100%);
background-image: -ms-linear-gradient(bottom, #DDFFFF 30%, #96D8EA 100%);
background-image: linear-gradient(to bottom, #DDFFFF 30%, #96D8EA 100%);*/
	}
	
	
#fwslider .slide_2 {
	width:100%;
	background-color:#9fcf68;
	}	
		
#fwslider .slide_3 {
	width:100%;
	background-color:#FFFFFF;
	}	
	
#fwslider .slide_4 {
	width:100%;
	background-color:#ffffa2;
	}	

#fwslider .slide_5 {
    width:100%;
    background-color:#D4232B;
    }


#fwslider .slidebox {width:940px; margin:0 auto;}


#fwslider .slide img {
    width:940px;
	margin: 0 auto;
    display:block;
}

#fwslider .slidePrev {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    left:-50px;
    opacity:0.5;
    z-index: 10;
}

#fwslider .slidePrev span {
    background-image:url("../images_slide/left_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .slideNext {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    right:-50px;
    opacity:0.5;
    z-index: 10;
}

#fwslider .slideNext span {
    background-image:url("../images_slide/right_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    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: #FC3;
    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:1280px;
    margin:15% auto;
}

#fwslider .title {  /* Slider Title Style */
    opacity: 0;
    color:#fff;     
    font-size:36px;
    background:#000;
    padding:10px;
    float:left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
}

#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 1400, Min Width 720 ------------------------------- */



@media only screen and (min-width:720px) and (max-width: 1400px) {

    #fwslider .slide_content_wrap { margin-left:75px; 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 {
        margin:0 auto;
        height:100%;
    }
    
    #fwslider .slide_content_wrap h4, 
    #fwslider .slide_content_wrap p { display:none; }
    #fwslider .slide_content_wrap a {
        background: none;
        font-size: 0;
        width:100%;
        height: 100%;
        margin:0;
        padding:0;
        float:left;
    }
    
    
    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}

}