.marker-cluster-small {
	background-color: rgba(140, 177, 226, 0.521);
	}
.marker-cluster-small div {
	background-color: rgba(57, 145, 204, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(87, 205, 241, 0.6)
	}
.marker-cluster-medium div {
	background-color: rgba(12, 206, 240, 0.6);
	}

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

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

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(87, 241, 233);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(12, 225, 240), 0.521);
	}

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

.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;
	}