.marker-cluster-small {
	background-color:  rgba(0, 174, 239, 1) !important;
	}
.marker-cluster-small div {
	background-color: rgb(220, 220, 220) !important;
	}

.marker-cluster-medium {
	background-color:  rgba(0, 174, 239, 1) !important;
	}
.marker-cluster-medium div {
	background-color: rgb(220, 220, 220) !important;
	}

.marker-cluster-large {
	background-color:  rgba(0, 174, 239, 1) !important;
	}
.marker-cluster-large div {
	background-color: rgba(220, 220, 220, 1) !important;
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(0, 174, 239) !important;
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(220, 220, 220) !important;
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(0, 174, 239) !important;
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(220, 220, 220) !important;
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(0, 174, 239) !important;
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(220, 220, 220) !important;
}