/* FOOTER */
prefooter {
	display:block;
	background-color:#ddd;
	font-size:0;
	text-align:center;
}


prefooter .maxWidth {
	max-width:1140px;
	width:100%;
	display:inline-block;
}

prefooter .logoBox {
	padding:20px;
	display:inline-block;
	width:16.6666%;
}

prefooter img {
	width:100%;
	height:auto;
}




/* FOOTER */
footer {
	background-color:#023646;
	color:#bdbdbd;
	padding:25px 0;
	line-height:20px;
	font-size:10pt;
	text-align:center;
}

footer h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16pt;
	margin:0;
	padding-bottom:20px;
	color:#bdbdbd;
}

footer .footerBlock {
	display:inline-flex;
	width:320px;
	text-align:left;
}

footer .footerBlock img {
	max-width:100%;
	height:auto;
	
	}

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

footer .footerBlock a {
	color:#bdbdbd;
}


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

	prefooter .logoBox {
		padding:10px 10px;
	}

}
@media  only screen and (max-width: 480px) {

	prefooter .logoBox {
		padding:10px 10px;
		width:33.333333%;
	}

}