/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 100% !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #f4f4f5;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.carousel {
  position: relative;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  color: black;
  text-align: center;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #ddd;
}

.owl-nav .owl-prev {
  left: 10px;
}

.owl-nav .owl-next {
  right: 10px;
}

.owl-nav .owl-prev span[aria-label='Previous'],
.owl-nav .owl-next span[aria-label='Next'] {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 70px;
  font-weight: bold;
  color: #000;
}

.owl-theme .owl-nav [class*='owl-'] {
  background: #fff;
  color: #fff;
  text-decoration: none;
}
.home-carousel-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.home-carousel-item img.mobile {
  display: none !important;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  .home-carousel-item {
    max-height: 500px;
  }
  .home-carousel {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .home-carousel-item {
    height: unset;
  }
  .home-carousel {
    height: unset;
  }
  .home-carousel-item img.deactivate {
    display: none !important;
  }
  .home-carousel-item img.mobile.active {
    display: block !important;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 44px;
    height: 44px;
  }
  .owl-nav .owl-prev span[aria-label='Previous'],
  .owl-nav .owl-next span[aria-label='Next'] {
    font-size: 44px;
  }
}
@media (max-width: 487px) {
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 34px;
    height: 34px;
  }
  .owl-nav .owl-prev span[aria-label='Previous'],
  .owl-nav .owl-next span[aria-label='Next'] {
    font-size: 34px;
  }
}
