﻿.Container{
    width:950px;
    margin:0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#BannerHomeMobile, #BannerTempurMobile {
    display: none;
}

.Corpo40DesktopLarge {
    width: 40% !important;
}

.MarginPercent0x30DesktopLarge {
    margin: 0 30% !important;
} 

.Corpo100Desktop{
    width:100%!important;
}

.Corpo80Desktop{
    width:80% !important;
}

.Corpo75Desktop{
    width:75% !important;
}

.Corpo70Desktop{
    width:70% !important;
}

.Corpo60Desktop{
    width:60% !important;
}

.Corpo50Desktop{
    width:50% !important;
}

.Corpo40Desktop{
    width:40% !important;
}

.Corpo33Desktop{
    width:33% !important;
}

.Corpo30Desktop{
    width:30% !important;
}

.Corpo25Desktop{
    width:25% !important;
}

#GrdCarrelloMobile, #MenuLoginMobile, #CarrelloMobile,  #SocialDesktop {
    display: none;
}

.Altezza100Desktop {
    height: 100px !important;
}

.Altezza150Desktop {
    height: 150px !important;
}

.BoxMenu {
    margin: 10px 0;
    float: left;
    padding: 20px 13px;
    text-align: center;
    color: #00344c;
    font-size: 0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.BoxMenu:hover {
    color:#ffffff;
    background-color:#00344c;
}

.BoxMenuBlu {
    margin:10px 0;
    float:left;
    padding:20px 13px;
    text-align:center;
    font-size:0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color:#ffffff;
    background-color:#00344c;
}

.BoxMenuBlu:hover {
    color:#00344c;
    background-color:#ffffff;
}

.BoxMenuBluFisso {
    margin:10px 0;
    float:left;
    padding:20px 13px;
    text-align:center;
    font-size:0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color:#ffffff;
    background-color:#00344c;
}


.BoxMenuAzzurro {
    margin:10px 0;
    float:left;
    padding:20px 13px;
    text-align:center;
    font-size:0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color:#ffffff;
    background-color:#11a4d1;
}

.BoxMenuAzzurro:hover {
    color:#11a4d1;
    background-color:#ffffff;
}

#Logo {
    padding:0px 10px;
}

#AreaCerca {
    width:85%;
    padding:0px 10px 0 50px;
}

#Cerca {
    padding:0px;
}

#Menu {
    width:100%;
    padding:0px;
}

.AllineaTestoCentroDesktop {
    text-align:center;
}
.AllineaTestoSxDesktop {
    text-align:left;
}

.AltezzaFotoNews {
    max-height:310px;
    overflow:hidden;
}

.AltezzaFotoArticolo {
    height:300px;
}

.AltezzaTestoArticolo {
    height:100px;
}

.DisplayNoneDesktop{
    display:none;
}

.Testox08Desktop{
    font-size:60%;
}

h1 {
    font-size: 1.5vw;
}

    h1.Header {
        font-size: 1.5vw !important;
    }

.ModuloFixed {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 30px;
    bottom: 2050px;
}