@charset "utf-8";
/* CSS Document */
.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}



 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
    background:url(images/slider_1.jpg);
	background-size:100% 100%;
}

.item:nth-child(2) {
    background:url(images/slider_2.jpg);
	background-size:100% 100%;
}

.item:nth-child(3) {
    background:url(images/slider_3.jpg);
	background-size:100% 100%;
}
.item:nth-child(4) {
    background:url(images/slider_4.jpg);
	background-size:100% 100%;
}
