.leaflet-popup-content {
	font-size: 12px;
}

.maxity-leaflet-container {
	background-image: url(images/bg-map-inactive.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

/* alert */

.maxity-leaflet-container .maxity-leaflet-alert {
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	top: 50%;
	left: 50%;
	color: #555;
	background-color: #eee;
	text-align: center;
	box-shadow: 1px 1px 4px 0 #999;
}

@media (max-width: 640px)
{
	.maxity-leaflet-container .maxity-leaflet-alert {
		width: 96%;
		padding: 10px;
	}
}
@media (min-width: 641px)
{
	.maxity-leaflet-container .maxity-leaflet-alert {
		width: 80%;
		padding: 15px;
	}
}

/* work-around for conflicting enfold css */

.leaflet-popup .leaflet-popup-content br:nth-child(even) {
	display: inline !important;
}
