.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-settlements { background-color: rgba(100,100,255,0.6); background-clip: padding-box; border-radius: 20px; }
.marker-cluster-settlements  div { background-color: rgba(170,170,255,0.6); width: 30px; height: 30px; margin: 5px; text-align: center; border-radius: 15px; font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; }
.marker-cluster-settlements  span { line-height: 30px; }
.marker-cluster-sanctuaries { background-color: rgba(230,24,24,0.6); background-clip: padding-box; border-radius: 20px; }
.marker-cluster-sanctuaries  div { background-color: rgba(230,104,104,0.6); width: 30px; height: 30px; margin: 5px; text-align: center; border-radius: 15px; font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; }
.marker-cluster-sanctuaries  span { line-height: 30px; }
.marker-cluster-necropoleis { background-color: rgba(24,180,24,0.6); background-clip: padding-box; border-radius: 20px; }
.marker-cluster-necropoleis  div { background-color: rgba(150,180,150,0.6); width: 30px; height: 30px; margin: 5px; text-align: center; border-radius: 15px; font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; }
.marker-cluster-necropoleis  span { line-height: 30px; }

.leaflet-oldie .marker-cluster-settlements { background-color: rgb(102,102,255); background-clip: padding-box; border-radius: 20px; }
.leaflet-oldie .marker-cluster-settlements  div { background-color: rgb(170,170,255); width: 30px; height: 30px; margin: 5px; text-align: center; border-radius: 15px; font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; }
.leaflet-oldie .marker-cluster-settlements  span { line-height: 30px; }
.leaflet-oldie .marker-cluster-sanctuaries { background-color: rgb(230,24,24); background-clip: padding-box; border-radius: 20px; }
.leaflet-oldie .marker-cluster-sanctuaries  div { background-color: rgb(230,102,102); width: 30px; height: 30px; margin: 5px; text-align: center; border-radius: 15px; font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; }
.leaflet-oldie .marker-cluster-sanctuaries  span { line-height: 30px; }
.leaflet-oldie .marker-cluster-necropoleis { background-color: rgb(24,180,24); background-clip: padding-box; border-radius: 20px; }
.leaflet-oldie .marker-cluster-necropoleis  div { background-color: rgb(150,180,150); width: 30px; height: 30px; margin: 5px; text-align: center; border-radius: 15px; font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; }
.leaflet-oldie .marker-cluster-necropoleis  span { line-height: 30px; }

.marker-cluster { background-color: rgba(192,192,192,0.6);
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div { rgba(204,204,204,0.6);
	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;
	}
