﻿.Container{
    width:1200px;
    margin:0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#BannerHomeMobile, #BannerTempurMobile {
    display: none;
}

.Corpo33DesktopLarge {
    width: 33% !important;
}

.Corpo32e5DesktopLarge {
    width: 32.5% !important;
}

.Corpo40DesktopLarge{
    width:40% !important;
}

.Corpo20DesktopLarge {
    width: 15% !important;
}

.MarginPercent0x30DesktopLarge{
    margin:0 30% !important;
} 

#GrdCarrelloMobile, #MenuLoginMobile, #CarrelloMobile {
    display: none;
}

.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;
    cursor:pointer;
    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;
}



.AltezzaFotoNews {
    max-height:185px;
    overflow:hidden;
}

.AltezzaFotoArticolo {
    height:300px;
}

.AltezzaTestoArticolo {
    height:100px;
}

.DisplayNoneDesktoLarge {
    display:none;
}

h1 {
    font-size: 2.2em;
}

    h1.Header {
        font-size: 1.5vw !important;
    }

.ModuloFixed {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 30px;
    bottom: 2050px;
}