/* Makes images fully responsive */

.website-custom-slider .img-responsive,
.website-custom-slider .thumbnail > img,
.website-custom-slider .thumbnail a > img,
.website-custom-slider .carousel-inner > .item > img,
.website-custom-slider .carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.website-custom-slider .carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.website-custom-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.website-custom-slider .carousel-control.left,
.website-custom-slider .carousel-control.right {
  background-image: none;
}

.website-multiple-slider{
  display: inline-block;
}

.website-multiple-slider .container{
  display: inline-block;
  margin-bottom: 5px;
}

.website-multiple-slider .carousel-indicators {

  bottom: 0px;
  padding-left: 0px;
  margin-left: 0px;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.website-custom-slider .container {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
  }

}
