header { display: none; }

#menu-cont { 
			width: 100%; 
			xborder:1px solid pink; 
			min-height: 440px; 
			margin: auto; 
			xoverflow: hidden; 
			text-align: center; 
			xbackground: transparent; 
			max-width: 64.3em; /* era 69em; */
			xposition: relative; 
			xz-index: 10; 
			}

/*===Navigation===*/
nav#navigation
{
clear:       both; 
text-align:  left;
margin:      0 0 35px;
position:    relative;
z-index:     10;
background:  #fff; /* colore sfondo menu */
}

nav#navigation ul ul { display: none; }

nav#navigation ul li:hover > ul 	{ display: block; }

nav#navigation  ul 
{
padding:     0;
position:    relative;
list-style:  none; 
}


nav#navigation ul:after 
{
content: ""; 
clear: both; 
display: block;
}

nav#navigation ul li {	float: left; }

nav#navigation ul li a 	
{ 
color:          #333; 
display:        block; 
font: 0.9em 'Montserrat', sans-serif;
font-weight: bold; 
text-decoration: none; 
padding:        0 83px; /* distanza tra le voci del menu */
height:         50px; 
line-height:    50px;
}

nav#navigation ul li a:hover {}

nav#navigation ul ul 
{
background:    #e89ec5; /* colore sfondo sottomenu */
padding:       0;
position:      absolute; 
top:           100%;
width:         280px;
}


nav#navigation ul ul li 
{
float:      none;
position:   relative;
}


nav#navigation ul ul li a	
{
height:       35px;
line-height:  35px;
padding:      0 15px;
}	


nav#navigation ul ul li a:hover { text-decoration: underline; }



/*===BUTTON FOR RESPONSIVE MENU===*/
.btn-responsive-menu
{
display:                none;
padding:                5px;
cursor:                 pointer;
color:                  #fff;
background:             #fff;
-webkit-border-radius:  4px;
-moz-border-radius:     4px;
border-radius:          4px;
}

	
.icon-bar 			
{
display:                 block;
width:                   20px;
height:                  3px;
margin:                  5px;
background-color:        #000;
-webkit-border-radius:   2px;
-moz-border-radius:      2px;
border-radius:           2px;
}


.show{display:block!important;}


/*===Media Queries===*/
@media screen and (max-width:799px)
{
header, div.container 
{
margin:         0 1.2em;
}

div.container h1 
{
padding:	 30px 0 0 0;
}

nav#navigation
{
margin:       0 1.2em;
display:      none;
}

nav#navigation ul li 			
{
float:        none; 
display:      block; 
width:        100%; 
}

nav#navigation  ul li a 	
{ 
height:        35px;
line-height:   35px;
font-size:     1em;
padding:       0 0 0 20px;
border-bottom: 1px solid #fff;
}

nav#navigation  ul li a:hover  	
{ 
color:           #000;          
background:      #fff;
}


nav#navigation ul ul 
{
width:         100%;
position:      relative;
display:       table;
}


nav#navigation ul ul li a	
{	
font-size:     .85em;	
height:        35px;
line-height:   35px;
padding:       0 10px 0 30px;
}

nav#navigation ul ul li a:hover 
{
color:           #000;          
background:      #fff;
text-decoration: none; 
}


nav#navigation ul ul ul 
{
width:         100%;
margin:        0 0 0 -100%;	
border:        0px solid #af3738;
}	


nav#navigation ul ul li ul 
{
width:         100%;
position:      relative;
}


.btn-responsive-menu
{
display:      block;
position:     absolute; 
top:          20px; 
right:        20px; 
}

header { display: block; }

#menu-cont { width: 100%; min-height: 10px; }

#menu-logo { display: none; }

#menu { width: 100%; max-width: 100%; }

}





@media screen and (min-width:800px)
{

header, div.container
{
margin:   0 3em;
}

div.container h1 
{
padding:	 80px 0 0 0;
}

nav#navigation
{
margin:   0 3em;
}


nav#navigation li#sottocat
{
background: url(plus.png) no-repeat 95% 55%;

}


}


/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }