/*
    Projekt: Kulturní portál
    URL: https://www.kulturniportal.cz

    Výstupní zařízení: screen, projection

    Autor: Vít Dlouhý (vit.dlouhy@nuvio.cz); Nuvio (www.nuvio.cz)
    Poslední revize: 2007-07-23, 21:36 GMT+1

    Struktura:
        display | position | float | z-index | overflow | width | height | margin | padding | border | background | align | font
*/

* {
    margin: 0;
    padding: 0;
}

body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object {
    border: 0;
}

body {
    padding: 0;
    background: #F0F0F0;
    font: 0.8em 'Open Sans', sans-serif;
    color: #000;
    text-align: center;
}

a {
    color: #4C66B2;
    text-decoration: none;
}

a:hover {
    color: #FF8000;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 10px 0;
}

h1 {
    font-size: 180%;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 105%;
}

h5 {
    font-size: 100%;
}

p {
    margin: 15px 0;
}

table {
    margin: 15px 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

th {
    text-align: center;
    font-weight: bold;
}

th, td {
    padding: 3px 5px;
}

ul, ol {
    display: block;
    margin: 15px 0 15px 40px;
}

ul ul, ul ul ul, ol ol, ol ol ol {
    margin: 0;
    margin-left: 20px;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style-type: upper-alpha;
}

ol ol ol {
    list-style-type: lower-alpha;
}

li {
    display: list-item;
}

dl {
    margin: 15px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 30px;
}

fieldset {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #CCC;
}

legend {
    margin-left: 10px;
    font-size: 100%;
    font-weight: bold;
    color: #000;
}

abbr, acronym, .help {
    border-bottom: 1px dotted #CCC;
    cursor: help;
}

blockquote {
    margin: 15px 20px;
    font-style: italic;
}

del, .del {
    text-decoration: line-through;
}

strong, .strong {
    font-weight: bold;
}

cite, em, q, var {
    font-style: italic;
}

code, kbd, samp {
    font-family: monospace;
    font-size: 110%;
}

hr {
    display: block;
    height: 1px;
    margin: 10px 0;
    padding: 0;
    border: 0 solid #CCC;
    background: #CCC;
    color: #CCC;
}

/* ------------------------------------------------------------------------------------------------------- */
/* Univerzální styly */
/* ------------------------------------------------------------------------------------------------------- */

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.t-left, tr.t-left td {
    text-align: left !important;
}

.t-center, tr.t-center td {
    text-align: center !important;
}

.t-right, tr.t-right td {
    text-align: right !important;
}

.t-justify {
    text-align: justify !important;
}

.va-top {
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.va-bottom {
    vertical-align: bottom;
}

.width100 {
    width: 100%;
}

.clear {
    clear: both;
}

.box {
    min-height: 1px;
}

.box:after {
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
    font-size: 0;
    content: ".";
}

.nom {
    margin: 0;
}

.nomt {
    margin-top: 0;
}

.nomb {
    margin-bottom: 0;
}

.noscreen {
    display: none;
}

.big {
    font-size: 120%;
    padding: 5 14px
}

.bigger {
    font-size: 180%;
}

.smaller {
    font-size: 90%;
}

.high {
    color: #C00;
}

/* ------------------------------------------------------------------------------------------------------- */
/* HTML styly */
/* ------------------------------------------------------------------------------------------------------- */

table.table-styled th, table.table-styled td {
    border: 1px solid #DDD;
}

table.table-styled tr.bg td {
    background: #F5F5F5;
}

/* ------------------------------------------------------------------------------------------------------- */
/* Layout */
/* ------------------------------------------------------------------------------------------------------- */

#main {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#ads {
    position: absolute;
    top: 0px;
    right: -125px;
}

/* Lista */
.lista {
    text-align: center;
    min-height: 1px;
}

.lista:after {
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
    font-size: 0;
    content: ".";
}

/* Links */
#links {
    background: url("https://www.kulturniportal.cz/design/bg-lista.gif") 0 0 repeat;
}

#links {
    padding: 3px;
    color: #b5b5b5;
    font-size: 90%;
}

#links p {
    margin: 0;
}

#links a {
    color: #304356;
    font-weight: bold;
    text-decoration: none
}

#links a:hover {
    color: #F60;
}

#links p#link {
    float: center;
    margin-top: 2px;
    width: 800px;
    text-align: center;
}

/* Hlavička */
#header {
    position: relative;
    max-width: 100%;
    height: 75px;
    background: #014e9c url("https://www.kulturniportal.cz/design/bg-head.png") 0 0 repeat;
}

#logo {
    margin: 0;
}

#logo img {
    width: 858px;
    height: 75px;
    border: 0;
}

#hledej {
    position: absolute;
    top: 10%;
    right: 2%;
}

#page {
    border-radius: 10px;
    background: #f4f8fb;
}

/* Obsah */
#content {
    float: left;
    width:50%;
    padding: 5px;
}

#content p {
    margin: .4em;
    margin-top: 0px;
    margin-bottom: .5em;
    text-align: left
}

/* Postranní sloupce */
#col-left {
    float: left;
    width: 24%;
    padding: 5px 1px;
}

#col-right {
    float: right;
    width: 24%;
    padding: 5px 1px;
}

/* Patička */
#footer {
    clear: both;
    color: #999;
    text-align: center;
}

#footer p {
    margin-top: 7px;
}

#footer a {
    color: #999;
}

#footer a:hover {
    text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------------- */
/* Úvodní stránka */
/* ------------------------------------------------------------------------------------------------------- */

#col-left .hx-style01 {
    margin: 0px 5px;
    padding: 1px 5px;
    font-size: 100%;
    background: #035AAE;
    color: #EEE;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

#col-right .hx-style01 {
    margin: 10px 5px 0 5px;
    padding: 1px 5px;
    font-size: 100%;
    background: #035AAE;
    color: #EEE;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

#col-left .hx-style02 {
    background: #035AAE;
    border-radius: 2px 2px 0 0;
}

#col-right .hx-style02 {
    background: #035AAE;
    border-radius: 2px 2px 0 0;
}

#col-left ul.nav {
    margin: 0px 5px;
    padding: 0;
    list-style: none;
}

#col-left ul.nav li {
    display: inline;
    margin: 0;
    padding: 0;
}

#col-left ul.nav li a {
    display: block;
    padding: 3px 5px;
    background: #E8EFF7 url("https://www.kulturniportal.cz/design/nav2.gif") 0 100% no-repeat;
    color: #000;
    font-weight: bold
}

#col-left ul.nav li a:hover {
    color: #FF8000;
    text-decoration: underline
}

.tab01 {
    margin: 5px;
    border: 1px solid #035AAE;
    border-radius: 5px;
}

.tab01.nom {
    margin-top: 0;
}

.tab01 h3 {
    margin: 0;
    padding: 1px 5px;
    font-size: 100%;
    background: #035AAE;
    color: #EEE;
    font-weight: bold;
}

.tab01 a {
    color: #000;
}

.tab01 a:hover {
    color: #FF8000;
}

/* speciálně pro kalendář*/
.tab02 {
    margin: 5px;
}

.tab02.nom {
    margin-top: 0;
}

.tab02 h3 {
    margin: 0;
    padding: 1px 5px;
    font-size: 100%;
    background: #4C66A3;
    color: #EEE;
    font-weight: bold;
}

.tab02 a {
    color: #000;
}

.tab02 a:hover {
    color: #FF8000;
}

.tab-in {
    padding: 5px;
    color: #000;
}

#col-right .tab-in {
    background: #E8EFF7;
    border-radius: 5px;
}
#col-right .news {
    background: #E8EFF7;
    margin: 0 5px;
    border-radius: 5px;
}

.predstaveni {
    clear: both;
    margin-bottom: 2px;
    padding-top: 5px;
    background: url("https://www.kulturniportal.cz/design/bg-predstaveni.gif") 0 0 repeat-x;
}

.predstaveni p, .predstaveni h4 {
    margin: 0;
}

.predstaveni h4 {
    font-size: 100%;
}

.vouchery-img {
    width: 278px;
    margin: 0;
}

.predstaveni-img {
    float: left;
    width: 90px;
    margin: 0.2em 1.5em 0 0;
}

.predstaveni-desc {

}

#newsletter .input-text {
    border: 1px solid #8F9FC6;
    background: #D7E3F4;
    margin: 5px 0;
    font-size: 1em;
    font-family: "tahoma", "arial", sans-serif
}

#newsletter .input-select {
    width: 90px;
    border: 1px solid #8F9FC6;
    background: #D7E3F4;
    margin: 5px 0 0 0;
    font-size: 1em;
    font-family: "tahoma", "arial", sans-serif
}

#newsletter .input-submit {
    margin-top: 5px;
    padding: 0 5px;
    border: 1px solid #035AAE;
    background: #8F9FC6;
    font-weight: bold;
    font-size: 1em;
    font-family: "tahoma", "arial", sans-serif
}

#newsletter .input-submit2 {
    margin-top: 10px;
    padding: 0 5px;
    border: 1px solid #035AAE;
    background: #8F9FC6;
    font-weight: bold;
    font-size: 1em;
    font-family: "tahoma", "arial", sans-serif
}

#phone {
    border-radius: 5px;
    margin: 10px 5px;
    padding: 3px 0;
    text-align: center;
    color: #000;
    background: #acc0dc;
}
.tel {
    float: left;
    margin: 5px 0 5px 10px;
}

.number {
    font-size: 2.4em;
    font-weight: bold;
    color: #000;
    margin-bottom: -6px;
}

.number a {
    text-decoration: none;
    color: #000;
}

.number a:hover {
    text-decoration: none;
    color: #000;
}

.open {
    font-size: 1.2em;
    margin: 4px;
}
/**  pravý sloupec */
#col-right-in ul {
    list-style-type: none;
    margin: .5em;
}

#col-right-in .aktualita {
    border-bottom: 1px dotted #444;
    padding: .4em 0;
    font-weight: bold;
}

#col-right-in .aktualita a {
    color: black;
    font-weight: normal;
}

#col-right-in .aktualita a::after {
    content: "...";
}

#col-right-in .aktualita:first-child {
    margin-top: -.5em;
    background: url("https://www.kulturniportal.cz/design/ico-new.gif") 55% 10% no-repeat;
}

/* šablona aktualit */
.o_nas ul {
    list-style-type: none;
    margin: 0 .5em;
}

.o_nas .aktualita {
    font-weight: bold;
    line-height: 180%;

}

.o_nas .aktualita::after {
    content: "";
    display: block;
    height: 1px;
    margin: .1em -.5em;
    background-image: url('https://www.kulturniportal.cz/design/bg-predstaveni.gif');
}

.o_nas .aktualita a {
    color: black;
    font-weight: normal;
    margin-top: 1em;
}

/* detail aktuality */
.title1 {
    text-align: center;
    font-size: 1.2em;
}

/*--------------------------------------------------------------*/

#col-right .padding {
    padding: 0 5px 10px 0;
}

#col-left .padding {
    padding: 5px
}

#col-left .padding a {
    color: #000
}

#col-left .padding a:hover {
    color: #FF8000;
    text-decoration: underline
}

.banner img {
    margin-bottom: 2px;
}

/* ------------------------------------------------------------------------------------------------------- */
/* Nezařaditelné */
/* ------------------------------------------------------------------------------------------------------- */

.margin5-0 {
    margin: 5px 0;
}

.margin0-16 {
    margin: 0 16px;
    font-size: 80%
}

.margin0-0 {
    font-size: 80%
}

.mail a:hover {
    color: #FF8000;
    text-decoration: underline
}

img.border {
    border: 1px solid #4C66A3;
}

a:hover img.border {
    border: 1px solid #FF8000;
}
img.nahled {
    border: 1px solid #4C66A3;
    width: 100px;
}

a:hover img.nahled {
    border: 1px solid #FF8000;
}

.naddiv {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: black
}

.zanr {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: black
}

.doprdiv {
    border: 1px solid #4C66A3;
    background: #C5D7EF;
    padding: .5em
}

.doprdiv2 {
    border: 1px solid #FFCC99;
    background: #FFEEDD;
    padding: 1em;
    margin: 1em 0;
    font-weight: bold;
    border-radius: 6px;
}

.doprdiv2 a {
    color: #FF9900;
    font-weight: bold;
}

.doprdiv2 a:hover {
    text-decoration: underline
}

.doprdiv3 {
    color: black;
    border: 1px solid #4C66A3;
    background: #C5D7EF;
    padding: .5em
}

.doprdiv4 {
    border: 1px solid #FFCC99;
    background: #FFEEDD;
    padding: .5em;
    color: #FF9900;
    font-weight: bold;
}

.doprdiv5 {
    border: 1px solid #C00;
    background: #FFEEDD;
    padding: .5em;
    color: #C00;
    font-weight: bold;
    text-align: center
}

.doprdiv6 {
    border: 1px solid #4C66A3;
    background: #C5D7EF;
}

.divatab {
    width: 98%;
    margin: 1%
}

.divatab tr td {
    padding-left: 5px;
    padding-right: 5px
}

.hornitr td {
    background: #D7E3F4;
    padding: .2em
}

.spodnitr td {
    background: #E8EFF7;
    padding: .2em
}

.bezmezer {
    margin-top: 0px;
    padding-bottom: 0px
}

.bezmezer tr td {
    padding: 2px
}

.vstupenky {
    width: 100%;
    border: 1px solid #8F9FC6;
    background: #E8EFF7;
    color: black
}

.vstupenky tr {
    padding: 0px;
    margin: 0px
}

.vstupenky tr td {
    padding: 1px;
    padding-left: 2em;
    margin: 0px
}

.vstupenky2 {
    width: 100%;
    border: 1px solid #8F9FC6;
    background: #E8EFF7;
    color: black
}

.vstupenky2 tr {
    border: 1px solid #8F9FC6;
    padding: 0px;
    margin: 0px
}

.vstupenky2 tr td {
    border: 1px solid #8F9FC6;
    padding: 1px;
    padding-left: 2em;
    margin: 0px
}

.vstupenky-hl {
    margin: 0px 5px;
    padding: 1px 5px;
    font-size: 100%;
    background: #035AAE;
    color: #EEE;
    font-weight: bold
}

.vstupenky-h2 {
    margin: 0px 5px;
    padding: 1px 5px;
    font-size: 100%;
    background: #D7E3F4;
    color: #4C66B2;
}

.vstupenky-h3 {
    margin: 0px 5px;
    padding: 1px 5px;
    font-size: 100%;
    background: #D7E3F4;
    font-weight: bold
}

.o_nas {
    padding: .4em
}

.o_nas p {
    margin-top: 0px;
    margin-bottom: .5em;
    text-align: left
}

.o_nas a {
    color: #000
}

.o_nas a:hover {
    text-decoration: underline
}

.porady h4 {
    padding: -3px 5px
}

.pismenka {
    margin-top: 0em;
    font-size: 80%
}

.pismenka td {
    border: 1px solid #4C66A3;
    background: #D7E3F4;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: .43em;
    padding-right: .43em
}

.slogan {
    text-align: center;
    margin-top: -.5em
}

.slogan img {
    margin-top: .5em
}

.ucinkuji {
    text-align: left;
}

.ucinkuji a {
    color: #000
}

.ucinkuji a:hover {
    text-decoration: underline
}

.form {
    background-color: #F4F8FB;
    border: 1px solid #8F9FC6;
    font-family: "Tahoma", "arial", sans-serif;
    font-size: 1em
}

.form-tlacitko {
    font-weight: bold;
    background-color: #8F9FC6;
    border: 1px solid #035AAE;
    color: black;
    margin: 1em 0;
    padding: 4px 10px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

.form-tlacitko2 {
    font-weight: bold;
    background-color: #f90;
    border: 1px solid #f39200;
    color: black;
    margin: 1em 0;
    padding: 4px 10px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

.form-tlacitko3 {
    background-color: #035AAE;
    border: none;
    color: white;
    padding: 5px 10px;
    margin: 1em 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

 .form-tlacitko3:hover {
    background-color: #f90;
}

.form-tlacitko4 {
    background-color: #f90;
    border: 1px solid #f39200;
    color: black;
    margin: 1em 0;
    padding: 10px 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;;
    font-size: 2em
}

.form-select {
    border: 1px solid #8F9FC6;
    background: #F4F8FB;
    font-size: 1em;
    font-family: "Tahoma", "arial", sans-serif
}

.hlaska {
    text-align: center;
    font-weight: bold;
    color: #f00;
}

.center {
    margin: 0 20px;
}

.strong {
    font-weight: bold;
}

.kosik {
    font-weight: bold;
}

.kosik a {
    color: #FF8000
}

.kosik a:hover {
    text-decoration: underline
}

.horni_radek {
    font-weight: bold;
    background: #035aae;
    color: #FFF
}

table.oramovana {
    margin: 0.5em 0em -0em 0em;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    border: 1px solid #035aae;
    width: 96%;
}

td.oramovana {
    border: 1px solid #035aae;
}

.cervene_tucne_centrovane {
    font-weight: bold;
    color: #C00;
    text-align: center;
}

.oranzove_tucne {
    font-weight: bold;
    color: #FF8000
}

.oranzove_tucne_centrovane {
    font-weight: bold;
    color: #FF8000;
    text-align: center
}

.tucne_centrovane {
    font-weight: bold;
    text-align: center;
    margin: 1em 0 0 0
}

.modre_tucne {
    font-weight: bold;
    color: #4C66B2;
}

.linka_pod-textem {
    border-bottom: 1px solid #035aae;
    padding: 0.5em;
}

.linka_pod-textem2 {
    font-weight: bold;
    border-bottom: 1px solid #035aae;
    margin: 0.3em 0 0 0;
}

.linka_pod-textem2 a {
    color: #000;
    text-decoration: none;
}

.linka_pod-textem2 a:hover {
    color: #FF8000;
    text-decoration: none;
}

.zvyraznene {
    background: #E8EFF7;
}

.oranzove_vpravo {
    font-weight: bold;
    color: #FF8000;
    text-align: right;
    margin: 0.7em 0.7em 0em 0em;
}

.oranzove_vpravo a {
    color: #FF8000;
    text-decoration: none;
}

.oranzove_vpravo a:hover {
    color: #000;
    text-decoration: underline;
}

.nahradni_obrazek {
    border: 1px solid #4C66A3;
    background: #c4cde0;
    width: 418px;
    height: 135px;
    font-family: "Trebuchet MS", "arial", sans-serif;
    font-weight: bold;
    color: #f4f8fb;
    font-size: 300%;
    text-align: center;
    margin: 0.2em 0 0.2em 0.07em
}

.obr-news {
    border: 1px solid #4C66A3;
    max-width: 100%;
}
.obr-news-noborder {
    max-width: 100%;
    margin:1em 0;
}

.foto-news {
    padding: 0.2em;
    text-align: center;
}

ul.rozvrh {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.rozvrh {
    font-weight: bold;
    line-height: 20px;
    border-top: 1px dotted #444;
    margin: 0 5px;
    border-left: none;
}

.gallery {
    margin-left: auto;
    margin-right: auto;
}

.fb {
    width: 100px;
    height: 116px;
    border: 1px solid #c4cde0;
    margin: 0.2em;
}

.sudy_radek {
    background: F;
}

div.sedacka {
    float: left;
    width: 21px;
    height: 21px;
    border: 1px solid #A4C9E9;
    text-align: center;
    margin: 0 2px;
    font-size: 90%
}

div.sedacka_prazdna {
    float: left;
    width: 23px;
    height: 23px;
    text-align: center;
    margin: 0 2px;
    font-size: 90%
}

div.sedacka_prazdna2 {
    float: left;
    width: 11px;
    height: 23px;
    text-align: center;
    margin: 0 2px;
    font-size: 90%
}

div.sedacka_plna {
    float: left;
    width: 21px;
    height: 21px;
    border: 1px solid #666;
    text-align: center;
    margin: 0 2px;
    background: #666;
    font-size: 90%
}

div.sedacka_plna2 {
    float: left;
    width: 10px;
    height: 21px;
    border: 1px solid #666;
    text-align: center;
    margin: 0 2px;
    background: #666;
    font-size: 90%
}

div.sedacka_blokovana {
    float: left;
    width: 21px;
    height: 21px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 2px;
    background: #eee;
    color: #aaa;
    font-size: 90%
}

/* sedadla */
td.kategorie {
    margin: 0px;
    padding: 0px 5px;
}

td.rada {
    width: 22px;
    text-align: center;
}

td.sedadlo-1 {
    width: 13px;
    height: 13px;
    border: 1px solid #444;
    text-align: center;
    background-color: #FF8000;
}

td.sedadlo-2 {
    width: 13px;
    height: 13px;
    border: 1px solid #444;
    text-align: center;
    background-color: #6699FF;
}

td.sedadlo-3 {
    width: 13px;
    height: 13px;
    border: 1px solid #444;
    text-align: center;
    background-color: #FFCC00;
}

td.sedadlo-4 {
    width: 13px;
    height: 13px;
    border: 1px solid #444;
    text-align: center;
    background-color: #99CC00;
}

td.sedadlo-5 {
    width: 13px;
    height: 13px;
    border: 1px solid #444;
    text-align: center;
    background-color: #CC9900;
}

td.sedadlo-6 {
    width: 13px;
    height: 13px;
    border: 1px solid #444;
    text-align: center;
    background-color: #FF6666;
}

td.sedadlo-7 {
    width: 13px;
    height: 13px;
    border: 1px solid #444;
    text-align: center;
    background-color: #FDC065;
}

td.sedadlo-8 {
    width: 13px;
    height: 13px;
    border: 1px solid #444;
    text-align: center;
    background-color: #977ABC;
}

td.sedadlo-W {
    width: 15px;
    height: 15px;
}

td.sedadlo-Q {
    width: 15px;
    height: 15px;
    background-color: #444;
}

td.sedadlo-S {
    width: 32px;
    height: 15px;
    background-color: #6C3;
    border: 1px solid #000;
}

td.zona-1 {
    margin: 10px;
    padding: 50px;
    font-size: 10pt;
    text-align: center;
    background-color: #FF8000;
    border: 1px solid #000;
    width: 418px;
}

td.zona-2 {
    margin: 10px;
    padding: 50px;
    font-size: 10pt;
    text-align: center;
    background-color: #6699FF;
    border: 1px solid #000;
    width: 418px;
}

td.zona-3 {
    margin: 10px;
    padding: 50px;
    font-size: 10pt;
    text-align: center;
    background-color: #FFCC00;
    border: 1px solid #000;
    width: 418px;
}

td.mezera {
    height: 10px;
}

/*** Navigace *****************************************************************************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    background: #294ca0;
    max-width: 1300px;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 8px 14px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

#cssmenu > ul > li:hover > a {
    background: #f90;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#cssmenu li:hover > ul > li {
    height: 35px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #9cf;
    font-weight: 400;
    background: #222;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #294ca0;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 18px;
    height: 0;
}

#cssmenu.small-screen {
    width: 100%;
}

#cssmenu.small-screen ul {
    width: 100%;
    display: none;
}

#cssmenu.small-screen.align-center > ul {
    text-align: left;
}

#cssmenu.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
    height: auto;
}

#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
}

#cssmenu.small-screen > ul > li {
    float: none;
}

#cssmenu.small-screen ul ul li a {
    padding-left: 25px;
}

#cssmenu.small-screen ul ul ul li a {
    padding-left: 35px;
}

#cssmenu.small-screen ul ul li a {
    color: #ffffff;
    background: none;
}

#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
    color: #000000;
}

#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
    display: none;
}

#cssmenu.small-screen #menu-button {
    display: block;
    padding: 17px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

#cssmenu.small-screen #menu-button:after {
    position: absolute;
    top: 23px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: '';
    box-sizing: content-box;
}

#cssmenu.small-screen #menu-button:before {
    position: absolute;
    top: 17px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ffffff;
    content: '';
    box-sizing: content-box;
}

#cssmenu.small-screen #menu-button.menu-opened:after {
    top: 24px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu.small-screen #menu-button.menu-opened:before {
    top: 24px;
    background: #000000;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#cssmenu.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 48px;
    width: 48px;
    cursor: pointer;
}

#cssmenu.small-screen .submenu-button.submenu-opened {
    background: #e60000;
}

#cssmenu.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}

#cssmenu.small-screen .submenu-button:after {
    position: absolute;
    top: 23px;
    right: 20px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
}

#cssmenu.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:after {
    background: #000000;
}

#cssmenu.small-screen .submenu-button:before {
    position: absolute;
    top: 20px;
    right: 23px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
}

#cssmenu.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#cssmenu.small-screen.select-list {
    padding: 5px;
}

/*** Tlačítko "koupit vstupenky do aktuality" **********************************************************************/
.koupit2 {
    font-size: 1.1em;
    color: #4C66B2;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;          
    margin: 20px;     
}

.koupit2 a {
    background-color: #FF8000;
    border: none;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

.koupit2 a:hover {
    background-color: #4C66B2;
}

.spojeni {
    padding: 10px 0 5px 0;
    border-bottom: 1px dotted #ccc;
}

.hledej input[type=text] {
    max-width: 300px;
    padding: 10px 20px;
    margin: 12px 5px;
    box-sizing: border-box;
    border: 0;
    background: white;
    color: DarkGrey;
    font-size: 1.2em;
    text-align: left;
    border-radius: 5px;
}

.hledej input[type=text]:focus, textarea:focus {
    background-color: White;
    color: DarkGrey;
    font-size: 1.2em;
    text-align: left;
    border: 0;
}
.input-text2 {
    border: 1px solid #8F9FC6;
    background: #D7E3F4;
    margin: 5px 0;
    padding: 5px 10px;
    width: 85%;
    border-radius: 5px;
}
 .input-submit3 {
    background-color: #8F9FC6;
    border: none;
    color: white;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}
 .input-submit3:hover {
    background-color: #f90;
}

.obr {
    width: 95%;
    height: inherit;
    border: 1px solid #4C66A3;
    margin: 0.2em;
}
.title {
    max-width: 600px;
    border: 1px solid #4C66A3;
    margin: 0.5em  0;
} 
.social-icon {
    margin: 10px 2px;
    padding: 0;
    width:40px
}
table.calendar {
    text-align:center;
    width:98%;
    margin-top: 0.2em
}
.mapa {
    margin-top: 1em;
}
li.user{
    margin: 0 0 0 30px;
    list-style-type: square;
}
.calendar-orange-day>a {
    color:orange;
}

.headbanner {
    max-width: 100%;
    margin: 0x;
    padding: 0;
}

.reklama2 {
    width: 100%;
    margin: 5px 0 0 5px;
}

.merch {
    font-weight: bold;
    font-size: 1.1em;
    vertical-align: middle;
}

#col-left  .aktualita {
    border-bottom: 1px solid #c5d7ef;
    margin-left:  5px;
    margin-right: 5px;
    padding: 2px 5px;
    border-left: none;
    min-height: 4.5em;
}

#col-left .aktualita a {
    color: #0356a9;
}

#col-left .aktualita a:hover {
    color: #FF8000;
}

#col-left  .news2 {
    margin: 1px 0 0 -5px;
}

#col-left  .right-news-desc {
    margin-left: 48px;
    line-height: 130%;
    font-size: 0.95em;
}

#col-left .right-news {
    float: left;
    border: 1px solid #8F9FC6;
    margin: 1px;
    width: 40px;
    height: 49px;
    background: url("https://www.kulturniportal.cz/projekty/inc/images/newsb.gif") 0 0;
}

#col-left ul {
    list-style: none;
    margin: 0 5px 0 5px;
    background: #E8EFF7 url("https://www.kulturniportal.cz/design/nav2.gif") 0 100% no-repeat;
}

/* ------------------------------------------------------------------------------------------------------- */
/* coolkies lišta */
/* ------------------------------------------------------------------------------------------------------- */

.consent {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #101010;
    display: flex;
    box-shadow: -1px -1px 10px 0 rgba(0, 0, 0, .3);
    z-index:10000
}

@media only screen and (min-width: 321px) and(max-width: 619px), only screen and(min-width: 620px) and(max-width: 959px) {
    .consent {
        flex-direction: column;
        left: 0;
        width: 100%;
        padding:20px
    }
}

@media only screen and (min-width: 960px) and(max-width: 1279px), only screen and(min-width: 1280px) {
    .consent {
        gap: 50px;
        padding: 40px;
        border-left: 10px solid #ff6f00;
        justify-content: space-between;
        align-items:center
    }
}

@media only screen and (min-width: 321px) and(max-width: 619px), only screen and(min-width: 620px) and(max-width: 959px) {
    .consent .consent-text {
        text-align:center
    }
}

.consent .consent-text h4 {
    margin-bottom: 5px;
    font-weight:700
}

.consent .consent-text p {
    font-size: 14px;
    color:#707070
}

@media only screen and (min-width: 960px) and(max-width: 1279px), only screen and(min-width: 1280px) {
    .consent .consent-text p {
        max-width:60ch
    }
}

@media only screen and (min-width: 321px) and(max-width: 619px), only screen and(min-width: 620px) and(max-width: 959px) {
    .consent .consent-buttons {
        margin-bottom: 0;
        text-align:center
    }
}

@media only screen and (min-width: 960px) and(max-width: 1279px), only screen and(min-width: 1280px) {
    .consent .consent-buttons {
        display: flex;
        justify-content: space-between;
        align-items:center
    }

    .consent .consent-buttons button:last-child {
        margin-left:10px
    }
}