.Club-Map-Page .page-map {
    position: relative;
    width: 100%;
    overflow: hidden;

    background-color: #e5e3df;
    background-image: url("../images/ajax-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}

.Club-Map-Page .page-map .map-box {
    padding-bottom: 560px;
}

.Club-Map-Page .page-map .gm-style .gm-style-iw-c {
    padding: 10px 20px !important;
    font-size: 18px;
    line-height: 1.4;
}
.Club-Map-Page .page-map .gm-style .gm-style-iw-chr{
    position: absolute;
    right: 5px;
    top: 12px;
}
.Club-Map-Page .page-map .gm-style .gm-style-iw-chr > button {
    height: auto !important;
}
.Club-Map-Page .page-map .gm-style .gm-style-iw-chr > button > span{
    margin-top: 5px !important;
    margin: 2px 10px 0 12px !important;
}
.Club-Map-Page .page-map .gm-style .gm-style-iw-d {
    overflow: auto !important;
    padding: 5px 0;
    font-weight: bold;
}
.Club-Map-Page .page-map .gm-style .gm-style-iw-d .Google-map-title{
    padding-right: 48px;
}

.Club-Map-Page .page-map .gm-style .gm-style-iw-c>button {
    display: none !important;
}

.Club-Map-Page .page-map .gm-style [aria-label="Map"] img[src*="favicon_sq.png"] {
    border: 2px solid #a2b4ba !important;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .Club-Map-Page .page-map .map-box {
        padding-bottom: 275px;
    }
}
