.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
	padding: 0 !important;
}
.leaflet-popup-content-wrapper {
	border-radius: 6px;
}
.leaflet-popup-content {
	margin: 13px;
}
.leaflet-container a.leaflet-popup-close-button {
	padding: 0;
}
.leaflet-popup-scrolled {
	border-left: 1px solid #ddd;
}
.leaflet-popup-content p {
	text-transform: uppercase;
	margin: 10px 0;
}
.leaflet-popup-content strong  {
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
}
.leaflet-popup-content {
	max-width: 300px;
	max-height: 240px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
	line-height: 1.3;
}
.hover-title {
	position: absolute;
	background: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	top: -5px;
	left: -5px;
	line-height: 30px;
	padding: 0 10px 0 35px;
	border-radius: 15px 0 0 15px;
	overflow: hidden;
	white-space: nowrap;
	display: none;
}
/*.leaflet-popup-content img {
	position: relative;
	z-index: 1;
}
.leaflet-popup-content p.first {
	margin-top: -33px;
	background-color: #FFF;
	background-color: rgb(255 255 255 / 73%);
	background-color: #ffffffba;
	display: block;
	width: 100%;
	z-index: 9;
	position: relative;
}
.leaflet-popup-content p {
	padding: 0 5px;
}
*/
