/**
 * Contact form
 */
.contact {
    margin-top:60px;
    margin-bottom:30px;
}
.contact .form-group,
.contact .form-control {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}
.contact .btn-submit {
    display: block;
    width: 300px;
    height: auto;
    margin:auto;
    margin-top:30px;
    padding:10px;
    color:#ffffff;
    background-color: #222222;
    border: 1px solid #111111;
    border-radius:50px;
}

/**
 * General message modal
 */
.modal-header .close {
    margin-top: -20px;
}