/* FOOTER */

#preFooterImage {
	text-align:center;
	padding:50px 0;
}
#preFooterImage img {
	display:inline-block;
	padding:10px;
}


footer {
	font-family: 'Ubuntu', sans-serif;
	background-color:#2a87cc;
	color:#f0f0f0;
	padding:65px 0 65px;
	line-height:26px;
}

footer .inner {
	max-width:500px;
	margin:0 auto;
}


footer .footerBlock {
	width:100%;
}

footer .footerBlock .inBlock {
	padding:15px;
	text-align:center;
}

footer .footerBlock a {
	color:#f0f0f0;
}

footer .footerBlock a:hover {
	color:#ffffff;
}


@media  only screen and (max-width: 1025px) {
	#preFooterImage {
		text-align:center;
		padding:30px 0;
	}
	#preFooterImage img {
		width:50px;
		height:auto;
	}
}

@media  only screen and (max-width: 680px) {
	footer {
		padding:35px 0 35px;
		line-height:26px;
	}

	#preFooterImage {
		text-align:center;
		padding:10px 0;
	}
	#preFooterImage img {
		width:30px;
		height:auto;
	}
}