/* Arrows */
body.top .slick-prev {
  left: -5%; }

body.top .slick-next {
  right: -5%; }

body.top .slick-dots {
  bottom: -50px; }

body.top .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 8px; }

body.top .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 5px; }

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99; }

.slick-prev {
  left: 31%; }
  .slick-prev:before {
    content: "";
    display: block;
    width: 34px;
    height: 50px;
    background: url(../img/btn-prev.png) no-repeat center center !important; }

.slick-next {
  right: 31%; }
  .slick-next:before {
    content: "";
    display: block;
    width: 34px;
    height: 50px;
    background: url(../img/btn-next.png) no-repeat center center !important; }

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

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 20px;
  padding: 0;
  cursor: pointer; }
  .slick-dots li.slick-active {
    margin: 0 7px 25px; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50%; }

.slick-dots li.slick-active button {
  width: 5px;
  height: 5px;
  background: transparent;
  border: solid #ff0000 2.5px;
  box-sizing: border-box; }
