/* Variables */
.slider-section {
  margin-top: 20%; }

.image-slider-block {
  margin-top: -25%; }
  .image-slider-block .image-slider {
    border-radius: 4px;
    overflow: hidden; }
    .image-slider-block .image-slider:not(.lightSlider) .image-slide:not(:first-child) {
      display: none; }
    .image-slider-block .image-slider .image-slide img {
      display: block;
      min-width: 100%; }
    .image-slider-block .image-slider .image-slide .caption {
      background: #fff;
      font-size: 16px;
      min-height: 74px;
      padding: 25px 40px; }
  .image-slider-block .lSAction > a {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    height: 60px;
    margin-top: -60px;
    opacity: 1;
    text-align: center;
    transition: background-color 0.2s;
    width: 60px; }
    .image-slider-block .lSAction > a:before {
      color: #fff;
      font-family: "Font Awesome 5 Pro";
      font-size: 26px;
      font-weight: 100;
      line-height: 60px; }
    .image-slider-block .lSAction > a.lSPrev {
      left: 40px; }
      .image-slider-block .lSAction > a.lSPrev:before {
        content: "\f053"; }
    .image-slider-block .lSAction > a.lSNext {
      right: 40px; }
      .image-slider-block .lSAction > a.lSNext:before {
        content: "\f054"; }

/*# sourceMappingURL=styles.css.map */
