.apidae-interactive-map .map-filters {
    max-width: 0;
    transition: max-width .3s ease-out;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 98;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
}
.apidae-interactive-map .map-filters.active {
    max-width: 100%;
}

.apidae-interactive-map .toggle-filters::before {
    content: "\e8a5";
    font-family: "entypo-fontello";
    position: absolute;
    top: 60px;
    color: #fff;
    background-color: #ff279a;
    line-height: 50px;
    padding: 5px 0 5px 5px;
    border-radius: 50px 0 0 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    transition: all .3s ease-out;
    z-index: 99;
    font-size: 40px;
    right: 0px;
}

.apidae-interactive-map .toggle-filters.active::before {
    content: "\e842";
}

.check-all, .uncheck-all {
    font-size: 12px;
    text-align: left;
    display: block;
    text-decoration: underline;
    padding-left: 20px;
}

#top span.range-output {
    background-color: #FF2799;
    color: #fff;
    width: 25px;
    border-radius: 50px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
}

#top input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

#top input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00aed9;
    cursor: pointer;
}

#top input[type=range]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00aed9;
    cursor: pointer;
}


.apidae-interactive-map .interactive-map {
    height: calc(100vh - 112px);
    width: 100%;
}

#aim_map .map-object-thumbnail {
    text-align: center;
}
#aim_map .map-object-thumbnail img {
    max-width: 100%;
    margin-bottom: 10px;
}

/*
Tablet Styles
================================================== */
@media only screen and (min-width: 768px) {

    #aim_map .map-object-thumbnail img {
        max-width: 230px;
    }
}

/*
Desktop - Medium Screen Styles
================================================== */
@media only screen and (min-width: 989px) {

    /** Filters Styling **/


    .apidae-interactive-map .map-filters, .apidae-interactive-map .map-filters.active {
        position: inherit;
        display: block;
        max-width: 30%;
        margin-top: -30px;
        min-height: auto;
    }

    .apidae-interactive-map .toggle-filters::before {
        display: none;
    }
}

/*
Desktop - Large Screen Styles
================================================== */
@media only screen and (min-width: 1140px) {

}
