/* generali */
 .imNoScript {
    z-index:10001;
}
/* oggetti header footer */
 #imHeader #hfObj0, #imFooter #hfObj1 {
    display:block;
}
/* header e menu fissi */
 #imHeaderBg, #imHeader {
    transition: all 300ms ease 0s;
    position: fixed;
    z-index: 10;
    top:0;
}
#imHeader {
    width:1100px;
    z-index: 11;
}
#imMnMn {
    position: fixed;
    top:0;
    left: auto;
}
/* logo */
 #imHeader .site-logo h2 a {
    font-size: 36px;
    color: #fff;
    font-family:'Open Sans', sans-serif;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: rgb(3, 3, 3) 0px 2px 5px;
    transition: all 300ms ease 0s;
}
#imHeader .site-logo h2 a span {
    color: #ff9000;
}
/* menu */
 #imMnMn > ul {
    top:0 !important;
}
#imMnMn .imMnMnFirstBg:hover, #imMnMn .imMnMnCurrent span.imMnMnFirstBg {
    border-bottom: 5px solid #ff9000;
}
.menu-mobile-hidden {
    width:auto !important;
}
/* header small*/
 #imMnMn .imMnMnFirstBg, #imMnMn .imMnMnFirstBg span, #imMnMn .imMnMnTxt .imMnMnTextLabel, #imHeader #hfObj0, #imHeader .site-logo h2 {
    transition: all 300ms ease 0s;
}
.topLimit #imMnMn > ul {
    top: 0;
}
.topLimit #imHeaderBg, .topLimit #imHeader, .topLimit #imMnMn {
    height: 55px;
}
.topLimit #imHeaderBg {
    background-image:url('../img/bg_header75.png');
}
.topLimit #imHeader #hfObj0 {
    top:8px !important;
}
.topLimit #imHeader .site-logo h2 a {
    font-size: 30px;
}
.topLimit #imMnMn .imMnMnFirstBg, .topLimit #imMnMn .imMnMnFirstBg span {
    height: 50px !important;
}
.topLimit #imMnMn .imMnMnTxt .imMnMnTextLabel {
    margin-top:-24px;
}
/* pulsante */
 a.pulsante {
    padding: 11px 16px;
    font-size: 14px;
    color: #fff;
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: solid 1px #b0bdc8;
    background: rgba(64, 93, 118, 0.8);
    transition: all 0.3s ease;
}
a.pulsante:hover {
    background: #ff9000;
    color: #fff;
    border: solid 1px #ff9000;
}
/* linea orizzontale */
 span.line {
    border: solid 1px #ff9408;
    width: 252px;
    margin: auto;
    display:blocK;
}
/* footer */
 #imFooterBg {
    z-index:1
}
#imFooter {
    position:absolute;
    bottom:0;
    z-index:2;
}
#imFooter #hfObj1 {
    width:100% !important;
}
#imFooter #hfObj1 p {
    color: #a9abad;
    font-family:"Open Sans";
    font-size: 13px;
    text-align:center;
    padding-top:30px;
    line-height:20px;
}
#imFooter #hfObj1 a {
    color: #a9abad;
    text-decoration: none;
}
#imFooter #hfObj1 a:hover {
    color: #fff;
}
#imFooPad {
    overflow:hidden;
}
/* a 1100 compare il menu mobile */
 @media screen and (max-width: 1100px) {
    /* menu mobile */
    #imMnMn > ul {
        bottom:auto !important;
        top:55px !important;
        width:100%;
        overflow:auto;
        height:calc(100% - 55px);
    }
    #imMnMn > ul > li {
        width:100%;
    }
    #imMnMn .imMnMnTxt {
        border: none;
        border-bottom: 1px solid #365374;
    }
    .topLimit #imMnMn .imMnMnFirstBg, .topLimit #imMnMn .imMnMnFirstBg span {
        height: auto !important;
    }
    #imMnMn .hamburger-button {
        background-color: #ff9408;
        position:fixed;
        right:5%;
        width:55px;
        height:55px;
    }
    #imMnMn .hamburger-button > div, #imMnMn .hamburger-button > div > div {
        height: 55px;
        width: 55px;
    }
    #imMnMn .hamburger-bar {
        height: 4px;
        margin: 4px auto;
        width: 40%;
    }
    #imMnMn .hamburger-menu-background {
        background-color:transparent;
        width:auto;
        right:5%;
    }
    #imMnMn .hamburger-menu-close-button {
        background-color: #ff9000;
        font-size: 55px;
        font-weight:bold;
        padding: 0;
        text-align: center;
        width: 55px;
    }
    #imMnMn ul li.imMnMnCurrent {
        background-color:#ff9000; /* fix colore livello*/
    }
    /* header mobile */
    #imHeaderBg {
        height: 55px;
    }
    #imHeader {
        height:0 !important;
        left:5%;
    }
    #imHeader #hfObj0 {
        top:8px !important;
        left:0 !important;
    }
    #imHeader .site-logo h2 a {
        font-size: 36px !important;
    }
}
@media screen and (max-width: 480px) {
    /* menu mobile */
    #imMnMn .hamburger-button, #imMnMn .hamburger-menu-background {
        right:0;
    }
    /* oggetto footer */
    #imFooter #hfObj1 p {
        padding-top:22px;
    }
}