/*Logo al 100%*/
.logo img
{
   width: 100%;
   height: auto;
   max-width: 583px;
}

.header h4
{
color: #019fff;
line-height: 1;
margin-top: 1px;
font-style: oblique;
}

.box_header{
background-color: #363B40;
color: white;
text-transform: uppercase;
letter-spacing: 1px;
}


/*menu centrato*/
.menu_container .ubermenu-nav li {
    letter-spacing:1px;
}

#menu-maindemo
{
    width: 985px;
}
@media screen and (max-width:1069px)
{
#menu-maindemo
{
    width: 750px;
}
}

.logo img{
    max-width:500px;
}