@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  width: 100%;
  position: absolute;
  bottom: -50px;
  right: 0;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: relative;
  color: transparent;
  font-size: 1px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.slick-dots li.slick-active button {
  background: #fff;
}
