@charset "utf-8";
.slideshow {
	width: 100%;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
	z-index: 0;
}
.slider {
	width: 100%;
	overflow: hidden;
	height: 600px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.slide {
	width: 100%;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.slide .testo, .slide .photo {
	width: 600px;
	left: 0px;
	display: block;
	position: relative;
	padding: 20px;
	text-align: center;
	margin-left: 200px;
	animation-duration: 15s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: anim-1;
	background-repeat: no-repeat;
}
.slide .testo {
	top: 200px;
	color: #FCFCFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.slide .title {
	font-size: 40px;
}
.slide .testo a {
}
 @media screen and (max-width:480px) {
.slide .testo {
	width: 80%;
	top: 10px;
	font-size: 30px;
	margin-left: 10%;
	line-height: 40px;
}
}
.slide #testo {
	animation-name: anim-1;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2.5s;
	animation-name: fade;
	animation-duration: 2.5s;
}
 @-webkit-keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
.fadeout {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2.5s;
	animation-name: fade;
	animation-duration: 2.5s;
}
 @-webkit-keyframes fadeout {
 from {
opacity: 1
}
to {
	opacity: .4
}
}
 @keyframes fadeout {
 from {
opacity: 1
}
to {
	opacity: .4
}
}
#pager {
	position: absolute;
	bottom: 10px;
	z-index: 500;
	height: auto;
	width: 100%;
	text-align: center;
}
#pager span {
	font-family: arial;
	font-size: 0px;
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #FFF;
	cursor: pointer;
	background-image: url(../img/opencircle.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#pager span.cycle-pager-active {
	background-image: url(../img/closedcircle.png);
	background-repeat: no-repeat;
	background-position: center center;
}
 @keyframes anim-1 {
 0%, 8.3% {
left: -100%;
opacity: 0;
}
 8.3%, 25% {
left: 0px;
opacity: 1;
}
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev {
	left: 0;
}
 @media screen and (max-width:680px) {
.slideshow {
	height: 200px;
}
.slider {
	height: 200px;
}
.slide {
	height: 200px;
	background-size: cover;
}
.prev, .next {
	height: 200px;
}
}
