/*!
 * 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%;
  max-height: 100%;
}

.carousel,
.carousel-inner,
.item,
.active {
    height: 100%;
}


/* Background images are set within the HTML using inline CSS, not here */

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

footer {
    margin: 50px 0;
}

.carousel-caption {
 	z-index: 9;
    display: none;
    /*right: 0;*/
   /* bottom: 0;*/
    left: 0;
    width: 100%;
   /* top: 29%;*/
    /*padding-bottom: 30px;*/
    /*height: 100% !important;*/

}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 10;
}