/* Hide the footer during the ticket purchase process.
During this process the #wrapFooter is wrapped inside a div class #smallFooterWrapper */

/* Footer background color */
#darkGradientBG {
    background: #000;
    margin: 0 auto;
    text-align: center;
    position: relative;
    min-width: 1000px;
    width: 100%;
}

#contentShell {
    width: 100% !important;
}

#contentShellInner {
    width: 1007px;
    margin: 0 auto;
}

#wrapFooter {
    background: #333;
    margin-left: 0;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

    #wrapFooter .footerVersion {
        color: #666;
        padding: 0;
    }

    #wrapFooter .footerNav a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 12px;
    }

    #wrapFooter .footerNav a:hover {
        text-decoration: underline;
        color: #fff !important;
    }

    #wrapFooter .footerNav li {
    margin-bottom: 14px;
}

.wrapBodyNew .backToTopDiv {
    background-color: #000;
    border: none;
}

.rightAnchor a {
    color: #fff !important;
    text-decoration: none;
}

    .rightAnchor a:hover {
        color: #fff !important;
        text-decoration: underline;
    }

.footerBannerSpaceNew, .footerPartners, .footerAbout, .footerCompany, .footerSite, .footerTicketek, .footerSecurity, .footerSoftix {
    display: none !important;
}