@font-face {
    font-family: 'CooperHewitt';
    font-style: normal;
    font-weight: normal;
    src: local('HKGrotesk'), url("/static/fonts/cooper-hewitt/CooperHewitt-Book.375f05aace97.otf") format('opentype');
}

@font-face {
    font-family: 'CooperHewitt';
    font-style: italic;
    font-weight: normal;
    src: local('HKGrotesk'), url("/static/fonts/cooper-hewitt/CooperHewitt-BookItalic.679e36d671cb.otf") format('opentype');
}

@font-face {
    font-family: 'CooperHewitt';
    font-style: normal;
    font-weight: bold;
    src: local('HKGrotesk'), url("/static/fonts/cooper-hewitt/CooperHewitt-Medium.da25a0c11cae.otf") format('opentype');
}


html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    font-family: 'CooperHewitt';
    color: #1F1922;
}

.clean_wrapper {
    overflow: auto;
    width: 100%;
}

table {
    border-collapse: collapse;
  } 

table td, table th {
    border: 1px solid #1F1922;
    padding: 5px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.7em 0;
    padding: 0; 
}

p {
    line-height: 23px;
}

h1 {
    color: #004F7C;
    font-weight: bold;
    font-size: 48px;
    margin-top: 0px;
    padding-top: 0px;
}

h2 {
    color: #004F7C;
    font-weight: bold;
    font-size: 28px;
}


h3 {
    margin-top: 30px;
    color: #004F7C;
    font-weight: bold;
    font-size: 18px;
}

a {
    color: #004F7C;
}

.cursor_pointer {
    cursor: pointer;
    margin-bottom: -40px;
}

/* DESKTOP NAV  */

.mdash_menu {
    padding-right: 1em;
}

.menu_items .active {
    font-weight: bold;
}


.block_desktop_navigation, .block_mobile_navigation, .block_mobile_navigation_full {
    background-color: #004F7C;
}

.block_desktop_navigation {
    display: none;
    float: left;
    position: fixed;
    top: 0;
    width: 260px;
    height: 100vh;
    padding: 32px;
    box-sizing: border-box;
    color: #FFFFFF;
    z-index: 500;
}

.homepage .block_desktop_navigation {
    background-image: none;
}


.block_desktop_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 32px;
 }

 .block_desktop_navigation ul li {
    min-height: 32px;
    /* height: 32px; */
    cursor: pointer;
}

.block_desktop_navigation ul li .container {
    margin-top: 10px;
    margin-bottom: 8px;
}


.block_desktop_navigation ul li .container div {
    height: 24px;
    font-size: 14px;
}

.block_desktop_navigation a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
}

.block_desktop_navigation .bottom_block {
    position: fixed;
    bottom: 20px;
}

.block_desktop_navigation .bottom_block .informations {
    margin-top: 26px;
}

.language_switch_item {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding-top: 10px;
}

.block_desktop_navigation .language_switch_item {
    width: 39px;
    height: 39px;
}

.language_switch_item.active a {
    pointer-events: none;
}

.language_switch_item.active {
    border: 1px solid white;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}


/* MOBILE NAV */

.block_mobile_navigation {
    height: 88px;
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    padding: 24px;
    box-sizing: border-box;
}

.block_mobile_navigation_full .language_switch_item {
    width: 47px;
    height: 47px;
}

.block_mobile_navigation_full .language_switch_item a {
    font-weight: normal;
}

.block_mobile_navigation_full {
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1001;
    padding: 24px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 24px;
}

.block_mobile_navigation_full .upper_mobile {
    width: 100%;
    display: block;
    height: 40px;
}

.block_mobile_navigation .logo {
    margin-top: 10px;
}



.block_mobile_navigation_full .exit, .block_mobile_navigation .burger {
    float: right;
}

.block_mobile_navigation_full .logo, .block_mobile_navigation .logo {
    float: left;
}

.block_desktop_navigation .logo img {
    display: block;
    margin: 0 auto;
}




.block_mobile_navigation_full ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 46px;
 }

.block_mobile_navigation_full ul li {
    min-height: 40px;
    /* height: 46px; */
    cursor: pointer;
}

.block_mobile_navigation_full ul li .container {
    margin-top: 13px;
    margin-bottom: 11px;
}

.block_mobile_navigation_full ul li .container div {
    height: 40px;
    font-size: 18px;
}

.block_mobile_navigation_full a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: normal;
}

.block_mobile_navigation_full .bottom_block {
    position: fixed;
    bottom: 30px;
    width: 100%;
}

/* CONTENT */

.block_wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    margin-top: 88px;
}

.block_content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #FFFFFF;
    flex: 1;
    padding: 32px;
}

.block_content .block-document {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 80px;
}

.block_content > .block-document + .block-document {
    border-top: none;
}

.block_content .block-document .description {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #004F7C;
    margin-top: 15px;
    margin-left: 35px;
}

.block_content .block-document .description .further_info {
    font-style: italic;
    color: #1F1922;
    font-weight: normal;
    margin-top: 5px;
}

.block_content .block-document .icon_wrapper {
    float: left;
    width: 29px;
    height: 100%;
}

.block_content .block-document .icon_wrapper img {
    position: relative;
    top: calc(50% - 20px);
}

.block_content .block-document .button_wrapper {
    float: right;
    width: 115px;
    height: 100%;
}

.block_content .block-document .download_button {
    display: block;
    background-color: #004F7C;
    border-radius: 20px;
    height: 40px;
    top: calc(50% - 20px);
    position: relative;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 42px;
    font-size: 12px;
    text-decoration: none;
}

.block_content .block-document .download_button:hover {
    background-color: white;
    border: 1px solid #004F7C;
    color: #004F7C;
}



/* GENERIC PAGE */

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

.block_content ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.block_content ul li:before {
    content: "\2022";
    margin-right: 5px;
    font-size: 1.6em;
    position: relative;
    bottom: -0.11em;
    color: #004F7C;
}

.block_content ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
}

.block_content ol li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
}

.block_content ol {
    padding-left: 0;
    padding-right: 1em;
    list-style: inside decimal;
 }

.block_content ol li:before {
    content: "";
    width: 0.09em;
    display: inline-block;
}




/* HOMEPAGE */

.homepage_background {
    display: none;
}


/* NEWS */

#load_more_button {
    position:absolute;
    left:-1000px;
    top: auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.news_wrapper {
    padding-top: 20px;
    background-color: #EBE9E9;
    font-size: 16px;
    overflow: auto;
}

.news_wrapper .news_banner {
    width: calc(100% - 32px - 32px);
    background-color: #FFFFFF;
    padding: 16px;
    margin-bottom: 32px;
    margin-right: 16px;
    margin-left: 16px;
}

.news_container_left {
    width: 50%;
    float: left;
}

.news_container_right {
    width: 50%;
    float: right;
}

.news_container_mobile {
    width: 100%;
}

.news_wrapper h1{
    margin-left: 16px;
}

.news_item {
    width: calc(100% - 32px - 32px);
    background-color: #FFFFFF;
    padding: 16px;
    margin-bottom: 32px;
    margin-right: 16px;
    margin-left: 16px;
/*    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;*/
}

.news_item img {
    width: 100%;
    height: auto;
    display: block;
}

.news_item h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

#news_galery {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1001;
    background: rgba(28, 31, 42, 0.9);
}

#news_galery .close_button {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
}

#news_galery .right_button {
    position: absolute;
    bottom: 10%;
    right: 24px;
    cursor: pointer;
}

#news_galery .left_button {
    position: absolute;
    bottom: 10%;
    left: 24px;
    cursor: pointer;
}

#news_galery #gallery_image {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40% 24px 40% 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#news_galery #gallery_image .block-image {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#news_galery #gallery_image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    pointer-events: none;
}

#news_galery #gallery_counter {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    bottom: 10%;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    pointer-events: none;
}

.news_item .image_sum {
    position: relative;
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    bottom: 64px;
    margin-right: 24px;
    text-align: right;
}

.news_item .news_pin {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    top: 0px;
    left: 0px;
    margin-top: -16px;
    margin-left: -16px;
}


/* FOOTER */

.block_footer {
    margin-bottom: 0px;
}


.block_footer .first_line, .block_footer .sponsors, .block_footer .info_panel, .block_footer .credits {
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.block_footer .info_panel {
    display: block;
    float: none;
}

.block_footer .credits a {
    color: #FFFFFF;
}

.block_footer .first_line {
    background-color: #EBE9E9;
    color: #004F7C;
    font-weight: bold;
    font-size: 18px;
}

.block_footer .sponsors {
    background-color: #EBE9E9;
    padding-top: 0px;
    display: block;
    float: none;
    overflow: auto;
}

.block_footer .sponsor {
    float: left;
    height: 150px;
    width: 200px;
    background-size: 200px 150px;
}

@media only screen and (max-device-width: 601px) {
    .block_footer .sponsor {
        float: none;
        margin: 0 auto;
    }
}


.block_footer #sponsor_avast {
    background-image: url("/static/img/sponsors/avoy_loga_Avast.98b54f455da5.png");
}
.block_footer #sponsor_avast:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERAvast.704eecc97149.png");
}
.block_footer #sponsor_bucovicezs {
    background-image: url("/static/img/sponsors/avoy_loga_BucoviceZS.ece052fe5b2f.png");
}
.block_footer #sponsor_bucovicezs:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERBucoviceZS.92ba61d1e84e.png");
}
.block_footer #sponsor_teiresias {
    background-image: url("/static/img/sponsors/avoy_loga_Teiresias.645aa1b3efbb.png");
}
.block_footer #sponsor_teiresias:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERTeiresias.7df0cd3ba361.png");
}
.block_footer #sponsor_seznam {
    background-image: url("/static/img/sponsors/avoy_loga_Seznam.c60d839d7c5a.png");
}
.block_footer #sponsor_seznam:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERSeznam.c69fccc9f36c.png");
}
.block_footer #sponsor_svetluska {
    background-image: url("/static/img/sponsors/avoy_loga_Svetluska.1ca9510458a5.png");
}
.block_footer #sponsor_svetluska:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERSvetluska.d94937bdd059.png");
}
.block_footer #sponsor_um {
    background-image: url("/static/img/sponsors/avoy_loga_UM.cd72a5315bb8.png");
}
.block_footer #sponsor_um:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERUM.81fe21edbcd6.png");
}
.block_footer #sponsor_umatulu {
    background-image: url("/static/img/sponsors/avoy_loga_UMatulu.47e77066ce78.png");
}
.block_footer #sponsor_umatulu:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERUMatulu.f3a3882584e6.png");
}
.block_footer #sponsor_facr {
    background-image: url("/static/img/sponsors/avoy_loga_FACR.5f59cff47eb4.png");
}
.block_footer #sponsor_facr:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERFACR.59997aae95d8.png");
}
.block_footer #sponsor_leontinka {
    background-image: url("/static/img/sponsors/avoy_loga_Leontinka.f16981527f61.png");
}
.block_footer #sponsor_leontinka:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERLeontinka.a0fc3f9fae48.png");
}
.block_footer #sponsor_lesensky {
    background-image: url("/static/img/sponsors/avoy_loga_Lesensky.fcb10680fda6.png");
}
.block_footer #sponsor_lesensky:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERLesensky.0f751d30dab4.png");
}
.block_footer #sponsor_sportobchod {
    background-image: url("/static/img/sponsors/avoy_loga_Sportobchod.e0acd68b86f6.png");
}
.block_footer #sponsor_sportobchod:hover {
    background-image: url("/static/img/sponsors/avoy_loga_HOVERSportobchod.8d5db4faa233.png");
}





.block_footer .info_panel {
    background-color: #FFFFFF;
    overflow: auto;
}

.block_footer .informations {
    float: left;
    line-height: 26px;
}

.block_footer .informations .info_text1 {
    color: #004F7C;
    font-weight: bold;
    font-size: 18px;
}

.block_footer .informations .info_text2 {
    font-size: 16px;
}

.block_footer .informations .info_text3 a {
    color: #004F7C;
    text-decoration: none;
    font-size: 16px;
}


.block_footer .button_up {
    float: right;
    text-align: left;
}

.block_footer .credits {
    background-color: #1F1922;
    color: #FFFFFF;
    font-size: 14px;
}


/* PREVIOUS YEARS PAGE */

.previous_years_content {
    width: 100% !important;
    text-decoration: none;
}

.previous_years .year, .previous_years .member {
    width: 100%;
    height: 217px;
    margin-bottom: 24px;
}

.previous_years .year img, .previous_years .member img {
    display: block;
    object-fit: cover;
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.previous_years .year .label, .previous_years .member .label {
    position: relative;
    text-align: center;
    top: -20%;
    width: 100%;
    font-size: 24px;
    font-style: bold;
    color: #FFFFFF;
}

/* TEAMS  */

.teams_index {
    padding-top: 32px;
    width: 100%;
    text-decoration: none;
    background-color: #EBE9E9;
}

.teams_index h1 {
    margin-left: 32px;
    margin-bottom: -24px;
}

.teams_index .teams {
    background-color: #EBE9E9;
    padding: 20px;
    overflow: auto;
    box-sizing: border-box;
}

.teams_index .teams .team {
    box-sizing: border-box;
    max-width: 400px;
    max-height: 400px;
    width: calc(100% - 24px);
    margin-bottom: 24px;
    float: left;
    margin: 12px;
    background-color: white;
}

.teams_index .teams .team img {
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
    position: relative;
    padding: 32px;
    box-sizing: border-box;
    max-height: 264px;
    width: 100%;
}

.teams_index .teams .team .label {
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    color: #1F1922;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 16px;
    padding-bottom: 32px;
    border-top: 1px solid #dddddd;
}





@media only screen and (max-device-height: 500px) {
    #news_galery #gallery_image {
        padding: 20px 24px 20px 24px;
    }
}

@media only screen and (max-device-height: 650px) {
    .block_mobile_navigation_full {
        height: 700px;
        position: relative;
    }

    .block_mobile_navigation_full .bottom_block {
        margin-top: 50px;
        position: relative;
        width: 100%;
        bottom: 0px;
    }
}

@media only screen and (min-device-width: 800px) {

    .homepage_background {
        display: block;
        background-image: url("/static/img/main_banner.15f489fca004.png");
        background-size: cover;
        background-position: center;
        left: 260px;
        top: 0px;
        position: fixed;
        width: calc(100vw - 260px);
        height: 100vh;
        z-index: 100;
    }
    
    .homepage_background h1 {
        line-height: 100%;
        color: white;
        display: block;
        top: 30px;
        left: 318px;
        position: fixed;
        font-size: 78px;
        max-width: 680px;
    }

    .previous_years .year, .previous_years .member {
        width: 25%;
        height: 220px;
        padding-right: 24px;
        float: left;
        box-sizing: border-box;
    }

    .block_desktop_navigation {
        display: block;
    }
    
    .block_mobile_navigation, .block_mobile_navigation_full {
        display: none;
    }   

    .block_wrapper {
        width: calc(100% - 260px);
        float: right;
        margin-top: 0px;
    }

    .block_content{
        max-width: 900px;
    }

    .news_wrapper {
        padding: 16px;
        background-color: #EBE9E9;
    }

    .news_item {
        width: calc(100% - 32px - 64px);
        padding: 32px;
        margin-bottom: 32px;
        margin-right: 16px;
        margin-left: 16px;
    }

    #news_galery .close_button {
        position: absolute;
        top: 32px;
        right: 32px;
    }
    
    #news_galery .right_button {
        bottom: 50%;
        right: 32px;
    }
    
    #news_galery .left_button {
        bottom: 50%;
        left: 32px;
    }

    #news_galery #gallery_counter {
        bottom: 30px;
    }

    #news_galery #gallery_image {
        padding: 80px 150px 80px 150px;
    }

    .news_item .news_pin {
        width: 32px;
        height: 32px;
        top: 0px;
        left: 0px;
        margin-top: -32px;
        margin-left: -32px;
    }
}

#home_cover {
    position: fixed; height: 100%; width: 100%; top:0; left: 0; background: #000; z-index:9999;
}