 
/* ------------------------------- 3. Slider Styles ------------------------------- */

#fwslider { position: relative; background:#000; width:100%; }
#fwslider .slider_container { }
#fwslider .slide { display: none; position: absolute; top:0; left:0; z-index: 0; width:100%; }
#fwslider .slide img { width:100%; }
#fwslider .timers { display:none; 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:100px; position: absolute;  height:100%; }
#fwslider .slide_content_wrap { /* Slider Text Content Container Style */ max-width:600px; margin:15% auto; }
#fwslider .title {  /* Slider Title Style */ opacity: 0; color:#000; font-size:16px; padding:5px; float:left; font-family: 'oswaldregular'; font-style: normal; font-weight: 400; width:400px; }
#fwslider .description { /* Slider Description Style */ opacity: 0; color:#000;  background:#edf8d0; border-left:3px #7aa11d solid; clear:both; float:left; line-height:24px; font-family: 'oswaldregular'; font-style: normal; font-weight: 400; }

#fwslider .description p{float:left;}
.click-btn{margin:0; background:#b5d55c; float:right; width:100px; padding-top:10px; text-align:left;}
.click-btn{ background:#b5d55c; font-weight:none; 
 font-size:16px; color:#000; font-family: 'oswaldregular'; text-decoration:none; line-height:20px; padding:10px 10px 10px 10px; 	}
.click-btn span{font-size:13px;}
.click-btn a:hover{color:#fff; background:#6b9200;}
