#contact .desc_contact{
  padding-bottom: 0;
}
#contact small{
  font-size: 14px;
  color: #444;
}
#contact .form-group label{
  display: block;
}
#contact .esquerdaForm, #contact .direitaForm{
  width: 50%;
  float: left;
}
#contact .direitaForm{
  padding-left: 20px;
}
#contact textarea{
  resize: vertical;
  min-height: 100px;
  max-height: 300px;
}
.textarea-attachment{
  position: relative;
}
#attachment{
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  top: 27px;
  right: 5px;
  z-index: 998;
  background: #fff;
}
#attachment:hover{
  background: #eee;
}
#fileUpload{
  display: none;
}
.attachment-name{
  float: right;
  display: none;
}
@media (max-width: 500px){
.submit .form-group{
  width: 100% !important;
  float: none !important;
  text-align: left !important;
}
.submit #submitMessage{
  float: none;
  display: block;
  width: 100%;
}
}
@media(max-width: 320px){
#captcha-box > div{
  transform: scale(0.864);
  transform-origin: 0 0;
}
}
.form-error input, .form-error textarea, .form-error select {
    border: 1px solid #f13340 !important;
    background: #fff1f2 url(../img/icon/form-error.png) no-repeat !important;
    background-position: 98% center !important;
}
.form-ok input, .form-ok textarea, .form-ok select {
    border: 1px solid #46a74e !important;
    background: #ddf9e1 url(../img/icon/form-ok.png) no-repeat !important;
    background-position: 98% center !important;
}