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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


/* 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 height: 500px;*/
.carousel {
  height: auto; 
  margin-bottom: auto;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
margin: 0 auto;
}

/* Declare heights because of positioning of img element height: 500px; 777*/
.carousel .item { 
  height: 1000px;
  background-color: #fff; */fff */
margin: 0 auto;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 30%;
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  margin: 0 auto;
  min-width: 500px;
  min-height: 250px;
  height: 1000px;
  width: 1920px;
}
.inner-item {
    text-align: center;
    img {
        margin: 0 auto;
    }
}

 /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }
      .carousel-inner .item img {
	    height: 100%;
	    width: 100% !important;
	}
      .carousel .item {
        height: 300px; /*500px;*/
      }
      .carousel img {
        width: 100%;
	height: 100%; /*500px;*/
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
    }


    @media (max-width: 720px) {

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
	width: 100%;
	height: 300px;
      }
      .carousel-inner .item img {
	    height: 100%;
	    width: 100% !important;
	}
      .carousel .container {

      }
      .carousel .item {
	width: 100%;
        height: 300px;
      }
      .carousel img {
        width: 100%;
	height: 100%;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }

    }
