#map {
    height: 475px;
    margin-bottom: 40px;
}
#map .map-popup {
    max-width: 350px!important;
}
#map .map-popup-title {
    color: #0088c7;
    font-family: Roboto, Helvetica, Arial;
    font-size: 24px;
    font-weight: 700;
}
#map .map-popup-subtitle {
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 4px;
}
#map #map-popup-link {
    color: rgb(10,141,201);
    text-decoration: none; 
    margin-top: 10px;
    font-weight: 400;
}

#map #map-popup-link:hover,
#map #map-popup-google-link button:hover {
    cursor: pointer;
}

#map #map-popup-google-link button {
    border: none; 
    background: transparent; 
    padding: 0; 
    color: rgb(10,141,201);
    text-decoration: none; 
    margin-top: 20px; 
    margin-left: 5px;
    font-weight: 400;
}

/* Custom checkbox */
#zone-container ul {
    list-style-type: none; 
    padding-left: 10px!important;
    margin-bottom: 20px;
}
#zone-container ul li {
    display: block;
}
#zone-container .checkbox-label {
    display: inline-block;
    position: relative;
    top: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
}
#zone-container .checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
#zone-container .checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: transparent;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid grey;
    border-radius: 3px;
}
#zone-container .checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border: solid grey;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
#zone-container .checkbox-label input:checked ~ .checkbox-custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}
#zone-container .checkbox-label .checkbox-title {
    display: inline!important;
    font-size: 14px!important;
    line-height: 14px!important;
    position: relative;
    left: 25px;
    top: -6px!important;
}

@media screen and (max-width: 768px) {
    #zone-container ul li {
        display: block;
        width: 100%;
    }
}

/* RESET */
.gm-ui-hover-effect {
    position: absolute;
    top: 8px !important;
    right: 25px !important;
}
.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    top: 5px !important;
    right: 5px !important;
    background: #ccc !important;
    outline: none !important;
    border-radius: 100px;
}
