.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	background-image: url('../images/multi-pointer.png');
	background-size: contain;
	color :white;
	width: 4em !important;
	height: 4em !important;
	}
.marker-cluster div {
	width: 4em;
	height: 4em;
	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}

.marker-cluster span {
	line-height: 4em;
	}
