
/**  Home  **/
.big-banner{
	border: 1px solid #ccc;
	border-top:0px;
	height:320px;
	box-shadow: 0px 8px 15px #ccc;
	position: relative;
	overflow: hidden;
}
.big-banner img{
	position:absolute;
	-webkit-transition: opacity .7s ease-in-out;
	-moz-transition: opacity .7s ease-in-out;
	-ms-transition: opacity .7s ease-in-out;
	-o-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out;
}
.big-banner img.transparent{
	opacity:0;
}
.switcher{
	background-color: #fff;
	text-align: center;
	padding-right: 20px;
	padding-top: 13px;
}
.switcher .fa{
	color: #999;
	cursor: pointer;
}
.switcher .fa:hover, .switcher .fa.fa-circle{
	text-shadow: 0px 0px 8px #aaaaff;
}
.section-header{
	background-color: #fff;
	padding-left: 35px;
	padding-right: 30px;
}
.section-header h2{
	color: #888;
	font-weight: normal;
	text-transform: uppercase;
}
.section-header hr{
	margin-top: 10px;
	margin-bottom:-18px;
	margin-left: 150px;
	border-top-color: #ddd;
	
}
.full-width-products-list .product-box img{
	min-height: 186px;	// set this so the elements will not move up/down too much as the images load
}