.marker-cluster-small div{
	background-color: rgba(181, 226, 140, 0.3);
}
.marker-cluster-medium div {
	background-color: rgba(241, 211, 87, 0.3);
}
.marker-cluster-large div{
	background-color: rgba(253, 156, 115, 0.3);
}
/*
.marker-cluster-small div{
	background-color: rgba(254, 204, 22, 0.1);
}
.marker-cluster-medium div {
	background-color: rgba(254, 204, 22, 0.4);
}
.marker-cluster-large div{
	background-color: rgba(254, 204, 22, 0.7);
}
 */
	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small div{
	background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-medium div{
	background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-large div{
	background-color: rgb(253, 156, 115);
}
.marker-cluster {
    background-image: url("../images/markers/pok.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.marker-cluster div {
	display: none;
	width: 45px;
	height: 45px;
	margin-left: 2px;
	margin-top: 2px;
	background-image: url("../images/markers/dhllogo.png");
	background-position: 0px 11px ;
	background-repeat: no-repeat;
	text-align: center;
	border-radius: 23px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
	display: block;
	padding-top: 15px;
	line-height:30px;
	height:30px;
}
