#logo-main-0 {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: black;
}

.logo #aside-content #menu-main {
    display: none;
}

#logo-main-container {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 1000;
    background-color: black;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #logo-main-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        font-size: 0;
        margin-right: -0.25em;
    }

#logo-main-outer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 65px;
    min-height: 65px;
    max-height: 65px;
}

#logo-main {
    position: relative;
    width: 730px;
    height: 65px;
    min-height: 65px;
    max-height: 65px;
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    white-space: nowrap;
}

    #logo-main > div {
        display: block;
        opacity: 0;
        position: relative;
        vertical-align: middle;
        text-align: left;
        float: left;
        height: 65px;
        /*min-height: 65px;
        max-height: 65px;*/
        overflow: hidden;
        background-color: transparent;
        background-image: url('../../images/logo/logo3.gif');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position-x: -9999px;
        background-position-y: 0;
        background-size: 608px 113px;
        text-indent: -9999px;
    }

    #logo-main > #logo-carlo {
        /*clear: both;*/
        width: 350px;
        background-position-x: 0;
        z-index: 5;
    }

    #logo-main > #logo-mari {
        width: 250px;
        background-position-x: -352px;
        z-index: 10;
        left: 5px;
    }

    #logo-main > #logo-sub {
        /*background-image: url('../../images/logo/logo-sub.gif');*/
        width: 467px;
        background-position-x: 0;
        background-position-y: -82px;
        height: 33px;
        z-index: 20;
        top: 20px;
    }
