#mapLeaflet {
	height: 400px;
	isolation: isolate;
}
@media (min-width: 992px) {
	#mapLeaflet {
		height: 600px;
	}
}

.leaflet-control-attribution .leaflet-attribution-flag {
	display: none !important;
}

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