/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/*
!* Special class on .container surrounding .navbar, used for positioning it into place. *!
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

!* Flip around the padding for proper display in narrow viewports *!
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height:100%;
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {

  z-index: 10;
}
/*!* Declare heights because of positioning of img element *!
.carousel .item {
  height:100%;
  background-color:#ffffff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}*/

.carousel-indicators li{
  width:30px;
  height:9px;
  margin:0 10px;
  background-color: white;
}

.carousel-indicators .active{
  width:30px;
  height:9px;
  margin:0 10px;
  border:1px solid #00B7EE;
  background-color: #00B7EE;
}


