nav>.container { width: 100%; }

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #D4A06E;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li.active:before {
    content: "";
    background: #D4A06E;
    display: block;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 99;
}

.schedule__item--major {
    background: #566154;
    color: #CBA668;
    font-weight: bold;
}

.schedule__time {
    display: table-cell;
    width: 120px;
    padding: 10px 15px;
    color: #000;
    border-top: 1px solid #ddd;
    white-space: nowrap;
    font-family: Lato;
}

.nav-tabs {
    background: #104BA3;
}

.nav-tabs > li > a {
    border-radius: 0;
    border: none;
    margin: 0;
    transition: all .2s;
    color: #D4A06E;
}

/* MEDIA */
@media(min-width:768px){
 .w-img20 img{
 width: 20%;
 }
 .w-img25 img{
 width: 25%;
 }
 .w-img30 img{
 width: 30%;
 }
 .w-img35 img{
 width: 35%;
 }
 .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%;
 }
}

.navbar-default {
    background: #104BA3;
    border-color: #801d17;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-minor-controls > li > a {
    color: #fff;
}

/* FOOTER */
.footer {
    background: #104BA3;
    color: #ffffff;
}
.footer__content{
 min-height: 15px;
 padding-bottom: 0px;
}
.footer [class^="col-"]{
 margin-bottom: 5px;
}

.navbar-button {
    background-color: #D4A06E !important;
    border: 1px solid #C98C4E !important;
    color: #FFFFFF !important;
    font-weight: 500;
}

  /* 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%;
 }
}

/* PROGRAM */
.schedule__item {
    display: table;
  width: 100%;
  
  }
.schedule__item--major{
 //background: #85248e;
  background: #FFF;  
  border-bottom: 3px solid #0BA2DA;
}
.schedule__item--major .schedule__time, .schedule__item--major .schedule__desc {
 //color: #fff;
    color: #CBA668;
}
.schedule__desc em {
    color: #0BA2DA;
}