.marker-cluster-small {
	background-color: #3CC8FA;
	background-color: #fff;
}
.marker-cluster-small div {
	background-color: #3CC8FA;
}
.marker-cluster-medium {
	background-color: #3CC8FA;
	background-color: #fff;
}
.marker-cluster-medium div {
	background-color: #3CC8FA;
}
.marker-cluster-large {
	background-color: #3CC8FA;
	background-color: #fff;
}
.marker-cluster-large div {
	background-color: #3CC8FA;
}

	/* 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: 80px;
	color: #ccc;
}

.marker-cluster div {
	width: 60px;
	height: 60px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 30px;
	font: 24px "Roboto-Bold", sans-serif;
}

.marker-cluster span {
	line-height: 60px;
	font-family: "Roboto-Bold" !important;
	color: white;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-small,
.leaflet-marker-icon.marker-cluster.marker-cluster-medium {
	width: 70px !important;
	height: 70px !important;
	margin-left: -40px !important;
	margin-top: -40px !important;
}

.leaflet-popup-content {
    padding-right: 10px;
	text-align: center;
}

.leaflet-popup-content h3 {
    display: inline-block;
}

.leaflet-popup-content img {
    display: inline-block;
    vertical-align: bottom;
    height: 28px;
    margin: 0 10px;
}