.map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.leaflet-routing-container{
    display: none!important;
}

/*
#
# CUSTOM PAN BUTTON
#
 */
.custom-pan-btn{
    cursor: pointer;
    width: 48px;
    height: 48px;
    color: #8b2c51;
    border: none!important;
    margin-top: 0!important;
    margin-right: 0!important;
}

.custom-pan-btn span:before{
    content: "\f256";
    font-size: 2rem;
}

.custom-pan-btn span:after{
    content: '';
}

.custom-pan-btn.dragging span:before{
    content: "\f256";
    font-size: 2rem;
}

.custom-pan-btn.dragging span:after{
    content: "\f00d";
    font-size: 1rem;
    position: absolute;
    left: -12px;
}

.leaflet-popup-content h3{
    font-family: 'Yanone Kaffeesatz', sans-serif!important;
    color: #f3c649!important;
    font-size: 40px!important;
}

.leaflet-popup-content h4{
    color: #666!important;
    font-size: 18px!important;
}

.leaflet-popup-content h5{
    color: #999!important;
    font-size: 14px!important;
}


.leaflet-top .geosearch{
    display: none!important;
}

.leaflet-control-geosearch.bar {
    position: absolute !important;
    left: 50%;
    margin-left: -150px!important;
    bottom: 32px;
}

.leaflet-control-geosearch.bar {
    position: relative;
    display: block;
    height: auto;
    width: 300px;
    margin: 10px auto 0;
    cursor: auto;
    z-index: 1000;
}

.leaflet-control-geosearch.bar input{
    height: 36px;
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
    width: 100%;
    line-height: 36px;
    padding-left: 12px;
}

.leaflet-control-geosearch.bar div.results{
    position: absolute;
    background-color: #fff;
    -webkit-transform: translate(0%, -100%);
    -moz-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    -o-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    margin-top: -36px;
    padding: 0;
    border-radius: 4px;
    max-width: 300px;
}

.leaflet-control-geosearch.bar div.results > div{
    min-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    max-width: 300px;
    border-top: 1px solid #cccccc;
    cursor: pointer;
}

.leaflet-control-geosearch.bar div.results > div:first-child{
    border-top: 0px;
}

.leaflet-control-geosearch.bar div.results > div.active,
.leaflet-control-geosearch.bar div.results > div.active:hover,
.leaflet-control-geosearch.bar div.results > div:hover{
    color: #fff;
    background-color: #00aaff;
}

section.map{
    padding-bottom: 0px!important;
    border-bottom: 1px solid #000!important;
}