.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;
}
.marker-cluster-small {
	background-color: rgba(120, 166, 217, 0.8);
}
.marker-cluster-small div {
	background-color: rgba(82, 135, 195, 0.8);
}

.marker-cluster-medium {
	background-color: rgba(82, 135, 195, 0.8);
}
.marker-cluster-medium div {
	background-color: rgba(52, 109, 173, 0.8);
}

.marker-cluster-large {
	background-color: rgba(52, 109, 173, 0.8);
}
.marker-cluster-large div {
	background-color: rgba(20, 86, 159, 0.8);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(120, 166, 217);
}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(82, 135, 195);
}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(82, 135, 195);
}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(52, 109, 173);
}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(52, 109, 173);
}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(20, 86, 159);
}


.leaflet-marker-icon span{
	color: #fff;
	font-weight: bolder;
}
