/*========================================================
FOOTER
========================================================*/
#foot-wrapper {
	max-width: 100%;
	width: 100%;
	height: 500px;
	background-color: #000;
	color: #777;
	background: url(../images/test/DCarbon1.png);
}
hr {
	border: #333;
	background-color: #333;
	height: 1px;
	padding: 0;
}
.contact-us,
.newsletter,
.sitemap,
.endor-logos {
	float: left;
	padding: 20px 2.5% 0;
}
.contact-us,
.newsletter,
.sitemap {
	width: 23%;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.newsletter label {
	display: inline-block;
	padding: 10px 0;
	width: 50px;
	text-align: right; 
}​
.newsletter input {
	color: black;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 10px 0 0 45px;
}
.sitemap img{
	float: left;
	margin: 0 40%;
}
.endor-logos {
	width: 10%;
}
.endor-logos img {
	width: 80%;
	margin-top: 5%;
	min-width: 90px;
}
h4 {
	font-size: 1.3em;
	margin-bottom: -5px;
}
.copyright {
	clear: both;
	text-align: center;
}
.copyright p{
	margin-top: 5px;
}