footer {
	background-color:#fff;
	padding:20px 0px 0px 0px;
	margin: 0px;
	font-size:16px;
	color:#222;
}

.footer_info {
	line-height:24px;
	text-align:left;
}

.col_footer {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	text-align:center;
	-ms-flex-wrap: wrap; /* IE10 */
}

.col_footer > .company {
	width:30%;
	padding-left:20px;
}

.col_footer > .company > img {
	max-width:90%;
}

.col_footer > .adress_sitemap {
	width:60%;
	padding-left:20px;
}

@media screen and (max-width: 930px) {

	.col_footer > .company {
		width:100%;
		padding-left:0px;
		margin:0 auto;
		text-align:center;
	}

	.col_footer > .adress_sitemap {
		width:100%;
		margin:0 auto;
		padding-left:0px;
		text-align:center;
	}

	.footer_info {
		text-align:center;
	}

	.col_footer > .company > h5 {
		font-size:32px;
	}

}

.adress_sitemap table {
	width:100%;
	border:none;
	margin:5px;
	background:none;
}

.adress_sitemap table tbody tr td {
	vertical-align:top;
	width:33%;
	transition-duration: 0.25s;
	border:none;
}

.adress_sitemap table tbody tr td a {
	text-decoration:none;
	color:#222;
	margin:2px;
	line-height:27px;
}

.adress_sitemap table tbody tr td a:hover {
	color:#aaa;
	transition-duration: 0.25s;
}


.adress_sitemap table tbody .adress {
	vertical-align:top;
	border-bottom:1px solid #222;
}

@media screen and (max-width: 930px) {
	.adress_sitemap table {
		width:90%;
		margin:0 auto;
		font-size:80%;
	}

	.adress_sitemap table tbody .adress td {
		text-align:center;
		font-size:150%;
	}

}

.footer_copyright {
	background-color:#0c3f5e;
	width:100%;
	text-align:center;
	height:30px;
	margin:0;
	padding:10px 0;
}

.footer_copyright p {
	color:#fff;
	margin:5px 0 0 0;
}
