@CHARSET "UTF-8";

@import '../../../resources/css/bootstrap.min.css';
@import '../../../resources/css/bootstrap.darkly.min.css';
@import '../../../resources/css/custom.css';

.carousel { z-index: -99; }
.carousel .item {
    position: fixed;
    width: 100%; height: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

}
.carousel .one {
    background: url('../img/a.jpg');
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .two {
    background: url('../img/b.jpg');
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .three {
    background: url('../img/c.jpg');
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}

