.marker-cluster-small {
	background-color: rgb(255, 160, 47);
	}
.marker-cluster-small div {
	background-color: rgb(255, 160, 47);
	}

.marker-cluster-medium {
	background-color: rgb(255, 160, 47);
	}
.marker-cluster-medium div {
	background-color: rgb(255, 160, 47);
	}

.marker-cluster-large {
	background-color: rgb(255, 160, 47);
	}
.marker-cluster-large div {
	background-color: rgb(255, 160, 47);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(255, 160, 47);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(255, 160, 47);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(255, 160, 47);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(255, 160, 47);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(255, 160, 47);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(255, 160, 47);
}

.marker-cluster div {
	position: relative;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 100px;
	color: white;
	font-size: 17px;
	font-weight: 700;
	}
.marker-cluster span {
	line-height: 60px;
	}
