/* ------------------------------- 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/img-sprite.png");
	width: 72px;
	height: 128px;
	float: left;
	background-position:-10px -243px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#fwslider .slideNext {
   	position: absolute;
    top:50%;
    right:-50px;
   	z-index: 10;
}
#fwslider .slideNext span {
 	background-image: url("../images/img-sprite.png");
	width: 72px;
	height: 128px;
	float: left;
	background-position:-105px -243px;
	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:#4cb1ca;
    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: 550px;
	margin: 15% auto;
}
#fwslider .title {  /* Slider Title Style */
	color: #FFF;
	font-size: 3em;
	padding-top: 3%;
	font-style: normal;
	text-transform: uppercase;
	border: none;
	font-weight: 800;
	line-height: 1.3em;
	margin-bottom: 3%;
}
/* ------------------------------- 4. Media Query Max Width 1300, Min Width 720 ------------------------------- */
/* ------------------------------- 5. Media Query Max Width 719 ------------------------------- */

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

    #fwslider .slide_content_wrap { display:none; }
    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}
	#fwslider .title {
		margin-left: 19%;
		font-size: 3em;
	}
}
@media (max-width:1366px){
   #fwslider .title {
		margin-left:8%;
		font-size: 4em;
	}
}
@media (max-width:768px){
	#fwslider .title {
		margin-left: 19%;
		font-size: 3em;
	}
}

@media (max-width:360px) and (min-width:740px) {
	#fwslider .title {
		margin-left: 60%;
		font-size: 1em;
	}
}

.slider-text {
  left: 50;
  margin: 0 auto;
  padding: 100px 30px 10px;
  position: absolute;
  right: 0;
  top: 20%;
  width: 80%;
}


.slider-text h2 {
	color: #f5f5f5;
	font-size: 55px;
	line-height: 55px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);	
}
.slider-text p {
	color: #fff;
	max-width: 960px;
	position: relative;
	width: 100%;	
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	z-index: 100;
}


@media(max-width:991px ){	
  .slider-text h2 {font-size: 45px;line-height: 50px;}
  .slider-text p {font-size: 25px;}
  
}


@media(max-width:767px ){
.slider-text h2 {font-size: 35px;line-height: 40px;}
.slider-text p {font-size: 20px;}
.slider-text2 {padding: 30px 5px;top: 15%;}
.slider-text2 h2 {font-size: 25px;line-height: 40px;}
}


@media(max-width:480px ){	
.slider-text h2 {font-size: 30px;line-height: 34px;}
.slider-text p {font-size: 18px;}
}



@media(max-width:360px ){
.slider-text h2 {font-size: 25px;line-height: 30px;}
.slider-text p {font-size: 16px;}
}




