.leaflet-zoom-box-control {
    font-size: 18px;
 }
.leaflet-zoom-box-control.active a {
    color: #FFF;
    box-shadow: 0 0 8px rgba(10,10,10,1.0);
}
.leaflet-zoom-box-crosshair {
    cursor: crosshair !important;
}

.fa-search-plus {
    background-image: url('/i/leaflet/zoom-object.png');
}

/*линейку влево, тк. закрывает streetview*/
.leaflet-bottom .leaflet-control-scale{
  margin-right: 50px;	
}

/*слой закрытия streetview*/
.leaflet-google-layer .gm-style .gm-iv-container{
	margin-left: 200px;
}
