/*!
* 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,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

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

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;

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

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

.fill_half_right {
  right: 0;
  top: 0;
  position: absolute;
  padding-top: 70px;
  padding-left: 70px;
}

footer {
  margin: 0 0;
}
