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

#fwslider {
    position: relative;
    width:100%;

}

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

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

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

#fwslider .slidePrev span {
	background-image: url("../images/sliderarrows.png");
	width: 60px;
	height: 60px;
	float: left;
	background-position: -60px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#fwslider .slideNext {
   
  
    position: absolute;
    top:50%;
    right:-50px;
   
    z-index: 10;
}

#fwslider .slideNext span {
 	 background-image: url("../images/sliderarrows.png");
	width: 60px;
	height: 60px;
	float: left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#fwslider .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
}
.slide-btns{
	margin-top: 0.5em;
}
.slide-btns ul li{
	display:inline-block;
	margin-right: 1em;
}
.slide-btns ul li a{
	border:solid 1px #000;
	color:#000;	
	font-size: 11px;
	font-weight:400;
	text-transform: uppercase;
	padding: 0.7em 1.2em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	display: block;
}
.slide-btns ul li a:hover{
	border:solid 1px #999;
	color:#999;
}
#fwslider .timer {
    height:4px;
    width:40px;
    background-color: #fff;
    float:left;
    margin-right: 10px;
}

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

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

#fwslider .slide_content_wrap { /* Slider Text Content Container Style */
    width:23%;
	position:absolute; 
	left:20%;
    margin-top: 8%;
}

#fwslider .title {  /* Slider Title Style */
	text-transform: capitalize;
	color: #000;
	font-size:32px;
	padding:5px 0px 5px 0;
	font-style: normal;
	text-transform:uppercase;
	border:none;
	font-family: "theano_didotregular", Georgia, serif;
}

#fwslider .description { /* Slider Description Style */
    opacity: 0;
	font-family:"Open Sans", Arial, sans-serf;
    color:#222;
    font-size: 16px;
    padding:0px 0 1em;
	text-align:justify;
    clear:both;
}
/* ------------------------------- 4. Media Query Max Width 1300, Min Width 720 ------------------------------- */
@media only screen and (min-width:720px) and (max-width: 1300px) {

    #fwslider .slide_content_wrap { margin-top: 3%; width:40%;}
    #fwslider .title { font-size:22px; }
     #fwslider .description { font-size:14px; font-weight:300;}
     

}

/* ------------------------------- 5. Media Query Max Width 719 ------------------------------- */

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

    #fwslider .slide_content_wrap { display:block; }
    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}
    #fwslider .slide_content_wrap {
	max-width: 1280px;
	margin: 11.5% auto 0;
	}

}
@media only screen and (max-width:768px) and (min-width:640px){
	 #fwslider .title { font-size:2em; }
     #fwslider .description { /*-- font-size:12px;--*/font-size:1em;}
}
@media only screen and (max-width:640px) and (min-width:480px){
#fwslider .slide_content_wrap {display:none;}
}
@media only screen and (max-width:480px) and (min-width:320px){
#fwslider .slide_content_wrap {display:none;}
#fwslider {display:none;}
}
@media only screen and (max-width:320px) and (min-width:240px){
	#fwslider {display:none;}
	
	#fwslider .slide_content_wrap {display:none;}

	#fwslider .slideNext span,#fwslider .slidePrev span{
		display:none;
	}
	
}