.leaflet-control-locate a {
	font-size: 1.4em;
	color: black;
	cursor: pointer
}

.leaflet-control-locate.active a {
	color: black
}

.leaflet-control-locate.active.following a {
	color: #ff0000
}

.leafet-control-locate-location circle {
	animation: leaflet-control-locate-throb 4s ease infinite
}

@keyframes leaflet-control-locate-throb {
	0% {
		r: 9;
		stroke-width: 1
	}
	50% {
		r: 7;
		stroke-width: 3
	}
	100% {
		r: 9;
		stroke-width: 1
	}
}


/*# sourceMappingURL=L.Control.Locate.min.css.map */