@charset "UTF-8";

.col-center {
  margin: 0 0;
  float: none !important;
}
.carousel {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.carousel .item {
    text-align: center;
  overflow: hidden;
}
.carousel .item h4 {
  font-family: 'Varela Round', sans-serif;
}
.carousel .item img {
  max-width: 100%;
  display: inline-block;
}

.carousel .carousel-control {
  height: 44px;
  width: 44px;
  background: none; 
    margin: auto -70px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.8);
}
.carousel .carousel-control i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
    font-weight: bold;
}
.carousel .carousel-control.left i {
  margin-left: -3px;
}
.carousel .carousel-control.right i {
  margin-right: -3px;
}
.carousel .carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 4px;
  border-color: transparent;
}
.carousel-indicators li { 
  background: #ababab;
}
.carousel-indicators li.active {  
  background: #555;
}

.carousel-caption2 {
  background: #555;
  opacity: 0.9;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  padding-top: 5px;
  padding-left: 10px;
  color: #fff;
  text-align: center;
}
.carousel-caption2 h3,.carousel-caption2 a{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.carousel-caption2 a:hover{
  font-size: 15px;
  font-weight: 400;
  color: #00aeef;
}
.carousel-item img{
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .carousel-item img{
  height: 200px;
  }
  .carousel-caption2 h3,.carousel-caption2 a{
  font-size: 9px;
  }

}
