.carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  margin-bottom:0px;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #999999;
  background-color: #fff6e4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity:0.6;
}
.carousel-indicators-numbers li.active {
  margin: 0 2px;
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: #cfa75b;
  opacity:1;
}

.carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: #efdebd;
}
