button,
input[type="submit"] {
    padding: 10px 25px;
    background: #f47e15;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 1em;
    transition: all 0.2s ease-out 0s;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    button,
    input[type="submit"] {
        font-size: 1em;
    }
}

button:hover,
input[type="submit"]:hover {
    background: #781d00;
}

input[type="text"],
input[type="email"],
select,
textarea {
    display: block;
    border: 1px solid #D3D3D3;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1em;
    transition: all 0.2s ease-out 0s;
}

input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
    border-color: #14334a;
}

input[type="text"],
input[type="email"],
select {
    padding: 5px 8px;
}

textarea {
    padding: 0 8px;
}

@media only screen and (max-width: 480px) {
    input[type="text"],
    input[type="email"],
    select,
    textarea {
        font-size: 0.9em;
    }
}

input[type="text"],
input[type="email"],
select {
    width: 100%;
    height: 40px;
}

textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    min-height: 100%;
    max-height: 100%;
}

.widget {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.form-inline .widget {
    display: table;
    width: 100%;
}

.widget label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 1em;
}

.form-inline .widget label {
    display: table-cell;
    width: 150px;
    vertical-align: top;
}

.form-inline input[type="text"],
.form-inline input[type="email"],
.form-inline select {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

form .required,
.submit_container {
    text-align: right;
}

@media only screen and (max-width: 480px) {
    .form-inline .widget,
    .form-inline .widget label,
    .form-inline input[type="text"],
    .form-inline input[type="email"],
    .form-inline select{
        display: block;
        width: 100%;
    }

    form .required,
    .submit_container {
        padding-left: 0;
    }
}

form p.error {
    padding: 0 15px;
    margin: 0 0 5px 0;
    background: #F2DEDE;
    border: 1px solid #EBCCD1;
    -webkit-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px;
    color: #a94442;
}


.ce_form {
    margin: 0 0 15px;
}

.ce_form .wrapper {
    margin: 0 -10px;
}

.ce_form .wrapper:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.ce_form .wrapper .widget {
    padding: 0 10px;
}

.ce_form .wrapper .widget.col13 {
    float: left;
    width: 33.333333333%;
}

.ce_form .wrapper .widget span.mandatory {
    line-height: 1
}

@media screen and (max-width: 480px) {
    .ce_form .wrapper {
        margin: 0;
    }

    .ce_form .wrapper .widget {
        padding: 0;
    }

    .ce_form .wrapper .widget.col13 {
        float: none;
        width: 100%;
    }
}
