body#home {
	background-color:#0061AA;
}
header {
	height:565px;
}
#banner-img .slide {
	position:absolute;
	top:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:1;
}
#banner-img .slide.active {
	position:relative;
	opacity:1;
	z-index:0;
}
#banner-img .slide > img {
	display:block;
	width:100%;
}
#banner-img .slide .copy {
	position:absolute;
	top:20%;
	left:10%;
	background-color:#4c1207;
	border:1px solid #fff;
	color:#fff;
	padding:10px 30px 5px 30px;
	font-size:36px;
	border-radius:40px;
}
#banner-img .slide .copy .title {
	font-size:40px;
}
#blocks {
	max-width:1200px;
	width:100%;
	margin:0px auto;
}
.block {
	width:180px;
	margin-right:55px;
	float:left;
	padding-top:20px;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:20px;
}
.block img {
	max-width:100%;
	height:auto;
	box-shadow: 0 3px 6px #036;
}
.block a, .block a:hover {
	color:#6ff;
	text-decoration:none;
	font-size:16px;
}
header #promos {
	position:absolute;
	width:100%;
	z-index:7;
	bottom:0px;
	text-align:center;
}
header #promos #bkg {
	position:absolute;
	height:70px;
	width:100%;
	bottom:0px;
	background-color:rgba(0,0,0,.45);
	border-bottom:35px solid #777;
}
header #promos .container {	
	display:inline-block;
}
header #promos .promo {
	position:relative;
	clear:right;
	width:130px;
	float:left;
	text-align:center;
	padding-bottom:13px;
}
header #promos .promo a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana,Arial,sans-serif;
}
header #promos .promo img {
		max-width:130px;
}
/* MOBILE */

@media (max-width:1194px) {
	#blocks {
		max-width:960px;
	}
	.block:nth-child(4n+1){
		clear:left;
	}
}
@media (max-width:960px) {
	#blocks {
		max-width:720px;
	}
	.block:nth-child(4n+1){
		clear:none;
	}
	.block:nth-child(3n+1){
		clear:left;
	}
}
@media (max-width:935px) {
	.block {
		color:#000;
	}
	.block a {
		color:#0061AA;
	}
}
@media (max-width:935px) {
	header #promos #bkg {
		display:none;
	}
	header #promos {
		position:relative;
	}
	header #promos .promo {
		width:14%;		
	}
	header #promos .promo a {
		color:#0061AA;
	}
	header #promos .promo img {
		width:100%;
		height:auto;
	}
}
@media (max-width:725px) {
	.block:nth-child(4n+1){
		clear:none;
	}
	.block:nth-child(3n+1){
		clear:none;
	}
	.block {
		width:42%;
		margin-right:8%;
	}
	header #promos .promo {
		width:25%;		
	}
}
@media (max-width:450px) {
	.block {
		width:100%;
		margin-right:0px;
	}
	header #promos .promo {
		width:50%;
	}
}