.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}


soilscape.marker-cluster{
background-color: rgba(105, 215, 129, 0.6);
}
.soilscape.marker-cluster div {
background-color: rgba(33, 186, 69, 0.6);
}

.airmoss.marker-cluster{
background-color: rgba(110, 175, 225, 0.6);
}
.airmoss.marker-cluster div {
background-color: rgba(33, 132, 208, 0.6);
}

.fluxnet.marker-cluster{
background-color: rgba(241, 211, 87, 0.6);
}
.fluxnet.marker-cluster div {
background-color: rgba(240, 194, 12, 0.6);
}

.igsm.marker-cluster{
background-color: rgba(255, 170, 115, 0.6);
}
.igsm.marker-cluster div {
background-color: rgba(242, 112, 28, 0.6);
}

.cosmos.marker-cluster{
background-color: rgba(205, 130, 229, 0.6);
}
.cosmos.marker-cluster div {
background-color: rgba(164, 51, 200, 0.6);
}

.uscrn.marker-cluster{
background-color: rgba(165, 103, 63, 0.6);
}
.uscrn.marker-cluster div {
background-color: rgba(165, 103, 63, 0.6);
}

.scan.marker-cluster{
background-color: rgba(0,181,173, 0.6);
}
.scan.marker-cluster div {
background-color: rgba(0,181,173, 0.6);
}

.snotel.marker-cluster{
background-color: rgba(224,57,151, 0.6);
}
.snotel.marker-cluster div {
background-color: rgba(224,57,151, 0.6);
}

.pboh2o.marker-cluster{
background-color: rgba(100,53,201, 0.6);
}
.pboh2o.marker-cluster div {
background-color: rgba(100,53,201, 0.6);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 18px;
	}
.marker-cluster div {
	width: 24px;
	height: 24px;
	margin-left: 3px;
	margin-top: 3px;

	text-align: center;
	border-radius: 15px;
	font: 10px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 24px;
	}