.marker-cluster-small {
	background-color: #ff339999;
	}
.marker-cluster-small div {
	background-color: #ec1f7fff;
	}

.marker-cluster-medium {
	background-color: #ff339999;
	}
.marker-cluster-medium div {
	background-color: #ec1f7fff;
	}

.marker-cluster-large {
	background-color: #ff339999;
	}
.marker-cluster-large div {
	background-color: #ec1f7fff;
	}

	
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#efefef;
	font-weight:bold;
	}
.marker-cluster span {
	line-height: 30px;
	}