/* body */

* {
    box-sizing: border-box;
}

body {
    background: #F2F2F2;
    font: medium Calibri, Arial, Helvetica, sans-serif;
    color: Black;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 150%;
}

.body_noscroll {
    overflow: hidden;
}

/* END body */
/* Záhlaví */

header.header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.header__content {
    max-width: 1236px;
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
}

img.header__logo {
    display: block;
    width: 150px;
}

/* END Záhlaví */
/* Zápatí */

footer.footer {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgb(0 0 0 / 14%), 0 0 0 0 rgb(0 0 0 / 12%);
    border-color: #fff;
    color: rgba(0, 0, 0, .87);
    background-color: #404040 !important;
    width: 100%;
    font-size: 16px;
}

.footer__content {
    max-width: 1236px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
    padding: 18px;
    box-sizing: initial;
}

.footer__copyright {
    background: #000;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 400;
    width: 100%;
}

.footer__column {
    flex: 0 0 21%;
    min-width: 200px;
    padding: 0 18px;
}

.footer__column:last-child {
    min-width: 286px;
}

h3.footer__title {
    color: rgba(255, 255, 255, .5) !important;
    margin-bottom: 40px;
    font-size: 1.5rem;
    font-style: normal;
    text-align: left;
    margin-top: 0;
    position: relative;
}

.footer__nav-menu {
    padding: 18px 0;
}

h3.footer__title:After {
    content: "";
    display: block;
    position: absolute;
    bottom: -18px;
    border-bottom: 4px solid #ff0018;
    width: 45px;
    height: 0;
    left: 0;
}

ul.footer__nav-menu__links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

a.footer__nav-menu__link {
    color: #fff;
    text-decoration: none;
    line-height: 1.7;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
}

.footer__nav-menu__links--images a.footer__nav-menu__link,
.footer__nav-menu__links--images li {
    line-height: 1;
}

a.footer__nav-menu__link:hover {
    color: #ff0018 !important;
    text-decoration: underline;
}

ul.footer__nav-menu__links.footer__nav-menu__links--flex {
    display: flex;
    justify-content: flex-start;
}

ul.footer__nav-menu__links.footer__nav-menu__links--flex li {
    margin-right: 15px;
}

img.footer__image {
    transition: 300ms opacity;
}

img.footer__image:hover {
    opacity: .6;
}

.footer__copyright a.footer__nav-menu__link {
    color: #178FCF;
    font-size: 1.1rem;
}

.footer__copyright .footer__content {
    padding: 0;
}

.footer__copyright__text, .footer__copyright a.footer__nav-menu__link {
    padding: 18px;
}

.footer__copyright__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* END Zápatí */
/* main */

main.main {
    margin: 0;
    padding-top: 100px;
}

main .row {
    padding: 60px 18px;
    max-width: 1236px;
    width: 100%;
    margin: auto;
}

/* END main */
/* JS */

.hidden {
    visibility: hidden !important;
}

.active_b {
    display: block !important;
    transform: translate(0) !important;
}

.menu_close {
    background: url(/images/csks/9418.svg) center center no-repeat !important;
    background-size: cover !important;
}

.search_close {
    background: url(/images/csks/1424989.svg) center center no-repeat !important;
    background-size: 30px !important;
}

.body_noscroll {
    overflow: hidden;
}

/* ALERT ZOBRAZENI */
.alertMsg {
    border: 1px solid #ccc;
    padding: 1px;
    text-align: left !important;
}

.alertMsgHead {
    background: #eee;
    font-weight: bold;
    padding: 5px 10px;
    width: 50%;
}

.alertMsgBody {
    padding: 5px;
}

.alertMsgBody ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.alertMsgBody ul li {
    list-style: none;
}

.alertMsgFooter {
    background: #eee;
    color: #666;
    font-size: 11px;
    font-style: italic;
    padding: 3px 10px;
}

.alertMsgVar {
    color: #660000;
}

.alertMsgString {
    color: #008200;
}

.alertMsgNull {
    color: #666;
    font-style: italic;
}

.alertMsgInt {
    color: red;
}

.alertMsgBool {
    color: blue;
    font-style: italic;
}

.ico_pridat,
.ico_upravit,
.ico_help,
.ico_smazat {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-position: top center;
    background-repeat: no-repeat;
    vertical-align: baseline;
    margin-right: 0.3em;
}

a.link_help {
    position: absolute;
    top: 10px;
    right: 20px;
}

span.ico_kalendar {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(/images/csks/105.png);
}

a.ico_kalendar {
    display: inline-block;
    height: 20px;
    width: 20px;
    overflow: hidden;
    position: relative;
    top: 4px;
}

.ico_pridat {
    background-image: url(/images/csks/102.png);
}

.ico_upravit {
    background-image: url(/images/csks/103.png);
}

.ico_help {
    width: 8px;
    background-image: url(/images/csks/104.png);
}

.ico_smazat {
    background-image: url(/images/csks/107.png);
}

a:hover .ico_pridat,
a:hover .ico_upravit,
a:hover .ico_help,
a:hover span.ico_kalendar,
a:hover .ico_smazat {
    background-position: bottom center;
}

iframe#iframe_import_1,
iframe#iframe_import_2,
iframe#iframe_import_3 {
    border-style: dotted;
    padding: 5px;
}

.as4uPopupClose {
    background: transparent;
    position: relative;
    text-align: center;
    color: #000;
}

.as4uPopupClose:after {
    content: 'x';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: 116%;
}

pre.xdebug-var-dump {
    text-align: left;
}

input#file {
    max-width: 260px;
}

/* END JS */
/* Responsive */

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

    body {
        background: #fff;
    }

    main .row {
        padding-top: 100px;
    }

    div.stranka {
        width: 100%;
        min-width: unset;
        overflow: hidden;
    }

    div.zahlavi_obal {
        width: 100%;
        background: #fff;
        height: 70px;
        margin: 0 auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        min-width: unset;
    }

    div.zahlavi {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: #fff;
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    }

    div.zahlavi_obal div.obr_zahlavi {
        display: none;
    }

    /*--------------- MOBILNI MENU -------------*/
    div.mobile_menu {
        display: block;
        position: absolute;
        right: 14px;
        top: 14px;
        width: 43px;
        height: 43px;
        background: url(/images/csks/9419.svg) center center no-repeat;
        background-size: contain;
    }

    div.zahlavi_menu_obal {
        transform: translate(0, -100%);
        transition: .4s;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: -1;
        background: #185ba2;

    }

    div.zahlavi_menu {
        box-sizing: border-box;
        padding-top: 158px;
        color: transparent;
        background: #185ba2;
        text-align: center;
        padding-bottom: 43px;
    }

    div.zahlavi_obal div.zahlavi_menu_obal a {
        color: #fff;
        display: block;
        text-align: center;
        background: #154d89;
        width: 70%;
        margin: 0 auto;
    }

    /*--------------- clanek -------------*/
    .stranka_subakce div.zahlavi_menu_obal {
        display: none !important;
    }

    div.oba_sloupce {
        transform: translate(0, -100%);
        transition: .4s;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 2;
        background: #004a99;
    }

    div.sloupec_navigace_obal {
        box-sizing: border-box;
        padding-top: 70px;
        background: #004a99;
    }

    div.sloupec_navigace {
        width: 100%;
        text-align: center;
        text-decoration: underline;
        box-sizing: border-box;
    }

    div.logo {
        width: 90px;
        height: 70px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 5px;
    }

    div.logo img.logo {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    div.zahlavi_obal div.vyhledavani_obal {
        position: absolute;
        z-index: 8;
        top: 25px;
        left: unset;
        right: 115px;
        width: 235px;
        height: 24px;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    div.jazyky {
        position: absolute;
        top: 25px;
        right: 70px;
        text-align: right;
    }

    /* --- TITULKA ---*/
    div.pomocny1 {
        width: 96%;
        padding-top: 70px;
        box-sizing: border-box;
    }

    div.pomocny2_titul {
        padding: 0;
    }

    div.pomocny2 {
        width: 100%;
        padding: 0;
    }

    div.cely_clanek_titulka {
        width: 100%;
    }

    div.titulka_bannery_obal {
        margin-top: 2%;
    }

    .titulka_bannery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    div.titulka_bannery_obal div.banner {
        width: 30%;
        height: 162px;
        float: none;
        overflow: hidden;
        margin: 0 10px 20px;
    }

    div.titulka_bannery_obal div.banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left bottom;
    }

    div.titulka_bannery_obal .cleaner {
        display: none;
    }

    /* --- BLOKY TITULKA ---*/
    .bloky_titulka {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        padding-top: 270px;
    }

    div.titulka_aktuality_obal,
    div.mapa_titulka_obal,
    .cely_clanek_titulka div.vypis_akci_celek_obal {
        width: 50% !important;
        padding: 0 2% !important;
        box-sizing: border-box;
        font-size: medium;
        color: #666666;
        margin: 0;
        margin-bottom: 15px;
    }

    .cely_clanek_titulka.titulka_hlavni div.titulka_aktuality_obal {
        width: unset;
        padding: unset;
        margin-right: unset;
        margin-bottom: 15px;
    }

    .cely_clanek_titulka.titulka_hlavni div.titulka_aktuality_obal ul {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    div.mapa_titulka_obal {
        width: 300px !important;
        position: absolute;
        top: 0;
        padding: 0;
        float: none;
        margin-right: unset;
    }

    .pomocny2_titul div.vypis_akci_celek_obal {
        width: min-content;
    }

    div.cely_clanek_titulka h3 {
        font-size: 30px;
        text-align: center;
    }

    div.mapa_titulka_obal h3 {
        padding-left: unset;
        text-align: center;
    }

    /* --- SUBJEKTY ---*/
    div.titulka_subjekty_obal {
        width: 100%;
        margin-bottom: 35px;
        margin-top: 35px;
    }

    div.titulka_subjekty_obal h2.blueH2 {
        padding-right: 140px;
        min-height: 60px;
    }

    .celaMapa_odkaz {
        position: absolute;
        right: 0 !important;
        top: 90px !important;
    }

    div.titulka_subjekty_obal div.subjekt_obal {
        width: 31.3333%;
        float: left;
        margin: 0 1% 15px;
        height: 250px;
    }

    div.titulka_subjekty_obal .cleaner {
        display: none;
    }

    div.titulka_subjekty_obal div.subjekt {
        width: 100%;
        height: 100%;
    }

    div.titulka_subjekty_obal div.subjekt_obal a {
        width: 100%;
        height: 100%;
    }

    div.titulka_subjekty_obal div.subjekt_obal img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    /* --- BANERY ---*/
    div.titulka_appstore_banner_obal {
        width: 100%;
        height: 140px;
    }

    /* --- PARTNERI ---*/
    div.titulka_partneri_obal {
        width: 100%;
        height: 120px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #fff;
        margin-top: 40px;
        overflow: hidden;
    }

    div.zapati_obal2 {
        width: 100%;
        height: auto;
        min-width: unset;
    }

    div.zapati2 {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        background: url(/images/csks/30.png) no-repeat bottom left;
        padding-left: 130px;
        height: auto;
        padding-bottom: 17px;
        box-sizing: border-box;
        padding-right: 15px;
    }

    a.loga_zapati img {
        width: 200px;
        height: 100px;
        margin: 10px;
        object-fit: contain;
        object-position: center;
    }

    div.prihlaseni_design_obal div.prihlaseni {
        width: 100%;
        float: none;
        height: auto;
        line-height: 30px;
        text-align: center;
    }

    div.prihlaseni_design_obal div.designed2 {
        width: 100%;
        float: none;
        height: auto;
        line-height: 30px;
        text-align: center;
    }

    div.prihlaseni_design {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    div.cely_clanek {
        max-width: 640px;
        width: 100%;
        float: none;
        background-color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 20px 00px;
        /* overflow: hidden; */
        margin: 0 auto;
        box-sizing: border-box;
    }

    div.subkategorie_regiony {
        width: 100%;
    }

    div.cesta_ke_clanku {
        position: relative;
        top: unset;
        left: unset;
        line-height: 30px;
        font-size: small;
    }

    .clanek p img {
        max-width: 100%;
    }

    div.titulka_certifikat {
        width: 100%;
        height: auto;
    }

    div.titulka_certifikat li {
        width: 33.333%;
        float: left;
    }

    div.titulka_certifikat_obal h2 {
        margin-bottom: 20px;
    }

    div.titulka_reg_login {
        width: 100%;
        height: auto !important;
        padding: 0 2% !important;
        box-sizing: border-box;
        background: #004A99;
    }

    div.titulka_reg_login_obal h3 {
        color: #004A99;
        padding-left: 0;
        margin-bottom: 15px;
    }

    h2,
    h3,
    h4,
    h5 {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    div.titulka_bannery_obal div.banner.prace_banner {
        margin-right: 10px;
    }

    div.razeni_podrobny {
        position: relative;
        top: -30px;
        left: 10px;
        width: 182px;
    }

    #vypisy {
        overflow: scroll;
    }

    div.login_levyblok,
    div.login_pravyblok {
        width: 100%;
        padding: 25px;
        box-sizing: border-box;
    }

    div.odpoved_celek input {
        margin-right: 10px;
    }

    .as4u_responzive_table {
        width: 100%;
        overflow: scroll;
    }

    div.oba_sloupce div.vypis_akci_celek_obal {
        width: 100% !important;
        max-width: 250px;
        padding: 0;
        float: none;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    div.oba_sloupce div.vypis_akci_celek_obal .vypis_akci_celek {
        margin-left: auto;
    }

    span.clen_asociace {
        display: none;
    }

    div.titulka_appstore_banner div.text {
        width: 310px;
        padding-left: 110px;
        position: relative;
        top: unset;
        left: unset;
        padding-top: 10px;
        height: 88px;
    }

    div.titulka_appstore_banner div.odkazy {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: 40px;
        text-align: center;
        margin: 15px 0;
    }

    div.titulka_appstore_banner_obal {
        width: 100%;
        height: auto;
    }

    .titulka_appstore_banner {
        padding: 20px;
        box-sizing: border-box;
    }

    div.ajaxLoader {
        display: none;
    }

    div.subjekt_obal {
        width: 33.3333%;
        margin-right: 0;
    }

    div.clanek {
        text-align: unset;
    }
}

@media screen and (max-width: 850px) {
}

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

    div.titulka_bannery_obal div.banner {
        width: 180px;
        height: 135px;
        float: none;
        overflow: hidden;
        margin: 0 10px 20px;
    }

    div.zahlavi_obal div.vyhledavani_obal {
        position: absolute;
        z-index: 8;
        top: 25px;
        left: unset;
        right: 105px;
        width: 160px;
    }

    input.textpole_vyhledavani {
        width: calc(100% - 31px);
    }

    input.tlacitko_vyhledat {
        left: unset;
        right: 0;
    }

    div.titulka_subjekty_obal div.subjekt_obal {
        width: 48%;
    }
}

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

    div.vypis_blok1,
    div.vypis_blok2 {
        width: 100%;
    }

    .vypis_blok1 div.subjekt_obal {
        margin-bottom: 30px;
        width: 200px;
        float: left;
        margin-right: 0;
        padding: 0 2%;
        position: relative;
    }

    div.detail_levysloupec {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    div.detail_pravysloupec {
        width: 100%;
        overflow: visible;
        float: none;
        margin-bottom: 30px;
    }

    div.detail_pravysloupec a.primarni_obrazek_clanku {
        text-align: center;
    }

    div.detail_pravysloupec .primarni_obrazek_clanku img,
    div.detail_pravysloupec div.fotogalerie_clanku img {
        width: 100%;
        height: auto;
    }

    div.detail_pravysloupec div.fotogalerie_clanku_obal {
        width: 100%;
    }

    div.detail_pravysloupec div.fotogalerie_clanku_obal .fotogalerie_clanku {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    div.titulka_certifikat li {
        width: 100%;
        float: left;
    }

    div.titulka_certifikat {
        background: #DC0814;
    }

    div.titulka_aktuality_obal,
    div.titulka_statistiky_small_obal,
    .cely_clanek_titulka div.vypis_akci_celek_obal,
    div.vypis_ankety_celek_obal {
        width: 100% !important;
        padding: 0 25px 0 25px;
        float: left;
        box-sizing: border-box;
    }

    div.titulka_faq_obal {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 25px;
    }

    div.titulka_faq_obal ul {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .titulka_nazory_obal {
        float: none;
        width: 100%;
        margin: 0;
        position: relative;
        box-sizing: border-box;
        padding: 0 3%;
    }

    .stranka .vypis_ankety_celek_obal {
        padding-left: 0;
    }

}

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

    div.titulka_aktuality_obal,
    .titulka_statistiky_small_obal,
    .cely_clanek_titulka div.vypis_akci_celek_obal {
        width: 100% !important;
        padding: 0 2% !important;
        box-sizing: border-box;
        font-size: medium;
        color: #666666;
        margin: 0;
        margin-bottom: 30px;
    }

    div.titulka_subjekty_obal h2.blueH2 {
        padding-right: 0;
        min-height: 60px;
        text-align: center;
    }

    .celaMapa_odkaz {
        position: relative;
        right: 0 !important;
        margin: 0 auto;
        margin-bottom: 20px;
        top: 0 !important;
    }

    div.titulka_appstore_banner div.text {
        width: 100%;
        padding-left: 110px;
        position: relative;
        top: unset;
        left: unset;
        padding-top: 10px;
        height: auto;
        min-height: 89px;
        box-sizing: border-box;
        margin-bottom: 25px;
        background: url(/images/csks/3250.png) center left no-repeat;
    }

    div.cely_clanek_titulka .titulka_appstore_banner h3 {
        font-size: 24px;
        text-align: right;
    }

    div.titulka_appstore_banner div.text p {
        margin: 0;
        text-align: right;
    }

    div.dil_serialu_celek,
    div.vyhledany_text_celek,
    div.aktualita_celek,
    div.akce_celek {
        padding: 0 0;
    }

    a.primarni_obrazek_clanku {
        display: block;
        width: 100%;
        text-align: center;
    }

    a.primarni_obrazek_clanku img {
        border: 1px solid #cccccc;
        float: none;
        margin-left: auto;
        margin-bottom: 0.5em;
        width: 100%;
        max-width: 320px;
    }

    .titulka_nazory_slideshow .mainItem {
        position: relative;
        overflow: auto;
        height: 300px;
    }

    .clanek > img {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;

    }
}

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

    div.titulka_subjekty_obal div.subjekt_obal {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    div.zapati2 {
        background: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    a.primarni_obrazek_vyhledavani img,
    div.aktualita_celek img,
    div.akce_celek img {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

}

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

    div.zahlavi_obal div.vyhledavani_obal {
        width: 130px;
    }
}

@media screen and (min-width: 886px) {
    main.main {
        min-height: calc(100vh - 447px);
    }

    div.zapati2 {
        width: 960px;
    }
}

.long-field-overflow {
    max-width: calc(100vw - 61px);
}

@media screen and (min-width: 1236px) {
    .long-field-overflow {

        max-width: 1176px !important;
    }
}

/* END Responsive */