/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.background-slider-container {
  box-sizing: border-box;
  width: 100%;
  height: 50vh;
  padding: 1.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.background-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in;
}
.background-slider-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.3;
}
.background-slider-content {
  position: relative;
  padding: 1rem;
}
.background-slider img {
  width: 0;
  height: 0;
}
#background-slider.bg-1 .img-1 {
  opacity: 1;
}
#background-slider.bg-2 .img-2 {
  opacity: 1;
}
#background-slider.bg-3 .img-3 {
  opacity: 1;
}
/* -------------------- COMMON -------------------- */
.g-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.g-slide img {
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  object-fit: cover;
  /* Fill container without distortion */
}
/* -------------------- FADE -------------------- */
.g-slideshow.fade .g-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.g-slideshow.fade .g-slide.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
/* -------------------- SLIDE -------------------- */
.g-slideshow.slide .g-slides-track {
  display: flex;
  width: 100%;
  /* 3 slides */
  transition: transform 0.6s linear;
}
.g-slideshow.slide .g-slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*# sourceMappingURL=custom_12.css.map */