.blog .carousel-indicators {
  left: 0;
  top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    margin-top: -49px;
    width: 19px;
    height: 0px;
}

.blog .carousel-indicators .active {
background: #707070;
}