/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-control{ width:8%;}
.carousel-control.left{ background:none;}
.carousel-control.right{ background:none;}
.carousel-control .icon-prev::before{content: " ";}
.carousel-control .icon-next::before{content: " ";}

.carousel-indicators .active{ width:20px; height:20px; background-color: #2f73a3; border:none; box-shadow: 1px 2px 3px #292523;}
.carousel-indicators li{ width:20px; height:20px; background-color: #FFF; box-shadow: 1px 2px 3px #292523;}



/* fade on slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;

  
}
.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 0.5;
}
.carousel-fade .carousel-control {
  z-index: 2;
}