@media (max-width: 767px) {
	.gm-style .gm-style-iw-c {
		max-width: 290px !important;
		padding-left: 0 !important;
		padding-top: 0 !important;
	}
	#map-section #bodyContent {
		min-width: 0;
		padding: 54px 5px 20px 10px;
	}
	#map-section #bodyContent img.mini-logo {
		width: 60px !important;
	}
}
.before-none:before {
	display: none !important;
}

@media (min-width: 992px) {
	.fs-fx {
		font-size: 33.5px !important;
	}
}

.notif-box {
	background-color: #b61818;
	color: #fff;
	padding: 0.5rem;
    border-radius: 5px;
    display: inline-flex;
    margin: 0 auto;
	max-width: 600px;
}
@media (min-width: 992px) {
	.notif-box {
		padding: 0.5rem 2rem;
	}
}
.notif {
	display: flex;
}
.notif.hidden {
	display: none;
}

.gm-ui-hover-effect > span {
	background-color: #fff !important;
}

.obsazenost--availibility,
.provoz {
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 1rem;
}
.provoz {
	padding: 10px 20px 8px;
	font-size: 18px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.provoz {
		padding: 5px 10px 4px;
		font-size: 16px;
		margin: 0.5rem auto 1rem;
	}
}
.obsazenost--availibility.true,
.provoz.true {
	background-color: #75c137;
}
.obsazenost--availibility.false,
.provoz.false {
	background-color: #b61818;
}
.tower-data-wrapper.active .hidden-in-default {
	display: block !important;
}

.biketower-select--phone {
    color: #003474 !important;
    background-color: transparent !important;
}

.aktualita {
	border-radius: 15px;
	background-color: #e2ebef;
}
.aktualita-thumb {
	border-radius: 15px;
	overflow: hidden;
}

.text-primary.text-body-hover {
	width: 195px;
}
.text-primary.text-body-hover:hover {
	color: #003474 !important;
}

.mw-650px {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 992px) {
	#kontakt-with-image-bg .kontakt--img {
		width: 508px
	}
}
.headline-small h2 {
	font-size: 33px !important;
}
.headline-medium h2 {
	font-size: 45px !important;
}

.btn-document {
	border: 1px solid #003474;
	border-radius: 15px;
	color: #003474;
	padding: 8px 16px 8px 16px;
	background-color: transparent;
	transition: all 350ms ease;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-top: 1rem;
}
.btn-document:hover {
	color: white;
	text-decoration: none;
	background-color: #003474;
}
.btn-document::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icons/download.svg) center no-repeat;
	background-size: contain;
	display: flex;
	margin-left: 0.5rem;
}
