	/* Now with SFC corporate colours */
.marker-cluster-small {
	background-color: rgba(119, 118, 31, 0.6);	/* pantone 368C */
	}
.marker-cluster-small div {
	background-color: rgba(0, 95, 97, 0.6);		/* pantone 323C */
	}

.marker-cluster-medium {
	background-color: rgba(47, 26, 69, 0.6);	/* pantone 2695C */
	}
.marker-cluster-medium div {
	background-color: rgba(6, 14, 159, 0.6);	/* pantone 072C */
	}

.marker-cluster-large {
	background-color: rgba(226, 35, 26, 0.6);	/* pantone 485C */
	}
.marker-cluster-large div {
	background-color: rgba(144, 41, 42, 0.6);	/* pantone 7623C */
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(119, 118, 31);	/* pantone 368C */
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(0, 95, 97);		/* pantone 323C */
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(47, 26, 69);	/* pantone 2695C */
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(6, 14, 159);	/* pantone 072C */
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(226, 35, 26);	/* pantone 485C */
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(144, 41, 42);	/* pantone 7623C */
}

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

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