/* Generale    ----------- */
nav {
	border:0;
	margin:0 auto;
	z-index:3001;
}
nav ul {
	width:100%;
	margin:0;
	padding:0;
	z-index:10;
	position:relative;
	display:flex;
 	display:-webkit-flex;
 	flex-flow:row wrap;
 	-webkit-flex-flow:row wrap;
	align-content: flex-start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-webkit-justify-content: flex-start;
}
nav li {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	display:flex;
 	display:-webkit-flex;
 	flex-flow:row wrap;
 	-webkit-flex-flow:row wrap;
	align-content:stretch;
	-webkit-align-content:stretch;
}
nav li a {
	margin:0;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700 !important;
}
nav li#cerca {
	display:none;
}
nav li#carrello {
	order:10;
	-webkit-order:10;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
nav {
	width:94%;
	position: absolute;
	min-height:100%;
	right:-100%;
	display:block;
	top:0rem;
	padding:5rem 3% 1rem 3%;
	/*min-height: -moz-calc(100% - 6rem); 
	min-height: -webkit-calc(100% - 6rem);
	min-height: -o-calc(100% - 6rem); 
	min-height: calc(100% - 6rem);*/
	transition:all ease-in-out 300ms;
}
nav.estratto {
	right:0;
	background:url(../../../images/pubblico/logoNav.png) no-repeat top left #E90801;
}
nav ul {
	width:100%;
	padding:0 0 0 0;
	margin:0 0;
	float:right;
	border-top:1px solid #F3534A !important;
}
nav ul ul {
	width:100%;
	padding:0 0 0 0;
	margin:0 0;
	float:right;
}
nav ul li {
	width:100%;
	text-align:center;
	margin:0;
	padding:0 0;
	overflow:hidden;
	text-overflow:ellipsis;
}
nav ul li a {
	text-align:left;
	line-height:2.5rem;
}
nav a.selected {
    color:#FFF !important;
	background:#C30600;
	padding:10px;
}
nav a.estrai_menu {
	background:url(../../../images/pubblico/open.png) no-repeat center center;
	width:4rem;
	height:4rem;
	float:left;
	margin:0;
	padding:0;
	border:0;
	position:absolute;
	top:0;
	left:-4rem;
}
nav.estratto a.estrai_menu {
	background:url(../../../images/pubblico/openW.png) no-repeat center center;
	width:4rem;
	height:4rem;
	float:left;
	margin:0;
	padding:0;
	border:0;
	position:absolute;
	top:0;
	left: -moz-calc(100% - 4rem); /* Firefox */
	left: -webkit-calc(100% - 4rem);/* WebKit */
	left: -o-calc(100% - 4rem); /* Opera */
	left: calc(100% - 4rem); /* Standard */
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
}
nav ul li {
    border-bottom:0.0625rem solid #F3534A;
}
nav ul li ul li {
    border-top:0.0625rem dotted #F3534A;
    border-bottom: none;
	background:url(../../../images/pubblico/smartLi.png) no-repeat top left;
	padding:0 0 0 1.25rem;
}
nav ul li ul li:hover {
	background:url(../../../images/pubblico/smartLi.png) no-repeat top left;
}
nav li, nav li a {
    color: #FFF;
    background:none;
}
nav li.figli {
    background: url(../../../images/pubblico/figli.png) no-repeat top right;
}
nav li:hover {
    color: #FFF;
    background:none;
}
nav li.figli:hover {
    background: url(../../../images/pubblico/figli.png) no-repeat top right;
}
nav li:hover a {
    color:#FFF;
	background:none;
}

nav li#carrello {
	margin:0;
	padding:0;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
nav {
	width:100%;
	position: relative;
	margin-top:-2.5rem;
}
nav ul {
	max-width:75rem;
	margin:0 auto;
	padding:0;
	z-index:10;
	position:relative;
	display:flex;
 	display:-webkit-flex;
 	flex-flow:row wrap;
 	-webkit-flex-flow:row wrap;
	align-content: flex-end;
	justify-content:flex-end;
	-webkit-align-content:flex-end;
	-webkit-justify-content:flex-end;
}
nav ul {
	background-repeat:repeat-x;
	background-size: contain;
}
nav ul li {
	height:2.5rem;
	position:relative;
}
nav ul li a {
	width:100%;
	text-align:center;
	padding:0rem 0.725rem 0 0.725rem;
	margin:0;
	line-height:2.5rem;
}
nav a.selected {
    color:#FFF !important;
	background:#C30600;
}
nav ul li a:hover {
}
nav ul li a.selected {
}
a.estrai_menu {
	display:none;
}
nav ul li.lingue a.selected {
	background:url(../../../images/pubblico/world.png) no-repeat center left;
	padding-left:2rem;
}
nav ul ul li a.it {
	background:url(../../../images/pubblico/it.png) no-repeat center left;
	padding-left:2rem;
}
nav ul ul li a.en {
	background:url(../../../images/pubblico/en.png) no-repeat center left;
	padding-left:2rem;
}
nav ul ul li a.fr {
	background:url(../../../images/pubblico/fr.png) no-repeat center left;
	padding-left:2rem;
}
nav ul ul li a.de {
	background:url(../../../images/pubblico/de.png) no-repeat center left;
	padding-left:2rem;
}
nav ul ul li a.es {
	background:url(../../../images/pubblico/es.png) no-repeat center left;
	padding-left:2rem;
}
/* Tendine ----------- */
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
	position: absolute;
	top:2.5rem;
	left:0;
	background:none;
}
nav li a {
	display: block;
	padding:0 0 0 0;
	text-decoration: none;
}
nav ul.topmenu li a:hover {
	background:#000B24;
}
nav li.sub > a {
	font-weight: bold;
}
nav ul.topmenu {
	width:12rem;
}

nav ul li ul li {
	display:block;
	padding:0 0.725rem;
	line-height:2.5rem;
	height:2.5rem
}
nav ul li ul li:hover {
	background:#000B24;
}
nav ul li ul li a {
	white-space:nowrap;
	margin:0 0 0 0;
	padding:0 0rem;
	background:none;
	border-radius:0px;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden;
	line-height:2.5rem;
	height:2.5rem;
}
nav ul li.lingue ul li a {
	width:calc(100% - 2rem);
}
nav li#carrello {
	padding:0;
	order:10;
	-webkit-order:10;
	margin-left:1rem;
}
nav ul li#carrello a {
	padding:0 0.3125rem 0 0;
}
nav li#carrello a span {
	background: url(../../../images/pubblico/cart.png) no-repeat center left;
	background-size:contain;
	padding:0 0.3125rem 0 4rem;
	height:2.5rem;
	float:left;
	color:#FFF;
}
nav li#carrello:hover a span {
	color:#FFF;
	background: url(../../../images/pubblico/cartHover.png) no-repeat center left;
	background-size:contain;
}

nav ul li#a51 a {
}

}