#contact-form {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    text-align: left;
}
#contact-form p {
    margin-bottom: 5px;
}
#contact-form label {
    position: relative;
    display: block;
    min-height: 71px;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #5a5959;
}
#contact-form label span {
    margin-bottom: 2px;
    display: block;
    color: #5a5959;
}
#contact-form .holder {
    overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
    float: left;
    width: 186px;
    margin-right: 31px;
}
.form-div-3 {
    margin-right: 0;
}
#contact-form ._placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: text;
    padding: 10px 14px;
    border-radius: 0;
    display: block;
}
#contact-form ._placeholder.focused {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: none;
}
#contact-form ._placeholder.hidden {
    display: none;
}
#contact-form input, #contact-form textarea {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 100%;
    outline: none;
    border: 1px solid #e0dfdf;
    background: none;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 14px;
    height: 41px;
    resize: none;
}
#contact-form textarea {
    height: 251px;
    margin-bottom: 29px;
}
#contact-form .error-message, #contact-form .empty-message {
    height: 0;
    overflow: hidden;
    font-size: 12px;
    color: #000;
    -webkit-transition: 0.3s ease-in height;
    transition: 0.3s ease-in height;
    position: absolute;
    right: 5px;
    top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
    height: 20px;
}
#contact-form .success-message {
    line-height: 48px;
    position: absolute;
    overflow: hidden;
    height: 0;
    left: 0;
    top: 0;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    background: #f5f5f5;
    z-index: 10;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0;
}
#contact-form.success .success-message {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 100%;
    outline: none;
    border: 1px solid #e0dfdf;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 41px;
    color: #5a5959;
    padding: 0 14px;
    height: 41px;
    resize: none;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.btns .btn1 {
    float: left;
}
.btns p {
    float: left;
    font-size: 12px;
    margin: -3px 0 0 35px;
}
.mail {
    color: #5a5959;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.mail:hover {
    color: #f0cd69;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.info {
    margin-bottom: 31px;
}
.info p {
    padding:2px 0;
    margin-bottom: 0;
}
.info p > span {
    display: inline-block;
    width: 72px;
}
.info a {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.info a:hover {
    color: #444;
}