/*==================*/


/*== SIGN UP FORM ==*/


/*==================*/

#mc_embed_signup {
    background-color: rgba(0, 0, 0, 0.0);
    width: 100%;
}

#mc_embed_signup .button {
    background-color: #2A7BA1 !important;
    font-family: 'industry', 'open-sans', times !important;
    font-weight: bold !important;
    height: 42px !important;
    padding: 0 42px !important;
}

#mc_embed_signup .button:hover {
    background-color: #489CC3 !important;
}

#mc_embed_signup h2 {
    font-family: 'industry', 'open-sans', times;
    font-weight: normal !important;
}

@media (max-width: 1280px) {
    #mc_embed_signup .mc-field-group {
        clear: none !important;
        float: left !important;
        width: 100% !important;
    }
    form#mc-embedded-subscribe-form {
        width: 100% !important;
    }
}

#mc_embed_signup .mc-field-group {
    clear: none !important;
    float: left !important;
    width: 31% !important;
    margin-right: 10px;
}

#mc_embed_signup .mc-field-group input {
    color: #000 !important;
}

#mc_embed_signup.ticketpage {
    background-color: rgba(0, 0, 0, 0.0);
    width: 70%;
}

#mc_embed_signup .button.ticketpage {
    margin-top: 20px !important;
}


/*Frontpage signup */

.mail-signup p {
    font-family: 'open-sans', times;
    text-decoration: none;
    font-size: 20px;
}

form#mc-embedded-subscribe-form {
    width: 70%;
}


/* NEW TICKETPAGE CSS */

#c55500 {
    overflow: auto;
}

.ticket-container {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding-top: 20px;
}

.ticket {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 2px solid #3CA6DC;
    margin-bottom: 40px;
    overflow: auto;
}

.ticket ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.ticket li {
    margin-left: 0px !important;
}

.ticket-image {
    float: left;
}

.ticket-image.soldout {
    opacity: 0.5;
}

.ticket-text {
    width: 41%;
    float: right;
    display: block;
}

.ticket-text h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-style: normal;
    margin-bottom: 10px;
}

.ticket-buttons .button {
    width: 100%;
    float: left;
    text-align: center;
    margin-right: 30px;
}

.ticket-buttons .button a {
    width: 100%;
    height: 54px;
    background: #3CA6DC;
    border: 0px;
    color: #fff;
    padding-top: 17px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.ticket-buttons .button a.soldout {
    width: 142px;
    height: 54px;
    background: #6D6D6D;
    border: 0px;
    color: #B3B3B3;
    padding-top: 17px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    pointer-events: none !important;
}

.ticket-buttons .button a:hover {
    background-color: #54B9EC;
}

.ticket-buttons .button a.soldout:hover {
    background-color: #B3B3B3;
    cursor: default;
    pointer-events: none !important;
}

.ticket-buttons .button p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.ticket-buttons .button p.soldout {
    color: #B3B3B3;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 1280px) {
    .ticket-text {
        width: 100%;
        float: left;
        display: block;
    }
}

/* FRONT PAGE Top 10 */

.top-10-box {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    display: block;
}

.top-10-box h2 {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'open-sans', times;
    font-weight: 300;
    font-size: 30px;
    color: #18CCF4;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.top-10-box ul {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}

.top-10-box li {
    margin-bottom: 5px;
}


/* FRONT PAGE TICKET BUTTON */

.frontpage-bot-cta {
    margin-top: 90px;
    text-align: center;
}

.frontpage-bot-cta h2 {
    text-align: center;
    font-family: 'open-sans', times;
    font-weight: 300;
    font-size: 30px;
    color: #18CCF4;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

a.yellow-ticket-button {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    padding: 10px 20px 10px 17px;
    background-color: #FF9900;
}


/* MF FEATURE CHANGES  */

.mfeature_title {
    color: #18CCF4;
    font-family: 'open-sans', times;
    font-weight: 300;
    font-size: 30px;
    color: #18CCF4;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.mfeature_body {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 17px;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.agerestriction {
    display: block;
    color: #00b6e5;
    font-weight: bold;
    width: 150px;
    border: 1px solid #2a7ba1;
    padding: 7px;
    font-style: italic;
    background: #0a151c;
    text-align: center;
}


/* ---------------- */


/* NEW Teams PAGE    */


/* ---------------- */

.small-teams-box {
    width: 100%;
    position: relative;
}

.small-team-widget {
    width: 50%;
    height: 120px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.small-team-logo {
    width: 20%;
    float: left;
}

.small-team-text {
    width: 80%;
    float: left;
    padding-left: 10px;
}

.small-team-name {
    margin-bottom: 10px;
}

.small-team-players {
    text-align: left;
    font-family: 'industry', 'open-sans', times;
    font-size: 15px;
    color: #fff;
}

.small-team-players p {
    margin-bottom: 5px;
}

.small-team-reserve {
    text-align: left;
    font-family: 'industry', 'open-sans', times;
    margin-bottom: none;
}

.small-team-reserve p {
    margin-bottom: 0px;
}

.team-shop-link a {
    border-bottom: none;
}

.team-shop-link p {
    text-align: left;
}


/* ---------------- */


/* NEW Information PAGE    */


/* ---------------- */

.info-page {}

a.event-guide-button {
    display: block;
    width: 300px;
    text-align: center;
    margin: 0px auto;
    background-color: #2A7BA1;
    font-family: 'industry', 'open-sans', times !important;
    font-weight: bold !important;
    font-size: 16px;
    color: #fff;
    padding: 14px 53px !important;
    border-bottom: none;
}

a.event-guide-button:hover {
    border-bottom: none;
    background-color: #4995b9;
}

.info-page h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #99e5fe;
    margin-top: 40px;
}

.info-page h3 {
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}

.info-page p {
    color: #e0e0e0;
    font-weight: 400;
}

.info-block-100 {
    width: 100%;
    display: block;
}

.info-block-20 {
    width: 20%;
    float: left;
    display: block;
}

.info-block-80 {
    width: 80%;
    float: left;
    display: block;
}

.info-block-33 {
    width: 33%;
    float: left;
    display: block;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}


/* ---------------- */


/* Footer Fix       */


/* ---------------- */


@media (min-width: 1280px) {
    #footer_partners_inner {
        width: 100%;
        max-width: 1500px;
        margin-left: 0px;
    }
    .partner_logos_container:after {
        right: -30px;
    }
    #footer_partners:before {
        content: '';
        height: 5px;
        width: 100%;
        top: -5px;
        left: 0px;
        position: absolute;
        display: block;
    }
    .partner_logos_container {
        width: 100%;
    }
}
