/*
    Stili Mobile
*/

/*STILI TABLET 1024px*/

@media only screen and (max-width:1024px) {
	
.contenitore-titolo {width: 55%;top: 111px;height: 160px;}

a.link-prodotto {width: 295px;height: 222px;}

span.pulsante-prodotto {top: 155px;}

.section.has-navi .section-nav {left: 0%!important;width: 100%!important;margin: auto!important;}
	
}

/*STILI MOBILE 768px*/

@media only screen and (max-width:768px) {

	p.titolo-small-bianco {font-size: 18px;line-height: 20px;}

	a.link-prodotto {width: 223px;height: 167px;}

	span.pulsante-prodotto {top: 115px;}


	#Top_bar.is-sticky{
	    display: block!important;
	    height: 60px!important;
	}

	#overlay-menu ul li {
	    list-style: none;
	    margin-bottom: 15px;
	}

	.header-testata{
		display: none;
	}

	.only-mobile{
		display: block;
	}

	.only-desktop{
		display: none;	
	}
    
}



/*STILI MOBILE 496px*/

@media only screen and (max-width:496px) {

.header-overlay .overlay-menu-toggle {right: 10px!important;top: 10px!important;}

p.slogan-home {font-size: 29px;line-height: 40px;}

.colonna-slogan {padding-top: 20px!important;}

.section.has-navi .section-nav {left: -3%!important;width: 300px!important;}

p.titolo-blu-1 {font-size: 30px;}

.one-fourth.mcb-wrap {width: 100%!important;margin-right: 0;}

.contenitore-titolo {width: 100%;top: 171px;}

p.titolo-pagina {font-size: 15px; width: 100%;}	

p.titolo-blu-2 {font-size: 26px;line-height: 36px;}

.one.column-margin-0px {padding: 0px!important;}

span.link-breadcrumbs {font-size: 12px;}

a.link-prodotto {width: 310px;height: 233px;}

span.pulsante-prodotto {top: 180px;}
	
}

@media only screen and (max-width:330px) {
	
.section.has-navi .section-nav {left: 7%!important;width: 300px!important;}

.one-fourth.mcb-wrap {margin-bottom: 20px;}

span.link-breadcrumbs {font-size: 12px;}

a.link-prodotto {width: 255px;height: 192px;}

span.pulsante-prodotto {top: 140px;}

p.slogan-home {font-size: 23px;line-height: 35px;}

.section.has-navi .section-nav {left: -2%!important;}


}