
.carousel-control span {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px !important;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.carousel-control span:before {
  font-size: 40px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.carousel-control .fa-chevron-left {
  text-align: left;
  text-indent: 0px !important;
  left: 10px;
}
.carousel-control .fa-chevron-right {
  text-align: right;
  text-indent: 0px !important;
  right: 10px;
}
.carousel:hover .carousel-control .fa-chevron-left{
  opacity: 0.7;
  left: 30px;
}
.carousel:hover .carousel-control .fa-chevron-right {
  opacity: 0.7;
  right: 30px;
}
.carousel:hover .carousel-control .fa-chevron-left:hover {
  opacity: 1;
}
.carousel:hover .carousel-control .fa-chevron-right:hover {
  opacity: 1;
}





/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .carousel-control  .fa-chevron-left {
    opacity: 1;
    left: 10px;
  }
  .carousel-control .fa-chevron-right {
    opacity: 1;
    right: 10px;
  }
}
