.marker-cluster-small {
	/*background-color: rgba(181, 226, 140, 0.6);*/
	background: rgba(0,0,0,0.5);
	background: #f00;
	}
.marker-cluster-small div {
	background: rgba(171, 166, 153, 0.8);
	/*background: #aba699;*/
	/*background-image: url('../leaflet/images/marker-cluster-small-2x.png');*/
	/*background-size: contain;*/
	/*background-position: center;*/
	width: 38px;
	height: 25px;
	/*box-shadow: 0px 1px 3px rgba(0,0,0,0.3);*/
	}
.marker-cluster-small span {
	line-height: 24px !important;
}
.marker-cluster-medium {
	/*background-color: rgba(241, 211, 87, 0.6);*/
	background: rgba(0,0,0,0.5);
	background: #0f0;
	}
.marker-cluster-medium div {
	/*background-color: rgba(240, 194, 12, 0.6);*/
	/*background-image: url('../leaflet/images/marker-cluster-medium-2x.png');*/
	/*background-size: contain;*/
	/*background-position: center;*/
	width: 30px;
	height: 30px;
	}
.marker-cluster-medium span {
	line-height: 28px !important;
}

.marker-cluster-large {
	/*background-color: rgba(253, 156, 115, 0.6);*/
	background: rgba(0,0,0,0.5);
	background: #00f;
	}
.marker-cluster-large div {
	/*background-color: rgba(241, 128, 23, 0.6);*/
	background-image: url('../leaflet/images/marker-cluster-large-2x.png');
	background-size: contain;
	background-position: center;
	width: 34px;
	height: 34px;
	}
.marker-cluster-large span {
	line-height: 31px !important;
}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	/*background-color: rgb(181, 226, 140);*/
	background: #222c61;
	}
.leaflet-oldie .marker-cluster-small div {
	/*background-color: rgb(110, 204, 57);*/
	background: #222c61;
	}

.leaflet-oldie .marker-cluster-medium {
	/*background-color: rgb(241, 211, 87);*/
	background: #222c61;
	}
.leaflet-oldie .marker-cluster-medium div {
	/*background-color: rgb(240, 194, 12);*/
	background: #222c61;
	}

.leaflet-oldie .marker-cluster-large {
	/*background-color: rgb(253, 156, 115);*/
	background: #222c61;
	}
.leaflet-oldie .marker-cluster-large div {
	/*background-color: rgb(241, 128, 23);*/
	background: #222c61;
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 50%;
	width: 00px !important;
	}
.marker-cluster div {
	margin-left: 0px;
	margin-top: 0px;	
	color: #fff;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	font-family: 'source sans pro', sans-serif;
	font-weight: 600;
	}
.marker-cluster div:after {
	/*content: ' Results';*/
}
.marker-cluster span {
	line-height: 28px;
	}