#mapLeaflet {
	position: relative;
	height: 400px;
	width: 100%;
	isolation: isolate;
	font-size: 0.7rem;

	@media (min-width: 992px) {
		height: 680px;
		bottom: -120px;
	}
}

.leaflet-tile {
	filter: invert(100%) grayscale(100%) brightness(0.5) contrast(0.85);
}
.leaflet-control-attribution {
	padding: 0.2em 0.5em;
}
.leaflet-control-attribution a {
	color: #373a3c;
}
.leaflet-control-attribution .leaflet-attribution-flag {
	display: none !important;
}
.mapy-cz-attribution {
	margin: 0 0.5rem 0.3rem 0 !important;
}

.leaflet-container {
	font-family: inherit;
}
.leaflet-popup-content-wrapper {
	background: #ffffff;
	/*color: #ffffff;*/
	border-radius: 0;
	/*font-size: 1.2em;*/
}
.leaflet-popup-content {
	line-height: inherit;
}
.leaflet-popup-tip {
	background: #ffffff;
}
.leaflet-popup-content-wrapper strong {
	color: #373a3c;
	text-transform: uppercase;
	font-size: 1.2em;
}
.leaflet-popup-close-button {
	color: #ffffff !important;
}
