#contact_us h1.title {
    color: #6a6c64;
    font: 30px/30px 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.panel {
    margin: 15px 0;
    background-color: transparent;
    color: #fff;
    font: 15px 'PT Sans', Arial, Helvetica, sans-serif;
    line-height: 19px;
    overflow: hidden;
}
.panel .panel-heading {
    font-size: 20px;
}
.panel p {
    margin-bottom: 10px;
}
.panel.bordered{
    border: 2px solid  white;
}
.panel-box-title {
    color: #ffffff;
    font: 20px/20px 'PT Sans', Arial, Helvetica, sans-serif;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.panel-body {
    padding: 0;
}

.panel.bordered .panel-body {
    padding: 15px;
}
.form-control {
    margin-bottom: 10px;
}
span.help-block:not(.generated-help-block) {
    font-size: 12px;
}

#contact-form {
    position: relative;
    z-index: 1;
    padding: 0 0 0 0;
    vertical-align: top;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
#contact-form div > span {
    margin-bottom: 6px;
    display: block;
    text-transform: uppercase;
}
#contact-form fieldset {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 0;
    width: 100%;
    border: none;
}
#contact-form .message {
    display: block !important;
    min-height: 129px;
    width: 100%;
    margin-bottom: 22px;
}
#contact-form input[type="text"],
#contact-form textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 9px 15px 9px 11px;
    width: 100%;
    outline: none;
    border: none;
    background: #282722;
    font: 12px 'PT Sans', Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #7b7b7b;
    min-height: 41px;
}
#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#contact-form .area .error {
    float: none;
}
#contact-form textarea {
    overflow: auto;
    width: 100%;
    resize: none;
}
#contact-form .success {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    width: 100%;
    background: #282722;
    border: none;
    color: #a4a79d;
    text-align: center;
    text-transform: none;
    font-size: 16px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    line-height: 22px;
}
#contact-form .error, #contact-form .empty {
    position: absolute;
    bottom: 5px;
    text-align: left;
    left: 0;
    display: none;
    overflow: hidden;
    padding: 1px 4px 0px 0;
    width: 100%;
    color: #ffffff;
    text-transform: none;
    font-size: 10px;
    line-height: 1.27em;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
#contact-form .message .error, #contact-form .message .empty {
    bottom: -15px;
    text-align: right;
}
#contact-form .checkbox input + label:before {
    background-color: #181714;
    border: 1px solid #FADF06;
}
#contact-form .checkbox input + label:after {
    color: #FADF06;
    top: 0;
}
#contact-form input:focus + label:before,
#contact-form input:hover + label:before {
    outline: none !important;
}
#contact-button {
    width: 260px;
    margin: 0 auto;
    display: block;
}

#contact-form .form-group {
    margin-bottom: 0;
    overflow: hidden;
}
.has-error .form-control {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
.has-error .checkbox label,
.has-error .radio label {
    color: #fff;
}
.has-error .checkbox label:before,
.has-error .radio label:before {
    border-color: #a94442 !important;
}
.has-error .help-block,
.has-error .help-block {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 2px;
    font-size: 13px;
}
.panel.bordered .has-error .help-block,
.panel.bordered .has-error .help-block,
.has-error .form-control {
    margin-bottom: 0;
}
.slider.subpage{
    background-image: url(/roadmasters/Assets/media/slider/subpage-5.jpg) !important;
}
