@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-style: normal;
  font-weight: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.ImageCarousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 50;
  width: 40px;
  height: 80px;
  margin: auto 0;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(246,246,246,.8);
  border-radius: 10%;
}

.ImageCarousel-prev {
  left: 0;
}

.ImageCarousel-next {
  right: 0;
}


/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 60px;
  padding: 0;
  margin: auto;
  margin-top: 30px;
  font-size: 2em;
  background: transparent;
  border: none;
  outline: none;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  color: black;
  text-align: center;
  content: 'â€¢';
  opacity: .25;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: .75;
}
