/* filter related */
.clickable {
    cursor: pointer;
}

.label .remove-filter {
    cursor: pointer;
}

.label.selected {
    opacity: 0.5;
}

.modal-content .label.filter {
    font-size: 100%;
    line-height: 2em;
}

.applied-filters {
    margin-bottom: 15px;
}

.applied-filters .label.applied-filter {
    font-size: 120%;
    line-height: 2em;
}

.filter-selector {
    line-height: 4em;
}

.results {
    margin-bottom: 40px;
}

.marker-cluster {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3498db;
    text-align: center;
    font-size: 24px;
}
 .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
