/* here you can put your own css to customize and override the theme */

/*-------------------------- Contact form --------------*/
#form1 {
    position: relative;
    margin: 0;
    width: 100%;
}

    #form1 input,
    #form1 textarea,
    #form1 .success {
        position: relative;
        display: block;
        outline: none;
        background: #fafafa;
        border-radius: 0;
        border: 1px solid #e1e3e5;
        font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #aea1a0;
        padding: 7px 15px;
        outline: none !important;
        box-shadow: none;
    }

        #form1 input:active,
        #form1 textarea:active,
        #form1 .success:active,
        #form1 input:focus,
        #form1 textarea:focus,
        #form1 .success:focus {
            outline: none;
            box-shadow: none;
        }

    #form1 input {
        position: relative;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 33px;
    }

    #form1 .success {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 10;
        text-align: center;
        line-height: 37px;
        padding: 7px 0;
        width: 100%;
        height: 39px;
        color: #aea1a0;
        background: #fafafa;
        border: 1px solid #e1e3e5;
    }

    #form1 textarea {
        width: 100%;
        height: 123px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: auto;
        resize: none;
    }

    #form1 label {
        position: relative;
        min-height: 71px;
        width: 250px;
        margin-bottom: 0px;
        float: left;
        margin-right: 9px;
    }

        #form1 label.message {
            width: 100%;
        }

    #form1 .error,
    #form1 .empty {
        position: absolute;
        text-align: right;
        display: none;
        font-size: 10px;
        color: #313131;
        width: 200px;
        top: 2px;
        right: 2px;
    }

    #form1 .btns {
        padding: 17px 0px 0px 0px;
        position: relative;
        display: inline-block;
    }

        #form1 .btns > p {
            padding: 0;
        }

            #form1 .btns > p a {
                margin-right: 20px;
                top: 6px;
                display: inline-block;
            }

        #form1 .btns span {
            margin-left: 20px;
            display: inline-block;
        }

    #form1 ._title {
        font: 13px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #8f8785;
        display: block;
        margin-bottom: 2px;
    }

._marginNull {
    margin: 0 !important;
}

.textStyle12 {
    font: 11px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #474343;
    text-transform: uppercase;
}

.btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.more_btn1 {
    font: 600 11px/20px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    background: #325b99;
    white-space: pre;
    text-transform: uppercase;
    padding: 1px 10px;
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.more_btn1:hover {
    text-decoration: none;
    color: #ffffff;
    background: #f65347;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
