a:link {
	color: #4d4d4d;
}
.hero-unit {
	padding: 0;
	background-color: #fff;
	border-radius: 0;
	position: relative;
	top: -1em;
	border-bottom: 3px solid #eee;
	height: 350px;
	background-image: url('../images/newlogo_bg03.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.section {
	width: 100% !important;
}
h2 {
	text-align: center;
	color: #666;
	text-transform: uppercase;
}
h4 {
	text-align: center;
	text-transform: uppercase;
}
.span4 img {
	max-width: 100% !important;
	height: 125px;
}
img {
	max-width: 100%;
}
.span4 {
	text-align: center;
}
@media screen and (max-width:500px) {
	.hero-unit {
		height: 174px;
		background-size: 396px;
	}
}
@media screen and (max-width:320px) {
	.hero-unit {
		height: 100px;
		background-size: 300px;
	}
}