@import url(//fonts.googleapis.com/css?family=Open+Sans);

body {
    font-family: 'Open Sans', sans-serif;
    background-color:white;
	color: #333333;
	overflow:hidden;
	text-align:center;
	margin:0;
	padding:0;
	
	}
a {
	color: #333333;
	text-decoration: none;
	}
a:hover {
	color: #808080;
	}
#testata{
	width:375px;
	text-align:center;
	padding:0; /* era 2px 0 6px 0 */
	margin:0 auto;
	z-index: 0;
	overflow:hidden;
	}
#testata h1 img {
		max-width:75%;
		}
@media (max-width: 540px) {
	#testata{
		max-width:80%;
	}
	#testata h1 img {
		max-width:80%;
		}
	}
#testata h1{
	text-align:center;
	margin:0 !important;
	padding:0 !important;
	}
#testata ul{
	list-style-type:none;
	font-size:18px;
	display:table;
	margin:0 auto;
	padding:0;
	}
#testata ul li{
	display:table-cell;
	padding:0 10px;
	}
#testata ul li a:after{
	content:'.';
	}
#slideshow{
	width:100%;
	height:100%;
	}
#enter{
	font-size:15px;
	text-align:center;
	position:absolute;
	bottom: 8px;
	width:100%;
	}
#enter p{
	text-align:center;
	margin:0 auto;
	}
#enter p span{
	padding:2px 8px;
	background-color:#333333;
	}
#enter p a{
	color:#ffffff;
	}
.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: -15px;
	left: 0;
	z-index: -1;
	}
.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 3s ease-out;
	transition: opacity 3s ease-out;
	}
/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}
/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
