shtml, body, #maincontent, #flashContent {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #FFFAFA;
    /*
        font-family:"Lato", Helvetica, Verdana, Arial, Tahoma, sans-serif;*/
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #444;
}

#maincontent {
    overflow-x: hidden;
    overflow-y: auto;
}

#maincontent > div {
    float: left;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ccc;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #FFFAFA;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #444;
}

/************ HEADER ***************/

#header {
    width: 100%;
    /*height:130px;
    box-shadow: 1px 1px 5px #666;*/
    height: 90px;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
    position: fixed;
}

#header a {
    display: none;
}

.logoHeader {
    background-repeat: no-repeat;
    background-size: 128px 80px;
    background-position: center;
    background-image: url(../immagini/logoHD.png);
    width: 180px;
    float: left;
    height: 100%;
}

.logoGotsHeader {
    background-repeat: no-repeat;
    background-size: 55px 60px;
    background-position: center;
    background-image: url(../immagini/logoGOTSufficiale.png);
    width: 85px;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 2px;
}

.logoGrsHeader {
    background-repeat: no-repeat;
    background-size: 80px 70px;
    background-position: center;
    background-image: url(../immagini/logoGRS.png);
    width: 85px;
    height: 100%;
    position: absolute;
    right: 175px;
    top: 2px;
}

.logoFscHeader {
    background-repeat: no-repeat;
    background-size: 44px 51px;
    background-position: center;
    background-image: url(../immagini/logoFSC.png);
    width: 75px;
    height: 100%;
    position: absolute;
    right: 103px;
    top: 0px;
}

.logoHeader:hover {
    cursor: pointer;
}

.azioneHeader {
    float: left;
    height: 40px;
    /*width:calc(20% - 86px);*/
    width: calc(12% - 38px);
    max-width: 140px;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: visible;
    color: #FFFAFA;
}

.azioneHeader:hover {
    cursor: pointer;
    color: #D45F55 !important;
}

.menuHeader {
    display: none;
    position: absolute;
    width: 140px;
    top: 65px;
    height: auto;
    overflow: hidden;
    z-index: 1010;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #FFFAFA;
}


.menuStaccato {
    position: fixed;
    width: 140px;
    top: 90px;
    height: auto;
    overflow: hidden;
    z-index: 1000;
    /*border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
    box-sizing: border-box;
    /*box-shadow: 2px 2px 5px -3px #666;
    background-color:#FFFFFF;*/
}

.linkHeader {
    height: 40px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    /*border-bottom: 1px solid #ccc;*/
    color: #444;
    font-size: 12px;
}

.menuStaccato .linkHeader {
    color: #FFFAFA;
}

.linkHeader:hover {
    background-color: #ccc;
    cursor: pointer;
}

.boxLingue {
    height: 100%;
    float: right;
    width: 40px;
    box-sizing: border-box;
    margin-right: 20px;
    z-index: 100;
}

.elemLingua {
    height: 33%;
    padding: 3px 6px;
    width: 100%;
    box-sizing: border-box;
}

.roundLingua {
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.roundLingua.active {
    width: 22px;
    height: 22px;
    margin-top: 0px;
    border-radius: 15px;
}

.roundLingua:hover {
    cursor: pointer;
}

.roundLingua.active:hover {
    cursor: default;
}

#lineaHeader {
    height: 100%;
    width: 100%;
}

#bottoneMenu, #bottoneMenuN {
    display: none;
    height: 100%;
    width: 60px;
    float: right;
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
}

#bottoneMenu {
    background-image: url(../immagini/menu.png);
}

#bottoneMenuN {
    background-image: url(../immagini/menu_n.png);
}

.headerSelected {
    color: #D45F55 !important;
}

/************ FOOTER ***************/

#footer {
    width: 100%;
    min-height: 80px;
    height: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 950;
    background-color: #CFCFCF;
    color: #444444;
}

.stringaFooter {
    float: left;
    min-height: 40px;
    height: auto;
    width: 100%;
    line-height: 25px;
    text-align: center;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0px 48px;
    box-sizing: border-box;
    margin-top: 6px;
    font-size: 12px;
}

.stringaRedFooter {
    float: left;
    min-height: 30px;
    height: auto;
    width: 100%;
    line-height: 30px;
    text-align: center;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0px 48px;
    box-sizing: border-box;
    margin-top: 0px;
    font-size: 10px;
}

#cookie-bar {
    min-height: 58px;
    background-color: #ccc !important;
}

#cookie-bar p {
    margin: 12px 16px;
}

/*********** SLIDESHOW *************/

#slideshow {
    height: calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    width: 100%;
    position: relative;
}

#slideshowShort {
    height: 650px;
    max-height: calc(100% - 100px);
    max-height: -moz-calc(100% - 100px);
    max-height: -webkit-calc(100% - 100px);
    width: 100%;
    position: relative;
}

.slide-description {
    bottom: 48px;
    right: 48px;
    width: auto;
    height: 48px;
    color: #FFFAFA;
    font-size: 40px;
}

/********* CONTENUTO **********/

#lineaTesto {
    width: 100%;
    height: auto;
    padding: 16px 0px;
    position: relative;
    z-index: 900;
    box-shadow: -1px -1px 5px #666;
    min-height: calc(100% - 742px);
    min-height: -moz-calc(100% - 742px);
    min-height: -webkit-calc(100% - 742px);
    background-color: #FFFAFA;
}

#lineaBox {
    width: 100%;
    height: auto;
    padding: 16px 0px;
    position: relative;
    z-index: 905;
    background-color: #FFFAFA;
}

.boxContenuto {
    float: left;
    width: 33.33333%;
    height: 100%;
    position: relative;
}

.imgBox {
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    margin: 16px 48px;
    height: auto;
}

.imgBox:hover {
    cursor: pointer;
}

#maincontent a {
    color: #444;
    font-weight: bold;
}

#maincontent a:visited {
    color: #444;
}

/************** TESTI ***************/

.titoloGrande {
    height: 68px;
    padding: 16px 48px;
    font-size: 36px;
    line-height: 36px;
    box-sizing: border-box;
}

.sottotitolo {
    height: 56px;
    padding: 16px 48px;
    font-size: 24px;
    line-height: 24px;
    box-sizing: border-box;
}

.titoloImg {
    position: absolute;
    height: 56px;
    top: 50%;
    left: 48px;
    margin-top: -28px;
    padding: 16px 48px;
    font-size: 24px;
    line-height: 24px;
    box-sizing: border-box;
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    color: #FFFAFA;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(22, 22, 22, 0.55);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCC00000, endColorstr=#CCC00000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCC00000, endColorstr=#CCC00000)";
}

.titoloImg:hover {
    cursor: pointer;
}

.contenutoTesto {
    height: auto;
    padding: 16px 48px;
    line-height: 36px;
    /*font-size:22px;
    font-family:Georgia, "Times New Roman", Times, serif;*/
    /*  font-size: 14px;
      line-height:22px;*/
    box-sizing: border-box;
}

/******** CONTENT COVER ********/
.boxCover {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 990;
    background-color: #666;
    opacity: 0.5;
}

/*********** LOGHI AMBIENTE **************/

#certLogo {
    width: 100%;
    display: flex;
    justify-content: center;
}

#logoGrs {
    width: 195px;
    height: 160px;
    margin: 20px;
}

#logoGots {
    width: 155px;
    height: 160px;
    margin: 20px;
}

/*********TEMP SVILUPPO************/
/*
.boxLingue {
	display:none;
}
*/
