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

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 0px;
  background-color: #000;
  overflow: hidden;
}
.carousel:before {
    content: "";
    width: 100%;
    height: 440px;
    /*background: url("images/wallpaper_schools.gif") repeat top left;*/
    position: absolute;
    display: inline-block;
    -moz-opacity: 0.14;
    -khtml-opacity: 0.14;
    -webkit-opacity: 0.14;
    opacity: 0.18;
    -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=@{14})";
    filter: ~"alpha(opacity=@{14})";
}
/* Since positioning the image, we need to help out the caption */


/* Declare heights because of positioning of img element */
.carousel .item {
  height: 440px;
  background-color: transparent;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.carocontrol {
  width: 40px;
  height: 40px;
  padding: 8px;
  /*background-color: rgb(30,203,255);*/
  background-color: rgb(51, 102, 255);
  position: absolute;
  top: 18px;
  color: #000;
  line-height: 26px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.carocontrol:hover{
  /*color: rgb(30,203,255);*/
  color: rgb(51, 102, 255);
  background-color: #fff;
}
.left.carocontrol {
  left: -20px;
  text-align: right;
}
.right.carocontrol {
  right: -20px;
  text-align: left;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: left;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



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

@media (min-width: 768px) {

  /* Bump up size of carousel content */
  .carousel-caption h1 {
    text-align: left;
  }
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
    text-align: left;
    text-shadow: none;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}