.leaflet-control-geocoder{background:#fff;box-shadow:0 1px 7px rgba(0,0,0,.65);-webkit-border-radius:4px;border-radius:4px;line-height:26px;overflow:hidden}.leaflet-touch .leaflet-control-geocoder{box-shadow:none;border:2px solid rgba(0,0,0,.2);background-clip:padding-box;line-height:30px}.leaflet-control-geocoder-form{display:inline}.leaflet-control-geocoder-form input,.leaflet-control-geocoder-form ul,.leaflet-control-geocoder-error{border:0;color:transparent;background:#fff}.leaflet-control-geocoder-form input{font-size:16px;width:0;transition:width .125s ease-in}.leaflet-touch .leaflet-control-geocoder-form input{font-size:22px}.leaflet-control-geocoder-icon{width:26px;height:26px;background-image:url(leaflet/plugins/leaflet-control-geocoder/images/geocoder.png.pagespeed.ce.we7kEHbiV-.png);background-repeat:no-repeat;background-position:center;float:right;cursor:pointer}.leaflet-touch .leaflet-control-geocoder-icon{margin-top:2px;width:30px}.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon{background-image:url(leaflet/plugins/leaflet-control-geocoder/images/throbber.gif.pagespeed.ce.e-x_aIWDOw.gif)}.leaflet-control-geocoder-expanded input,.leaflet-control-geocoder-error{width:226px;margin:0 0 0 4px;padding:0 0 0 4px;vertical-align:middle;color:#000}.leaflet-control-geocoder-form input:focus{outline:none}.leaflet-control-geocoder-form button{display:none}.leaflet-control-geocoder-form-no-error{display:none}.leaflet-control-geocoder-error{margin-top:8px;display:block;color:#444}ul.leaflet-control-geocoder-alternatives{width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;list-style:none;padding:0;transition:height .125s ease-in}.leaflet-control-geocoder-alternatives-minimized{width:0!important;height:0;overflow:hidden;margin:0;padding:0}.leaflet-control-geocoder-alternatives li{width:100%;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #eee;padding:0}.leaflet-control-geocoder-alternatives li:last-child{border-bottom:none}.leaflet-control-geocoder-alternatives a{display:block;text-decoration:none;color:#000;padding:6px 8px 16px 6px;font-size:14px}.leaflet-touch .leaflet-control-geocoder-alternatives a{font-size:18px}.leaflet-control-geocoder-alternatives a:hover,.leaflet-control-geocoder-selected{background-color:#ddd}.awesome-marker{background:url(leaflet/plugins/awesome-markers/dist/images/xmarkers-soft.png.pagespeed.ic.-KZR-U1WJe.png) no-repeat 0 0;width:35px;height:46px;position:absolute;left:0;top:0;display:block;text-align:center}.awesome-marker-shadow{background:url(leaflet/plugins/awesome-markers/dist/images/markers-shadow.png.pagespeed.ce.npx32yQeil.png) no-repeat 0 0;width:36px;height:16px}@media (min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.awesome-marker{background-image:url(leaflet/plugins/awesome-markers/dist/images/xmarkers-soft,402x.png.pagespeed.ic.vLqY5AF-Gl.png);background-size:720px 46px}.awesome-marker-shadow{background-image:url(leaflet/plugins/awesome-markers/dist/images/xmarkers-shadow,402x.png.pagespeed.ic.32auStpB-y.png);background-size:35px 16px}}.awesome-marker i{color:#333;margin-top:10px;display:inline-block;font-size:14px}.awesome-marker .icon-white{color:#fff}.awesome-marker-icon-red{background-position:0 0}.awesome-marker-icon-darkred{background-position:-180px 0}.awesome-marker-icon-lightred{background-position:-360px 0}.awesome-marker-icon-orange{background-position:-36px 0}.awesome-marker-icon-beige{background-position:-396px 0}.awesome-marker-icon-green{background-position:-72px 0}.awesome-marker-icon-darkgreen{background-position:-252px 0}.awesome-marker-icon-lightgreen{background-position:-432px 0}.awesome-marker-icon-blue{background-position:-108px 0}.awesome-marker-icon-darkblue{background-position:-216px 0}.awesome-marker-icon-lightblue{background-position:-468px 0}.awesome-marker-icon-purple{background-position:-144px 0}.awesome-marker-icon-darkpurple{background-position:-288px 0}.awesome-marker-icon-pink{background-position:-504px 0}.awesome-marker-icon-cadetblue{background-position:-324px 0}.awesome-marker-icon-white{background-position:-574px 0}.awesome-marker-icon-gray{background-position:-648px 0}.awesome-marker-icon-lightgray{background-position:-612px 0}.awesome-marker-icon-black{background-position:-682px 0}@-moz-keyframes leaflet-usermarker-pulsate {
    from {
        -moz-transform: scale(0.5);
        opacity: 1.0;
    }
    95% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -moz-transform: scale(0.7);
        opacity: 0;
    }
}@-webkit-keyframes leaflet-usermarker-pulsate {
    from {
        -webkit-transform: scale(0.5);
        opacity: 1.0;
    }
    95% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.7);
        opacity: 0;
    }
}@keyframes leaflet-usermarker-pulsate {
    from {
        transform: scale(0.5);
        opacity: 1.0;
    }
    95% {
        transform: scale(1.3);
        opacity: 0;
    }
    to {
        transform: scale(0.7);
        opacity: 0;
    }
}.leaflet-usermarker,.leaflet-usermarker-small{width:34px;height:34px;background:url(leaflet/plugins/usermarker/img/xbluedot.png.pagespeed.ic.68KSzJrVl0.png);background-size:100%}.leaflet-usermarker-small{width:17px;height:17px}.leaflet-usermarker i.pulse,.leaflet-usermarker-small i.pulse{display:block;-moz-animation:leaflet-usermarker-pulsate 1.5s ease-in-out infinite;-webkit-animation:leaflet-usermarker-pulsate 1.5s ease-in-out infinite;animation:leaflet-usermarker-pulsate 1.5s ease-in-out infinite;border:1pt solid #fff;-moz-border-radius:51px;-webkit-border-radius:51px;border-radius:51px;-moz-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;-webkit-box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;height:61px!important;margin:-14px 0 0 -14px;width:61px!important}.leaflet-usermarker-small i.pulse{height:31px!important;width:31px!important;margin:-7px 0 0 -7px}.page-body,#map{height:100%}#map{height:100%;width:100%;float:left;z-index:0}span.date{margin-left:44px}.filter{padding:0 10px}.date-container{padding:0 10px}.slider{margin:0px 10px}.slider.slider-horizontal{width:130px}.slider-handle.custom::before{line-height:18px;font-size:22px;color:#1a242f;font-family:FontAwesome;position:relative;top:1px}.min-slider-handle.custom::before{content:'\f10c';right:6px}.max-slider-handle.custom::before{content:'\f111';left:7px}.slider-selection{background:#18bc9c}.slider-disabled .slider-selection{opacity:.3}.slider-disabled .slider-handle{background-image:none!important;opacity:.3}.marker-cluster-pie g.arc{fill-opacity:.8}.marker-cluster-pie .center{fill-opacity:.7}.pieLabel{font-family:sans-serif}.legend-subtext{margin-left:18px}.marker-group>i{height:20px;width:20px;padding-top:4px;border-radius:10px}.marker-group>i.fa-bicycle{padding-left:2.5px}.marker-group>i.fa-warning{padding-left:4px}.marker-group>i.fa-certificate,.marker-group>i.fa-user,.marker-group>i.fa-filter{padding-left:5px}.marker-group span.fa-stack{margin-top:-2px;margin-left:-2px}.strava-gradient{background:rgba(255,102,17,0);background:-moz-linear-gradient(left,rgba(255,102,17,0) 0%,rgba(255,102,17,1) 100%);background:-webkit-gradient(left top,right top,color-stop(0%,rgba(255,102,17,0)),color-stop(100%,rgba(255,102,17,1)));background:-webkit-linear-gradient(left,rgba(255,102,17,0) 0%,rgba(255,102,17,1) 100%);background:-o-linear-gradient(left,rgba(255,102,17,0) 0%,rgba(255,102,17,1) 100%);background:-ms-linear-gradient(left,rgba(255,102,17,0) 0%,rgba(255,102,17,1) 100%);background:linear-gradient(to right,rgba(255,102,17,0) 0%,rgba(255,102,17,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6611', endColorstr='#ff6611', GradientType=1 )}.rainbow-gradient{background:red;background:-moz-linear-gradient(left,blue 0%,cyan 25%,lime 50%,yellow 55%,red 100%);background:-webkit-gradient(linear,left bottom,right bottom,color-stop(0%,blue),color-stop(25%,cyan),color-stop(50%,lime),color-stop(55%,yellow),color-stop(100%,red))}.gradient-bar{height:5px;width:150px;margin-top:5px;display:inline-block}.alert-area-box{background:rgba(59,153,114,.1);border:2px solid rgba(59,153,114,.6);height:20px;width:32.36px;margin-top:5px;display:inline-block}.bikerack{display:inline-block;background:#666;width:5px;height:5px;border-radius:5px;border:1px solid #000;opacity:.5;margin-left:10px;margin-right:20px}.bikelane{display:inline-block;background:#666;width:30px;margin-right:5px}.solidlane{height:2px;background:#ff0080}.thicklane{height:3.5px}.dotlane{height:3px;border:1px solid #ff0080;background:#ff0080;background: repeating-linear-gradient(
      to right,
      #ff0080,
      #ff0080 3px,
      #ffffff 3px,
      #ffffff 6px
  )}.modal-dialog{z-index:4000}.popup-details{margin-left:5px;text-indent:-5px}.no-margins{margin:0px}.whyPersonalCollapse+.form-group{padding-top:15px}#legend-about{width:190px;padding:5px 5px 10px 10px}