.openstreet-map-element {
	margin-bottom: 0px !important;
	padding-bottom: 20px;
	background: white;
	min-width: 150px;
	opacity: 1 !important;
	transform: scale(1) !important;
	padding: 15px;
}
.bhContainer > .openstreet-map-element {
	margin-bottom: 20px !important;	
}

.openstreet-map-point .name {
	padding-bottom: 15px;
}
.openstreet-map-point .name p {
	background: transparent;
    color: #0855A0;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 600;
}
.openstreet-map-point .name p,
.openstreet-map-point .text p {
	margin-bottom: 0px;
	margin-top: 0px;
}

.openstreet-map-point .text {
	padding-top: 15px;
	padding-bottom: 0px;	
}
.openstreet-map-point .text p {
	font-size: 16px;
	line-height: 20px;
}
.openstreet-map-point .text p a {
	color: #0855A0;	
}
.openstreet-map-point .bhBackgroundImage {
	height: 120px;
	background-size: cover;
}

.leaflet-popup {
	margin-bottom: 65px;
}

.leaflet-popup .bhBackgroundImage {
	height: 120px;
	background-size: cover;
}
.leaflet-popup-content-wrapper {
	border-radius: 0px;
	padding: 0px;
}
.leaflet-popup-content {
	margin: 0px;
	min-width: 250px;
}