/* ------------------------------- 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%;
	height:420px;
}

#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:500PX;
    z-index: 3;
}
.slide-btns{
	margin-top: 0.5em;
}
#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:0;
    left:0;
    position: absolute;
    width:100%;
    height:100%;
    min-height:650px;
}

#fwslider .slide_content_wrap { /* Slider Text Content Container Style */
    max-width:1250px;
    margin: 9.5% auto 0;
}

#fwslider .title {  /* Slider Title Style */
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	padding: 0px 00px 0;
	font-style: normal;
	font-weight: 600;
	border: none;
	width: 50%;
	height: 30px;
	position: relative;
	
	left: 30px;
}
h4 i.bg{
	background: url('../images/stripe.html') 0px 0px;
	width: 40px;
	height: 80px;
	position: absolute;
	right: -38px;
	top: 0px;
}

#fwslider .title1{  
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9em;
	padding: 0px 00px 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	width: 50%;
	height: 30px;
	position: relative;
	
	left: 30px;
	
}
h5 i.bg{
	background: url('../images/stripe1.html') 0px 0px;
	width: 34px;
	height: 58px;
	position: absolute;
	right: -34px;
	top: 0px;
}
#fwslider .description { /* Slider Description Style */
    opacity: 0;
    color:#ffffff;
    font-size: 1.5em;
    padding:0px 0 1em;
    clear:both;
   	text-align:center;
}

.button {
  padding: 8px 10px;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  background: #ec174c;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin-top:30px;
  margin-left:50px;
  font-size:12px;
}
.button:hover {
  background: #b9002e;
  color: #FFF;
  text-decoration: none;
}


/* ------------------------------- 4. Media Query Max Width 1300, Min Width 720 ------------------------------- */
@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}
	#fwslider .slidePrev span {
		width: 46px;
		height: 46px;
		background-position: -66px -6px;
	}
	#fwslider .slideNext span {
		width: 46px;
		height: 46px;
		background-position: -6px -6px;
	}
	
}

@media only screen and (min-width:720px) and (max-width: 1300px) {

    #fwslider .slide_content_wrap { margin-top: 12%;}
     #fwslider .description { /*-- font-size:12px;--*/font-size:1.3em;}
	#fwslider .title {
		font-size: 1em;
		left: 80px;
		width: 60%;
	}
	#fwslider .title1 {
		font-size: 0.9em;
		left: 80px;
	}
}

/* ------------------------------- 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;
	}
	#fwslider .slide img {
    width:100%;
	height:auto;
	MARGIN-TOP:8PX;
}

}
@media only screen and (max-width:768px) and (min-width:640px){
	 #fwslider .title {
		font-size: 0.7em;
		padding: 6px 20px 10px;
		line-height: 3em;
		
	}
	#fwslider .title1 {
		font-size: 0.5;
		left: 80px;
		line-height: 1em;
	}
     #fwslider .description { /*-- font-size:12px;--*/font-size:1em;}
.button {
  padding: 5px 5px;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  background: #ec174c;
  min-width: 50px;
  display: inline-block;
  text-align: center;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin-top:10px;
  margin-left:80px;
  font-size:10px;
}
.button:hover {
  background: #b9002e;
  color: #FFF;
  text-decoration: none;
}
	 
}
@media only screen and (max-width:640px) and (min-width:480px){
	 #fwslider .title { 
	 	font-size: 0.7em;
		font-weight: 400;
		left: 80px;
		line-height: 1em;
 	 }
 	 #fwslider .title1 {
		font-size: 0.8725em;
		left: 80px;
		line-height: 1em;
		font-weight: 100;
	}
     #fwslider .description { /*-- font-size:12px;--*/font-size: 0.875em;
		padding: 0.5em 0 0.1em;}
		
		.button {
  padding: 5px 5px;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  background: #ec174c;
  min-width: 50px;
  display: inline-block;
  text-align: center;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin-top:10px;
  margin-left:80px;
  font-size:10px;
}
.button:hover {
  background: #b9002e;
  color: #FFF;
  text-decoration: none;
}
	 
}
@media only screen and (max-width:480px) and (min-width:320px){
	 #fwslider .title { 
	 	font-size: 0.6;
		font-weight: 400;
		left: 80px;
		line-height: 1em;
 	 }
 	 #fwslider .title1 {
		font-size: 0.4em;
		left: 80px;
		line-height: 1em;
		font-weight: 100;
		width: 55%;
	}
     #fwslider .description { 
     	font-size: 0.875em;
		padding: 0.5em 0 0.1em;
		width: 70%;
		margin: 0 auto;
		}
	#fwslider .slide_content_wrap {
	max-width: 1280px;
	margin: 7.5% auto 0;
	}
	
	.button {
  padding: 5px 5px;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  background: #ec174c;
  min-width: 50px;
  display: inline-block;
  text-align: center;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin-top:30px;
  margin-left:10px;
  font-size:10px;
}
.button:hover {
  background: #b9002e;
  color: #FFF;
  text-decoration: none;
}
}
@media only screen and (max-width:320px) and (min-width:240px){
	 #fwslider .title { 
	 	font-size: 0.6em;
		font-weight: 400;
		left:10px;
		line-height: 2em;
		display: none;
 	 }
 	 #fwslider .title1 {
		font-size: 0.4em;
		left: 10px;
		line-height: 1em;
		font-weight: 100;
		top:20px;
		width: 100%;
	}

     #fwslider .description { 
     	font-size: 0.8em;
		padding: 0.5em 0 0.2em;
		width: 90%;
		margin: 0 auto;
		}
	#fwslider .slide_content_wrap {
	max-width: 1280px;
	margin: 2.5% auto 0;
	}
	#fwslider .slideNext span,#fwslider .slidePrev span{
		display:none;
	}
	.slide-btns ul li a {
		color: #FFF;
		font-size: 0.72em;
		text-transform: uppercase;
		border: solid 1px #FFF;
		padding: 0.7em 0.8em;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		display: block;
	}
	.sb-search-input {
			font-size: 12px;
	}
	.button {
  padding: 5px 5px;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  background: #ec174c;
  min-width: 50px;
  display: inline-block;
  text-align: center;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin-top:10px;
  margin-left:50px;
  font-size:10px;
}
.button:hover {
  background: #b9002e;
  color: #FFF;
  text-decoration: none;
}
	 
}