.acm-hero.style-1 .owl-carousel .owl-stage-outer {
  width: 100%;
  height: 0;
  padding-top: calc(2/3*100%);
}

@media (min-width: 768px) {
  .acm-hero.style-1 .owl-carousel .owl-stage-outer {
    padding-top: calc(1/2*100%);
  }
}

.acm-hero.style-1 .owl-carousel .owl-stage-outer .owl-stage {
  position: absolute;
  top: 0;
  bottom: 0;
}

.acm-hero.style-1 .owl-carousel.owl-drag .owl-item {
  height: 100%
}

.acm-hero.style-1 .acm-hero-item {
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  height: 100%;
}

div.cat-children h3 
{
	display:none;
}

/* JA: Improve style for sticky menu on light theme */
.top-away .header-transparent .navbar-nav > li.nav-item > .nav-link {
    color: #333;
}

.top-away.dark-active .header-transparent .navbar-nav > li.nav-item > .nav-link {
    color: #fff;
}