
.contact
{
    padding: 20px 0;
    background-color: ;
}

.contact textarea
{
    height: 182px;
}

.contact button
{
    margin: 0 auto;
}

.contact button i
{
    margin-right: 10px;
}

.map h1
{
    margin-top: 50px;
    margin-bottom: 0;
}

.map #site-map
{
    width: 100%;
    color: #333;
    height: 460px;
    border-top: 4px solid  ;
}

.map #site-map .gm-style-iw
{
    line-height: 18px;
}

.map #site-map .gm-style-iw .title
{
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

@media( min-width: 767px )
{
    .contact button
    {
        float: right;
    }
}