@import url(flags-4.css);
@import url(fonts.css);

/* ======== =generic ======================================================================== */

html {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    font-family: Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    background-color: #000;
    background-image: url(../images/dot.png), url(../images/bg2.jpg);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: fixed, fixed;
    margin: 0;
    padding: 0 0 20px;
    background-position: 50% 100%;
}

a {
    text-decoration: none;
    color: #0046af;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

a:visited {
    color: #7181b8;
}

a:hover {
    text-decoration: underline;
    color: #15305b;
}

a:active {
    color: #900000;
}

a:focus {
    color: #15305b;
    text-decoration: underline;
}

img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin: 1em 0 0.5em;
}

h1 {
    font-size: 200%;
    margin: 0.5em 0;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 130%;
}

h4 {
    font-size: 115%;
}

p {
    margin: 1em 0;
}

/* ======== =layout ======================================================================== */

.page-wrapper {
    width: 1000px;
    margin: 20px auto 0;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
}

main {
    margin: 20px 0;
    padding: 0 20px;
    min-height: 600px;
    display: block;
}

main:after {
    content: "";
    display: table;
    clear: both;
}

article[role=main],
aside[role=complementary] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

article[role=main] {
    float: left;
    width: 70%;
    padding: 1px 0;
    position: relative;
}

aside[role=complementary] {
    float: right;
    width: 30%;
    padding-left: 20px;
}

.home article[role=main] {
    width: 60.5%;
    padding: 0 !important;
}

.home aside[role=complementary] {
    width: 39.5%;
}


/* ======== =header ======================================================================== */

header[role=banner] {
    min-height: 80px;
    padding: 10px 20px;
    position: relative;
}

header[role=banner] h1 {
    font-size: 300%;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 1;
}

header[role=banner] h1 a {
    color: #136;
    transition: color 0.3s ease-out;
}

header[role=banner] h1 a:hover {
    text-decoration: none;
    color: #0046af;
}

header[role=banner] .sponsor {
    position: absolute;
    top: 46px;
    left: 300px;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
    float: left;
    margin-top: -7px;
    color: #999;
}

header[role=banner] .sponsor em {
    color: #15286A;
    font-weight: 500;
}

header[role=banner] .sponsor span {
    color: #E1001A;
}

header[role=banner] h1 span {
    font-size: 77.5%;
    font-weight: 300;
    transition: color 0.3s ease-out;
}

header[role=banner] h1 span.tagline {
    display: block;
    font-size: 39%;
    letter-spacing: 0;
    padding-left: 94px;
}

header[role=banner] h1 a:hover span {
    color: #0046af;
}

header[role=banner] h1 a span {
    color: #888;
}

header[role=banner] h1 img {
    width: 85px;
    height: 30px;
    vertical-align: -5px;
}

header[role=banner] .lang {
    font-size: 100%;
    position: absolute;
    top: 10px;
    right: 20px;
    margin: 0;
    font-weight: 300;
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
    list-style: none;
}

header[role=banner] .lang li {
    padding: 0;
    margin: 0;
}

header[role=banner] .lang a {
    color: #15305b;
    display: block;
    padding: 2px 4px;
}

header[role=banner] .lang a:hover {
    color: #1a53b4;
    background: #d4deff;
    text-decoration: none;
}

.follow-us {
    position: absolute;
    top: 0;
    right: 1em;
    color: #2d456b;
    font-size: 11px;
}

@media only screen and (max-width: 600px) {
    .follow-us {
        margin-top: 5px;
    }
}

/* ======== =footer ======================================================================== */

footer[role=contentinfo] {
    clear: both;
    font-size: 91.5%;
    color: #ddd;
    padding: 10px 20px;
    background: #15305b url(../images/dot.png);
    position: relative;
    min-height: 200px;
}

footer[role=contentinfo]:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    background: #15305b url(../images/logo-bg.png) no-repeat right center;
    width: 526px;
    height: 183px;
    opacity: 0.05;
}

footer[role=contentinfo] .copyright {
    clear: both;
    margin: 0;
    padding-top: 1em;
    text-align: right;
    font-size: 90%;
    position: relative;
    z-index: 2;
}

footer[role=contentinfo] nav,
.about-footer,
.how-to-help {
    padding: 1px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

footer[role=contentinfo] h1 {
    font-size: 116%;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}

footer[role=contentinfo] a {
    color: #a6aecd;
}

footer[role=contentinfo] a:hover {
    color: #fff;
}

.about-footer {
    width: 60%;
    float: right;
}

.how-to-help {
    width: 20%;
    float: left;
}

footer[role=contentinfo] nav {
    width: 20%;
    float: left;
}

footer[role=contentinfo] nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer[role=contentinfo] nav li {
    margin: 0;
    padding: 0;
}

footer[role=contentinfo] nav a {
    padding: 2px 10px;
    display: block;
}

/* ======== =navigation ======================================================================== */

.nav-main ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
}

.nav-main .menu {
    background: #15305b;
}

.nav-main .submenu {
    background: #5569ae;
}

.nav-main ul:after {
    content: "";
    display: table;
    clear: both;
}

.nav-main li {
    margin: 0;
    padding: 0;
    float: left;
}

.nav-main a {
    float: left;
}

.nav-main .menu a {
    color: #fff;
    font-size: 133%;
    font-weight: 300;
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
    padding: 0.4em 10px 0.3em;
    background-color: #15305b;
    transition: background-color 0.3s ease-out;
}

.nav-main .menu a strong {
    line-height: 0.5;
}

.nav-main .selected a,
.nav-main a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5569ae;
}

.nav-main .submenu a {
    color: #fff;
    padding: 5px 1em;
}

.nav-main .submenu .selected a,
.nav-main .submenu a:hover {
    background: #f5f5f4;
}

.nav-main .submenu a:hover {
    color: #0046af;
}

.nav-main .submenu .selected a {
    color: #15305b;
}

.breadcrumbs {
    margin: 10px 20px -10px;
    padding: 0;
    list-style: none;
}

.breadcrumbs li {
    margin: 0;
    display: inline-block;
}

.breadcrumbs li:after {
    content: "/";
    padding: 0 0.5em;
    color: #888;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs li:last-child {
    font-weight: bold;
}

/* ======== =easter egg - try RETRO on homepage ======================================================================== */

.nav-main ul.shortcutbar {
    padding: 10px 20px 0;
    margin-bottom: 10px;
}

.home .nav-main ul.shortcutbar {
    margin-bottom: -10px;
}

.nav-main ul.shortcutbar li {
    padding-right: 4px;
}

.nav-main ul.shortcutbar a {
    padding-left: 4px;
    padding-right: 4px;
}

/* ======== =news promo ======================================================================== */

.news-promo {
    min-height: 300px;
    margin: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    list-style: none;
    background: #15305b url(../images/logo-bg.png) no-repeat right center;
    overflow: hidden;
    position: relative;
}

.news-promo li {
    float: left;
    position: relative;
}

.news-promo li:nth-child(6) {
    display: none;
}

.news-promo a {
    color: #fff;
    display: block;
}

.news-promo .img-w {
    position: relative;
    padding-top: 75px;
}

.news-promo .main .img-w {
    padding-top: 50%;
}

.news-promo img {
    display: block;
    z-index: 1;
    transition: opacity 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-promo p {
    margin: 5px 0;
}

.news-promo p.type {
    color: #fff;
    margin: 0;
    font-size: 116%;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    position: absolute;
    top: -0.7em;
    right: 20px;
    text-shadow: 1px 1px 1px #000;
}

.news-promo h1 span {
    font-size: 50%;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    position: absolute;
    top: 8px;
}

.news-promo .main {
    width: 600px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.news-promo .thumbnail {
    width: 360px;
    height: 75px;
    margin-left: 600px;
    overflow: hidden;
}

.news-promo .main a:hover .w {
    background-color: rgba(255, 255, 255, .9);
    color: #15305b;
}

.news-promo .thumbnail:hover {
    background: transparent;
}

.news-promo .thumbnail a:hover .w {
    color: #15305b;
    background-color: rgba(255, 255, 255, .9);
}

.news-promo a:hover img {
    opacity: 0.8;
}

.news-promo img {
    background: rgba(21, 48, 91, .9);
    width: 100%;
    height: 100%;
}

.news-promo .thumbnail .img-w {
    width: 150px;
}

.news-promo .main h1 {
    font-size: 200%;
    margin: 0.6em 0 5px;
}

.news-promo .thumbnail h1 {
    font-size: 133%;
    margin: 1.2em 0 0.2em;
}

.news-promo .thumbnail h1 span {
    font-size: 62.5%;
}

.news-promo .w {
    position: absolute;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.news-promo .main .w {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(21, 48, 91, .9);
}

.news-promo .thumbnail .w {
    width: 195px;
    padding: 0 5px 0 10px;
    height: 100%;
    left: 150px;
    overflow: hidden;
    background-color: rgba(21, 48, 91, .9);
}

.news-promo .thumbnail:nth-child(2n + 3) .w {
    background-color: rgba(18, 42, 79, .9);
}

/* ======== =teaser_ ======================================================================== */

.teaser {
    margin: 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.teaser li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25%;
    overflow: hidden;
    background: #18254e;;
}

.teaser a {
    color: #fff;
    transition: none;
}

.teaser .w {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 1px 10px;
    background: rgba(21, 48, 91, .9);
    min-height: 1px;
    transition: min-height 0.3s ease-out;
}

.teaser a:hover .w {
    background: rgba(255, 255, 255, .9);
    color: #15305b;
    min-height: 75%;
}

.teaser img {
    display: block;
}

.teaser h1 {
    font-size: 133%;
    margin: 5px 0;
}

.teaser p {
    margin: 0;
    line-height: 1.2;
    height: 0;
    overflow: hidden;
}

.teaser a:hover p {
    overflow: visible;
}

/* ======== =cup stadiums home ======================================================================== */

.csh {
    margin: 20px;
    background: #143cda url('/img/news/2024/06/euro_2024_bg.jpg');
    position: relative;
}

.csh:after {
    content: "";
    display: table;
    clear: both;
}

.csh-headline {
    position: absolute;
    top: -11px;
    font-size: 11px;
    text-transform: uppercase;
    color: #15305b;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.csh-headline a {
    color: #186cff;
    font-weight: 500;
}

.csh-headline a:hover {
    color: #981233;
}

.csh-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.csh-list li {
    float: left;
    width: 20%;
}

.csh-link {
    color: #f1f1f1;
    font-family: Ubuntu, sans-serif;
    font-weight: 500; /* 300, 400, 500 */
    font-size: 15px;
    display: block;
    line-height: 1.2;
    position: relative;
}

@media only screen and (max-width: 529px) {
    .csh-list li:nth-child(odd) .csh-link {
        background: rgba(0, 0, 0, 0.2);
    }
}

@media only screen and (min-width: 530px) and (max-width: 900px) {
    .csh-list li:nth-child(1) .csh-link,
    .csh-list li:nth-child(4) .csh-link,
    .csh-list li:nth-child(5) .csh-link,
    .csh-list li:nth-child(8) .csh-link,
    .csh-list li:nth-child(9) .csh-link,
    .csh-list li:nth-child(12) .csh-link {
        background: rgba(0, 0, 0, 0.2);
    }
}

@media only screen and (min-width: 900px) {
    .csh-list li:nth-child(odd) .csh-link {
        background: rgba(0, 0, 0, 0.2);
    }
}

.csh-link:visited {
    color: #f1f1f1;
}

.csh-link:hover,
.csh-link:active,
.csh-link:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.25) !important;
}

.csh-link img {
    transition: opacity 0.3s ease-out;
}

.csh-link:hover img,
.csh-link:active img,
.csh-link:focus img {
    opacity: 0.5;
}

.csh-link:after {
    content: "";
    display: table;
    clear: both;
}

.csh-img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 4px;
    background: #002c92;
}

.csh-name {
    display: block;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.csh-capacity {
    font-weight: 300;
    font-size: 14px;
    display: block;
}

.csh-capacity:before {
    content: "(";
}

.csh-capacity:after {
    content: ")";
}

.csh-progress {
    display: block;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.csh-progress-fig {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 10px;
    line-height: 10px;
    color: #f1f1f1;
}

.csh-progress-fig.star {
    margin-right: 5px;
}

.csh-link:hover .csh-progress {
    background: #fff;
}

.csh-link:hover .csh-progress-fig {
    color: #fff;
}


/* ======== =home youtube player ======================================================================== */
.home-yt-player {
    padding-top: 56.25%;
    position: relative;
    background: #000;
    margin: 20px;
}

.home-yt-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 535px) {
    .home-yt-player {
        padding-top: 0;
        display: flex;
        justify-content: center;
    }

    .home-yt-player iframe {
        position: relative;
    }
}

@media only screen and (max-width: 900px) {
    .home-yt-player {
        margin: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .home-yt-player {
        margin: 5px
    }
}

/* ======== =euro 2020 ======================================================================== */
.euro-2020-promo {
    margin: 0 20px;
    color: #fff;
}


@media only screen and (max-width: 900px) {
    .euro-2020-promo {
        margin-left: 10px;
        margin-right: 10px;
    }
}


@media only screen and (max-width: 480px) {
    .euro-2020-promo {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.euro-2020-promo .banner {
    display: block;
    position: relative;
    padding-top: 5.2%;
}

@media only screen and (max-width: 767px) {
    .euro-2020-promo .banner {
        display: none;
    }
}

.euro-2020-promo .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.euro-2020-promo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background: #00a2af url('/img/news/2021/05/euro-bg.jpg');
    background-size: cover;
}

.euro-2020-promo li {
    flex-basis: 33.33%;
    height: 50px;
    padding-top: 1px;
}

@media only screen and (max-width: 768px) {
    .euro-2020-promo li {
        flex-basis: 50%;
    }

    .euro-2020-promo li:nth-child(10) a {
        border-bottom: 1px solid #04707d;
    }
}

@media only screen and (max-width: 600px) {
    .euro-2020-promo li {
        flex-basis: 100%;
    }

    .euro-2020-promo li:nth-child(11) a {
        border-bottom: 1px solid #04707d;
    }
}

.euro-2020-promo .first-row {
    padding-top: 0;
}

.euro-2020-promo ul a {
    color: #fff;
    display: flex;
    border-bottom: 1px solid #04707d;
}

.euro-2020-promo ul .last-row a {
    border-bottom: 0;
}

.euro-2020-promo a:hover {
    background: rgba(255, 255, 255, 0.25);
    text-decoration: none;
}

.euro-2020-promo a:hover img {
    opacity: 0.5;
}

.euro-2020-promo a img {
    transition: opacity 0.3s ease-out;
}
.euro-2020-promo ul a img {
    width: 80px;
    height: 50px;
}

.euro-2020-promo a > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.euro-2020-promo a > span > span:first-child {
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
    display: block;
    padding: 0 4px 2px;
}

.euro-2020-promo a > span > span:last-child {
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
    padding: 2px 4px 0;
}

.euro-2020-promo strong {
    font-weight: 500;
}

/* ======== =boxes ======================================================================== */

.box-hl {
    color: #fff;
    font-size: 100%;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    text-shadow: #15305b 1px 1px 1px;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 4px 6px 3px;
    position: relative;
    z-index: 2  ;
    top: -0.8em;
    background: rgba(21, 48, 91, 0.5);
    border-radius: 2px;
}

.box-hl a {
    color: #fff;
}

.box {
    box-sizing: border-box;
    position: relative;
    padding: 1px 0;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.075);
}

.box-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.2;
}

.box-list li {
    margin: 0;
    padding: 0;
}

.box-list li:nth-child(2n + 1) {
    background: rgba(255, 255, 255, 0.4);
}

.box-list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: -1px;
}

.box-list li:nth-last-child(1):nth-child(odd) {
    border-bottom: 0;
}

.box-list a {
    display: block;
    padding: 6px 10px;
    position: relative;
}

.box-list a:hover {
    background: #fff;
}

.box-list .selected {
    padding: 6px 10px;
}

/* ======== =news list ======================================================================== */

.news-list-home {
    position: relative;
    padding: 1px 0 0;
    margin-bottom: 20px;
}

.news-list-home ul {
    margin: -21px 0 0;
    padding: 0;
    list-style: none;
}

.news-list-home li {
    position: relative;
}

.news-list-home li:nth-child(2n) {
    background: rgba(255, 255, 255, 0.4);
}

.news-list-home li:last-child {
    border-bottom: 0;
}

.news-list-home a {
    color: #15305b;
    display: block;
    overflow: hidden;
    padding: 15px 10px 15px
}

.news-list-home a:visited,
.news-list-home a:visited h2 span {
    color: #888;
}

.news-list-home a:hover {
    background: #fff;
    color: #0046af;
}

.news-list-home a:hover h2 span {
    color: #0046af;
}

.news-list-home h2 {
    position: relative;
    font-size: 166%;
    margin: 0.1em 0 0.2em 37px;
    padding: 0.8em 0 0 5px;
    border-left: 1px solid #15305b;
}

.news-list-home h2 span {
    font-size: 60%;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    position: absolute;
    top: 0.2em;
    color: #5569ae;
}

.news-list-home time {
    margin: 0;
    padding: 2px 4px 2px 10px;
    position: absolute;
    left: 0;
    top: 1.25em;
    text-align: center;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 111%;
}

.news-list-home time span {
    display: block;
    color: #888;
    font-weight: 300;
}

.news-list-home .lead {
    margin: 0.2em 0;
    float: right;
    width: 69.5%;
}

.news-list-home img {
    float: left;
    margin: 0.5em 0 5px;
    max-width: 160px;
}

/* ======== =news list more ======================================================================== */

.news-list-more {
    padding: 1px 0 10px;
}

.news-list-more time {
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: #888;
}

.news-list-more .more {
    margin: 10px 10px 0;
}

.news-list-more .more a {
    padding: 5px 0;
    display: block;
    text-align: center;
    color: #fff;
    background: #5569ae;
    text-decoration: none;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.news-list-more .more a:hover {
    background-color: #0046af;
}

/* ======== =news list archive ======================================================================== */

.news-list-archive {
    background: rgba(0, 0, 0, 0.075);
}

.news-list-archive a:after {
    content: "";
    display: table;
    clear: both;
}

ul.news-list-archive h2 {
    font-size: 100%;
    margin: 0.5em 0 0.2em;
}

.news-list-archive time {
    font-weight: 300;
    font-size: 83%;
    color: #888;
}

.news-list-archive img {
    float: left;
    margin: 4px 10px 4px 0;
}

.news-list-archive p {
    font-size: 85%;
    line-height: 1.5;
    margin-top: 0.5em;
}

.news-index {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
}

.news-index li {
    margin: 0;
    padding: 0;
}

.news-index li > a {
    float: left;
    margin-right: 10px;
}

.news-index h2 {
    margin: 0;
    padding: 1em 0 0.3em;
    clear: both;
}


/* ======== =stadium lists ======================================================================== */

.home-yt-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -21px;
}

.home-yt-list li:not(:last-child) {
    padding-bottom: 2px;
}

.home-yt-list .w {
    position: relative;
    padding-top: 56.25%;
}

.home-yt-list img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-out;
}

.home-yt-list a:hover img {
    opacity: 0.75;
}

.stadium-list h2 {
    margin: 1em 0 0.5em;
    padding: 0 10px;
    font-size: 83%;
    color: #888;
}

.stadium-list h2:first-of-type {
    margin-top: 0;
}


.stadium-list .icon:after {
    opacity: 0.75;
    transition: opacity 0.3s ease-out;
}

.stadium-list a:hover .icon:after {
    opacity: 1;
}

.stadium-list time {
    font-size: 83%;
    color: #888;
}

.construction-updates ul {
    margin-top: -5px;
}

/* ======== =accordion ======================================================================== */

.accordion h2 {
    margin-top: 0;
    margin-bottom: -1px;
    padding-top: 1em;
    padding-bottom:0.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.accordion h2:first-of-type {
    margin-top: -0.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.accordion ul {
    display: none;
}

.accordion h2.active,
.accordion ul.active {
    display: block;
}

.accordion-on h2 {
    cursor: pointer;
}

.accordion-on h2:after {
    content: "\25BE";
    float: right;
    font-size: 140%;
    line-height: 0.5;
}

.accordion-on h2.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-on h2:hover {
    background: #fff;
}

/* ======== =ads ======================================================================== */

.ad p {
    text-align: center;
    letter-spacing: 1em;
    text-transform: uppercase;
    color: #ccc;
    margin: 0;
}

.ad-home-rectangle {
    margin: 10px;
}

.ad-sidebar {
    text-align: center;
    font-size: 83%;
}

.ad-sidebar.fixed {
    position: fixed;
    top: 0;
    width: 268px;
    z-index: 3;
}

.ad-main {
    text-align: center;
    font-size: 71%;
    margin: 3em 0;
}

.ad-competition {
    max-width: 1000px;
    display: block;
    margin: -10px auto 10px;
}

.ad-competition img {
    display: block;
    width: 100%;
    max-width: 1000px;
}

.soty-ad-w {
    max-width: 100%;
    padding: 0 20px;
    display: block;
}

.soty-ad-100 img {
    max-width: 100%;
    display: block;
}

.soty-top {
    max-width: 100%;
    width: 1000px;
    display: block;
    margin: 20px auto 0;
}

@media only screen and (max-width: 1024px) {
    .soty-top {
        margin-top: 0;
    }
}

/* ======== =content ======================================================================== */

.content {
    font-size: 116%;
}

.content h1 {
    margin: 0.5em 0;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

.content iframe {
    max-width: 100%;
}

/* ======== =country ======================================================================== */

.table-responsive {
    width: 100%;
    overflow-y: auto;
}

.table-responsive .table-stadiums {
    margin-top: 0;
}

.arttab,
.table-stadiums {
    width: 100%;
    padding: 0;
    margin: 1em 0;
    border: 1px solid #15305b;
    border-collapse: collapse;
    font-size: 86%;
}

.arttab td,
.arttab th,
.table-stadiums td,
.table-stadiums th {
    padding: 1px 2px;
    border: 1px solid #ccc;
    vertical-align: middle;
    transition: background-color 0.3s ease-out;
}

.arttab td.r {
    text-align: right;
}

.arttab td.c {
    text-align: center;
}

.arttab th,
.table-stadiums th {
    font-weight: normal;
}

.arttab tr:nth-child(2n) td,
.table-stadiums tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.025);
}

.arttab tr:hover td,
.table-stadiums tr:hover td {
    background: #fff;
}

.table-stadiums td.figure {
    text-align: right;
}

.table-stadiums a {
    display: block;
    margin: -1px -2px;
    padding: 1px 2px;
}

.table-stadiums a:hover {
    background: #fff;
}

.table-stadiums .flag {
    width: 15px;
    height: 9px;
}

.table-stadiums .thumbnail {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.country-info {
    padding: 1px 0;
}

.country-info h2:first-child {
    margin-top: 0.2em;
}

.country-info > ul {
    margin: 0 0 1em;
    padding: 0 10px;
    list-style: none;
}

.country-info ul ul {
    list-style: disc;
    padding-left: 2em;
}

.country-info span {
    font-size: 80%;
}

.country-img {
    float: right;
    width: 200px;
    max-height: 200px;
    max-width: 45%;
}

.country-list {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    line-height: 1.2;
}

.country-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.country-list a {
    display: block;
    padding: 1em;
}

.country-list a:hover {
    background: #fff;
}

.country-list a:before {
    vertical-align: bottom;
}

.country-list span {
    display: block;
    font-size: 71%;
    padding: 0.2em 0 0 0;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: #888;
}

/* ======== =stadium ======================================================================== */

.stadium-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
}

.stadium-bg img {
    position: relative;
    z-index: 1;
    display: block;
}

.stadium-bg div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.1, rgba(255, 255, 255, 0.8)),
            color-stop(1, transparent)
    );

}

.stadium-w {
    position: relative;
    z-index: 2;
}

.stadium-info {
    clear: both;
    padding: 0;
    margin: 1em 0 2em;
    border-collapse: collapse;
    width: 100%;
}

.stadium-info td,
.stadium-info th {
    padding: 0.2em 4px;
    vertical-align: top;
}

.stadium-info th {
    font-weight: normal;
    text-align: right;
    font-size: 78%;
    width: 25%;
    padding-top: 0.6em;
}

.stadium-info .capacity th {
    vertical-align: bottom;
    padding-bottom: 0.6em;
}

.stadium-info .capacity td {
    font-size: 142%;
}

.stadium-info tr.capacity-comp span {
    font-size: 71%;
}

.stadium-description {
    background: rgba(0, 0, 0, 0.075);
    margin: 0 2.5%;
    padding: 0.5em 2.5% 1px;
    border-radius: 4px;
}

.stadium-description h2 {
    margin: 0.5em 0;
}

.stadium-pictures ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.stadium-pictures ul div.clear {
    display: none;
}

.stadium-pictures li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.stadium-pictures figure {
    margin: 0;
}

.stadium-pictures figure > a {
    padding: 4px;
    display: block;
}

.stadium-pictures figure > a:hover {
    background: #0046af;
}

.stadium-pictures img {
    display: block;
}

.stadium-pictures figcaption {
    font-size: 71%;
    padding: 0 4px 4px;
    max-width: 200px !important;
    line-height: 1.2;
}


.tournament-description h1 {
    display: none;
}

/* ======== =picture overlay ======================================================================== */


.overlay-show {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide {
    display: none;
}

.overlay-show img {
    max-width: 90%;
    max-height: 80%;
}

/* ======== =news ======================================================================== */

.news header {
    padding: 1px 0;
}

.news header p {
    margin: 0;
}

.news h1 {
    margin-bottom: 0;
}

.news .lead {
    margin-top: 0.2em;
    font-size: 114%;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
}

.news .lead:after {
    content: "";
    display: table;
    clear: both;
}

.news .thumbnail {
    float: left;
    margin: 0.4em 10px 0.2em 0;
    max-height: 100px;
}

.publication time,
.publication .author,
.news .source,
.news time {
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 86%;
}

.publication .author,
.news .source,
.news time span {
    color: #888;
    font-weight: 300;
}

.publication h1 {
    margin-bottom: 0;
}

.news-list a:after {
    content: "";
    display: table;
    clear: both;
}

.news-list a:hover {
    background: #fff;
}

.news-list img {
    float: left;
    margin-right: 4px;
    min-width: 65px;
    max-width: 80px;
    height: auto;
}

.news-list time {
    display: block;
    padding-top: 0.2em;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: #888;
}

.news-list p {
    font-size: 91%;
    margin: 0.5em 0;
}

/* ======== =news content ======================================================================== */

.pic-left {
    float: left;
    margin-right: 0.5em;
}

.pic-right {
    float: right;
    margin-left: 0.5em;
}

.pic-center {
    width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

/* ======== =tags ======================================================================== */

.tags {
    margin: 1em 0 0.7em;
    padding: 0;
    list-style: none;
}

.tags li {
    margin: 0;
    padding: 0 2px 0 0;
    display: inline-block;
    font-size: 78%;
}

.tags a {
    padding: 0.1em 0.4em;
    background: #5569ae;
    border: 1px solid #5569ae;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

.tags a:hover,
.tags a.selected {
    background: #fff;
    color: #0046af;
}

.tag-cloud {
    text-align: center;
    margin: 2em 0;
    font-size: 92%;
}

.tag-cloud li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    vertical-align: bottom;
}

/* ======== =pagination ======================================================================== */

.pagination {
    position: relative;
    margin: 1em 0;
    padding: 0 100px;
    list-style: none;
    text-align: center;
    font-size: 78%;
}

.pagination li {
    margin: 0;
    padding: 2px 0;
    display: inline-block;
}

.pagination .previous {
    position: absolute;
    left: 0;
    top: 0;
}

.pagination .next {
    position: absolute;
    right: 0;
    top: 0;
}

.pagination strong,
.pagination a {
    display: inline-block;
    padding: 2px 4px;
    margin: 0 2px;
}

.pagination a {
    background: #5569ae;
    border: 1px solid #5569ae;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.pagination a:hover {
    background: #fff;
    color: #0046af;
}

/* ======== =publication list ======================================================================== */

.publication-list {
    background: rgba(0, 0, 0, 0.075);
}

.publication-list h2,
.publication-list h3 {
    font-size: 114%;
    margin: 0.2em 0;
}

.publication-list p {
    margin: 0.5em 0;
    font-size: 78%;
}

.publication-list time {
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: #888;
}

.anchor-nav {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    font-size: 78%;
}

.anchor-nav li {
    display: inline-block;
    margin: 0;
    padding: 0.5em 2px 0 0;
}

.anchor-nav a {
    padding: 0.1em 0.4em;
    background: #5569ae;
    border: 1px solid #5569ae;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

.anchor-nav a:hover {
    background: #fff;
    color: #0046af;
}

.anchor-nav a:after {
    content: "↓";
}

/* ======== =media queries ======================================================================== */

@media only screen and (max-width: 1024px) {
    body {
        padding: 0 10px;
        background: #fff;
    }

    .ad-competition {
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-wrapper {
        margin-top: 0;
        background: #eee;
    }

    .page-wrapper {
        width: 100%;
    }

    .news-list img {
        width: 25%;
    }

    .news-list-home img {
        width: 29%;
        height: auto;
    }

    .teaser img {
        width: 100%;
        height: auto;
    }

    .nav-main ul.shortcutbar {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-main a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 900px) {
    header[role=banner] .lang {
        top: 5px;
        right: 10px;
    }

    .nav-main ul {
        padding-left: 10px;
        padding-right: 10px;
    }

    .breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
    }

    .news-promo,
    .teaser,
    .csh {
        margin: 10px;
    }

    .soty-ad-w {
        padding-left: 10px;
        padding-right: 10px;
    }

    .csh-headline {
        display: none;
    }

    .csh-list li {
        width: 50%;
    }

    main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home article[role=main] {
        width: 61%;
    }

    .home aside[role=complementary] {
        width: 39%;
    }

    aside[role=complementary] {
        padding-left: 10px;
    }

    footer[role=contentinfo] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .home article[role=main] {
        width: 55%;
    }

    .home aside[role=complementary] {
        width: 45%;
    }

    .about-footer {
        width: 100%;
        float: none;
    }

    footer[role=contentinfo] nav {
        width: 30%;
    }

    .how-to-help {
        width: 70%;
    }
}

@media only screen and (max-width: 700px) {
    article[role=main],
    aside[role=complementary] {
        width: 100%
    }

    aside[role=complementary] {
        padding-left: 0;
    }

    article[role=main] {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 610px) {
    footer[role=contentinfo] nav,
    .how-to-help {
        width: 50%;
    }
}

@media only screen and (max-width: 529px) {
    .home main {
        margin-bottom: 0;
    }

    .home article[role=main],
    .home aside[role=complementary] {
        width: 100%;
        float: none;
        border: 0;
    }

    .home aside[role=complementary] {
        padding-top: 20px;
    }

    .csh-list li {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    header[role=banner] .lang {
        top: 1px;
        right: 5px;
    }

    .nav-main ul {
        padding-left: 5px;
        padding-right: 5px;
    }

    .breadcrumbs {
        margin-left: 5px;
        margin-right: 5px;
    }

    .news-promo,
    .teaser,
    .csh {
        margin: 5px;
    }

    .soty-ad-w {
        padding-left: 5px;
        padding-right: 5px;
    }

    main {
        padding-left: 5px;
        padding-right: 5px;
    }

    .news .thumbnail {
        max-width: 40%;
        height: auto;
    }

    .aside-ad-spacer {
        min-height: 800px;
    }

    .aside-ad-spacer-s {
        min-height: 500px;
    }

    footer[role=contentinfo] {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 400px) {

    header[role=banner] {
        min-height: 0;
    }

    header[role=banner] .sponsor {
        display: none;
    }

    header[role=banner] h1 {
        font-size: 200%;
    }

    header[role=banner] h1 img {
        width: 60px;
        height: 21px;
    }

    header[role=banner] h1 span.tagline {
        padding-left: 67px;
    }

    .content h1 {
        font-size: 175%;
    }

    .stadium-description h1,
    .content h2 {
        font-size: 140%;
    }

    .news-list-archive img {
        width: 33%;
        height: auto;
    }
}

/* ======== =teaser media queries ======================================================================== */

@media only screen and (max-width: 399px) {
    .teaser {
        font-size: 80%;
    }
}

@media only screen and (max-width: 320px) {
    .teaser {
        font-size: 120%;
    }
}

@media only screen and (min-width: 400px) and (max-width: 459px) {
    .teaser {
        font-size: 90%;
    }
}

@media only screen and (min-width: 460px) and (max-width: 529px) {
    .teaser {
        font-size: 100%;
    }
}

@media only screen and (min-width: 530px) and (max-width: 629px) {
    .teaser a:hover .w {
        min-height: 100%;
    }
}

@media only screen and (min-width: 530px) and (max-width: 729px) {
    .teaser .w {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media only screen and (min-width: 530px) and (max-width: 569px) {
    .teaser {
        font-size: 70%;
    }
}

@media only screen and (min-width: 570px) and (max-width: 669px) {
    .teaser {
        font-size: 75%;
    }
}

@media only screen and (min-width: 670px) and (max-width: 767px) {
    .teaser {
        font-size: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
    .teaser {
        font-size: 90%;
    }
}

@media only screen and (max-width: 529px) {
    .teaser li {
        width: 50%;
    }
}

@media only screen and (max-width: 320px) {
    .teaser li {
        width: 100%;
    }
}

/* ======== =news promo queries ======================================================================== */

@media only screen and (max-width: 1024px) {
    .news-promo {
        min-height: 0;
    }

    .news-promo .main {
        width: 62.5%;
        height: 31.25%;
        position: relative;
    }

    .news-promo .img-w {
        padding-top: 50%;
    }

    .news-promo .thumbnail {
        width: 37.5%;
        height: 18%;
        margin: 0;
    }

    .news-promo .thumbnail .w {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        left: 41.6%;
        width: 58.4%;
    }

    .news-promo .thumbnail .img-w {
        width: 41.6%;
        height: auto;
        padding-top: 20.8%;
    }
}

@media only screen and (max-width: 768px) {
    .news-promo {
        background-position: 100% 10%;
    }

    .news-promo .main {
        width: 100%;
    }

    .news-promo .thumbnail {
        width: 50%;
        font-size: 90%;
    }
}

@media only screen and (max-width: 580px) {
    .news-promo .main {
        font-size: 90%;
    }
}

@media only screen and (max-width: 529px) {
    .news-promo .thumbnail {
        width: 100%;
        font-size: 110%;
    }
}

@media only screen and (max-width: 450px) {
    .news-promo .main {
        font-size: 80%;
    }
}

@media only screen and (max-width: 399px) {
    .news-promo .main {
        font-size: 100%;
    }

    .news-promo .main p {
        display: none;
    }

    .news-promo .main p.type {
        display: block;
    }
}

@media only screen and (max-width: 360px) {
    .news-promo .thumbnail {
        font-size: 90%;
    }
}

@media only screen and (min-width: 951px) and (max-width: 1023px) {
    .news-promo .thumbnail {
        font-size: 90%;
    }
}

@media only screen and (min-width: 851px) and (max-width: 950px) {
    .news-promo .main {
        font-size: 90%;
    }

    .news-promo .thumbnail {
        font-size: 82.5%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 850px) {
    .news-promo .main {
        font-size: 80%;
    }

    .news-promo .thumbnail {
        font-size: 75%;
    }
}

@media only screen and (min-width: 530px) and (max-width: 674px) {
    .news-promo .thumbnail .w {
        padding-right: 2px;
        padding-left: 4px;
    }

    .news-promo .thumbnail h1 {
        margin-top: 1em;
    }

    .news-promo .thumbnail h1 span {
        top: 0.5em;
    }
}

@media only screen and (min-width: 580px) and (max-width: 674px) {
    .news-promo .thumbnail {
        font-size: 80%;
    }
}

@media only screen and (min-width: 530px) and (max-width: 579px) {
    .news-promo .thumbnail {
        font-size: 75%;
    }
}

/* ======== =news list queries ======================================================================== */

@media only screen and (max-width: 768px) and (min-width: 530px) {
    .news-list-home ul img {
        margin: 0.5em 0.5em 0 0;
        min-width: 100px;
    }

    .news-list-home ul .lead {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 430px) {
    .news-list-home ul img {
        margin: 0.5em 0.5em 0 0;
        min-width: 100px;
    }

    .news-list-home ul .lead {
        width: 100%;
        float: none;
    }
}

/* ======== =generic ======================================================================== */

.fb-like {
    min-height: 30px;
    vertical-align: 5px;
}

.content .fb-like iframe {
    max-width: none;
}

header .twitter-follow-button {
    position: absolute !important;
    top: 10px;
    right: 10px;
}

header a.twitter-follow-button {
    display: none;
}

@media only screen and (max-width: 600px) {
    header .twitter-follow-button {
        display: none;
    }
}

/* ======== =legacy styles ======================================================================== */

/* =index */
.soty-index-list {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

.soty-index-list li {
    padding: 0;
}

.soty-index-list a {
    display: flex;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    color: #5569ae;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.soty-index-list a:hover {
    color: #fff;
    background-color: #5569ae;
}

.soty-index-list img {
    height: 60px !important;
    width: 60px;
    margin-right: 0.5em;
}

/* =page */
.konkurstab td {
    vertical-align: top;
}

.konkurstab tr.voted td {
    background:#eee;
}

.konkurstab .no {
    display: block;
    font-size: 3em;
    line-height: 1.3;
}

#survey a.clearval {
    visibility:hidden;
    display: block;
    text-align: center;
    padding: 5px;
}

#survey .vote_td {
    text-align: center;
}

#survey td span {
    /*display: block*/
}

#surevy_button {
    text-align:right;
}

#survey button {
    font-size: 150%;
    padding: 6px 12px;
    background: transparent;
    color: green;
    border-radius: 8px;
    border: 1px solid green;
    position: relative;
}

#survey button:hover {
    background: green;
    color: #fff;
    cursor: pointer;
}

#survey button[disabled=disabled] {
    opacity: 0.2;
    color: #ccc;
}

#survey button[disabled=disabled]:hover {
    background: transparent;
    color: #ccc;
    cursor: default;
}

#survey button[disabled=disabled]:after {
    /*content: "głosowanie nie aktywne";*/
    font-size: 10px;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    color: #000;
}

.star_vote {
    width: 79px;
    height: 16px;
    background: url('/lay-gfx/stars.png');
    margin: 1px;
    cursor: pointer;
    opacity: 0.7;
    border: 1px solid transparent;
}

.star_vote:hover {
    opacity: 1;
    border-radius: 4px;
    border-color: #06c;
}

.star_vote.selected {
    opacity: 1;
    background-color:#A8C0E8;
    border-radius: 4px;
    border-color: #06c;
}

.star_vote.disabled {
    opacity: 0.1;
    cursor: default;
    border-color: transparent;
}

.star_vote.disabled:hover {
}

html.ie .star_vote.disabled {
    filter: alpha(opacity=10);
}

.star_vote_2 {
    background-position: 0 -20px;
}

.star_vote_3 {
    background-position: 0 -40px;
}

.star_vote_4 {
    background-position: 0 -60px;
}

.star_vote_5 {
    background-position: 0 -80px;
}

.konkurstab td > div {
    position: relative;
}

.konkurstab .points {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    line-height: 1.2;
    color: #DCE9FF;
    text-shadow: 2px 2px #136;
    background: rgba(17, 51, 102, 0.75);
    padding: 7px 14px 10px 7px;
    border-radius: 0 0 20px 0;
}

html.ie .konkurstab .points {
    background: #136;
}

.konkurstab h2 {
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
}

.konkurstab h2 a {
    font-size: 18px;
}

.konkurstab h2 img {
    vertical-align: -4px;
    width: 30px;
    height: 18px;
}

.konkurstab tr td img {
    margin: -2px;
    border: 2px solid transparent;
}

.konkurstab tr td a:hover img {
    border-color: #06c;
}

#stadion_roku .errors {
    background:#FED0D0 !important;
    border: 2px solid #CC0000;
    color: #CC0000;
    margin: 20px;
    padding: 10px;
}

#stadion_roku .success {
    background:#E4FFBF !important;
    border: 2px solid #009900;
    color: #007700;
    margin: 20px;
    padding: 10px;
}

#stadion_roku .info {
    background:#cddeff !important;
    border: 2px solid #06c;
    margin: 20px;
    padding: 10px;
}

.soty-intl-desc {
    list-style: none;
    padding: 0;
}

.soty-intl-nav {
    margin: -2rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.soty-intl-nav li {
    padding-top: 0.1rem;
    padding-left: 0.1rem;
}

.soty-intl-nav button {
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    border: 0;
    cursor: pointer;
    padding: 0.25rem 1rem;
    display: block;
    text-align: center;
    color: #fff;
    background: #5569ae;
    text-decoration: none;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.soty-intl-nav button:hover {
    background-color: #0046af;
}


.soty-intl-nav button[disabled] {
    cursor: default;
    background: #fff;
    color: #0046af;
}

#hl-stadion_roku,
#hl-stadion_roku_2011,
#hl-stadion_roku_2012,
#hl-stadion_roku_2013,
#hl-stadion_roku_2014,
#hl-stadion_roku_2015,
#hl-stadion_roku_2016,
#hl-stadion_roku_2017,
#hl-stadium_of_the_year_2012,
#hl-stadium_of_the_year_2013,
#hl-stadium_of_the_year_2014,
#hl-stadium_of_the_year_2015,
#hl-stadium_of_the_year_2016,
#hl-stadium_of_the_year_2017,
#hl-stadium_of_the_year_2018,
#hl-stadium_of_the_year_2019,
.soty-logo {
    text-indent:-999px;
    overflow:hidden;
    background:url('/img/stadionroku2010logo.png') no-repeat;
    width:325px;
    height:110px;
}

.soty-logo-sq {
    width: 240px;
    height: 240px !important;
    float: left;
    margin: 10px 15px 10px 0;
}


@media only screen and (max-width: 670px) {
    .soty-logo-sq {
        width: 120px;
        height: 120px !important;
        margin: 5px 10px 5px 0;
    }
}

#hl-stadion_roku_2011 {
    background:url('/img/stadionroku2011logo.png') no-repeat;
}

#hl-stadion_roku_2012 {
    background:url('/img/stadionroku2012logo.png') no-repeat;
}

#hl-stadion_roku_2013 {
    background:url('/img/stadionroku2013logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadion_roku_2014 {
    background:url('/img/stadionroku2014logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadion_roku_2015 {
    background:url('/img/stadionroku2015logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadion_roku_2016 {
    background:url('/img/stadionroku2016logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadion_roku_2017 {
    background:url('/img/stadionroku2017logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadium_of_the_year_2012 {
    background:url('/img/stadiumoftheyear2012logo.png') no-repeat;
}

#hl-stadium_of_the_year_2013 {
    background:url('/img/stadiumoftheyear2013logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadium_of_the_year_2014 {
    background:url('/img/stadiumoftheyear2014logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadium_of_the_year_2015 {
    background:url('/img/stadiumoftheyear2015logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadium_of_the_year_2016 {
    background:url('/img/stadiumoftheyear2016logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadium_of_the_year_2017 {
    background:url('/img/stadiumoftheyear2017logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadium_of_the_year_2018 {
    background:url('/img/stadiumoftheyear2018logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

#hl-stadium_of_the_year_2019 {
    background:url('/img/stadiumoftheyear2019logo.png') no-repeat;
    width: 200px;
    height: 200px;
    margin: 0.5em auto;
}

.stadium_2014 {
    max-width: 100%;
    border: 2px solid transparent;
    margin: 0 0 13px;
    box-sizing: border-box;
}

.stadium_2014:hover {
    border: 2px solid #06c;
}

.soty-banner {
    border: 2px solid transparent;
    box-sizing: border-box;
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    aspect-ratio: 1920/440;
    display: block;
    background: #18254e;
}

.soty-banner:hover {
    border: 2px solid #06c;
}

@media only screen and (min-width: 1024px) {
    .soty-banner {
        height: 220px;
    }
}

@media only screen and (max-width: 900px) {
    .soty-banner {
        max-width: calc(100% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .soty-banner {
        display: none;
    }
}

.content-promo {
    overflow: hidden;
    margin-bottom: 1.5em;
}

.ban-50-left,
.ban-50-right {
    max-width: 50%;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.ban-50-left {
    float: left;
}

.ban-50-right {
    float: right;
}

.ban-50-left:hover,
.ban-50-right:hover {
    border: 2px solid #06c;
}

.votes_summary_wrapper {
    display: none;
    height: 100px;
    padding: 0.25rem 1rem 0.25rem 0.5rem;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.98);
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    .votes_summary_wrapper {
        display: block;
    }
}

.votes_summary {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.votes_summary ol {
    margin: 0;
    padding: 0;
}

.votes_summary ol li {
    position: relative;
    list-style: none;
    margin: 0 2px 0 0;
    float: left;
    width: 15%;
    border: 1px solid #ccc;
    min-height: 100px;
}

.vote_wrapper {
    display: none;
    padding: 3px 5px;
    box-sizing: border-box;
    min-width: 81px;
    min-height: 100px;
    position: relative;
}

li.show .vote_wrapper {
    display: block;
}

.votes_summary_remove {
    display: none;
}

.votes_summary ol li:hover .vote_wrapper {
    cursor: pointer;
}

.votes_summary ol li:hover .votes_summary_remove {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #0046AF;
}

.votes_summary ol li.show:hover .votes_summary_star_vote {
    display: none;
}

.votes_summary ol li.show:hover .votes_summary_header,
.votes_summary ol li.show:hover .votes_summary_bg {
    opacity: 0.05;
}

.votes_summery_your_vote {
    position: absolute;
    top: -22px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0 8px 0 0;
    background: #FFF;
    padding: 3px 6px;
    height: 22px;
    line-height: 17px;
}

.votes_summary_star_vote {
    width: 60px;
    height: 12px;
    background: url('/lay-gfx/stars.png') no-repeat;
    margin: 1px 1px 1px 6px;
    border: 1px solid transparent;
    background-size: 100%;
    position: absolute;
    bottom: 40px;
    z-index: 2;
}

.votes_summary_star_vote_2 {
    background-position: 0 -15px;
}

.votes_summary_star_vote_3 {
    background-position: 0 -30px;
}

.votes_summary_star_vote_4 {
    background-position: 0 -45px;
}

.votes_summary_star_vote_5 {
    background-position: 0 -60px;
}

.votes_summary_star_vote span {
    position: absolute;
    right: -36px;
    top: -1px;
    padding: 0 4px;
    font-size: 10px;
    background: rgba( 255, 255, 255, 0.9);
    border-radius: 6px;
    color: #136;
}

.summary_button {
    position: absolute !important;
    right: 62px;
    top: 30px;
}

.votes_summary_header {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    background: rgba( 255, 255, 255, 0.9);
    border-radius: 6px;
}

.votes_summary_no {
    position: absolute;
    padding-left: 2px;
    top: 0;
    left: 0;
}

.votes_summary_name {
    margin-left: 15px;
    display: block;
    font-weight: 400;
    color: #0046AF;
}

.votes_summary_bg {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
    opacity: 0.8;
}

.stadium_of_the_year-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.stadium_of_the_year-tabs li {
    margin: 0 0 -1px 0;
    padding: 0;
    display: inline-block;
}

.stadium_of_the_year-tabs li:first-child {
    margin-left: 10px;
}

.stadium_of_the_year-tab {
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    background: #eee;
    cursor: pointer;
}

.stadium_of_the_year-tab:hover {
    background: #ccc;
}

.stadium_of_the_year-tab.selected {
    background: #ccc;
    color: #000;
}

.soty-winner-wrapper {
    position: relative;
}

.konkurstab td > div.soty-winner-pts {
    position: absolute;
    top: 38%;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: #000 2px 2px 5px;
}


@media only screen and (max-width: 520px) {
    .konkurstab td > div.soty-winner-pts {
        top: 28%;
    }
}

@media only screen and (max-width: 410px) {
    .konkurstab td > div.soty-winner-pts {
        top: 18%;
    }
}

/* ======== =share buttons ======================================================================== */
.share-this-page {
    border: 1px solid #88aadd;
    padding: 0 1em;
    margin: 15px 0;
}

.share-this-page-cta {
    margin: 10px 0 5px;
}

ul.share-buttons {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.share-buttons li {
    margin-right: 10px;
}

ul.share-buttons li:last-child {
    margin-right: 0;
}

ul.share-buttons img {
    width: 60px;
    height: 60px !important;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    border-radius: 60px;
}

ul.share-buttons .copy-icon {
    display: none;
}

ul.share-buttons a:hover img,
ul.share-buttons a:focus img {
    transform: scale(1.1);
    box-shadow: #aaa 2px 4px 9px 0;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media only screen and (max-width: 670px) {
    ul.share-buttons {
        margin-bottom: 10px;
    }

    ul.share-buttons img {
        width: 40px;
        height: 40px !important;
    }
}

.copy-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    padding: 9px 9px 0;
    border: 1px solid transparent;
    transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out;
}

.copy-link.copied {
    background: #dbf3b1;
    border: 1px solid #6f8943;
    color: #354c0c;
    padding-bottom: 9px;
}

.copy-link p {
    display: none;
}

.copy-link.copied p {
    display: block;
}

.copy-link input {
    width: 170px;
    padding: 4px 10px;
}

.copy-link button {
    border: 0;
    margin: 0 4px;
    padding: 5px 20px;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #fff;
    background: #5569ae;
    text-decoration: none;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    transition: background 0.3s ease-out;
}

.copy-link button:hover,
.copy-link button:focus {
    background-color: #0046af;
}

.copy-link button:active {
    background-color: #b70000;
}

.copy-link p {
    margin: 7px 0 0;
}

@media only screen and (max-width: 670px) {
    ul.share-buttons .copy-icon {
        display: block;
    }

    .copy-link,
    .copy-link input,
    .copy-link button {
        display: none;
    }

    .copy-link.copied {
        display: block;
    }

    .copy-link p {
        margin-top: 0;
    }
}

/* ======== =stadiums lists ======================================================================== */

.stadium_list {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, 0.075);
    counter-reset: list-counter;
}

.stadium_list .no-link-item .w:after,
.stadium_list a:after {
    content: '';
    display: table;
    clear: both;
}

.stadium_list .no-link-item .w,
.stadium_list a {
    text-decoration: none;
}

.stadium_list .no-link-item .w {
    display: block;
    padding: 6px 10px;
    position: relative;
}

img.stadium_list-thumbnail {
    width: 300px;
    max-width: 50%;
    height: auto;
    float: left;
    margin-right: 1em;
}

.stadium_list-item_title {
    font-size: 150%;
}

.stadium_list li:hover a .stadium_list-item_title {
    text-decoration: underline;
}

.stadium_list-item_description {
    color: #000;
    font-size: 90%;
    line-height: 1.6;
}

.stadium_list-item_data {
    color: #000;
    display: block;
}

ol.stadium_list li {
    position: relative;
    z-index: 1;
}

ol.stadium_list li:before {
    content: counter(list-counter);
    counter-increment: list-counter;
    left: 10px;
    top: 6px;
    font-size: 175%;
    position: absolute;
    width: 40px;
    z-index: 2;
    background-color: rgba(21, 48, 91, 0.8);
    text-align: center;
    color: #fff;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

ol[reversed].stadium_list li:before {
    counter-increment: list-counter -1;
}

ol.stadium_list li:hover:before {
    color: #15305b;
    background-color: #fff;
}

ol.stadium_list li.no-link-item:hover:before {
    color: #fff;
    background-color: rgba(21, 48, 91, 0.8);
}

.stadium_list.all-seater li {
    display: none;
}

.stadium_list.all-seater li.all-seater {
    display: list-item;
}

/* ======== =cookiebar ======================================================================== */

.cookiebar {
    text-align: center;
    background: #eee;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: 2;
}

.cookiebar p {
    margin: 0;
    padding: 0.5em 1em;
}

.cookiebar button {
    border: 0;
    padding: 5px 1em;
    color: #fff;
    background: #5569ae;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    transition: background-color 0.3s ease-out;
}

.cookiebar button:hover {
    background-color: #0046af;
}



/* ======== =country race ======================================================================== */

.country-race {
    margin: 20px 0;
    background: url('../images/soty-sr.png') no-repeat 50% 31%;
    background-size: 15%;
}

.country-race .legend {
    margin: 0 30px 10px;
    padding: 0;
    list-style: none;
}

.country-race .legend li {
    display: inline-block;
    margin: 0;
    padding: 0.2em 5px 0.6em 0;
}

.country-race .legend span {
    padding-bottom: 3px;
}

.country-race-total-votes {
    float: right;
    margin: 0;
}

.country-race-title {
    float: left;
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 670px) {
    .country-race {
        display: none;
    }
}

/* ======== =toggle ======================================================================== */

.switch-wrapper {
    overflow: hidden;
    min-height: 30px;
}

.switch-label {
    float: left;
    padding: 0 10px;
}

.switch {
    display: inline-block;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

input.cmn-toggle-round + label {
    padding: 2px;
    width: 44px;
    height: 18px;
    background-color: #ddd;
    border-radius: 20px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 20px;
    transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
    width: 20px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
    background-color: rgba(21, 48, 91, 0.75);
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 26px;
}

input.cmn-toggle-round + label span {
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    padding-left: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: 2px;
    opacity: 0;
    display: inline-block;
    transition: opacity 0.4s;
}

input.cmn-toggle-round:checked + label span {
    opacity: 1;
}

/* ======== =newsletter ======================================================================== */

.newsleter-iframe {
    border: 0;
    width: 100%;
    height: 86px;
    transition: height 0.2s linear;
}
.newsletterSlider .newsleter-iframe {
    margin-bottom: 0;
    height: 100%;
}

.newsletterSlider {
    background: #15305B;
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82px;
    text-align: center;
    margin-bottom: -120px;
    transition: margin-bottom 2s ease-in-out;
}

@media only screen and (max-width: 1000px) {
    .newsleter-iframe {
        height: 106px;
    }
}

@media only screen and (min-width: 1000px) {
    .newsletterSlider {
        padding-bottom: 30px;
    }
}

.newsletterSlider.on {
    margin-bottom: 0;
}

.newsletterSlider.off {
    margin-bottom: -120px;
}

.newsletterSlider .close {
    position: absolute;
    top: 0;
    border: 2px solid #fff;
    right: 0;
    color: #fff;
    width: 1em;
    line-height: 1;
    font-weight: bold;
    border-radius: 1em;
    background: #136;
    font-size: 17px;
    margin-top: -8px;
    margin-right: 10px;
}

.newsletterSlider .close:hover {
    background: #5569ae;
}


/* ======== */

.nav-main .menu a {
    padding-left: 20px;
    background-image: none;
}

.nav-main .menu a:hover {
    background-image: url(../images/pileczka3.gif);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 3px 50%;
}

/* =Quantcast Choice Consent Manager */
.qc-cmp2-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

.qc-cmp2-persistent-link {
    position: static !important;
    background: #113366 !important;
}

.qc-cmp2-persistent-link:focus,
.qc-cmp2-persistent-link:hover {
    color: #fff;
}

.qc-cmp2-container a.qc-cmp2-persistent-link {
    transform: none !important;
}


/* SOTY intro lang nav */

.soty-lang-nav {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 12px;
}

.soty-lang-nav li {
    margin: -1px 0 0 -1px;
    padding: 5px 5px;
    border: 1px solid #5569ae;
}

.soty-lang-nav li:hover {
    cursor: pointer;
    background: #bcc7eb;
}

.soty-lang-nav .selected {
    background: #5569ae;
    color: #fff;
}

.soty-lang-nav .selected:hover {
    background: #5569ae;
}

.soty-welcome-wrapper > div {
    display: none;
}

.soty-welcome-wrapper > .selected {
    display: block;
}

/* =team */
.content .team-pic {
    float: left;
    width: 125px !important;
    height: 125px !important;
    border-radius: 50%;
    border: 1px solid #136;
    background: #136;
    margin: 7px 10px 20px 0;
}

.team-hl {
    clear: both;
}