.contact-rich {
    display: none;
}

label.col-md-3.label-form {
    color: #606060;
    float: left;
    font-family: RobotoLight;
    font-size: 18px;
    padding-right: 15px;
    text-align: left;
}

.contact-form-box input.form-control {
    max-width: 400px;
}
input[type=checkbox].form-control,
input[type=radio].form-control{
    height: 15px;
}
input[type=text].form-control{
    height: 32px;
}
/*.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}*/
.contact-form h3 {
    color: #232323;
    text-transform: none !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    color: #555454;
}
#lab1 {
    font-size: 15px;
    font-weight: bold;
    color: #7a7a7a;
}
.form-group1 {
    margin-bottom: 1rem;
}
.form-group1 label.col-md-3.label-form {
    color: #4e4e4e;
    float: left;
    font-family: arial;
    font-size: 16px;
    padding-right: 15px;
    text-align: right;
    font-weight: bold;
}
table label {
    font-size: 16px;
    color: #606060;
    font-family: arial;
    font-weight: bold;
    margin-left: 10px;
}
.group-span-filestyle .btn-default{
    background: #7a7a7a;
}
div {
    font-family: RobotoLight;
}
input#db_date_ceremonie {
    width: 70%;
    float: left;
    padding: 3px 5px;
    height: 27px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0px;
}
textarea#contactform-message {
    height: 257px;
    width: 400px;
    background: none repeat scroll 0 0 #fbfbfb !important;
}
input#send_devis {
    background: none repeat scroll 0 0 #3c86c5;
    border: none !important;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 21px;
    padding: 0;
    text-transform: uppercase;
    width: 220px;
}
.form-group1 input.form-control {
    width: 400px;
    padding: 3px 5px;
    height: 27px;
    box-shadow: none;
}
select#id_contact {
    width: 400px;
    padding: 3px 5px;
    height: 27px;
    box-shadow: none;
}
span.col-md-3.form-control-comment {
    display: none;
}
.bootstrap-filestyle.input-group input {
    width: 300px;
}
.input-group .input-group-btn>.btn {
    height: 27px;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    #contact #wrapper .container #left-column.col-xs-12.col-sm-4.col-md-3 {
        width: 14%;
    }
  }
