.transition--fade .carousel-inner > .item {
  display: block;
  float: left;
  left: unset;
  margin-left: 0px;
  margin-right: -100%;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 100%;
  z-index: 0;
}
.transition--fade .carousel-inner > .item.active {
  opacity: 1;
  z-index: 99;
}
.transition--fade .carousel-inner > .item > [class^="col-"] {
  padding: 0;
}
.carousel-indicators.carousel-indicators--gallery {
  background-color: #eee;
  position: relative;
  bottom: 0;
  width: unset;
  margin: unset;
  left: unset;
  padding: 5px;
}
.carousel-indicators--gallery > .thumbnail-control {
  margin: 0;
  border: 5px solid #eee;
  border-radius: 0;
  height: auto;
  float: left;
}
.carousel-indicators--gallery > .thumbnail-control.active {
  border-color: #3d3d3d;
  -webkit-transition: border-color 0.6s;
  transition: border-color 0.6s;
  height: auto;
}
.carousel-indicators--gallery > .thumbnail-control img {
  margin: auto;
}
.carousel-indicators--gallery.col-wrap-xs-12 > li,
.carousel-indicators--gallery.col-wrap-xs-12 > .thumbnail-control {
  width: 100%;
}
.carousel-indicators--gallery.col-wrap-xs-6 > li,
.carousel-indicators--gallery.col-wrap-xs-6 > .thumbnail-control {
  width: 50%;
}
.carousel-indicators--gallery.col-wrap-xs-4 > li,
.carousel-indicators--gallery.col-wrap-xs-4 > .thumbnail-control {
  width: 33.33333333%;
}
.carousel-indicators--gallery.col-wrap-xs-3 > li,
.carousel-indicators--gallery.col-wrap-xs-3 > .thumbnail-control {
  width: 25%;
}
.carousel-indicators--gallery.col-wrap-xs-2 > li,
.carousel-indicators--gallery.col-wrap-xs-2 > .thumbnail-control {
  width: 16.66666667%;
}
.carousel-indicators--gallery.col-wrap-xs-1 > li,
.carousel-indicators--gallery.col-wrap-xs-1 > .thumbnail-control {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .carousel-indicators--gallery.col-wrap-sm-12 > li,
  .carousel-indicators--gallery.col-wrap-sm-12 > .thumbnail-control {
    width: 100%;
  }
  .carousel-indicators--gallery.col-wrap-sm-6 > li,
  .carousel-indicators--gallery.col-wrap-sm-6 > .thumbnail-control {
    width: 50%;
  }
  .carousel-indicators--gallery.col-wrap-sm-4 > li,
  .carousel-indicators--gallery.col-wrap-sm-4 > .thumbnail-control {
    width: 33.33333333%;
  }
  .carousel-indicators--gallery.col-wrap-sm-3 > li,
  .carousel-indicators--gallery.col-wrap-sm-3 > .thumbnail-control {
    width: 25%;
  }
  .carousel-indicators--gallery.col-wrap-sm-2 > li,
  .carousel-indicators--gallery.col-wrap-sm-2 > .thumbnail-control {
    width: 16.66666667%;
  }
  .carousel-indicators--gallery.col-wrap-sm-1 > li,
  .carousel-indicators--gallery.col-wrap-sm-1 > .thumbnail-control {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .carousel-indicators--gallery.col-wrap-md-12 > li,
  .carousel-indicators--gallery.col-wrap-md-12 > .thumbnail-control {
    width: 100%;
  }
  .carousel-indicators--gallery.col-wrap-md-6 > li,
  .carousel-indicators--gallery.col-wrap-md-6 > .thumbnail-control {
    width: 50%;
  }
  .carousel-indicators--gallery.col-wrap-md-4 > li,
  .carousel-indicators--gallery.col-wrap-md-4 > .thumbnail-control {
    width: 33.33333333%;
  }
  .carousel-indicators--gallery.col-wrap-md-3 > li,
  .carousel-indicators--gallery.col-wrap-md-3 > .thumbnail-control {
    width: 25%;
  }
  .carousel-indicators--gallery.col-wrap-md-2 > li,
  .carousel-indicators--gallery.col-wrap-md-2 > .thumbnail-control {
    width: 16.66666667%;
  }
  .carousel-indicators--gallery.col-wrap-md-1 > li,
  .carousel-indicators--gallery.col-wrap-md-1 > .thumbnail-control {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .carousel-indicators--gallery.col-wrap-lg-12 > li,
  .carousel-indicators--gallery.col-wrap-lg-12 > .thumbnail-control {
    width: 100%;
  }
  .carousel-indicators--gallery.col-wrap-lg-6 > li,
  .carousel-indicators--gallery.col-wrap-lg-6 > .thumbnail-control {
    width: 50%;
  }
  .carousel-indicators--gallery.col-wrap-lg-4 > li,
  .carousel-indicators--gallery.col-wrap-lg-4 > .thumbnail-control {
    width: 33.33333333%;
  }
  .carousel-indicators--gallery.col-wrap-lg-3 > li,
  .carousel-indicators--gallery.col-wrap-lg-3 > .thumbnail-control {
    width: 25%;
  }
  .carousel-indicators--gallery.col-wrap-lg-2 > li,
  .carousel-indicators--gallery.col-wrap-lg-2 > .thumbnail-control {
    width: 16.66666667%;
  }
  .carousel-indicators--gallery.col-wrap-lg-1 > li,
  .carousel-indicators--gallery.col-wrap-lg-1 > .thumbnail-control {
    width: 8.33333333%;
  }
}

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