/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
     -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
          box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
  padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
  font-size: 16px;
  font-weight: bold;
  /*text-shadow: 0 -1px 0 rgba(0,0,0,.5);*/
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 10px;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  color:#FFFFFF;
}

.carousel .container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 48px;
}

.carousel-control {
  background-color: transparent;
  border: 0;
  font-size: 100px;
  color:#FFFFFF;
  margin-top: 0;
  /*text-shadow: 0 1px 1px rgba(0,0,0,.4);*/
}

.carousel-control:a {
  color:#FFFFFF;

}

.carousel-control:hover {
  background-color: transparent;
  border: 0;
  font-size: 100px;
  color:#e2e2e2;
  margin-top: 0;
  /*text-shadow: 0 1px 1px rgba(0,0,0,.4);*/
}

/*.carousel .item {
  height: 500px;
}
.carousel img {
  min-width: 100%;
  height: 500px;
}
*/
.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 550px;
  padding: 0 16%;
  margin-bottom: 12%;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.carousel-caption .btn {
  margin-top: 10px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .span4 p {
  margin-left: 10px;
  margin-right: 10px;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

  .container.navbar-wrapper {
    /*margin-bottom: 0;*/
    /*width: auto;*/
  }
  .navbar-inner {
    border-radius: 0;
    /*margin: -20px 0;*/
  }

  /*.carousel-caption {
    width: 75%;
    padding: 0 40px;
    margin-top: 10%;
    margin-bottom: 10%;
  }
*/
  .carousel .item {
    /*height: 500px;*/
  }
  .carousel img {
    width: auto;
    /*height: 500px;*/
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    /*font-size: 16px;*/
  }

}


@media (max-width: 767px) {

  .carousel-caption {
    margin-bottom: 5%;
  }
  .carousel-caption h1 {
    font-size: 24px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 14px;
  }

}
@media (max-width: 700px) {
  .carousel-caption {
    display: none;
  }


}
@media (max-width: 480px) {
  .carousel-caption {
    display: none;
  }


}


.span4 .front {
  z-index: 900;
  height: 240px;
}

.span4 .back {
  position: relative;
  margin: 0;
  height: 240px;
  margin-top: -240px;
  color:#FFFFFF;
  background: #FFF;
  z-index: 800;
  text-align: center;
}

 
