/*@keyframes candleFlickerSmall {
	0% { background-color: rgba(255, 255, 200, 0.6); }
	20% { background-color: rgba(255, 240, 170, 0.6); }
	40% { background-color: rgba(255, 255, 180, 0.6); }
	60% { background-color: rgba(255, 255, 200, 0.6); }
	80% { background-color: rgba(255, 240, 150, 0.6); }
	100% { background-color: rgba(255, 255, 180, 0.6); }
}

@keyframes candleFlickerMedium {
	0% { background-color: rgba(255, 220, 140, 0.6); }
	20% { background-color: rgba(255, 205, 110, 0.6); }
	40% { background-color: rgba(255, 220, 130, 0.6); }
	60% { background-color: rgba(255, 215, 120, 0.6); }
	80% { background-color: rgba(255, 205, 100, 0.6); }
	100% { background-color: rgba(255, 220, 130, 0.6); }
}*/

@keyframes candleFlickerLarge {
	0% { background-color: rgba(255, 255, 84, 0.4);; }
	10% { background-color: rgba(244, 200, 60, 0.4); }
	25% { background-color: rgba(239, 144, 50, 0.4); }
	50% { background-color: rgba(255, 255, 50, 0.4); }
	70% { background-color: rgba(244, 200, 55, 0.4); }
	100% { background-color: rgba(255, 255, 70, 0.4); }
}

.marker-cluster-small div {
	background-color: transparent; /*rgba(255, 255, 84, 0.4);
	/*animation: candleFlickerLarge 1.5s infinite;
	/*background-color: rgba(255, 255, 200, 0.6);*/
	/*animation: candleFlickerSmall 1.5s infinite;*/
}

.marker-cluster-medium div {
	background-color: transparent; /* rgba(255, 255, 84, 0.4);
	/*animation: candleFlickerLarge 1.5s infinite;
	/*background-color: rgba(255, 220, 140, 0.6);*/
	/*animation: candleFlickerMedium 1.5s infinite;*/
}

.marker-cluster-large div {
	background-color:transparent; /*rgba(255, 255, 84, 0.4);
	animation: candleFlickerLarge 1.5s infinite;*/
}


.marker-cluster-small {
	background-color: transparent; /*rgba(255, 255, 84, 0.4);
	/*animation: candleFlickerLarge 1.5s infinite;
	/*background-color: rgba(181, 226, 140, 0.6);
	animation: candleFlickerSmall 1.5s infinite;*/
}

.marker-cluster-medium {
	background-color: transparent; /* rgba(255, 255, 84, 0.4);
	/*animation: candleFlickerLarge 1.5s infinite;
	/*background-color: rgba(241, 211, 87, 0.6);
	animation: candleFlickerMedium 1.5s infinite;*/
}

.marker-cluster-large {
	background-color: transparent; /*rgba(255, 255, 84, 0.4);
	/*animation: candleFlickerLarge 1.5s infinite; */
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster::after {
		background-image: url('../images/flame.png');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content:"";
		position: relative;
    top: -36px;
    left: 4px;
    opacity: 0.9;
}

.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;
	position: relative;
}

.marker-cluster span {
	color: white;
	position: absolute;
	z-index: 1;
	display: block;
	padding: 0 3px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.leaflet-popup-content {
	width: auto !important;
	text-align: center;
}
