.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.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;
	}
	
	

/*JG: var gradi_all=['rgb(240,240,255)','rgb(100,149,207)','rgb(100,100,255)','rgb(255,165,0)','rgb(255,0,0)'];*/
.marker-cluster-0, .marker-cluster-1, .marker-cluster-2, .marker-cluster-3, .marker-cluster-4 {
	/*background-color: rgba(216, 148, 49, 0.6);background-color: rgb(253, 156, 115);background-color: rgb(241, 211, 87);background-color: rgb(181, 226, 140);*/
	background-color: rgba(65, 105, 225, 0.6);
}
.leaflet-oldie .marker-cluster-0, .leaflet-oldie .marker-cluster-1, .leaflet-oldie .marker-cluster-2, .leaflet-oldie .marker-cluster-3, .leaflet-oldie .marker-cluster-4 {
	/*background-color: rgba(216, 148, 49, 0.6);background-color: rgb(253, 156, 115);background-color: rgb(241, 211, 87);background-color: rgb(181, 226, 140);*/
	background-color: rgba(65, 105, 225);
}
.marker-cluster-0 div, .marker-cluster-1 div, .marker-cluster-2 div, .marker-cluster-3 div, .marker-cluster-4 div {
	/*background-color: rgba(196, 118, 29, 0.6);background-color: rgb(241, 128, 23);background-color: rgb(240, 194, 12);background-color: rgb(110, 204, 57);*/
	background-color: rgba(65, 105, 205, 0.6);
}
.leaflet-oldie .marker-cluster-0 div, .leaflet-oldie .marker-cluster-1 div, .leaflet-oldie .marker-cluster-2 div, .leaflet-oldie .marker-cluster-3 div, .leaflet-oldie .marker-cluster-4 div {
	/*background-color: rgba(196, 118, 29, 0.6);background-color: rgb(241, 128, 23);background-color: rgb(240, 194, 12);background-color: rgb(110, 204, 57);*/
	background-color: rgba(65, 105, 205);
}
/*.marker-cluster-0 {
	background-color: rgba(240,240,255, 0.3);
	}
.marker-cluster-0 div {
	background-color: rgba(230,230,245, 0.3);
	}
.marker-cluster-1 {
	background-color: rgba(100,149,207, 0.3);
	}
.marker-cluster-1 div {
	background-color: rgba(90,139,197, 0.3);
	}
.marker-cluster-2 {
	background-color: rgba(100,100,255, 0.3);
	}
.marker-cluster-2 div {
	background-color: rgba(90,90,255, 0.3);
	}
.marker-cluster-3 {
	background-color: rgba(255,165,0, 0.3);
	}
.marker-cluster-3 div {
	background-color: rgba(245,155,0, 0.3);
	}
.marker-cluster-4 {
	background-color: rgba(255,0,0, 0.3);
	}
.marker-cluster-4 div {
	background-color: rgba(245,0,0, 0.3);
	}

.leaflet-oldie .marker-cluster-0 {
	background-color: rgb(240,240,255);
	}
.leaflet-oldie .marker-cluster-0 div {
	background-color: rgb(230,230,245);
	}
.leaflet-oldie .marker-cluster-1 {
	background-color: rgb(90,139,197);
	}
.leaflet-oldie .marker-cluster-1 div {
	background-color: rgb(90,139,197);
	}
.leaflet-oldie .marker-cluster-2 {
	background-color: rgb(100,255,100);
	}
.leaflet-oldie .marker-cluster-2 div {
	background-color: rgb(90,245,90);
	}
.leaflet-oldie .marker-cluster-3 {
	background-color: rgb(255,165,0);
	}
.leaflet-oldie .marker-cluster-3 div {
	background-color: rgb(245,145,0);
	}
.leaflet-oldie .marker-cluster-4 {
	background-color: rgb(255,0,0);
	}
.leaflet-oldie .marker-cluster-4 div {
	background-color: rgb(245,0,0);
	}*/
