/* Compatible with Leaflet 0.7 */

@import url('font/locate-fa.woff');
@import url('css/locate-fa.css');
@import url('css/animation.css');

.leaflet-touch .leaflet-bar-part-single {
	-webkit-border-radius: 7px 7px 7px 7px;
	        border-radius: 7px 7px 7px 7px;
	border-bottom: none;
}

.leaflet-control-locate {
	width: 31px;
	height: 27px;
}

.leaflet-touch .leaflet-control-locate {
	margin-top: 2px;
	width: 29px;
}

.leaflet-control-locate a {
	font-size: 22px;
	padding-top: 2px;
    color: black;
}

.leaflet-control-locate a:hover {
	background-color: transparent !important;
	border-width: 1px;
}

.leaflet-control-locate.active a {
	color: #265B86;
}

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

.leaflet-touch .leaflet-control-locate {
	box-shadow: none;
	background-clip: padding-box;
}