.item, .active, .carousel-inner { height: 100%; }
.fill { width: 100%; height: 100%; background-position: center; background-size: cover; }
.carousel-indicators li { width:14px; height:14px; border-radius: 50px; background-color:rgba(255, 255, 255, 0.1); margin:3px; }
.carousel-indicators .active { width:14px; height:14px; background-color:#ffffff; margin:3px;  }
.carousel-caption { text-align:left; text-shadow: none; z-index:4;}
.carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; }
.carousel-fade .carousel-inner .active { opacity: 1; }
.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: 1; }
.carousel-fade .carousel-control { z-index: 2; }
.sfondo-carousel { background: url(/img/bg-carousel.png) no-repeat top center;}


@media (max-width:767px) {
.carousel { height:540px; width:500px; margin-top:-65px;}
.fill { background-position: -415px 144px; background-repeat: no-repeat;}
.carousel-caption { padding-bottom:350px; margin-left:-70px; }
.carousel-indicators { bottom:375px; margin-left:-350px; z-index:4;}
.sfondo-carousel { height:683px; width:750px; margin-top:200px;background-size:750px;background-position: -415px 143px; }


 }

@media(min-width:768px) and (max-width:991px) {
.carousel { height:540px; width:750px; }
.carousel-caption { padding-bottom:215px; margin-left:-130px; }
.carousel-indicators { bottom:350px; margin-left:-535px; }
.sfondo-carousel { height:540px; width:750px; margin-top:37px;background-size:750px; }


 }

@media(min-width:992px) {
.carousel { height:700px; width:970px; }
.carousel-caption { padding-bottom:340px; margin-left:-160px; }
.carousel-indicators { bottom:335px; margin-left:-700px; }
.sfondo-carousel { height:700px; width:970px; margin-top:37px;background-size:970px; }


 }

@media(min-width:1200px) {
.carousel { height:844px; width:1172px; }
.carousel-caption { padding-bottom:450px; margin-left:-200px; }
.carousel-indicators { bottom:455px; margin-left:-860px; }
.sfondo-carousel { height:844px; width:1172px; margin-top:37px;background-size:1172px; }


}

