


.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-level-0 {
	background-color: rgba(220, 220, 220, 0.6);
	}
.marker-cluster-level-0 div {
	background-color: rgba(255, 255, 255, 0.6);
	}

.marker-cluster-level-1 {
	background-color: rgba(220, 220, 220, 0.6);
	}
.marker-cluster-level-1 div {
	background-color: rgba(255, 255, 255, 0.6);
	}

.marker-cluster-level-2 {
	background-color: rgba(255, 255, 0, 0.6);
	}
.marker-cluster-level-2 div {
	background-color: rgba(240, 240, 0, 0.6);
	}

.marker-cluster-level-3 {
	background-color: rgba(0, 250, 0, 0.6);
	}
.marker-cluster-level-3 div {
	background-color: rgba(50, 200, 50, 0.6);
	}
	
.marker-cluster-level-4 {
	background-color: rgba(0, 0, 250, 0.6);
	}
.marker-cluster-level-4 div {
	background-color: rgba(50, 50, 200, 0.6);
	}

.marker-cluster-level-5 {
	background-color: rgba(250, 0, 0, 0.6);
	}
.marker-cluster-level-5 div {
	background-color: rgba(250, 50, 50, 0.6);
	}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 17px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 2px;
	margin-top: 2px;
	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
.marker-cluster .cluster-dot-0 {
	width: 6px;
	height: 6px;
	margin-left: 11px;
	margin-top: -4px;
	border-radius: 4px;
	border: 1px solid rgba(100, 100, 100, 1);
	background-color: rgba(235, 235, 235, 1);
	}
.marker-cluster .cluster-dot-1 {
	width: 6px;
	height: 6px;
	margin-left: 11px;
	margin-top: -4px;
	border-radius: 4px;
	border: 1px solid rgba(100, 100, 100, 1);
	background-color: rgba(255, 255, 255, 1);
	}
.marker-cluster .cluster-dot-2 {
	width: 6px;
	height: 6px;
	margin-left: 11px;
	margin-top: -4px;
	border-radius: 4px;
	border: 1px solid rgba(100, 100, 100, 1);
	background-color: rgba(235, 235, 0, 1);
	}
.marker-cluster .cluster-dot-3 {
	width: 6px;
	height: 6px;
	margin-left: 11px;
	margin-top: -4px;
	border-radius: 4px;
	border: 1px solid rgba(100, 100, 100, 1);
	background-color: rgba(0, 235, 0, 1);
	}
.marker-cluster .cluster-dot-4 {
	width: 6px;
	height: 6px;
	margin-left: 11px;
	margin-top: -4px;
	border-radius: 4px;
	border: 1px solid rgba(100, 100, 100, 1);
	background-color: rgba(64, 128, 235, 1);
	}
.marker-cluster .cluster-dot-5 {
	width: 6px;
	height: 6px;
	margin-left: 11px;
	margin-top: -4px;
	border-radius: 4px;
	border: 1px solid rgba(100, 100, 100, 1);
	background-color: rgba(235, 0, 0, 1);
	}