﻿

.visaSectionDark {
    /*color: #fff;*/
}
    .visaSectionDark a {color:#f1592b;}
        .visaSectionDark a:hover { color: #150500; }

#visa h1, #visa h2, #visa h3, #visa h4, .headerStyle { font-family: 'BryantWebCondensed', sans-serif; }


/*#visa h1 {
    font-size: 40px;
}

#visa h3 {
    font-size: 18px;
}*/


.visaSection {padding: 60px 0;}

.textMute {
    color: #a09f9f;
}

#visaHeader {
  
padding-top: 60px;

}

.visaErrorBlock {
    padding: 10px;
    border-left: 9px solid #721c24;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#visaHeader h1 {margin-top: 0;color:#f1592b;}
/*#visaHeader h2 {
    color: #fff;
}*/





.headerIcon {
    max-width: 120px;
    margin-top: 20px;
}
.visaIcon {max-width: 190px;margin-top: 20px;}
.headerOrange {
    color: #f1592b;
}

.headerWhite {
    color: #ffffff;
}

.headerBlack {
    color: #000000;
}

.visaFormField {
    font-family: 'proximanova-regular' , sans-serif !important
}
.visaFormField span {
    color: #f1592b;
    display:block;
    margin-bottom: 1.1em;
}
.visaFormField input {color:#424242;padding: 10px;}

    .visaFormField small {display: inline-block; padding-bottom: 20px;color:#8b91a2}
    .noTopPadding {padding-top: 0 !important;}
    .darkFormField input {
        color: #fff;
        background-color: #f1592b;
        border: 1px solid #f1592b;
    }

.ltBg {
    background-color: #f7f7f7
}

.btn-apply {
    background-color: #9f9f9f;
    color: #fff !important;
    border-color: #9f9f9f;
    padding: 12px 20px;
    margin-right: 50px;
}

.btn-apply.active {
    background-color: #f05827 !important;
    border-color: #f05827 !important;
}

@media only screen and (max-width : 992px) {
    #visaHeader {
        padding-top: 0px;
        position: inherit !important;
    }
}


