.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
}

.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
}

.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
}

.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
	line-height: 30px;
}

.customMarker>span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #cf161c;
}

.customMarker>span span {
	border-radius: 50%;
	border: 2px solid #cf161c;
}

.customMarker.small>span {
	width: 16px;
	height: 16px;
}

.customMarker.small>span span {
	width: 6px;
	height: 6px;
}

.customMarker.normal>span {
	width: 30px;
	height: 30px;
}

.customMarker.normal>span span {
	width: 14px;
	height: 14px;
	border: 4px solid #cf161c;
}

.customMarker.big>span {
	width: 50px;
	height: 50px;
}

.customMarker.big>span span {
	width: 22px;
	height: 22px;
	border: 4px solid #cf161c;
}

.customMarkerInfo .info {
	display: block;
	padding: 0px;
}

.customMarkerInfo .info .title {
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	font-weight: bold;
}

.customMarkerInfo .info .description {
	display: block;
	margin: 5px 0;
	font-size: 14px;
	line-height: 21px;
	color: #333;
}

.customMarkerInfo .info .description .big {
	font-size: 20px;
	line-height: 21px;
	color: #cf161c;
	font-weight: bold;
}

.customMarkerInfo .info .description .small {
	color: #333;
	font-weight: bold;
}

.customMarkerInfo .info .description hr {
	border: 1px dashed #dedede;
}