body,html { 
	background: url(../images/sfondi/home.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 0 0 0;
}

@font-face {
    font-family: 'geo';
    src: url('geo.eot');
    src: url('geo.eot?#iefix') format('embedded-opentype'),
         url('geo.woff') format('woff'),
         url('geo.ttf') format('truetype'),
         url('geo.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNova';
    src: url('ProximaNova.eot');
    src: url('ProximaNova.eot?#iefix') format('embedded-opentype'),
         url('ProximaNova.woff') format('woff'),
         url('ProximaNova.ttf') format('truetype'),
         url('ProximaNova.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------------------START MENU------------------------------*/

#container_menu{
	position:fixed;
	width:300px;
	height:100%;
	background:black;
	opacity:0.8;
	z-index:100;
}

/*logo all'interno del menu*/
#logo{
	position:absolute;
	top:20px;
	left:-20px;
	width:320px;
	height:150px;
	background:url(../images/menu/logo.png);
}

/*copyright all'interno del menu*/
#copyright{
	position:absolute;
	top:700px;
	left:50px;
	right:40px;
	height:50px;
	background:none;
}

/*fb all'interno del menu*/
#fb{
	position:absolute;
	top:650px;
	left:80px;
	width:70px;
	height:70px;
	background:url(../images/menu/fb.png) no-repeat;
	opacity:0.5;
}

#fb:hover{
	position:absolute;
	top:650px;
	left:80px;
	width:70px;
	height:70px;
	background:url(../images/menu/fb.png) no-repeat;
	opacity:0.8;
}

/*youtube all'interno del menu*/
#yt{
	position:absolute;
	top:650px;
	left:170px;
	width:70px;
	height:70px;
	background:url(../images/menu/yt.png) no-repeat;
	opacity:0.5;
}

#yt:hover{
	position:absolute;
	top:650px;
	left:170px;
	width:70px;
	height:70px;
	background:url(../images/menu/yt.png) no-repeat;
	opacity:0.8;
}

/*elenco menu*/
#menu{
	position:absolute;
	top:210px;
	width:280px;
	height:250px;
	left:10px;
	background:none;
	z-index:1000;
}

/*elementi lista menu*/
#menu ul{
	font-family:geo, proximanova, verdana;
	font-size:30px;
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing:1px;
    z-index:600;
}

#menu ul li{
   	display: block;
   	width: 290px;
   	height: 30px;
   	z-index:600;
   	background:none;
}

#menu ul li a{
    	color: #646464;
   	display: block;
   	font-weight: normal;
   	padding-left: 15px;
   	line-height: 10px;
    	text-decoration: none;
    	text-transform: uppercase;
    	z-index:600;
}

#menu ul li a:hover{
    	color: #ffc800;
    	background:none;
   	display: block;
   	font-weight: normal;
   	line-height: 10px;
   	padding-left: 15px;
    	text-decoration: none;
    	text-transform: uppercase;
}

.menu_giallo{
	color:#ffc800;
}

.link_bianco:hover{
	color:#ffffff;
}

.link_giallo:hover{
	color:#ffc800;
}

.testo_dx{
	text-align:right;
	font-size:15px;
}

/*sottomenu*/
#menu ul ul {
	position:relative;
	visibility: hidden;
	top:-40px;
	left: 290px;
	z-index: 600;
	width: 100%; 
}

#menu ul ul li {
   	display: block;
   	background:black;
   	height:30px;
   	width:215px;
   	padding-top: 15px;
   	z-index:600;
 
 }
 
#menu ul ul a{
	font-size:15px;
	line-height:20px;
}

#menu ul ul a:hover{
	color: #ffc800;
	font-size:15px;
	line-height:20px;
}

#menu ul li:hover > ul {
	visibility: visible;
	z-index:600;
}

/*------------------------------------------------FINE MENU------------------------------*/

/*struttura centrale contenente i dati*/
#container_centro{
	position:relative;
	margin:0 auto;
	left:130px;
	top:10px;
	width:900px;
	height:900px;
	background:none;
	z-index:1;
}

/*div pubblicazioni*/
#div1_pub{
	position:absolute;
	top:50px;
	width:620px;
	height:470px;
	background:black;
	opacity:0.8;
	border:1px solid #222222;
	border-radius:5px;
	z-index:1;
}

#img_div1{
	position:absolute;
	top:100px;
	left:10px;
	width:220px;
	height:302px;
	background:url(../images/home/ama_cov.jpg) no-repeat;
	border-radius:5px;
	border:1px solid #222222;
	
}

#testo_div1{
	position:absolute;
	top:85px;
	left:240px;
	width:360px;
	height:300px;
	background:none;
}

#pulsante_div1{
	position:absolute;
	top:225px;
	left:0px;
	width:400px;
	height:125px;
	background:none;
}

/*area shop div pubblicazioni*/
#div1_shop{
	position:absolute;
	top:420px;
	width:620px;
	height:50px;
	border-top:1px solid #222222;
	z-index:2;
}

#pul_shop{
	position:absolute;
	top:0px;
	left:515px;
	width:100px;
	height:50px;
	background:none;
	border-left:1px solid #222222;
}
#pul_shop:hover{
	position:absolute;
	top:0px;
	left:515px;
	width:100px;
	height:50px;
	background:none;
	border-left:1px solid #222222;
}

#div2_slide{
	position:absolute;
	top:50px;
	left:652px;
	width:300px;
	height:450px;
	background:black;
	opacity:0.95;
	border:1px solid #222222;
	z-index:1;
}

/*div testo*/
#div4_testo{
	position:absolute;
	top:540px;
	width:620px;
	height:1050px;
	background:black;
	opacity:0.8;
	border:1px solid #222222;
	border-radius:5px;	
}

/*div vocal*/
#div5_vocal{
	position:absolute;
	top:522px;
	left:652px;
	width:300px;
	height:300px;
	background:#000000 url(../images/home/vocal.png);
	opacity:0.8;
	border:1px solid #222222;
	border-radius:5px;
}

/*div vocal coupon*/
#div6_voc_cou{
	position:absolute;
	top:825px;
	left:652px;
	width:300px;
	height:80px;
	background:#000000 url(../images/home/coupon.png);
	opacity:0.8;
	border:1px solid #222222;
	border-radius:5px;
}

/*div voice charisma*/
#div7_cha{
	position:absolute;
	top:908px;
	left:652px;
	width:300px;
	height:300px;
	background:#000000 url(../images/home/cha.png);
	opacity:0.8;
	border:1px solid #222222;
	border-radius:5px;
}

a,
a:link,
a:visited,
a:active{
	text-decoration:none;
}
/*stile caratteri*/
h1{
	font-family:geo, proximanova;
	font-size:35px;
	color:#646464;
	margin-left:10px;
	line-height:5px;
	font-weight:normal;
	text-transform:none;
	letter-spacing:1px;
}

/*sottotitoli*/
h2{
	font-family:geo, proximanova;
	font-size:20px;
	color:#ffc800;
	margin:10px;
	line-height:20px;
	font-weight:normal;
	text-transform:none;
	letter-spacing:1px;
	text-align:justify;
}

/*testo dati*/
h3{
	font-family:geo, proximanova;
	font-size:18px;
	color:white;
	margin:10px;
	font-weight:normal;
	text-transform:none;
	letter-spacing:1px;
	text-align:justify;
}

/*testo Area Shop*/
h4{
	font-family:geo, proximanova;
	font-size:20px;
	color:#646464;
	margin:5px;
	line-height:20px;
	font-weight:normal;
	text-transform:none;
	letter-spacing:1px;
	text-align:justify;
}

/*testo per copyright*/
h6{
	font-family:geo, proximanova;
	font-size:12px;
	color:#646464;
	text-transform:none;
	letter-spacing:1px;
	text-align:justify;
}


/*slide -------------------------- */

#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:300px;
	margin:0px auto 0px;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
}
* html #wowslider-container1{ width:300px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1  a.wsl{
	display:none;
}

#wowslider-container1 .ws_bullets { 
	padding: 10px; 
}
#wowslider-container1 .ws_bullets a { 
	margin-left: 5px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	border: 1px solid #B8C4CF; 
	color: transparent; 
	text-indent: 0px; 
	background-image:url("data:image/gif;base64,");
	position:relative;
}
#wowslider-container1 .ws_selbull { 
	background-color: #B8C4CF; 
	color: #FFFFFF; 
}

#wowslider-container1 .ws_bullets a:hover, #wowslider-container1 .ws_overbull { 
	background-color: #dae9f6;
	color: #FFFFFF; 
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	position:absolute;
	display:none;
	top:50%;
	margin-top:-15px;
	line-height:30px;
	z-index:60;
	background-color: #000000; 
	color: #FFFFFF; 
	padding: 0px 10px; 
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#wowslider-container1 a.ws_next{
	right:0;
}
#wowslider-container1 a.ws_prev {
	left:0;
}
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}
/* bottom center */
#wowslider-container1  .ws_bullets {
	top:0;
    right: 0;
}

#wowslider-container1 .ws-title{
	position: absolute;
	bottom:0;
	left: 0;
	margin-right:5px;
	z-index: 50;
	background-color:#000000;
	color:#FFFFFF;
	padding:10px 1%;
	width:98%;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	opacity:0.55;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);	
}
#wowslider-container1 .ws-title div{
	padding-top:5px;
	font-size: 12px;
}
#wowslider-container1 .ws_images ul{
	animation: wsBasic 37.5s infinite;
	-moz-animation: wsBasic 37.5s infinite;
	-webkit-animation: wsBasic 37.5s infinite;
}
@keyframes wsBasic{0%{left:-0%} 13.33%{left:-0%} 20%{left:-100%} 33.33%{left:-100%} 40%{left:-200%} 53.33%{left:-200%} 60%{left:-300%} 73.33%{left:-300%} 80%{left:-400%} 93.33%{left:-400%} }
@-moz-keyframes wsBasic{0%{left:-0%} 13.33%{left:-0%} 20%{left:-100%} 33.33%{left:-100%} 40%{left:-200%} 53.33%{left:-200%} 60%{left:-300%} 73.33%{left:-300%} 80%{left:-400%} 93.33%{left:-400%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 13.33%{left:-0%} 20%{left:-100%} 33.33%{left:-100%} 40%{left:-200%} 53.33%{left:-200%} 60%{left:-300%} 73.33%{left:-300%} 80%{left:-400%} 93.33%{left:-400%} }

#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	top:12px;
	left:-16px;
	visibility:hidden;
	position:absolute;
    border: 2px solid #B8C4CF;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	background-color:#B8C4CF;
	width:32px;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	top:25px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 2px solid #B8C4CF;
}
#wowslider-container1 .ws_bulframe span{
	position:absolute;
}

/*Fine slide -------------------------- */