/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
/* line 43, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
.carousel {
  margin-bottom: 100px;
}

/* line 47, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
.carousel-inner {
  overflow: inherit;
}

/* Since positioning the image, we need to help out the caption */
/* line 51, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
.carousel-caption-strict {
  z-index: 10;
  bottom: -80px;
  position: absolute;
}
/* line 55, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
.carousel-caption-strict a {
  color: #666;
}
/* line 58, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
.carousel-caption-strict h4 {
  font-weight: normal;
  margin-bottom: 0px;
  text-transform: uppercase;
}
/* line 63, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
.carousel-caption-strict p {
  text-transform: uppercase;
}

/* Declare heights because of positioning of img element */
@media \0screen {
  /* line 72, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
  img {
    width: auto;
    /* for ie 8 */
  }
}
/* line 76, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
.carousel-inner > .item > .img-wrap {
  background-color: #777;
  overflow: hidden;
  position: relative;
}
/* line 81, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
.carousel-inner > .item > .img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

/* line 95, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
.carousel-control .glyphicon-chevron-right {
  right: 20px;
}

/* line 98, ../../../app/assets/stylesheets/gaedeke/carousel.css.scss */
.carousel-control .glyphicon-chevron-left {
  left: 20px;
}
