/*.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}
*/

.marker-cluster-small {
	background-color: rgba(0, 0, 160, 0.6);
		width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	border-radius: 15px;
	}
.marker-cluster-small div {
	background-color: rgba(0, 0, 150, 0.6);
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	border-radius: 15px;
	}

.marker-cluster-medium {
	background-color: rgba(0, 0, 120, 0.6);
	width: 60px;
	height: 60px;
	margin-left: 0px;
	margin-top: 0px;
	border-radius: 30px;
	}
.marker-cluster-medium div {
	background-color: rgba(0, 0, 110, 0.6);
	width: 60px;
	height: 60px;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 30px;
	}

.marker-cluster-large {
	background-color: rgba(0, 0, 90, 0.6);
	width: 60px;
	height: 60px;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 45px;
	}
.marker-cluster-large div {
	background-color: rgba(0, 0, 80, 0.6);
	width: 90px;
	height: 90px;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 45px;
	}
	
.marker-cluster-small-NB {
	background-color: rgba(29, 255, 195, 0.6);
		width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	border-radius: 15px;
	}
.marker-cluster-small-NB div {
	background-color: rgba(19, 245, 185, 0.6);
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	border-radius: 15px;
	}

.marker-cluster-medium-NB {
	background-color: rgba(9, 235, 175, 0.6);
	width: 60px;
	height: 60px;
	margin-left: 0px;
	margin-top: 0px;
	border-radius: 30px;
	}
.marker-cluster-medium-NB div {
	background-color: rgba(0, 225, 165, 0.6);
	width: 60px;
	height: 60px;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 30px;
	}

.marker-cluster-large-NB {
	background-color: rgba(0, 215, 155, 0.6);
	width: 60px;
	height: 60px;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 45px;
	}
.marker-cluster-large-NB div {
	background-color: rgba(0, 205, 145, 0.6);
	width: 90px;
	height: 90px;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 45px;
	}
	
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {

	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#ddf;
	}
.marker-cluster span {
	line-height: 30px;
	}