/* FOOTER */
footer {
	font-family: 'Roboto', sans-serif;
	background-color:#0072b9;
	color:#b8d0e8;
	padding:25px 0;
	font-size:11pt;
	line-height:23px;
}

footer h1 {
	font-size:15pt;
	margin:0;
	padding-bottom:10px;
	color:#fff;
}

footer .footerBlock {
	text-align:center;
}

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

footer .footerBlock a {
	color:#b8d0e8;
}


/* RESPONSIVE */
@media  only screen and (max-width: 1260px) {
}
@media  only screen and (max-width: 945px) {
}
@media  only screen and (max-width: 630px) {
}
@media  only screen and (max-width: 380px) {
}