.marker-cluster-small {
	background-color: rgb(226, 203, 140, 0.65);
	}
.marker-cluster-small div {
	background-color: rgb(216, 157, 35, 0.85);
	}

.marker-cluster-medium {
	background-color: rgb(233, 185, 53, 0.65);
	}
.marker-cluster-medium div {
	background-color: rgb(240, 166, 12, 0.65);
	}

.marker-cluster-large {
	background-color: rgb(253, 212, 115, 0.65);
	}
.marker-cluster-large div {
	background-color: rgb(233, 167, 11, 0.85);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(226, 203, 140);
}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(216, 157, 35);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(233, 185, 53);
}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 166, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 212, 115);
}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(233, 167, 11);
}

.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: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	color: #fff!important;
	font-size: 15px;
	font-weight: 600;
	}