html, head, body{
	height: 100%;
	width: 100%;
}
body{
	background-color: #000;
}
.carousel-fade .carousel-inner .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  /*left: 0;
  opacity: 0;*/
  display: block;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  display: block;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: url('../bg/1.jpg');
  background-size: cover;
}
.item:nth-child(2) {
  background: url('../bg/2.jpg');
  background-size: cover;
}
.item:nth-child(3) {
  background: url('../bg/3.jpg');
  background-size: cover;
}
.item:nth-child(4) {
  background: url('../bg/4.jpg');
  background-size: cover;
}
.item:nth-child(5) {
  background: url('../bg/5.jpg');
  background-size: cover;
}
.item:nth-child(6) {
  background: url('../bg/6.jpg');
  background-size: cover;
}
.container{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}
.modal-body {
    overflow-y: auto;
}
.modal-footer {
    margin-top: 0;
}
.modal-backdrop.in{
	display: none;
}
@media (max-width: 767px) {
  .modal-dialog-center {
    width: 100%;
  }
  #loginBox .col-sm-6:first-of-type {
    margin-bottom: 10px;
  }
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}