#contact-map,
#map-canvas
{
    height: 400px; 
    width: 100%;
}
#map-canvas
{
    z-index: 9999;
}

.infoBoxCustom
{
    display: inline-block;
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0 20px 20px;
}
.infoBoxCustom h1
{
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
    font-size: 1.5rem;
    font-family: 'Roboto Slab';
    line-height: 1.2;
    font-weight: 300;
    color: #AAADB2;
}
.infoBoxCustom address
{
    color : #000;
    font-size: 0.9rem;
    line-height: 1.5;
    font-family: Roboto;
}
.infoBoxCustom .btn-more-info
{
    background-color:  #ff8b02;
    display: block;
    text-align: center;
    padding  : 10px 50px;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    margin: 20px auto 0 auto;
    font-size: 0.9rem;
    font-family: Raleway;
}
.gm-style-iw > div > div 
{
    overflow: hidden !important;
}
.marker
{
    height: 100%;
}
    