@font-face {
    font-family: "Gotham-Book";
    src: url("Gotham-Book.otf");
}

.ggskin {
    font-family: Gotham-Book;
}

.places-title div {
    padding: 7px 9px !important;
}

.all-hotspots .ggskin_rectangle:first-child {
    width: 1.5px !important;
    left: 0 !important;
}

@media only screen and (max-width: 900px) {
    .places-title {
        top: -23px !important;
    }
    .places-title div {
        padding: 5px 9px !important;
        font-size: 9px !important;
    }
}