@charset "utf-8";
/*--- contact_form end------*/




#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 15px "Trebuchet MS", Helvetica, sans-serif;
  -webkit-transition: 0.3s ease-in height;
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  
  position: absolute;
  margin-right:20px;
  margin-top:-35px;
  right: 3px;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {

  height: 20px;
  color: #ff4d4d;
  text-transform: none;
}
.success-message {
  position: absolute;
  overflow: hidden;
  height: 0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #3e3e3e;
  z-index: 10;
  font-size:18px;
  color:#FFF;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  /*padding: 0;*/

}
#contact-form.success .success-message {
  height: 100%;
  padding: 130px 0 0;
  border: none;
  line-height: 20px!important;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}/* CSS Document */

