.home {
	position: absolute;
	top: 0;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.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;
}
html, body, .carousel, .carousel-inner, .carousel-inner .item {
	height: 100%;
}
.item:nth-child(1) {
	background: url('../uploads/images/bg1.jpg') no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
.item:nth-child(2) {
	background: url('../uploads/images/bg2.jpg') no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
.item:nth-child(3) {
	background: url('../uploads/images/bg3.jpg') no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
.item:nth-child(4) {
	background: url('../uploads/images/bg4.jpg') no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
.item:nth-child(5) {
	background: url('../uploads/images/bg5.jpg') no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
.item:nth-child(6) {
	background: url('../uploads/images/bg6.jpg') no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
.item:nth-child(7) {
	background: url('../uploads/images/bg7.jpg') no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
