.footer {
	background: #880015;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	min-height: 96px !important;
}

	.footer .blocks {
		min-height: 45px;
	}

	.footer .footer-links {
		padding-top: 3px;
		text-align: center;
	}

	.footer .blocks a {
		display: inline;
	}

	.footer .contact-part {
		list-style-type: none;
		color: #fff;
		font-size: 14px;
		font-variant: normal;
	}

	.footer .links-row {
		text-align: center;
		background: #0F787F;
	}

	.footer .links {
		list-style-type: none;
		padding-top: 10px;
	}

	.footer .footer-menus {
		font-size: 17px;
		list-style-type: none;
		text-align: center;
	}

	.footer a {
		padding: 7px;
		text-decoration: none;
		display: block;
		color: #fff !important;
	}

		.footer a:hover {
			background: #AA2E41 !important;
			color: #fff !important;
			cursor: pointer;
			text-decoration: none;
		}

	.footer .below {
		color: #fff;
		padding-top: 10px;
	}

	.footer .end {
		text-align: center;
		min-height: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

@media (min-width: 250px) {
	.footer .blocks a {
		display: block;
	}
}

@media (min-width: 300px) {
	.footer .blocks a {
		display: block;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.footer{
        background-image: url('../../okf/images/okf_footer_right.jpg');
	}
	
	.footer .szechenyi {
		/*margin: 4.8% auto 0 auto;*/
		margin: 9.7% auto 0 auto;
	}

	.footer .contact_list {
		padding-left: 5% !important;
	}

	.footer .blocks a {
		display: inline-block;
	}
}

@media (min-width: 1600px) {
	.footer-links a {
		font-size: 16px;
	}

	.footer .end {
		font-size: 16px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1700px) {
	.footer .szechenyi {
		margin: 2.3% auto 0 auto;
	}

	.footer .contact_list {
		padding-left: 30% !important;
	}

	.footer-links a {
		font-size: 16px;
	}

	.footer .end {
		font-size: 16px;
	}
}
