#map {
    margin: 0;
    padding: 0;
    height: 65vh !important;
    width: 100%;
    max-width: none;
    margin-bottom: -31px !important;
}

.page-id-2158 div div div div div.main-content {
    padding-bottom: 0;
}

.page-id-2158 footer {
    /*margin-top: -10px;*/
}


/* Infowindow styling */

#copyright a {
    text-decoration: underline
}

.heading-info-window {
    background-color: #F0F0F0;
    padding-left: 3px;
}

.thumbnail_span img {
    margin-right: 4px;
}

#map {
    margin: 0;
    padding: 0;
    height: 475px;
    max-width: none;
}

.gm-style-iw {
    width: 500px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}

#iw-container {
    margin-bottom: 10px;
}

.iw-bottom-gradient {
    position: absolute;
    width: 500px;
    height: 20px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}


/* Thumbnails */

.thumbnail_container {
    height: 300px;
}

.thumbnail_span img {
    transition: transform .5s ease;
}

.thumbnail_span:hover img {
    transform: scale(1.015);
    opacity: 0.85;
}