/* FOOTER */
.footer{
 background: #FFFFFF;
    color: #444444;
}
.footer .col-xs-12, .footer [class^="col-"]{
 margin-bottom: 0;
}

nav>.container { width: 100%; }

.section-title:after {
    content: "";
    display: block;
    height: 2px;
    width: 577px;
    background-color: #4F38CF;
    margin: 0 auto;
    margin-top: 10px;
}

.nav-tabs > li.active:before {
    content: "";
    background: #d15f27;
    display: block;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 99;
}
.schedule__time {
  color: #444;
}
.schedule__item--major {
    background: transparent;
    color: #4F38CF;
    font-weight: bold;
}
.schedule__item--major .schedule__desc {
    border-left: 1px solid #ddd;
}
.schedule__item--major .schedule__time {
  color: #4F38CF;
}
 .schedule__desc em {
  color: #4F38CF;
} 
.nav-tabs > li > a {
    border-radius: 0;
    border: none;
    margin: 0;
    transition: all .2s;
    //color: #fff;
}

.nav-tabs {
    //background: #d15f27;
}

.lc{
color: #d15f27;
font-style: italic;
font-weight: bold;
}

  /* MEDIA */
@media(min-width:768px){
 .w-img20 img{
 width: 20%;
 }
 .w-img25 img{
 width: 25%;
 }
 .w-img30 img{
 width: 30%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img50 img{
 width: 50%;
 }
 .w-img55 img{
 width: 55%;
 }
 .w-img60 img{
 width: 60%;
 }
 .w-img70 img{
 width: 70%;
 }
.w-img85 img{
 width: 85%;
 }
}