@charset "utf-8";

body, .container-fluid {
    height:100%;
	width:100%;	
}

.carousel-inner {
  height: 100%;
}
.carousel-inner > .item {
 -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    
    
  }
  
.item:nth-child(1) {
	height: 100%;
	
	background-size: cover;
	scroll:no;
	overflow:hidden;
}

.item:nth-child(2) {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	scroll:no;
	overflow:hidden;
}

.item:nth-child(3)  {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	scroll:no;
	overflow:hidden;
}

.item:nth-child(4)  {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	scroll:no;
	overflow:hidden;
}

.item:nth-child(5)  {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	scroll:no;
	overflow:hidden;
}

.item:nth-child(6)  {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	scroll:no;
	overflow:hidden;
}

.item:nth-child(7)  {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	scroll:no;
	overflow:hidden;
}

.item:nth-child(8)  {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	scroll:no;
	overflow:hidden;
}

.item:nth-child(9)  {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	scroll:no;
	overflow:hidden;
}

.item:nth-child(10)  {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	scroll:no;
	overflow:hidden;
}


.carText {
	color:white;
	z-index: 100;
	font-size: 38px;
	text-decoration: none;
}

.carTextBox {
	font-size: 18px;
	text-align: center;
}






