
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;border:none;
}
.cb-slideshow:after {
	border:none;
   /* content: '';
    background: transparent url(../images/pattern.png) repeat top left;*/
}
.cb-slideshow li span {
    width: 100%;
    height: 110%;
    position: absolute;
    top: -50px;
    left: 0%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; border:none;
}
.cb-slideshow li div {
    
    position: absolute;z-index: 10000;
    top:0;
    
    width:65%;height:100%;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;border:none; 
	font-weight:700;
	font-family: 'Ubuntu', Arial, sans-serif;
    font-size:40px;color:#fff;line-height:45px;
    border:none; text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
}
.cb-slideshow li div h3 {
   position:relative;top:-15px;font-family: 'Ubuntu', Arial, sans-serif;width:85%;font-size:25px;line-height:30px;font-weight:700;color:#fff;z-index: 10000;
}
.cb-slideshow li div p {
   position:relative;width:70%;font-size:18px;margin-top:-30px;line-height:31px;font-weight:400;
}
.cb-slideshow li:nth-child(1) span {}
.cb-slideshow li:nth-child(2) span {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}
.cb-slideshow li:nth-child(3) span {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(4) span {
    -webkit-animation-delay: 27s;
    -moz-animation-delay: 27s;
    -o-animation-delay: 27s;
    -ms-animation-delay: 27s;
    animation-delay: 27s;
}

.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 27s;
    -moz-animation-delay: 27s;
    -o-animation-delay: 27s;
    -ms-animation-delay: 27s;
    animation-delay: 27s;
}

moz
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in; 
	}
	5% {
	    opacity: 1;
	    -webkit-animation-timing-function: ease-out;
	}
	21% {
	    opacity: 1;
	    -webkit-transform: scale(1.2);
	}
	35% {
	    opacity: 0;
	    -webkit-transform: scale(2.3) 
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in; 
	}
	5% {
	    opacity: 1;
	    -o-animation-timing-function: ease-out;
	}
	21% {
	    opacity: 1;
	    -o-transform: scale(1.2);
	}
	35% {
	    opacity: 0;
	    -o-transform: scale(2.3) 
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in; 
	}
	5% {
	    opacity: 1;
	    -ms-animation-timing-function: ease-out;
	}
	21% {
	    opacity: 1;
	    -ms-transform: scale(1.2);
	}
	35% {
	    opacity: 0;
	    -ms-transform: scale(2.3) 
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in; 
	}
	5% {
	    opacity: 1;
	    animation-timing-function: ease-out;
	}
	21% {
	    opacity: 1;
	    transform: scale(1.2);
	}
	35% {
	    opacity: 0;
	    transform: scale(2.3) 
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(-20%);
	}
	10% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	}
	15% {
	    opacity: 1;
	   -webkit-transform: translateY(0);
	}
	21% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	}
	27% {
	    opacity: 0;
	    -webkit-transform: translateY(20%);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(-20%);
	}
	10% {
	    opacity: 1;
	    -moz-transform: translateY(0);
	}
	15% {
	    opacity: 1;
	   -moz-transform: translateY(0);
	}
	21% {
	    opacity: 1;
	    -moz-transform: translateY(0);
	}
	27% {
	    opacity: 0;
	    -moz-transform: translateY(20%);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(-20%);
	}
	10% {
	    opacity: 1;
	    -o-transform: translateY(0);
	}
	15% {
	    opacity: 1;
	   -o-transform: translateY(0);
	}
	21% {
	    opacity: 1;
	    -o-transform: translateY(0);
	}
	27% {
	    opacity: 0;
	    -o-transform: translateY(20%);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(-20%);
	}
	10% {
	    opacity: 1;
	    -ms-transform: translateY(0);
	}
	15% {
	    opacity: 1;
	   -ms-transform: translateY(0);
	}
	21% {
	    opacity: 1;
	    -ms-transform: translateY(0);
	}
	27% {
	    opacity: 0;
	    -ms-transform: translateY(20%);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(-20%);
	}
	10% {
	    opacity: 1;
	    transform: translateY(0);
	}
	15% {
	    opacity: 1;
	    transform: translateY(0);
	}
	21% {
	    opacity: 1;
	    transform: translateY(0);
	}
	27% {
	    opacity: 0;
	    transform: translateY(20%);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1280px) { 
	 .cb-slideshow li div h3 {width:100%;font-size:20px;} .cb-slideshow li div {font-size:29px;line-height:33px; width:80%;}
}
@media screen and (max-width: 767px) { 
	 .cb-slideshow li div {
    
    width:95%;height:100%;}
	.cb-slideshow li div h3 {line-height:28px;} 
	.cb-slideshow li div p {
   position:relative;width:95%;font-size:16px;line-height:27px;
}
}
@media screen and (max-width: 767px) { 
	 .cb-slideshow li div {font-size:27px;line-height:30px} 
}
