@charset "utf-8";
/* CSS Document */

.slider img {
  width: 100%;
  height: auto;
  padding: 0px 17px;
}

.slick-dots {
  text-align: center;
  padding: 0;
  
}
.slick-dots li {
  margin-left: 4px;
  margin-right: 4px;
  display:none;
}
.slick-dots li.slick-active button {
  background-color: #d90909;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #efefef;
  border: 1px solid #d90909;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: green;
}

/* Custom Arrow */
.prev {
  position: absolute;
  top: 32%;
  left: -1.5em;
  font-size: 2em;
  color:#868686;
  
}
.prev :hover {
  cursor: pointer;
  opacity:.5;
}

.next {
  position: absolute;
  top: 32%;
  right: -1.5em;
  font-size: 2em;
  color:#868686;
  
 

}
.next :hover {
  cursor: pointer;
  opacity:.5;
}

@media screen and (max-width: 800px) {
  .next {
    display: none !important;
  }
}
