#google-map-tmp {
    z-index: -1000;
    position: fixed;
    display: none;
    opacity: 0;
}

/* Info window */
#google-map .gm-style-iw {
    padding: 0 !important;
    max-width: 500px !important;
}

#google-map .gm-style-iw-d {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

#google-map .gm-style-iw-d a,
#google-map .gm-style-iw-d a img {
    outline: none !important;
}

/* Marker */

#marker-circle-with-border > *:not(:first-of-type) {
    position: absolute;
    z-index: 0;
    border: 1px solid #5e5e5e;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 50%;
}

#marker-circle-with-border > *:not(:first-of-type):before {
    content: " ";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

#marker-circle-with-border > *:not(:first-of-type):after {
    content: " ";
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 4px solid #fff;
    border-radius: 50%;
}

#marker-circle-with-border > *:not(:first-of-type) img {
    border-radius: 50%;
    top: 2px !important;
    left: 2px !important;
    width: 36px !important;
    height: 36px !important;
}

/*
#marker-dot > *:not(:first-of-type){
    position: absolute;
    box-shadow: 0 0 10px #00000060;
    border: 3px solid #fff;
    border-radius: 50%;
}
#marker-dot > *:not(:first-of-type):after {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0; left: 0;
    width: 10px;
    height: 10px;
    background: #777;
    border-radius: 50%;
}*/


#marker-dot > *:not(:first-of-type),
#marker-dot > *:not(:first-of-type):before,
#marker-dot > *:not(:first-of-type):after {
    position: absolute;
    border-radius: 50%;
}

#marker-dot > *:not(:first-of-type):before,
#marker-dot > *:not(:first-of-type):after {
    content: " ";
    background: #777;
}

#marker-dot > *:not(:first-of-type) {
    z-index: 2;
    background: transparent;
}

#marker-dot > *:not(:first-of-type):before {
    z-index: 1;
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

#marker-dot > *:not(:first-of-type):after {
    z-index: 2;
    top: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
}


/*
#marker-dot > *:not(:first-of-type) img {
    width: 12px !important;
    height: 12px !important;
}*/