.homepage{
	width: 100%;
    height: 100%;
	position: absolute;
	right:0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.homepage .pag0{
	width: 100%;
    min-height: 100%;
    height: 100%;
    background-image:url('../img/homepage/ferrari.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}
.homepage .menuHP{
	position:fixed;
	top:25px;
	right:0px;
	width:100%;
	color:#000;
	background:#fff;
	-webkit-background-clip: content; 
	-moz-background-clip: content;     
	background-clip: content-box; 
  	border-top:10px solid rgba(0,0,0,0.5);
	border-bottom:10px solid rgba(0,0,0,0.5);
	height:45px;
	z-index:987;
	font-size:14px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.homepage li.dontShowLi{
	position: fixed;
	bottom: -100px;
	opacity: 0;
	}
.homepage .divBckgMenu{
	 display:inline;
	 color:#999;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	}	
.homepage .divTextCont{
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	height: 45px;
	text-align: left;
	line-height: 13px;
	padding-top: 16px;
	text-transform: uppercase;
	box-sizing: border-box;
	}
.homepage .imgLogo{
	background-image:url('../img/loghi/0.png?24');
	background-position:center;
	background-size:contain;
	background-color:#fff;
	background-repeat:no-repeat;
	min-height: 45px;
	width: 45px;
	display: inline-block;
	}	
.homepage .imgLogo.scritta{
	background-image:url('../img/scritta.png?24');
	background-size: auto 25px;
	width: 120px;
	}
.homepage .pagCont{
	height:calc(100% - 90px);
	margin-top:90px;
	left:0px;
	width:100%;
	position:relative;
	}
.homepage .pagCont.cont1{
	display:inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	}

.homepage .slogan{
	position:absolute;
	top: 20%;
	left: 0px;
	width: 100%;
	height: 50%;
	color:#fff;
	text-shadow: 0px 0px 10px #000;
	z-index:1;
	font-size:14px;
	box-sizing:border-box;
	text-align:left;
	padding-left:10%;
	overflow:auto;
	}
.homepage .slogan .crea{
	font-size: 45px;
	line-height: 45px;
	font-weight:bold;
	}
.homepage .slogan .fat{
	font-size: 25px;
	line-height: 25px;
	font-weight:bold;
	}
.homepage .slogan .eur2{
	display:inline-block;
	}
.homepage .slogan .eur{
	font-size: 120px;
	line-height: 120px;
	font-weight:bold;
	}
.homepage .yel{
	color: #ffd42f;
	}
.homepage .red{
	color: #f00;
	}
.homepage .blu{
	color: #8dacff;
	}
.homepage .gre{
	color: #daff52;
	}
.homepage .slogan .mese{
	font-size: 15px;
	line-height: 15px;
	font-weight:bold;
	}

.homepage .promo{
	position:absolute;
	top: 80%;
	left: 0px;
	width: 100%;
	height: 10%;
	color:#fff;
	background:rgba(0,0,0,0.7);
	z-index:1;
	font-size:14px;
	box-sizing:border-box;
	text-align:left;
	padding-left:10%;
	overflow:auto;
	}
.homepage .promo::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	line-height:10px;
	height: 100%;
	}
.homepage .promo .present{
	background-image:url('../img/homepage/pacchetto.png');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	min-height: 36px;
	width: 5%;
	display:inline-block;
	vertical-align:middle;
	}	
.homepage .promo .anno{
	font-size: 45px;
	line-height: 45px;
	font-size: 3vw;
	line-height: 3vw;
	font-weight:bold;
	width: 37%;
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	margin:0px  0.5%;
	white-space: nowrap;
	}	
.homepage .promo .descrizione{
	font-size: 12px;
	line-height: 12px;
	font-size: 1vw;
	line-height: 1vw;
	width: 46%;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	margin:0px  0.5%;
	}	
.homepage .promo .sei{
	font-size: 50px;
	line-height: 50px;
	}
.homepage .button{
	font-size: 16px;
	line-height: 16px;
	font-weight:bold;
	display:inline-block;
	text-transform:uppercase;
	margin-right:2px;
	border:2px solid #fff;
	padding:3px;
	border-radius:3px;
	cursor:pointer;
	color: #fff;
	}	
.homepage .contAst{
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 1px;
	box-sizing:border-box;
	text-align:left;
	padding-left:10%;
	width: 100%;
	}
.homepage .contAst .ast{
	font-size: 15px;
	}
	
	
.homepage .pag1{
	width: 100%;
    min-height: 100%;
    height: 100%;
    z-index: 1;
	}
.pag1 h2{
	color:#111;
	}
.pag1 .cell{
	width:33.333%;
	height:33.333%;
	min-height:33.333%;
	overflow:auto;
	padding:10px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	}
.pag1 .cell .icon{
	font-size:50px;
	padding:0px 2px;
	width:80px;
	text-align: center;
	color:#ccc;
	}
.pag1 .cell	.qrCode{
	background-image:url('../img/homepage/qrCode.png');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	min-height:100%;
	opacity: 0.3;
	}
.pag1 .cell .testo{
	font-size:13px;
	line-height:25px;
	padding-left:20px;
	width: 100%;
	height: 100%;
	}	
.pag1 .cell.p5{
	background-image:url('../img/loghi/0.png');
	background-position:center;
	background-size:contain;
	background-color:#fff;
	background-repeat:no-repeat;
    -webkit-animation: benefici 6s infinite linear;
    animation: benefici 6s infinite linear;
	}	
	
	
.homepage .pag2{
	width: 100%;
    min-height: 100%;
    height: 100%;
    z-index: 1;
    overflow:hidden;
	}
.pag2 .screenshots{
	position:absolute;
	top: 0%;
	left: 0px;
	width: 100%;
	color:#fff;
	background:rgba(0,0,0,0.4);
	z-index:1;
	font-size:24px;
	box-sizing:border-box;
	text-align:center;
	padding:10px;
	overflow:auto;
	}

.homepage .pag4{
	width: 100%;
    min-height: 100%;
    height: 100%;
    background-image:url('../img/homepage/bracci.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}
.pag4 .slogan{
	text-align:center;
	padding-left:0%;
	height: auto;
	z-index: 2;
	overflow: visible;
	}
.pag4 .promo{
	text-align:center;
	padding-left:0%;
	bottom:0%;
	top:initial;
	min-height: initial;
	}
	
.pag4 .promo .descrizione{
	width: 97%;
	}	

.pag4 .iphmac{
	width: 50%;
    min-height: 80%;
    height: 80%;
    bottom:10%;
    position:absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    overflow:hidden;
    display:inline-block;
    background-position: center bottom;
	}
.pag4 .iph{
    background-image:url('../img/homepage/iphone.png');
    left:0%;	}
.pag4 .mac{
    background-image:url('../img/homepage/macbook.png');
    right:0%;
	}


.homepage .pag5{
	width: 100%;
    min-height: 100%;
    height: 100%;
    background-image:url('../img/homepage/sarto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}	
.pag5 .slogan{
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.pag5 .slogan .crea{
	line-height:70px;
	}
.pag5 .slogan .pers{
	font-size: 90px
	}
.pag5 .slogan .interr{
	font-size: 130px;
	line-height:140px;
	}
.pag5 .slogan .mail{
	font-size: 130px;
	line-height: 140px;
	margin-left: 40px;
	vertical-align: middle;
	color:#fff;
	}
.pag5 .promo{
	text-align:center;
	padding-left:0%;
	bottom:0%;
	top:initial;
	min-height: initial;
	}
	
.pag5 .promo .descrizione{
	width: 97%;
	line-height: 1.5vw;
	}	
	

.homepage .pag7{
	width: 100%;
    min-height: 100%;
    height: 100%;
    background-image:url('../img/homepage/import.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}	
.pag7 .slogan{
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	top:0%;
	}
.pag7 .slogan .crea{
	line-height:90px;
	}
.pag7 .slogan .mail{
	font-size: 130px;
	line-height: 140px;
	margin-left: 40px;
	vertical-align: middle;
	color:#fff;
	}

.pag7 .promo{
	text-align:center;
	padding-left:0%;
	bottom:0%;
	top:initial;
	min-height: initial;
	}
.pag7 .promo .descrizione{
	width: 97%;
	line-height: 1.5vw;
	}	


.homepage .pag6{
	width: 100%;
    min-height: 100%;
    height: 100%;
    background-image:url('../img/homepage/business.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    z-index: 1;
    overflow:hidden;
	}	
.pag6 .slogan{
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.pag6 .slogan .crea{
	line-height:60px;
	}
.pag6 .promo{
	text-align:center;
	padding-left:0%;
	bottom:0%;
	top:initial;
	min-height: initial;
	}
	
.pag6 .promo .descrizione{
	width: 97%;
	line-height: 1.5vw;
	}	
.pag6 .slogan .redd{
	font-size: 70px;
	}



	
.homepage .pag3{
	width: 100%;
    min-height: 300px;
    height: 310px;
    z-index: 1;
    overflow:hidden;
    position:relative;
    font-size:12px;
	}
.pag3 .icon{
	font-size:50px;
	padding:30px 20px;
	display: inline-block;
	width:80px;
	text-align: center;
	color:#ccc;
	cursor:pointer;
	}
.pag3 .linea{
	margin-top: 5px;
	width:100%;
	min-height:3px;
	background: rgb(195,50,38); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(195,50,38,1) 0%, rgba(195,50,38,1) 16%, rgba(255,255,255,1) 18%, rgba(247,182,48,1) 20%, rgba(247,182,48,1) 36%, rgba(255,255,255,1) 38%, rgba(24,158,73,1) 40%, rgba(24,158,73,1) 56%, rgba(255,255,255,1) 58%, rgba(61,145,206,1) 60%, rgba(61,145,206,1) 76%, rgba(255,255,255,1) 78%, rgba(153,52,147,1) 80%, rgba(153,52,147,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(195,50,38,1) 0%,rgba(195,50,38,1) 16%,rgba(255,255,255,1) 18%,rgba(247,182,48,1) 20%,rgba(247,182,48,1) 36%,rgba(255,255,255,1) 38%,rgba(24,158,73,1) 40%,rgba(24,158,73,1) 56%,rgba(255,255,255,1) 58%,rgba(61,145,206,1) 60%,rgba(61,145,206,1) 76%,rgba(255,255,255,1) 78%,rgba(153,52,147,1) 80%,rgba(153,52,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(195,50,38,1) 0%,rgba(195,50,38,1) 16%,rgba(255,255,255,1) 18%,rgba(247,182,48,1) 20%,rgba(247,182,48,1) 36%,rgba(255,255,255,1) 38%,rgba(24,158,73,1) 40%,rgba(24,158,73,1) 56%,rgba(255,255,255,1) 58%,rgba(61,145,206,1) 60%,rgba(61,145,206,1) 76%,rgba(255,255,255,1) 78%,rgba(153,52,147,1) 80%,rgba(153,52,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
.pag3 .made{
	border-top: 1px solid #aaa;
	text-align:center;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	padding-top:18px;
	}
.pag3 .italia{
	width:40px;
	min-height:14px;
	display:inline-block;
	margin-left:20px;
	vertical-align: top;
	background: rgb(24,158,73); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(24,158,73,1) 0%, rgba(24,158,73,1) 32%, rgba(24,158,73,1) 32%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 65%, rgba(195,50,38,1) 66%, rgba(195,50,38,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(24,158,73,1) 0%,rgba(24,158,73,1) 32%,rgba(24,158,73,1) 32%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 65%,rgba(195,50,38,1) 66%,rgba(195,50,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(24,158,73,1) 0%,rgba(24,158,73,1) 32%,rgba(24,158,73,1) 32%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 65%,rgba(195,50,38,1) 66%,rgba(195,50,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
.pag3 a{
	font-size:12px;
	}
.pag3 .versione{
	cursor:pointer;
	}
.subPage .versioneDesc{
	margin-bottom:30px;
	}



















	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
