/* FOOTER */
footer {
	background-color:#226fb5;
	color:#fff;
	padding:25px 0;
	line-height:19px;
	font-size: 10pt;
}

footer h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15pt;
	margin:0;
	padding-bottom:10px;
	color:#fff;
}

footer .footerBlock {
	width:25%;
	float:left;
}

footer .footerBlock .inBlock {
	padding:15px;
}

footer .footerBlock a {
	color:#fff;
}
footer .footerBlock a:hover {
	color:#ddd;
}


@media  only screen and (max-width: 800px) {
	footer .footerBlock {
		width:50%;
	}
}
@media  only screen and (max-width: 667px) {
	footer {
		font-size:10pt;
		line-height:20px;
	}
	footer h2 {
		font-size:13pt;
	}
}
@media  only screen and (max-width: 580px) {
	footer .footerBlock {
		width:100%;
		text-align:center;
	}
}