@charset "iso-8859-1";
/* Effect 1: Fade in and scale up */
.body-md{
	overflow: hidden !important;
}
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	/* width: 50%; */
	/* max-width: 800px; */
	width: 800px;
	/* min-width: 320px; */
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background-color: rgba(237, 237, 237, 0.96);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.md-resize {
    overflow: auto;
    height: 100%;
}
/* Content styles */
.md-content {
	background: rgba(255,255,255,1);
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content .img {
	margin: 0;
	padding: 0;
	width:320px;
	display:inline-block;
	vertical-align:top;
	text-align: left;
}
.md-content .img > img {
	margin: 40px 0 40px 40px;
	width:280px;
	height:auto;
}
.md-content .withimg {
	margin: 0;
	padding: 0;
	width:480px;
	display:inline-block;
	vertical-align:top;
	text-align: left;
}

.md-content h3 {
	margin: 0;
	padding: 40px 40px 0;
}
.md-content > div p {
	margin: 0;
	padding: 12px 40px 40px 40px;
	line-height: 24px !important;
}

.md-content-close{
	top:0px;
	right:0px;
	
	width:46px;
	height:46px;
	overflow:hidden;

	position:absolute;
	z-index:10;
	
	display:inline-block;
	
	background-image:url(BTN_close_d.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:46px;

	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;

	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;

	opacity:0.60;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.md-content-close:hover {
	opacity:1;
}
/* COOKIE LAW /////////////////////////////////////////////////////////////////// */
.cookiepolicy{
	width:100%;
	height:0;
	overflow: hidden !important;
	top:0;
	left:0;
	position:fixed;
	
	z-index: 0;
	
	border-width: 0px;
	border-style: solid;
	border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
	
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cookiepolicy .cookielaw-close{
	position:fixed;
	top:8px;
	right:8px;
}
.cookiepolicy-open{
	overflow: hidden !important;
}
.cookiepolicy-open .cookiepolicy{
	z-index: 999999999;
    height: 100%;
    border-width: 80px 80px 80px 80px;
    background-color: rgba(0,0,0,0.92);
    -webkit-transition: border-width 0.3s, background-color 0.3s;
    transition: border-width 0.3s, background-color 0.3s;
}
.cookiepolicy-main{
	width: 600px;
    height: 100%;
	overflow: hidden;
	margin:0 auto;
	position:relative;
}
.cookiepolicy-box{
	text-align:left;
	background-color: rgba(255,255,255,0.96);
	overflow: auto;
	height:80%;
}
.cookiepolicy-box h2{
	margin: 0px;
	padding: 40px 30px 20px;
}
.cookiepolicy-box p{
	margin: 0px;
	padding: 10px 30px 120px;
}

.cookiepolicy-link{
	width:100%;
	height:20%;
	bottom:0;
	left:0;
	position:absolute;
	z-index: 1;
    background-color: rgba(0,0,0,0.96);
	text-align:center;
}
.cookiepolicy-link div{
	margin:8% auto;
}

.cookielaw{
	bottom: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	z-index: 99999998;
	background-color: black;
	
	text-align:center;
}
.cookielaw-close{
	width:46px;
	height:46px;
	overflow:hidden;

	position:absolute;
	z-index:10;
	
	right:8px;
	top:0px;
	
	display:inline-block;
	
	background-image:url(BTN_close_x.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:46px;

	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;

	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;

	opacity:0.60;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.cookielaw-close:hover {
	opacity:1;
}

.cookielaw-txt{
    width: auto;
	display: inline-block;
    
	position: relative;
	margin: 0px auto;
    padding: 14px 52px 20px 52px;
    
	font-family: Verdana, sans-serif;
    font-size: 11px;

    color: #fff;
	
	text-align:center;
}
a.cookielaw-btn:link, a.cookielaw-btn:visited, a.cookielaw-btn:hover, a.cookielaw-btn:active, .cookielaw-btn{
	text-decoration: none;
	display:inline-block;
	
	color: #595959;
	background-color:#ededed;
	border:2px solid #ededed;
	
	margin: 14px 0px 0px;
	
	line-height: 18px !important;
	
	font-family: Verdana, sans-serif;
    font-size: 9px;
	font-weight:bold;
	
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	
	padding: 0 8px 0 8px;
	
	background-clip: border-box;
	-webkit-background-clip: border-box; 
	-moz-background-clip: border-box;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	cursor:pointer;
	
	white-space: nowrap;
}
a.cookielaw-btn:hover, .cookielaw-btn:hover{
	color: #ffffff;
	background-color:#595959;
	border:2px solid #595959;
}

/* COOKIE LAW /////////////////////////////////////////////////////////////////// */


.contatti-intro {
	width: 950px;
	text-align: center;
	padding-top: 84px;
	margin: 0 auto;
	padding-bottom: 36px;
}

.contatti-intro-tit {
	line-height: 27px !important;
	white-space: nowrap;
	letter-spacing: -1px;
}
.contatti-intro-txt {
	line-height: 24px !important;
	margin-top: 116px;
	letter-spacing:0.025em !important;
}
.contatti-art{
	width:100%;
	
	vertical-align:top;
	text-align:center;
	
	margin:0 auto;
	
	padding:0px 0 46px 0;
	z-index: 100;
	position: relative;

}
.contatti-intro-txt h2, .contatti-art h2{
	text-align:center;
		
	width:100%;
	max-width:840px;
	margin:0 auto;
}
.contatti-intro-txt h3, .contatti-art h3{
	text-align:center;
	
	width:100%;
	max-width:840px;
	margin:0 auto;
	
	padding:14px 0 30px 0;
}
.contatti-intro-txt p, .contatti-art p{
	padding:4px 0 40px 0;
	
	width:100%;
	max-width:840px;
	margin:0 auto;
	line-height: 24px !important;
}
.contatti-txt-up{
	max-width:760px !important;
}
.contatti-art figure{
	padding:2px 0 28px 0;
	
	width:100%;
	
	max-width:960px;
	margin:0 auto;
	
	text-align:center;
}
.contatti-img01{
	vertical-align:top;
}
.contatti-img02{
	vertical-align:top;
	margin:40px 0 0 0;
}
.contatti-img03{
	vertical-align:top;
	margin:69px 3px 0 3px;
}
.contatti-img04{
	vertical-align:top;

}
.contatti-img05{
	vertical-align:top;
	margin:40px 0 0 0;
}
.contatti-img06{
	vertical-align:top;
	margin:69px 3px 0 3px;
}
.contatti-img07{
	vertical-align:top;
	margin:30px 0 0 0;
}
.contatti-img08{
	vertical-align:top;
	margin:92px 3px 0 3px;
}
.contatti-img09{
	vertical-align:top;
}

.contatti-fig01{
	margin-bottom:-302px !important;
}
.contatti-fig02{
	margin-bottom:-222px !important;
}
.contatti-fig03{
	padding-top:24px !important;
	padding-bottom:74px !important;
}
.contatti-art03{
	padding-top:284px !important;
}
.contatti-art02{
	padding-top:364px !important;
	
	background-color:#f6f6f6 !important;
	background-image:none;
}


.BTN_tw_post{
	width:32px;
	height:32px;
	overflow:hidden;

	position:relative;
	display:inline-block;
	background-image:url(mob_ICN_twitter.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:32px;

	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;

	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;

	content:'';
	color:transparent;
}
a.BTN_tw_post:link, a.BTN_tw_post:visited, a.BTN_tw_post:hover, a.BTN_tw_post:active {
	content:'';
	color:transparent;
	font-size:1px;
}
.BTN_fb_post{
	width:32px;
	height:32px;
	overflow:hidden;

	position:relative;
	display:inline-block;
	background-image:url(mob_ICN_facebook.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:32px;

	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;

	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;

	content:'';
	color:transparent;
}
a.BTN_fb_post:link, a.BTN_fb_post:visited, a.BTN_fb_post:hover, a.BTN_fb_post:active {
	content:'';
	color:transparent;
	font-size:1px;
}

.DIV_argomenti{
	width:100%;
	height: 100%;
	background-color:#f7f7f7;
	display:table-row;
	min-width:960px;
}
.DIV_argomenti_content{
	width: 950px;
	margin: 0 auto;
	padding:16px 0px 14px 0px;
	display:table;

}
.DIV_argomenti_content a{
	padding:0px 8px;
}

.DIV_bg {
	position: absolute;
	z-index: 2;
	top: 0px;
	width:100%;
	min-width:960px;
	height: 503px;
	overflow: hidden;
}

/* contenitore IMMAGINE UOMO */
.DIV_bg_image_uomo {
	position: absolute;
	z-index: 1;
	top: 0px;
	width:690px;
	height: 842px;
	margin-left:-200px;
	margin-top:-104px;
	top:0;
	left:50%;
}
/* contenitore IMMAGINE SCHIENA*/
.DIV_bg_image_schiena {
	position: absolute;
	z-index: 1;
	top: 0px;
	width:376px;
	height: 467px;
	margin-left:-523px;
	margin-top:70px;
	top:0;
	left:50%;
}
/* contenitore IMMAGINE BRACCIO*/
.DIV_bg_image_brac {
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 598px;
	height: 162px;
	margin-left: -566px;
	margin-top: 116px;
	top: 0;
	left: 50%;
}
/* contenitore IMMAGINE MENTE*/
.DIV_bg_image_mente {
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 598px;
	margin-left: -74px;
	margin-top: 34px;
	top: 0;
	left: 50%;
}

.DIV_bg_image_uomo_resize{
	margin-left:-595px;
}

/* .DIV_bg_image_schiena_resize{
	margin-left:-595px;
} */

.DIV_bg_image_brac_resize{
	margin-top: 190px;
	margin-left: -655px;
}
.DIV_bg_image_mente_resize{
	margin-top: 173px;
	margin-left: -588px;
}

.DIV_bg_gocce_w {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width:100%;
	height: 503px;
	overflow: hidden;
	background-image: url(gocce_w.png);
	background-position: top center;
	background-repeat:no-repeat;
}
.DIV_bg_gocce_b {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width:100%;
	height: 503px;
	overflow: hidden;
	background-image: url(gocce_b.png);
	background-position: top center;
	background-repeat:no-repeat;
}
.DIV_bg_gocce_g_d {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	width:100%;
	height: 503px;
	overflow: hidden;
	background-image: url(gocce_g_d.png);
	background-position: top center;
	background-repeat:no-repeat;
}
.DIV_bg_gocce_g_l {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width:100%;
	height: 503px;
	overflow: hidden;
	background-image: url(gocce_g_l.png);
	background-position: top center;
	background-repeat:no-repeat;
}
.DIV_bg_gocce_gr {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	width:100%;
	height: 503px;
	overflow: hidden;
	background-image: url(gocce_gr.png);
	background-position: top center;
	background-repeat:no-repeat;
}
/* NEXTPAGE GOCCE */
.DIV_gocce_move_nxtp {
	padding-left:250px;
}
.DIV_gocce_move_nxtp2 {
	padding-left:450px;
}
.DIV_gocce_move_nxtp3 {
	padding-left:122px;
}
.DIV_bg_gocce_gr2 {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	width:100%;
	height: 503px;
	overflow: hidden;
	background-image: url(gocce_gr_2.png);
	background-position: top center;
	background-repeat:no-repeat;
}
.DIV_bg_goccia_w_1_nxtp {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 50%;
	margin-left:416px;
	width:16px;
	height: 21px;
	overflow: hidden;
	background-image: url(goccia_w.png);
	background-position: top center;
	background-repeat:no-repeat;
}

.DIV_bg_goccia_b_1_nxtp{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 50%;
	margin-left:186px;
	width:35px;
	height: 45px;
	overflow: hidden;
	background-image: url(goccia_b.png);
	background-position: top center;
	background-repeat:no-repeat;
}

.DIV_bg_map_nxtp{
	position: absolute;
	z-index: 1;
	top: 0px;
	width:100%;
	height: 200px;
	/* height: 359px; */
	background-image: url(contattaci_mapgoogle.gif);
	background-position: center center;
	background-repeat:no-repeat;
	top:70px;
	left:0;
}

/* NEXTPAGE */

.DIV_box_title {
	line-height: 17px !important;
	padding-top: 28px;
	padding-left: 18px;
	padding-right: 8px;
}
.DIV_box_title_nxtp {
	line-height: 28px;
	
	padding-top: 20px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 46px;
	
	text-align:center;
}

.DIV_box_title_nxtp_dx{
	line-height: 28px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 22px;
}

.DIV_box_txt {
	line-height: 18px;
	margin-top: 8px;
	padding-left: 18px;
	padding-right: 18px;
	min-height: 200px;
}

.staff-td{
	text-align:left;
	vertical-align:top;
	background: url(dot_td.png) right top repeat-y;
	width:50%;
	display:table-cell;
}
.competenze-td{
	text-align:left;
	vertical-align:top;
	width:50%;
	display:table-cell;
}

.DIV_box_txt_nxtp {
	line-height: 18px;
	
	margin-top: 18px;
	padding-left: 30px;
	padding-right: 22px;
	margin-bottom: 58px;
	
	display:table;
}
.DIV_box_txt_nxtp p {
	padding:4px 34px 40px 0;
	line-height: 1.5;
}
.DIV_box_txt_nxtp ul {
	padding:2px 0 40px 34px;
	line-height: 1.5;
}
.DIV_box_txt_nxtp ul li {
    margin: 0 0 0 1.8em;
    text-indent: -1.5em;
}

.DIV_box_txt_nxtp_sx{
	line-height: 18px;
	margin-top: 8px;
	padding-left: 26px;
	padding-right: 26px;
	margin-bottom: 18px;
	position:relative;
}
/* articolo */
.DIV_box_img_nxtp{
	width:707px;
	height:70px;
	overflow:hidden;
	margin: 8px 0px;
	cursor:pointer;
	position:relative;
	text-align:center;
	border:1px dotted #D3D7D8;
}
.DIV_autore{
	margin-right: 2px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.DIV_autore cufon{
	padding: 4px 0px 4px 0px;
}

.DIV_link {
	margin-right: 2px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-top: 60px;
}

.DIV_img_full{
	width:67px;
	height:70px;
	overflow:hidden;
	top:0px;
	right:0px;
	cursor:pointer;	
	position:absolute;
}

.DIV_image_nxtp {
	position: absolute;
	z-index: 15;
	height: 212px;
	width: 160px;
	left: 50%;
	top: 114px;
	margin-left: -80px;
}

.DIV_intro {
	width: 500px;
	position: absolute;
	height:261px;
	z-index: 15;
	left: 50%;
	top: 300px;
	text-align: center;
	margin-left: -53px;
	vertical-align:middle;
}

.DIV_intro_resize{
	top: 157px;
}

.DIV_intro_nxtp {
	width: 950px;
	text-align: center;
	padding-top: 84px;
	margin: 0 auto;
	padding-bottom: 46px;
}

.DIV_intro_bott{
	margin-top:12px;
	margin-left:-24px;
	bottom:-8px;
	left:50%;
	position:absolute;
}
.DIV_intro_bott_img{
	background-image: url(bott_scroll.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:8px;
	height:11px;
	cursor:pointer;
	margin-right:8px;
}
.DIV_intro_bott_img:hover{
	background-image: url(bott_scroll_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.DIV_intro_title {
	line-height: 27px !important;
	white-space: nowrap;
	letter-spacing: -1px;
}
.DIV_intro_text {
	line-height: 22px !important;
	margin-top: 12px;
	letter-spacing:0.025em !important;
}


/* CSS Document */

.DIV_header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 109px;
	left: 0px;
	top: 0px;
	z-index: 20;
	position: absolute;
	text-align: center;
	min-width:960px;
}

.DIV_header_bottom {
	background-image: url(bg_sfuma_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
}

.DIV_header_content {
	width: 950px;
	margin: 0 auto;
}
.DIV_header_main {
	height: 99px;
	width: 100%;
	background-color: #FFF;
	text-align: center;
}
.DIV_logo {
	height: 54px;
	width: 310px;
	margin-top: 24px;
	margin-left: 45px;
	float: left;
}
.DIV_menu {
	margin-right: 10px;
	float: right;
}
.DIV_menu_item {
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 40px;
	letter-spacing: 0.025em;
}
.DIV_menu_item:hover, .DIV_menu_item.ON{
	background-image:url(freccia_menu_on.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.DIV_menu_item:hover a, .DIV_menu_item.ON a{
	color:#29c3da !important;
}


.DIV_pannel {
	width: 100%;
	z-index: 10;
	
	position:absolute;
	display:block;
	
	min-width:960px;
}

.DIV_pannel_box_sx {
	width: 365px;
	background-image: url(bg_box_sfuma.png);
	background-position: top right;
	background-repeat: no-repeat;
	height:100%;
	min-height:264px;
	float: left;
	display: inline-block;
	padding-bottom: 80px;
}
.DIV_pannel_box_dx {
	width: 545px;
/* 	background-image: url(bg_box_sfuma.png);
	background-position: top right;
	background-repeat: no-repeat; */
	height:100%;
	min-height:300px;
	/* float: left; */
	display: inline-block;
	padding-left:20px;
	padding-bottom: 80px;
}
.Servizipad{
	padding-bottom: 40px !important;
}

.Box1pad{
	padding-bottom: 40px !important;
}

/* classe action home */
.DIV_pannel_box_sx2 {
	width: 365px;
	background-image: url(bg_box_sfuma.png);
	background-position: top right;
	background-repeat: no-repeat;
	height:100%;
	min-height:264px;
	float: left;
	display: inline-block;
	padding-bottom: 116px;
}
.DIV_pannel_box_dx2 {
	width: 545px;
	height:100%;
	min-height:300px;
	display: inline-block;
	padding-left:20px;
	padding-bottom: 116px;
}

.DIV_pannel_box_nxtp {
	width: 323px;
	float: left;
	display: table-cell;
	margin-bottom: 40px;
}
.DIV_pannel_box_nxtp_1c {
	width: 312px;
	float: left;
	display: table-cell;
	margin-bottom: 40px;
	border-left: 1px dotted #cfcfcf;
}
.DIV_pannel_box_nxtp_2c_dx {
	width: 626px;
	display: table-cell;
	float: left;
	border-left: 1px dotted #cfcfcf;
	margin-bottom: 40px;
}
.DIV_pannel_box_nxtp_2c {
	width: 626px;
	display: table-cell;
	float: left;
	margin-bottom: 40px;
}
.DIV_pannel_box_nxtp_3c {
	width: 950px;
	display: table-cell;
	float: left;
}

/* ARTICOLI */
.DIV_pannel_box_articolo_sx {
	width: 190px;
	height:100%;
	float: left;
	display: table-cell;
	margin-bottom: 40px;
	text-align:right;
}
.DIV_pannel_box_articolo_dx {
	width: 759px;
	height:100%;
	display: table-cell;
	float: left;
	border-left: 1px dotted #cfcfcf;
	margin-bottom: 40px;
}


.articolinotizie{
	display:block;
	width:100%;
	min-width:960px;
	margin: -28px 0 0 0;
	position:relative;
	padding-bottom:100px;
}
.articolinotizie-bg{
	margin: 0;
	display: block;
	position: absolute;
	background-color: #fff;
	background-image: url(bg_pannel_sfuma_top.png);
	background-position: top left;
	background-repeat: repeat-x;
	top: 28px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.articolipage{
	display:block;
	width:100%;
	min-width:960px;
	margin:0;
	padding:40px 0 100px 0;
	position:relative;
	padding-bottom:100px;
	text-align:center;
}
.articolipage-bg{
	margin: 0;
	display: block;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow:hidden;
}


.argo-gocce01{
	margin: 0;
	padding:0;
	display: block;
	
	position: absolute;
	
	background-color: transparent;
	background-image: url(ELE_gocce_g01.gif);
	background-position: center;
	background-repeat: repeat-x;
	
	top: 89px;
	left: 0;
	z-index: 1;
	
	width: 100%;
	height: 102px;	
}
.plus01{
	top: 707px;	
}
.plus01b{
	top: 1325px;	
}
.argo-gocce02{
	margin: 0;
	padding:0;
	display: block;
	
	position: absolute;
	
	background-color: transparent;
	background-image: url(ELE_gocce_g02.gif);
	background-position: center;
	background-repeat: repeat-x;
	
	top: 180px;
	left: 0;
	z-index: 1;
	
	width: 100%;
	height: 392px;	
}
.plus02{
	top: 797px;	
}
.plus02b{
	top: 1415px;	
}
.argo-gocce03{
	margin: 0;
	padding:0;
	display: block;
	
	position: absolute;
	
	background-color: transparent;
	background-image: url(ELE_gocce_g03.gif);
	background-position: center;
	background-repeat: repeat-x;
	
	top: 488px;
	left: 0;
	z-index: 1;
	
	width: 100%;
	height: 102px;	
}
.plus03{
	top: 1156px;	
}
.plus03b{
	top: 1774px;	
}
.argo-gocce04{
	margin: 0;
	padding:0;
	display: block;
	
	position: absolute;
	
	background-color: transparent;
	background-image: url(ELE_gocce_g04.gif);
	background-position: center;
	background-repeat: repeat-x;
	
	top: 247px;
	left: 0;
	z-index: 1;
	
	width: 100%;
	height: 392px;	
}
.plus04{
	top: 864px;	
}
.plus04b{
	top: 1482px;	
}
/* ANIMAZIONE */
.goccia-animate{
  animation: g01 ease-out 4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: g01 ease-out 4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: g01 ease-out 4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: g01 ease-out 4s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: g01 ease-out 4s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes g01{
  0% {
    opacity:0.5;
    transform:  translate(0px,107px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes g01{
  0% {
    opacity:0.5;
    -moz-transform:  translate(0px,107px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes g01 {
  0% {
    opacity:0.5;
    -webkit-transform:  translate(0px,107px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes g01 {
  0% {
    opacity:0.5;
    -o-transform:  translate(0px,107px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes g01 {
  0% {
    opacity:0.5;
    -ms-transform:  translate(0px,107px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

.goccia-animate2{
  animation: g02 ease-out 3.8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: g02 ease-out 3.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: g02 ease-out 3.8s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: g02 ease-out 3.8s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: g02 ease-out 3.8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes g02{
  0% {
    opacity:0.5;
    transform:  translate(0px,-107px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes g02{
  0% {
    opacity:0.5;
    -moz-transform:  translate(0px,-107px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes g02 {
  0% {
    opacity:0.5;
    -webkit-transform:  translate(0px,-107px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes g02 {
  0% {
    opacity:0.5;
    -o-transform:  translate(0px,-107px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes g02 {
  0% {
    opacity:0.5;
    -ms-transform:  translate(0px,-107px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

.DIV_pannel_content{
	width:100%;
	height: 100%;
	background-color:#fff;
	display:table-row;
	min-width:960px;
	min-height:100%;
	background-image: url(bg_pannel_sfuma_top.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.DIV_pannel_content2{
	width:100%;
	height: 100%;
	background-color:#fff;
	display:table-row;
	min-width:960px;
	min-height:100%;
}
.DIV_pannel_content_nxtp {
	min-width:960px;
	width:100%;

	background-color:#fff;

	display:block;
	position:relative;

	background-image: url(bg_pannel_sfuma_top.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.DIV_pannel_content_nxtp_grey {
	min-width:960px;
	width:100%;
	background-color:#f7f7f7;
	display:block;
	position:relative;	
	padding-bottom: 40px;
}
.DIV_pannel_content_nxtp_white {
	min-width:960px;
	width:100%;
	background-color:#ffffff;
	display:block;
	position:relative;	
	padding-bottom: 40px;
}
.DIV_resize{
	height:488px !important;
}

.argomenti{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;

	z-index: 2;
	background-color: #fff;
}
.argomenti-page-close{
	display: block;
	width: 100%;
	height:100px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;

	z-index: 2;
	background-color: #fff;
}
.argomenti-main{
	display: block;
	width: 100%;
	max-width:1280px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;

	z-index: 2;
}
.argomenti-row-1{
	margin-top: 0;
	margin-bottom: 0;
}
.argomenti-row-2{
	margin-top: -110px;
	margin-bottom: -110px;
}
.argomenti-row-2.row-close{
	margin-bottom: 0px !important;
}

.argomenti-bg{
	margin: 0;
	padding:0;
	position: absolute;

    background-image: url(bg_pattern.jpg);

	color:#ffffff;
	
	top: 0;
	left: 0;
	
	z-index: 0;
	width: 100%;
	height: 100%;
	
	text-align:center;
	vertical-align:bottom;
	
	overflow:hidden;
}
.argomenti-bg-t{
	margin: 0;
	padding:0;
	position: absolute;

    background-image: url(BG_panel_top.png);
	background-repeat:no-repeat;
	background-position:center top;
	
	top: 0;
	left: 0;
	
	z-index: 10;
	width: 100%;
	height: 76px;
}
.argomenti-bg-b{
	margin: 0;
	padding:0;
	position: absolute;

    background-image: url(BG_panel_bottom.png);
	background-repeat:no-repeat;
	background-position:center top;
	
	bottom: 0;
	left: 0;
	
	z-index: 10;
	width: 100%;
	height: 86px;	
}

.argomenti-muscle{
	margin: 0;
	padding:0;
	position: absolute;
	
	top: -110px;
	left: 50%;
	margin-left:-657px;
	
	z-index: 0;
}

.argomenti-gocce_b {
	position: absolute;
	z-index: 2;
	top: 180px;
	left: 50%;
	margin-left:-582px;
	width:640px;
	height: 252px;
	overflow: hidden;
	background-image: url(gocce_b.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:100%;
	
	opacity:0;
	
	/* animazione easeOutExpo */
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
	transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
	-o-transition:      all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
	-moz-transition:    all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
}
.argomenti-gocce_b.goGocce {
	top: 210px;
	opacity:1;
}
.argomenti-gocce_b2 {
	position: absolute;
	z-index: 2;
	top: 180px;
	left: 50%;
	margin-left:464px;
	width:640px;
	height: 252px;
	overflow: hidden;
	background-image: url(gocce_b.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:100%;
	
	opacity:0;
	
	/* animazione easeOutExpo */
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
	transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
	-o-transition:      all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
	-moz-transition:    all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
}
.argomenti-gocce_b2.goGocce {
	top: 210px;
	opacity:1;
}
.argomenti-gocce_gr {
	position: absolute;
	z-index: 2;
	top: 230px;
	left: 50%;
	margin-left:-582px;
	width:640px;
	height: 252px;
	overflow: hidden;
	background-image: url(gocce_gr.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:100%;
	
	opacity:0;
	
	/* animazione easeOutExpo */
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.26s;
	transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.26s;
	-o-transition:      all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.26s;
	-moz-transition:    all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.26s;
}
.argomenti-gocce_gr.goGocce {
	top: 210px;
	opacity:1;
}
.argomenti-gocce_gr2 {
	position: absolute;
	z-index: 2;
	top: 162px;
	left: 50%;
	margin-left: 74px;
	width: 640px;
	height: 252px;
	overflow: hidden;
	background-image: url(gocce_gr.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:100%;
	
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
	
	opacity:0;
	
	/* animazione easeOutExpo */
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.26s;
	transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.26s;
	-o-transition:      all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.26s;
	-moz-transition:    all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.26s;
}
.argomenti-gocce_gr2.goGocce {
	top: 142px;
	opacity:1;
}

.argomenti-gocce{
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 508px;
	height:323px;
}
#argomenti-gocce1{
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 142px;
	height:323px;
}
.argomenti-gocce2_b {
	position: absolute;
	z-index: 2;
	top: 48px;
	left: 50%;
	margin-left:-582px;
	width:640px;
	height: 252px;
	overflow: hidden;
	background-image: url(gocce_b.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:100%;
	opacity:0;
	
	/* animazione easeOutExpo */
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	-o-transition:      all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	-moz-transition:    all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
.argomenti-gocce2_b.goGocce {
	top: 68px;
	opacity:1;
}
.argomenti-gocce2_b2 {
	position: absolute;
	z-index: 2;
	top: 48px;
	left: 50%;
	margin-left:464px;
	width:640px;
	height: 252px;
	overflow: hidden;
	background-image: url(gocce_b.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:100%;

	opacity:0;
	
	/* animazione easeOutExpo */
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	-o-transition:      all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	-moz-transition:    all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
.argomenti-gocce2_b2.goGocce {
	top: 68px;
	opacity:1;
}
.argomenti-gocce2_gr {
	position: absolute;
	z-index: 2;
	top: 88px;
	left: 50%;
	margin-left:-582px;
	width:640px;
	height: 252px;
	overflow: hidden;
	background-image: url(gocce_gr.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:100%;
	
	opacity:0;
		
	/* animazione easeOutExpo */
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	-o-transition:      all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	-moz-transition:    all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
.argomenti-gocce2_gr.goGocce {
	top: 68px;
	opacity:1;
}
.argomenti-gocce2_gr2 {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 50%;
	margin-left: 74px;
	width: 640px;
	height: 252px;
	overflow: hidden;
	background-image: url(gocce_gr.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:100%;
	
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
	
	opacity:0;
	
	/* animazione easeOutExpo */
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	transition:         all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	-o-transition:      all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	-moz-transition:    all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
.argomenti-gocce2_gr2.goGocce {
	top: 0px;
	opacity:1;
}


.argo-btn {
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left:-252px !important;
	z-index:10;
}

.argo-box{
	width: 272px;
	height: 364px;
	margin: 0 36px;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align:top;
	z-index: 2;

	border-radius: 50em;
	-moz-border-radius: 50em;
	-webkit-border-radius: 50em;

	overflow:hidden;
}

/* ------------- ANIMAZIONE ------------- */
.argo-box-img{
	cursor:pointer;
}
.argo-box{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.argoanimate{
	transform:translate(0,-4px);
}
.argo-box-img:hover .argo-box-tit{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.52) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.52) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.52) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d000000',GradientType=0 );
}
/* ------------- ANIMAZIONE ------------- */

.argo-box-bg{
	width:                        250px; 
	height:                       250px; 
	-webkit-transform:            rotate(-45deg);
	-moz-transform:               rotate(-45deg);
	-ms-transform:                rotate(-45deg);
	-o-transform:                 rotate(-45deg);
	transform:                    rotate(-45deg);
	
	position: absolute;
	top: 60px;
	left: 11px;
	
	z-index:5;
	
	border-radius: 100px 0 100px 0px;
	-moz-border-radius: 100px 0 100px 0px;
	-webkit-border-radius: 100px 0 100px 0px;
	
	background-color:#ffffff;
} 
.argo-box-img{
	width:                        250px; 
	height:                       250px; 
	-webkit-transform:            rotate(-45deg);
	-moz-transform:               rotate(-45deg);
	-ms-transform:                rotate(-45deg);
	-o-transform:                 rotate(-45deg);
	transform:                    rotate(-45deg);

	position: absolute;
	top: 53px;
	left: 11px;
	
	z-index:10;
	overflow:hidden;
	
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 0px;
	
	-moz-border-radius-topright: 100px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 100px;
	-moz-border-radius-bottomright: 0px;
		
	border-top-left-radius: 100px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 0px;
		
	background-clip: border-box;
	-webkit-background-clip: border-box; 
	-moz-background-clip: border-box;
}
.argo-img{
	width: 300px;
	height: 400px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	
	background-image:url(IMG_demo02.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#ffffff;
		
	position: relative;
	margin: -70px 0 0 -28px !important;
}
.argo-box-tit{
	margin: 0;
	padding:0;
	position: absolute;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.32) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.32) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.32) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3d000000',GradientType=0 );

	color:#ffffff;
	
	top: 0;
	left: 0;
	
	z-index: 10;
	width: 100%;
	height: 100%;
	
	text-align:center;
	vertical-align:bottom;
}
.argo-box-tit h2{
	margin: 10%;
	padding:0;
	position: absolute;

	color:#ffffff;
	
	bottom: 98px;
	left: 0;
	
	z-index: 10;
	width: 80%;
	min-height: 56px;
	
	text-align:center;
	vertical-align:bottom;
}

/* -------- ICONA ARGOMENTO ------------------ */

.argo-box-ico{
	width: 160px;
	height: 212px;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align:top;
	z-index: 2;
}

.argo-box-bg-ico{
	width:                        140px; 
	height:                       140px; 
	-webkit-transform:            rotate(-45deg);
	-moz-transform:               rotate(-45deg);
	-ms-transform:                rotate(-45deg);
	-o-transform:                 rotate(-45deg);
	transform:                    rotate(-45deg);
	
	position: absolute;
	top: 31px;
	left: 5px;
	z-index: 5;
	
	-webkit-border-top-left-radius: 71px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 71px;
	-webkit-border-bottom-left-radius: 0px;
	
	-moz-border-radius-topright: 71px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 71px;
	-moz-border-radius-bottomright: 0px;
		
	border-top-left-radius: 71px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 71px;
	border-bottom-left-radius: 0px;
	
	background-color: #ffffff;
	border: 6px solid #ffffff;
} 
.argo-box-img-ico{
	width: 132px;
	height: 132px;
	-webkit-transform:            rotate(-45deg);
	-moz-transform:               rotate(-45deg);
	-ms-transform:                rotate(-45deg);
	-o-transform:                 rotate(-45deg);
	transform:                    rotate(-45deg);

	position: absolute;
	top: 37px;
	left: 15px;
	z-index: 10;
	overflow: hidden;
	
	-webkit-border-top-left-radius: 58px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 58px;
	-webkit-border-bottom-left-radius: 0px;
	
	-moz-border-radius-topright: 58px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 58px;
	-moz-border-radius-bottomright: 0px;
		
	border-top-left-radius: 58px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 58px;
	border-bottom-left-radius: 0px;
	
	background-clip: border-box;
	-webkit-background-clip: border-box; 
	-moz-background-clip: border-box;
}
.argo-img-ico{
	width: 175px;
	height: 233px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	
	background-image:url(IMG_demo02.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#ffffff;
		
	position: relative;
	margin: -51px 0 0 -21px !important;
}
/* -------------------------- */


.argomenti-nav{
	width: 400px;
	height: 100%;
	vertical-align: middle;
	text-align: left;
	margin: 0;
	display: inline-block;
	opacity:0;
}

.overlay-open .argomenti-nav{
	opacity:1;
}

.argomenti-nav h2{
	position:relative;
		
	margin: 40px 0px 20px;
	font-size: 42px;
	line-height: 42px;
	
	display: inline-block;
	text-align: left;
	
	opacity:0;
	
	/* animazione easeOutExpo */
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
	transition:         opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
	-o-transition:      opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
	-moz-transition:    opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;

}
.overlay-open .argomenti-nav h2{
	opacity:1;
	
	/* animazione easeOutExpo */
	-webkit-transition: opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition:    opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.argomenti-nav-close{
	position: absolute;
	display: block;
	vertical-align: top;
	width: 39px;
	height: 39px;
	left: -60px;
	top: 50%;
	background-image: url(BTN_close2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	margin-top: -19px;
	opacity:0;

	/* animazione easeOutExpo */
	-webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	transition:         opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	-o-transition:      opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	-moz-transition:    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
.overlay-open .argomenti-nav-close{
	opacity:0.16;
	
	/* animazione easeOutExpo */
	-webkit-transition: opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition:    opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.argomenti-nav-close:hover{
	opacity:0.40;
}

.argomenti-nav-main{
	width:100%;
	vertical-align:middle;
	text-align:left;
	margin:0 auto;

}
.argomenti-grid{
	width:100%;
	max-width:1000px;
	vertical-align:middle;
	text-align:left;
	margin: 0 auto 20px auto;
	display:block;
}
.argomenti-grid{
	opacity:0;
	
	/* animazione easeOutExpo */
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.96s;
	transition:         opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.96s;
	-o-transition:      opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.96s;
	-moz-transition:    opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.96s;

}
.overlay-open .argomenti-grid{
	opacity:1;
	
	/* animazione easeOutExpo */
	-webkit-transition: opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s !important;
	transition:         opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s !important;
	-o-transition:      opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s !important;
	-moz-transition:    opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0s !important;
}
.argomenti-grid a{
	line-height: 38px !important;
}
.grid01{
	width:100%;
	vertical-align:middle;
	text-align:left;
	display:inline-block;	
}
.grid02{
	width:100%;
	vertical-align:middle;
	text-align:left;
	display:inline-block;	
}
.grid03{
	width:100%;
	vertical-align:middle;
	text-align:left;
	display:inline-block;	
}

.collaborazioni{
	display: block;
	width: 100%;
	margin: 0;
	padding: 62px 0 58px 0;
	position: relative;
	text-align: center;

	z-index: 2;
	background-color: #fff;
}
.collaborazioni h2{
	letter-spacing:-0.040em;
}
.collaborazioni-main{
	display: table;
	width: 100%;
	max-width:1032px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;

	z-index: 2;
	background-color: #fff;
}
.collmain2{
	margin-top:20px;
}
#basket{
	background-image:url(Pallacanestro-Robbiano.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 150px;
}
#plantari{
	background-image:url(Plantari-su-misura.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 150px;
}
#parafarm{
	background-image:url(Parafarmacia.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 150px;
}
#tecno{
	background-image:url(tecnosanitaria.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 150px;
}
#acmeda{
	background-image:url(acmeda.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 150px;
}
#daini{
	background-image:url(daini.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 150px;
}
.col-box{
	max-width: 300px;
	margin: 0 4px;
	padding: 18px;
	
	position: relative;
	display: table-cell;
	z-index: 2;
	
	overflow:hidden;
	vertical-align:top;
	text-align:center;
	cursor:pointer;
}
.col-box h3{
	margin:6px 0 0 0;
	padding:0;
	color:#000000;
}
.col-box p{
	margin:4px 0 0 0;
	padding:0;
	color:#6f6f6f;
}
.col-over{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.02);
	opacity: 0.1;
	
	-webkit-border-top-left-radius: 26px;
	-webkit-border-top-right-radius: 26px;
	-webkit-border-bottom-right-radius: 26px;
	-webkit-border-bottom-left-radius: 26px;
	
	-moz-border-radius-topright: 26px;
	-moz-border-radius-topleft: 26px;
	-moz-border-radius-bottomleft: 26px;
	-moz-border-radius-bottomright: 26px;
		
	border-top-left-radius: 26px;
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
	border-bottom-left-radius: 26px;
	
	z-index:10;
	opacity:0;
}
.col-box:hover .col-over{
	opacity:1;
}

.DIV_pannel_header{
	width:100%;
	min-width:960px;
	
	height:488px;

	display:block;
	
	text-align: center;
	vertical-align:bottom;
}

.DIV_pannel_header_dx {
	float: left;
	display:inline-block;
	height:274px;
	width: 50%;
	background-image: url(bg_pannel_header_dx.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
	vertical-align: bottom;
}

.DIV_pannel_header_sx {
	float: left;
	display:inline-block;
	height:274px;
	width: 50%;
	background-image: url(bg_pannel_header_sx.png);
	background-repeat: repeat-x;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	overflow: hidden;
}

.DIV_pannel_main {
	width: 950px;
	min-height:300px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.DIV_pannel_main2 {
	width: 950px;
	min-height:300px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.DIV_pannel_header_nxtp {
	height:250px;
	min-width:960px;
	width:100%;
	
	text-align: center;
	vertical-align:bottom;
	
	display:block;
}
.DIV_pannel_header_dx_nxtp {
	float: left;
	display:inline-block;
	height:250px;
	width: 50%;
	background-image: url(bg_pannel_header_dx.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
	vertical-align: bottom;
}
.DIV_pannel_header_sx_nxtp {
	float: left;
	display:inline-block;
	height:250px;
	width: 50%;
	background-image: url(bg_pannel_header_sx.png);
	background-repeat: repeat-x;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	overflow: hidden;
}

.DIV_pannel_main_nxtp {
	width: 950px;
	margin: 0 auto;
	background-image: url(bg_pannel_sfuma_nxtp.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 35px;
	height:40px;
	display:table;
	text-align:left;
}
.DIV_pannel_main_nxtp_grey {
	width: 950px;
	margin: 0 auto;
	padding-top: 40px;
	display:table;
}
.DIV_pannel_main_nxtp_white {
	width: 950px;
	margin: 0 auto;
	padding-top: 40px;
	display:table;
}

.DIV_scroll_frecce_dx{
	position: absolute;
	z-index: 35;
	top: 400px;
	right: 50%;
	margin-right:-476px;
	width:23px;
	height: 40px;
	overflow: hidden;
}
.DIV_scroll_frecce_sx{
	position: absolute;
	z-index: 35;
	top: 400px;
	left: 50%;
	margin-left:-80px;
	width:23px;
	height: 40px;
	overflow: hidden;
}
.DIV_scroll_frecce_dx_resize{
	top: 268px;	
	right: 14px;
	margin-right:0px;
}
.DIV_scroll_frecce_sx_resize{
	top: 268px;	
	left: 14px;
	margin-left:0px;
}
.DIV_footer{
	width:100%;
	min-width:960px;
	background-image: url(bg_footer_sfuma.png);
	background-position: top left;
	background-repeat: repeat-x;
	display: inline-block;
	vertical-align: middle;
	padding-top: 32px;
	text-align: center;
}
.DIV_footer_content{
	text-align: center;
	padding-bottom: 32px;
}
.footer-mail{
	line-height:34px !important;
}
.footer-mail img{
	clear: both;
	display: block;
	margin: 36px auto 26px auto;
}
.footer-mail .btnrounded2{
	margin: 26px 8px 50px 8px !important;
}

.DIV_footer_content2 {
	text-align: center;
	padding-bottom: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #626262;
	padding-top: 16px;
	vertical-align:middle;
}
.DIV_footer_content2 img {
	vertical-align:middle;
}
.DIV_footer_content3 {
	text-align: center;
	padding-top: 36px;
	padding-bottom: 8px;
}
.social-link a{
	margin:0 0 0 12px;
	vertical-align:middle;
}
.social-link cufon{
	padding-top:9px !important;
}
.facebook-icn{
	border:0;
	width:32px;
	height:32px;
	
	-webkit-border-top-left-radius: 50em;
	-webkit-border-top-right-radius: 50em;
	-webkit-border-bottom-right-radius: 50em;
	-webkit-border-bottom-left-radius: 50em;
	-moz-border-radius-topleft: 50em;
	-moz-border-radius-topright: 50em;
	-moz-border-radius-bottomright: 50em;
	-moz-border-radius-bottomleft: 50em;
	border-top-left-radius: 50em;
	border-top-right-radius: 50em;
	border-bottom-right-radius: 50em;
	border-bottom-left-radius: 50em;
}
/*//////////////////////////////////////////////////////////////////*/

.TXT_articolo_giorno{
	color: #ffffff;
	margin-right: 2px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.TXT_articolo_anno{
	margin-right: 2px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.TXT_bg_image_img {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

.TXT_pannel_curva_sx {
	margin-top: 231px;
}
.TXT_resize{
	margin-top: 445px;
}

.TXT_pannel_curva_sx_nxtp {
	margin-top: 207px;
}

.TXT_box_txt_nxtp{
	padding: 12px 34px 8px 0px;
}
.TXT_box_txt_2_nxtp{
	padding: 12px 0 8px 34px;
}

.TXT_argomenti_txt{
	padding-left: 11px;
}

#Contact2, #Email2{
	display:none;
}

#mapBox{
 	height:480px;
	width: 640px;
	background-color:#fff;
}

#txtpost1, #txtpost2, #txtpsico1, #txtpsico2{
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
	display:none;
}

#txtpost1{
	padding-top:34px;
}

#Servizi{
	display:none;
}


/*/// NEW */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.post-nav{
	position:absolute;
	z-index:10;
	
	right:50%;
	margin-right:-455px;
	top:-48px;
	
}
.post-nav a{
	margin:0 6px !important;
}
.post-social{
	position:absolute;
	z-index:10;
	
	left:50%;
	margin-left:-433px;
	top:-16px;
}
.post-social a{
	margin:0 6px;
}

.post-main{
	display:block;
	margin:0 auto;
	padding: 28px 0 0 0;
	width:815px;
	background-image:url(BG_post-main.gif);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:transparent;
	position:relative;
	z-index: 100;
}
.post-cicle{
	position:absolute;
	top:-24px;
	left:50%;
	margin-left:-20px;
	width:39px;
	height:39px;
	background-image:url(ELE_circle.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	cursor:pointer;
	
}
.post-cicle:hover{
	top:-18px;
}
.post-close{
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	width: 100%;
	clear: both;
}
.post-loader{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	clear: both;
		
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 0%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 0%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 0%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}
.post-loader img{
	margin-top:40px;
}

.post-box{
	width:375px;
	min-height:450px;
	
	position:relative;
	display:inline-block;
	margin:28px 0;
	padding:0;
	cursor:pointer;
}
.postanimate{
	/* transform:translate(0,-4px); */
}
.post-box-dot{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.postanimate .post-box-dot{
	background-color:#ededed;
	border: 3px solid #ededed;
	overflow:hidden;
}
.postservizi.postanimate .post-box-dot{
	background-color:#ededed;
	border: 3px solid #ededed;
	overflow:hidden;
}
.boxsx{
	float:left;
	text-align:right;
}
.boxdx{
	float:right;
	text-align:left;
}
.boxcnt{
	text-align:left;
	vertical-align:top;
	margin:28px;
}

.post-box-h2{
	position:relative;
}
.post-box h2{
	margin:0;
	padding:0 7px 0 12px;
	color:#000000;
	position:relative;
}
.post-box p{
	margin:0;
	padding:6px 7px 0 12px;
	color:#6f6f6f;
	min-height:80px;
}
.post-box-dot{
	position:absolute;
	
	display:block;
	width:14px;
	height:14px;
	
	margin:0;
	padding:0;
	
	background-color:#ffffff;
	border: 3px solid #ededed;
	overflow:hidden;
	
	border-radius: 50em;
	-moz-border-radius: 50em;
	-webkit-border-radius: 50em;
	
	z-index:1;
}
.boxsx .post-box-dot{
	top:6px;
	right:-42px;
}
.boxdx .post-box-dot{
	top:6px;
	left:-43px;
}

.post-box-img{
	display:block;
	width:375px;
	height:254px;
	margin:0 0 10px 0;
	padding:0;
	position:relative;
	overflow:hidden;
}
.box-img-bg{
	position:absolute;
	
	display:block;
	width:370px;
	height:249px;
	
	margin:0;
	padding:0;
	background:#e4e4e4;
	overflow:hidden;
	
	z-index:1;
}
.boxsx .box-img-bg, .boxcnt .box-img-bg {
	top:0;
	left:0;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 100px;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 100px;
		
	border-top-left-radius: 0px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 100px;
}
.boxdx .box-img-bg{
	top:0;
	right:0;
	
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 0px;
	
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 0px;
		
	border-top-left-radius: 100px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 0px;
}

.box-img{
	position:absolute;
	
	display:block;
	width:370px;
	height:249px;
	margin:0;
	padding:0;
	background-image:url(TMB_articoli-notizie.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#e4e4e4;
	overflow:hidden;
	
	z-index:2;
}

.boxsx .box-img, .boxcnt .box-img{
	top:5px;
	left:5px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 100px;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 100px;
		
	border-top-left-radius: 0px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 100px;
}

.boxdx .box-img{
	top:5px;
	right:5px;
	
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 0px;
	
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 0px;
		
	border-top-left-radius: 100px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 0px;
}

.box-img-over{
	display:block;
	width:370px;
	height:249px;
	margin:0;
	padding:0;
	background-color:#edeced;
	opacity:0.12;
}

.post-tit{
	width:375px;	
	min-height:46px;
	position:relative;
	display:inline-block;
	margin:48px 0 28px 0;
	padding:0;
	letter-spacing:-0.040em !important;
}
.post-argobtn{
	width:375px;	
	position:relative;
	display:inline-block;
	margin:48px 0 28px 0;
	padding:0;
	text-align:left;
}
.argbtn-close{
	position: absolute;
	display: block;
	vertical-align: top;
	width: 39px;
	height: 39px;
	left: -60px;
	top: 50%;
	background-image: url(BTN_close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	margin-top: -19px;
}
.argbtn-close:hover{
	opacity:0.85;
}

.servizi-main{
	display:inline-block;
	margin:0;
	padding: 0;
	width:100%;
	max-width:1300px;
	position:relative;
	z-index: 100;
}
.servizi-page{
	padding: 17px 0 100px 0;
}
.servizi-argobtn{
	width:100%;	
	position:relative;
	display:block;
	
	margin:0 0 28px 0;
	padding:0;
	
	text-align:center;
}
.servizi-argobtn .btnrounded5{
	position:relative;
}



.msg-panel {
	width:100%;
	height:0;
	overflow: hidden;
	top:0;
	left:0;
	position:fixed;
	z-index:1000;
	background-color:rgba(0,175,205,0); /* #00AFCD; AZZURRO */
	
	opacity:0;

/* animazione easeOutExpo */
	-webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}

.msg-open .msg-panel{
	width:100%;
	height:100% !important;
	min-height:100% !important;
	
	overflow-y: auto !important;
	overflow-x: hidden;
	
	top:0;
	left:0;
	
	position:fixed;
	
	z-index:10000;
	
	opacity:1;

	background-color:rgba(0,175,205,0.98); /* #00AFCD; AZZURRO */
}
.msg-panel-main {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: 1000;
	opacity: 1;
	width: 500px;
	height: 300px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	
	color:#ffffff;
}
.msg-panel-main span.ffText16CM {
	line-height:19px;
}
.msg-panel-main a.linktxt {
	color:#ffffff;
	text-decoration:underline;
}
/*
	OVERLAY
*/

.overlay{
	width:100%;
	height:0;
	overflow: hidden !important;
	top:0;
	left:0;
	position:fixed;
	
	border-width: 0px;
	border-style: solid;
	border-color: rgba(255,255,255,0);
	background-color: rgba(255,255,255,0);
	
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	z-index:-1;
}
.overlay-open{
	overflow: hidden !important;
}
.overlay-open .overlay{
	z-index:1000000;
    height: 100%;
    border-width: 0;
    background-color: rgba(255,255,255,0.28);
    -webkit-transition: border-width 0.3s, background-color 0.3s;
    transition: border-width 0.3s, background-color 0.3s;
}
.overlay-scroll{
   -webkit-overflow-scrolling: touch;
}
.overlay-box{
	width: 0%;
    height: 100%;
	overflow: auto;
	background-color: rgba(237, 237, 237, 0);
	text-align:right;
	overflow:hidden;
	
	-webkit-backface-visibility: hidden;
	-webkit-transition: background-color 0.5s, width 0.5s 0.36s;
	transition: background-color 0.5s, width 0.5s 0.36s;
}
.overlay-open .overlay-box{
	width:50%;
	overflow-x: hidden;
	overflow-y: auto;

	background-color: rgba(237, 237, 237, 0.96);
}

.overlay-close{

	display:inline-block;

	text-align:right;

	cursor:pointer;

	width:45px;
	height:45px;

	position:relative;

	float:right;

	margin: 15px;

	background-image:url(BTN_close.png);
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
}
.overlay-close-btn{
	text-align:center;
}
/* OVERLAY */

/* CALENDARIO PRENOTAZIONI */


.label{
	top:84px;
	right:0;
	width:225px;
	height:88px;
	padding:0px;
	position:fixed;
	z-index:500;

	overflow:hidden;
	text-align:left;
	vertical-align:middle;
	
	opacity:0;
	visibility:hidden;
	
	background-color:#0978CA;
	transform: translate(225px,0);
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
	box-shadow: 4px 1px 13px -3px rgba(0, 0, 0, 0.6);
	color:#fff;
}
.label.open{
	width:225px;
	transform: translate(0,0);
	opacity:1;
	visibility:visible;
	cursor:pointer;
}
.label-main{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}
.label-main h4 {
	padding: 21px 0 0 24px;
	margin: 0;
	font-size:22px;
	line-height:22px;
}

.toolprenotazione {
	width: 100%;
	min-height:100px;
	display: block;
	vertical-align: top;
	margin: 0px;
	padding: 0 0px 132px;
	text-align: center;
	background-color:#ffffff;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	position:relative;
}
.prenota {
	width: 100%;
	min-height:100px;
	display: block;
	vertical-align: top;
	margin: 0px;
	padding: 32px 0px 62px;
	text-align: center;
	background-color:#333333;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	position:relative;
}
.prenota-content {
	width: 100%;
	max-width:960px;
	min-height:100px;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position:relative;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.sceltacalendario {
	width: 50%;
	min-height:100px;
	position: relative;
	margin: 0;
	padding: 26px 38px;
	color: #ffffff;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	order: 1;
	opacity:1;
}
.calendario {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	box-shadow: 0px 0px 12px rgba(0,0,0,0);
	
	font-family: 'ITCAvantGardeStd-Bk', Arial, Helvetica, sans-serif;
	margin-right:30px;
}
.calendario:hover {
	box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
}
#panrapida{
	display:none;
	margin-left: 30px;
}

.sceltarapida {
	position:relative;
	width: 50%;
	min-height:100px;
	position: relative;
	margin: 0;
	padding: 22px 38px 26px;
	color: #ffffff;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	order: 1;
	border-radius: 7px;
	border: 2px solid rgba(255,255,255,0);
	opacity:1;
}
.selected .sceltarapida {
	border: 2px solid #00afcd;
	border-radius: 7px;
	background-color:rgba(255,255,255,0);
}

.sceltacalendario h3, .sceltarapida h3 {
	padding: 0;
	margin: 0 0 5px;
}
.sceltacalendario p, .sceltarapida p {
	padding: 0;
	margin: 0;
	opacity:0.5;
	line-height: 19px !important;
}
.prenota-tit{
	min-height:100px;
}
.sceltacalendario .prenota-tit{
	margin-right:30px;	
}
#viewrapida .prenota-tit{
	margin-left:30px;	
}
#clickrapida{
	margin-left:30px;	
}

.hiddenScelta{
	opacity:0.2 !important;
}
.prenota-line{
	position:absolute;
	z-index:0;
	width:1px;
	background-color:rgba(255,255,255,0.35);
	top:0;
	bottom:0;
	left:50%;
}
.prenota-line div{
	width:60px;
	height:50px;
	position:absolute;
	z-index:0;
	background-color:#333333;
	top:50%;
	left:50%;
	margin-left:-30px;
	margin-top:-25px;
	color:#ffffff;
	line-height:50px;
	text-align:center;
}
.prenota-box{
	width: 100%;
	min-height:100px;
	position: relative;
	margin: 0;
	padding: 0;
	color: #ffffff;
	display: block;
	text-align: left;
	vertical-align: top;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prenota-box h4 {
	padding: 0;
	margin: 7px 0 14px;
}
.prenota-box ul{
	margin: 0;
	padding: 0;
}
.prenota-box ul li {
	list-style-position: inside;
	margin: 0 0 10px;
	padding: 10px 12px;
	list-style-type: none;
	text-align:center;

    line-height: 17px;
	cursor:pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	background-color:#eee;
	color:#969696;
	box-shadow: 0px 0px 12px rgba(0,0,0,0);
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.prenota-box ul li:hover {
	background-color:#ffffff;
	color:#000000;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
}
.prenota-col1{
	width: 50%;
	min-height:100px;
	position: relative;
	margin: 0;
	padding: 0 19px 0 0;
	color: #ffffff;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prenota-col2{
	width: 50%;
	min-height:100px;
	position: relative;
	margin: 0;
	padding: 0 0 0 19px;
	color: #ffffff;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#viewday{
	width:100%;
	height:100%;
	position:relative;
	z-index:80;
	display:none;
	opacity:0;
	text-align:left;
}
#viewrapida{
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
	text-align:left;
	display:block;
	opacity:1;
}
#viewrapida .prenota-tit {
    margin-top: 2px;
}
#prenotazione.selected #viewday{
	display:block;
	opacity:1;
}
#prenotazione.selected #viewrapida{
	display:none;
	opacity:0;
}
.BTNslot{
	border: 0;
	-webkit-appearance: normal;
	-moz-appearance:    normal;
	appearance:         normal;
	
	margin: 0 0 10px;
	padding: 10px 32px;
	text-align:center;

    line-height: 17px;
	cursor:pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	background-color:#eee;
	color:#969696;
	box-shadow: 0px 0px 12px rgba(0,0,0,0);
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:  all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	position:relative;
	
	overflow:hidden;
}
.BTNslot:hover{
	/* background-color:#ffffff; */
	color:#000000;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.4);
}
.BTNslot:active {
	background-color:#ffffff;
	color:#000000;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
}
.BTNslot.busy{
	pointer-events: none;
	opacity:0.15;
}
.BTNslot div{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	text-align:center;
	opacity:0;
	
	line-height: 41px;
	font-size: 12px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-color: #eee;
	color: #969696;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.BTNslot:hover div {
	z-index: 1;
	opacity: 1;
	display: block;
}
.BTNslot:active div {
	z-index: 0;
	opacity: 0;
	display: none;
}
#viewday.selected #selDAY p{
	opacity: 0;
	display: none;
}
#selDAY h3, #selDAYslot{
	margin: 0 0 6px 0;
	padding: 6px 12px;
	position:relative;
	background-color: rgb(0, 175, 205);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#selDAYslot {
	opacity: 0;
	display: none;
}
#viewday.selected #selDAYslot {
    opacity: 1;
    display: block;
}
#viewday.selected #DAYslot{
	display:none;
}
#FORMslot{
	display:none;
}
#viewday.selected #FORMslot{
    opacity: 1;
    display: block;
}
.BTNslotdel, .BTNdaydel{
	width:48px;
	height:100%;
	
	position:absolute;
	z-index:0;
	text-align:center;
	
	line-height: 41px;
	font-size: 12px;
	
	top: 0;
	right: 0;
	bottom: 0;
	
	background-color: #eee;
	color: #969696;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	background-image: url(BTN_close2w.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 24px;
	
	opacity:1;
	cursor:pointer;
}
.BTNslotdel:hover, .BTNdaydel:hover{
	opacity:0.8;
}

.loading{
	width:100%;
	height:100%;

	top:0;
	left:0;

	position:absolute;
	z-index:8000;
	background-color:rgba(0,0,0,0.8) !important;

	display:none;
	opacity:0;

	text-align:center;

/* animazione easeOutExpo */
	-webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.loading.On{
	display:block;
	opacity:1;
}
.loading-txt{
	position: absolute;
	width: 160px;
	height: 60px;
	top: 50%;
	margin-top: 40px;
	left: 50%;
	margin-left: -80px;
	color: #ffffff;
}
.loading-svg{
	position:absolute;
	width:60px;
	height:60px;
	top:50%;
	margin-top:-30px;
	left:50%;
	margin-left:-30px;
}
/*
  Set the color of the icon
*/
svg path,
svg rect{
  fill: #ffffff;
}
/* // CALENDARIO PRENOTAZIONI */

/* ACCOUNT */
.menu-form{
	margin: 0;
	padding: 0;
	position:relative;
	display:block;
	height:auto;
	text-align:left;
	z-index:1;
}

.account-txt {
	white-space: normal;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	z-index: 2;
	width: 100%;
	padding: 0;
	line-height: 22px !important;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.account-txt p {
	margin: 0 0 10px;
}
#accountget{
	margin: 20px 0 10px;
}
.input-form {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0px 10px 0 10px;
	border: 0 !important;
	vertical-align: middle;
	text-align: left;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 38px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	background-color: rgba(255,255,255,1);
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input-form::-webkit-input-placeholder  { color:rgba(255,255,255,0.7); }
.input-form::-moz-placeholder  { color:rgba(255,255,255,0.7); }/* firefox 19+ */
.input-form:-moz-placeholder  { color:rgba(255,255,255,0.7); }/* firefox 19+ */
input.input-form::-moz-placeholder  { color:rgba(255,255,255,0.7); }
input.input-form::-ms-input-placeholder { color:rgba(255,255,255,0.7); }

.account .input-form{
	color: #000000;
	background-color:rgba(255,255,255,1);
}
.account .input-form::-webkit-input-placeholder  { color:rgba(0,0,0,0.5); }
.account .input-form::-moz-placeholder  { color:rgba(0,0,0,0.5); }/* firefox 19+ */
.account .input-form:-moz-placeholder  { color:rgba(0,0,0,0.5); }/* firefox 19+ */
.account input.input-form::-moz-placeholder  { color:rgba(0,0,0,0.5); }
.account input.input-form::-ms-input-placeholder { color:rgba(0,0,0,0.5); }

/* TEXTAREA */
.textarea-form{
	width:100%;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0px 10px 0 10px;
	border: 0 !important;
	vertical-align:middle;
	text-align:left;
	
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 38px;
	text-decoration: none;
	
	color: #ffffff;
	
	background-color: transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-clip: border-box;
	-webkit-background-clip: border-box; 
	-moz-background-clip: border-box;
	
	background-color:rgba(255,255,255,1);

    -webkit-appearance: none;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textarea-form::-webkit-input-placeholder  { color:rgba(255,255,255,0.7); }
.textarea-form::-moz-placeholder  { color:rgba(255,255,255,0.7); }/* firefox 19+ */
.textarea-form:-moz-placeholder  { color:rgba(255,255,255,0.7); }/* firefox 19+ */

.account .textarea-form{
	color: #000000;
	background-color:rgba(255,255,255,1);
}
.account .textarea-form::-webkit-input-placeholder  { color:rgba(0,0,0,0.5); }
.account .textarea-form::-moz-placeholder  { color:rgba(0,0,0,0.5); }/* firefox 19+ */
.account .textarea-form:-moz-placeholder  { color:rgba(0,0,0,0.5); }/* firefox 19+ */
/* textarea */

.account-box2{
	position: relative;
	display: block;
	vertical-align:middle;
	margin:0 0 36px 0;
}
.account-recaptcha{
	padding-left: 0px;
	position: relative;
	display: inline-block;
	vertical-align:middle;
}

.account-box{
	position: relative;
	display: block;
	vertical-align:middle;
	margin:0 0 10px;
}
.account-box.select-inp{
margin: 0 0 4px;
}
.chzn-container-single .chzn-single{
	color: #000000 !important;
	background-color:rgba(255,255,255,1) !important;
	background-image:none !important;
	border: 1px solid #ffffff !important;
	height: 20px !important;
	line-height: 24px !important;
	padding: 8px 10px !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}
.chzn-container .chzn-drop {
	background: #fff;
	border: 1px solid #ffffff !important;
	border-top: 0;
	position: absolute;
	top: 29px;
	left: 0;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	-o-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	box-shadow: 0 4px 5px rgba(0,0,0,.15);
	z-index: 999;
}
.chzn-container-single .chzn-single div {
	position: absolute;
	right: 4px !important;
	top: 0;
	display: block;
	height: 100%;
	width: 16px !important;
}
.chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    padding: 6px 20px !important;
    margin: 0;
    list-style: none;
}

.account-box label {
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	opacity: 0.6;
	padding-left: 4px;
	padding-bottom: 3px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* ACCOUNT */

@media screen and (min-width: 0px) and (max-width: 1024px) {

.argo-box{
	width: 272px;
	height: 364px;
	margin: 0 26px;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align:top;
	z-index: 2;
	
	overflow:hidden;
}

}
@media screen and (min-width: 1281px) {

.argomenti-muscle{
	margin: 0;
	padding:0;
	position: absolute;
	
	top: -110px;
	left: 0;
	margin-left:0;
	
	z-index: 0;
}
.post-main{
	width:886px;
}
.boxsx .post-box-dot {
	top: 6px;
	right: -77.5px;
}
.boxdx .post-box-dot {
	top: 6px;
	left: -78.5px;
}
}