.slick-list {
	margin-top: 0;
}

.slick-slide {
	max-width: none;
}

.slick-dots {
	list-style: none;
	padding-left: 0;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  left: 0;
  bottom: 6%;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 959px) {
	.slick-dots {
	  bottom: 8%;
	}
}
.slick-dots button {
	background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.slick-dots button:hover,
.slick-dots .slick-active button {
	 background: #eb5701;
}