/*.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(0, 100, 100, 0.6);*/
/*	}*/
/*.marker-cluster-medium div {*/
/*	background-color: rgba(240, 194, 12, 0.6);*/
/*	}*/

/*.marker-cluster-large {*/
/*	background-color: rgba(0, 200, 200, 0.6);*/
/*	}*/
/*.marker-cluster-large div {*/
/*	background-color: rgba(241, 128, 23, 0.6);*/
/*	}*/

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster i.fa-building {
	font-size: 13px;
	margin-top: 8px;
	margin-left: 0.5px
}
.marker-cluster i.fa-question-circle {
	font-size: 20px;
	margin-top: 4.5px;
	margin-right: 0.5px
}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	color: white;
	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	border: 1px solid black;
	}
.marker-cluster div:hover {
	border: 2px solid black;
	width: 31px;
	height: 31px;
}
.marker-cluster span {
	line-height: 30px;
    }
