.page-index .footer {
  margin-top: 0;
}
#home-slider {
  margin-top:2px;
  margin-bottom:2px;
}
#home-slider .carousel-indicators {
  bottom:0;
}
#home-slider .carousel-control.left,
#home-slider .carousel-control.right {
  background-image:none;
}
#home-slider .carousel-caption {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 0;
  left: 0;
  right: 0;
  bottom:0;
}
#home-slider .carousel-caption h3 {
  text-transform: uppercase;
}
@media(max-width:767px){
  #home-slider .item {
    display: block;
    margin-top: 5px;
  }
  #home-slider .carousel-control,
  #home-slider .carousel-indicators {
    display: none;
  }
  #home-slider .carousel-caption {
    padding-bottom:0;
  }
  #home-slider .carousel-caption h3 {
    margin:0;
    text-transform: none;
    font-size: 19px;
  }
}

