/* Compatible with Leaflet 0.7 */

.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 {
    box-shadow: none;
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
  }
}

.leaflet-control-locate {
  a {
    font-size: 1.4em;
    color: #444;
  }
  &.active {
    a {
      color: #2074B6;
    }
    &.following a {
      color: #FC8428;
    }
  }
}

 
/* Compatible with Leaflet 0.7 */

.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 {
        box-shadow: none;
        border: 2px solid rgba(0,0,0,0.2);
        background-clip: padding-box;
    }
}

.leaflet-control-locate {
    a {
        font-size: 1.4em;
        color: #444;
    }
    &.active {
        a {
            color: #2074B6;
        }
        &.following a {
            color: #FC8428;
        }
    }
}

.fa-map-marker:before {
    //content: "\29BF";
}

/*
.fa-map-marker {
    background:url("../images/marker-icon.png") no-repeat center center;
	background-size: 15px 22px;
    display: inline-block;
    width: 20px;
    height: 24px;
}
*/

/*! Version: 0.45.1
Date: 2015-11-08 */

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

.leaflet-touch .leaflet-control-locate {
    box-shadow: none;
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box
}

.leaflet-control-locate a {
    font-size: 1.4em;
    color: #444
}

.leaflet-control-locate.active a {
    color: #2074B6
}

.leaflet-control-locate.active.following a {
    color: #FC8428;
}
/*# sourceMappingURL=L.Control.Locate.min.css.map */
