.cb-slideshow,
.cb-slideshow:after {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.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;
	
	
}

.cb-slideshow  .wrap1 span{

    -webkit-animation: crossfade 25s forwards infinite 0s;
    -moz-animation: crossfade 25s forwards infinite 0s;
    -o-animation: crossfade 25s forwards infinite 0s;
    -ms-animation: crossfade 25s forwards infinite 0s;
    animation: crossfade 25s forwards infinite 0s;
	
	

}


.cb-slideshow  .wrap2 span{

    -webkit-animation: crossfade 25s forwards infinite 7.75s;
    -moz-animation: crossfade 25s forwards infinite 7.75s;
    -o-animation: crossfade 25s forwards infinite 7.75s;
    -ms-animation: crossfade 25s forwards infinite 7.75s;
    animation: crossfade 25s forwards infinite 7.75s;


}

.cb-slideshow .wrap3 span{

    -webkit-animation: crossfade 25s forwards infinite 15s;
    -moz-animation: crossfade 25s forwards infinite 15s;
    -o-animation: crossfade 25s forwards infinite 15s;
    -ms-animation: crossfade 25s forwards infinite 15s;
    animation: crossfade 25s forwards infinite 15s;

}

.cb-slideshow .wrap4 span{

-webkit-animation: crossfade 25s forwards infinite 22.25s;
    -moz-animation: crossfade 25s forwards infinite 22.25s;
    -o-animation: crossfade 25s forwards infinite 22.25s;
    -ms-animation: crossfade 25s forwards infinite 22.25s;
    animation: crossfade 25s forwards infinite 22.25s;
}

.cb-slideshow .wrap5 span{

-webkit-animation: crossfade 25s forwards infinite 30s;
    -moz-animation: crossfade 25s forwards infinite 30s;
    -o-animation: crossfade 25s forwards infinite 30s;
    -ms-animation: crossfade 25s forwards infinite 30s;
    animation: crossfade 25s forwards infinite 30s;
}


.cb-slideshow .wrap6 span{
-webkit-animation: crossfade 25s forwards infinite 37.25s;
    -moz-animation: crossfade 25s forwards infinite 37.25s;
    -o-animation: crossfade 25s forwards infinite 37.25s;
    -ms-animation: crossfade 25s forwards infinite 37.25s;
    animation: crossfade 25s forwards infinite 37.25s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px;
	color: rgba(169,3,41, 0.8);
}



/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}





ul.fsb-slider {
    list-style: outside none none;
}
.fsb-slider, .fsb-slider::after {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

.fsb-slider li span {
    background-position: 50% 50%;
    background-size: cover;
    color: transparent;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

@-webkit-keyframes crossfade {
0% {
    -webkit-animation-timing-function: ease-in;
    opacity: 0;
}
8% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0.2;
    -webkit-transform: scale(1.05);
}
17% {
    opacity: 0.5;
    -webkit-transform: scale(1.1) rotate(3deg);
}
35% {
    opacity: 0.7;
    -webkit-transform: scale(1.2) rotate(0deg);
}
100% {
    opacity: 0;
}
}
@-moz-keyframes crossfade {
0% {
    -moz-animation-timing-function: ease-in;
    opacity: 0;
}
8% {
    -moz-animation-timing-function: ease-out;
    opacity: 0.2;
    -moz-transform: scale(1.05);
}
17% {
    opacity: 0.5;
    -moz-transform: scale(1.1) rotate(3deg);
}
35% {
    opacity: 0.7;
    -moz-transform: scale(1.2) rotate(0deg);
}
100% {
    opacity: 0;
}
}
@-o-keyframes crossfade {
0% {
    -o-animation-timing-function: ease-in;
    opacity: 0;
}
8% {
    -o-animation-timing-function: ease-out;
    opacity: 0.2;
    -o-transform: scale(1.05);
}
17% {
    opacity: 0.5;
    -o-transform: scale(1.1) rotate(3deg);
}
35% {
    opacity: 0.7;
    -o-transform: scale(1.2) rotate(0deg);
}
100% {
    opacity: 0;
}
}
@-ms-keyframes crossfade {
0% {
    -ms-animation-timing-function: ease-in;
    opacity: 0;
}
8% {
    -ms-animation-timing-function: ease-out;
    opacity: 0.2;
    -ms-transform: scale(1.05);
}
17% {
    opacity: 0.5;
    -ms-transform: scale(1.1) rotate(3deg);
}
35% {
    opacity: 0.7;
    -ms-transform: scale(1.2) rotate(0deg);
}
100% {
    opacity: 0;
}
}
@keyframes crossfade {
0% {
    animation-timing-function: ease-in;
    opacity: 0;
}
8% {
    animation-timing-function: ease-out;
    opacity: 0.2;
    transform: scale(1.05);
}
17% {
    opacity: 0.5;
    transform: scale(1.1) rotate(3deg);
}
35% {
    opacity: 0.7;
    transform: scale(1.2) rotate(0deg);
}
100% {
    opacity: 0;
}
}

.no-cssanimations .fsb-slider li span {
    opacity: 0.5;
}
