/* Makes images fully responsive */

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

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

.carousel-inner {
  border-radius: 15px;
}

.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;
}

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

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

.carousel-indicators li {
  background-color: none;
}
.carousel-indicators li { visibility: hidden; }
.carousel-indicators .active {
  background-color: #00274C;
}

#carouselButtons {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  cursor: pointer;
  margin: 0;
  padding: 0 25px 15px 0;
  text-align: right;
}

.btn-primary, .btn-primary:hover{
	      background-color: #00274C;
	      font-weight: bold
}

.btn-primary:hover, .btn-primary:focus{
		    color: black
}
