/* FOOTER */ 
.footer{ background: #c2874f; color: #fff; } 
.footer .col-xs-12, .footer [class^="col-"]{ margin-bottom: 0; }

.brown {
color: #c2864f;
font-weight: bold;
}


.border{
border-right: 1px solid #fff;
}

.orange {
color: #e65800;
font-weight: bold;
}

.section-title:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #c2864f;
    margin: 0 auto;
    margin-top: 10px;
}

/* PROGRAM */
.schedule__item--major{
 background: #c2864f;
}
.schedule__item .schedule__time {
  color: #000;
}
.schedule__item--major .schedule__time, .schedule__item--major .schedule__desc{
 color: #fff;
 font-weight: bold;
}
.schedule__item.sponsorowana .schedule__desc, .schedule__item.sponsorowana .schedule__time {
  font-weight: bold;
  color: #c2864f;
}
.schedule__item em {
  color: #c2864f;
  font-weight: normal;
}
 .schedule__item--major .schedule__desc em {
  color: #ffffff;
}


.nav-tabs > li.active:before {
    content: "";
    background: #c2864f;
    display: block;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 99;
}

  /* 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%;
 }
}

.section-title {
    font-size: 30px;
}