.page-header__title {
  text-transform: uppercase;
  font-size: 52px !important;
}

.page-header__content-wrapper {
  vertical-align: bottom;
}
.page-header .page-header__title {
  margin: 0 0 50px;
}
/* PROGRAM */
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
  color: #DF6020;
}
.navbar-item-register a.navbar-button {
  background-image: url('/conf-data/NH2023/images/bg_button.jpg');
  border: 0px !important;  
  padding: 8px 10px !important;
  font-size: 16px;
}

.nav-tabs > li.active::before {
    background: #77160F;
}
.schedule__item .schedule__time,
.schedule__item .schedule__desc {
  color: #710F11; 
}
.schedule__item.bold .schedule__time, .schedule__item.bold .schedule__desc {
    font-weight: bold;
}

.schedule__item--major .schedule__time, .schedule__item--major .schedule__desc {
    font-weight: bold;
}
.schedule__item--major .schedule__desc span.orange {
  color: #DF6020;
}


.schedule__item.indent .schedule__time,
.schedule__item.indent .schedule__desc {
    border-top: 1px solid #ecebeb;
}

.schedule__item.indent .schedule__time {
    padding-right: 0px !important;
    padding-left: 25px;
    //color: #df6020;
}

.schedule__item.indent .schedule__time {
    padding-right: 0px !important;
    padding-left: 30px !important;
    width: 140px;
}
.title_main span { font-size: 28px; }
.margin-top-parter img { max-width: 50%; }

.page-header { background: url(/conf-data/NH2021/images/header_sub.jpg); background-position: top center !important; }
.page-header__content-wrapper { height: 300px; padding-top: 60px; color: #FFF; }

.section-header.section-header--underlined span::after {
    width: 100%;
    border-top: 3px solid;
    border-color: #77160F;
}

.footer {
    background: #410F12;
    color: #FFF;
}
.footer__content {
    min-height: 70px;
    padding-bottom: 0px;
}
.footer .col-xs-12, .footer [class^="col-"] {
    margin-bottom: 0px;
}

/* MAIN */
.header-registration {
 font-size: 1.3em;
 font-weight: bold;
    color: #77160F;
}
.header-registration::after {
 content: '';
 width: 20px;
 height: 2px;
 background: rgba(0, 0, 0, .5);
 display: block;
    border-top: 3px solid;
    border-color: #77160F;
    width: 100%;
}


  /* MEDIA */
@media(min-width:768px){
.w-img15 img{
  width: 15%;
}
.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-img45 img{
 width: 45%;
 }
 .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%;
 }
  .w-img15 img{
 width: 15%;
 }
}