﻿
/*  START OF CONTACT FORM */

#contact_form input:focus {
    outline: none;
}

#contact_form textarea {
    width: 387px;
    float: left;
    background-color: #E4E7EB;
    border: none;
    clear: both;
    color: #505D63;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    margin: 0px 0 20px 0;
    padding: 14px;
    height: 175px;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #contact_form textarea:focus {
        width: 387px;
        float: left;
        border: none;
        background-color: #f9f9f9;
        clear: both;
        color: #505D63;
        font-family: Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        padding: 14px;
        height: 175px;
        outline: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

#contact_form input[type=text] {
    width: 165px;
    float: left;
    margin: 0 25px 0 0;
    background-color: #E4E7EB;
    border: none;
    clear: both;
    color: #505D63;
    float: left;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    padding: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #contact_form input[type=text]:focus {
        width: 165px;
        background-color: #f9f9f9;
        float: left;
        border: none;
        clear: both;
        color: #505D63;
        float: left;
        font-family: Helvetica, sans-serif;
        font-size: 13px;
        margin: 0 25px 0 0;
        padding: 14px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

#contact_form input#email[type=text] {
    width: 387px;
    float: left;
    margin: 0 25px 0 0;
    background-color: #E4E7EB;
    border: none;
    clear: both;
    color: #505D63;
    float: left;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    padding: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #contact_form input#email[type=text]:focus {
        width: 387px;
        float: left;
        background-color: #f9f9f9;
        border: none;
        clear: both;
        color: #505D63;
        float: left;
        font-family: Helvetica, sans-serif;
        font-size: 13px;
        margin: 0 25px 0 0;
        padding: 14px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

#contact_form input[type=submit] {
    background: none repeat scroll 0 0 #679d2d !important;
    color: #feffff !important;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    padding: 8px 8px 8px !important;
    font-family: Helvetica, sans-serif;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    clear: both;
}

    #contact_form input[type=submit]:hover {
        background: none repeat scroll 0 0 #627076 !important;
        color: #feffff !important;
        text-decoration: none !important;
        padding: 8px 8px 8px !important;
        letter-spacing: 1px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border: none;
    }

#contact_form .form_submit {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #323232;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    display: block;
    padding: 5px;
}

#contact_form .form_error {
    border: 1px solid #406a27;
}

#thanks {
    border: 1px solid #bcbcbc;
    width: 400px;
    padding: 0px 10px 0px 0px;
    background-color: #f2f3ea;
    text-align: left;
}

#contactmessage {
    clear: both;
    color: #2D78D2;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    padding-top: 20px;
    text-align: left;
}

.success {
    color: #627076;
    display: inline-block;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    margin-top: 25px;
}

#contact_form {
    margin: 0px;
    float: left;
    padding: 25px 0 30px 0;
    width: 450px;
}

.error {
    font-size: 13px;
    font-family: Helvetica, sans-serif;
    color: #cb2b14;
    line-height: 1.4em;
    top: 0px;
    right: 0px;
    font-weight: normal;
}

#contact_form .form {
    margin: 0;
    padding: 0px;
}

#contact_form .form-group {
    float: left;
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    margin-top: 15px;
}

#contact_form label {
    display: none;
}

#contact_form input[type=submit] {
    float: left;
    margin-bottom: 10px;
    position: relative;
    height: 35px;
    list-style-type: none;
    clear: both;
}

#contact_form .required {
    color: #508ca5;
    font-size: 9px;
}

#contact_form .short {
    width: 220px;
}

    /*#contact_form .short input {
        width: 220px;
    }*/

#contact_form .long {
    width: 320px;
}

    #contact_form .long input {
        width: 320px;
    }

#contact_form .textarea {
    width: 387px;
}

}

/*  END OF CONTACT FORM */
