/** client locator **/

#spinna-hotspots {
    display: flex;
    /* max-height: 620px; */
    justify-content: center;
    color: #fff;
    margin-bottom: -20px;
}

#spinna-hotspots .cl-text {
    font-size: 14px;
    line-height: 22px;
}

#spinna-hotspots .cont {
    margin-bottom: 15px;
    margin-top: 11px;
    width: 50%;
}

#spinna-hotspots .mappa {
    /* width: 600px;
    background-size: 600px; */
    position: relative;
}

/* #spinna-hotspots #bg-map {
    margin-top: -25px;
} */

#spinna-hotspots .mappa .pin {
    cursor: pointer;
}

#spinna-hotspots .toolt-pin.hide {
    display: none;
}

#spinna-hotspots .toolt-pin {
    /* background-color: #fff;
    box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.1);
    color: #191a1b !important;
    padding: 0 23px 20px;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    min-width: 200px; */
    transition: all .5s ease;
}

#spinna-hotspots .toolt-pin a:any-link {
    color: white !important;
    font-size: 20px;
}

@media screen and (max-width: 799px) {
    #spinna-hotspots {
        flex-wrap: wrap;
        max-height: 1200px;
    }
    #spinna-hotspots .studi-list {
        width: 100%;
        max-height: 620px;
    }
    #spinna-hotspots .studio {
        padding: 24px 20px 24px 20px;
    }
    #spinna-hotspots .mappa {
        width: 620px;
        background-size: 600px;
        position: relative;
        height: 620px;
        background-repeat: no-repeat;
        background-attachment: local;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    #spinna-hotspots .inner-hidden {
        width: 598px;
        position: absolute;
    }
    #spinna-hotspots .toolt-pin.-down {
        margin-top: 63%;
    }
    #spinna-hotspots .toolt-pin.-down .tool-arrow span {
        bottom: auto !important;
        top: -7px;
    }
}