/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 44, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 48, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: transparent;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 0;
  width: 10%;
  height: 90%;
  z-index: 3;
}
@media screen and (min-width: 1440px) {
  /* line 48, ../scss/owl.theme.mihaela.scss */
  .owl-theme .owl-nav [class*='owl-'] {
    width: 20%;
  }
}
/* line 66, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: transparent;
  text-decoration: none;
}
/* line 71, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-nav [class*='owl-'].owl-prev {
  cursor: url("../images/arrow-left.png"), pointer;
  left: 0;
}
/* line 75, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-nav [class*='owl-'].owl-next {
  cursor: url("../images/arrow-right.png"), pointer;
  right: 0;
}
/* line 80, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 87, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 91, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 95, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 100, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #d8d9db;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
/* line 113, ../scss/owl.theme.mihaela.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #c61a1c;
}

/* line 122, ../scss/owl.theme.mihaela.scss */
.hero-slider:not(.owl-loaded) {
  background: #c61a1c;
  height: 100vh;
}
/* line 125, ../scss/owl.theme.mihaela.scss */
.hero-slider:not(.owl-loaded) > * {
  opacity: 0;
  visibility: hidden;
}
/* line 130, ../scss/owl.theme.mihaela.scss */
.hero-slider.owl-loaded {
  display: block;
}

/* line 135, ../scss/owl.theme.mihaela.scss */
.owl-program-liturgic {
  display: none;
}
/* line 137, ../scss/owl.theme.mihaela.scss */
.owl-program-liturgic.owl-loaded {
  display: block;
}

/* line 142, ../scss/owl.theme.mihaela.scss */
.owl-carousel {
  position: relative;
}
/* line 146, ../scss/owl.theme.mihaela.scss */
.owl-carousel.hero-slider {
  z-index: auto;
}
/* line 148, ../scss/owl.theme.mihaela.scss */
.owl-carousel.hero-slider .owl-dots {
  z-index: 10;
}
/* line 153, ../scss/owl.theme.mihaela.scss */
.owl-carousel .item {
  cursor: url("data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAAH/AAAB/wAAA/0AAANsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//+AB///wAf//4AH//+AD///yT/////////////////////////////8="), all-scroll;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

@media screen and (min-width: 1025px) {
  /* line 161, ../scss/owl.theme.mihaela.scss */
  .owl-dots {
    bottom: 15%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }

  /* line 168, ../scss/owl.theme.mihaela.scss */
  .owl-item .hero-text {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in .3s;
  }
  /* line 173, ../scss/owl.theme.mihaela.scss */
  .owl-item.active .hero-text {
    opacity: 1;
    visibility: visible;
  }
}
