.contact_form_red{
    border: 1px solid red !important;
}
.form-item-sur-name .contact_form_sname{
    color: #555 !important;
}
.contact_page_form {
  display: block !important;
}

.contact-form .message,
.contact-form .contact,
.contact-form .contact-phone,
.contact-form .name,
.contact-form .footer,
.contact-form header,
.contact-form textarea {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  clear: both;
  overflow: inherit !important;
}

.contact-form .phone {
  height: 50px;
  width: 100%;
  line-height: 25px;
  padding: 0 0 0 20px;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-form .submit-button .form-submit {
  background: #88b7b3;
  border-radius: 4px;
  border: 0;
  color: white;
  padding: 1.3em 2em;
  margin-top: 1em;
  transition: all linear .2s;
}
.contact-form .submit-button .form-submit:hover {
  background: #68a49f;
}
.contact-form .submit-button .form-submit:focus {
  outline: none;
}

.contact-form .phone:focus {
  outline: none;
  background: #f1f1f1;
  color: rgba(51, 51, 51, 0.7);
}

.contact-form .form-item, .contact-form .form-actions{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.enquiry_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
}
#contact_us_form .error, #contact-us-form .error {
 padding:5px;
 margin:5px 0;
 border:1px solid #f00;
}
.contact-part {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.contact-part .submit-button {
    padding:0;
}
.contact-part input {
  width: 100%;
}
.contact-part .form-submit {
  width: 30%;
}
.contact-part input:focus {
  border-color: #88b7b3;
}
.contact-part .form-submit {
  background: #88b7b3;
  padding: 17px;
}
.contact-part .form-submit:hover {
  background: #68a49f !important;
}
section .contact-overlay {
  color: #fff;
  font-size: 1.7em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.5em;
  padding: 0;
}
.contact-part .enquiry_wrapper {
    text-align: center;
}
.contact-part p {
    color: #fff !important;
    font-weight: 100 !important;
    font-family: "MyriadPro-Regular",Helvetica,Arial,sans-serif !important;
    font-size: 1.7em !important;
    text-align: center;
    margin-top: 2.5em;
}
#contact_us.overlay-content{
    display:none !important;
}
#contact_us.overlay-content.open{
    display:block !important;
}
#contactForm  .contact{
  text-align:center;	
}