/* Contact Form */
form#contact-form {
    background:  #ececec;
    padding:  20px;
    margin-top: 15px;
    margin-bottom: 50px;
}
form#contact-form .row {
    margin: 0 0 5px;
}
form#contact-form textarea {
    width:  100%;
    min-height: 85px;
}
input.submit-btn {
    border: none;
    margin: 0 0 10px;
	width:auto!important;
}
.help-block.with-errors {
    margin: 0;
}
.radio-input .form-input label {
    font-weight:  normal;
    margin-right: 20px;
}
input[type="radio"] {
    margin: 0;
	width: auto!important;
}
form#contact-form input {
    width: 100%;
}
input#code {
    width: 100px!important;
}
input#mobile,input#telephone {
    width: 200px!important;
}
#contact-form input,#contact-form textarea {
  border: 1px solid #ddd;
}
#contact-form input[type="file"] {
  border: none;
}

