.home-root {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}
/*
.carousel-indicators {
  display: none;
}
*/


/*
.carousel-caption {
  position: static;
  background-color: #444;
  padding-top: 1px;
  padding-bottom: 1px;
}
*/

.carousel-caption a:hover,
.carousel-caption a {
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  text-decoration: none;
}

.carousel-caption h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .home-root {
    padding-left: 15px;
    padding-right: 15px;
  }

  .carousel-caption {
    position: absolute;
    background-color: transparent;
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  
  .carousel-indicators {
    display: block;
  }

}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

.col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.col-md-4 > div {
  margin-bottom: 10px
}

.home-foot-box {
  height: 200px;
  color: #FFF;
}

.home-foot-box h4 {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.home-foot-box a,
.home-foot-box a:hover {
  color: #FFF;
  text-decoration: none;
}

.home-foot-box-foot {
  position: relative;
  top: -50px;
  padding-right: 10px;
}

.home-foot-box-foot .btn {
  background-color: #000000;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  border-radius: 0;
  box-shadow: none;
  color: #FFFFFF;
  font-weight: normal;
}


.home-col-1 {
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-category-picture {
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
}

@media screen and (min-width: 768px) {
  .home-category-picture {
    height: 420px;
  }
}

@media screen and (min-width: 997px) {
  .home-category-picture {
    height: 450px;
  }
}

@media screen and (min-width: 1199px) {
  .home-category-picture {
    height: 470px;
  }
}
