@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');
*{
	padding:0;
	margin:0;
}
html{
	background-color: #f8f8f8;
}
body{
	font:14px/1.5 Arial, Helvetica, sans-serif;
}
footer{
	
	bottom: 0;
}
.footer-distributed{
	background-color: #f8f8f8;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: 14px sans-serif;
	border-top: 3px solid #242021;
	padding: 55px 50px;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
.footer-distributed .footer-left{
	width: 55%;
	margin-top: 10px;
	text-align: center;
}
.footer-distributed .footer-left img {
	width: 360px;
	height: 66px;
}
.footer-distributed .footer-center{
	width: 30%;
}
.footer-distributed .footer-center span{
	color: #000000;
	font-weight: normal;
	font-size:14px;
	line-height:1.1;
}
.footer-distributed .footer-center a{
	color:  #e35050;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height:1.5;
}
.footer-distributed .footer-center .email a{
	color:  #000000;
	text-decoration: none;
	font-size: 14px;
	line-height:1.5;
	font-weight: bold;
}
@media (max-width: 880px) {

	.footer-distributed{
		font: 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	
}
@media (max-width: 400px) {
	.footer-distributed .footer-left img {
		width: 250px;
		height: 50px;
	}
	.footer-distributed .footer-left{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.footer-distributed{
		background-color: #f8f8f8;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		font: 14px sans-serif;
		border-top: 3px solid #242021;
		padding: 30px 0px;
	}
}
@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}

