
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

body {
  padding-top:50px;
  background-color:#333333;
}
/* Carousel base class */
.carousel {
  height: 650px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

div.carousel-caption-custom {
	position:absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 50px;
    color: #fff;
    text-align: center;
    background-color: black;
	background-color:rgba(0, 0, 0, 0.7);
    opacityXY: 0.7;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
div.carousel-caption-custom p, div.carousel-caption-custom h1, div.carousel-caption-custom p a {
	opacity: 1;
}
.carousel-caption-custom-2 {
		position: absolute;
		right: 15%;
		bottom: 20px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


@media (min-width: 1300px){
.container {
    width: 1250px;
}
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 650px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;  
  min-height:100%;
}

/* Content Body
 * -------------------------------------------------------*/

.contentBody {
  background-color: #FFFFFF;
  min-height:600px;
  padding-top:30px;
  padding-bottom:30px;
}
ul.simpleList {
  padding-left: 50px;	
}
/* Footer
 * -------------------------------------------------------*/
.footer {
  padding-top:20px;
  bottom: 0;
  width: 100%;
  color: #CCCCCC;
  background-color: #333333;
  border-top-width:1px;
  border-top-color: #CCCCCC;
  border-top-style:solid;
}

