.marker-cluster-small {
	/*background-color: rgba(255, 67, 1, 0.6);*/
	border: 2px solid rgba(255, 67, 1, 0.7);
	width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;
	}
.marker-cluster-small:hover {
	/*background-color: rgba(255, 67, 1, 0.6);*/
	border: 2px solid rgba(72, 44, 94, 0.7);
	width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;
	}
.marker-cluster-small div {
	background-color: rgba(255, 67, 1, 0.2);
	}
.marker-cluster-small:hover > div {
	background-color: rgba(72, 44, 94, 0.2);
	}

.marker-cluster-medium {
	/*background-color: rgba(255, 67, 1, 0.6);*/
	border: 2px solid rgba(255, 67, 1, 0.7);
	width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;
	}

.marker-cluster-medium:hover {
	/*background-color: rgba(255, 67, 1, 0.6);*/
	border: 2px solid rgba(72, 44, 94, 0.7);
	width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;
	}
.marker-cluster-medium div {
	background-color: rgba(255, 67, 1, 0.2);
	}
.marker-cluster-medium:hover > div {
	background-color: rgba(72, 44, 94, 0.2);
	}

.marker-cluster-large {
	/*background-color: rgba(255, 67, 1, 0.6);*/
	border: 2px solid rgba(255, 67, 1, 0.7);
	width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;
	}
.marker-cluster-large:hover {
	/*background-color: rgba(255, 67, 1, 0.6);*/
	border: 2px solid rgba(72, 44, 94, 0.7);
	width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;
	}
.marker-cluster-large div {
	background-color: rgba(255, 67, 1, 0.2);
	}
.marker-cluster-large:hover > div {
	background-color: rgba(72, 44, 94, 0.2);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 40px;
	height: 40px;
	margin-left: 8px;
	margin-top: 8px;
	text-align: center;
	border-radius: 50%;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: transparent;
	}
.marker-cluster span {
	line-height: 30px;
	}