.exomap {
    width:100%;
    padding-top:75%;
}

.exomap a {
    box-shadow: none!important;
}

.exomap-popup {
    color:#333;
    font-size:12px;
    font-weight:400;
    width:220px;
    user-select: none;
}

.exomap-title {
    font-weight: 500;
    font-size: 14px;
}

.exomap-label {
    font-weight: 500;
}

.exomap-label:after {
    content : ' : ';
}

.exomap-address {
    margin:4px 0;
    color:#555;
}

.exomap-address .postal-code:before {
    content: ' ';
    display: block;
}

.exomap-spinner {
    display: block;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/spinner.gif);
}

.exomap-goto {
    margin: 8px 0 0;
    display: block;
    padding: 4px;
    text-align: center;
    background: #f0f0f0;
    border-radius: 4px;
}

.exomap-filter {
    border-radius: 4px;
    min-width: 24px;
    min-height: 24px;
    background: white;
}

.exomap-filter label {
    display: inline-block;
    padding: 4px;
    font-weight: 400;
    font-size: 12px;
    margin:0;
}

.exomap-locate--icon {
    margin-top: 3px;
    transition: color, opacity;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

.exomap-locate--icon.searching {
    animation: blink linear 2s infinite;
}

.exomap-locate--icon.active {
    color:#C60C30;
}

.exomap.leaflet-touch .leaflet-bar {
    border-width: 1px;
}

.exomap.leaflet-touch .leaflet-bar a {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.exomap.leaflet-touch .leaflet-control-zoom-in,
.exomap.leaflet-touch .leaflet-control-zoom-out {
    font-size:18px;
}

.exomap .leaflet-popup-content {
    margin: 5px 10px 10px!important;
}

.leaflet-touch .leaflet-popup-content-wrapper {
    border-radius: 4px;
}

.leaflet-touch .leaflet-control-attribution {
    display: none;
}

