.marker-cluster-small {
	/* background-color: rgba(0, 39, 123, 0.27);*/
	 background-color: #385380;
	
	/*width:60px;
	height:60px;*/
	}
.marker-cluster-small div {
	background-color: rgba(0, 39, 123, 0.27);
	}

.marker-cluster-medium {
	/*background-color: rgba(0, 39, 123, 0.27);*/
	background-color: #385380;
	}
.marker-cluster-medium div {
	background-color:rgba(0, 39, 123, 0.27);
	}

.marker-cluster-large {
	/*background-color: rgba(0, 39, 123, 0.27);*/
	background-color: #385380;
	}
.marker-cluster-large div {
	background-color: rgba(0, 39, 123, 0.27);
	}

	/* 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 {
	/*width:60px;
	height:60px;*/
	background-clip: padding-box;
	border-radius: 50%;
	}
.marker-cluster div {
	width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
   /* background-image: linear-gradient(91deg, transparent 50%, #cb2313 50%), linear-gradient(50deg, #cb2313 50%, transparent 50%); */
    font: 15px "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #385380;
}
	
.marker-cluster span {
	white-space: nowrap;
	position: absolute;
    width: 88%;
    height: 88%;
    line-height: 50px;
    /* background-image: linear-gradient(0deg, transparent 50%, #f8f9ff 50%), linear-gradient(0deg, #f8f9ff 50%, transparent 50%);*/
	background-color: #f8f9ff;
    margin: 6%;
    margin-left: -44%;
    border-radius: 50%;
    font-weight: bolder;
	color: #ffffff00;
	
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
	/* line-height: 30px;*/
	/*
	position: absolute;
    width: 90%;
    height: 90%;
    line-height: 30px;
    background-image: linear-gradient(0deg, transparent 50%, #ebedff 50%), linear-gradient(0deg, #ebedff 50%, transparent 50%);
    margin: 5%;
    margin-left: -45%;
    border-radius: 50%;
	*/
	}
	
.marker-cluster-subtitle {
	width: 50px; 
	height: 20px; 
	margin: 35px -24px; 
	position: absolute; 
	font-size: 12px; 
	text-align: center; 
	color: #ffffff00;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
	/* color: #385380;*/
}