@import url(http://fonts.googleapis.com/css?family=Exo+2:300);
	
::-webkit-scrollbar{
    width:0.6em;
    height:0.6em;
	background-color:transparent;
	margin-right: 4px;
}
::-webkit-scrollbar:hover{
    background-color:# ffffff ;
	border: none;
}
::-webkit-resizer{
    -webkit-border-radius:6px;
    background-color:#ffffff;
	border: none;
}
::-webkit-scrollbar-thumb{
    min-height:0.8em;
    min-width:0.8em;
    -webkit-border-radius:6px;
    background-color: #ffffff;
	border: none;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #ffffff;
	border: none;
}
::-webkit-scrollbar-thumb:active{
    background-color:#ffffff;
	border: none;
}


html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, ul, li, label, article, details, footer, header, menu, nav, input, textarea {
	background:transparent;
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline
	background-color:#FFF;
}
article, details, footer, header, menu, nav {
	display:block
}
body {
	line-height:1
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none
}
hr {
	border: 0px;
	color: #fff;
	background-color: #fff;
	height: 1px;
}
.hrgrigio {
	color: #999;
	background-color: #999;
}
input, select {
	font-family: 'Exo 2', sans-serif;
	vertical-align:middle;
	background-color:#FFF;
}
select {
	font-family: 'Exo 2', sans-serif;
	padding:2px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    background: #ffffff;
    color:#888;
    border:none;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background: #FFF url(../images/freccia_select.png) no-repeat right center;
	border: 0px solid #ccc;
	margin-bottom:5px;
}
ul {
	list-style:none
}
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0
}
/* ------------------------------------------------------------------------------- */
/*  1.  Generale
/* ------------------------------------------------------------------------------- */
body {
	background: #eae7e2;
	color:#999;
	font: 12px 'Exo 2', sans-serif;
	line-height:12px;
	letter-spacing:-0.2px;
	word-spacing:0px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	line-height:18px;
}
a, a > * {
	color:#fff;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
}
a:hover, a > *:hover {
	color:#fff;
}
-moz-selection {
	background: #ffed00;
	color: #fff;
	text-shadow: none;
}
selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}
h1 {
	font-size: 30px;
	font-weight:lighter
}
h2 {
	font-size: 24px;
	font-weight:lighter
}
h3 {
	font-size: 18px;
	font-weight: 400;
}
h4 {
	font-size: 12px;
	font-weight: 400;
}
h5 {
	font-size: 16px;
	font-weight:lighter
}
h6 {
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Exo 2', sans-serif;
	line-height: 1.25;
}
h1.capitalize {
	text-transform: capitalize;
}
hr, h1, h2, h3, h4, h5, h6, table, blockquote, p {
	margin-bottom: 10px;
}
hr.h50 {
	margin: 25px 0;
}
/*  Forms  --------------------------------*/


input {
	-webkit-transition: background 0.3s ease-in-out 0s;
	-moz-transition: background 0.3s ease-in-out 0s;
	-o-transition:background 0.3s ease-in-out 0s;
	-ms-transition:background 0.3s ease-in-out 0s;
	border: 0px solid #f2f2f2;
	color: #8c8c8c;
	background-color:#FFF;
	font-size: 11px;
	height: 8px;
	padding: 6px;
	width:100%;
	text-align:left;
	font-family: 'Exo 2', sans-serif;
	margin-bottom:3px;
}
input:focus {
	/*
	background: none repeat scroll 0 0 #f6f6f6;
	*/
	background-color:#eae7e2;
	outline: 0 none;
	font-family: 'Exo 2', sans-serif;
	margin-bottom:3px;
}
textarea {
	-webkit-transition: background 0.3s ease-in-out 0s;
	-moz-transition: background 0.3s ease-in-out 0s;
	-o-transition:background 0.3s ease-in-out 0s;
	-ms-transition:background 0.3s ease-in-out 0s;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #f2f2f2;
	background-color:#FFF;
	color: #8c8c8c;
	float: left;
	font-size: 11px;
	height: 12px;
	padding: 10px;
	width:715px;
	float:left;
	resize: none;
	margin-top:20px;
	margin-bottom:20px;
	font:12px 'Exo 2', sans-serif;
	height:100px;
}
textarea:focus {
	background: none repeat scroll 0 0 #eae7e2;
	outline: 0 none;
}
/* ------------------------------------------------------------------------------- */
/*  Effetti fonts - ombre, dimensione font e colori
/* ------------------------------------------------------------------------------- */
.f_12 {
	font-size:12px;
	line-height:12px;
}
.f_14 {
	font-size:14px;
	line-height:16px;
}
.f_16 {
	font-size:16px;
	line-height:19px;
}
.f_18 {
	font-size:18px;
	line-height:20px;
}
.f_22 {
	font-size:22px;
	line-height:18px;
}
.f_24 {
	font-size:24px;
	line-height:20px;
}
.f_26 {
	font-size:26px;
	line-height:16px;
}
.f_40 {
	font-size:40px;
	line-height:30px;
}
.f_50 {
	font-size:50px;
	line-height:40px;
}
.f_60 {
	font-size:60px;
	line-height:40px;
}









#container {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
}

.gabbia_home {
	position:absolute;
	width:980px;
	height:580px;
	left:50%;
	top:50%;
	margin-left:-490px;
	margin-top:-290px;
}
.gabbia_menu {
	position:absolute;
	width:100%;
	height:74px;
	left:0px;
	bottom:390px;
	z-index:9999;
}
.gabbia_menu2 {
	position:absolute;
	width:auto;
	height:74px;
	line-height:74px;
	left:110px;
	display:none;
}
.gabbia_menu2_txt {
	font-weight:bold;
	color:#009ee0;
	font-size:11px;
	padding-left:15px;
}
.gabbia_menu2_txt a {
	font-weight:bold;
	color:#009ee0;
	font-size:11px;
}
.gabbia_menu2_txt:hover, .gabbia_menu2_txt a:hover, .menuattivo a {
	font-weight:bold;
	color:#009ee0;
	font-size:16px;
}
.gabbia_menu2_txt_b {
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	text-shadow: 2px 1px 5px rgba(0, 0, 0, 1);
	padding-left:15px;
}
.gabbia_menu2_txt_b a {
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	text-shadow: 2px 1px 5px rgba(0, 0, 0, 1);
}
.gabbia_menu2_txt_b:hover, .gabbia_menu2_txt_b a:hover, .menuattivo_b a {
	font-weight:bold;
	color:#FFF;
	font-size:16px;
	text-shadow: 2px 1px 5px rgba(0, 0, 0, 1);
}
.gabbia_base {
	position:absolute;
	left:0px;
	bottom:-375px;
	width:100%;
	height:375px;
	opacity:0;
	display:none;
}
.gabbia_scroll {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:375px;
}
.gabbia_testo {
	position:absolute;
	left:90px;
	top:30px;
	width:48%;
	height:auto;
	font-size:14px;
	color:#FFF;
	max-height:320px;
	overflow-y:auto;
	display:none;
}
.gabbia_menusec {
	position:absolute;
	right:105px;
	top:50px;
	width:340px;
	height:auto;
	font-size:14px;
	color:#FFF;
	max-height:320px;
	overflow-y:auto;
}
#circle { 
  background: RGBA(226,0,122,1); 
  width: 40px; 
  height: 40px; 
  border-radius: 20px; 
  border: 0px;
  cursor:pointer;
}
ul#lista_menu {
    font-size: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#lista_menu li {
    background-color: transparent;
    display: block;
    width: 300px;
    height: 30px;
    margin: 2px 0;
}
ul#lista_menu li a {
    color: #333;
    display: block;
    font-weight: bold;
    line-height: 30px;
    padding-left: 3px;
    text-decoration: none;
    width: 300px; /* 150px - 15px (padding) */
    height: 30px;
}
ul#lista_menu li.active, ul#lista_menu li:hover, ul#lista_menu li a:hover {
	color: #fff;
	background:url(../images/menu_freccia.png) center right no-repeat;
    /*background-color: #54BAE2;*/
}
ul#lista_menu li a.active {
	color: #fff;
	/*background:url(../images/menu_freccia.png) center left no-repeat;
    background-color: #54BAE2;*/
}
.logo_home {
	position:absolute;
	width:100%;
	height:100%;
	background: url(../images/logo_home.png) no-repeat left center;
	z-index:1;
}
.logo_top_nero {
	position:absolute;
	left:50px;
	top:60px;
	width:271px;
	height:93px;
	background: url(../images/logo_nero.png) no-repeat center center;
	cursor:pointer;
}
.logo_top_bianco {
	position:absolute;
	left:50px;
	top:60px;
	width:271px;
	height:93px;
	background: url(../images/logo_bianco.png) no-repeat center center;
	cursor:pointer;
}
.logo_top_payoff_nero {
	position:absolute;
	left:130px;
	top:150px;
	color:#000;
	font-size:15px;
	z-index:9999999;
}
.logo_top_payoff_nero a {
	color:#000;
}
.logo_top_payoff_nero a:hover, .attivo {
	font-weight:bold;
}
.logo_top_payoff_bianco {
	position:absolute;
	left:130px;
	top:150px;
	color:#FFF;
	font-size:15px;
	z-index:9999999;
}
.logo_top_payoff_bianco a {
	color:#FFF;
}
.logo_top_payoff_bianco a:hover, .attivo {
	font-weight:bold;
}
.logo_home_payoff {
	position:absolute;
	top:368px;
	left:95px;
	color:#FFF;
	font-size:14px;
	line-height:25px;
	z-index:3;
}
.logo_home_payoff a {
	color:#FFF;
}
.logo_home_payoff a:hover {
	font-weight:bold;
}
.logo_top_bianco_m {
	display:none;
}
.footer {
	position:absolute;
	bottom:10px;
	right:40px;
	color:#333;
	font-size:14px;
}
.footer a {
	color:#333;
}
.footerb {
	position:absolute;
	bottom:10px;
	right:40px;
	color:#FFF;
	font-size:14px;
}
.footerb a {
	color:#FFF;
}
.gabbia_home2 {
	position:absolute;
	right:10px;
	top:15px;
	width:611px;
	height:566px;
	background: url(../images/bg_gabbia_home.png) no-repeat right center;
	z-index:2;
}
.h_g1 {
	position:absolute;
	top:12px;
	left:12px;
	width:135px;
	height:186px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
}
.h_g1_2 {
	position:absolute;
	top:12px;
	left:167px;
	width:131px;
	height:186px;
	color:#002f47;
	padding:10px;
	cursor:pointer;
}
.h_g2 {
	position:absolute;
	top:12px;
	left:318px;
	width:259px;
	height:100px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
}
.h_g3 {
	position:absolute;
	top:132px;
	left:318px;
	width:259px;
	height:66px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
}
.h_g4 {
	position:absolute;
	top:218px;
	left:12px;
	width:135px;
	height:187px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
}
.h_g5 {
	position:absolute;
	top:218px;
	left:167px;
	width:131px;
	height:187px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
}
.h_g6 {
	position:absolute;
	top:218px;
	left:318px;
	width:133px;
	height:187px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
}
.h_g7 {
	position:absolute;
	top:218px;
	left:471px;
	width:106px;
	height:160px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
}
.h_g8 {
	position:absolute;
	top:425px;
	left:12px;
	width:286px;
	height:109px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
}
.h_g9 {
	position:absolute;
	top:425px;
	left:318px;
	width:133px;
	height:109px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
}
.h_g10 {
	position:absolute;
	top:398px;
	left:471px;
	width:106px;
	height:136px;
	color:#FFF;
	padding:10px;
	cursor:pointer;
}
.h_g_hover:hover {
	-moz-box-shadow: inset 0 0 10px 0 #000;
	-webkit-box-shadow: inset 0 0 10px 0 #000;
	box-shadow: inset 0 0 10px 0 #000;
}
.h_g1_l {
	font-family:"Times New Roman", serif;
	position:absolute; left:10px; top:45px; font-size:110px;
}
.h_g1_t {
	position:absolute; left:15px; bottom:64px; font-size:10px; line-height:12px;
}
.h_g1_t2 {
	position:absolute; left:15px; bottom:12px; font-size:9px; line-height:12px;
	text-align:left;
}
.h_g1_2_l {
	font-family:"Times New Roman", serif;
	position:absolute; left:10px; top:63px; font-size:60px;
}
.h_g1_2_t {
	position:absolute; left:12px; bottom:52px; font-size:10px; line-height:12px;
}
.h_g2_l {
	font-family:"Times New Roman", serif;
	position:absolute; right:10px; top:35px; font-size:80px;
}
.h_g2_t {
	position:absolute; right:10px; bottom:10px; font-size:10px; line-height:12px; text-align:right;
}
.h_g3_l {
	font-family:"Times New Roman", serif;
	position:absolute; left:10px; top:35px; font-size:90px;
}
.h_g3_t {
	position:absolute; right:10px; bottom:10px; font-size:8px; line-height:12px; text-align:right;
}
.h_g4_l {
	font-family:"Times New Roman", serif;
	position:absolute; left:10px; right:10px; top:55px; font-size:140px; text-align:center;
}
.h_g4_t {
	position:absolute; left:10px; right:10px; bottom:13px; font-size:10px; line-height:12px; text-align:center;
}
.h_g5_l {
	font-family:"Times New Roman", serif;
	position:absolute; left:10px; right:10px; top:55px; font-size:140px;
}
.h_g5_t {
	position:absolute; left:10px; right:10px; bottom:13px; font-size:10px; line-height:12px; text-align:left;
}
.h_g6_l {
	font-family:"Times New Roman", serif;
	position:absolute; left:10px; right:10px; top:55px; font-size:140px;
}
.h_g6_t {
	position:absolute; left:10px; right:10px; bottom:36px; font-size:10px; line-height:12px; text-align:left;
}
.h_g7_l {
	font-family:"Times New Roman", serif;
	position:absolute; left:10px; right:10px; top:55px; font-size:140px;
}
.h_g7_t {
	position:absolute; left:10px; right:10px; bottom:20px; font-size:10px; line-height:12px; text-align:right; font-size:9px;
}
.h_g8_l {
	font-family:"Times New Roman", serif;
	position:absolute; left:10px; right:10px; top:25px; font-size:58px; text-align:center;
}
.h_g8_t {
	position:absolute; left:10px; right:10px; bottom:23px; font-size:10px; line-height:12px; text-align:center;
}
.h_g9_l {
	font-family:"Times New Roman", serif;
	position:absolute; left:10px; right:10px; top:35px; font-size:80px; text-align:center;
}
.h_g9_t {
	position:absolute; left:10px; right:10px; bottom:13px; font-size:10px; line-height:12px; text-align:center;
}
.h_g10_l {
	font-family:"Times New Roman", serif;
	position:absolute; left:10px; right:10px; top:30px; font-size:100px; text-align:center;
}
.h_g10_t {
	position:absolute; left:10px; right:10px; bottom:18px; font-size:10px; line-height:12px; text-align:center;
}



.servizi0, .servizi1, .servizi2, .servizi3, .servizi4, .servizi5 {
	position:absolute;
	right:260px;
	top:30px;
	width:40%;
	height:auto;
	font-size:14px;
	color:#FFF;
	max-height:320px;
	overflow-y:auto;
	display:none;
}