/* Slideshow container */
html {
	background-color: rgba(51,51,51,1);
}
body {
	width: 80%;
	margin-left:10%;
}
.slideshow-container {
	width: 500px;
	height:740;
	position: relative;
	margin: auto;
	float: right;
	margin-right:0%;
	margin-top: 2%;
}
.mySlides {
	display: none;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	background-color: rgba(0,0,0,0.3);
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text a {
	color: #FFFFFF;
	font-size: 15px;
	padding: 25%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom:3%;
	padding-left:5%;
	bottom: 8px;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	height: 30%;
	margin-left: 36%;
	border-radius: 2%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	position:relative;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* The dots/bullets/indicators */
.dot {
	cursor:pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: 0.6s ease;
}
.active, .dot:hover {
	background-color: #717171;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
 @-webkit-keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
#container_description {
	width: 50%;
}
#descrizione {
	width:50%;
	height:auto;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	background: rgba(0,0,0,0.4);
	border-radius: 3%;
	margin-left: 0%;
	margin-top: 13%;
	color: #FFFFFF;
}
.text a:hover {
	background-color: rgba(0,0,0,0.8);
	color:#FFFFFF;
}
.titolo {
	text-align: center;
	padding: 2%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color: #FFF;
	background-color: rgba(0,0,0,0.4);
	border-radius: 3%;
	width: 50%;
	margin-left: 23%;
	margin-bottom:3%;
}
.immagine {
	box-shadow:0px 0px 15px rgba(0,0,0,0.7);
	margin-bottom:8%;
}
h1 {
	text-align:center;
	padding:10%;
}
p {
	text-align:justify;
	padding:10%;
}
#bottone_torna_sito{
	margin-bottom: 15%;
	}
#bottone_torna_sito a.torna_sito {
	background-color: rgba(255,255,255,0.4);
	color: rgba(0,0,0,0.8);
	border-radius: 3%;
	margin-top:-5%;
	width: 30%;
	margin-left: 32%;
}
a.torna_sito {
	padding:3%;
	padding-top: 4%;
	text-decoration:none;
}
#bottone_torna_sito a.torna_sito:hover {
	background-color: rgba(255,255,255,0.6);
	color: rgba(0,0,0,0.8);
}
