em {
    color: #a11a17;
}
/* =============== NAVBAR =============== */
.navbar-inverse {
    background: #F9B634;
    border-color: #304a71;
}
.nav > li {
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-minor-controls > li > a {
    color: #1E3561;
}


.section-title {
    color: #1E3561;
    text-transform: uppercase;
}
.section-title::after {
    background-color: #1E3561;
width: 25%;
    
    height: 7px;
}
.section-header span {
    text-transform: uppercase;
}
.section-header.section-header--underlined span::after {
    border-top-width: 3px;
}
.clause_info, .clause_info:hover {
    color: #9f1e22;
}



/* =============== FOOTER =============== */
.footer{
 background: #1b3a68;
 border-color: #1e3561;
 color: #bbb;
}
.footer__content{
 min-height: auto;
 padding-bottom: 0;
}
.footer .col-xs-12, .footer [class^="col-"] {
 margin-bottom: 0;
}
#SyskonfLogoContainer {
 background: #12305e;
 border-top: 1px solid #304a71;
}

@media(min-width: 768px){
 .img-w85 img{
 width: 85%;
 }
 .img-w80 img{
 width: 80%;
 }
 .img-w75 img{
 width: 75%;
 }
 .img-w70 img{
 width: 70%;
 }
 .img-w65 img{
 width: 65%;
 }
 .img-w60 img{
 width: 60%;
 }
 .img-w55 img{
 width: 55%;
 }
 .img-w50 img{
 width: 50%;
 }
 .img-w45 img{
 width: 45%;
 }
 .img-w40 img{
 width: 40%;
 }
 .img-w35 img{
 width: 35%;
 }
 .img-w30 img{
 width: 30%;
 }
 .img-w25 img{
 width: 25%;
 }
 .img-w20 img{
 width: 20%;
 }
 .img-w15 img{
 width: 15%;
 }
 .img-w10 img{
 width: 10%;
 }
}

.jBlue {
color: #1E3561;
}

.red{
color: #A11A17;
}

.schedule__time {
    display: table-cell;
    width: 120px;
    padding: 10px 15px;
    color: #1E3561;
    font-weight: bold;
    border-top: 1px solid #ddd;
    white-space: nowrap;
}

.nav-tabs > li.active:before {
    content: "";
    background: #A11A17;
    display: block;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 99;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #1E3561;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
  .sponsors-row .sponsors-cell {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
  .w5 img{
 width: 90%;
 padding-right: 90px;
 }
  .sponsors-cell img {
    width: auto;
    max-width: 90%;
}
.w55 img{
 width: 55%;
 }
  .w65 img{
 width: 65%;
 }
  .w30 img{
 width: 30%;
 }
   .w40 img{
 width: 40%;
 }