/* FOOTER */
footer {
	background-color:#006eb3;
	color:#fff;
	padding:25px 0;
	line-height:22px;
}

footer .footerContent {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}

footer  .footerContent  .footerBlock {
	flex:1 1 100%;
	text-align:center;
}

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

footer img {
		display:inline-block;
	}

footer .footerContent .footerBlock a {
	color:#f3a22d;
}

prefooter {
	display:block;
	background-image:url('/page/_webpics/logo-symbol-hi-mech.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:120px auto;
	height:200px;
}


/* RESPONSIVE */
@media  only screen and (max-width: 980px) {

	prefooter {
	display:block;
	background-image:url('/page/_webpics/logo-symbol-hi-mech.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:80px auto;
	height:140px;
}

}
