 
@-webkit-keyframes imageAnimation { 
	0% { opacity: 100;  }
	 100% { opacity: 100 }
}
@-moz-keyframes imageAnimation { 
	0% { opacity: 100;  }
	 100% { opacity: 100 }
}
@-o-keyframes imageAnimation { 
0% { opacity: 100;  }
	 100% { opacity: 100 }
}
@-ms-keyframes imageAnimation { 
0% { opacity: 100;  }
	 100% { opacity: 100 }
}
@keyframes imageAnimation { 
0% { opacity: 100;  }
	 100% { opacity: 100 }
}
    body{
    background-color:#000000;
    }
    .cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}

.cb-slideshow li {
list-style:none;
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 12s linear infinite 0s;
    -moz-animation: imageAnimation 12s linear infinite 0s;
    -o-animation: imageAnimation 12s linear infinite 0s;
    -ms-animation: imageAnimation 12s linear infinite 0s;
    animation: imageAnimation 12s linear infinite 0s; 
}
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
.container,.container-fluid {position: relative; 
    background-color: #ffffff; 
     color: #474747;} .container {
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }  .cb-slideshow li:nth-child(1) span { 
    background-image: url(../../picture/background/big/181114161325224755.jpg);
   } 