.homepage{
	width: 100%;
	position: absolute;
	z-index: 1;
	right:0px;
	text-align:center;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
	-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%;
	height:calc(100vh - 160px);
    z-index: 1;
    overflow:hidden;
    text-align:center;
    padding:10px 0px 0px;
	}
.homepage .menuHP{
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	color:#000;
	height:160px;
	z-index:20;
	font-size:14px;
	text-align:center;
	}
.menuHP .menuGrig{
	width:100%;
	height:calc(100% - 25px);
	margin-top: 25px;
	background: #fff;
	}
.menuHP .menuGrig header,
.menuHP .menuGrig nav{
	height:100%;
	}

.menuHP .menuLogo{
	width: 400px;
	min-height: 120px;
	display:inline-block;
	vertical-align:middle;
	margin:0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	background-image:url('../img/loghi/scritta.png?1');
	}
.menuGrig ul{
	width:100%;
	min-width: 900px;
	height: 100%;
	text-align:center;
	}
.menuGrig ul.menu::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.menuGrig li{
	display:inline-block;
	margin:0px 10px;
	vertical-align: middle;
	position: relative;
	height: 100%;
	}
.menuGrig>header>nav>ul>li::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.menuGrig li.contUl{
	position: initial;
	}
.menuGrig>header>nav>ul>li:hover:after{
	content:'';
	position:absolute;
	width:100%;
	border-bottom:2px solid #000;
	display: block;
	bottom: 0px;
	}
.menuGrig>header>nav>ul>li.contUl:hover:after{
	display:none;
	}

.menuGrig li>ul{
	display:none;
	position: absolute;
	width: initial;
	min-width: initial;
	background-color: #f00;
	height:initial;
	padding:10px;
	text-align:left;
	}
.menuGrig li>ul::before{
	height:initial;
	}
.menuGrig li:hover>ul{
	display:block;
	}
.menuGrig li>ul .divBckgMenu{
	color:#fff;
	}
.menuGrig li>ul>li{
	display: block;
	vertical-align: top;
	margin: 10px 0px 0px;
	}
.menuGrig li>ul>li .divTextCont{
	}
.menuGrig li>ul>li>ul{
	display:block;
	position: relative;
	}
.menuGrig li>ul>li>ul>li{
	display:block;
	margin-bottom: 10px;
	}
.menuGrig li>ul>li>ul>li .divTextCont{
	text-decoration: none;
	font-size: 11px;
	}
@media (max-width: 768px){
	.menuGrig>header>nav>ul>li:hover:after{
		display: none;
		}
	.menuGrig li>ul{
		display: none;
		position: relative;
		width: 80%;
		min-width: initial;
		background-color: transparent;
		}
	.menuGrig li>ul::before{
		height:initial;
		}
	.menuGrig li:hover>ul{
		display:inline-block;
		}
	.menuGrig li>ul .divBckgMenu{
		color:#444;
		}
	.menuGrig li>ul .divTextCont{
		font-size: 15px;
		}
	.menuGrig ul.menu li>ul>li{
		padding:20px 20px 0px;
		}
	}
.logoMobileAlto {
	background-image: url('../img/loghi/logo.png');
	background-position: center;
	background-size: 50px;
	background-repeat: no-repeat;
	vertical-align: top;
	min-height: 45px;
	width: 80px;
	max-width: 90%;
	display: inline-block;
	position: relative;
	top: -5px;
	}
.contSlicHome{
	height:100%;
	}
.contSlicHome .subDiv{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height:80vh;
	}
.homepage li.dontShowLi{
	position: fixed;
	bottom: -100px;
	opacity: 0;
	}
.homepage .divBckgMenu{
	 display:inline-block;
	 color:#000;
	-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;
	text-align: left;
	line-height: 13px;
	text-transform: uppercase;
	box-sizing: border-box;
	}
.homepage .divTextCont.icon{
	font-size: 30px;
	line-height: 30px;
	}
.homepage .imgLogo{
	background-image:url('../img/loghi/logo.png');
	background-position:center;
	background-size:contain;
	background-color:#fff;
	background-repeat:no-repeat;
	min-height: 100px;
	width: 100px;
	display: inline-block;
	}	

.homepage .pagCont{
	height:100%;
	left:0px;
	width:100%;
	position:absolute;
	}
.nt_moduloFade{
	height:100%;
	width:100%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow:hidden;
	}
.nt_moduloFade .nt_subDiv{	
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	opacity:0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transform: scale(1.0);
	filter: blur(0px);
	-webkit-transition: -webkit-filter 1s ease, opacity 1s ease, -webkit-transform 7s linear, background 7s linear;
	-moz-transition: -moz-filter 1s ease, opacity 1s ease, -moz-transform 7s linear, background 7s linear;
	-ms-transition: -ms-filter 1s ease, opacity 1s ease, -ms-transform 7s linear, background 7s linear;
	-o-transition: -o-filter 1s ease, opacity 1s ease, -o-transform 7s linear, background 7s linear;
	transition: filter 1s ease, opacity 1s ease, transform 7s linear, background 7s linear;
	}

.contLoghi{
	height: 100%;
	min-height: 100%;
	width: 50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.contLoghi::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contLoghi.moveL{
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background-position: center center;
	}
.contLoghi.moveL:hover{
	background-position: 100% center;
	}

.loghi{
	background-color:rgba(255,255,255,0.8);
	display:inline-block;
	vertical-align:middle;
	height: 200px;
	min-height: 200px;
	width:140px;
	border-radius:3px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	}
.homepage .pag2{
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	box-sizing: border-box;
	text-align: center;
	}
.homepage .fullPage{
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
	}	
.contButton{
	width: 100%;
	text-align:center;
	height:50px;
	position:absolute;
	left:0px;
	bottom:0px;		
	}
a.butBordo{	
	background-color:#272559;
	padding:10px;
	border-radius:3px;
	color:#fff;
	font-size: 13px;
	display: inline-block;
	}
.homepage .contSlogan{
	width: 100%;
    z-index: 1;
    text-align: center;
	}
.homepage .contSlogan::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contSlogan .slogan{
	margin:0;
	text-transform: uppercase;
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	font-weight:600;
	padding:40px 0px;
	color:#000;
	}	 
	
.homepage .pag1{
	width: 100%;
    z-index: 1;
    text-align: center;
	}
	
.homepage .pag3{
	width: 100%;
    z-index: 1;
    position:relative;
    font-size:12px;
	text-align: center;
	}
.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-color: #aaa; /* Old browsers */
	}
.pag3 .made{
	border-top: 1px solid #aaa;
	text-align:center;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	padding:14px;
	}
.pag3 .italia{
	width:40px;
	min-height:14px;
	display:inline-block;
	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;
	}

.cambiaPassword{
	margin: 20px;
	cursor: pointer;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 12px;
	text-align: left;
	color: #000;
	}
.homepage .pag4{
	width: 100%;
	height:100%;
    z-index: 1;
    text-align: center;
	}
.pag4 .contCategoria{
	width:400px
	}
.generaContratto{
	box-sizing: border-box;
	padding:20px;
	background-color: #cc353d;
	border-radius:3px;
	cursor:pointer;	
	display:inline-block;
	margin: 0px 20px;
	color: #fff;
	text-align: center;
	width:300px;
	}
.generaContratto::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
    max-height: 12px;
	}
.generaContratto .a1{
	vertical-align:middle;
	display:inline-block;
	line-height: normal;
	text-align:center;	
	margin:0px;
	box-sizing: border-box;
	width:calc(100% - 80px);
	text-transform:uppercase;
	}
.generaContratto .a2{
	display:inline-block;
	width:30px;
	overflow:hidden;
	box-sizing: border-box;
	vertical-align:middle;
	font-size:30px;	
	}
.menuNero{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	background-color:#000;
	color:#fff;
	text-align:center;
	z-index:2;
	}
.menuNero>div{
	width:100%;
	text-align:right;
	max-width:900px;
	display: inline-block;
	margin-top: 2px;
	}
.menuNero>div a{
	color:#fff;
	display: inline-block;
	margin: 0px 20px;
	}
.menuNero>div .ntlink{
	font-size:25px;
	line-height: 25px;
	vertical-align: middle;
	}
.menuNero>div .nttext{
	font-size: 18px;
	vertical-align: middle;
	}
.menuNero>div a.goog-te-menu-value{
	width:initial;
	}
#google_translate_element{
	display: inline-block;
	}
.halfPage{
	height: 100%;
	min-height: 100%;
	width: 50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:justify;
	overflow:auto;
	padding: 220px 40px 40px;
	font-size:13px;
	line-height: 26px;
	}
.menuGrig ul.menuMobile{
	overflow:hidden;
	height:0px;
	}
.menuGrig ul.menuMobile li{
	width:calc(50% - 20px);   
	margin-right:0px;
	height: 100%;
	}

.contRiepilogo{
	margin-top:180px;
	height: calc(100% - 180px);
	width:400px;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:left;
	background-color: #444;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contRiepilogo .prodRiep{
	margin: 10px;
	max-height: 150px;
	overflow: auto;
	background-color: #888;
	}
.contRiepilogo a.contProdotto:first-child{
	margin-top:0px;
	}
.contOrdine .prodRiep{
	max-height: 100%;
	overflow: auto;
	}
.contOrdine a.contProdotto:first-child{
	margin-top:0px;
	}
.contRiepilogo a.contProdotto,
.contOrdine a.contProdotto  {
	margin-top:5px;
	height: 100px;
	width: 100%;
	box-sizing: border-box;
	text-align:center;
	position: relative;
	}
.contRiepilogo .contProdotto .contImagesP,
.contOrdine .contProdotto .contImagesP{
	height:100%;
	width:100px;
	display:inline-block;
	position: relative;
	vertical-align: top;
	}	
.contRiepilogo .iconaFotoAppesaClose,
.contOrdine .iconaFotoAppesaClose{
	display:none;
	}
.contRiepilogo .contProdotto .frontImage,
.contOrdine .contProdotto .frontImage{
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.contRiepilogo .contProdotto .desc{
	background-color:#fff;
	height:100%;
	overflow:auto;
	display:inline-block;
	width:calc(100% - 100px);
	vertical-align: top;
	}
.contOrdine .contProdotto .desc{
	background-color:#fff;
	height:100%;
	overflow:auto;
	display:inline-block;
	width:calc(100% - 255px);
	vertical-align: top;
	}
.contOrdine a.checkOut{
	margin-left:4px;
	display: inline-block;
	text-decoration: none;
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 10px;
	color: #222;
	background-color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 20px;
	}
.contRiepilogo .contProdotto .titolo,
.contOrdine .contProdotto .titolo{
	padding: 10px 10px 0px;
	font-size:10px; 
	}
.contRiepilogo .contProdotto .codice,
.contOrdine .contProdotto .codice{
	display:none;
	}
.contRiepilogo .contProdotto .tags,
.contOrdine .contProdotto .tags{
	display:none;
	}
.contRiepilogo .contProdotto .prezzo,
.contOrdine .contProdotto .prezzo{
	color:#000;
	font-size:12px; 
	padding: 0px 10px 5px;
	}
.contRiepilogo .contProdotto .meno,
.contOrdine .contProdotto .meno{
	display:none;
	}
.contRiepilogo .contProdotto .quan,
.contOrdine .contProdotto .quan{
	display:inline-block;
	width:40px;
	}
.contRiepilogo .contProdotto .piu,
.contOrdine .contProdotto .piu{
	display:none;
	}
.contRiepilogo .contProdotto .descComb,
.contOrdine .contProdotto .descComb{
	display:none;
	}
.contRiepilogo .shopBag{
	letter-spacing: 2px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	text-align:center;
	}
.contRiepilogo .numShopBag{
	color: #aaa;
	font-size: 12px;
	line-height: 17px;
	padding: 10px;
	}
.contRiepilogo .subTot{
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
	padding: 10px;
	}
.contRiepilogo .price{
	font-size: 19px;
	color: #fff;
	margin-bottom: 10px;
	padding: 0px 10px 10px;
	}
.contRiepilogo .barraRiep{
	width:100%;
	box-sizing: border-box;
	}
.contRiepilogo .barraR{
	width:50%;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
	background-color: #aaa;
	color:#000;
	font-size:11px;
	text-align: center;
	padding: 5px;
	}
.contRiepilogo .on{
	background-color: #000;
	color:#fff;
	}
.contRiepilogo .triangle{
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #000;
	position: absolute;
	left: 0px;
	top:0px;
	}
.contSel{
	margin: 0px 20px 15px;
	text-align: left;
	height: 32px;
	}
.homepage .pag5{
	width: 100%;
	margin-top:180px;
	height: calc(100% - 180px);
    z-index: 1;
    text-align: center;
	}
.homepage .pag6{
	width: 100%;
	margin-top:50px;
    z-index: 1;
    text-align: center;
	overflow:auto;
	}
.contNegozio .contOrdine{
	width:100%;
	}
.contOrdine .boxOrdine{
	width:calc(100% - 20px);
	max-width:900px;
	border-radius:5px;
	display:inline-block;
	margin:10px;
	}
.contOrdine .top{
	background-color:#979797;
	color:#fff;
	width:100%;
	}	
.contOrdine .contDat{
	width:33.33%;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
	padding:10px;
	}	
.contOrdine .key{
	width:100%;
	box-sizing: border-box;
	padding:4px;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color: #ccc;
	}	
.contOrdine .value{
	width:100%;
	box-sizing: border-box;
	padding:4px;
	text-transform:uppercase;
	font-size:15px;
	line-height:15px;
	}	
	
.contOrdine .bottom{
	background-color:#eee;
	color:#000;
	width:100%;
	box-sizing: border-box;
	padding: 15px 6px 10px;
	}	
.contOrdine .quan {
	text-align:left;
	padding:10px 6px;
	width:100%;
	box-sizing: border-box;
	}
.contOrdine .quanSpe::before{
	content:'';
	height:40px;
	display:inline-block;
	vertical-align:middle;
	}
.contOrdine .quan .icon{
	margin-right:10px;
	font-size:30px;
	display:inline-block;
	vertical-align: middle;
	}	
.contOrdine .quan .icon.i1{
	color:#53abff;
	}				
.contOrdine .quan .icon.i2{
	color:#ccc;
	}				
.contOrdine .quan .icon.i3{
	color:#555;
	}				
.contOrdine .quan .testo{
	display:inline-block;
	margin-right:10px;
	vertical-align: middle;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	}	


.pag3 .footer{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;	
	box-sizing: border-box;
	}
.pag3 .footer.f1{
	text-align:left;
	padding:40px;	
	}
.pag3 .footer.f1 a{
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	margin-bottom:10px;
	display: inline-block;
	}
.pag3 .footer.f3{
	text-align:right;
	padding: 0px;	
	}
.pag3 .footer .ppIcon{
	width:50%;
	}
.pag3 .sociDiv{
	width:50%;
	height:300px;
	display:inline-block;
	overflow:auto;
	vertical-align:top;
	background-color: #555;
	}
.pag3 .titoInst{
	height:30px;
	font-size:20px;
	line-height:20px;
	padding: 0px 0px 10px;
	box-sizing: border-box;
	background-color: #eee;
	}
.pag3 .contInst{
	height:calc(100% - 30px);
	background-color: #f3f3f3;
	overflow: auto;
	}

.contDivLightbox{
    position:fixed;
    opacity:1;
    z-index:1001;
    top:0%;
    height:100%;
    width:100%;
    background-color:rgba(255,255,255,0.9);
    text-align:center;
    -webkit-transition: 1500ms ease;
    -moz-transition: 1500ms ease;
    -ms-transition: 1500ms ease;
    -o-transition: 1500ms ease;
} 	
.divLightbox{
    display: inline-block;
    width:calc(100% - 40px);
    height:calc(100% - 40px);
    box-sizing: border-box;
    margin:20px;
    background-color:#fff;
    color:#000;
    border-radius:0px;
    padding:15px;
    text-align:left;
    font-size:15px;
    overflow-y: auto;
    box-shadow: 0 1px 6px 1px rgba(102, 102, 102, .15);
	border: 1px solid #d6dce1;
	}    
.divLightbox .top{
    height: 23px;
    width: 100%;
    text-align:right;
	} 
.divLightbox .top span{
    font-size:20px;
    margin:15px;
    cursor:pointer;
    color:#aaa;
	}    
.divLightbox .top a{
    font-size:20px;
    margin:15px;
    cursor:pointer;
    color:#aaa;
	}    
.divLightbox .bottom{
    height: calc(100% - 23px);
    width: 100%;
    overflow-y: auto;
	}    

.divLightbox a{
	color:#000;
	text-decoration: underline;
	}

.divLightbox .annulla{
	display:inline-block;
	margin:5px 5px 5px 0px;
	padding:5px;
	font-size:12px;
	background-color:#aaa;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	}  
.divLightbox .conferma{
	display:inline-block;
	margin:5px;
	padding:5px;
	font-size:12px;
	background-color:#4090cd;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	box-shadow: 0px 0px 2px 1px #fff;
	}	

.contTaglie .divImgTag{
	min-height: 500px;
	width: 300px;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;	
	}
.contTaglie .divTaglie{
	width: calc(100% - 300px);
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	}
.contTaglie .tabTaglie{
	width: 100%;
	box-sizing: border-box;
	text-align:center;
	margin:20px 0px;
	background:#eee;
	}
.contTaglie .spieMisu{
	text-align:left;
	line-height:20px;
	font-size:14px;
	}
	
.scroDown{
	position:absolute;
	left:50%;
	margin-left:-25px;
	bottom:80px;
	background-color:rgba(255,255,255,0.8);
	color:#444;
	width:50px;
	height:50px;
	box-sizing:border-box;
	padding: 12px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	cursor:pointer;
	
	}
.imgsProdSEO{
	height: 10px;
	overflow: auto;	
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contImagFullPage{
	position:fixed;
	z-index:22;
	top:0px;
	left:0px;
	width:100%;
	background-color:rgba(0,0,0,0.9);
	overflow: auto;	
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contImagFullPage .imagFullPage{
	height: 100%;
	width:100%;
	display: inline-block;
	vertical-align:top;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	}
.pulsFullPage{
	float:right;
	font-size:30px;
	cursor:pointer;
	}

a.fileUten{
	display: block;
	margin: 20px;
	text-align: left;
	border-bottom: 1px solid #eee;	
	}
.contProdottoSingolo .menuCanv{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	overflow: auto;
	text-align: left;
	}
.contProdottoSingolo .canvProd{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	overflow: auto;
	text-align: left;
	}
.contDisegni{
	width:100%;
	height:100%;	
	}
.contTagsDise{
	height:100%;
	width: 220px;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:left;
	background-color: #444;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.tagsDise{
	color:#eee;
	padding:5px 10px;
	border-bottom:1px solid #eee;
	cursor:pointer;
	font-size:12px;
	}
.tagsDise:hover{
	color:#fff;
	}
.divDise{
	height:100%;
	width: calc(100% - 220px);
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:center;
	background-color: #eee;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.disegno{
	cursor: pointer;
	width: 200px;
	height:150px;
	object-fit: cover;
	margin: 0px 5px 10px 5px;
	display:inline-block;
	vertical-align:top;
	}
.imgDise{
	display: block;
	width: 200vw;
	height: 150vh;
	object-fit: cover;
	}
.canvas-container{	
	text-align:center;
	box-shadow: 0px 0px 1px 1px #eee;
	margin: 10px 0px;
	}
.testButt{
	font-family: 'Helvetica LT Std';
	vertical-align: middle;
	}
.textQuan{	
	font-size:12px;
	}	
table.prezzario{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eee;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px;
	margin: 10px 20px;
	}	
table.prezzario td{
	border-bottom:1px solid #e9e9e9;
	margin-bottom:3px;
	padding:3px 6px;
	}
table.prezzario b{
	color:#000;
	}

.addImg{
	font-size:30px;
	color:#272559;
	cursor:pointer;
	}

.h100{
	height:100%;
	}
	

section.grey {
background: #f3eddb;
padding: 80px 0;
color: #444;
font-size: 14px;
line-height: 20px;
}
section .center {
width: 100%;
margin: 0 auto;
max-width: 900px;
}

.demo-content {
max-width:1500px;
width: 100%;
margin-right: auto;
margin-left: auto;
margin-bottom:50px;
}
.picture {
width: 350px;
display:inline-block;
vertical-align: top;
}

@media screen and (min-width: 630px){
	.picture {
	border-bottom: 0;
	}
}
.picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	}
figure {
margin:0;
}

figure a {
display: block;
}
section#specifiche {
padding: 20px 0 70px;
}

@media (min-width: 768px){
	section#specifiche .column {
	width: 42%;
	margin: 20px 4%;
	float: left;
	}
}

section#specifiche .column {
width: calc(100% - 20px);
margin: 10px 10px;
float: none;
overflow: hidden;
}
section#specifiche .column p{
	font-size:15px;
	line-height:30px;
	text-align:left;
	}
@media (min-width: 768px){
	section#specifiche .column {
	width: 42%;
	margin: 20px 4%;
	float: left;
	}
}
section#specifiche .description{
	width: 100%;
	margin: 10px 0;
	text-align: left;
	}
@media (min-width: 768px){
	section#specifiche .description {
	width: 42%;
	margin: 20px 4%;
	display:inline-block;
	}
}


section#specifiche .column + p {
text-align: center;
padding-top: 60px;
clear: both;
font-size: 11px;
}
.heightHeader{
	height:160px;
	}
.sliderModello,
.sliderHome{
	background-position:center 20%;
	background-size:cover;
	background-color:#fff;
	background-repeat:no-repeat;
	height: 100px;
	width: 100%;
	display: inline-block;
	}
.contSliderModello{
	height: 60vh;
	width:100%;
	overflow:hidden;
	}
.contContSliderAsteTop{
	width:100%;
	background-color:#eee;
	}	
.contSliderAsteTop{
	height: 250px;
	width:100%;
	overflow:hidden;
	max-width: 900px;
	display: inline-block !important;
	margin: 50px 0px;
	}

.contSliderAsteTop .slick-next{
	right: 40px;
	z-index: 2;
	}
.contSliderAsteTop .slick-prev{
	left: 40px;
	z-index: 2;
	}
.astaTop .fotos{
	height: 100%;
	width: 400px;
	display: inline-block;
	overflow: hidden;
	}	
.astaTop .desc{
	height: 100%;
	width: calc(100% - 400px);
	display: inline-block;
	vertical-align:top;
	overflow: auto;
	padding: 0px 20px;
	box-sizing: border-box;
	background-color:#fff;
	text-align:left;
	position: relative;
	}
.astaTop h3{
	margin-top:20px;
	font-size: 18px;
	}
.astaTop .desc p{
	max-height:160px;
	overflow:auto;
	font-size: 12px;
	}
.astaTop .desc>span{
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 14px;
	}
.astaTop .desc span .manca{
	font-weight:bold;
	}
@media (max-width: 800px){
	.menuNero>div .nttext{
		display:none;
		}
	.heightHeader{
		height:80px;
		}

	.astaTop .fotos{
		height: 100%;
		width: 120px;
		display: inline-block;
		overflow: hidden;
		}	
	.astaTop .desc{
		height: 100%;
		width: calc(100% - 120px);
		display: inline-block;
		vertical-align:top;
		overflow: auto;
		padding: 0px 20px;
		box-sizing: border-box;
		background-color:#fff;
		text-align:left;
		position: relative;
		}
	.contSliderAsteTop {
		height: 120px;
		}
	.astaTop .desc p {
		display:none;
		}
	.astaTop h3 {
		margin-top: 5px;
		font-size: 12px;
		}
	}	
	
	
	
.pulsTornCima {
	background-color: #fff;
	color: #444;
	border-radius: 3px;
	width: 40px;
	font-size: 25px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #b0b0af;
	-moz-box-shadow: 2px 3px 3px 0 rgba(103,109,111,.2);
	-webkit-box-shadow: 2px 3px 3px 0 rgba(103,109,111,.2);
	box-shadow: 2px 3px 3px 0 rgba(103,109,111,.2);
	opacity: 0;
	position: fixed;
	z-index: 999;
	left: 50%;
	bottom: 10px;
	margin-left: -20px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	}	
.contNews{
	border-bottom:1px solid #f3eddb;
	margin:10px 0px;
	max-width: 700px;
	width: 100%;
	display: inline-block;
	}
.contNews .pubb{
	font-size: 10px;
	}
.contNews h2{
	margin-bottom:0px;
	}
.contNews .desc{
	max-height: 100px;
	overflow: hidden;
	text-align: left;
	margin: 10px;
	font-size: 14px;
	}
.contSingNew{
	margin-bottom:50px;
	}
.contSingNew .contNews{
	border-bottom:0px;
	}
.contSingNew .contNews .desc{
	max-height: none;
	overflow: visible;
	text-align: left;
	margin: 10px;
	font-size: 14px;
	}
.contSingNew .contNews .pubb{
	font-size: 16px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:15px 0px;
	text-align:left;
	color:#888;
	}
.contSingNew .contNews .pubb .ion-person{
	background-color: #eee;
	padding: 13px 15px;
	border-radius: 100%;
	line-height: 16px;
	font-size: 16px;
	margin: 0px 10px;
	color:#000;
	}
.contReadMore{
	width:100%;
	height:25px;
	border-bottom:1px solid #ccc;
	margin-bottom:25px;
	display: inline-block;
	max-width:900px;
	}
.readMore{
	font-family: 'Geostar', cursive;
	background-color:#fff;
	position:absolute;
	top:100%;
	left:50%;
	padding:0px 10px;
	transform: translate(-50%, -50%) scale(.4, 1);
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 12px;
	white-space: nowrap;
	}	
	
a.buttHome{
	color: #ffffff;
	background-color: #000000;
	display: inline-block;
	font-size: 18px;
	line-height: 99%;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	}
a.buttHome:hover{
	background-color: #3ca77d;
	}
#specifiche .foto{
	width: 100%;
	height: calc(100% - 50px);
	}
#specifiche .foto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	}	
.contSliderHome{
	height:300px;
	overflow: hidden;
	}
select{
	border:0px;
	background-color:#fff;
	padding:10px;
	font-size:13px;
	text-align: left;
	color:#777;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 0px;
	font-family: 'Questrial', sans-serif;
	font-style: italic;
   	}
.contSel{   	
   	text-align: center;	
   	}
#contAste{
	max-width: 900px;
	display: inline-block;
	}
.contSliderAsteTop.aste {
	height: initial;
	width: 100%;
	overflow: auto;
	max-width: 900px;
	display: inline-block !important;
	margin: auto;
	}
.contSliderAsteTop.aste:empty:before{
	content:attr(data-text);
	min-height: 80vh;
	display: block;
	box-sizing: border-box;
	padding: 40vh;
	}

a.astaTop{
	height: 250px;
	display: block;
	margin-bottom: 10px;
	position:relative;
	}	
a.astaTop .picture {
	height: 100%;
	width: 100%;
	}
.contPulsAvanDiet{
	width:100%;
	height:60px;
	box-sizing: border-box;
	padding:10px 0px 0px;
	}
A.pulsAvanDiet{
	background-color: #eee;
	padding: 10px;
	border-radius: 3px;
	display:inline-block;
	line-height: 14px;
	font-size: 14px;
	}
A.pulsAvanDiet.diet{
	float:left;
	}
A.pulsAvanDiet.avan{
	float:right;
	}
#form1{	
	max-width: 900px;
	width:100%;
	display: inline-block;
	margin-bottom: 50px;
	}
.contSlicComp{	
	max-width: 1200px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px;
	}
.contSlicComp .contImgs{	
	width: 60%;
	display: inline-block;
	vertical-align: top;
	}
.contSlicComp .contImgs{	
	width: 60%;
	display: inline-block;
	vertical-align: top;
	margin-bottom:50px;
	}
.contSlicComp .contImgs img{	
	width: 100%;
	}
.contSlicComp .contTest{
	padding: 50px 50px 0px;
	margin-bottom:50px;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	width:40%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	}
.contSlicComp p{
	text-align:left;
	}	
.contSlicComp h2.about{
	font-size: 50px;
	text-transform: uppercase;
	text-align: left;
	margin: 70px 0px 0px;
	padding-left: 0px;
	border-bottom: 5px solid #f00;
	}
a.bannPrev{	
	display: inline-block;
	margin-bottom: 50px;
	color: #37beff;
	text-decoration: underline;
	}
.spedPlan{
	width:100%;
	}
.tablPlan{
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
	text-align:right;
	}
.tablPlan tr{
	border-bottom:1px solid #eee;
	}
.tablPlan td:first-child{
	text-align:left;
	}
.tablPlan td[colspan="2"]{
	background-color:#eee;
	font-weight:bold;
	text-align:center;
	}
.divFlagCont{
	display: inline-block;
	}
A.divAutoCome{
	width: 340px;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	left:50%;
	transform: translate(-110%,-80%) scale(1);
	z-index: 1;
	display: inline-block;
	box-shadow: 3.694px 4.728px 9px 0 rgba(5,5,5,.05);
	border: 1px solid #e5e3e3;
	padding: 0px 12px 28px;
	box-sizing: border-box;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	}
A.divAutoCome.right{
	transform: translate(10%,-80%) scale(1);
	}
A.divAutoCome:hover{
	transform: translate(-110%,-80%) scale(1.1);
	}
A.divAutoCome.right:hover{
	transform: translate(10%,-80%) scale(1.1);
	}
A.divAutoCome h1{
	border-bottom:1px solid #ccc;
	}
.auto-picc{
	width:100%;
	}
.loghi-picc{
	width:100%;
	}
.elemCar{
	display: inline-block;
	vertical-align: top;
	height: 400px;
	width: calc(25% - 12px);
	margin:5px;
	cursor:pointer;
	border: 1px solid #eee;
	-moz-box-shadow: 2px 3px 3px 0 rgba(103,109,111,.2);
	-webkit-box-shadow: 2px 3px 3px 0 rgba(103,109,111,.2);
	box-shadow: 2px 3px 3px 0 rgba(103,109,111,.2);
	}	
	
.elemCar .imgElemCar{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:50%;
	width:100%;
	}
.elemCar .descElemCar{
	padding:10px;
	box-sizing: border-box;
	text-align:left;
	}
.elemCar .itemInfoHome {
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 12px;
	}
.elemCar .itemInfoHome .sotto {
	font-size: 10px;
	font-weight: bold;
	}
	
.contContDiv{
	margin:60px 0px;
	}
.contModulo{
	width:350px;
	display: inline-block;
	position:sticky;
	top: 90px;
	border-top: 3px solid #f00;
	border-bottom: 3px solid #f00;
	}
.riceVeic{
	margin: 10px;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	}
.contNegozio{
	width:calc(100% - 350px);
	display: inline-block;
	vertical-align:top;
	}
.contModulo .button{
	text-transform: uppercase;
	color: #000;
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	cursor: pointer;
	}
.contPulsAvanDiet{
	width:100%;
	height:50px;
	box-sizing: border-box;
	padding:10px 0px;
	}
A.pulsAvanDiet{
	background-color: #eee;
	padding: 10px;
	margin: 0px 10px;
	border-radius: 3px;
	display:inline-block;
	line-height: 14px;
	font-size: 14px;
	}
A.pulsAvanDiet.diet{
	float:left;
	}
A.pulsAvanDiet.avan{
	float:right;
	}
.contNegozio:empty::before{
	content:attr(data-text);
	padding:50px;
	display: block;
	}	
ul.listServ{
	text-align:left;
	}
.contInfoThumbs {
    box-sizing: border-box;
    padding: 25px 40px;
    color: #777;
    text-align: left;
    width: 100%;
	}
.datiPri{
	font-size:11px;
	text-align:right;
	background-color:#bd0000;
	display: inline-block;
	padding:0px 10px;
	color: #fff;
	box-sizing: border-box;
	width:100%;
	}     
.modelContThums{
	margin-left:2%;
	width:32%;
	display:inline-block;
	vertical-align:top;
	line-height:25px;
	font-size:16px;
	background-color: #eee;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.modelContThums:first-child{
	margin-left:0px;
	padding-top:0px;
	background-color:initial;
}
.modelContThums .datiSotto{
	box-sizing: border-box;
	padding:10px;
	}
.mostraTutteAuto{
	cursor:pointer;
}
.contSold{
	width:70%;
	border: 1px solid #b0b0af;
	-moz-box-shadow: 2px 3px 3px 0 rgba(103,109,111,.2);
	-webkit-box-shadow: 2px 3px 3px 0 rgba(103,109,111,.2);
	box-shadow: 2px 3px 3px 0 rgba(103,109,111,.2);
	margin-bottom:20px;
	box-sizing:border-box;
	min-height:152px;
	text-align: left;
	cursor:pointer;
	color:#c80704;
}  
.thumbSold{
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	border-bottom:10px solid #c80704;
	width:300px;
	height:150px;
	box-sizing: border-box;
	position:relative;
	float:left;
}     
.modelSold{
	margin-left:320px;
	line-height: 30px;
}       
.contDivHideSold{
	clear:both;
	width:100%;
	overflow:hidden;  
	-webkit-transition: 1.5s ease;
	-moz-transition: 1.5s ease;
	-o-transition: 1.5s ease;
	transition: 1.5s ease;     
}       
.vendutoSold{
	position: absolute;
	left: 0;
	top: 0;
	background:rgba(0,0,0,0.8);
	width: 100%;
	padding: 4px;
	text-align:center;
	font-size: 18px;
	color: #fff;
	box-sizing:border-box;
	z-index:10;
	overflow:hidden;
	max-height:20px;
}      
.contInfoDesc{
	line-height:26px;
	font-size:14px;
	padding:25px 0px;
	color:#777;
	text-align:left;
} 
.iconWhatsapp{
	margin-right:10px;
	float:left;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url('../img/icon/whatsapp.png');
	width:20px;
	min-height:20px;
}       
       
a.pulsanteAcquista{
	box-sizing: border-box;
	padding: 13px;
	background-color: #444;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	margin: 20px 0px 0px;
	color: #fff;
	text-align: center;
	width: 200px;
	-webkit-transition: 0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	}  
a.pulsanteAcquista:hover{
	color: #fff;
	background-color: #888;
	}   
.pulsanteAcquista::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	} 
.pulsanteAcquista .a1{
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	margin: 0px;
	box-sizing: border-box;
	width: calc(100% - 40px);       
	}       
.pulsanteAcquista .a2{
	display: inline-block;
	width: 30px;
	overflow: hidden;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 30px;   
	}       
.prezzoAutoK{
	font-size:11px;
	text-align:right;
	background-color:#bd0000;
	display: inline-block;
	padding:0px 10px;
	color: #fff;
	box-sizing: border-box;
	width:100%;
	}       
.prezzoAutoV{
	font-family: 'Open Sans', sans-serif;
	font-size:50px;
	line-height:50px;
	text-align:right;
	background-color:#eee;
	color:#000;
	display: inline-block;
	padding:10px;
	width:100%;
	box-sizing: border-box;
	}       
       
.contOptionals{
	width:100%;
	margin-bottom: 20px;
	}  
	     
.contOptionals .datiOpt{
	font-size: 11px;
	line-height: 25px;
	text-align: left;
	background-color: #bd0000;
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
	box-sizing: border-box;
	width: 100%; 	
 	}      
.contOptionals a.optional{
	display: inline-block;
    padding:5px;
	font-size: 13px;
	background-color:#eee;
	color:#777;
	border-radius: 3px;
	margin:10px 10px 0px 0px;
 	cursor:pointer;
   }   
.thumbAutoPrinc {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    width: 100%;
    min-height: 250px;
    box-sizing: border-box;
    position: relative;
    margin-top:20px;
    display:none; 
    }  
    
A.tornRice {
    position: absolute;
	transform: translateY(-150%);
	text-decoration: underline;
	color: #181ece;
	}
.thumbs {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 180px;
	margin: 20px;
	display: inline-block;
	}
@media screen and (max-width: 800px) {
	.contModulo{
		width: 90%;
		position: relative;
		top: 0;
		}
	.elemCar{
		width: calc(100% - 12px);
		}
	.pagSdays{
		margin-top:60px;
		}	
	.modelContThums{
		width:100%;
		margin-left:0;
		}
	.contThumbs {
		width: calc(100% - 20px);
		}
	.thumbAutoPrinc {
		display: inline-block;
		}				

	.homepage .pag0 {
		width: 100%;
		height: calc(50vh - 160px);
		}
	A.divAutoCome.right,
	A.divAutoCome{
		width: 340px;
		max-width:100%;
		position: relative;
		margin:20px auto;
		left:0%;
		transform: translate(0%,0%) scale(1);
		z-index: 1;
		display: block;
		}
	A.divAutoCome:hover{
		transform: translate(0%,0%) scale(1);
		}
	A.divAutoCome.right:hover{
		transform: translate(0%,0%) scale(1);
		}
	a.astaTop {
		height: 120px;
		}
	.contSlicComp .contImgs{	
		width:80%;
		float: left;
		}
	.contSlicComp .contTest{
		width:100%;
		padding: 20px 20px 0px;
		font-size: 14px;
		line-height: 20px;
		}
	}
@media screen and (max-width: 800px) {
	.menu li{
		margin-left:0;
		padding-top:40px;
		}
	a.contProdotto {
		width: 50%;
		}
	.contProdottoSingolo .contImage{
		width:100%;
		height:auto;
		}
	.homepage .menuHP{
		height:80px;
		}
	.menuGrig ul.menuMobile{
		overflow:hidden;
		height:70px;
		}
	.menuHP .menuBian{
		background-color: rgb(255, 255, 255);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgb(255, 255, 255);
		height:22px;
		}
	.menuNero>div{
		padding-right: 20px;
		box-sizing: border-box;
		}
	.menuHP .menuLogo{	
		width: 100px;
		height:44px;
		display: none;
		}
	.menuGrig ul.menu::before {
		height:initial;
		}
	.menuGrig ul.menu{
		min-width: initial;
		height:0px;
		overflow:auto;
		}
	.menuGrig ul.menu li{
		display:block;
		margin-right:0px;
		padding:30px 0px;
		height: initial;
		}
	.menuGrig ul.menu li.mobileNo{
		display:none;
		}
	.menuGrig a.aMenu{
		display:inline-block;
		width:80%;
		text-align:left;
		}
	.homepage .divTextCont {
		font-size: 20px;
		}
	.menuGrig ul.menuMobile{
		min-width: initial;
		width: 100%;
		text-align: center;
		padding-top: 10px;
		}
	.homepage .contCategoria {
    	margin-top: 80px;
    	margin-left:-220px;
 		overflow:visible;
 		position: absolute;
 		height: calc(100% - 80px);
	   	}
	.homepage .contCategoria.on{
		margin-left:0px;
		}
	.homepage .contCategoria.on .buttonMenuOC div{
		transform:rotateZ(180deg);
		}
	.homepage .contCategoria ul {
		overflow: auto;
		height: 100%;
		}
	.homepage .contNegozio {
    	margin-top: 80px;
    	width:100%;
    	}
    .pag4 .contNegozio{
    	margin-top: 0px;
    	}
	.contProdottoSingolo {
    	margin-top: 80px;
    	width:100%;
    	height: calc(100% - 80px);
    	}
	.carrello .contCategoria{
		width:100%;
		height: 50%;
		}
	.pag4 .contCategoria{
		width:100%;
		height: auto;
		margin-left: 0px;
		position: relative;
		}
	.carrello .contNegozio{
		width:100%;
		height: 50%;
		}
	.pag4 .contNegozio{
		width:100%;
		height: auto;
		}
	.halfPage{
		padding: 100px 5px 20px;
		font-size:13px;
		line-height: 26px;
		width:100%;
		}
	.h100{
		height:200%;
		}
	.homepage .pag4{
		height:auto;
		}
	.pag4 .contRiepilogo{
		width:100%;
		height: auto;
    	margin-top: 80px;
		margin-left: 0px;
		position: relative;
		}
	.homepage .pag6{
		margin-top:80px;
		}
	.pag3 .footer{
		display:block;
		width:100%;
		}
	.pag3 .footer.f3{
		display:none;
		}
	.contTaglie .divImgTag{
		width: 100%;
		}
	.contTaglie .divTaglie{
		width: 100%;
		}
	}	

@media screen and (max-width: 500px) {
	.contSliderModello,
	.contSliderHome{
		
		}	
	}	














	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
