/* FOOTER */
footer {
	font-family: 'Istok Web', sans-serif;
	background-color:#262626;
	color:#f2f2f2;
	padding:25px 0 60px;
	line-height:26px;
	font-size: 11pt;
}

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

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

footer .footerBlock a {
	color:#f2f2f2;
}


prefooter {
	background-color:#f2f2f2;
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	color:#464646;
	padding:40px 0;
	font-size:17pt;
	line-height:27px;
	font-weight:100;
}

prefooter h1 {
	font-weight:100;
	font-size:27pt;
	line-height:48px;
	padding-bottom:20px;
}

prefooter .inBlock {
	padding:25px;
}
prefooter a {
	color:#dc281a;
}

/* RESPONSIVE */
@media  only screen and (max-width: 768px) {
	footer .footerBlock {
	width:50%;
}

}
@media  only screen and (max-width: 640px) {
		footer .footerBlock {
	width:100%;
}
}
@media  only screen and (max-width: 380px) {
}