
.intro-container {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    z-index: 1620;
    display: none;
}

.intro-box {
    height: 550px;
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -275px;
    margin-left: -400px;
    background-size: cover;
    border: 10px solid rgba(255,255,255,0.5);
    text-align: center;
}

.intro-box .corner-banner {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 140px;
    height: 140px;
}

.intro-box a.close-x {
    display: block;
    width: 30px;
    height: 30px;
    background: #eee;
    color: #555;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    border-radius: 15px;
    position: absolute;
    top: -20px;
    right: -20px;
}

.intro-box a.close-x:hover {
    background: #fff;
}

.intro-box a.close-x:active {
    background: #ddd;
}


.intro-box h1 {
    font-family: Arial !important;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 40px;
}

.intro-box h2 {
    font-family: Arial !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: rgba(255,255,255,0.8);
    margin: 28px 0px 0px 0px;
}

    .intro-box img.logo {
        height: 54px;
    }


.intro-box .right-logo {
    float: right;
    margin: -6px 40px 0px 0px;
}

.intro-box .left-logo {
    float: left;
    margin: -6px 0px 0px 40px;
}


.intro-box .game-info {
    width: 560px;
    padding: 20px 30px;
    margin: 10px auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,.6);
    border: 1px solid rgba(255,255,255,0.2);
}

.intro-box .game-info p {
    margin: 0px;
}

.intro-box p.game-date {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 6px
}

.intro-box p.game-teams {
    font-size: 22px;
    line-height: 110%;
}

.intro-box p.game-place {
    font-weight: normal;
    font-size: 14px;
}



/* SPONSOR GRID
*****************************************/
.intro-box ul.sponsors {
    list-style: none;
    margin: 10px 110px;
    font-size: 0;
    letter-spacing: 0;
    background-color: #f4f4f4;
    padding: 0px;
}

.intro-box ul.sponsors li {
    display: inline-block;
    border: 1px solid #f4f4f4;
    background-color: #FFF;
    margin: 0px;
}

.intro-box ul.sponsors li a {
    width: 100%;
    display: inline-block;
}

    
/* Sponsor - transparent */
.intro-box ul.sponsors.transparent {
    background-color: transparent !important;
}

.intro-box ul.sponsors.transparent li {
    background-color: transparent !important;
    border: none;
    padding: 5px 0px !important;
}




/*****************************************
DESKTOP
*****************************************/
@media (min-width: 415px) {


    /* Standard-värden för sponsorer */
    .intro-box ul.sponsors li {
        width: 100%;
        padding: 18px 0px;
    }

    .intro-box ul.sponsors a img {
        max-width: 90%;
        max-height: 80px;
    }


    /* 10 sponsorer */
    .intro-box ul.sponsors.ten li {
        width: 20%;
        padding: 10px 0px;
    }

    .intro-box ul.sponsors.ten a img {
        max-height: 34px;
    }


    /* 7-9 sponsorer */
    .intro-box ul.sponsors.seven li,
    .intro-box ul.sponsors.eight li,
    .intro-box ul.sponsors.nine li {
        width: 33.3%;
        padding: 5px 0px;
    }

    .intro-box ul.sponsors.seven a img,
    .intro-box ul.sponsors.eight a img,
    .intro-box ul.sponsors.nine a img {
        max-height: 32px;
    }

    
    /* 6 sponsorer */
    .intro-box ul.sponsors.six li {
        width: 33.3%;
        padding: 7px 0px;
    }

    .intro-box ul.sponsors.six a img {
        max-height: 40px;
    }


    /*  5 sponsorer */
    .intro-box ul.sponsors.five li {
        width: 33.3%;
        padding: 7px 0px;
    }

    .intro-box ul.sponsors.five a img {
        max-height: 48px;
    }
    
    
    /* 4 sponsorer */
    .intro-box ul.sponsors.four li {
        width: 50%;
        padding: 7px 0px;
    }

    .intro-box ul.sponsors.four a img {
        max-height: 48px;
    }

    /* 3 sponsorer */
    .intro-box ul.sponsors.three li {
        width: 33.3%;
        padding: 20px 0px;
    }

    .intro-box ul.sponsors.three a img {
        max-height: 60px;
    }


    /* 2 sponsorer */
    .intro-box ul.sponsors.two li {
        width: 50%;
        padding: 20px 0px;
    }

    .intro-box ul.sponsors.two a img {
        max-height: 70px;
    }


}