/*
.carousel {
display:inline-block;
  margin-bottom: 30px;
  width: 100%;
  min-width: 100%;

}

.carousel-caption {
  z-index: 10;
}

.carousel .item {
 
   height:830px;
  
  background-color: #000;
}


.carousel-inner > .item > img {
  position: absolute;
 
overflow:hidden;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height:auto;
/*  overflow: hidden;
 clip:rect(0px,500px,500px,0px);*/

 /*  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
  .carousel-inner img{
 
  width: 100%;
   height: auto;
   transform: scale(1.25, 1.25); 
 

 

}*/
.carousel  .carousel-indicators li{
    width:100px;
    background: #fff;
}

.carousel  .carousel-indicators li.active{
    width:100px;
    background: #89d2e6;
    border:1px solid #89d2e6;
}



