.cb-slideshow,
.cb-slideshow li span:after,
.cb-slideshow li span:before { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1; 
    padding: 0; margin: 0;
}
.cb-slideshow ul, .cb-slideshow li {
    list-style: none;
}
.cb-slideshow li span:after { 
    content: '';
    background: transparent url(../images/txture.png) repeat top left; 
    opacity: 0.6;
}
.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 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s; 
}
.cb-slideshow li div { 
    /*z-index: 100;*/
    position: absolute;
    /*bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;*/
    opacity: 0;
    color: #fff;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(3) span { 
    -webkit-animation-delay: -10s;
    -moz-animation-delay: -10s;
    -o-animation-delay: -10s;
    -ms-animation-delay: -10s;
    animation-delay: -10s; 
}
.cb-slideshow li:nth-child(2) span { 
    -webkit-animation-delay: -20s;
    -moz-animation-delay: -20s;
    -o-animation-delay: -20s;
    -ms-animation-delay: -20s;
    animation-delay: -20s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: -10s;
    -moz-animation-delay: -10s;
    -o-animation-delay: -10s;
    -ms-animation-delay: -10s;
    animation-delay: -10s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: -20s;
    -moz-animation-delay: -20s;
    -o-animation-delay: -20s;
    -ms-animation-delay: -20s;
    animation-delay: -20s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 1; z-index: 100 }
    30% { opacity: 1; -webkit-animation-timing-function: ease-in; /*transform: scale(1.06);*/}
    33% { opacity: 0; z-index: -10; /*transform: scale(1.08);*/ }
    93% { opacity: 0; z-index: -20; -webkit-animation-timing-function: ease-out; /*transform: scale(1);*/ }
    100% { opacity: 1; z-index: 100; }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 1; z-index: 100 }
    30% { opacity: 1; -moz-animation-timing-function: ease-in; /*transform: scale(1.06);*/}
    33% { opacity: 0; z-index: -10; /*transform: scale(1.08);*/ }
    93% { opacity: 0; z-index: -20; -moz-animation-timing-function: ease-out; /*transform: scale(1);*/ }
    100% { opacity: 1; z-index: 100; }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 1; z-index: 100 }
    30% { opacity: 1; -o-animation-timing-function: ease-in; /*transform: scale(1.06);*/}
    33% { opacity: 0; z-index: -10; /*transform: scale(1.08);*/ }
    93% { opacity: 0; z-index: -20; -o-animation-timing-function: ease-out; /*transform: scale(1);*/ }
    100% { opacity: 1; z-index: 100; }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 1; z-index: 100 }
    30% { opacity: 1; -ms-animation-timing-function: ease-in; /*transform: scale(1.06);*/}
    33% { opacity: 0; z-index: -10; /*transform: scale(1.08);*/ }
    93% { opacity: 0; z-index: -20; -ms-animation-timing-function: ease-out; /*transform: scale(1);*/ }
    100% { opacity: 1; z-index: 100; }
}
@keyframes imageAnimation { 
    0% { opacity: 1; z-index: 100 }
    30% { opacity: 1; animation-timing-function: ease-in; /*transform: scale(1.06);*/}
    33% { opacity: 0; z-index: -10; /*transform: scale(1.08);*/ }
    93% { opacity: 0; z-index: -20; animation-timing-function: ease-out; /*transform: scale(1);*/ }
    100% { opacity: 1; z-index: 100; }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 1; z-index: 100}
    30% { opacity: 1 }
    33% { opacity: 0; z-index: -10  }
    90% { opacity: 0; z-index: -20  }
    100% { opacity: 1; z-index: 100 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 1; z-index: 100}
    30% { opacity: 1 }
    33% { opacity: 0; z-index: -10  }
    90% { opacity: 0; z-index: -20  }
    100% { opacity: 1; z-index: 100 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 1; z-index: 100}
    30% { opacity: 1 }
    33% { opacity: 0; z-index: -10  }
    90% { opacity: 0; z-index: -20  }
    100% { opacity: 1; z-index: 100 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 1; z-index: 100}
    30% { opacity: 1 }
    33% { opacity: 0; z-index: -10  }
    90% { opacity: 0; z-index: -20  }
    100% { opacity: 1; z-index: 100 }
}
@keyframes titleAnimation { 
    0% { opacity: 1; z-index: 100}
    30% { opacity: 1 }
    33% { opacity: 0; z-index: -10  }
    90% { opacity: 0; z-index: -20  }
    100% { opacity: 1; z-index: 100 }
}
/* 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: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}