/* Slider */

/* --- Container configuration --- */
.imagecarousel .viewport {
  overflow: hidden;
  position: relative;
}

/* --- Navigation --- */
.carousel {
  position: relative;
}

.carousel .slick-prev,
.carousel .slick-next,
.carousel .slick-prev:hover,
.carousel .slick-prev:focus,
.carousel .slick-next:hover,
.carousel .slick-next:focus {
  width: 43px;
  height: 43px;
  background: transparent url("../Images/left_grey.svg") top left no-repeat;
  background-size: 43px 43px;
  top: auto;
  left: auto;
  bottom: 0;
  right: auto;
}

.carousel .slick-next,
.carousel .slick-next:hover,
.carousel .slick-next:focus {
  background-image: url("../Images/right_grey.svg");
  left: auto;
  right: 0;
}

/* --- Pagination --- */
.imagecarousel {
  position: relative;
}
.imagecarousel .slick-dots li button::before {
  content: normal;
}
.imagecarousel .slick-dots {
  position: relative;
  bottom: 0;
  margin: 0;
}
.imagecarousel .slick-dots li,
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.imagecarousel .slick-dots li {
  line-height: 0;
  margin: 17px 3px 18px;
  border: 0 none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.imagecarousel .slick-dots .slick-active {
  background-color: #afb0b0;
}

.carousel .slick-arrow {
  z-index: 10;
}
