.path-poly-start-marker {
    font-size: 11px !important;
    font-family: koodak;
}

.path-poly-end-marker {
    font-size: 11px !important;
    font-family: koodak;
}

.leaflet-marker-pane > * {
    -webkit-transition: transform .7s linear !important;
    -moz-transition: transform .7s linear !important;
    -o-transition: transform .7s linear !important;
    -ms-transition: transform .7s linear !important;
    transition: transform .7s linear !important;
}
.fullPage{
    width: 100%;
    height:100%;
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale{
    display: none;
}