/******************************** MENU' ****************************************/

nav.top-bar {
z-index: 999;
width: 75%;
}

/*************************** Bordo bianco pagina ******************************/
#main-menu a {
    text-shadow: 2px 2px 6px #131313;
    height: 37px;
    background: transparent;
}

#main-menu a.active {
border-bottom: 5px solid white !important;
height: 37px;
}

/******************* Spazio tra le voci *****************************/
.top-bar-section ul li {
margin-left: 10px;
}

/********* Eliminazione menù  After Scroll *******/
.fixed {
    display:none;
}

/************** Posizionamento ************/


.top-bar-section ul.main-nav {
margin-top: -40px;
padding-top: 0px;
width: 620px;
}

/************* Background Header *********/

header.l-header {
  background: #005172;
  max-width: 84.24em;
  margin: 0 auto;
  height: 83px;
  padding-top: 20px;
  top: 0;
}

/******* Eliminazione barra superiore ********/

.l-header .top-bar {
background: none;
padding: 0;
height: 63px;
margin-bottom: 25px;
}

/************** Testo Header ***************/
.top-bar-section li a:not(.button) {
color: #FFFFFF;
font-weight: bolder;
font-size: 1em;
border-radius:0px;
}

/************* Over voci Menù *************/

.top-bar-section ul li>a {
border: none;
}

.top-bar-section li a:not(.button):hover {
border: none;
background-color: transparent;
color: #FFFFFF;
border-bottom: 5px solid white;
height: auto;
border-radius: 0px;
}

/*********** Responsive ******************/


.top-bar.expanded {
    height:auto!important;
}

@media only screen and (max-width: 1079px) and (min-width: 939px) {

.top-bar-section ul.main-nav {
width: 501px;
margin-left: 0;
}

.l-header .large-9 {
  width: 73% !important;
}

.top-bar-section li a:not(.button) {
padding: 0 5px 1px;
}

img.logo {
  width: 85%;
}

.top-bar-section li a:not(.button) {
  font-size: 0.9em;
}

.top-bar-section {
  margin-left: 25% !important;
}
    
}

@media only screen and (max-width: 938px) and (min-width: 0px) {
    
.l-slider {
top: -26px;
}

}
