.marker-cluster-small {
	background-color:#736f84;
	}
/* .marker-cluster-small div {
	background-color: #736f84;
	} */

.marker-cluster-medium {
	background-color: #736f84;
	}
/* .marker-cluster-medium div {
	background-color: #736f84;
	} */

.marker-cluster-large {
	background-color: #736f84;
	}
/* .marker-cluster-large div {
	background-color: #736f84;
	} */

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: #736f84;
	}
/* .leaflet-oldie .marker-cluster-small div {
	background-color: #736f84;
	} */

.leaflet-oldie .marker-cluster-medium {
	background-color: #736f84;
	}
/* .leaflet-oldie .marker-cluster-medium div {
	background-color: #736f84;
	} */

.leaflet-oldie .marker-cluster-large {
	background-color: #736f84;
	}
/* .leaflet-oldie .marker-cluster-large div {
	background-color: #736f84;
} */

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

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

.cluster-hover{
	background-color: #46454e;
}

.custom-marker .marker-inner {
	width: 15px;
	height: 15px;
	border:2px solid white;
	border-radius: 50%;
	transition: transform 0.2s ease;
}

.custom-marker-1 .marker-inner{
	background-color: #E1D721;
}
.custom-marker-2 .marker-inner{
	background-color: #28903b;
}
.custom-marker-3 .marker-inner{
	background-color:#E1239F;
}
.custom-marker:hover .marker-inner{
	transform: scale(1.5);
	z-index: 1000;
}