@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap');

@font-face {
    font-family: Bebas;
    src: url(../font/BebasNeue-Regular.otf);
}
@font-face {
    font-family: Roznov Sans A;
    src: url(../font/2022/RoznovSansA-Regular.otf);
}
@font-face {
    font-family: Roznov Sans A Bold;
    src: url(../font/2022/RoznovSansA-Bold.otf);
}

body {
    margin: 0;
    /*font-family: Verdana, Geneva, sans-serif;*/
    /*font-family: Roznov Sans A, 'Source Sans Pro', Verdana, Geneva, sans-serif;*/
    font-family: 'Roboto', 'Source Sans Pro';
    font-size: 1em;
    color: #000;
    font-weight: normal;
    background-color: #000;
}
body a {
    text-decoration: none;
}
body a:hover {
    text-decoration: none;
    color: red;
}
#wrapper {
    display: table;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
a img {
    border: none;
}
:visited {
    border: none;
    outline: none;
}
#top {
    position: relative;
    text-align: center;
}
#top-banner {
    width: 70%;
    height: auto;
}

#top .icon1, #top .icon2, #top .icon3, #top .icon4, #top .icon5 {
    position: absolute;
    bottom: 7px;
    width: auto;
    height: 20%;
}
#top .icon1 {
    right: 25px;
}
#top .icon2 {
    right: 65px;
}
#top .icon3 {
    right: 105px;
}
#top .icon4 {
    right: 145px;
}
#top .icon5 {
    left: 25px;
    /*bottom: 6px;*/
    width: auto;
    height: 20%;
    filter: hue-rotate(270deg) saturate(0);
}

.icon1 img, .icon2 img, .icon3 img, .icon4 img, .icon5 img {
    width: 30px;
    height: 30px;
}
.icon5 img {
    width: 90px;
    height: 29px;
}
.top-banner-small{
    display: none;
}
#top-menu {
    position: relative;
    width: 100%;
    z-index: 1;
}
#top-menu .main-menu-item a {
    color: inherit;
    display: block;
}
#top-actual-social {
    margin-right: 20px;
    margin-left: 20px;
}
a .next-show {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 500px;
}
a .next-show {
    color: black;
}
table {
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.5em;
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
}
td,th {
    padding: 3px 5px 3px 5px;
    border: 1px dotted #aaa;
}
table[class="zebra-table"] {
    font-size: 0.9em;
}
table[class="zebra-table"] tbody tr:nth-child(even) td {
    background-color: rgba(204, 204, 204, 0.10);
    vertical-align: top;
}
table[class="zebra-table"] tbody tr:nth-child(odd) td {
    background-color: rgba(168, 168, 168, 0.30);
    vertical-align: top;
}
.clean-table td {
    border: 0px;
    background-color: inherit!important;
    padding: 1px 3px 1px 3px;
    font-size: 12px;
}
.social-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
}
.social-share a img {
    width: 15px ;
    height: auto;
    display: block;
    padding: 7px;
    filter: hue-rotate(0deg) saturate(0);
}
.program-grid {
    display: grid;
    /*    grid-template-columns: 120px 240px 320px auto 120px;*/
    grid-template-columns: 300px auto 120px;
    /*    grid-column-gap: 25px;
        grid-row-gap: 10px;*/
    /*border-top: 1px solid #1D1D1B;*/
    padding: 12px 0;
    /*    grid-template-areas:
            "program-date program-img program-title program-description program-cart";*/
    grid-template-areas:
        "program-img program-date program-time"
        "program-img program-title program-cart"
        "program-img program-location program-cart"
        "program-img program-description program-cart";
    word-break: break-word;
}
.program-grid:last-child {
    /*border-bottom: 1px solid #1D1D1B;*/
    margin-bottom: 30px;
}
.program-grid a, .vstupenky-grid-in a {
    color: inherit;
    text-decoration: none;
}
.program-grid a:hover, .vstupenky-grid-in a:hover {
    color: inherit;
}
a:hover.program-grid, a:hover.vstupenky-grid-in {
    color: inherit;
}
.program-grid:hover, .vstupenky-grid-in:hover {
    /*background-color: #f5f5f5;*/
}
.down-arrow {
    display: none;
}
.program-date {
    grid-area: program-date;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.program-time {
    grid-area: program-time;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    align-content: stretch;
    font-size: 26px;
    /*font-weight: bold;*/
    font-family: 'Bebas';
}
.program-img {
    grid-area: program-img;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.program-title  {
    grid-area: program-title;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: black;
}
.program-location  {
    grid-area: program-location;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.program-description  {
    grid-area: program-description;
    display: flex;
    align-items: center;
    color: black;
    border-bottom: solid 2px #838383;
}
.program-cart {
    grid-area: program-cart;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    border-bottom: solid 2px #838383;
}
.program-location p {
    font-family: 'Bebas';
    font-size: 26px;
    letter-spacing: 0;
    margin: 0;
}
.program-cart p, .vstupenky-cart p {
    font-size: 0.9em;
    text-align: right;
    margin-top: 5px;
}
.program-date-number {
    /*display: inline-block; border-top: solid 5px #FFD802;*/
    /*font-family: 'Source Code Pro';*/
}
.program-date-number span {
    font-size: 26px;
    /*font-weight: bold;*/
}
.program-date span {
    color: #1D1D1B;
    /*margin-left: 5px;*/
    font-family: 'Bebas';
}
.program-title p:first-child  {
    font-weight: bold;
    margin: 5px 0;
    font-size: 1.2em;
}
.program-title p:last-child, .vstupenky-grid-i p:last-child  {
    font-size: 26px;
    margin: 0 0 7px 0;
    font-family: Roznov Sans A Bold;
    letter-spacing: 0;

}
.program-title h2, .vstupenky-description h2  {
    font-size: 26px;
    color: #000000;
    margin: 0;
    font-family: Roznov Sans A Bold, 'Source Code Pro';
}

.program-description p {
    font-size: 0.9em;
    letter-spacing: 0.44px;
    margin: 0;
}
.program-cart div, .vstupenky-cart div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 51px;
    background-color: #ffd600;
}
.program-cart div img, .vstupenky-cart div img {
    width: 32px;
    height: 25px;
}
.program-cart div:hover, .vstupenky-cart div:hover {
    background-color: #96D176;
}
#top-info {
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 0px;
    grid-template-areas:
        "program-date top-info-description top-info-share";
    grid-template-columns: 200px auto 180px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    font-family: 'Bebas';
}
.top-info-description {
    grid-area: top-info-description;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-info-share {
    grid-area: top-info-share;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.top-info-description p {
    font-size: 26px;
    letter-spacing: 0.44px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Bebas';
}
.top-info-share p {
    color: #1D1D1B;
    font-family: "Source Code Pro";
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.05px;
    margin-top: 0px;
    margin-bottom: 3px;
}
#image-article {
    position: relative;
    padding-bottom: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#bottom-info {
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 0px;
    grid-template-areas:
        "bottom-info-description vstupenky-cart";
    margin-top: 20px;
    grid-template-columns: auto 120px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
    margin-bottom: 15px;
}
.bottom-info-description {
    grid-area: bottom-info-description;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.bottom-info-description h2 {
    margin: 0;
    font-size: 1.1em;
    font-family: Roznov Sans A, 'Source Code Pro';
    line-height: 1.2em;
}
.bottom-info-description a {
    color: inherit;
    text-decoration: underline;
}
.vstupenky-cart {
    grid-area: vstupenky-cart;
    align-items: flex-end;
    justify-content: center;
    align-self: end;
    display: flex;
    flex-direction: column;
    /*border-bottom: solid 3px #129CB0;*/
    padding-bottom: 15px;
}
#wrapper-page {
    display: table-cell;
    position: relative;
    /*width: 100%;*/
    width: 1000px;
    /*background-color: #d1d1cf;*/
    background-color: #e7e7e7;
}
#content-wrapper{
    padding: 20px 20px 20px 20px;
}
#content {
    display: table;
    width: 100%; /*background-color: #0000cc*/
}
#content-left {
    display: table-cell;
}
.main-menu-item{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: Bebas, impact;
    font-size: 1.6em;
    color: #000000;
}
.main-menu-item:hover {
    background-color: #bbb;
}
.home-content {
    display: inline-table;
    width: calc(48% - 2px);
    width: 47%;
    border: solid 1px #aaa;
    margin-right: 2%;
    margin-bottom: 20px;
}
a .home-content h2 {
    color: black;
    margin: 1% 3% 1% 3%;
}
a .home-content p {
    font-family: bebas, Verdana;
    font-size: 1.4em;
    color: black;
    margin: 1% 3% 1% 3%;
}
a:hover .home-content {
    background-color: white;
}
#content-right{
    display: table-cell;
    width: 200px;
    border-left: dotted 1px black;
    text-align: right;
    vertical-align: top;
}
#content-right a img {
    margin-bottom: 20px;
    border-radius: 5px;
}
.center-cropped {
    width: 200px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
}
#content-bottom {
    display: none;
}
.content-down {
    display: inline-table;
    width: 20%;
    margin-right: 2%;
    margin-bottom: 20px;
    vertical-align: top;
}
#mobile-menu {
    position: absolute;
    top: 6px;
    left: 8px;
    z-index: 20;
    color: white;
    text-align: center;
    background-color: #aaa;
    border-radius: 5px;
    display: none;
}
#mobile-menu-icon {
    cursor: pointer;
}
#mobile-menu-black {
    background-color: #222;
    text-align: center;
    cursor: pointer;
}
#mobile-menu-list {
    position: absolute;
    z-index: 25;
    color: white;
    text-align: left;
    background-color: #222;
    box-shadow: 2px 2px 2px #000;
    border-radius: 5px;
    border: solid 1px #000;
    min-width: 240px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: none;
}
#mobile-menu-list ul, #mobile-menu-list form  {
    padding-left: 20px;
    margin-top: 4px;
}
#mobile-menu-list ul li {
    list-style-type: none;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    line-height: 1.5em;
}
#mobile-menu-list ul li a {
    color: white;
    display: block;
}
#img-menu-search{
    position: absolute;
}
.mobile-menu-social {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    filter: grayscale(100%) contrast(200%) invert(100%);
}
#menu-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 15;
    opacity: 0.6;
    cursor: pointer;
}
footer p, footer ul li, footer ul li a {
    font-size: 14px;
    list-style-type: none;
    color: inherit;
    letter-spacing: 0.44px;
    margin-top: 10px;
}
footer ul li a:hover{
    color: black;
}
footer {
    margin-bottom: 30px;
}
footer ul {
    padding: 0;
}
footer p:first-child {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.67px;
    margin-bottom: 20px;
    font-family: Roznov Sans A, 'Source Code Pro';
}
.footer-item {
    padding-right: 30px;
}
#footer-box {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.social-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 140px;
    height: 25px;
    margin-left: -13px;
}
.social-bottom a img {
    width: 20px ;
    height: auto;
    display: block;
    padding: 10px;
    filter: hue-rotate(0deg) saturate(0);
}
h1 {
    font-size: 2.0em;
    font-family: Roznov Sans A Bold, 'Source Code Pro';
    font-weight: normal;
    line-height: 1.4em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    color: #000000;
}
h2 {
    font-size: 1.5em;
    font-family: Roznov Sans A Bold, 'Source Code Pro';
    line-height: 1.4em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-weight: normal;
}
h2 a {
    color: black;
    text-decoration: none;

}
h2 a:hover {
    text-decoration: underline;
}
h3 {
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: normal;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    max-height: 999999px;
}
h4 {
    font-size: 1.0em;
    line-height: 1.0em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    font-weight: normal;
    max-height: 999999px;
}
p {
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-family: 'Roboto', 'Source Sans Pro';
}
.kotva {
    margin-bottom: 10px;
}
.kotva a {
    color: #585858;
    font-size: 15px;
}
.anchor {
    margin: 0 6px;
}
.truncate-multi-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-three {
    -webkit-line-clamp: 3;
}
.clamp-two {
    -webkit-line-clamp: 2;
}
.clamp-actual {
    -webkit-line-clamp: 1;
}
.clamp-title-program {
    -webkit-line-clamp: 2;
}
blockquote {
    font-style: italic;
    padding-left: 10px;
    border-left: solid #aaa 3px;
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #333, #666, #333);
}
#breadcrumbs {
    font-size: 0.9em;
    font-weight: bold;
    color: #FF794D;
    margin-bottom: 10px;
}
#breadcrumbs div {
    float: left;
}
#breadcrumbs a {
    font-weight: normal;
    text-decoration: none;
    color: #585858;
}
#breadcrumbs a:hover {
    color: #000;
}
.wrapper_blue {
    background-color: #000066;
}
.box_left {
    padding-left: 0px;
    padding-right: 10px;
    vertical-align: top;
}
.box_right {
    display: table-cell;
    min-width: 250px;
    vertical-align: top;
}
main {
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}
aside {
    width: 220px;
    font-size: 10px;
    color: white;
    padding: 10px 0px 10px 10px;
    text-align: center;
}
aside img {
    border-radius: 3px;
}
.box {
    border-radius: 3px;
    margin-bottom: 10px;
    border: solid 1px #3B4067;
    box-shadow: 2px 2px 3px black;
    text-align: center;
    font-size: 10px;
    overflow: hidden;
}
.box p, .box p a {
    color: white;
    text-align: center;
    margin: 4px;
}
.box_title {
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
    border: solid 0px #333377;
}
.menu_left_aside {
    display: none;
}
#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fffddd;
    opacity: 0.4;
}
.red {
    color: red;
}
.bold {
    font-weight: bold;
}
.hidden {
    display: none;
}

ul.normal  > li {
    margin-bottom: 0.4em;
}

.bold-list > li {
    font-weight: bold;
    margin-bottom: 0.4em;
    text-align: initial;
}
.bold-list li > ul {
    margin-top: 0.4em;
}
.bold-list li > ul > li{
    font-weight: normal;
    color: #000;
    font-size: 12px;
}
nav#main-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    z-index: 20;
    color: white;
    padding: 5px;
    text-align: center;
    background-color: #000077;
    border: solid 1px #000000;
    border-bottom-right-radius: 5px;
    box-shadow: 4px 4px 5px black;
}
nav#main-menu ul{
    margin: 0;
    padding:0;
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    list-style-type: none;
    line-height: 1.2em;
    text-align: left;
}
nav#main-menu ul li {
    margin: 0;
    padding:0;
    padding-left: 15px;
}
nav#main-menu ul li ul li {
    font-size: 0.8em;
    line-height: 0.9em;
}
nav#main-menu ul li a {
    padding: 5px 0px 5px 8px;
    background-color: inherit;
    color: white;
    text-decoration: none;
    display: block;
}
nav#main-menu ul li a:hover {
    color: yellow;
    background-color: #380082;
}
ul.menu-up {
    margin: 0px;
}
ul.menu-up li {
    font-weight: normal;
    margin: 5px 2em 5px 0px;
    font-size: 0.8em;
    line-height: 0.8em;
}
ul.menu-up hr {
    display: none;
}
.nav_lista_l {
    float:left;
    color: #585858;
}
.nav_lista_r {
    float: right;
    color: #585858;
}
.nav_admin {
    margin-top: 5px;
    min-height:30px;
}
#menu_right {
    float: left;
    font-size: 10px;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0px 10px 0px;
    width: 190px;
    background-color: #000066;
    text-align: center;
    border-bottom-right-radius: 5px;
}
#menu_right img{
    border-radius: 3px;
}
#banner_right{
    margin: 10px;
}
#noscript {
    color:red;
    font-weight: bold;
    margin-left: 200px;
}
#portrait {
    height:100px;
    margin-left: 730px;
    border-bottom-left-radius: 5px;
    box-shadow: 4px 4px 5px black;
}
.odd, .eve {
    clear: both;
    padding-top: 10px;
}
.space-odd {
    background-color: #ffaa5d;
    background: linear-gradient(to right, #ffaa5d 0%,#ffffff 100%);
}
.space-eve {
    background-color: #FFCC66;
    background: linear-gradient(to right, #FFCC66 0%,#ffffff 100%);
}
.image-right {
    float: right;
    border-radius: 3px;
    box-shadow: 3px 3px 6px black;
    margin: 7px 0px 7px 15px;
}
.image-left, .image-max {
    float: left;
    border-radius: 3px;
    box-shadow: 3px 3px 6px black;
    margin: 7px 15px 7px 0px;
}
.no-shadow{
    box-shadow:none;
}

.image-left-sponsor {
    float: left;
    margin: 3px 10px 7px 0px;
    height: 70px !important;
    width: auto !important;
}
.gallery-image-left {
    float: left;
    border-radius: 3px;
    box-shadow: 3px 3px 6px black;
    margin: 7px 15px 7px 0px;
    width: 150px;
    height: 150px;
}
.message_success, .message_warning, .message_error, .message_info, .message_rezervace {
    padding: 10px 10px 10px 10px;
    margin-right: 20px;
}
.message_success {
    background-color: #96D176;
    border: solid 1px #75A35C;
}
.message_error {
    background-color: #FF9999;
    border: solid 1px #CD7B7B;
}
.message_warning {
    background-color: #FFCC99;
    border: solid 1px #FC9936;
}
.message_info {
    background-color: #90B5FF;
    border: solid 1px #8888FF;
}
.message_img {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    float: right;
}
.separator_box {
    text-align: center;
    border-bottom: 1px solid black;
    line-height: 0.1em;
    margin-left: 5px;
    margin-right: 5px;
}
.separator {
    font-weight: bold;
    padding: 2px 20px;
    background-color: #e7e7e7;
}
#subsections {
    clear: both;
}
.sponzors {
    text-align: center;
}
.sponzors-section {
    display: inline;
}

.sponzors img {
    float: none!important;
    margin: 8px;
    border-radius: 3px;
    box-shadow: 3px 3px 6px black;
    padding: 5px;
}
.separator_odd, .separator_eve {
    padding: 30px 20px;
}
/*.separator_odd {
    display: none;
}
.separator_eve {
    display: none;
}*/
.separator a {
    color: black;
    text-decoration: none;
}
.separator a:hover {
    text-decoration: underline;
}
fieldset{
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    margin-bottom: 5px;
}
fieldset div{
    min-height: 1.5em;
}
fieldset legend {
    color: #222 ;
    font-size: 0.7em;
}
fieldset.search {
    width: 90%;
    max-width: 400px;
}
form fieldset label {
    cursor: pointer;
    font-size: 0.9em;
    display: block;
}
form fieldset:disabled label {
    cursor: default;
    color: #666;
    opacity: 0.5;
}
form fieldset label:hover {
    background-color: #ffdb73;
}
form fieldset:disabled label:hover {
    background-color: inherit;
}
input[type="radio"]{
    vertical-align: top;
    margin-bottom: 3px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
label.block {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
    margin-left: 0.1em;
    font-size: 12px;
}
input.full {
    width: 97%;
}
input.full240 {
    width: 97%;
    max-width: 240px
}
legend.normal {
    font-size: 12px;
    font-weight: bold;
}
input[type=number] {
    -moz-appearance:textfield;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*    padding-top: 25px;
        margin-top: 1em;*/
    height: 0;
    clear: both;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-bgrnd-video {
    /*    
        position: relative;
        padding-bottom: 56.25%;*/
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.img-bgrnd-play {
    display: block;
    background-image: url(../img/youtube-play.png);
    padding-bottom: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.zalozka {
    float:right;
    border-left: solid 1px #FF4433;
    border-top: solid 1px #FF4433;
    border-right: solid 1px #FF4433;
    margin-right: 15px;
    margin-top: 10px;
    padding: 5px 20px 5px 20px;
    background-color:  #FFCC66;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.nav {
    font-size: 0.7em;
    line-height: 1.2em;
    min-height: 30px;
}
.nav span {
    cursor: pointer;
    margin-top: 5px;
    margin-right: 4px;
}
.nav span.right{
    float: right;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.nav span.right[name="tickets"], .nav span.right[name="tickets_dates"], .nav span.right[name="soldout"], .nav span.right[name="how-to-buy"]{
    -webkit-filter: grayscale(0%);
    filter: none;
    opacity: 0.9;
}
.nav span[name="tickets-remains"] {
    float: right;
    cursor: default;
    font-size: 1.3em;
    display: none;
    clear: right;
}
.nav span.right:hover{
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: none;
}
.icon {
    opacity: 0.4;
}
.icon:hover{
    opacity: 1;
    cursor: pointer;
}
.detail-label {
    cursor: pointer;
    color: blue;
}
.detail/*, .subdetail*/ {
    display: none;
    text-align: justify;
    margin: 1em 0em 1em 2em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    border-top: dotted 1px #666666;
    border-bottom: dotted 1px #666666;
}
.fb_tools {
    margin-top: 15px;
}
.fb_tools .show_hide {
    float: left;
    opacity: 0.4;
    cursor: pointer;
    width: 24px;
    height: 22px;
}
.fb_tools .show_hide:hover {
    opacity: 1;
}
.img_right {
    float: right;
    margin: 7px 12px 15px 10px;
    border-radius: 5px;
    box-shadow:5px 5px 10px black;
    clear: right;
}
.colored {
    font-size: 10px;
    background-color: rgba(150, 150, 150, 0.2);
    border-radius: 3px;
    border: solid 1px #999;
    font-weight: bold;
    color: red;
    ;
    width: 95%;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.small{
    font-size: 0.7em;
}
#message_success, #message_fail {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    margin-left: 20%;
    margin-right: 20%;
    box-shadow: 2px 2px 2px #000;
    border-radius: 5px;
    width: 60%;
}
#message_success {
    background-color: #96D176;
    border: solid 1px #75A35C;
}
.button {
    cursor: pointer;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background-color: #eaeaea;
    border-radius: 4px;
    border: 1px solid #666666;
    display: inline-block;
    color: #444;
    font-family: Arial;
    font-size: 12px;
    font-weight:bold;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 4px 10px 4px 10px;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}
.button:hover {
    background-color:#ffffff;
}
.button:active {
    position:relative;
    top:1px;
}
.edit_button {
    cursor: pointer;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    float:right;
    padding: 3px 6px 1px 6px;
    margin-left: 4px;
    margin-right: 0px;
    opacity:0.5;
    background-color:#f9f9f9;
    border-radius:4px;
    text-indent:0px;
    border:1px solid #666666;
    display:inline-block;
    color:#444;
    font-family:Arial;
    font-size: 12px;
    font-weight:bold;
    line-height: 14px;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
}
.edit_button:hover {
    opacity: 1;
}
.edit_button:active {
    position:relative;
    top:1px;
}
input[type]:not([type=submit]){
    border-radius: 4px;
    margin-right: 3px;
    margin-left: 0px;
    padding-left: 3px;
    padding-top: 3px;
}
input[required] {
    background-color : #fddfd1;
}
select {
    border-radius: 3px;
    height: 23px;
}
.magnifier {
    width: 22px;
    height: 22px;
    vertical-align: bottom;
}
.section {
    color: black;
    background-color: rgba(150, 150, 150, 0.15);
    border: solid 1px  rgba(50, 50, 50, 0.1);
    padding: 4px;
    padding-left: 10px;
    border-radius: 4px;
    text-align: initial;
}
section p a {
    text-decoration: underline;
    color: inherit;
}
.section:hover {
    background-color: rgba(150, 150, 150, 0.3);
    border: solid 1px  rgba(50, 50, 50, 0.3);
}
.section[data-video-url] {
    cursor: pointer;
}
.movie-day-box {
    margin-top: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: solid 1px  rgba(50, 50, 50, 0.7);
}
.movie-day {
    color: black;
    font-weight: bold;
    background-color: rgba(169, 37, 59, 0.12);
    padding: 4px;
    padding-left: 10px;
}
.movie-click {
    cursor: pointer;
    padding: 4px;
    padding-left: 10px;
    border-top: solid 1px rgba(50, 50, 50, 0.4);
    background-color: rgba(255, 216, 216, 0.34);
}
.movie-time {
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
    width: 60px;
}
.movie-name {
    margin-top: 3px;
    margin-bottom: 3px;
}
.movie-click:hover {
    background-color: rgba(255, 255, 255, 0.54);
}
.movie-toggle {
    padding: 10px;
    display: none;
}
.icon-toggle, .sold-out {
    display: none;
    float: right;
    text-align: right;
    font-size: 11px;
    line-height: 13px;
    clear: both;
}
.icon-toggle a {
    padding: 2px 5px 2px 5px;
}

.sold-out {
    display: block;
    float: left;
    color: red;
}
.date {
    font-size: 0.7em;
    margin-left: 0.5em;
    margin-bottom: -0.8em;
    color:#555;
}
.img_wrapper {
    float: right;
    margin-left: 15px;
    margin-right: -7px;
    margin-bottom: 15px;
    line-height: 0;
}
.img_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.img_wrapper li {
    text-align: center;
    margin: 7px;
    float: left;
}
.img_wrapper_scroll {
    display: none;
    overflow-x: scroll;
    height: 125px;
    margin-top: 5px;
    box-sizing: border-box;
}
.scroll_img {
    float:left;
    white-space:nowrap;
    width: auto !important;

}
.scroll_img img {
    max-height: 115px !important;
    margin-right: 5px;
    border-radius: 3px;
}
.scroll_img a img {
    box-shadow: 3px 3px 6px black;
}
.next_img_button {
    display: none;
}

.data_form {
    display: none;
    clear: both;
}
.data_form td {
    font-size: 0.8em;
}
.note {
    padding: 8px 10px;
    clear: both;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 10px red;
}
.note p:first-child {
    margin-top: 0px;
}

.note p:last-child {
    margin-bottom: 0px;
}
.plus_minus {
    margin-left: 0.5em;
    opacity: 0.5;
}
.plus_minus_submenu {
    float:left;
    margin-left: -12px;
    margin-top: 8px;
    cursor: pointer;
    opacity: 0.5;
}
.submenu_detail{
    display: none;
}
.fb-like, .fb-comments {
    margin-top: 10px;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
    z-index: 0;
}
.gallery-img {
    border-radius: 6px;
    border: 1px solid #000;
    background-color: rgba(247, 247, 247, 0.30);
    width: 150px;
    margin: 15px 16px 15px 0;
    padding:2px;
    padding-top:3px;
    height:217px;
    overflow:hidden;
    float:left;
    text-align:center;
    cursor: pointer;
    box-shadow: 2px 2px 6px black;
    font-weight: bold;
}
.gallery-img:hover {
    background-color: rgba(247, 247, 247, 1);
}
a .gallery-img{
    color:black;
}
.gallery-folder {
    width: 100px;
    height: 100px;
    margin: 5px;
}
.small-tab {
    float: left;
    height: 22px;
    margin-bottom: 10px;
}
.small-tab-line {
    float: left;
    width: 4px;
    height: 21px;
    border-bottom: solid #000 1px;
}
.small-tab-active, .small-tab-nonactive  {
    float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px 9px 0px 7px;
    font-weight: bold;
}
.small-tab-active {
    border-top: solid #000 1px;
    border-left: solid #000 1px;
    border-right: solid #474747 3px;
    height: 18px;
}
.small-tab-nonactive {
    color: rgb(84, 84, 84);
    border-top: solid #000 1px;
    border-left: solid #000 1px;
    border-right: solid #000 1px;
    border-bottom: solid #000 1px;
    height: 17px;
    font-weight: normal;
    background-color: rgba(255, 247, 203, 0.24);
    box-shadow: inset 0px -1px 1px 0px rgba(95, 95, 95, 0.65);
}
.small-tab-nonactive:hover {
    background-color: #eee;
    color: black;
    box-shadow: inset 0px 0px 0px 0px;
    border-bottom: solid #eee 1px;
    ;
}
section img {
    max-width: 100%;
}
section p img {
    height: auto!important;
}
.calendar .title {
    font-weight: bold;
}
.calendar .navigation .prev_month {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.calendar .navigation .next_month {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.calendar .cal-header {
    display: table-cell;
}
.calendar .cal-row {
    display: table-row;
}
.calendar .current, .calendar .nocurrent, .calendar .today {
    display: table-cell;
    min-width: 20px;
    background-color: #EEEEEE;
    border: 1px solid #000066;
    color: #000;
    text-align: right;
    padding: 4px;
    font-size: 1.4em;
}
.calendar .nocurrent {
    background-color: #a0a0a0;
    color: #fff;
    opacity: 0.3;
}
.calendar .holiday {
    color: red;
}
.calendar .event, .calendar .event_continune {
    font-weight: bold;
    cursor: pointer;
}
.calendar .event {
    border-bottom-left-radius: 8px;
    background-color: #ffaa5d;
}
.calendar .event_continune {
    border-top-right-radius: 5px;
    font-weight: normal;
}
.calendar .event:hover, .calendar .event_continune:hover {
    background-color: #ff6600;
}
.calendar .cal-caption {
    display: table-caption;
    caption-side: bottom;
    color: black;
    text-align: left;
    background-color: #EEE;
    border-radius: 3px;
    margin-bottom: 5px;
}
.cal-caption-ul ul {
    padding: 0 0 0.3em 0 !important;
    margin: 0;
}
.cal-caption-ul ul li {
    margin: 0 1em 0 2em !important;
    padding: 0.2em 0 0 !important;
    list-style-type: disc !important;
    font-size: 1em !important;
    line-height: 1.4em !important;
}
.cal-caption-ul ul li a {
    color: blue !important;
}
.cal-caption-ul ul li a:hover {
    background-color: #eee !important;
    color:red !important;
}
.cal-caption-ul ul li.cal-li-date {
    list-style-type: none !important;
    margin-bottom: -3px !important;
    font-size: 0.8em !important;
}

.photogallery {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.photogallery a {
    color: inherit;
}
.photogallery a:hover {
    color: inherit;
}
.photogallery span {
    width: 280px;
    display: block;
}
/*.photogallery.podcast span {
    width: 235px;
    display: block;
}*/
.photogallery a span:nth-child(2) {
    font-weight: bold;
    font-size: 12px;
    margin: 12px 0px;
    display: block;
}
/*.photogallery.podcast a span:nth-child(2) {
    margin: 0px;
}*/
.photogallery a span:nth-child(3) {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0px 20px;
    text-decoration: underline;
    display: block;
}
/*.photogallery.podcast a span:nth-child(3) {
    font-size: 17px;
    margin: 3px 0px 10px;
}*/
.photogallery span img {
    max-height: 280px;
}
/*.photogallery.podcast span img {
    max-height: 235px;
}*/
.photogallery .img-bgrnd {
    display: block;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 820px) {
    #tabs-left{
        width: 20px;
        max-width: 20px;
        padding-top: 110px;
    }
    .tab-text {
        display: block;
    }
    #top {
        display: none;
    }
    #top-menu {
        display: none;
    }
    .top-banner-small {
        display: table;
        /*background-color: #5e0f22;*/
        height: 0;
        padding-top: 13%;
        width: 100%;
        position: relative;
    }
    #img-menu{
        width: 7.0%;
        height: auto;
        margin-top: 3.8%;
        margin-left: 3.2%;
        float: left;
        filter: brightness(0.5);
    }
    #img-napis-vratnice{
        width: 70%;
        height: auto;
        float: left;
        margin-top: 4px;
        margin-left: 6.5%;
    }
    #img-napis-art{
        width: 28%;
        height: auto;
        float: right;
        margin-top: 1.0%;
        margin-right: 2.5%;
    }
    ul.menu-up {
        display: block;
    }
}

@media screen and (max-width: 880px) {
    .photogallery {
        justify-content: space-around;
    }
}

@media screen and (max-width: 800px) {

    .program-grid {
        grid-template-columns: 200px auto 300px;
        /*grid-row-gap: 20px;*/
        grid-template-areas:
            "program-date . program-img"
            "program-time . program-img"
            "program-cart . program-img"
            "program-title program-title program-title"
            "program-location program-location program-location"
            "program-description program-description program-description";
    }
    .program-cart {
        border-bottom: none;
    }
    .program-img {
        margin-right: 0px;
        margin-left: 5px;
    }
    .program-time {
        justify-content: flex-start;
    }
    .program-cart {
        align-items: flex-start;
    }
    .program-description {
        padding-bottom: 10px;
    }
    .program-title h2 {
        margin: 0.5em 0 0.2em 0;
    }
    .program-location p {
        margin: 0 0 0.2em 0;
    }
    .vstupenky-grid-in {
        grid-template-columns: 200px auto auto;
        grid-template-areas:
            "vstupenky-img . vstupenky-cart"
            "vstupenky-date vstupenky-date vstupenky-date"
            "vstupenky-description vstupenky-description vstupenky-description";
    }

    .vstupenky-grid-in .vstupenky-cart {
        border-bottom: 0;
    }
    .vstupenky-description p {
        margin-bottom: 5px;
    }
    .tka-text{
        padding-left: 10px;
    }
    /*    table {
            width: 100%;
            overflow-x: scroll;
        }*/
    /*    #photogallery-top div, #photogallery-top div:last-child {
            width: 100%;
        }
        #photogallery-top div:last-child {
            margin-bottom: 30px;
        }*/
}

@media screen and (max-width: 640px) {
    .img_wrapper {
        display: none;
    }
    .img_wrapper_scroll {
        display: block;
    }
    .image-left, .image-right {
        max-width: 40%!important;
        height: auto!important;
    }
}

@media screen and (max-width: 560px) {

    #content-wrapper {
        padding: 10px;
    }
    .home-content {
        width: 95%;
    }
    .program-grid {
        grid-template-columns: 125px auto;
        grid-template-areas:
            "program-date program-img"
            "program-time program-img"
            "program-cart program-img"
            "program-title program-title"
            "program-location program-location"
            "program-description program-description";
    }
    .program-title h2, .vstupenky-description h2 {
        font-size: 24px;
    }
    .program-location p {
        font-size: 28px;
    }
    .program-date-number span {
        font-size: 24px;
    }
    .program-time {
        font-size: 24px;
    }

    .top-info-share p {
        font-size: 9px;
    }
    .program-date > span {
        font-size: 11px;
    }
    .program-cart{
        align-items: flex-start;
    }
    .program-cart p {
        font-size: 0.9em;
    }
    .clamp-actual {
        -webkit-line-clamp: 2;
    }
}


@media screen and (max-width: 480px) {


    #top-info {
        grid-template-columns: 85px auto 95px;

    }
}


@media print {
    .nav {
        margin:0px
    }
    .fb_tools{
        display:none
    }
    .nav_admin{
        display:none
    }
    img {
        box-shadow: none !important;
    }
}