#top-ribbon, .navbar-default, #index .navbar-default, #index .navbar-default.f-nav, .navbar-collapse, #index .navbar-default .navbar-collapse {
  background-color: #2d255e;
  background-image: none;
}
#index #own-motive .section-carousel .section-cell-item::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(31, 34, 46, 0.5);
  /*background: radial-gradient(circle, rgba(31, 34, 46, 0.5) 0%, rgba(31, 34, 46, 0.9) 100%);*/
  background: radial-gradient(circle, rgba(31, 34, 46, 0.0) 0%, rgba(31, 34, 46, 0.2) 100%);
  z-index: 0;
}