/*překrytí carousel motivu*/
#own-motive .section-carousel .section-cell-item::before,
#index #own-motive .section-carousel .section-cell-item::before {
  display:none;
}

/*schování popisku carousel motivu*/
#own-motive .section-carousel .caption-hide .carousel-caption,
#index #own-motive .section-carousel .caption-hide .carousel-caption {
  display:none;
}
/*velikost obrazku carouselu*/
#own-motive .section-carousel .section-cell-item img,
#index #own-motive .section-carousel .section-cell-item img {
  height: auto;
  -o-object-fit: unset;
  object-fit: unset;
}

/*velikost carouselu*/
#own-motive .section-carousel .carousel,
#index #own-motive .section-carousel .carousel {
    height: auto;
}

#own-motive .section-carousel .section-cell-parent,
#index #own-motive .section-carousel .section-cell-parent {
    height:auto;
}

#own-motive .section-carousel .section-cell-item,
#index #own-motive .section-carousel .section-cell-item {
    height: auto;
}

/*odsazeni sekce*/
section.section-bg.mt-0 {
  margin-top:0;
}

/*vyska menu a loga*/
.logo img {
  max-height: 80px;
}

.navbar.navbar-default,
#index .navbar.navbar-default {
  min-height: 85px;
  height: 85px;
}

@media (max-width: 767px) {
  .navbar .logo img {
    max-height: 80px;
  }
}

/*odsazeni motivu*/
#own-motive, #index #own-motive {
  padding-top: 85px;
}