/*
  light: #8B0304 ( was #4e0d2d before 20.01.2016) (for frontside of these ribbons/titlebars)
  dark:  #3c0b23 (for backside of ribbons(curl) and type)
*/

/*#region-header-second {
    background: url(../img/header_selection_bg_1.png) no-repeat left top !important;
}*/
#region-menu {
  background-image: url(../img/top_menu_bg.png);
}
/*#zone-header-wrapper {
  background: url(/sites/all/themes/ut_vka/img/vka_background.png) no-repeat 50% 0;
}*/
#panel-front-page h2 {
  background-color: #8B0304 !important;
}
#panel-front-page #front-page-news h2 {
  background-color: transparent !important;
}
#panel-front-page #front-page-news h2 a {
  color: #8B0304;
}
#region-menu ul.menu {
  background-color: #8B0304;
}
#front-page-slider .views-field-field-slider-title {
  background-color: #8B0304;
  padding: 10px;
}

#front-page-slider .views-slideshow-controls-top .views-slideshow-pager-fields {
  background-image:url(../img/slider-bullets-bg.png);
}

#front-page-slider .views-slideshow-controls-top .views-slideshow-pager-field-item {
  background-image:url(../img/slider-bullets.png) !important;
}

#region-sidebar-first .block h2,
#front-page-dissertations h2,
#panel-front-page h2,
#panel-front-page .pane-calendar h2 {
  background-color: #8B0304;
}

.right-sidebar-negative {
  background-color: #8B0304 !important;
}

.big-button {
  background: #8B0304 url(../img/admission-applybutton-bg.png) repeat-x !important;
}

.big-button:hover {
  color: white !important;
}

#region-footer-first ul li,
#region-footer-second,
#region-footer-third {
  border: 0;
  background: url(../img/footer-border.png) repeat-y;
}
#region-footer-first ul li:first-child , #region-footer-first ul li li {
  background: none;
}

#zone-footer-wrapper {
  /*background: #8B0304 url(../img/zone-footer.png) no-repeat 50% 0;*/
  background-color: #8B0304;
  position: static !important;
  height: 168px;
  overflow: hidden;
}

#zone-footer2-wrapper {
  /*background: #0A478C url(../img/zone-footer2.png) repeat-x;*/
  background-color: #0A478C;
  height: 80px !important;
  overflow: hidden;
}

#zone-footer2-wrapper, #zone-footer2-wrapper a {
  color: white;
}

.region-footer2-first-inner {
  background: url(../img/footer2-utlogo.png) no-repeat 20px 20px;
  padding-top: 10px;
  font-size: 12px;
  padding: 35px 0 0 70px
}

#region-footer2-second {
  /*background: url(../img/region-footer2-second-spacer.png) no-repeat 0 20px;*/

}

.region-footer2-second-inner {
  padding: 16px 0 0 25px;
}

#region-footer-first .content > ul > li {
  min-height: 168px;
  height: 168px;
}

.pane-content .more-link {
  padding-bottom:8px
}

/**
 * Mobile
 */
@media all and (max-width: 739px) {
  #region-menu ul.menu {
    background-color: #8B0304
  }

  /* TODO: to ut_main */
  .panels-flexible-column {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }

  #zone-footer-wrapper {
    height: auto;
  }

  #zone-footer-wrapper {
    background: #8B0304;
  }

  #zone-footer2-wrapper {
    height: auto !important
  }

  .region-footer2-first-inner,
  .region-footer2-second-inner{
    padding: 0;
  }

  #zone-footer2-wrapper {
    padding: 20px 0 0 0;
  }
}
