
.ban {
	   color:rgba(0,0,0, 1.0);
			  }

.container {
		width:100%;
		height:100%;
		position:absolute;
		top: 40px;
   		left: 0px;
   		z-index: 11;
		padding-left:20%;
		padding-right:20%;
		margin:0px;
		padding-top:0px;		
}	

.pad {
	 background-color:rgba(250,250,250, 0.7);
	 box-shadow: 5px 5px 100px #000;
	color:#000000;
	border:solid 2px #000000;
	border-radius: 30px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
	padding:35px 20px 20px 20px;
	width:60%;
	height:750px;
	margin-top:2%;
			  }		  
			  
.con {
	font-size:20px;
	background-color:rgba(250,250,250, 1.0);
	border:solid 0px #000000;
	border-radius: 30px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
	padding:30px;
	margin:auto;
	width:90%;
	height:37%;
	vertical-align:middle;
   	}
	
.it-slideshow,
.it-slideshow:after { 
    position: relative;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    z-index: 0; 
}

.it-slideshow li span { 
    width: 600px;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: contain;
    background-repeat:no-repeat;
    opacity: 0;
    z-index: 0;
	border:solid 5px #FFFFFF;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation1 36s linear infinite 0s;
    -moz-animation: imageAnimation1 36s linear infinite 0s;
    -o-animation: imageAnimation1 36s linear infinite 0s;
    -ms-animation: imageAnimation1 36s linear infinite 0s;
    animation: imageAnimation1 36s linear infinite 0s; 
}
.it-slideshow li div { 
    z-index: 1000;
    position: absolute;
    top: 380px;
    left: 0px;
    width: 100%;
    text-align: left;
    opacity: 0;
    color: #000;
    -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; 
}
.it-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    padding: 0;
    line-height: 30px; 
}
.it-slideshow li:nth-child(1) span { 
    background-image: url(../images/1.jpg) 
}
.it-slideshow li:nth-child(2) span { 
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.it-slideshow li:nth-child(3) span { 
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.it-slideshow li:nth-child(4) span { 
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.it-slideshow li:nth-child(5) span { 
    background-image: url(../images/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.it-slideshow li:nth-child(6) span { 
    background-image: url(../images/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.it-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.it-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.it-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.it-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.it-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the inset slideshow images */
@-webkit-keyframes imageAnimation1 { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation1 { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation1 { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation1 { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation1 { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0; left:20px}
    8% { opacity: 1; left:170px}
    17% { opacity: 1; left:320px}
    19% { opacity: 0; left:470px}
    100% { opacity: 0; left:620px}
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0; left:20px}
    8% { opacity: 1; left:170px}
    17% { opacity: 1; left:320px}
    19% { opacity: 0; left:470px}
    100% { opacity: 0; left:620px}
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0; left:20px}
    8% { opacity: 1; left:170px}
    17% { opacity: 1; left:320px}
    19% { opacity: 0; left:470px}
    100% { opacity: 0; left:620px}
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0; left:20px}
    8% { opacity: 1; left:170px}
    17% { opacity: 1; left:320px}
    19% { opacity: 0; left:470px}
    100% { opacity: 0; left:620px}
}
@keyframes titleAnimation { 
    0% { opacity: 0; left:20px}
    8% { opacity: 1; left:170px}
    17% { opacity: 1; left:320px}
    19% { opacity: 0; left:470px}
    100% { opacity: 0; left:620px}
}
/* Show at least something when animations not supported */
.no-cssanimations .it-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1540px) { 
    .it-slideshow li div { top:380px; }
	.it-slideshow li div h3 { font-size: 30px; }
	.it-slideshow li span { width:600px; height:400px; }
}
@media screen and (max-width: 1100px) { 
    .it-slideshow li div { top:300px; }
	.it-slideshow li div h3 { font-size: 30px; }
	.it-slideshow li span { width:450px; height: 300px; }
}
@media screen and (max-width: 800px) { 
    .it-slideshow li div { top:200px; }
	.it-slideshow li div h3 { font-size: 30px; }
	.it-slideshow li span { width:300px; height: 200px; }
	.con { height: 55%; width:80%; }
}
@media screen and (max-width: 600px) { 
    .it-slideshow li div { top:140px; }
	.it-slideshow li div h3 { font-size: 20px; }
	.it-slideshow li span { width:225px; height: 150px; }
	.con { height: 80%; width:80%; }
    .pad { height: 90%; width:80%; margin-left:-20px; }
}

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 72s linear infinite 0s;
    -moz-animation: imageAnimation 72s linear infinite 0s;
    -o-animation: imageAnimation 72s linear infinite 0s;
    -ms-animation: imageAnimation 72s linear infinite 0s;
    animation: imageAnimation 72s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/5.jpg);
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/6.jpg);
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    -ms-animation-delay: 60s;
    animation-delay: 60s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    2% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    23% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    2% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    23% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    2% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    23% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    2% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    23% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    2% { opacity: 1;
         animation-timing-function: ease-out; }
    23% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
