#text-carousel {
  height: 400px;
}

.carousel-content {
  min-height: 400px;
}

.item {
  /*background-color: #ff0000;*/
}

.carousel-control {
  background-image: none !important;
  color: #fff;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
}

h2 {
  margin-top: 4px;
}

.carousel-inner {
  position: relative;
}

.box {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
  padding: 20px 7% 20px 7%;
  color: #fff;
  background: rgba(74, 74, 74, 0.59);
  background: -moz-linear-gradient(top, rgba(74, 74, 74, 0.59) 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74, 74, 74, 0.59)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(74, 74, 74, 0.59) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(74, 74, 74, 0.59) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(74, 74, 74, 0.59) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(74, 74, 74, 0.59) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#000000', GradientType=0 );
}

div#slide-1 {
  background-image: url("/images/carousel-images/slide-1.jpg");
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}

div#slide-2 {
  background-image: url("/images/carousel-images/slide-2.jpg");
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}

div#slide-3 {
  background-image: url("/images/carousel-images/slide-3.jpg");
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}

div#slide-4 {
  background-image: url("/images/carousel-images/slide-4.jpg");
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}

div#slide-5 {
  background-image: url("/images/carousel-images/slide-5.jpg");
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}

.carousel-content .link {
  color: #fff !important;
}

.carousel-content a {
  color: #fff !important;
}

.carousel-inner {
  position: relative;
}

.carousel-control {
  width: 5% !important;
}

/*# sourceMappingURL=index.css.map */