/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item {
	height: 100%;
	z-index: -2;
  }
.carousel {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -2;
  }

.carousel-inner {
    height: 100%;
}
.carousel-indicators
{
	position: relative;
	bottom: 0;
	z-index: 9999;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

