.special {
    position: relative;
    background-color: #003056;
    border-bottom: 1px solid #fff
}
.background-big_triple_black,
.background-big_double_black,
.background-big_single_black,
.background-small_single_black {
    background-color: #161616;
}
.background-big_triple_red,
.background-big_double_red,
.background-big_single_red,
.background-small_single_red {
    background-color: #C60202;
}
.background-big_triple_green,
.background-big_double_green,
.background-big_single_green,
.background-small_single_green {
    background-color: #4AA023;
}
.special-a {
    color: #fff;
}
.special-ul {
    overflow: hidden;
    margin: 0 30px;
    padding: 20px 0;
}
.special-ul .i1 {
    padding-bottom: 15px;
}
.background-big_double_black .special-ul .i1,
.background-big_double_red .special-ul .i1,
.background-big_double_blue .special-ul .i1,
.background-big_double_green .special-ul .i1,
.background-big_double_background .special-ul .i1,
.special-ul .i2,
.special-ul .i3 {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.background-big_double_black .special-ul .i1,
.background-big_double_red .special-ul .i1,
.background-big_double_blue .special-ul .i1,
.background-big_double_green .special-ul .i1,
.background-big_double_background .special-ul .i1 {
    padding-right: 15px;
}
.background-big_double_black .special-ul .i2,
.background-big_double_red .special-ul .i2,
.background-big_double_blue .special-ul .i2,
.background-big_double_green .special-ul .i2,
.background-big_double_background .special-ul .i2 {
    padding-left: 15px;
    padding-right: 0;
}
.special-ul .i2 {
    padding-right: 15px;
}
.special-ul .i3 {
    padding-left: 15px;
}
.special-title {
    color: #fff;
}
.has-two-news .i2 {
    display: none;
}
.background-big_double_black .has-two-news .i2,
.background-big_double_red .has-two-news .i2,
.background-big_double_blue .has-two-news .i2,
.background-big_double_green .has-two-news .i2,
.background-big_double_background .has-two-news .i2 {
    display: block;
}
.i1 .special-title {
    font-size: 33px;
    display: block;
    margin-top: 8px;
    font-family:  Arial, sans-serif;
    font-weight: bold;
}
.background-big_double_black .i1 .special-title,
.background-big_double_red .i1 .special-title,
.background-big_double_blue .i1 .special-title,
.background-big_double_green .i1 .special-title,
.background-big_double_background .i1 .special-title,
.i2 .special-title,
.i3 .special-title {
    font-family:  Arial, sans-serif;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-top: 7px;
}
.special-img {
    display: block;
    width: 100%;
    height: auto;
}
.background-small_single_red .i1,
.background-small_single_blue .i1,
.background-small_single_green .i1,
.background-small_single_black .i1,
.background-small_single_background .i1 {
    padding-bottom: 0;
}
.background-small_single_red .special-img,
.background-small_single_blue .special-img,
.background-small_single_green .special-img,
.background-small_single_black .special-img,
.background-small_single_background .special-img {
    width: 65%;
}
.background-small_single_red .special-title,
.background-small_single_blue .special-title,
.background-small_single_green .special-title,
.background-small_single_black .special-title,
.background-small_single_background .special-title {
    position: absolute;
    left: 67%;
    top: 50%;
    width: 31%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    font-size: 22px;
    line-height: 30px;
}
.background-double_background_list,
.background-five_and_mixer {
    padding-top: 7px;
    background-color: transparent;
}
.background-double_background_list:before,
.background-five_and_mixer:before,
.background-double_background_list:after,
.background-five_and_mixer:after {
    content: '';
    clear: both;
    display: block;
    margin: 0 16px;
    border: 2px solid #EE373E;
    border-width: 2px 0;
}
.background-double_background_list .header-title,
.background-five_and_mixer .header-title {
    margin: 0 16px;
    font-family: open_sansextrabold,Arial,sans-serif;
    font-size: 20px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #EE373E;
}
@media only screen and (min-width: 1280px) {
    .background-double_background_list:before,
    .background-double_background_list:after,
    .background-double_background_list .header-title,
    .background-five_and_mixer:before,
    .background-five_and_mixer:after,
    .background-five_and_mixer .header-title {
            margin: 0 30px;
    }
}

.background-double_background_list .special-ul,
.background-five_and_mixer .special-ul {
    padding-top: 0;
}
.background-double_background_list .special-title,
.background-five_and_mixer .special-title {
    color: #282828;
}
@media only screen and (max-width: 1279px) {
    .special-ul {
        margin: 0 16px;
        padding: 16px 0;
    }
    .special-ul .i2 {
        padding-right: 8px;
    }
    .special-ul .i3 {
        padding-left: 8px;
    }
}

@media only screen and (max-width: 640px) {
    .has-two-news .i2 {
        display: block;
    }
    .special-ul {
        padding-bottom: 0;
    }
    .special-ul .i1 {
        padding-bottom: 20px;
    }

    .background-big_double_black .has-two-news .i1,
    .background-big_double_red .has-two-news .i1,
    .background-big_double_blue .has-two-news .i1,
    .background-big_double_green .has-two-news .i1,
    .background-big_double_black .has-two-news .i2,
    .background-big_double_red .has-two-news .i2,
    .background-big_double_blue .has-two-news .i2,
    .background-big_double_green .has-two-news .i2,
    .background-big_double_background .has-two-news .i1,
    .background-big_double_background .has-two-news .i2,
    .special-ul .i2, .special-ul .i3 {
        box-sizing: content-box;
        float: none;
        width: auto;
        height: auto;
        padding: 0px 0 20px;
    }
    .background-big_double_black .i1 .special-title,
    .background-big_double_red .i1 .special-title,
    .background-big_double_blue .i1 .special-title,
    .background-big_double_green .i1 .special-title,
    .background-big_double_background .i1 .special-title,
    .i1 .special-title,
    .i2 .special-title,
    .i3 .special-title {
        font-size: 17px;
        font-weight: normal;
    }
    .background-small_single_red .i1,
    .background-small_single_blue .i1,
    .background-small_single_green .i1,
    .background-small_single_black .i1,
    .background-small_single_background .i1 {
        padding-bottom: 15px;
    }
    .background-small_single_red .special-img,
    .background-small_single_blue .special-img,
    .background-small_single_green .special-img,
    .background-small_single_black .special-img,
    .background-small_single_background .special-img {
        width: 100%;
    }
    .background-small_single_red .special-title,
    .background-small_single_blue .special-title,
    .background-small_single_green .special-title,
    .background-small_single_black .special-title,
    .background-small_single_background .special-title {
        position: static;
        width: 100%;
        margin: 10px 0 0;
        font-size: 17px;
        line-height: 21px;
        transform: none;
    }


}

/* news of the day title + 3 listitem*/
.background-triple_with_title {
    /* background-color: transparent; */
}
a.special-triple-header {
    display: block;
    margin: 0 20px;
    padding: 3px 0 0;
    font-size: 20px;
    font-family: open_sansextrabold,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (max-width: 640px) {
    a.special-triple-header {
        margin: 0 15px;
    }
    .special-triple-ul {
        padding: 4px 0;
    }
    .special-triple-li {/*styl listitem*/
        overflow: hidden;
        margin: 0 15px;
        padding: 10px 0;
        border-bottom: 1px solid #EAEAEA;
        font: 17px Roboto,arial,sans-serif;
    }
    .special-triple-li:last-child {
        border-bottom-width: 0;
    }
    .special-triple-a {
        display: block;
    }
    .special-triple-img {
        width: 100px;
        height: auto;
        min-height: 9px;
        margin-right: 10px;
        vertical-align: top;
    }
    .special-triple-text {
        display: inline-block;
        width: calc(100% - 120px);
        color: #fff;
    }
}
@media only screen and (min-width: 641px) {
    .background-triple_with_title {
        margin: 0 15px;
        padding-top: 15px;
    }
    a.special-triple-header {
        margin: -5px 15px 15px;
    }
    .special-triple-ul {
        overflow: hidden;
        margin: 0 15px;
        padding-bottom: 17px;
        /* border-bottom: 5px solid #EFEFEF; */
    }

    .special-triple-li {
        float: left;
        width: calc(33.33% - 10px);
        margin-left: 15px;
    }
    .special-triple-li:first-child {
        margin-left: 0;
    }
    .special-triple-img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .special-triple-text {
        font-size: 17px;
        font-weight: bold;
        color: #fff;
    }
}


.eventbox.football {
    position: relative;
    margin: 2px 0 10px;
    padding: 10px 0;
    background-color: #003056;
    background: url('ms2018/plachta_bg_2.png') no-repeat
}
.football-links {
    padding: 7px 0;
    text-align: center;
}
.football-logo {
    display: inline-block;
    font-size: 15px;
    font-family: DroidSans,Arial,sans-serif;
    font-weight: bold;
    color: #fff;
}
.football-logo:hover {
    color: #fff;
}
a.football-termin,
a.football-scores {
    display: inline-block;
    margin-left: 10px;
    padding-left: 7px;
    font-size: 15px;
    font-family: DroidSans,Arial,sans-serif;
    text-transform: uppercase;
    color: #5FD7FF;
    margin-right: 0px;
    border-left: 1px solid #fff;
}
a.football-scores {
}
.football-sponsor {
    display: block;
    margin: 10px 0;
    height: 30px;
    background: url('ms2018/logo_blachotrapez.png') no-repeat center center;
}

.football-ul {
    overflow: hidden;
    position: relative;
}
.has-sponsor .football-ul:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-bottom: 1px solid #4D88C3;
}
.football-li {
    position: relative;
    float: left;
    width: 50%;
}
.has-events-1 .football-li {
    width: 100%;
}
.has-events-2 .football-li {
    width: 50%;
}
.has-events-3 .football-li.i3 {
    width: 100%;
}

.football-li.i2:before,
.football-li.i4:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    height: 34px;
    border-left: 2px solid #fff;

}
.has-events-2 .football-li,
.has-events-3 .football-li,
.has-events-4 .football-li {
    width: 100%;
}
.has-events-2 .football-li.i2:before,
.has-events-3 .football-li.i2:before,
.has-events-3 .football-li.i3:before,
.has-events-4 .football-li.i2:before,
.has-events-4 .football-li.i3:before,
.has-events-4 .football-li.i4:before {
    display: none;
}
.football .football-a {
    float: left;
    height: 60px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.football-a:hover {
    text-decoration: none;
}
.football-score {
    display: block;
    margin: 13px auto 0;
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.football-score.has-penalties {
    line-height: 14px;
    font-size: 11px;
    font-weight: normal;
    padding-top: 3px;
    height: 31px;
}
.football-score.has-penalties b {
    font-weight: bold;
}
.football-score.is-live {
    background: url('ms2018/live.gif') no-repeat center top;
}
.football-score.is-before {
    background: url('ms2018/before.png') no-repeat center top;
}
.football-score.is-end {
    background: url('ms2018/after.png') no-repeat center top;
}
.football-penalties {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    text-transform: uppercase;
}
.football-team-a {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: 27px;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 30px;
    transform: translateY(-50%);
    text-align: right;
    max-width: 100px;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: right center;
    white-space: nowrap;
}
.football-team-a:before {
    content: '';
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
}
.football-team-b {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 26px;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 30px;
    transform: translateY(-50%);
    max-width: 100px;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    white-space: nowrap;
}
.football-team-b:before {
    content: '';
    position: absolute;
    left: 1px;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
}
@media only screen and (max-width: 480px) {
    .football-team-a,
    .football-team-b {
        max-width: none;
        white-space: normal;
    }
    .football-team-a {
        left: 10px;
    }
    .football-team-b {
        right: 10px;
    }
}
@media only screen and (min-width: 640px) {
    .football-score {
        width: 100px;
        font-size: 12px;
    }
}
.semifinal .title,
.thirdplace .title,
.final .title {
    display: block;
    margin: -10px 0 10px;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background-color: #D7141A;
    font-family: open_sansextrabold;
}
.team-albania:before {
    background-image: url('ms2018/flag_albania.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-austria:before {
    background-image: url('ms2018/flag_austria.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-belgia:before {
    background-image: url('ms2018/flag_belgium.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-chorwacja:before {
    background-image: url('ms2018/flag_croatia.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-czechy:before {
    background-image: url('ms2018/flag_czech.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-anglia:before {
    background-image: url('ms2018/flag_england.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-francja:before {
    background-image: url('ms2018/flag_france.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-niemcy:before {
    background-image: url('ms2018/flag_germany.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-wegry:before {
    background-image: url('ms2018/flag_hungary.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-islandia:before {
    background-image: url('ms2018/flag_iceland.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-irlandia:before {
    background-image: url('ms2018/flag_ireland.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-irlandia-polnocna:before {
    background-image: url('ms2018/flag_northireland.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-wlochy:before {
    background-image: url('ms2018/flag_italy.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-polska:before {
    background-image: url('ms2018/flag_poland.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-portugalia:before {
    background-image: url('ms2018/flag_portugal.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-rumunia:before {
    background-image: url('ms2018/flag_romania.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-rosja:before {
    background-image: url('ms2018/flag_russia.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-slowacja:before {
    background-image: url('ms2018/flag_slovakia.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-hiszpania:before {
    background-image: url('ms2018/flag_spain.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-szwecja:before {
    background-image: url('ms2018/flag_sweden.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-szwajcaria:before {
    background-image: url('ms2018/flag_switzerland.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-turcja:before {
    background-image: url('ms2018/flag_turkey.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-ukraina:before {
    background-image: url('ms2018/flag_ukraine.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-walia:before {
    background-image: url('ms2018/flag_wales.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-arabia-saudyjska:before {
    background-image: url('ms2018/flag_arabia_saud.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-argentyna:before {
    background-image: url('ms2018/flag_argentyna.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-australia:before {
    background-image: url('ms2018/flag_australia.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-brazylia:before {
    background-image: url('ms2018/flag_brazylia.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-dania:before {
    background-image: url('ms2018/flag_dania.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-egipt:before {
    background-image: url('ms2018/flag_egipt.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-iran:before {
    background-image: url('ms2018/flag_iran.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-japonia:before {
    background-image: url('ms2018/flag_japonia.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-kolumbia:before {
    background-image: url('ms2018/flag_kolumbia.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-korea-pld:before {
    background-image: url('ms2018/flag_korea_pld.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-kostaryka:before {
    background-image: url('ms2018/flag_kostaryka.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-maroko:before {
    background-image: url('ms2018/flag_maroko.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-meksyk:before {
    background-image: url('ms2018/flag_meksyk.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-nigeria:before {
    background-image: url('ms2018/flag_nigeria.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-panama:before {
    background-image: url('ms2018/flag_panama.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-peru:before {
    background-image: url('ms2018/flag_peru.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-senegal:before {
    background-image: url('ms2018/flag_senegal.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-serbia:before {
    background-image: url('ms2018/flag_serbia.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-tunezja:before {
    background-image: url('ms2018/flag_tunezja.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}
.team-urugwaj:before {
    background-image: url('ms2018/flag_urugwaj.png'); /** sprite-ref: flags; sprite-margin-left: 0px; sprite-margin-bottom: 0;**/
}


.sdm {
    position: relative;
    margin-bottom: 2px;
    background-color: #007ECB;
    padding-top: 6px;
    overflow: hidden;
}
.sdm-title {
    margin: 0 15px;
    display: block;
    width: 100px;
    float: left;
}
a.sdm-weather {
    color: #FFB900;
    margin: 10px 10px 17px auto;
    width: 100px;
}
.sdm-strong {
    display: block;
    font-size: 17px;
    font-weight: bold;
}
.sdm-ul {
    margin: 0px 0 17px;
    overflow: hidden;
}
.sdm-li {
    box-sizing: border-box;
    float: left;
    width: 16.6666%;
    margin-top: 4px;
    border-right: 1px solid #4DA5DB;
}
.sdm-a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.sdm-a:visited,
.sdm-a:hover {
    color: #fff;
}
.sdm-weather:visited,
.sdm-weather:hover {
    color: #FFB900;
}
.sdm-weather:hover,
.sdm-a:hover {
    text-decoration: none;
}
.is-after .sdm-a {
    color: #66B2E0;
}
@media only screen and (max-width: 640px) {
    .sdm-ul {
        margin-bottom: 7px;
    }
    .sdm-li {
        width: 33.3333%;
        margin-bottom: 12px;
    }
    .sdm-li.i7 {
        width: 100%;
        border-right-width: 0;
    }
    .sdm-strong {
        font-size: 15px;
    }
}
.rio2016 {
    position: relative;
    /* height: 119px; */
    margin-bottom: 2px;
    background-color: #4aa023;
    margin-top: 2px;
    padding: 8px 0 5px;
}
.rio2016-logo {
    overflow: hidden;
    background: url('events/rio2016-logo.gif') no-repeat left center;
    width: 66px;
    height: 48px;
    text-indent: -200px;
    display: block;
    top: 8px;
    position: absolute;
    left: 15px;
}
.rio2016-ul {
    margin: 0 15px 0 85px;
    overflow: hidden;
}
.rio2016-li {
    box-sizing: border-box;
    float: left;
    width: 33.333%;
    margin-top: 15px;
    border-left: 1px solid #81bd65;
    margin-bottom: 15px;
}
.rio2016-li.i1 {
    border-left-width: 0;
}

a.rio2016-a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
    line-height: 27px;
}
.rio2016-a:hover {
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width: 640px) {
    .rio2016-logo {
        top: 12px;
    }
    .rio2016-li.i1 {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 3px;
    }
    .rio2016-li.i2 {
        width: 100%;
        border-left-width: 0;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .rio2016-li.i3 {
        display: none;
    }
}
/**/
.eventbox {
    position: relative;
    margin-bottom: 2px;
    background-color: #292929;
    margin-top: 2px;
    padding: 5px 0;
}
.eventbox-frame {
    margin-right: 135px;
}
@media only screen and (max-width: 640px) {
    .eventbox-frame {
        margin-right: 0;
    }
}
.eventbox-logo {
    position: absolute;
    right: 16px;
    top: 5px;
    width: 116px;
    height: 60px;
    background: url('events/zbrodnia_logo_116x60.png') no-repeat center top;
}
@media only screen and (max-width: 640px) {
    .eventbox {
        padding: 0;
    }
    .eventbox-logo {
        position: static;
        display: block;
        width: auto;
        margin: 0 10px;
        padding: 5px 0;
        border-top: 1px solid #292929;
    }
}
.eventbox-ul {
    display: table;
    width: 100%;
}
.eventbox-li {
    display: table-cell;
    padding: 17px 0;
}

a.eventbox-a {
    display: block;
    color: #fff;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 27px;
    border-right: 1px solid #292929;
}
.eventbox-a:hover {
    text-decoration: none;
    color: #fff;
}
.eventbox-li:last-child .eventbox-a {
    border-right: none;
}
@media only screen and (max-width: 1279px) {
    a.eventbox-a {
        padding-left: 16px;
    }
}
@media only screen and (max-width: 1000px) {
    .i5.eventbox-li {
        display: none;
    }
}
@media only screen and (max-width: 840px) {
    a.eventbox-a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 640px) {
    a.eventbox-a {
        font-size: 14px;
        text-align: center;
        padding-left: 0;
    }
}
@media only screen and (max-width: 480px) {
    a.eventbox-a {
        font-size: 12px;
    }
}
#m_maintopic1 .boxHeader {
    display: none;
}