.map {
    background: #212121 url('/site/img/spinner.gif') no-repeat center center;
    background-size: 16px 16px;
    height: 450px;
    margin-bottom: 35px;
    width: 100%;
}

.map #mapCanvas {
    height: 100%;
    width: 100%;
}

.contact .links a {
    color: inherit;
}

.contact .links .social i {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.container.contact h6 {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .container.contact .links {
        margin-top: 20px;
    }
}