
#sliderbg {display:none;}
#indexhome #sliderbg {
  background: url("/_custom/images/bg_slider.jpg") top center no-repeat;
  height: 660px;
  position: absolute;
  top: 95px;
  width: 100%;
  display:block;
}

#slider img.main {
  min-width: $fullwidth;
}
#slider > div {
  width: $fullwidth;
  margin: 0 auto;
  height: 660px;
}
#slider{
	width: $fullwidth;
	height: 660px;
	left: 0;
	top:0;
	z-index: 5;
	position:absolute;
	@media screen and (max-width: $q960) {& {
		display:none;
	}}
}

#fslider{
	display:none;
	@media screen and (max-width: $q960) {		
		&{display:block;}
	}
	img {
	  height: auto;
	  max-width: 100%;
	}
	#txt{
		@include headerfont;
		background:#505356;
		padding: 2% 20%;
		color:#fff;
		line-height:20px;
		@media screen and (max-width: $qipad) {	&{
			padding: 2% 4% 4%;
		}}
		#voted{
			line-height: 151%;
			font-size:24px;
			color:#fff;
			display:block;
			text-transform:uppercase;
			@media screen and (max-width: $qphone) {&{
				font-size: 20px;
			}}
			@media screen and (max-width: $qmin) {&{
				font-size: 16px;
			}}
		}
		#inwa{
			color:$orange;
		}
		#maintxt{
			@include fontbodyfont;
			font-size: 15px;
			line-height: 89%;
			#sitename{
				color:$orange;
			}
		}
	}
}



#slider .ls-defaultskin { 
    background: none;
	@include pieradius(0px);
    box-shadow: none;
    padding: 5px;
}
#ls-header-desc {
	background: rgba(0,166,221,.9);
	color:#fff;
	
	#sliderinwashington{
		color:$lightblue;	
	}
	h1 {
		color: #FFF;
		font-size: 33px;
		@include headerfont;
		text-transform: uppercase;
	}
	h1 span.grey {
	    color: #393732;
	}
}





		
