@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	background-image:url(image/bg_page.png);
}
.cookieBox{
	width:100%;
	height:100px;
	position:fixed;
	bottom:0;
	left:0;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	z-index:120000;
	background-color:rgba(0,0,0,0.9);
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
}
.wrapper{
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;
}
#logo{
	background-image:url(image/bg_2.png);
	width:330px;
	height:140px;
	position:relative;
	float:left;
	margin:0;
	cursor:pointer;
}
#img_logo{
	background-image:url(image/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:200px;
	height:91px;
	position:relative;
	margin-left:65px;
	top:24px;
}
nav{
	background-color:#000;
	width:670px;
	height:70px;
	position:relative;
	float:left;
	margin:0;
	top:70px;
}
nav ul{
	margin:0;
}
nav li{
	display:inline-block;
	color:#FFF;
	text-transform:uppercase;
	font-size:15px;
	font-family:'Roboto';
	cursor:pointer;
	height:70px;
	width:100px;
	line-height:70px;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
nav li:hover{
	background-color:#FC0;
	color:#000;
}
.link_sel{
	display:inline-block;
	background-color:#FC0;
	color:#000;
	text-transform:uppercase;
	font-size:15px;
	font-family:'Roboto';
	cursor:pointer;
	height:70px;
	width:100px;
	line-height:70px;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#banner{
	width:100%;
	height:450px;
	background-image:url(image/bg_2.png);
}
.pagine{
	background-image:url(image/bg_3.png);
}
.wrapper_page{
	width:920px;
	position:relative;
	left:50%;
	margin-left:-500px;
	background-color:#FFF;
	padding:40px;
	font-family:'Roboto';
	font-size:15px;
	color:#333;
	font-weight:400;
}
.testo_sottile{
	font-family:'Roboto';
	font-size:15px;
	color:#333;
	font-weight:300;
}
.testo_giallo{
	font-family:'Roboto';
	font-size:15px;
	color:#F60;
	font-weight:300;
}
#titolo{
	font-family:'Roboto';
	font-size:30px;
	color:#333;
	text-transform:uppercase;
	font-weight:300;
}
#sottotitolo{
	font-family:'Roboto';
	font-size:20px;
	color:#F90;
	text-transform:uppercase;
	font-weight:300;
}
.colonna_1{
	width:600px;
	position:relative;
	margin-right:20px;
	float:left;
	text-align:left;
	font-family:'Roboto';
	font-size:15px;
	font-weight:300;
}
.colonna_1>img{
	width:70%;
	border:solid 10px #FFF;
	box-shadow:0px 0px 2px #333;
}
.colonna_2{
	width:300px;
	position:relative;
	float:left;
	text-align:left;
	font-family:'Roboto';
	font-size:15px;
	font-weight:300;
}
.input{
	-webkit-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width:20%;
	border:none;
	padding:5px;
	border:solid thin #CCC;
}
.button{
	-webkit-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width:20%;
	border:none;
	padding:5px;
	background-color:#FC0;
	color:#000;
	text-transform:uppercase;
	font-size:15px;
	cursor:pointer;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.button:hover{
	background-color:#333;
	color:#FFF;
}
li{
	margin-bottom:30px;
	font-weight:300;
	list-style-image:url(image/list.png);
}
#container{
	position:relative;
	width:920px;
	margin:0;
	text-align:center;
}
.grid{
	font-size:12px;
	float:left;
	margin:5px;
}
.grid .imgholder img{
	display:block;
	width:150px;
	padding:5px;
	border:solid thin #EAEAEA;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.grid .imgholder img:hover{
	opacity:0.7;
}
.patina{
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	position:absolute;
	z-index:9999;
	text-align:center;
}
.patina>img{
	border:solid 4px #FFF;
	width:50%;
	margin-top:50px;
}
.arrow_left{
	position:absolute;
	height:50px;
	width:50px;
	background-color:#F90;
	left:50%;
	margin-left:-500px;
	font-family:'Roboto';
	font-size:20px;
	color:#FFF;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	top:50px;
}
.arrow_right{
	position:absolute;
	height:50px;
	width:50px;
	background-color:#F90;
	left:50%;
	margin-left:450px;
	font-family:'Roboto';
	font-size:20px;
	color:#FFF;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	top:50px;
}
.arrow_close{
	position:absolute;
	height:50px;
	width:50px;
	background-color:#F90;
	left:50%;
	margin-left:-500px;
	font-family:'Roboto';
	font-size:20px;
	color:#FFF;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	top:120px;
}
hr{
	border:none;
	border-bottom:solid thin #CCC;
}
footer{
	width:1000px;
	height:auto;
	position:relative;
	left:50%;
	margin-left:-500px;
	padding-top:30px;
	font-family:'Roboto';
	color:#FFF;
}
#titolo_footer{
	font-family:'Roboto';
	font-size:30px;
	color:#333;
	text-transform:uppercase;
	font-weight:300;
}
.cat_box{
	width:auto;
	padding:20px;
	height:40px;
	line-height:40px;
	position:relative;
	float:left;
	margin:30px;
	cursor:pointer;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	font-size:24px;
	color:#FFF;
	background-color:#666;
}
.cat_box:hover{
	background-color:#FC0;
	color:#333;
}