.marker-cluster-small {
	background-color: rgba(145, 153, 141, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(125, 125, 131, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(79, 76, 65, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(92, 92, 99, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(17, 16, 15, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(0, 0, 0, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(145, 153, 141);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(125, 125, 131);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(79, 76, 65);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(92, 92, 99);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(17, 16, 15);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(0, 0, 0);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	color:white;
	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
