/**************************************************************************
					Contact Page Styles
**************************************************************************/
.contact-title {
    margin: -5px 0 27px 0;
    line-height: 23px;
}

.contact-title i {
    font-size: 23px;
    color: #c0c0c0;
    padding: 0 8px 0 0;
}

.contact-form-box {
    padding: 23px 0 0 0;
    margin: 0 0 30px 0;
}

.contact-form-box fieldset {
    padding: 0;

}

.contact-form-box label {
    margin: 0 0 6px 0;
}

.contact-form-box .page-subheading {
    padding-left: 0px;
    border: none;
    margin-bottom: 0;
}

.contact-form-box .col-md-3 {
    padding-left: 0;
}

@media (max-width: 991px) {
    .contact-form-box .col-md-3 {
        padding-right: 0;
    }
}

.contact-form-box .col-md-9 {
    padding-right: 0;
}

@media (max-width: 991px) {
    .contact-form-box .col-md-9 {
        padding-left: 0;
    }
}

.contact-form-box #desc_contact0 {
    display: none;
}

.contact-form-box .form-group {
    margin-bottom: 7px;
}

.contact-form-box textarea {
    height: 257px;
    background-color: #f2f3f3;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contact-form-box .submit {
    margin-top: 13px;
}

.contact-form-box select.form-control {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    padding: 0 8px;
    color: #4b5b5b;
    background-color: #f2f3f3;
    border: 0 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../../modules/supercheckout/views/img/front/down.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 98% center;

}

.contact-form-box input.form-control {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    padding: 0 8px;
    color: #4b5b5b;
    background-color: #f2f3f3;
    border: 0 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-form-box div.uploader span.filename {
        width: 114px;
    }
}

.button.button-small{
    font-family: 'Zilla Slab', serif;
    font-weight: bold;
    line-height: 55px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 0 24px;
    background: #fe8c29;
    border-radius: 5px;
    border: 0 none;
    text-transform: uppercase;
}

.button.button-small:hover{
    background: #cf680e;
}

div.uploader{
    height: 55px;
}

div.uploader span.action{
    background-image: none;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #4b5b5b;
}

div.uploader span.action:before {
    content: '';
    display: block;
    mask: url(../img/attach.svg) no-repeat;
    -webkit-mask: url(../img/attach.svg) no-repeat;
    width: 27px;
    height: 27px;
    background-color: #ffffff;
    margin: 5px auto;
}

div.uploader span.filename{
    height: 40px;
    line-height: 40px;
    background: #f2f3f3;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 288px;
}

#contact-image img{
    width: 100%;
}

@media (max-width: 1366px) {
    div.uploader span.filename{
        width: 276px;
    }
}