@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
* {
    margin: 0 auto;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: #85123F;
}

.kalendar_banner_titulka {
    /*    display: none;*/
}

.kalendar_banner_titulka img {
    width: 100%;
    height: auto;
}

.obalPop {
    /*animation: appear .5s ease;*/
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    /*display: none!important;*/
    opacity: 1;
    position: relative;
    z-index: 15;
}

.evcent_detail_gal_obal {}

.evcent_detail_gal_obal img {
    width: 20%;
    margin: 1%;
    height: 200px;
    object-fit: cover;
    float: left;
    transition: .2s;
}

.evcent_detail_gal_obal img:hover {
    transform: translate(0, -5px);
}

@keyframes appear {
    from {
        display: none;
        opacity: 0;
    }
    to {
        display: block;
        opacity: 1;
    }
}

div.popUpdiv {
    position: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background-color: white;
    padding: 30px;
    border-radius: 3px;
}

.overlay_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 14;
}

.popUpdiv h3 {
    font-size: 22px;
    /*    padding-left: calc(20% + 20px);*/
    color: red;
    text-align: center;
}

.popUpdiv img {
    float: left;
    width: 95%;
    height: auto;
}

.popUpdiv .text {
    /*
    float: left;
    width: 80%;
*/
    padding-left: 20px;
    box-sizing: border-box;
    color: red;
    text-align: center;
    font-weight: bold;
}

.hidep {
    display: none;
}

a.popupClose {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

a.popupClose span.first {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #292929;
    height: 15%;
    border-radius: 2px;
}

a.popupClose span.sec {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #292929;
    height: 15%;
    border-radius: 2px;
}

.cleaner {
    clear: both;
}

.cleaner_bezinfa {
    display: none;
}

header {
    height: auto;
    position: relative;
    color: white;
    overflow: hidden;
}


/* horní menu  */

.hlavni_menu_obal {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: auto;
    background-color: aliceblue;
    display: none;
}

.top_menu {
    height: 60px;
    background-color: #85123F;
    position: relative;
}


/* logotyp, vlajkový div */

.flag_div {
    width: 200px;
    margin-left: 2%;
    position: absolute;
    height: 150px;
    z-index: 99;
}

.zahlavi_obal_titulka .flag_div {
    width: 200px;
    margin-left: 2%;
    position: absolute;
    height: 350px;
    z-index: 99;
}

.flag_div_icons {
    background-color: #550E25;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag_div_icons img {
    height: 30px;
    transition: .2s;
}

.flag_div_icons a {
    margin: 10px;
    padding: 5px;
    box-sizing: border-box;
}

.flag_div_icons a:hover img {
    transform: scale(1.2);
}

.flag_div_nadpis {
    flex-wrap: wrap;
    background: url(/galerie/1284107.svg)bottom no-repeat;
    background-size: ;
    height: 120px;
    padding-bottom: 50px;
    padding-top: 20px;
    z-index: 2;
    position: relative;
}

.flag_div_nadpis span {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.flag_div_nadpis span.first {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 5px;
    margin: 0px 0 10px 0;
}

.flag_div_nadpis span.second {
    font-size: 25px;
    letter-spacing: px;
    margin: 0px 0 10px 0;
}

.flag_div_nadpis span.third {
    font-size: 14px;
    letter-spacing: 0px;
    margin: 0px 0 10px 0;
}

.flag_div_end {
    display: none;
}

.zahlavi_obal_titulka .flag_div_end {
    height: 90px;
    transform: translate(0, -50px);
    padding-top: 80px;
    background: url(/galerie/1284106.svg)bottom no-repeat;
    text-align: center;
    display: block;
}

zahlavi_obal_titulka .flag_div_end span {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 13px;
}

.flag_div_end .slider_dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    margin-top: 20px;
}

.flag_div_end .slider_dots .dott {
    width: 15px;
    height: 15px;
    background-color: #BBBABB;
    border-radius: 50%;
    transition: .2s;
}

.flag_div_end .slider_dots .dott:hover {
    opacity: .5;
}

.dott_active {
    background-color: #85123F !important;
}


/* menu */

.top_menu nav.top_menu_nav {
    float: left;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.top_menu nav.top_menu_nav ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px;
    position: relative;
}

.top_menu nav.top_menu_nav ul li a {
    color: white;
    transition: .2s;
}

.menu_after_hover_line {
    position: absolute;
    width: 0%;
    bottom: -2px;
    background-color: white;
    height: 2px;
    transition: .2s;
}

.top_menu nav.top_menu_nav ul li:hover .menu_after_hover_line {
    width: 95%;
}

.top_menu div.language_select {
    float: left;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    margin-left: 300px;
}

.top_menu div.language_select a {
    margin: 0 10px;
    display: inline-block;
    height: 30px;
    width: 30px;
    transition: .2s;
    background-size: cover !important;
}

.top_menu div.language_select a.en {
    background: url("/galerie/1284102.svg");
}

.top_menu div.language_select a.de {
    background: url("/galerie/1284118.svg");
}

.top_menu div.language_select a.pl {
    background: url("/galerie/1284112.svg");
}

.top_menu div.language_select a.cs {
    background: url("/galerie/1300206.svg");
}

.top_menu div.language_select a span {
    display: none;
}

.top_menu div.language_select a:hover {
    transform: scale(1.2);
}

.top_menu .search {
    float: right;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
}


/* vyhledavani */

.search {
    position: relative;
    right: 5%;
    overflow: hidden;
}

h4.nadpis_vyhledavani {
    display: none;
}

.formular_vyhledavani form input {
    box-shadow: none;
    border: none;
    border-bottom: 1px white solid;
    padding: 10px;
    padding-left: 0px;
    background-color: transparent;
    color: white;
}

img.search_image {
    height: 20px;
    cursor: pointer;
    transition: .2s;
    position: absolute;
    top: 35%;
    right: 0%;
}

img.search_image:hover {
    transform: rotate(-60deg);
}

.formular_vyhledavani form input::placeholder {
    color: white;
}


/* slider */

.zahlavi_obal_titulka .titulka_bgr_obr {
    background-size: cover;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.titulka_bgr_obr {
    background-size: cover;
    width: 100%;
    height: 370px;
    display: inline-block;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.top_slider {
    position: relative;
    height: 370px;
    background-size: cover;
}

.zahlavi_obal_titulka .top_slider {
    position: relative;
    height: 80vh;
    background-size: cover;
}

.top_slider .top_menu_icons_obal {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
}

.top_slider .top_menu_icons_obal .top_menu_icons {
    margin: 0 auto;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    transform: translate(0, -10px);
}

.top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon {
    width: 170px;
    height: 100px;
    text-align: center;
    color: white;
    transition: .2s;
}

.top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon:hover img {
    transform: translate(0, -30px) scale(1.2);
}

.top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon img {
    height: 80px;
    display: block;
    margin-bottom: -10px;
    transform: translate(0, -20px);
    transition: .2s;
}


/* container */

.container {
    background-color: #eae9e9;
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
}


/* kalendář akcí */

.container .kalendar_akci {
    float: left;
    width: 27%;
    margin-right: 3%
}

img.banner_image {
    width: 100%;
}

.kalendar_vypis_obal select {
    border: none;
    padding: 10px;
}

.kalendar_akci .kalendar_akci_nadpis {
    color: white;
    width: 100%;
    height: 80px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    background-color: #85123F;
}

.kalendar_akci .kalendar_akci_nadpis img {
    float: left;
    margin: 0 10px;
    height: 55px;
    width: auto;
}

.kalendar_akci .kalendar_akci_nadpis h1 {
    float: left;
    margin-right: 30%;
    font-size: 1.8vw;
}

.kalendar_akci .kalendar_akci_nadpis h1 a {
    color: white
}

.kalendar_akci .akce {
    margin: 10px 0;
    position: relative;
    min-height: 90px;
}

.kalendar_akci .akce:hover .akce_info .akce_datum {
    width: 30%;
}

.kalendar_akci .akce:hover .akce_info .akce_nazev {
    width: 70%;
}

.kalendar_akci .akce img {
    width: 100%;
    display: none;
}

.kalendar_akci .hlavni_akce img {
    display: block !important;
}

.kalendar_akci .akce .akce_info {
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.kalendar_akci .akce .akce_info .akce_datum {
    background-color: #85123F;
    float: left;
    width: 25%;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    transition: .2s
}

.kalendar_akci .akce .akce_info .akce_datum span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.1vw;
}

.kalendar_akci .akce .akce_info .akce_nazev {
    background-color: rgb(200, 200, 200);
    float: left;
    width: 75%;
    height: auto;
    font-size: 13px;
    color: black;
    height: 90px;
    padding: 10px;
    box-sizing: border-box;
    transition: .2s;
}

.kalendar_akci .akce .akce_info .akce_nazev h3 {
    font-size: 13px;
    color: black;
    display: block;
    width: 100%;
    margin-top: 7px;
    margin-left: 10px;
    text-decoration: none !important;
    margin-bottom: 10px;
}

span.anotace {
    font-weight: bold;
}

a.read_more {
    font-size: 13px;
    color: black;
    margin-left: 10px;
    text-decoration: none;
    display: none;
}

span.akce_typ {
    font-size: 13px;
    color: black;
    margin-left: 10px;
    text-decoration: none;
    display: block;
}

.container .rest_of_page {
    width: 70%;
    float: left;
}


/* bloky */

.block_collum {
    width: 32.6666%;
    float: left;
}

.block_collum:first-of-type {
    margin-right: 0%;
}

.block_collum:nth-of-type(2) {
    margin-right: 1%;
    margin-left: 1%
}

.block_collum:last-of-type {
    margin-right: 0;
}

.block {
    width: 100%;
    height: 300px;
    margin: 3% 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    transition: .2s;
    overflow: hidden;
}

.block:hover>div {
    transform: scale(1.1);
}

.block h2 {
    color: white;
    z-index: 3;
    position: absolute;
    text-transform: uppercase;
    transition: .2s;
    font-size: 32px;
    text-align: center;
    padding-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.block img {
    height: auto;
    width: 140%;
}

.first_block {
    width: 100%;
    margin: 0 auto !important;
    float: none;
    margin-bottom: 1%;
    display: block;
}

.first_block h2 {
    position: absolute;
    top: 90%;
    left: 5%;
    transform: translate(0, -50%);
}

.first_block img {
    position: relative !important;
    position: absolute;
    bottom: 0 !important;
}

.block .block_overlay {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.block_omeste {
    background: url(/galerie/1284097.jpg)center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.block_turcile {
    background: url(/galerie/1284098.jpg)center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.block_sport_cas {
    background: url(/galerie/1284096.jpg)center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.block_infocentrum {
    background: url(/galerie/1284095.jpg)center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.block_kultura {
    background: url(/galerie/1284093.jpg)center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.block_sluzby {
    background: url(/galerie/1284092.jpg)center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: .2s;
}

.block_fotogalerie {
    background: url(/galerie/1284094.jpg)bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: .2s;
}


/* aktuality */

.aktuality {
    position: relative;
    width: 100%;
}

.aktuality .aktuality_nadpis {
    color: white;
    width: 100%;
    height: 80px;
    display: block;
    margin-bottom: 10px;
    background-color: #85123F;
    position: relative;
}

.aktuality .aktuality_nadpis img {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(-0%, -50%);
}

.aktuality .aktuality_nadpis a h1 {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translate(-0%, -50%);
    font-size: 1.8vw;
    color: white;
}

.aktuality .aktuality_nadpis a.vsechny_aktuality {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(-0%, -50%);
    color: white;
}

.aktualita_akce_obal {
    float: left;
    width: 32.66666%;
    overflow: hidden;
}

.aktualita_akce_obal .aktualita_akce_img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.aktualita_akce_obal .aktualita_akce_img:hover span.zaznam_hlavni_img {
    transform: scale(1.1);
    position: relative;
    z-index: 1;
}

span.aktualita_akce_datum {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;
    color: white;
    font-weight: bold;
    background-color: black;
    padding: 5px 10px;
}

.aktualita_akce_obal .aktualita_akce_img img {
    object-fit: contain;
    width: 100%;
    transition: .2s;
}

.aktualita_akce_obal .aktualita_akce_popis {
    padding: 15px 10px 0 10px;
}

.aktualita_akce_obal .aktualita_akce_popis h3 {
    color: black !important;
    margin-bottom: 15px;
    font-size: 22px;
}

.aktualita_akce_obal .aktualita_akce_popis p {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 15px;
    overflow: hidden;
    height: 60px;
}

.aktualita_akce_obal .aktualita_akce_popis a:last-child {
    color: black;
    padding: 5px 5px 5px 0;
}

.aktualita_akce_obal .aktualita_akce_popis a:hover {
    font-weight: bold;
}

.aktualita_akce_obal:nth-child(3n) {
    margin: 0 1%;
}


/* footer patička zápatí */

footer {
    clear: both;
}

.partneri_obal {
    width: 100%;
    height: 200px;
    background-color: white;
    clear: both;
}

.partneri_obal .partneri {
    width: 90%;
    height: 200px;
    overflow: hidden;
}

.partneri_obal .partneri .rollitem {
    float: left;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    box-sizing: border-box;
}

.partneri_obal .partneri img {
    transition: .2s;
    cursor: pointer;
    width: 180px;
}

.partneri_obal .partneri img:hover {
    transform: scale(1.1);
}

.paticka_obal {
    min-height: 350px;
    background-color: #672E44;
    width: 100%;
}

.paticka_obal .paticka {
    width: 80%;
    color: white;
}

.paticka_obal .paticka .paticka_collum {
    width: 33.333%;
    float: left;
    margin-top: 50px;
    min-height: 250px;
    font-size: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.paticka_obal .paticka .paticka_collum:first-of-type {
    border-left: 1px white solid;
}

.paticka_obal .paticka .paticka_collum ul {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 20px;
    transform: translate(-50%, -50%);
    border-left: 1px white solid;
}

.paticka_obal .paticka .paticka_collum_druhy ul {
    top: 30%;
}

.paticka_obal .paticka .paticka_collum ul li a img {
    height: 40px;
    cursor: pointer;
    transition: .2s;
}

.paticka_obal .paticka .paticka_collum ul li:nth-child(2) {
    margin: 10px 0;
}

.paticka_obal .paticka .paticka_collum ul li a img:hover {
    transform: scale(1.1)
}

.paticka_obal .paticka .paticka_collum ul li {
    list-style-type: none;
}

.paticka_obal .paticka .paticka_collum ul li a {
    font-weight: bold;
    cursor: pointer;
    color: white;
    transition: .2s;
}

.paticka_obal .paticka .paticka_collum a {
    color: white;
}

.paticka_obal .paticka .paticka_collum a:hover {
    text-decoration: underline;
}

.paticka_obal .paticka .paticka_collum ul li a:hover {
    transform: translate(100px, 0);
}

.paticka_obal .paticka .paticka_collum:nth-child(2) ul li:nth-child(2) {
    margin: 40px 0;
}

.paticka_obal .paticka .paticka_collum p {
    line-height: 1.5;
    margin-bottom: 30px;
}

.paticka_obal .paticka .paticka_collum p:last-of-type {
    margin-bottom: 0;
}

.paticka_bottom_obal {
    width: 100%;
    height: 100px;
    background-color: white;
}

.paticka_bottom_obal .paticka_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100px;
}

.paticka_bottom_obal .paticka_bottom img {
    height: 50px;
}

footer .end_of_web {
    min-height: 50px;
    position: relative;
    background-color: #27151c;
}

.prihlaseni {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prihlaseni a {
    color: white;
    padding: 5px;
    margin: 0 10px;
}

.prihlaseni a:hover {
    text-decoration: underline;
}


/* vnitřek webu */

.oba_sloupce {
    width: 100%;
    padding: 50px 2.5%;
    box-sizing: border-box;
    background-color: #eae9e9;
}


/* kalendář akcí */

.sloupec_navigace {
    width: 20%;
    float: left;
    position: relative;
    margin-right: 5%;
}

div.popis_hlavni_akce {}

#bs_common_calendar {
    background-color: #ECEDED !important;
    padding: 10px !important;
    border: none !important;
    border-top: 5px #707173 solid !important;
}

table.kalendar .kalendar_prvniradek {
    background-color: #85123F;
}

table.kalendar .kalendar_prvniradek th {
    background-color: #85123F;
    color: white;
}

table.kalendar {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

table.kalendar th {
    padding: 5px;
    text-align: center;
}

table.kalendar td a {
    color: #707173;
}

div.calendar_head {
    padding: 10px;
}

div.vyber_rok_mesic {
    text-align: center;
}

div.vyber_rok_mesic select {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    border: none;
    box-shadow: none;
    margin: 1%;
}

a.zavrit {
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 5px;
    transition: .2s;
    border-radius: 20%;
    color: black;
}

div.clanek_akce div {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
}

div.clanek_akce div h3 {
    color: black;
    display: none;
}

div.akce_celek table {
    width: 80%;
    margin: 0px;
    float: left;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
}

div.akce_celek img {
    float: left;
    margin: 0px;
    width: 19%;
    object-fit: cover;
}

table.kratky_popis_akce {
    margin: 0 0 0 0;
}

table p {
    margin: 0px !important
}

table.kratky_popis_akce tr {
    border-top: 1px grey dashed;
    padding: 5px 0;
    display: block;
}

div.akce_celek {
    margin: 2em 0 2em 0;
    border-bottom: 1px #ECEDED solid;
}

div.popis_akce {
    padding: 10px 0 0 10px;
    float: left;
    width: 80%;
    box-sizing: border-box;
}

a.zavrit:hover {
    border-radius: 50%;
    background-color: red;
    color: white;
}

table.kalendar td a strong {
    color: black;
}

table.kalendar td,
table.kalendar td a,
table.kalendar tr {
    padding: 5px;
    border: none !important;
    text-align: center;
    transition: 0s;
}

.container_kalendar .titulka_akce_obal ul li {
    list-style-type: none;
}


/*
table.kalendar td:hover {
    background-color: #707173;
}*/

div.volba_data {
    width: 100%;
    overflow-x: scroll;
}

table.kalendar td:hover a {
    color: white;
    text-decoration: none;
}

table.kalendar td:hover {
    background-color: #85123F;
}

.vypis_akce_stranka {
    width: 75%;
    float: left;
    position: relative;
}

.sloupec_navigace_akce_obal {
    padding-top: 20px;
}

.sloupec_navigace_akce_obal .navigace_dolni li,
.sloupec_navigace .navigace_horni li {
    list-style-type: none;
}

.sloupec_navigace_akce_obal .navigace_dolni li a,
.sloupec_navigace .navigace_horni li a {
    color: black;
    margin: 5px 0px;
    list-style-type: none;
    background-color: rgb(230, 230, 230);
    display: block;
    padding: 10px;
    margin-left: 0px;
    transition: .2s
}

.sloupec_navigace_akce_obal .navigace_dolni li a:hover,
.sloupec_navigace .navigace_horni li a:hover {
    margin-left: 10px;
}

.cesta_ke_clanku {
    margin-bottom: 20px;
}

.cesta_ke_clanku a {
    margin: 0 5px;
    color: black;
    transition: .2s;
}

.cesta_ke_clanku a:hover {
    color: #85123F;
}

a.subjekt_akce_obal {
    display: block;
    position: relative;
    width: 23%;
    height: 300px;
    margin: 2%;
    margin-left: 0%;
    margin-top: 0%;
    float: left;
    transition: .2s;
}

a.subjekt_akce_obal:hover {
    transform: translate(0, -10px);
    -webkit-box-shadow: 0px 9px 13px 0px rgba(181, 181, 181, 1);
    -moz-box-shadow: 0px 9px 13px 0px rgba(181, 181, 181, 1);
    box-shadow: 0px 9px 13px 0px rgba(181, 181, 181, 1);
}

span.obrazek_akce_titulka {
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

span.akce_celek {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    color: white;
    background-color: #85123F;
}

span.akce_celek h3.nazev_akce {
    font-weight: normal;
    font-size: 100%;
}

span.datum_akce_titulka {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
    text-align: right;
    background-color: black;
    color: white;
    padding: 5px;
    font-size: 12px;
    box-sizing: border-box;
}

h2.nadpis_clanku {
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 20px;
    background-color: #85123F;
    color: white;
    font-size: 28px;
}

a.zpet {
    color: white;
    position: absolute;
    right: 20px;
    top: 58px;
}

a.zpet:hover {
    color: white !important;
    text-decoration: underline;
}

fieldset {
    box-shadow: none;
    border: none;
    padding: 20px;
    background-color: rgb(230, 230, 230);
    margin: 20px 0;
    position: relative;
    border-top: 29px dimgrey solid;
}

fieldset legend {
    text-align: left;
    padding: 5px 10px;
    color: white;
    margin: inherit;
    background-color: dimgrey;
}

fieldset input,
fieldset select,
fieldset textarea {
    border: none;
    padding: 5px 10px;
}

fieldset textarea {
    width: 50% !important;
}

fieldset table {
    width: 100%;
}

fieldset a {
    color: black;
}

fieldset table td {
    border-bottom: 5px rgb(230, 230, 230) solid;
}

fieldset table td a {
    margin: 0 5px 0 0;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 10px;
}

table.vzhled_ano th,
table th {
    text-align: left;
}

div#puvodni_text_cs {
    width: unset !important;
}

table.kratky_popis_akce th {
    margin-right: 10px;
}

table p {
    padding: 0 !important;
}

table.kratky_popis_akce td {
    padding: 0 10px;
    box-sizing: border-box;
}

.clanek_akce_add>p {
    line-height: 1.5;
    font-size: 13px;
}

.clanek_akce_add>p a {
    color: black;
    font-weight: bold;
    transition: .2s;
}

.clanek_akce_add>p a:hover {
    color: #85123F;
}


/* výpis z dat. skladu */

a.subjekt_obal {
    width: 23%;
    float: left;
    position: relative;
    margin: auto;
    display: block;
    overflow: hidden;
    height: 290px;
    margin: 1%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.zaznam_hlavni_img {
    display: block;
    height: 290px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    background-size: cover;
    background-position: center center;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.subjekt_obal .nadpis_subjektu {
    /* background: url(/galerie/1274166.png) left bottom no-repeat; */
    /* padding-bottom: 30px; */
    position: absolute;
    bottom: 24px;
    left: 0;
    padding-left: 22px;
    color: white;
    text-shadow: 1px 1px 10px black;
    font-size: 28px;
    line-height: 1.1;
    margin: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.subjekt_obal span.mesto {
    position: absolute;
    top: 0;
    background-color: black;
    color: white;
    display: block;
    padding: 5px 10px;
    left: 0
}

h3.nadpis_subjektu {
    font-weight: normal !important;
    font-size: 15px;
    line-height: 1.5;
}

a.subjekt_obal:hover .zobrazit_detail {
    bottom: 50px;
}

a.subjekt_obal:hover .nadpis_subjektu {
    bottom: 100px;
}

a.subjekt_obal:hover .zaznam_hlavni_img {
    transform: scale(1.1);
    filter: blur(2px);
}

.subjekt_obal .zobrazit_detail {
    display: block !important;
    position: absolute;
    bottom: -50px;
    color: white;
    left: 23px;
    border: 2px solid white;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.filtry_sortby_obal {
    margin: 20px 0;
}

.filtry_sortby {
    text-align: right;
    margin-right: 1%;
}

.filtry_sortby_obal a {
    border: #85123F 1px solid;
    background: white;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #85123F;
    text-align: center;
    font-weight: bold;
    margin: 0 1px;
    transition: .2s;
}

.filtry_sortby_obal a:hover {
    border: #85123F 1px solid;
    background: #85123F;
    color: white;
}

.pocet_zaznamu {
    float: left;
    width: 50%;
    margin-left: 1%;
    position: relative;
}

.nadpis_obalu_subjektu {
    position: relative;
}

a.mapa_butt {
    position: absolute;
    right: 20px;
    top: 58px;
    color: white;
}

a.mapa_butt:hover {
    text-decoration: underline;
}

.ubytovani_zpet {
    position: absolute;
    right: 160px;
    top: 58px;
}

.ubytovani_zpet a {
    color: white;
}

.ubytovani_zpet a:hover {
    text-decoration: underline;
}


/*stránkování*/

.predchozi_dalsi,
.starsi_novejsi,
#table_set_page {
    color: transparent;
    text-align: center;
    padding: 2em;
    clear: both;
}

.predchozi_dalsi a,
.predchozi_dalsi strong,
.starsi_novejsi a,
.starsi_novejsi strong,
#table_set_page a,
#table_set_page strong {
    display: inline-block;
    padding: 6px 15px;
    height: 25px;
    background: #e2e2e2;
    color: black;
    text-align: center;
    margin: 0 2px;
    line-height: 25px;
    cursor: pointer;
    transition: .2s;
}

.predchozi_dalsi a:hover,
.predchozi_dalsi strong,
.starsi_novejsi a:hover,
.starsi_novejsi strong,
#table_set_page a:hover,
#table_set_page strong {
    background: #85123F;
    color: white;
}

.table_set_page_next {
    float: left;
}

.table_set_page_prev {
    float: right;
}


/* detail výpisu z dat. skladu */

.detail_subjektu {
    width: 80%;
}

.detail_subjektu a.zpet {
    top: -58px;
    bottom: 0;
    right: -155px;
    color: black;
    transition: .2s;
}

.detail_subjektu a.zpet:hover {
    color: #85123F !important;
    text-decoration: none;
}

div.obrazek_hlavni .zaznam_hlavni_img {
    width: 50%;
    height: 500px;
    float: left;
}

.kontakty_obal {
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    width: 50%;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #85123F;
    color: white;
}

.kontakty_obal a {
    color: white;
}

.kontakty_obal table {
    width: 100%;
    margin: 20px 0;
    border-top: 1px white dotted;
    border-bottom: 1px white dotted;
    text-align: center;
    font-size: 16px;
}

.kontakty_obal table tbody {
    padding: 20px 0;
    text-align: center;
}

.kontakty_obal table tbody a {
    margin-left: 10px;
}

.kontakty_obal table tr {
    margin: 10px 0;
    display: block;
    min-height: 20px;
}

.adresa_kontakty_obal {
    padding: 20px 0;
    box-sizing: border-box;
}

.adresa_kontakty_obal>strong {
    text-align: center;
    font-size: 32px;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.adresa_kontakty_obal>p {
    font-size: 12px;
}

.kontakty_obal .adresa_kontakty_obal {
    height: 500px;
}

.fotogalerie_subjekt_obal {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.fotogalerie_subjekt_obal .obrazek_celek {
    float: left;
    width: 32.3%;
    margin: .5%;
    overflow: hidden;
}

.fotogalerie_subjekt_obal .obrazek_celek a.zaznam_hlavni_img {
    float: left;
    width: 100%;
    margin: 0px !important;
}

.fotogalerie_subjekt_obal .obrazek_celek:hover a.zaznam_hlavni_img {
    transform: scale(1.1);
}

.clanek {
    line-height: 1.5;
}

.clanek p {
    margin: 20px 0;
    padding: 0 20px;
}

a.primarni_obrazek_clanku {}

a.primarni_obrazek_clanku img {
    float: left;
    margin: 0 2em 1em 0;
}

.popis_clanku {
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.detail_subjektu .popis_clanku {
    background-color: rgb(230, 230, 230);
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
    box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-style: italic;
    float: none;
    width: 100%;
}

.odkazy_vstupne_otev a {
    display: block;
    padding: 10px 20px;
    border: 1px white solid;
    transition: .2s;
    margin: 20px 0;
    border-radius: 50px;
    text-align: center;
}

.odkazy_vstupne_otev a:hover {
    color: #85123F;
    background-color: white;
}

.vstupne h2 {
    color: white;
    background-color: #85123F;
    width: 100%;
    padding: 10px 5px;
    font-weight: normal;
    margin: 20px 0;
}

.vstupne table,
.oteviraci_doba table {
    margin: 20px 0;
    background-color: rgb(230, 230, 230);
    width: 100%;
    padding: 5px 10px;
}

.as4uPopupDataContainer {
    border: none !important;
    padding: 30px 10px 10px 10px !important;
}

.as4uPopupDataContainerIn {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.as4uPopupLista .inner {
    padding: 0 !important
}

.as4uPopupLista .inner .inner2 {
    background-color: rgb(230, 230, 230) !important;
}

.as4uPopupClose {
    background-color: rgb(230, 230, 230) !important
}

.soubory_seznam {
    background-color: rgb(230, 230, 230);
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
    box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.soubory_seznam .clanek {
    float: none !important;
    width: 100% !important;
}

.soubory_seznam h4,
.oteviraci_doba_vstupne_akce h2,
.fotogalerie_subjekt_obal h2,
.souvisejici_clanky h2 {
    font-size: 28px;
    margin: 20px 0;
}

.soubory_seznam ul li {
    list-style-type: none;
    margin-left: 20px;
}

.soubory_seznam ul li a {
    color: black;
    font-size: 12px;
}

.oteviraci_doba_vstupne_akce {
    margin: 20px 0;
}

.oteviraci_doba_vstupne_akce .subjekt_akce_obal {
    width: 31.2%;
    margin: 1%;
    float: left;
}

.oteviraci_doba_vstupne_akce .subjekt_akce_obal a {
    font-size: 15px;
    color: black;
}

.oteviraci_doba_vstupne_akce .subjekt_akce_obal a:hover {
    text-decoration: underline;
}

.oteviraci_doba_vstupne_akce .subjekt_akce_obal .subjekt_akce .datum {
    padding: 5px 0;
    font-size: 14px;
}

.oteviraci_doba_vstupne_akce .subjekt_akce_obal .subjekt_akce .text {
    font-size: 14px;
}

.oteviraci_doba_vstupne_akce .subjekt_akce_obal .subjekt_akce h4 {
    margin: 15px 0;
}

.oteviraci_doba_vstupne_akce .subjekt_akce_obal .subjekt_akce h4 a {
    color: black;
    font-size: 18px;
}

.souvisejici_clanky a h3 {
    margin-bottom: 20px;
}

.souvisejici_clanky a {
    color: black;
    margin: 10px 0;
    display: block;
    padding: 10px 20px;
    line-height: 1.5;
    transition: .2s;
}

.souvisejici_clanky a:nth-child(even) {
    background-color: rgb(230, 230, 230);
    padding: 10px 20px;
}

.souvisejici_clanky a:hover {
    background-color: #85123F;
    color: white;
}

.mapa_tut_ctrl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background-color: #85123F;
    padding: 20px 30px;
    color: white;
}

div.nahled_tisk {
    margin: 10px 0;
    clear: both;
    margin-top: 40px;
}

a.nahled_tisk {
    background: url(/galerie/1285831.svg)left center no-repeat;
    padding: 5px 5px 5px 30px;
    font-size: 12xp;
    color: grey;
}

a.nahled_tisk:hover {
    text-decoration: underline;
}

.obal_clanku_outer {
    width: 90%;
}

.obal_clanku_fotogal div.nahled_tisk {
    display: none;
}

.info_podclankem {
    display: none;
}

#gallyery4uLoadingContDiv {
    margin: initial !important;
}

#cely_clanek_schovany a:hover {
    text-decoration: underline;
}


/* fotogalerie */

.fotogalerie_clanku_obal {
    margin-bottom: 20px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
    float: left;
    width: 19%;
    margin: 1% 1% 0 0;
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: .2s;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal:hover {
    transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-box-shadow: 0px 9px 13px 0px rgba(181, 181, 181, 1);
    -moz-box-shadow: 0px 9px 13px 0px rgba(181, 181, 181, 1);
    box-shadow: 0px 9px 13px 0px rgba(181, 181, 181, 1);
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek {
    position: relative;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 1;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .nazev_popis_obrazku {
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .nazev_popis_obrazku h4 {
    color: white;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    display: none;
}

.cleaner_fotogalerie_clanku {
    clear: both;
}


/* submenu podsekce vnitřek bloků */

div.sub_menu_stranky {
    min-height: 300px;
    display: block;
}

div.sub_menu_stranky ul.submenu_ul li {
    display: block;
    width: 24%;
    margin: .5%;
    float: left;
    overflow: hidden;
    height: 300px;
    position: relative;
}

div.sub_menu_stranky ul.submenu_ul li:hover span.submenu_cast_image {
    transform: scale(1.1);
}

div.sub_menu_stranky ul.submenu_ul li:hover .sub_menu_overlay {
    opacity: 1;
}

div.sub_menu_stranky ul.submenu_ul li span.submenu_cast_image {
    width: 100%;
    height: 300px;
    display: block;
    background-size: cover;
    transition: .2s;
    background-position: center center;
}

div.sub_menu_stranky ul.submenu_ul li span.text {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -10px);
    color: white;
    font-size: 32px;
    text-align: center;
    text-shadow: 1px 1px 2px black;
}

div.sub_menu_stranky .sub_menu_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: .2s;
}

.filtry_kategorie_obal_outer {
    width: 24%;
    position: relative;
    float: left;
    margin-right: 1%;
}

.filtry_kategorie_obal {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: lightgrey;
    margin: 10px 0
}

.filtry_kategorie {
    margin: 10px 0;
}

.filtry_kategorie label {
    padding-right: 10px;
}

.filtry_kategorie input {
    float: left;
}

.obal_subjektu {
    float: none;
    width: 100%;
}

.dsti_vypis_obal_filtr {
    float: left;
    width: 75%;
}

.detail_subjektu_no_info .sloupce_detail_bez_infa {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.detail_subjektu_no_info .sloupce_detail_bez_infa .zaznam_hlavni_img {
    width: 100%;
}

.detail_subjektu_no_info .popis_clanku {
    width: 49%;
    float: left;
    /*margin-left: 1%;*/
}

.detail_subjektu_no_info .clanek {
    padding: 20px;
    box-sizing: border-box;
}

.detail_subjektu_no_info .cleaner {
    display: none;
}

.detail_subjektu_no_info .cleaner_bezinfa {
    display: block;
}

.odkaz_cely_clanek {
    display: none;
}

.dil_serialu_celek_obal {
    float: left;
    width: 19%;
    margin: .5%;
    height: 120px;
    text-align: center;
    transition: .5s;
    padding-top: 90px;
}

.obal_clanku_outer #dil_serialu_celek_246645 {
    background: url(/galerie/1322189.svg)top center no-repeat;
}

.obal_clanku_outer #dil_serialu_celek_246646 {
    background: url(/galerie/1322188.svg)top center no-repeat;
}

.obal_clanku_outer #dil_serialu_celek_246647 {
    background: url(/galerie/1322190.svg)top center no-repeat;
}

.obal_clanku_outer #dil_serialu_celek_246648 {
    background: url(/galerie/1322191.svg)top center no-repeat;
}

.obal_clanku_outer #dil_serialu_celek_246679 {
    background: url(/galerie/1322187.svg)top center no-repeat;
}

.dil_serialu_celek h3.nadpis_dilu_serialu {
    margin: 0 0 10px 0;
}

.dil_serialu_celek h3.nadpis_dilu_serialu a {
    padding-top: 90px;
}

.dil_serialu_celek h3.nadpis_dilu_serialu a:hover {
    text-decoration: underline;
}


/* infocentrum */

.sloupec_infocentrum {
    background-color: #E6E6E6;
    padding: 25px;
    box-sizing: border-box;
    margin-left: 5%;
    line-height: 1.5;
    font-size: 16px !important;
    position: relative;
    height: 750px;
}

.sloupec_infocentrum h3 {
    font-size: 16px;
}

.sloupec_infocentrum a:hover,
.clanek_infocentrum a:hover {
    text-decoration: underline;
}

.clanek_infocentrum {
    width: 60%;
    float: right;
    margin-right: 10%;
    line-height: 1.5;
}

.clanek_infocentrum ul {
    margin-left: 20px;
}

.sloupec_infocentrum p {
    margin: 25px 0;
}

.infocentrum_nadpis_clanku {
    width: 100%;
    color: white;
    background-color: #85123F;
    padding: 10px 20px;
    font-size: 25px;
    box-sizing: border-box;
}

.sloupec_infocentrum .sloupec_ke_stazeni {
    background-color: #eae9e9;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
}

.clanek_infocentrum h4 {
    margin: 20px 0;
}

.sloupec_infocentrum .sloupec_ke_stazeni ul li {
    background-color: #E6E6E6;
    display: block;
    height: 50px;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    cursor: pointer;
    transition: .2s;
}

.sloupec_infocentrum .sloupec_ke_stazeni ul li:hover {
    background-color: #85123F !important;
    color: white;
}

.sloupec_infocentrum .sloupec_ke_stazeni ul li:hover a {
    color: white;
    text-decoration: none;
}


/* ke stazeni */

.sloupec_infocentrum .sloupec_ke_stazeni ul li.odk_249094 {
    background: #85123F url(/galerie/1589107.svg) 20px center no-repeat;
}

.sloupec_infocentrum .sloupec_ke_stazeni ul li.odk_249094:hover {
    background: #600c2d url(/galerie/1589107.svg) 20px center no-repeat !important;
}

.sloupec_infocentrum .sloupec_ke_stazeni ul li.odk_249094 a {
    color: white;
}


/* statistiky */

.sloupec_infocentrum .sloupec_ke_stazeni ul li.odk_249095 {
    background: #E6E6E6 url(/galerie/1352386.svg) 20px center no-repeat;
}

.sloupec_infocentrum .sloupec_ke_stazeni ul li.odk_249095:hover {
    background: #85123F url(/galerie/1590820.svg) 20px center no-repeat;
}


/* pro podnikatele */

.sloupec_infocentrum .sloupec_ke_stazeni ul li.odk_300830 {
    background: #E6E6E6 url(/galerie/1590819.svg) 20px center no-repeat;
}

.sloupec_infocentrum .sloupec_ke_stazeni ul li.odk_300830:hover {
    background: #85123F url(/galerie/1590821.svg) 20px center no-repeat;
}

.sloupec_infocentrum .sloupec_ke_stazeni ul li a {
    color: black;
}

.clanek_infocentrum .cesta_ke_clanku {}

.clanek_infocentrum h2.nadpis_clanku {
    display: none;
}


/* ankety */

form#ankety_kvizi_form {}

h3.nazev_ankety {
    margin-bottom: 20px;
    width: 70%;
    font-size: 28px;
    color: #85123F;
}

.anketa_celek_obal {
    clear: both;
    clear: both;
    margin: 0 auto 50px auto;
    width: 70%;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    border: 1px #e8e8e8 solid;
}

.a_celek_obal .anketa_celek {}

.anketa_celek_obal .anketa_celek .anketa_cleanner {
    clear: both;
}

.anketa_celek_obal .anketa_celek h4.otazka_ankety {
    max-width: 60%;
    margin-left: 0;
    float: left;
    margin-bottom: 20px;
}

.anketa_celek_obal .anketa_celek a {
    display: block;
    width: 40%;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}

.anketa_celek_obal .anketa_celek a img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.anketa_celek_obal .anketa_celek .odpoved_ankety_celek {
    width: 60%;
    display: block;
    margin-left: 0;
    clear: left;
}

.anketa_celek_obal .anketa_celek .odpoved_ankety_celek .odpoved_ankety {
    color: grey;
    box-sizing: border-box;
}

.anketa_celek_obal .anketa_celek .odpoved_ankety_celek .odpoved_ankety input {
    cursor: pointer;
}

.anketa_celek_obal .anketa_celek .odpoved_ankety_celek .odpoved_ankety label {
    cursor: pointer;
    padding: 5px;
}

.anketa_celek_obal .anketa_celek .odpoved_ankety_celek .odpoved_ankety label:hover {
    color: black;
}

.anketa_celek_obal .anketa_celek .spravna_odpoved {
    clear: left;
    color: green;
}

.anketa_celek_obal .anketa_celek .vase_odpoved {
    clear: left;
    color: red;
}

.anketa_celek_obal .anketa_celek .hodnoceni_odpovedi {
    clear: left;
}

.odpovedet_hlasovat {
    width: 70%;
}

.odpovedet_hlasovat input {
    display: block;
    width: 100%;
    color: white;
    background-color: #85123F;
    box-shadow: none;
    border: none;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s;
}

.odpovedet_hlasovat input:hover {
    background-color: #550E25;
}

.hodnoceni_uspesnost {
    display: block;
    width: 70%;
    color: white;
    background-color: #85123F;
    box-shadow: none;
    border: none;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s;
    box-sizing: border-box;
}


/* video titulka */

figure.video {
    position: relative;
    display: block;
    padding-top: 56.2%;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}

figure.video a.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: url(/galerie/1673361.svg)center center no-repeat;
    background-size: contain;
    filter: drop-shadow(6px 4px 6px rgba(0, 0, 0, 0.5));
}

figure.video a.play_icon:hover {
    width: 74px;
    height: 74px;
}

figure.video video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
}

figure.video a.play_btn {}

@media screen and (max-width:1574px) {
    .obal_clanku_outer {
        width: 100%;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        float: left;
        width: 23%;
        margin: 1% 1% 0 0;
        height: 200px;
        position: relative;
        overflow: hidden;
        transition: .2s;
    }
}

@media screen and (max-width:1440px) {
    a.subjekt_obal {
        width: 31.333%;
    }
}

@media screen and (max-width:1320px) {
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        float: left;
        width: 31.333%;
        margin: 1% 1% 0 0;
        height: 200px;
        position: relative;
        overflow: hidden;
        transition: .2s;
    }
    /* vyhledavani */
    .search {
        position: relative;
        right: 0%;
        overflow: hidden;
        width: 100% !important;
        background-color: #550E25;
        z-index: 5;
    }
    .vyhledavani_obal {
        position: relative;
    }
    h4.nadpis_vyhledavani {
        display: none;
    }
    .formular_vyhledavani form input {
        box-shadow: none;
        border: none;
        border-bottom: 1px white solid;
        padding: 10px;
        padding-left: 0px;
        background-color: transparent;
        color: white;
    }
    img.search_image {
        height: 20px;
        cursor: pointer;
        transition: .2s;
        position: absolute;
        top: 35%;
        right: 0%;
    }
    img.search_image:hover {
        transform: rotate(-60deg);
    }
    .formular_vyhledavani form input::placeholder {
        color: white;
    }
}

@media screen and (max-width:1420px) {
    .dsti_vypis_obal_filtr {
        width: 100% !important;
    }
    .filtry_kategorie_obal_outer {
        width: 100% !important;
        float: none;
    }
    .filtry_kategorie {
        display: inline-block;
    }
}

@media screen and (max-width:1250px) {
    .pocet_zaznamu {
        top: 0;
    }
    a.subjekt_obal {
        width: 31.3333%;
    }
    .filtry_kategorie_obal {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background-color: lightgrey;
        margin: 10px 0
    }
    .filtry_kategorie {
        margin: 10px 0;
    }
    .filtry_kategorie label {
        padding-right: 10px;
    }
    .filtry_kategorie input {
        float: left;
    }
    /* .obal_subjektu {
        float: left;
        width: 75%;
    }*/
}

@media screen and (max-width:1190px) {
    /* infocentrum */
    .sloupec_infocentrum {
        background-color: #E6E6E6;
        padding: 25px;
        box-sizing: border-box;
        margin-left: 0%;
        line-height: 1.5;
        font-size: 16px !important;
        position: relative;
    }
    .sloupec_infocentrum h3 {
        font-size: 16px;
    }
    .sloupec_infocentrum a:hover,
    .clanek_infocentrum a:hover {
        text-decoration: underline;
    }
    .clanek_infocentrum {
        width: 65%;
        float: right;
        margin-right: 0%;
        line-height: 1.5;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .clanek_infocentrum ul {
        margin-left: 20px;
    }
    .sloupec_infocentrum p {
        margin: 25px 0;
    }
    .infocentrum_nadpis_clanku {
        width: 100%;
        color: white;
        background-color: #85123F;
        padding: 10px 20px;
        font-size: 25px;
    }
    .sloupec_infocentrum .sloupec_ke_stazeni {
        background-color: #eae9e9;
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
    }
    .clanek_infocentrum h4 {
        margin: 20px 0;
    }
    .sloupec_infocentrum .sloupec_ke_stazeni ul li {
        background-color: #eae9e9;
        height: 50px;
        margin: 0px 0;
        display: block;
        padding-left: 50px;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        cursor: pointer;
        transition: .2s;
        position: relative;
    }
    .sloupec_infocentrum .sloupec_ke_stazeni ul li a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sloupec_infocentrum .sloupec_ke_stazeni ul li:hover {
        background-color: #85123F !important;
        color: white;
    }
    .sloupec_infocentrum .sloupec_ke_stazeni ul li:hover a {
        color: white;
        text-decoration: none;
    }
    .sloupec_infocentrum .sloupec_ke_stazeni ul li:first-of-type {
        /* background: #eae9e9 url(/galerie/1336960.svg) 20px center no-repeat; */
        /* border-bottom: 15px #E6E6E6 solid; */
    }
    .sloupec_infocentrum .sloupec_ke_stazeni ul li a {
        color: black;
    }
    .clanek_infocentrum .cesta_ke_clanku,
    .clanek_infocentrum h2.nadpis_clanku {
        display: none;
    }
    .vypis_akce_stranka {
        width: 60%;
        float: right;
    }
    .sloupec_navigace {
        width: 35%;
        margin-right: 0%;
    }
    a.subjekt_akce_obal {
        width: 31.33333%;
    }
}

@media screen and (max-width:1104px) {
    .flag_div_icons {
        background-color: #550E25;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* horní menu  */
    .hlavni_menu_obal {
        position: absolute;
        z-index: 9999;
        width: 100%;
        height: auto;
        background-color: aliceblue;
        display: none;
    }
    .top_menu {
        height: 60px;
        background-color: #85123F;
        position: relative;
    }
    /* menu */
    .top_menu nav.top_menu_nav {
        float: left;
        height: 60px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 20px;
        width: 100%;
    }
    .top_menu nav.top_menu_nav ul {
        position: absolute;
        right: 0;
        margin-right: 20px;
    }
    .top_menu nav.top_menu_nav ul li {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 5px;
        position: relative;
    }
    .top_menu nav.top_menu_nav ul li a {
        color: white;
        transition: .2s;
    }
    .menu_after_hover_line {
        position: absolute;
        width: 0%;
        bottom: -2px;
        background-color: white;
        height: 2px;
        transition: .2s;
    }
    .top_menu nav.top_menu_nav ul li:hover .menu_after_hover_line {
        width: 95%;
    }
    .top_menu div.language_select {
        float: left;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0px;
        margin-left: 0px;
        position: absolute;
        top: 60px;
        right: 10px;
        z-index: 99;
    }
    .top_menu div.language_select img {
        margin: 0 10px;
        height: 30px;
        transition: .2s;
    }
    .top_menu div.language_select img:hover {
        transform: scale(1.2);
    }
    .top_menu .search {
        float: left;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 105%;
        z-index: 9;
        padding: 10px 20px;
        background-color: #550E25;
    }
    /* vyhledavani */
    .search {
        position: relative;
        right: 5%;
        overflow: hidden;
    }
    .vyhledavani_obal {
        position: relative;
    }
    h4.nadpis_vyhledavani {
        display: none;
    }
    .formular_vyhledavani form input {
        box-shadow: none;
        border: none;
        border-bottom: 1px white solid;
        padding: 10px;
        padding-left: 0px;
        background-color: transparent;
        color: white;
    }
    img.search_image {
        height: 20px;
        cursor: pointer;
        transition: .2s;
        position: absolute;
        top: 35%;
        right: 0%;
    }
    img.search_image:hover {
        transform: rotate(-60deg);
    }
    .formular_vyhledavani form input::placeholder {
        color: white;
    }
    /* slider */
    .zahlavi_obal_titulka .titulka_bgr_obr {
        background-size: cover;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .titulka_bgr_obr {
        background-size: cover;
        width: 100%;
        height: 300px;
        display: inline-block;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .top_slider {
        position: relative;
        height: 300px;
        background-size: cover;
    }
    .zahlavi_obal_titulka .top_slider {
        position: relative;
        height: 80vh;
        background-size: cover;
    }
    .top_slider .top_menu_icons_obal {
        background-color: rgba(0, 0, 0, .8);
        width: 100%;
        height: 80px;
        position: absolute;
        bottom: 0;
    }
    .top_slider .top_menu_icons_obal .top_menu_icons {
        margin: 0 auto;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        transform: translate(0, -10px);
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon {
        width: 130px;
        height: 100px;
        text-align: center;
        color: white;
        transition: .2s;
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon:hover img {
        transform: translate(0, -30px) scale(1.2);
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon img {
        height: 80px;
        display: block;
        margin-bottom: -10px;
        transform: translate(0, -20px);
        transition: .2s;
    }
    a.subjekt_obal {
        width: 48%;
    }
}

@media screen and (max-width:1050px) {
    .filtry_kategorie_obal {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background-color: lightgrey;
        margin: 10px 0
    }
    .filtry_kategorie {
        margin: 10px 0;
    }
    .filtry_kategorie label {
        padding-right: 10px;
    }
    .filtry_kategorie input {
        float: left;
    }
    /*  .obal_subjektu {
        float: left;
        width: 75%;
    }*/
}

@media screen and (max-width:920px) {
    .filtry_kategorie_obal {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        background-color: lightgrey;
        margin: 10px 0
    }
    .flag_div_icons {
        background-color: #550E25;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* horní menu  */
    .hlavni_menu_obal {
        position: absolute;
        z-index: 9999;
        width: 100%;
        height: auto;
        background-color: aliceblue;
        display: none;
    }
    .top_menu {
        height: 60px;
        background-color: #85123F;
        position: relative;
    }
    /* menu */
    .top_menu nav.top_menu_nav {
        float: left;
        height: 60px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 20px;
        width: 100%;
    }
    .top_menu nav.top_menu_nav ul {
        position: absolute;
        right: 0;
        margin-right: 20px;
    }
    .top_menu nav.top_menu_nav ul li {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 5px;
        position: relative;
    }
    .top_menu nav.top_menu_nav ul li a {
        color: white;
        transition: .2s;
    }
    .menu_after_hover_line {
        position: absolute;
        width: 0%;
        bottom: -2px;
        background-color: white;
        height: 2px;
        transition: .2s;
    }
    .top_menu nav.top_menu_nav ul li:hover .menu_after_hover_line {
        width: 95%;
    }
    .top_menu div.language_select {
        float: left;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0px;
        margin-left: 0px;
        position: absolute;
        top: 60px;
        right: 10px;
        z-index: 99;
    }
    .top_menu div.language_select img {
        margin: 0 10px;
        height: 30px;
        transition: .2s;
    }
    .top_menu div.language_select img:hover {
        transform: scale(1.2);
    }
    .top_menu .search {
        float: left;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 105%;
        z-index: 9;
        padding: 10px 20px;
        background-color: #550E25;
    }
    /* vyhledavani */
    .search {
        position: relative;
        right: 5%;
        overflow: hidden;
    }
    .vyhledavani_obal {
        position: relative;
    }
    h4.nadpis_vyhledavani {
        display: none;
    }
    .formular_vyhledavani form input {
        box-shadow: none;
        border: none;
        border-bottom: 1px white solid;
        padding: 10px;
        padding-left: 0px;
        background-color: transparent;
        color: white;
    }
    img.search_image {
        height: 20px;
        cursor: pointer;
        transition: .2s;
        position: absolute;
        top: 35%;
        right: 0%;
    }
    img.search_image:hover {
        transform: rotate(-60deg);
    }
    .formular_vyhledavani form input::placeholder {
        color: white;
    }
    /* slider */
    .zahlavi_obal_titulka .titulka_bgr_obr {
        background-size: cover;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .titulka_bgr_obr {
        background-size: cover;
        width: 100%;
        height: 300px;
        display: inline-block;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .top_slider {
        position: relative;
        height: 300px;
        background-size: cover;
    }
    .zahlavi_obal_titulka .top_slider {
        position: relative;
        height: 80vh;
        background-size: cover;
    }
    .top_slider .top_menu_icons_obal {
        background-color: rgba(0, 0, 0, .8);
        width: 100%;
        height: 80px;
        position: absolute;
        bottom: 0;
    }
    .top_slider .top_menu_icons_obal .top_menu_icons {
        margin: 0 auto;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        transform: translate(0, -10px);
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon {
        width: 130px;
        height: 100px;
        text-align: center;
        color: white;
        transition: .2s;
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon:hover img {
        transform: translate(0, -30px) scale(1.2);
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon img {
        height: 80px;
        display: block;
        margin-bottom: -10px;
        transform: translate(0, -20px);
        transition: .2s;
    }
    /* container */
    .container {
        background-color: #eae9e9;
        width: 100%;
        padding: 0%;
        box-sizing: border-box;
    }
    /* kalendář akcí */
    .container .kalendar_akci {
        float: none;
        width: 100%;
        margin-right: 0%;
        margin: 0 auto !important;
        height: auto;
        overflow: hidden;
        margin-bottom: 3% !important;
    }
    .kalendar_vypis_obal select {
        border: none;
        padding: 10px;
    }
    .kalendar_akci .kalendar_akci_nadpis {
        color: white;
        width: 98%;
        height: 80px;
        font-size: 12px;
        display: block;
        position: relative;
        margin-bottom: 10px;
        background-color: #85123F;
    }
    .kalendar_akci .kalendar_akci_nadpis img {
        float: none;
        position: absolute;
        top: 50%;
        left: 3%;
        transform: translate(-0%, -50%);
    }
    .kalendar_akci .kalendar_akci_nadpis h1 {
        float: none;
        margin-right: 0%;
        font-size: 3vw;
        position: absolute;
        top: 50%;
        left: 13%;
        transform: translate(-0%, -50%);
    }
    .kalendar_akci .kalendar_akci_nadpis h1 a {
        color: white
    }
    .kalendar_akci .akce {
        margin: 1%;
        position: relative;
        min-height: 90px;
        float: left;
        width: 48%;
    }
    .kalendar_akci .akce:hover .akce_info .akce_datum {
        width: 30%;
    }
    .kalendar_akci .akce:hover .akce_info .akce_nazev {
        width: 70%;
    }
    .kalendar_akci .akce img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        display: none;
    }
    .kalendar_akci .hlavni_akce img {
        display: block !important;
    }
    .kalendar_akci .akce .akce_info {
        height: 90px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .kalendar_akci .akce .akce_info .akce_datum {
        background-color: #85123F;
        float: left;
        width: 25%;
        height: 90px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        color: white;
        padding: 10px;
        box-sizing: border-box;
        transition: .2s
    }
    .kalendar_akci .akce .akce_info .akce_datum span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.8vw;
    }
    .kalendar_akci .akce .akce_info .akce_nazev {
        background-color: rgb(200, 200, 200);
        float: left;
        width: 75%;
        height: auto;
        font-size: 13px;
        color: black;
        height: 90px;
        padding: 10px;
        box-sizing: border-box;
        transition: .2s;
    }
    img.banner_image {
        margin: 1%;
        width: 98%;
    }
    .kalendar_akci .akce .akce_info .akce_nazev h3 {
        font-size: 13px;
        color: black;
        display: block;
        width: 100%;
        margin-top: 7px;
        margin-left: 10px;
        text-decoration: none !important;
        margin-bottom: 10px;
    }
    .aktuality .aktuality_nadpis a h1 {
        font-size: 3vw;
    }
    a.read_more {
        font-size: 13px;
        color: black;
        margin-left: 10px;
        text-decoration: none;
        display: none;
    }
    span.akce_typ {
        font-size: 13px;
        color: black;
        margin-left: 10px;
        text-decoration: none;
        display: block;
    }
    .container .rest_of_page {
        width: 98%;
        float: none;
    }
    .block h2 {
        color: white;
        z-index: 3;
        position: absolute;
        text-transform: uppercase;
        transition: .2s;
        font-size: 22px;
        text-align: center;
        padding-bottom: 20px;
    }
    /* footer patička zápatí */
    footer {
        clear: both;
    }
    .partneri_obal {
        width: 100%;
        height: 200px;
        background-color: white;
        clear: both;
    }
    .partneri_obal .partneri {
        width: 95%;
        height: 200px;
    }
    .partneri_obal .partneri img {
        transition: .2s;
        cursor: pointer;
    }
    .partneri_obal .partneri img:hover {
        transform: scale(1.1);
    }
    .paticka_obal {
        min-height: 350px;
        background-color: #672E44;
        width: 100%;
    }
    .paticka_obal .paticka {
        width: 90%;
        color: white;
    }
    .paticka_obal .paticka .paticka_collum {
        width: 33.333%;
        float: left;
        margin-top: 50px;
        min-height: 250px;
        font-size: 18px;
        padding-left: 20px;
        box-sizing: border-box;
        position: relative;
    }
    .paticka_obal .paticka .paticka_collum:first-of-type {
        border-left: 1px white solid;
    }
    .paticka_obal .paticka .paticka_collum ul {
        position: absolute;
        top: 50%;
        left: 50%;
        padding-left: 20px;
        transform: translate(-50%, -50%);
        border-left: 1px white solid;
    }
    .paticka_obal .paticka .paticka_collum ul li a img {
        height: 40px;
        cursor: pointer;
        transition: .2s;
    }
    .paticka_obal .paticka .paticka_collum ul li:nth-child(2) {
        margin: 10px 0;
    }
    .paticka_obal .paticka .paticka_collum ul li a img:hover {
        transform: scale(1.1);
    }
    .paticka_obal .paticka .paticka_collum ul li {
        list-style-type: none;
    }
    .paticka_obal .paticka .paticka_collum ul li a {
        font-weight: bold;
        cursor: pointer;
        color: white;
        transition: .2s;
    }
    .paticka_obal .paticka .paticka_collum ul li a:hover {
        transform: translate(100px, 0);
    }
    .paticka_obal .paticka .paticka_collum:nth-child(2) ul li:nth-child(2) {
        margin: 40px 0;
    }
    .paticka_obal .paticka .paticka_collum p {
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .paticka_obal .paticka .paticka_collum p:last-of-type {
        margin-bottom: 0;
    }
    .paticka_bottom_obal {
        width: 100%;
        height: 100px;
        background-color: white;
    }
    .paticka_bottom_obal .paticka_bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40%;
        height: 100px;
    }
    .paticka_bottom_obal .paticka_bottom img {
        height: 50px;
    }
    .detail_subjektu {
        width: 95%;
    }
    /* vnitřek webu */
    .dil_serialu_celek_obal {
        float: left;
        width: 32.333%;
        margin: .5%;
        height: 120px;
        text-align: center;
        transition: .5s;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        float: left;
        width: 31.333%;
        margin: 1% 1% 0 0;
        height: 200px;
        position: relative;
        overflow: hidden;
        transition: .2s;
    }
    .oba_sloupce {
        width: 100%;
        padding: 3% .5%;
        box-sizing: border-box;
        background-color: #eae9e9;
    }
    .obal_clanku_outer {
        width: 100%;
    }
    a.subjekt_obal {
        width: 48%;
        float: left;
        position: relative;
        margin: auto;
        display: block;
        overflow: hidden;
        height: 290px;
        margin: 1%;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s
    }
    /* submenu podsekce vnitřek bloků */
    div.sub_menu_stranky {
        min-height: 300px;
        display: block;
    }
    div.sub_menu_stranky ul.submenu_ul li {
        display: block;
        width: 49%;
        margin: .5%;
        float: left;
        overflow: hidden;
        height: 300px;
        position: relative;
    }
    div.sub_menu_stranky ul.submenu_ul li:hover span.submenu_cast_image {
        transform: scale(1.1);
    }
    div.sub_menu_stranky ul.submenu_ul li:hover .sub_menu_overlay {
        opacity: 1;
    }
    div.sub_menu_stranky ul.submenu_ul li span.submenu_cast_image {
        width: 100%;
        height: 300px;
        display: block;
        background-size: cover;
        transition: .2s;
        background-position: center center;
    }
    div.sub_menu_stranky ul.submenu_ul li span.text {
        position: absolute;
        z-index: 3;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 32px;
        text-align: center;
    }
    div.sub_menu_stranky .sub_menu_overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .6);
        opacity: 0;
        transition: .2s;
    }
    .filtry_kategorie_obal_outer {
        width: 100%;
        position: relative;
        float: none;
        margin-right: 0%;
    }
    .filtry_kategorie_obal {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background-color: lightgrey;
        margin: 10px 0
    }
    .filtry_kategorie {
        margin: 10px 0;
        display: block;
    }
    .filtry_kategorie label {
        padding-right: 10px;
    }
    .filtry_kategorie input {
        float: left;
    }
    .obal_subjektu {
        float: none;
        width: 100%;
    }
    .top_slider .top_menu_icons_obal {
        background-color: rgba(0, 0, 0, .8);
        width: 100%;
        height: 80px;
        position: absolute;
        bottom: 0;
    }
    .top_slider .top_menu_icons_obal .top_menu_icons {
        margin: 0 auto;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        transform: translate(0, -10px);
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon {
        width: 100px;
        height: 100px;
        text-align: center;
        color: white;
        transition: .2s;
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon:hover img {
        transform: translate(0, -30px) scale(1.2);
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon img {
        height: 60px;
        display: block;
        margin-bottom: -10px;
        transform: translate(0, -20px);
        transition: .2s;
    }
    .dsti_vypis_obal_filtr {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width:870px) {
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        float: left;
        width: 48%;
        margin: 1% 1% 0 0;
        height: 200px;
        position: relative;
        overflow: hidden;
        transition: .2s;
    }
    .filtry_kategorie_obal_outer {
        width: 100%;
        position: relative;
        float: none;
        margin-right: 0%;
    }
    .filtry_kategorie_obal {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background-color: lightgrey;
        margin: 10px 0
    }
    .filtry_kategorie {
        margin: 10px 0;
    }
    .filtry_kategorie label {
        padding-right: 10px;
    }
    .filtry_kategorie input {
        float: left;
    }
    .obal_subjektu {
        float: none;
        width: 100%;
    }
    .top_slider .top_menu_icons_obal {
        background-color: rgba(0, 0, 0, .8);
        width: 100%;
        height: 80px;
        position: absolute;
        bottom: 0;
    }
    .top_slider .top_menu_icons_obal .top_menu_icons {
        margin: 0 auto;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        transform: translate(0, -10px);
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon {
        width: 100px;
        height: 100px;
        text-align: center;
        color: white;
        transition: .2s;
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon:hover img {
        transform: translate(0, -30px) scale(1.2);
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon img {
        height: 60px;
        display: block;
        margin-bottom: -10px;
        transform: translate(0, -20px);
        transition: .2s;
    }
    .dsti_vypis_obal_filtr {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width:761px) {
    /* logotyp, vlajkový div */
    .zahlavi_obal_titulka .flag_div {
        width: 100%;
        margin-left: 0%;
        position: absolute;
        height: 350px;
        z-index: 99;
    }
    .flag_div {
        width: 100%;
        margin-left: 0%;
        position: absolute;
        height: 350px;
        z-index: 99;
    }
    .flag_div_icons {
        background-color: #550E25;
        height: 65px;
        display: block;
        justify-content: center;
        align-items: center;
        padding-top: 18px;
        box-sizing: border-box;
    }
    .flag_div_icons img {
        height: 30px;
        transition: .2s;
    }
    .flag_div_icons a {
        margin: 5px;
        padding: 5px;
        box-sizing: border-box;
    }
    .flag_div_icons a:hover img {
        transform: scale(1.2);
    }
    .flag_div_nadpis {
        flex-wrap: wrap;
        background: none;
        background-size: ;
        background-color: #85123F;
        height: 120px;
        padding-bottom: 50px;
        padding-top: 20px;
        z-index: 2;
        position: relative;
    }
    .flag_div_nadpis span {
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: white;
    }
    .flag_div_nadpis span.first {
        font-weight: bold;
        font-size: 28px;
        letter-spacing: 5px;
        margin: 0px 0 10px 0;
    }
    .flag_div_nadpis span.second {
        font-size: 25px;
        letter-spacing: px;
        margin: 0px 0 10px 0;
    }
    .flag_div_nadpis span.third {
        font-size: 14px;
        letter-spacing: 0px;
        margin: 0px 0 10px 0;
    }
    .flag_div_end {
        display: none;
    }
    .zahlavi_obal_titulka .flag_div_end {
        height: 90px;
        transform: translate(0, -50px);
        padding-top: 80px;
        background: url(/galerie/1284106.svg)bottom no-repeat;
        text-align: center;
        display: none;
    }
    zahlavi_obal_titulka .flag_div_end span {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 13px;
    }
    .flag_div_end .slider_dots {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 145px;
        margin-top: 20px;
    }
    .flag_div_end .slider_dots .dott {
        width: 15px;
        height: 15px;
        background-color: #BBBABB;
        border-radius: 50%;
        transition: .2s;
    }
    .flag_div_end .slider_dots .dott:hover {
        opacity: .5;
    }
    .dott_active {
        background-color: #85123F !important;
    }
    .top_menu_icons_obal {
        display: none;
    }
    /* burger menu */
    .mobile_responzive_menu {
        display: block;
        width: 50px;
        height: 50px;
        background-color: aqua;
        position: absolute;
        z-index: 1111;
        right: 5px;
        top: 5px;
        background: url(/galerie/1323002.png)center center no-repeat;
        cursor: pointer;
    }
    /* horní menu  */
    .hlavni_menu_obal {
        position: absolute;
        z-index: 9999;
        width: 100%;
        height: auto;
        background-color: aliceblue;
        display: none;
    }
    .top_menu {
        height: 60px;
        background-color: #85123F;
        position: relative;
    }
    /* menu */
    .header_menu {
        overflow: unset !important;
    }
    .top_menu nav.top_menu_nav {
        display: block;
        float: left;
        height: 0vh;
        position: fixed;
        display: block;
        margin: 0px;
        z-index: 999;
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, .9);
        opacity: 0;
        overflow: hidden;
    }
    .top_menu_nav_menu_ready {
        opacity: 1 !important;
        height: 100vh !important;
        padding: 40px !important;
        padding-top: 0px !important;
    }
    .top_menu nav.top_menu_nav ul {
        position: unset;
        right: 0;
        margin-right: 0px;
        transform: translate(0, 50px);
    }
    .top_menu nav.top_menu_nav ul li {
        display: block;
        margin: 10px 0px;
        padding: 10px 5px;
        position: relative;
        border-bottom: 1px white solid;
    }
    .top_menu nav.top_menu_nav ul li a {
        color: white;
        transition: .2s;
    }
    .menu_after_hover_line {
        position: absolute;
        width: 0%;
        bottom: -2px;
        background-color: white;
        height: 2px;
        transition: .2s;
    }
    .top_menu nav.top_menu_nav ul li:hover .menu_after_hover_line {
        width: 95%;
    }
    .top_menu div.language_select {
        float: left;
        height: 60px;
        display: none;
        align-items: center;
        justify-content: center;
        margin: 0 0px;
        margin-left: 0px;
        position: fixed;
        top: 18px;
        right: unset;
        left: 40px;
        z-index: 9999;
    }
    .top_menu div.language_select img {
        margin: 0 10px;
        height: 30px;
        transition: .2s;
    }
    .top_menu div.language_select img:hover {
        transform: scale(1.2);
    }
    .language_select_menu_ready {
        display: block !important;
    }
    .top_menu .search {
        float: left;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        z-index: 99;
        padding: 30px 20px;
        background-color: #550E25;
        position: absolute;
        top: 195px;
        left: 0;
        box-sizing: border-box;
    }
    /* vyhledavani */
    .search {
        position: relative;
        right: 5%;
        overflow: hidden;
    }
    .vyhledavani_obal {
        position: relative;
        width: 90%;
    }
    h4.nadpis_vyhledavani {
        display: none;
    }
    .formular_vyhledavani form input {
        box-shadow: none;
        border: none;
        border-bottom: 1px white solid;
        padding: 10px;
        padding-left: 0px;
        background-color: transparent;
        color: white;
    }
    img.search_image {
        height: 20px;
        cursor: pointer;
        transition: .2s;
        position: absolute;
        top: 35%;
        right: 0%;
    }
    img.search_image:hover {
        transform: rotate(-60deg);
    }
    .formular_vyhledavani form input::placeholder {
        color: white;
    }
    /* slider */
    .zahlavi_obal_titulka .titulka_bgr_obr {
        background-size: cover;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .titulka_bgr_obr {
        background-size: cover;
        width: 100%;
        height: 300px;
        display: inline-block;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .top_slider {
        position: relative;
        height: 195px;
        background-size: cover;
    }
    .zahlavi_obal_titulka .top_slider {
        position: relative;
        height: 195px;
        background-size: cover;
    }
    .top_slider .top_menu_icons_obal {
        background-color: transparent;
        width: 100%;
        height: auto;
        position: fixed;
        bottom: unset;
        display: none;
        transform: translate(0, 200px);
    }
    .top_menu_icons_menu_ready {
        display: block !important;
        position: fixed;
        z-index: 99999;
    }
    .top_slider .top_menu_icons_obal .top_menu_icons {
        margin: 0 auto;
        width: 100%;
        display: block;
        height: auto;
        transform: translate(0, -30px);
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon {
        width: auto;
        height: 40px;
        text-align: left;
        color: white;
        transition: .2s;
        padding: 0 45px;
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon:hover img {
        transform: translate(0, -30px) scale(1.2);
    }
    .top_slider .top_menu_icons_obal .top_menu_icons .top_menu_icon img {
        height: 80px;
        display: none;
        margin-bottom: -10px;
        transform: translate(0, -20px);
        transition: .2s;
    }
    .detail_subjektu_no_info .sloupce_detail_bez_infa {
        width: 100%;
        float: none;
        margin-right: 0%;
    }
    .detail_subjektu_no_info .popis_clanku {
        width: 100%;
        float: none;
        /* margin-left: 1%;*/
    }
    h3.nazev_ankety,
    .anketa_celek_obal,
    .hodnoceni_uspesnost,
    .odpovedet_hlasovat {
        width: 95%;
    }
    .anketa_celek_obal .anketa_celek a img {
        height: 150px;
        width: 100%;
        object-fit: contain;
    }
}

@media screen and (max-width:720px) {
    .sloupec_navigace {
        width: 100%;
        float: none;
        position: relative;
        margin-right: 0%;
    }
    .vypis_akce_stranka {
        width: 100%;
        float: none;
    }
    .clanek_infocentrum {
        width: 100%;
        float: right;
        margin-right: 0%;
        line-height: 1.5;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 3%;
    }
}

@media screen and (max-width:665px) {
    .top_menu_icons_obal {
        display: none;
    }
}

@media screen and (max-width:600px) {
    a.primarni_obrazek_clanku img {
        float: none;
        margin: 0;
        width: 100%;
        height: auto;
    }
    /* logotyp, vlajkový div */
    .zahlavi_obal_titulka .flag_div {
        width: 100%;
        margin-left: 0%;
        position: absolute;
        height: 350px;
        z-index: 99;
    }
    .flag_div {
        width: 100%;
        margin-left: 0%;
        position: absolute;
        height: 350px;
        z-index: 99;
    }
    .flag_div_icons {
        background-color: #550E25;
        height: 65px;
        display: block;
        justify-content: center;
        align-items: center;
        padding-top: 18px;
        box-sizing: border-box;
    }
    .flag_div_icons img {
        height: 30px;
        transition: .2s;
    }
    .flag_div_icons a {
        margin: 5px;
        padding: 5px;
        box-sizing: border-box;
    }
    .flag_div_icons a:hover img {
        transform: scale(1.2);
    }
    .flag_div_nadpis {
        flex-wrap: wrap;
        background: none;
        background-size: ;
        background-color: #85123F;
        height: 120px;
        padding-bottom: 50px;
        padding-top: 20px;
        z-index: 2;
        position: relative;
    }
    .flag_div_nadpis span {
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        color: white;
    }
    .flag_div_nadpis span.first {
        font-weight: bold;
        font-size: 28px;
        letter-spacing: 5px;
        margin: 0px 0 10px 0;
    }
    .flag_div_nadpis span.second {
        font-size: 25px;
        letter-spacing: px;
        margin: 0px 0 10px 0;
    }
    .flag_div_nadpis span.third {
        font-size: 14px;
        letter-spacing: 0px;
        margin: 0px 0 10px 0;
    }
    .flag_div_end {
        display: none;
    }
    .zahlavi_obal_titulka .flag_div_end {
        height: 90px;
        transform: translate(0, -50px);
        padding-top: 80px;
        background: url(/galerie/1284106.svg)bottom no-repeat;
        text-align: center;
        display: none;
    }
    zahlavi_obal_titulka .flag_div_end span {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 13px;
    }
    .flag_div_end .slider_dots {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 145px;
        margin-top: 20px;
    }
    .flag_div_end .slider_dots .dott {
        width: 15px;
        height: 15px;
        background-color: #BBBABB;
        border-radius: 50%;
        transition: .2s;
    }
    .flag_div_end .slider_dots .dott:hover {
        opacity: .5;
    }
    .dott_active {
        background-color: #85123F !important;
    }
    .top_menu_icons_obal {
        display: none;
    }
    /* horní menu  */
    .hlavni_menu_obal {
        position: absolute;
        z-index: 9999;
        width: 100%;
        height: auto;
        background-color: aliceblue;
        display: none;
    }
    .top_menu {
        height: 60px;
        background-color: #85123F;
        position: relative;
    }
    /* menu */
    .header_menu {
        overflow: unset !important;
    }
    .top_menu nav.top_menu_nav {
        display: block;
        float: left;
        height: 0vh;
        position: fixed;
        display: block;
        margin: 0px;
        z-index: 999;
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, .9);
        opacity: 0;
        overflow: hidden;
    }
    .top_menu_nav_menu_ready {
        opacity: 1 !important;
        height: 100vh;
        padding: 40px !important;
        padding-top: 0px !important;
    }
    .top_menu nav.top_menu_nav ul {
        position: unset;
        right: 0;
        margin-right: 0px;
    }
    .top_menu nav.top_menu_nav ul li {
        display: block;
        margin: 10px 0px;
        padding: 10px 5px;
        position: relative;
        border-bottom: 1px white solid;
    }
    .top_menu nav.top_menu_nav ul li a {
        color: white;
        transition: .2s;
    }
    .menu_after_hover_line {
        position: absolute;
        width: 0%;
        bottom: -2px;
        background-color: white;
        height: 2px;
        transition: .2s;
    }
    .top_menu nav.top_menu_nav ul li:hover .menu_after_hover_line {
        width: 95%;
    }
    .top_menu div.language_select {
        float: left;
        height: 60px;
        display: none;
        align-items: center;
        justify-content: center;
        margin: 0 0px;
        margin-left: 0px;
        position: fixed;
        top: 18px;
        right: unset;
        left: 40px;
        z-index: 9999;
    }
    .language_select_menu_ready {
        display: block !important;
    }
    .top_menu div.language_select img {
        margin: 0 10px;
        height: 30px;
        transition: .2s;
    }
    .top_menu div.language_select img:hover {
        transform: scale(1.2);
    }
    .top_menu .search {
        float: left;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        z-index: 99;
        padding: 30px 20px;
        background-color: #550E25;
        position: absolute;
        top: 195px;
        left: 0;
        box-sizing: border-box;
    }
    /* vyhledavani */
    .search {
        position: relative;
        right: 5%;
        overflow: hidden;
    }
    .vyhledavani_obal {
        position: relative;
        width: 90%;
    }
    h4.nadpis_vyhledavani {
        display: none;
    }
    .formular_vyhledavani form input {
        box-shadow: none;
        border: none;
        border-bottom: 1px white solid;
        padding: 10px;
        padding-left: 0px;
        background-color: transparent;
        color: white;
    }
    img.search_image {
        height: 20px;
        cursor: pointer;
        transition: .2s;
        position: absolute;
        top: 35%;
        right: 0%;
    }
    img.search_image:hover {
        transform: rotate(-60deg);
    }
    .formular_vyhledavani form input::placeholder {
        color: white;
    }
    /* slider */
    .zahlavi_obal_titulka .titulka_bgr_obr {
        background-size: cover;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .titulka_bgr_obr {
        background-size: cover;
        width: 100%;
        height: 300px;
        display: inline-block;
        background-position: center center;
        position: absolute;
        top: 0;
    }
    .top_slider {
        position: relative;
        height: 195px;
        background-size: cover;
    }
    .zahlavi_obal_titulka .top_slider {
        position: relative;
        height: 195px;
        background-size: cover;
    }
    /* container */
    .container {
        background-color: #eae9e9;
        width: 100%;
        padding: 0%;
        box-sizing: border-box;
    }
    /* kalendář akcí */
    .container .kalendar_akci {
        float: none;
        width: 100%;
        margin-right: 0%;
        margin: 0 auto !important;
        height: auto;
        overflow: hidden;
        margin-bottom: 3% !important;
    }
    .kalendar_vypis_obal select {
        border: none;
        padding: 10px;
    }
    .kalendar_akci .kalendar_akci_nadpis {
        color: white;
        width: 100%;
        height: 80px;
        font-size: 12px;
        display: block;
        position: relative;
        margin-bottom: 10px;
        background-color: #85123F;
    }
    .kalendar_akci .kalendar_akci_nadpis img {
        float: none;
        position: absolute;
        top: 50%;
        left: 3%;
        transform: translate(-0%, -50%);
    }
    .kalendar_akci .kalendar_akci_nadpis h1 {
        float: none;
        margin-right: 0%;
        font-size: 6vw;
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-0%, -50%);
    }
    .kalendar_akci .kalendar_akci_nadpis h1 a {
        color: white
    }
    .kalendar_akci .akce {
        margin: 1% 0;
        position: relative;
        min-height: 90px;
        float: left;
        width: 100%;
    }
    .kalendar_akci .akce:hover .akce_info .akce_datum {
        width: 30%;
    }
    .kalendar_akci .akce:hover .akce_info .akce_nazev {
        width: 70%;
    }
    .kalendar_akci .akce img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        display: none;
    }
    .kalendar_akci .hlavni_akce img {
        display: none !important;
    }
    .kalendar_akci .akce .akce_info {
        height: 90px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .kalendar_akci .akce .akce_info .akce_datum {
        background-color: #85123F;
        float: left;
        width: 25%;
        height: 90px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        color: white;
        padding: 10px;
        box-sizing: border-box;
        transition: .2s
    }
    .kalendar_akci .akce .akce_info .akce_datum span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 4vw;
    }
    .kalendar_akci .akce .akce_info .akce_nazev {
        background-color: rgb(200, 200, 200);
        float: left;
        width: 75%;
        height: auto;
        font-size: 13px;
        color: black;
        height: 90px;
        padding: 10px;
        box-sizing: border-box;
        transition: .2s;
    }
    .kalendar_akci .akce .akce_info .akce_nazev h3 {
        font-size: 13px;
        color: black;
        display: block;
        width: 100%;
        margin-top: 7px;
        margin-left: 10px;
        text-decoration: none !important;
        margin-bottom: 10px;
    }
    a.read_more {
        font-size: 13px;
        color: black;
        margin-left: 10px;
        text-decoration: none;
        display: none;
    }
    span.akce_typ {
        font-size: 13px;
        color: black;
        margin-left: 10px;
        text-decoration: none;
        display: block;
    }
    .container .rest_of_page {
        width: 100%;
        float: none;
    }
    .block h2 {
        color: white;
        z-index: 3;
        position: absolute;
        text-transform: uppercase;
        transition: .2s;
        font-size: 22px;
        text-align: center;
        padding-bottom: 20px;
    }
    /* bloky */
    .block_collum {
        width: 100%;
        float: left;
    }
    .block_collum:first-of-type {
        margin-right: 0%;
    }
    .block_collum:nth-of-type(2) {
        margin-right: 0%;
        margin-left: 0%
    }
    .block_collum:last-of-type {
        margin-right: 0;
    }
    .block {
        width: 100%;
        height: 200px;
        margin: 3% 0;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        overflow: hidden;
        transition: .2s;
        overflow: hidden;
    }
    /* aktuality */
    .aktuality {
        position: relative;
        width: 100%;
    }
    .aktuality .aktuality_nadpis {
        color: white;
        width: 100%;
        height: 80px;
        display: block;
        margin-bottom: 10px;
        background-color: #85123F;
        position: relative;
    }
    .aktuality .aktuality_nadpis img {
        position: absolute;
        top: 50%;
        left: 3%;
        transform: translate(-0%, -50%);
    }
    .aktuality .aktuality_nadpis a h1 {
        font-size: 6vw;
        left: 25%;
    }
    .aktuality .aktuality_nadpis a.vsechny_aktuality {
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translate(-0%, -50%);
        color: white;
        display: none;
    }
    .aktualita_akce_obal {
        float: left;
        width: 100%;
        overflow: hidden;
        margin-bottom: 3%;
    }
    .aktualita_akce_obal .aktualita_akce_img {
        position: relative;
        height: 200px;
        overflow: hidden;
    }
    .aktualita_akce_obal .aktualita_akce_img:hover span.zaznam_hlavni_img {
        transform: scale(1.1);
        position: relative;
        z-index: 1;
    }
    span.aktualita_akce_datum {
        position: absolute;
        z-index: 2;
        bottom: 10px;
        left: 10px;
        color: white;
        font-weight: bold;
        background-color: black;
        padding: 5px 10px;
    }
    .aktualita_akce_obal .aktualita_akce_img img {
        object-fit: contain;
        width: 100%;
        transition: .2s;
    }
    .aktualita_akce_obal .aktualita_akce_popis {
        padding: 15px 10px 0 10px;
    }
    .aktualita_akce_obal .aktualita_akce_popis h3 {
        color: black !important;
        margin-bottom: 15px;
        font-size: 22px;
    }
    .aktualita_akce_obal .aktualita_akce_popis p {
        line-height: 1.4;
        margin-bottom: 15px;
        font-size: 15px;
        overflow: hidden;
        height: 60px;
    }
    .aktualita_akce_obal .aktualita_akce_popis a:last-child {
        color: black;
        padding: 5px 5px 5px 0;
    }
    .aktualita_akce_obal .aktualita_akce_popis a:hover {
        font-weight: bold;
    }
    .aktualita_akce_obal:nth-child(3n) {
        margin: 0 0%;
        margin-bottom: 3%;
    }
    /* footer patička zápatí */
    footer {
        clear: both;
    }
    .partneri_obal {
        width: 100%;
        height: 200px;
        background-color: white;
        clear: both;
    }
    .partneri_obal .partneri {
        width: 95%;
        height: 200px;
    }
    .partneri_obal .partneri img {
        transition: .2s;
        cursor: pointer;
    }
    .partneri_obal .partneri img:hover {
        transform: scale(1.1);
    }
    .paticka_obal {
        min-height: 350px;
        background-color: #672E44;
        width: 100%;
    }
    .paticka_obal .paticka {
        width: 90%;
        color: white;
    }
    .paticka_obal .paticka .paticka_collum {
        width: 100%;
        float: none;
        margin-top: 20px;
        min-height: 150px;
        font-size: 18px;
        padding-left: 20px;
        box-sizing: border-box;
        position: relative;
    }
    .paticka_obal .paticka .paticka_collum:first-of-type {
        border-left: 1px white solid;
    }
    .paticka_obal .paticka .paticka_collum:nth-child(3) {
        min-height: 100px;
        margin-top: 0px;
    }
    .paticka_obal .paticka .paticka_collum ul {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        padding-left: 0px;
        transform: translate(-50%, -50%);
        border-left: 0px white solid;
        text-align: center;
    }
    3 .paticka_obal .paticka .paticka_collum ul li a img {
        height: 40px;
        cursor: pointer;
        transition: .2s;
    }
    .paticka_obal .paticka .paticka_collum ul li:nth-child(2) {
        margin: 10px 0;
    }
    .paticka_obal .paticka .paticka_collum ul li a img:hover {
        transform: scale(1.1);
    }
    .paticka_obal .paticka .paticka_collum ul li {
        list-style-type: none;
    }
    .paticka_obal .paticka .paticka_collum ul li a {
        font-weight: bold;
        cursor: pointer;
        color: white;
        transition: .2s;
    }
    .paticka_obal .paticka .paticka_collum ul li a:hover {
        transform: translate(100px, 0);
    }
    .paticka_obal .paticka .paticka_collum:nth-child(2) ul li:nth-child(2) {
        margin: 20px 0;
    }
    .paticka_obal .paticka .paticka_collum:nth-child(3) ul li {
        display: inline-block !important;
        margin: 20px;
    }
    .paticka_obal .paticka .paticka_collum p {
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .paticka_obal .paticka .paticka_collum p:last-of-type {
        margin-bottom: 0;
    }
    .paticka_bottom_obal {
        width: 100%;
        height: 100px;
        background-color: white;
    }
    .paticka_bottom_obal .paticka_bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95%;
        height: 100px;
    }
    .paticka_bottom_obal .paticka_bottom img {
        height: 50px;
    }
    /* vnitřek webu */
    .oba_sloupce {
        width: 100%;
        padding: 2% .5%;
        box-sizing: border-box;
        background-color: #eae9e9;
    }
    .obal_clanku_outer {
        width: 100%;
    }
    /* submenu podsekce vnitřek bloků */
    div.sub_menu_stranky {
        min-height: 300px;
        display: block;
    }
    div.sub_menu_stranky ul.submenu_ul li {
        display: block;
        width: 100%;
        margin: .5% 1;
        float: left;
        overflow: hidden;
        height: 200px;
        position: relative;
    }
    div.sub_menu_stranky ul.submenu_ul li:hover span.submenu_cast_image {
        transform: scale(1.1);
    }
    div.sub_menu_stranky ul.submenu_ul li:hover .sub_menu_overlay {
        opacity: 1;
    }
    div.sub_menu_stranky ul.submenu_ul li span.submenu_cast_image {
        width: 100%;
        height: 300px;
        display: block;
        background-size: cover;
        transition: .2s;
        background-position: center center;
    }
    div.sub_menu_stranky ul.submenu_ul li span.text {
        position: absolute;
        z-index: 3;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 32px;
        text-align: center;
    }
    div.sub_menu_stranky .sub_menu_overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .6);
        opacity: 0;
        transition: .2s;
    }
    /* výpis z dat. skladu */
    a.subjekt_obal {
        width: 100%;
        float: left;
        position: relative;
        margin: auto;
        display: block;
        overflow: hidden;
        height: 200px;
        margin: 1% 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s
    }
    .zaznam_hlavni_img {
        display: block;
        height: 290px;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 1em;
        background-size: cover;
        background-position: center center;
        filter: blur(0px);
        -webkit-filter: blur(0px);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s
    }
    .subjekt_obal .nadpis_subjektu {
        /* background: url(/galerie/1274166.png) left bottom no-repeat; */
        /* padding-bottom: 30px; */
        position: absolute;
        bottom: 24px;
        left: 0;
        padding-left: 22px;
        color: white;
        text-shadow: 1px 1px 10px black;
        font-size: 34px;
        margin: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .subjekt_obal span.mesto {
        position: absolute;
        top: 0;
        background-color: black;
        color: white;
        display: block;
        padding: 5px 10px;
        left: 0
    }
    a.subjekt_obal:hover .zobrazit_detail {
        bottom: 50px;
    }
    a.subjekt_obal:hover .nadpis_subjektu {
        bottom: 100px;
    }
    a.subjekt_obal:hover .zaznam_hlavni_img {
        transform: scale(1.1);
        filter: blur(2px);
    }
    .subjekt_obal .zobrazit_detail {
        display: block !important;
        position: absolute;
        bottom: -50px;
        color: white;
        left: 23px;
        border: 2px solid white;
        padding: 5px 10px;
        text-transform: uppercase;
        font-weight: bold;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .filtry_sortby_obal {
        margin: 20px 0;
    }
    .filtry_sortby {
        text-align: left;
        padding-left: 20px;
    }
    .filtry_sortby_obal a {
        border: #85123F 1px solid;
        background: white;
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        color: #85123F;
        text-align: center;
        font-weight: bold;
        margin: 0 1px;
        transition: .2s;
    }
    .filtry_sortby_obal a:hover {
        border: #85123F 1px solid;
        background: #85123F;
        color: white;
    }
    .pocet_zaznamu {
        float: none;
        width: 100%;
        margin-bottom: 35px;
        padding-left: 20px;
        margin-left: 0%;
        top: 0;
    }
    .nadpis_obalu_subjektu {
        position: relative;
    }
    a.mapa_butt {
        position: absolute;
        right: 20px;
        top: 58px;
        color: white;
    }
    a.mapa_butt:hover {
        text-decoration: underline;
    }
    .ubytovani_zpet {
        position: absolute;
        right: 20px;
        top: 100px;
    }
    .ubytovani_zpet a {
        color: black;
    }
    .ubytovani_zpet a:hover {
        text-decoration: underline;
    }
    /*stránkování*/
    .predchozi_dalsi,
    .starsi_novejsi,
    #table_set_page {
        color: transparent;
        text-align: center;
        padding: 0em;
        clear: both;
        min-height: 90px;
    }
    .predchozi_dalsi a,
    .predchozi_dalsi strong,
    .starsi_novejsi a,
    .starsi_novejsi strong,
    #table_set_page a,
    #table_set_page strong {
        display: block;
        padding: 6px 15px;
        height: 25px;
        background: #e2e2e2;
        color: black;
        text-align: center;
        margin: 2px;
        line-height: 25px;
        cursor: pointer;
        transition: .2s;
        float: left;
    }
    .predchozi_dalsi a:hover,
    .predchozi_dalsi strong,
    .starsi_novejsi a:hover,
    .starsi_novejsi strong,
    #table_set_page a:hover,
    #table_set_page strong {
        background: #85123F;
        color: white;
    }
    .table_set_page_next {
        float: left;
    }
    .table_set_page_prev {
        float: right;
    }
    /* detail výpisu z dat. skladu */
    .detail_subjektu {
        width: 95%;
    }
    .detail_subjektu a.zpet {
        top: -58px;
        bottom: 0;
        right: -155px;
        color: black;
        transition: .2s;
    }
    .detail_subjektu a.zpet:hover {
        color: #85123F !important;
        text-decoration: none;
    }
    div.obrazek_hlavni .zaznam_hlavni_img {
        width: 100%;
        height: 200px;
        float: left;
    }
    .kontakty_obal {
        float: left;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
        height: 500px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background-color: #85123F;
        color: white;
    }
    .kontakty_obal a {
        color: white;
    }
    .kontakty_obal table {
        width: 100%;
        margin: 20px 0;
        border-top: 1px white dotted;
        border-bottom: 1px white dotted;
        text-align: center;
        font-size: 16px;
    }
    .kontakty_obal table tbody {
        padding: 20px 0;
        text-align: center;
    }
    .kontakty_obal table tbody a {
        margin-left: 10px;
    }
    .kontakty_obal table tr {
        margin: 10px 0;
        display: block;
        min-height: 20px;
    }
    .adresa_kontakty_obal {
        padding: 20px 0;
        box-sizing: border-box;
    }
    .adresa_kontakty_obal>strong {
        text-align: center;
        font-size: 32px;
        display: block;
        width: 100%;
        padding-bottom: 20px;
    }
    .adresa_kontakty_obal>p {
        font-size: 12px;
    }
    .kontakty_obal .adresa_kontakty_obal {
        height: 500px;
    }
    .fotogalerie_subjekt_obal {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .fotogalerie_subjekt_obal .obrazek_celek {
        float: left;
        width: 100%;
        margin: .5% 0;
        overflow: hidden;
        height: 200px;
    }
    .fotogalerie_subjekt_obal .obrazek_celek a.zaznam_hlavni_img {
        float: left;
        width: 100%;
        margin: 0px !important;
    }
    .fotogalerie_subjekt_obal .obrazek_celek:hover a.zaznam_hlavni_img {
        transform: scale(1.1);
    }
    .clanek {
        line-height: 1.5;
        padding: 0 10px;
    }
    .clanek p {
        margin: 20px 0;
        padding: 0;
    }
    a.primarni_obrazek_clanku {}
    a.primarni_obrazek_clanku img {
        float: left;
        margin: 0 2em 1em 0;
    }
    .popis_clanku {
        padding: 20px;
        box-sizing: border-box;
        line-height: 1.5;
        margin: 0 0 20px 0;
        font-weight: bold;
    }
    .detail_subjektu .popis_clanku {
        background-color: rgb(230, 230, 230);
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
        -moz-box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
        box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
        line-height: 1.5;
        margin: 0 0 20px 0;
        font-style: italic;
        float: none;
        width: 100%;
    }
    .odkazy_vstupne_otev a {
        display: block;
        padding: 10px 20px;
        border: 1px white solid;
        transition: .2s;
        margin: 20px 0;
        border-radius: 50px;
        text-align: center;
    }
    .odkazy_vstupne_otev a:hover {
        color: #85123F;
        background-color: white;
    }
    .vstupne h2 {
        color: white;
        background-color: #85123F;
        width: 100%;
        padding: 10px 5px;
        font-weight: normal;
        margin: 20px 0;
    }
    .vstupne table,
    .oteviraci_doba table {
        margin: 20px 0;
        background-color: rgb(230, 230, 230);
        width: 100%;
        padding: 5px 10px;
    }
    .as4uPopupDataContainer {
        border: none !important;
        padding: 30px 10px 10px 10px !important;
    }
    .as4uPopupDataContainerIn {
        overflow-x: hidden !important;
        overflow-y: scroll !important;
    }
    .as4uPopupLista .inner {
        padding: 0 !important
    }
    .as4uPopupLista .inner .inner2 {
        background-color: rgb(230, 230, 230) !important;
    }
    .as4uPopupClose {
        background-color: rgb(230, 230, 230) !important
    }
    .soubory_seznam {
        background-color: rgb(230, 230, 230);
        padding: 20px;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
        -moz-box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
        box-shadow: 0px 8px 13px 0px rgba(217, 217, 217, 1);
        line-height: 1.5;
        margin: 0 0 20px 0;
    }
    .soubory_seznam h4,
    .oteviraci_doba_vstupne_akce h2,
    .fotogalerie_subjekt_obal h2,
    .souvisejici_clanky h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .soubory_seznam ul li {
        list-style-type: none;
        margin-left: 20px;
    }
    .soubory_seznam ul li a {
        color: black;
        font-size: 12px;
    }
    .oteviraci_doba_vstupne_akce {
        margin: 20px 0;
    }
    .oteviraci_doba_vstupne_akce .subjekt_akce_obal {
        width: 31.2%;
        margin: 1%;
        float: left;
    }
    .oteviraci_doba_vstupne_akce .subjekt_akce_obal a {
        font-size: 15px;
        color: black;
    }
    .oteviraci_doba_vstupne_akce .subjekt_akce_obal a:hover {
        text-decoration: underline;
    }
    .oteviraci_doba_vstupne_akce .subjekt_akce_obal .subjekt_akce .datum {
        padding: 5px 0;
        font-size: 14px;
    }
    .oteviraci_doba_vstupne_akce .subjekt_akce_obal .subjekt_akce .text {
        font-size: 14px;
    }
    .oteviraci_doba_vstupne_akce .subjekt_akce_obal .subjekt_akce h4 {
        margin: 15px 0;
    }
    .oteviraci_doba_vstupne_akce .subjekt_akce_obal .subjekt_akce h4 a {
        color: black;
        font-size: 18px;
    }
    .souvisejici_clanky a h3 {
        margin-bottom: 20px;
    }
    .souvisejici_clanky a {
        color: black;
        margin: 10px 0;
        display: block;
        padding: 10px 20px;
        line-height: 1.5;
        transition: .2s;
    }
    .souvisejici_clanky a:nth-child(even) {
        background-color: rgb(230, 230, 230);
        padding: 10px 20px;
    }
    .vypis_akce_stranka {
        width: 100%;
        float: left;
        position: relative;
    }
    .sloupec_navigace {
        width: 100%;
        float: left;
        position: relative;
        margin-right: 0%;
    }
    a.subjekt_akce_obal {
        display: block;
        position: relative;
        width: 100%;
        height: 300px;
        margin: 2%;
        margin-left: 0%;
        margin-top: 0%;
        float: left;
        transition: .2s;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        float: left;
        width: 100%;
        margin: 1% 0%;
        height: 200px;
        position: relative;
        overflow: hidden;
        transition: .2s;
    }
    .filtry_kategorie_obal_outer {
        width: 100%;
        position: relative;
        float: none;
        margin-right: 0%;
    }
    .filtry_kategorie_obal {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background-color: lightgrey;
        margin: 10px 0
    }
    .filtry_kategorie {
        margin: 10px 0;
    }
    .filtry_kategorie label {
        padding-right: 10px;
    }
    .filtry_kategorie input {
        float: left;
    }
    .obal_subjektu {
        float: none;
        width: 100%;
    }
    .dil_serialu_celek_obal {
        float: left;
        width: 98%;
        margin: 1%;
        height: 120px;
        text-align: center;
        transition: .5s;
    }
    .anketa_celek_obal .anketa_celek h4.otazka_ankety {
        max-width: 100%;
        width: 100%;
        float: none;
    }
    .anketa_celek_obal .anketa_celek a img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }
    .anketa_celek_obal .anketa_celek a {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .anketa_celek_obal .anketa_celek .odpoved_ankety_celek {
        width: 100%;
        margin-left: 0;
        clear: left;
    }
}