.webcam-marker-cluster-small {
	background-color: #55a129;
	}
.webcam-marker-cluster-small div {
	background-color: white;
	}

.webcam-marker-cluster-medium {
	background-color: #55a129;
	}
.webcam-marker-cluster-medium div {
	background-color: white;
	}

.webcam-marker-cluster-large {
	background-color: #55a129;
	}
.webcam-marker-cluster-large div {
	background-color: white;
	}

.tt-marker-cluster-small {
	background-color: #a23337;
	}

.tt-marker-cluster-small div {
	background-color: white;
	}
	
.tt-marker-cluster-medium {
	background-color: #a23337;
	}

.tt-marker-cluster-medium div {
	background-color: white;
	}
	
.tt-marker-cluster-large {
	background-color: #a23337;
	}

.tt-marker-cluster-large div {
	background-color: white;
	}

.wiki-marker-cluster-small {
	background-color: #1060b1;
	}
.wiki-marker-cluster-small div {
	background-color: white;
	}

.wiki-marker-cluster-medium {
	background-color: #1060b1;
	}
.wiki-marker-cluster-medium div {
	background-color: white;
	}

.wiki-marker-cluster-large {
	background-color: #1060b1;
	}
.wiki-marker-cluster-large div {
	background-color: white;
	}

.landmark-marker-cluster-small {
	background-color: green;
	}
.landmark-marker-cluster-small div {
	background-color: white;
	}

.landmark-marker-cluster-medium {
	background-color: green;
	}
.landmark-marker-cluster-medium div {
	background-color: white;
	}

.landmark-marker-cluster-large {
	background-color: green;
	}
.landmark-marker-cluster-large div {
	background-color: white;
	}
	
.amenity-marker-cluster-small {
	background-color: orange;
	}
.amenity-marker-cluster-small div {
	background-color: white;
	}

.amenity-marker-cluster-medium {
	background-color: orange;
	}
.amenity-marker-cluster-medium div {
	background-color: white;
	}

.amenity-marker-cluster-large {
	background-color: orange;
	}
.amenity-marker-cluster-large div {
	background-color: white;
	}

.airport-marker-cluster-small {
	background-color: #27a4db;
	}
.airport-marker-cluster-small div {
	background-color: white;
	}

.airport-marker-cluster-medium {
	background-color: #27a4db;
	}
.airport-marker-cluster-medium div {
	background-color: white;
	}

.airport-marker-cluster-large {
	background-color: #27a4db;
	}
.airport-marker-cluster-large div {
	background-color: white;
	}


.tourist-marker-cluster-small {
	background-color: purple;
	}
.tourist-marker-cluster-small div {
	background-color: white;
	}

.tourist-marker-cluster-medium {
	background-color: purple;
	}
.tourist-marker-cluster-medium div {
	background-color: white;
	}

.tourist-marker-cluster-large {
	background-color: purple;
	}
.tourist-marker-cluster-large div {
	background-color: white;
	}
	
	
.shop-marker-cluster-small {
	background-color: green;
	}
.shop-marker-cluster-small div {
	background-color: white;
	}

.shop-marker-cluster-medium {
	background-color: green;
	}
.shop-marker-cluster-medium div {
	background-color: white;
	}

.shop-marker-cluster-large {
	background-color: green;
	}
.shop-marker-cluster-large div {
	background-color: white;
	}


.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* 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: 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;
	}