/* HEADER */ .sePage .sePageMain { margin-top: 0px; }
.bg-hp-slideshow{margin-top: -44px;}
@media only screen and (max-width:767px){
.bg-hp-slideshow{margin-top: -20px;}
}

.bg-hp-shopnow {
margin-bottom: 0px;
}

.brands img {
	-webkit-filter: saturate(0) contrast(0) opacity(1) brightness(0);
 	filter: saturate(0) contrast(0) opacity(.5) brightness(0);	
}
.brands:hover img {
 	-webkit-transition: -webkit-filter .2s;
 	transition: filter .2s;
}
.brands:hover img:hover {
 	-webkit-filter: none;
 	filter: none;
}

.bg-indy-location-link{display:block;text-align:center;}
.bg-indy-location-link img{display:block;margin:0 auto 30px auto;}
.bg-indy-location-link span{font-size:30px;font-weight:700;}