.slider {
  overflow: hidden !important;
}
.slider .slidesContainer {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.slider .slidesContainer .square {
  min-width: 300px;
  display: inline-block;
  float: none;
}
.slider.single .indicator {
  display: none;
}
.slider.single .sliderBullets {
  display: none;
}
.slider.single .sliderButton {
  display: none;
}
.slider .indicator {
  height: 65px;
  left: 324px;
  position: absolute;
  top: 50%;
  width: 65px;
  z-index: 30;
  border-radius: 65px;
  margin-top: -30px;
  border: 2px solid #ffffff;
  margin-left: -38px;
  touch-action: none;
  pointer-events: none;
}
.slider .sliderBullets {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.slider .sliderBullets.black .bullet:after {
  background: #040404;
}
.slider .sliderBullets.black .bullet.active:after {
  border: 2px solid #040404;
}
.slider .sliderBullets .bullet {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider .sliderBullets .bullet:after {
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider .sliderBullets .bullet:hover:after {
  background: #9a171c;
}
.slider .sliderBullets .bullet.active {
  cursor: default;
}
.slider .sliderBullets .bullet.active:after {
  border: 2px solid #fff;
  background: transparent;
  height: 8px;
  width: 8px;
}
.slider .sliderBullets .bullet:last-child {
  margin-right: -3px;
}
.slider .sliderButton {
  border-radius: 50%;
  font-size: 20px;
  color: #9a171c;
  width: 50px;
  height: 50px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider .sliderButton i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider .sliderButton:hover {
  color: #780a0f;
}
.slider .sliderButton.hidden {
  display: none;
}
.slider .sliderButton.next,
.slider .sliderButton.prev {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .sliderButton.next.disabled,
.slider .sliderButton.prev.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.slider .sliderButton.prev {
  left: 0;
}
/*# sourceMappingURL=slider.css.map */