/* ----------------------------------------------------------------------------------------------------------
1) Reset
---------------------------------------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

/* ----------------------------------------------------------------------------------------------------------
2) Výchozí hodnoty HTML tagů
---------------------------------------------------------------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    background: #010101 url(https://www.kulturniportal.cz/projekty/inc/images/bg.gif);
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 1.4em;
    height: 100vh;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #478fcd;
}

h1 {
    font-size: 1.8em;
    padding: 0.2em 0;
}

.title {
    padding: 0.3em 0;
}

.center_dotted {
    text-align: center;
    font-size: 1.4em;
    color: #000;
    border-bottom: 1px dotted #ccc;
    padding: 1.5em 0 0.3em 0;
}

.slogan {
    font-size: 1.1em;
    font-weight: 700;
    padding-bottom: 0.4em;
    color: #000;
}

.tiraz {
    text-align: left;
    font-style: italic;
    font-size: 0.9em;
    padding: 0.5em;
}


h2 {
    margin: 5px 0 1px 0;
    padding: 0;
    font-size: 1.2em;
}

h2 a {
    text-decoration: none;
    color: #478fcd;
}

h2 a:hover, .menu a:hover {
    text-decoration: underline;
    color: #f60;
}

h2.nadpis {
    font-weight: 700;
}

.spojeni {
    padding: 10px 0 5px 5px;
    border-bottom: 1px dotted #ccc;
}

.spojeni2 {
    padding: 10px 0 5px 0;
}

h2.news {
    margin: 5px 0 0 0;
    font-weight: 700;
    font-size: 1em;
}

h3 {
    font-size: 1em;
}

h3.dotted {
    margin: 0 5px;
    border-bottom: 1px dotted #ccc;
}

p, ul, ol {
    margin: 0;
    line-height: 150%;
}

ul {
    margin: 0 0 0 30px;
    list-style-type: square;
}

ol {
    margin: 0 0 0 1.5em;
}

li.pokyny {
    padding: 0.5em 0;
}

.doprspoj2 {
    color: #222;
}

a {
    text-decoration: none;
    color: #478fcd;
}

a:hover {
    color: #f60;
    text-decoration: underline;
}

.sede a {
    text-decoration: none;
    font-weight: bold;
    color: #478fcd;
}

.sede a:hover,.aktualita a:hover  {
    text-decoration: underline;
    color: #478fcd;
}

#wrapper {
    display: block;
    margin: 0 auto;
    padding: 0;
    z-index: -1;
    background: url("https://www.kulturniportal.cz/projekty/inc/images/background-black.jpg") no-repeat center top;
    background-attachment: fixed;
    min-height: 100%;
    overflow: hidden;
}

/* Splash */

#splash {
    margin: 0 auto;
    padding: 0;
}

#logo {
    position: relative;
    overflow: hidden;
}

#logo span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("../images/title.png") 0 0 no-repeat;
    cursor: pointer;
}

span.kp {
    position: fixed;
    display: block;
    top: 10px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url("https://www.kulturniportal.cz/projekty/inc/images/kp.png") 0 0 no-repeat;
    background-attachment: fixed;
}

/* Content */
#content {
    min-width: 300px;
}

/* Sidebar */
#sidebar {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #787878;
}

#sidebar ul {
    list-style: none;
}

.odrazka {
    color: #478fcd;
    float: left;
    padding-left: 5px;
}

#phone {
    border-radius: 5px;
    margin: 10px 5px 10px 0;
    padding: 3px 0;
    text-align: center;
    color: #000;
    background: #478fcd;
}

#hotline {
    border-radius: 5px;
    margin: 10px 5px 10px 0;
    padding: 3px 0;
    text-align: center;
    color: #000;
    background: #f60;
}

.tel {
    float: left;
    margin: 5px 0 5px 10px;
}

.number {
    font-size: 2.2em;
    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.1em;
    margin-bottom: 4px;
}

#mokravarianta {
    border-radius: 5px;
    margin: 10px 5px 10px 0;
    padding: 0;
    text-align: center;
    height: 100px;
    background: #cde4fa;
}

#bgmenu {
    border-radius: 5px;
    margin: 0 5px 0 0;
    text-align: left;
    background: #eee;
}
.upoutavka {
    margin-bottom: 10px;
    text-align: center;
}

.upoutavka2 {
    margin-top: 15px;
}

.harfa {
    margin-top: 20px;
}

#bgmenufb {
    border-radius: 5px;
    margin-left: 25px;
    margin-right: -17px;
    margin-top: 10px;
    background: #eee;
}

.menu {
    line-height: 0;
    border-top: 1px dotted #ccc;
    margin-left: 0;
    border-left: none;
}

.menu a {
    padding-left: 10px;
    text-transform: uppercase;
    color: #478fcd;
}


.aktualita {
    border-top: 1px dotted #ccc;
    margin-left: -25px;
    margin-right: 5px;
    padding: 2px 5px;
    border-left: none;
    min-height: 4.5em;
}

.aktualita a {
    color: #f60;
}

#sidebar h3 {
    padding: 3px 0 2px 5px;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #478fcd;
}

#sidebar h3.news {
    padding: 7px 0 2px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #478fcd;
}

hr.cistic {
    clear: both;
    height: 1px;
    border: none;
    visibility: hidden;
}

/* Footer */
#footer {
    clear: both;
    margin: 0 auto;
    padding: 0 0 1em 0;
    display: block;
    position: relative;
    z-index: 1;
}

#footer p {
    color: #aaa;
    margin: 0;
    padding: 5px 0;
    font-size: 0.9em;
    line-height: 180%;
    text-align: center;
}

#footer a {
    color: #aaa;
}



.fb-like {
    float: left;
    margin: 10px 5px;
}

.fb-like-box {
    margin-left: 0;
}

.noscreen {
    display: none;
}

.predstaveni {
    min-height: 80px;
    clear: both;
    border-bottom: 1px dotted #ccc;
}

.predstaveni.box.porady {
    min-height: 0;
    border-bottom: none;
}

.repertoar-img {
    float: left;
    width: 132px;
    height: 97px;
    border: 1px solid #478fcd;
    background: url("https://www.kulturniportal.cz/projekty/inc/images/porad.png") 0 0;
    margin: 1px 10px 1px 5px;
}

@media (min-width: 768px) {
.repertoar-img {
    float: left;
    width: 132px;
    height: 97px;
    border: 1px solid #478fcd;
    background: url("https://www.kulturniportal.cz/projekty/inc/images/porad.png") 0 0;
    margin: 1px 10px 1px 5px;
}
    }

.preview {
    width: 100%;
}

.repertoar-desc {
    line-height: 150%;
    margin-bottom: 3px;
}

.left-float {
    float: left;
}

.news-img {
    float: left;
    width: 127px;
    height: 72px;
    border: 1px solid #478fcd;
    background: url("https://www.kulturniportal.cz/projekty/inc/images/news.gif") 0 0;
    margin: 1px 10px 7px 5px;
}

.news-desc {
    line-height: 140%;
    margin: 0;
}

.news-desc p {
    padding-left: 5px;
    margin-bottom: 0;
}

.video-img {
    width: 125px;
    height: 70px;
    border: 1px solid #478fcd;
    background: url("https://www.kulturniportal.cz/projekty/inc/images/video.gif") 0 0;
    margin: 10px auto 2px auto
}

.center {
    text-align: center;
    margin: 1em
}

.center2 {
    text-align: center;
    margin-top: 1em
}

.center-link {
    text-align: center;
    border-top: 1px dotted #ccc;
    margin-bottom: 1em;
}

.video {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}

.terminy {
    color: #f60;
    font-weight: 600;
}

.text {
    padding: 3px 0 5px 0;
}

.text2 {
    padding: 3px 0;
    font-size: 10px;
}

.citace {
    padding: 3px 0 5px 0;
    font-style: italic;
}

.obsah {
    padding: 5px 0;
    font-weight: 400;
}

.obsah2 {
    padding: 5px 0;
    font-weight: 400;
    border-top: 1px dotted #ccc;
}

.obsah3 {
    padding: 5px 0;
    font-weight: 600;
    border-bottom: 1px dotted #ccc;
}

.hlaska {
    padding: 5px 0;
    text-align: center;
    color: #f60;
}


.fotky {
    margin-top: 1em
}

.gallery,.videogallery {
    margin-left: auto;
    margin-right: auto;
}

.popisek {
    font-size: 0.8em;
    padding: 5px
}

.obr {
    width: 95%;
    height: inherit;
    border: 1px solid #478fcd;
    background: #1a1a1a;
    margin: 0.2em
}

.obr-news {
    border: 1px solid #478fcd;
    max-width: 100%;
}

.right-news {
    float: left;
    border: 1px solid #478fcd;
    margin: 1px;
    width: 40px;
    height: 49px;
    background: url("https://www.kulturniportal.cz/projekty/inc/images/newsb.gif") 0 0;
}

.foto-news {
    padding: 1em;
    text-align: center;
}

.portret {
    float: left;
    width: 137px;
    height: 182px;
    border: 1px solid #f60;
    background: url("https://www.kulturniportal.cz/projekty/inc/images/portret.gif") 0 0;
    margin: 5px 10px 5px 0
}

.red {
    margin: 0.6em 0;
    color: #478fcd;
}

.sede {
    color: #222;
}

.sede_small {
    color: #777;
    font-size: 0.9em;
}

.status {
    font-size: 0.85em;
    font-weight: 600;
    color: #f60;
    text-transform: uppercase;
}

.zvyraznene {
    color: #f60;
    font-weight: bold;
}

.zvyraznene2 {
    margin: 1.2em 0 0.6em 0;
    color: #478fcd;
    border-bottom: 1px dotted #ccc;
}

.zvyraznene3 {
    color: #000;
}

.zvyraznene4 {
    margin: 1.2em 0 0 0;
    color: #478fcd;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}
.letonastrese {
    padding: 0 1em;
}

.doprdiv {
    margin: 1em 0;
    padding: 0.5em 1em;
    font-size: 0.9em;
    color: #000;
    background: #eee;
    border-radius: 6px;
}

.doprdiv2 {
    border: 1px solid #478fcd;
    background: #d6e3fb;
    padding: 0.7em 1em;
    margin: 1em 0;
    border-radius: 6px;
}

.doprdiv3 {
    margin: 10px 5px 10px 0;
    padding: 0.5em;
    font-size: 0.85em;
    font-weight: 600;
    color: #000;
    background: #478fcd;
    border-radius: 6px;
}

.doprdiv4 {
    margin: 0.5em 0;
    padding: 0.5em 1em;
    color: #000;
    background: #eee;
    border-radius: 6px;
}

.strankovani {
    clear: both;
    margin-top: 2px;
    padding-top: 5px;
    /*border-top: 1px dotted #ccc;*/
    color: #999;
    text-align: right;
}

.strankovani a {
    color: #478fcd;
}

.strankovani2 {
    clear: both;
    margin: 0 0.5em;
    font-size: 0.95em;
    padding-bottom: 0.3em;
    color: #999;
    text-align: right;
}

.strankovani2 a {
    color: #478fcd;
}

.strankovani2 a:hover {
    color: #f60;
    text-decoration: underline;
}

.strankovani3 {
    clear: both;
    margin: 0 0.5em;
    font-size: 0.95em;
    border-top: 1px dotted #ccc;
    padding-bottom: 0.3em;
    color: #999;
    text-align: right;
}

.strankovani3 a {
    color: #478fcd;
}

.strankovani3 a:hover {
    color: #f60;
    text-decoration: underline;
}

td.vl {
    width: 190px;
}

td.vl2 {
    width: 70px;
}

td.datum {
    width: 140px;
}

td.den {
    width: 48px;
}

td.den2 {
    width: 13px;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}

td.misto {
    width: 110px;
    color: #777;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}

.tabulka-sudy_radek {
    background: #eee;
    border-radius: 4px;
}

td.rezervace {
    width: 130px;
    text-align: center;
    padding: 0 0.5em;
}

td.hraji {
    width: 48px;
    font-weight: bold;
}

.detail_table,.hraji_table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

.detail_table td {
    line-height: 160%;
    vertical-align: middle;
    //border-bottom: 1px dotted #777;
    padding: 4px 6px;
}

.detail_table tr:hover td {
    background: #ccc;
}

.detail_table thead td,.hraji_table thead td {
    background: #2F2F2F;
    color: white;
    padding: 4px 10px;
}

.detail_table thead tr:hover td {
    background: #2F2F2F;
}

.mapa {
    margin:1em 0;
}

.otviraci_doba {
    border-collapse: collapse;
    margin-bottom: 10px;
    top: 0px;
}

@media (min-width: 768px) {
    .otviraci_doba {
        float: right;
        margin-bottom: 0;
        margin-top: -2em
    }
}

.otviracka_table {
    border-collapse: collapse;
    width: 195px;
}

.otviracka_table td {
    line-height: 120%;
    padding: 0.5em;
}

td.hodiny {
    text-align: right;
}

.right {
  text-align: right;
}

.hraji_table td {
    line-height: 140%;
    border-bottom: 1px dotted #ccc;
    padding: 4px 20px 4px 4px
}


.upozorneni {
    font-style: italic;
    padding: 0 0 0.5em 0;
    border-bottom: 1px dotted #ccc;
}

.predprodeje, .acrobat, .calendar, .facebook-events {
    float: left;
    margin: 5px 7px 0 0
}

.predprodeje2 {
    margin: 5px 14px 0 0
}

.rss {
    float: right;
}

.rss1 {
    width:16px;
    margin: 5px;
}

.rss2 {
    width:24px;
    margin-top: 4px;
}

.news2 {
    margin: 3px 0 0 0;
}

.right-news-desc {
    margin-left: 48px;
    line-height: 130%;
    font-size: 0.95em;
}

.gps {
    border: 1px solid #478fcd;
    background: #d6e3fb;
    padding: 0.7em 1em;
    margin-top: 26em;
    border-radius: 6px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

.poznamka {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #f60;
    background: #e8caa6;
    border: 1px dotted #ccc;
    margin-bottom: 10px;
    padding: 3px 7px
}

.poznamka a {
    color: #478fcd;
}

.predprodej2 {
    margin: 10px 0 5px 0;
}

@media (min-width: 768px) {
    .predprodej2 {
        float: right;
        margin-top: 0;
    }
}

.sdileni {
    width: 140px;
    float: right;
    margin: 13px 3px
}

@media handheld {
    #links {
        display: none;
    }
}

/*** 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;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  background: #478fcd;
  max-width: 960px;
}
#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: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  background: #06c;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 23px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 20px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  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 > ul > li.has-sub:hover > a:before {
  top: 24px;
  height: 0;
}
#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: #999;
  font-weight: 400;
  background: #ddd;
}
#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: #ffffff;
}
#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" **********************************************************************/
.koupit {
    font-weight: bold;
    font-size: 0.85em;
    color: #f60;
    text-transform: uppercase;
}

.koupit a {
    font-weight: bold;
    background-color: #478fcd;
    border: none;
    color: white;
    padding: 4px 10px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

.koupit a:hover {
    background-color: #06c;
}

/*** Tlačítko "koupit vstupenky do aktuality" **********************************************************************/
.koupit2 {
    font-size: 1.2em;
    color: #f60;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 5px 5px 20px 5px;
}

.koupit2 a {
    background-color: #478fcd;
    border: none;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

.koupit2 a:hover {
    background-color: #06c;
}

/* --------------- Responsiveness --------------- */

.container-main {
    padding-left: 0;
    padding-right: 0;
}

/* Navigation */
.navigation {
    background: #478fcd;
    height: 32px;
    border-radius: 0;
    border: 0;
}

.navbar {
    min-height: 28px !important;
    margin: 0;
}

@media (min-width: 768px) {
    .navbar a::before {
        content: "";
        background-color: #ff7f7f;
        opacity: 0.729;
        width: 7px;
        height: 7px;
        margin: 0 10px 2px 5px;
        display: inline-block;
    }

    .navbar .menu-first-element::before {
        width: 0;
        height: 0;
    }
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 28px;
    font-weight: 700;
}

.navbar-default {
    background-color: red;
    border: none;
    border-radius: 0;
    max-width: 960px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a:hover {
    color: black;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {

    background-color: #eaeaea;
    color: white;
}

/* Content */
.content-container {
    background: #fff;
    margin: 0;
    padding-top: 10px;
    max-width: 960px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.panel-right {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .panel-right {
        padding-left: 5px;
        padding-right: 5px;
    }
}

iframe {
    margin-top: 15px;
    width: 100%;
}

#mapa {
    width: 100% !important;
}

#content > .press {
    padding-left: 40px;
}

.social-icon {
    margin: 10px 2px;
    padding: 0;
    width:40px
}

.repertoar-desc p {
    padding-left: 5px;
    margin-bottom: 0;
}

.content-icon {
 width: 24px
}

@media (min-width: 768px) {
    .content-icons {
        text-align: right;
        margin-top: 0;
    }
}

.content-icons a {
    margin-right: 5px;
}

.bottom-dotted {
    border-bottom: 1px dotted #ccc;
    margin: 0;
}

.no-padding-right {
    padding-right: 0;
}

.program {
    padding: 0 15px 0 15px;
}

.program-datum {
    padding: 10px 0 5px 5px;
}

.program-nazev {
    padding: 10px 0 5px 5px;
}

.program-vstupenky {
    padding: 10px 0 5px 0;
    margin-bottom: 2px;
    text-align: center;
}

@media (max-width: 991px) {
    .program-datum, .program-nazev, .program-vstupenky {
        padding-bottom: 0;
    }
}

.program .row {
    min-height: 3em;
    padding-bottom: 5px;
}

.float-right {
    float: right;
}

input[type=text] {
    width: 100%;
    padding: 5px 20px;
    margin: 0 0 3px 0;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    background: #eee;
}

input[type=text]:focus, textarea:focus {
    background-color: DarkGray;
    color: black;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 5px 20px;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    background-color: #eee;
    resize: none;
}

label  {
    margin-top: 5px;
    font-weight: 400;
}

input[type=submit] {
    background-color: #478fcd;
    border: none;
    color: white;
    padding: 8px 16px;
    margin: 24px 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}

input[type=submit]:hover {
    background-color: #f60;
}

.reklama {
    width: 294px;
    height: 93px;
    border: 1px solid #ddd;
    margin: 10px auto
}

.reklama2 {
    width: 292px;
}