.menu {
	margin-top: 85px;
}
.footer .menu {
	margin-top: 0;
}

/**/
.kontaktu {
	background: rgba(0,0,0,.5);
}
.kontaktu h2 {
	color: #f70;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px
}
/**/
.kontaktu .history {
	background: rgba(0,0,0,.7);
	margin-bottom: 5px;
}
.kontaktu .history a,
.kontaktu .history i,
.kontaktu .history a:before {
	color: #fff;
}
.kontaktu .history a:hover,
.kontaktu .history a:hover > i {
	color: #f70;
}
li {
	padding: 10px;
}
.contact {
	text-align: center;
}
.contact p {
	color: #fff;
	font-size: 21px;
}
.map iframe {
	width: 100%;
}
@media screen and (max-width:992px) {
	.menu {
		margin-top: 0px;
	}
	.contact .col-6 {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
}