/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	/*float: right;*/
	cursor: default;
	z-index: 500;
	 margin: 0 auto;
	  margin-top: 4px;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}
.nav img{width: 100%;}

.nav > li > a.feste{background-color:#EA0BC2; border-bottom: 3px solid #77ff55;color:#fff;    font-weight: 700;}
/* Menu Links */
.nav > li > a {
	position: relative;
display: block;
z-index: 510;
height: 34px;

/* padding: 0 20px; *//*Da usare con 7 elementi */
padding: 0 11.7px; /*Da usare con 8 elementi (halloween festa della donna ecc) */
line-height: 34px;
/*font-family: Helvetica, Arial, sans-serif;
font-weight: bold;*/
font-size: 13px;
color: #000;
/*text-shadow: 0 0 1px rgba(0,0,0,.35);*/
margin:3px;
/*background: #E9E9E9;*/
/*border-left: 1px solid #4b4441;*/
border-bottom: 3px solid #FFB700;
font-weight: lighter;
 letter-spacing: -0.05em;
text-transform: uppercase;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;

}
.nav > li > a.halloween   {background-color:transparent;
/*background-image:url('http://papido.it/img/halloween-ico.png');*/
background-position:50% 10%;
background-size:40px 40px;
background-repeat:no-repeat;
/*text-shadow: 0 0 2px rgba(0,0,0,.85);*/

padding: 3px 15px 8px 15px;
background-color:#db7000;
color: #000;
height: 32px;
line-height: 34px;
border: none;
font-weight: 700;}
.nav > li > a:hover.halloween   {
background:#fff;
background-image:url('http://papido.it/img/halloween-ico.png');
background-size:60px 60px;
 text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
background-position:50% 20%;
background-repeat:no-repeat;
background-color:transparent;
 
}
.nav > li > a.capodanno   {background-color:transparent;
/*background-image:url('http://papido.it/img/halloween-ico.png');*/
background-position:50% 10%;
background-size:40px 40px;
background-repeat:no-repeat;
/*text-shadow: 0 0 2px rgba(0,0,0,.85);*/
color:#fff;
padding: 3px 15px 8px 15px;
background-color:#C4161C;

height: 32px;
line-height: 34px;
border: none;
font-weight: 700;}
.nav > li > a:hover.capodanno   {
background:#fff;
color:#000;
/*background-image:url('http://papido.it/img/halloween-ico.png');*/
background-size:60px 60px;
 text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
background-position:50% 20%;
background-repeat:no-repeat;
background-color:transparent;
 
}
.nav > li > a.valentino   {background-color:transparent;
/*background-image:url('http://papido.it/img/halloween-ico.png');*/
background-position:50% 10%;
/*background-size:40px 40px;*/
background-repeat:no-repeat;
/*text-shadow: 0 0 2px rgba(0,0,0,.85);*/
color:#CA0202;
padding: 3px 6px 8px 6px;
background-color:#f8bbd0;

height: 32px;
line-height: 34px;
border: none;
font-weight: 700;}
.nav > li > a:hover.valentino   {
background:#fff;
color:#000;
background-image:url('http://papido.it/img/valentino-bott-BG.png');
/*background-size:60px 60px;*/
background-position:50% 10%;
 text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
/*background-position:50% 20%;*/
background-repeat:no-repeat;
background-color:transparent;
 
}
.nav > li > a.carnevale   {background-color:transparent;
background-position:50% 10%;
background-repeat:no-repeat;
color:#fff;
padding: 3px 6px 8px 6px;
background-color:#04B319;
height: 32px;
line-height: 34px;
border: none;
font-weight: 700;}
.nav > li:hover > a.carnevale { background: #fff;color:#000; }

.nav > li > a.festadonna   {background-color:transparent;
background-position:50% 10%;
background-repeat:no-repeat;
color:#C90000;
padding: 3px 6px 8px 6px;
background-color:#d6cb00;
height: 32px;
line-height: 34px;
border: none;
font-weight: 700;}
.nav > li:hover > a.festadonna { background: #fff;color:#000; }
.nav > li:hover > a { background: #ffb700; }

.nav > li:first-child > a {
	border-bottom: 3px solid #77ff55;
	background: #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	color:#000;
}


/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 50px;
	left: 0;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #ffffff;
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 28%;
	padding: 2.5%;
}
.nav .nav-columnbis {
	float: left;
	width: 60%;
	padding: 2.5%;
}
.nav .nav-column h3,.nav .nav-columnbis h3  {
	margin: 20px 0 10px 0;
	/*line-height: 18px;*/
	margin:0;
	font-weight: bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a, .nav .nav-columnbis li a {
	display: block;
	line-height: 20px;

	font-weight: bold;
	font-size: 13px;
	color: #888888;
}

.nav .nav-column li a:hover, .nav .nav-columnbis li a:hover { color: #666666; }

.nav > li > a.live   {background-color:transparent;
background-position:50% 10%;
background-repeat:no-repeat;
color:#fff;
padding: 3px 14px 6px 14px;
background-color:#FF0E0E;
height: 32px;
line-height: 34px;
border: none;
letter-spacing: 0.2em;
font-weight: 700;
 animation-direction: alternate;
    animation-duration: 1s;
    animation-iteration-count: 85;
    animation-name: colorelive;
    animation-timing-function: ease-in-out;}
.nav > li:hover > a.live { background: #fff;color:#000; 
   
}


@-moz-keyframes colorelive {
0% {
    background-color: rgba(255, 14, 14, 0.8);
}
50% {
    background-color: rgba(255, 14, 14, 0.4);
}
100% {
    background-color: rgba(255, 14, 14, 0.9);
}
}