/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */


    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 500px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 500px;
    }

    .carousel-caption {
      background-color: transparent #000;
      position: static;
      width: 100%;
	  height:170px;
      padding: 0px 20px;
      margin-top: 330px;
	  padding:10px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }
	
	.carousel-caption p {
	  font-size:16px;
	  text-align:justify;
	  margin-right:20px;
	  padding-right:30px;
    }
