:root{
	--marker: #fca01f;
	--markerBg: rgba(252, 160, 31, .5);
}

.marker-cluster-small {
	background-color: var(--markerBg);
}
.marker-cluster-small div {
	background-color: var(--marker);
}

.marker-cluster-medium {
	background-color: var(--markerBg);
}
.marker-cluster-medium div {
	background-color: var(--marker);
}

.marker-cluster-large {
	background-color: var(--markerBg);
}
.marker-cluster-large div {
	background-color: var(--marker);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgba(252, 160, 31, .7);
}
.leaflet-oldie .marker-cluster-small div {
	background-color: #fca01f;
}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgba(252, 160, 31, .7);
}
.leaflet-oldie .marker-cluster-medium div {
	background-color: #fca01f;
}

.leaflet-oldie .marker-cluster-large {
	background-color: rgba(252, 160, 31, .7);
}
.leaflet-oldie .marker-cluster-large div {
	background-color: #fca01f;
}


.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 SourceSansPro, Arial, Helvetica, sans-serif;
	color: #333;
}
.marker-cluster span {
	line-height: 30px;
}