/*.marker-cluster-small {
	background-color: rgba(105, 105, 105, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(128, 128, 128, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(59, 59, 59, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(82, 82, 82, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(13, 13, 13, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(36, 36, 36, 0.6);
	}
*/


.marker-cluster-small  {
	background-color: rgba(128, 128, 128, 0.6);
	}

.marker-cluster-medium  {
	background-color: rgba(82, 82, 82, 0.6);
	}

.marker-cluster-large  {
	background-color: rgba(36, 36, 36, 0.6);
	}
	
.marker-cluster-small:before   {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 10px solid rgba(128, 128, 128, 0.6);
	}

.marker-cluster-medium:before   {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 10px solid rgba(82, 82, 82, 0.6);
	}

.marker-cluster-large:before   {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 10px solid rgba(36, 36, 36, 0.6);
	}
	
.marker-cluster-small:after   {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid rgba(128, 128, 128, 0.6);
	}

.marker-cluster-medium:after   {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid rgba(82, 82, 82, 0.6);
	}

.marker-cluster-large:after   {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid rgba(36, 36, 36, 0.6);
	}
	
	/* IE 6-8 fallback colors */
/*.leaflet-oldie .marker-cluster-small {
	background-color: rgb(0, 135, 141);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(0, 72, 75);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(255, 142, 60);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(255, 105, 0);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(255, 54, 54);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(170, 0, 0);
}*/

/*.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	font-family: sans-serif;
	}
*/	
.marker-cluster div {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-family: sans-serif;
	top: -2px;
    position: relative;
	}
.marker-cluster {
	width: 40px;
	height: 22px;
	position: relative;
}
.marker-cluster:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 0;
	height: 0;
}
.marker-cluster:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
}
.marker-cluster span {
	line-height: 30px;
	}