#Carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
}

.left.carousel-control.slider {
  left: -12px!important;
  height: 40px;
  width: 40px;
  /*background: none repeat scroll 0 0 #222222;*/
  /*border: 4px solid #FFFFFF;*/
  /*border-radius: 23px 23px 23px 23px;*/
  margin-top: 100px;
}

.right.carousel-control.slider {
  /*left: -12px;*/
  right: -12px!important;
  height: 40px;
  width: 40px;
  /*background: none repeat scroll 0 0 #222222;*/
  /*border: 4px solid #FFFFFF;*/
  /*border-radius: 23px 23px 23px 23px;*/
  margin-top: 100px;
}

.carousel-control.left {
  left: 12px!important;
}

.carousel-control.right {
  right: 20px!important;
}

.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  display: none;
  margin-right: -19px;
}

.carousel-indicators li {
  background: #cecece;
}

.carousel-indicators .active {
  background: #070707;
}

.site-media-slider {
  width: 100%;
  height: 100%;
  background-color: #070707;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-white.slider-caption {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

