
.order-form p{
    position: relative;
}

.order-form input + label, .order-form select + label{
    display: none;
    position: absolute;
    top: 0;
    margin-bottom: 0;
    padding-left: 0.75rem;
    font-size: 11px;
    font-weight: 200;
    line-height: 1;
    opacity: 0.8;
    color: #666;
}

.order-form input + label {
    padding-left: 0.75rem;
}

.order-form input:focus + label,
.order-form input.not-empty + label,
.order-form select:focus + label,
.order-form select.not-empty + label{
    display: block;
}


.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}

p.caption {
    font-size: 85%;
    line-height: 1.5;
    margin-top: 10px;
}
.is-hidden {
    display: none;
}

.payment {
    display: none;
}


h1 + form {
    margin-top: 40px;
}

.form-control.invalid {
    -webkit-box-shadow: 0 0 0 2px #a71d21;
    box-shadow: 0 0 0 2px #a71d21;
}
.form-control:focus {
    border-color: #818181;
    color: #818181;
}
.form-control:-moz-placeholder {
    color: #818181;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #818181;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #818181;
}
.form-control::-webkit-input-placeholder {
    color: #818181;
}
.form-control:focus:-moz-placeholder {
    color: transparent;
    opacity: 1;
}
.form-control:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
    color: transparent;
}
.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control + [class*="icon-"] {
    position: absolute;
    font-size: 24px;
    right: 20px;
    top: 7px;
    color: #a71d21;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}



.theme_button {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding: 13px 30px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #a71d21;
    background-color: #a71d21;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.theme_button:active,
.theme_button:hover,
.theme_button:focus {
    color: #ffffff;
    background-color: #323232;
    border-color: #323232;
    opacity: 1;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.theme_button:active {
    top: 1px;
}
.theme_button.inverse {
    color: #323232 !important;
    background-color: transparent;
    border: 1px solid #f2f2f2;
}
.block_button {
    display: block;
    width: 100%;
    text-align: center;
}

@media (min-width: screen-sm-min) {
    form > .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    form > .row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}
