#contact-row-a1{
    padding-top: 30px;
}
@media(max-width: 768px){
    #contact-row-a1{
        padding: 0;
    }
}
#contact-a1-arrow{
    position: relative;
    float: right;
    margin-right: 60px;
}
#contact-a1-logo-crowd{
    float: left;
    padding-top:30px;
    margin-right: 50px;
    margin-bottom: 140px;
    text-align:center;
}
@media(max-width: 768px){
    #contact-a1-logo-crowd{
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        text-align: center;
    }
}
#contact-a2-title{
    text-align: right;
}
#contact-a2-wrapper{
    position: absolute;
    z-index: -1;
    bottom: -30px;
}
.contact-a2-facebook{
    margin-left: 25px;
    background: white;
}
@media(min-width:992px) and (max-width:1199px){
    .contact-a2-facebook{
        margin-left: 0;
        background: white;
    }
    #contact-a2-wrapper{
        display: none;
    }
}

.form-horizontal .control-label {
    text-align: right !important;
}
@media(max-width: 1199px){
    .form-horizontal .control-label {
        text-align: left !important;
    }
}
.help-block{
    padding-left: 150px !important;
}
.form-control{
    width: 102% !important;
}
@media(max-width: 767px){
    .contact-form-field-name{
        padding-top: 10px;
    }
}