/*===HEADER===*/
header
{ 
text-align:     left;
overflow:       hidden;
}


/*===Navigation===*/
nav#navigation
{
text-align:  left;
position:    relative;
z-index:     10;
float:right;
}

nav#navigation ul ul { display: none; }

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

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


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

nav#navigation ul li {	float: left; }

nav#navigation ul li a 	
{ 
color:          #193963; 
display:        block;
font-size: 14px;
font-weight:    400;
text-decoration:none; 
padding:        0 8px;	
height:         20px;
line-height:    20px;
border-right:1px solid rgba(0,0,0,0.1);
}

nav#navigation ul li a:hover {}

nav#navigation ul ul 
{
background:    #3e5574;
padding:       0;
position:      absolute; 
top:           100%;
width:         170px;
}

/*===3 sublivello aggiunto da me===*/
nav#navigation ul ul ul 
{
background:    #3e5574;
padding:       0;
position:      absolute; 
top:           0%;
width:         170px;
margin-left:170px;
}
/*===fine 3 sublivello aggiunto da me===*/


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
{
	background: #293e5a;
}



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

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


.show{display:block!important;}



/*===Media Queries===*/
@media screen and (max-width:1150px)
{
	
header
{ 
float:none;
height:70px
}

nav#navigation
{
margin-top: 10px;
display: none;
float: none;
}
	
nav#navigation ul ul#chisiamo-sub
{
		margin: 0;
		display: none;
		float: none;
}

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

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

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


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


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

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


nav#navigation ul ul ul 
{
width:         100%;
position:      relative;
	margin-left:0px;
	padding-left:15px;
	
}	


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


.btn-responsive-menu
{
display:      block;
position:     absolute; 
right:        20px;
top:          15px;
z-index:200;
}
	
	
	
nav#navigation li#chisiamo
{
cursor: pointer;
}
	
	
}


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