body {
    overflow: auto;
}
#main-content-unlocked {
    background-color: #3d3632;
    overflow: auto;
    padding-bottom: 50px;
}
#main-content-unlocked h1 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    padding: 10px 5px;
    border-top: 1px solid #fff;
}
#main-content-unlocked .address-blk {
    padding: 10px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
#main-content-unlocked .address-blk img, #main-content-unlocked .small-version, #main-content-unlocked .large-version {
    width: 35px;
}
@media all and (min-width: 401px) {
    #main-content-unlocked .small-version {
        display: none;
    }
}
@media all and (max-width: 400px) {
    #main-content-unlocked .small-version {
        padding-left: 5px;
    }
    #main-content-unlocked .large-version {
        display: none;
    }
}
#main-content-unlocked p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
#main-content-unlocked p.bolder {
    text-transform: uppercase;
    font-weight: bold;
}
#main-content-unlocked .map-blk {
    width: 96%;
    padding: 2%;
    height: 300px;
}
#main-content-unlocked .map-blk .mapouter{
    text-align:right;
    width: 100%;
    height: 100%;
}
#main-content-unlocked .map-blk .gmap_canvas {
    overflow:hidden;
    background:none!important;
    width: 100%;
    height: 100%;
}
#main-content-unlocked .map-blk iframe {
    width: 100%;
    height: 100%;
}
#main-content-unlocked .google-link {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px auto;
    width: 100%;
    font-size: 14px;
}
#main-content-unlocked .barn {
    width: 30%;
    margin: 20px auto;
}
#main-content-unlocked .quote-icon {
    width: 20px;
    margin: 10px auto;
}
#main-content-unlocked p.bottom-first {
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;  
}
#main-content-unlocked p.bottom-second {
    font-family: 'Allura', cursive;
    font-size: 25px;
    letter-spacing: 2px;
    color: #f4b822;
    text-align: center;
    padding: 10px 20px;
}