@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese');

@font-face {
    font-family: 'Noto Mono';
    font-style: normal;
    font-weight: 400;
    src: url(/_/fonts/NotoMono-Regular.ttf) format('ttf');
}

.article-content-block {
    max-width: 600px;
}

.screen-reader-text {
    display: none;
}

:active, :focus {
    outline: none !important;
}

/*
black:        #121212
black hover:  #393939
purple:       #231A71
purple hover: #403791
white:        #FFFFFF
grey:         #EDEDED
grey hover:   #E2E2E6
text-grey:    #9A9A9A
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, inline-block, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

.script-tag {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*
Rachot Stylesheet
Author: Jonas – http://justjonas.rocks
Twitter: @jonasjanousek
*/

h2 {
    font-size: 3em;
    line-height: 2em;
}

.page-template-respect-tamplate h2,
.category-respect-festival h2,
.category-respect-festival-en h2 {
    color: #231A71;
}

.page-template-respect-tamplate .menu-container h2,
.category-respect-festival .menu-container h2,
.category-respect-festival-en .menu-container h2 {
    color: #fff;
}

.center h2 {
    font-size: 2.2em;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-size: 1.8em;
    margin-top: 2em;
}

.search h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.attachment main {
    text-align: center;
}

.attachment main img {
    max-width: 100%;
    height: auto;
}

h4 {
    font-size: 1.13em;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.span-1 {
    width: 7%;
}

.span-2 {
    width: 14%;
}

.span-3 {
    width: 22%;
}

.span-4 {
    width: 31%;
}

.span-5 {
    width: 38.66666666665%;
}

.span-6 {
    width: 48.2%;
}

.span-7 {
    width: 54.33333333332%;
}

.span-8 {
    width: 63.66666666665%;
}

.span-9 {
    width: 72%;
}

.span-10 {
    width: 80.33333333332%;
}

.span-11 {
    width: 88.66666666665%;
}

.span-12 {
    width: 97%;
}

.offset-1 {
    margin-left: 7%
}

.program .span-4 {
    width: 22.35%;
}

.program .tile-date {
    display: none;
}

html, body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    text-rendering: optimizeLegibility;
    background: #F0F0F0;
}

p {
    margin: 1.4em 0;
}

article:first-of-type {
    padding-top: 1.2em;
}

article p.intro {
    font-size: 1.25em;
    line-height: 1.6em;
    margin-bottom: 2.5em;
}

.main-tiles, .top-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-tiles p {
    margin: 0;
}

nav {
    width: 100%;
    height: 56px;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;
    z-index: 100;
}

nav.navigation.pagination {
    position: relative;
    top: auto;
    left: auto;
    overflow: auto;
    display: block;
    height: auto;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
}

nav.navigation.pagination a {
    padding: 5px 10px;
    margin: 0 5px;
}

nav.navigation.pagination span.current {
    display: none;
}

nav.navigation.pagination .next, nav.navigation.pagination .icon {
    height: 1em;
    width: 1em;
}


nav section, nav div {
    display: inline-block;
    margin: 0;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}

nav .switcher {
    /*width: 390px;*/
    width: 585px;
    display: inline-block;
}

nav .switcher a,
.menu-container .switcher a {
    width: 33.3333333%;
    padding: 17px 0;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

nav .switcher a.respect,
.menu-container .switcher a.respect {
    background: #3C3C3C;
    color: #9A9A9A;
    border-right: 1px solid #777777;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.switcher a.booking {
    background: #3C3C3C;
    color: #9A9A9A;
    border-right: 1px solid #777777;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.switcher a.booking:hover {
    background: #121212;
}


.page-template-respect-tamplate nav .switcher a.respect,
.page-template-respect-tamplate .menu-container .switcher a.respect,
.category-respect-festival nav .switcher a.respect,
.category-respect-festival .menu-container .switcher a.respect,
.category-respect-festival-en nav .switcher a.respect,
.category-respect-festival-en .menu-container .switcher a.respect {
    background: #F0F0F0;
    color: #231A71;
}

nav .switcher a.rachot,
.menu-container .switcher a.rachot {
    background: #121212;
}

nav .switcher a.respect:hover,
.menu-container .switcher a.respect:hover {
    background: #403791;
    color: #fff;
}

.page-template-respect-tamplate nav .switcher a.respect:hover,
.page-template-respect-tamplate .menu-container .switcher a.respect:hover,
.category-respect-festival nav .switcher a.respect:hover
.category-respect-festival .menu-container .switcher a.respect:hover
.category-respect-festival-en nav .switcher a.respect:hover,
.category-respect-festival-en .menu-container .switcher a.respect:hover {
    background: #F0F0F0;
}

nav .switcher a.active,
.menu-container .switcher a.active {
    background: #F0F0F0;
    color: #121212;
}

.page-template-respect-tamplate nav .switcher a.active,
.page-template-respect-tamplate .menu-container .switcher a.active,
.category-respect-festival nav .switcher a.active,
.category-respect-festival .menu-container .switcher a.active,
.category-respect-festival-en nav .switcher a.active,
.category-respect-festival-en .menu-container .switcher a.active {
    background: #3A3189;
    color: #9A94C9;
}

.page-template-respect-tamplate nav .switcher a.active:hover,
.page-template-respect-tamplate .menu-container .switcher a.active:hover,
.category-respect-festival-en nav .switcher a.active:hover,
.category-respect-festival-en .menu-container .switcher a.active:hover,
.category-respect-festival nav .switcher a.active:hover,
.category-respect-festival .menu-container .switcher a.active:hover {
    background: #121212;
    color: #fff;
}

nav .search {
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: inline-block;
    background: #3C3C3C;
}

.page-template-respect-tamplate nav .search,
.category-respect-festival-en nav .search,
.category-respect-festival nav .search {
    background: #3A3189;
}

nav .search input, .newsletter-main-form input, .filter-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;

    font-size: 18px;
}

nav .search label::before, .filter-search label::before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    background: url("img/search-icon-white.svg") no-repeat;
}

.page-template-respect-tamplate nav .search label::before,
.category-respect-festival nav .search label::before,
.category-respect-festival-en nav .search label::before {
    background: url("img/search-icon-white.svg") no-repeat;
}

nav .search input[type="search"],
nav .search input.search-field,
.filter-search input[type="search"],
.filter-search input.search-field,
.newsletter-main-form input {
    border: none;
    background: transparent;
    margin: 0;
    padding: 17px 0 17px 53px;
    width: 90%;
    color: #fff;
}

.page-template-respect-tamplate nav .search input[type="search"], .page-template-respect-tamplate nav .search input.search-field,
.category-respect-festival nav .search input[type="search"], .category-respect-festival nav .search input.search-field,
.category-respect-festival-en nav .search input[type="search"], .category-respect-festival-en nav .search input.search-field {
    color: #fff;
}

nav .search input[type="submit"],
nav .search input.search-submit,
.filter-search input[type="submit"],
.filter-search input.search-submit {
    border: none;
    background: transparent;
    margin: 0;
    padding: 17px 10px;
    cursor: pointer;
    display: none;
}

nav .search input[type="submit"]:hover,
nav .search input.search-submit:hover,
.filter-search input[type="submit"]:hover,
.filter-search input.search-submit:hover {
    background: #E2E2E6;
}

nav .search input[type="search"]::-webkit-search-cancel-button,
.filter-search input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.filter-search {
    background: #E5E5EA;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 70px;
}

.filter-search input[type="search"] {
    padding: 10px 0 10px 40px;
    color: #454545;
}

.filter-search label::before {
    left: 10px;
}

nav .lang {
    display: inline-block;
    background: #3C3C3C;
}

.page-template-respect-tamplate nav .lang,
.category-respect-festival nav .lang,
.category-respect-festival-en nav .lang {
    background: #3A3189;
}

nav .lang a {
    font-weight: normal;
    padding: 17px 20px;
    text-decoration: none;
    color: #E5E5EA;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #777777;
}

nav .lang a.tickets {
    padding: 5px 10px;
    margin-right: 9px;
    margin-top: 9px;
    font-weight: bold;
    border: 3px solid #E5E5EA;
    text-transform: uppercase;
}

nav .lang a.tickets:hover {
    color: #3A3189;
    background: #E5E5EA;
}

nav .lang a:hover {
    background: #777;
}

.category-festivalove-akce nav .lang a.tickets, .category-festivalove-akce nav .lang a.tickets {
    display: none !important;
}

.page-template-respect-tamplate nav .lang a:hover,
.category-respect-festival nav .lang a:hover,
.category-respect-festival-en nav .lang a:hover {
    background: #7A73B4;
}

.page-template-respect-tamplate nav .lang a.tickets:hover {
    color: #3A3189;
    background: #E5E5EA;
}

.logo-container {
    text-align: center;
    padding-top: 80px;
}

nav .menu-btn {
    background: #121212;
    padding: 17px 23px;
    color: #fff;
    cursor: pointer;
    display: inline-block;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.page-template-respect-tamplate nav .menu-btn,
.category-respect-festival nav .menu-btn,
.category-respect-festival-en nav .menu-btn {
    background: #231A71;
}

nav .menu-btn .menu-icon {
    width: 27px;
    height: 16px;
    margin-left: 14px;
}

nav .menu-btn span {
    background: #fff;
    height: 3px;
    width: 27px;
    display: block;
    margin-bottom: 6px;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;
}

.tile .menu-btn span:first-child {
    margin-top: -2px;
}

nav .menu-btn span:last-child {
    margin-bottom: 0;
}

nav .menu-btn:hover span {
    margin-bottom: 8px;
}

nav .menu-btn:hover span:nth-child(1) {
    margin-left: 4px;
    margin-top: -4px;
}

nav .menu-btn:hover span:nth-child(2) {
    margin-left: -2px;
}

nav .menu-btn:hover span:nth-child(3) {
    margin-left: 4px;
}

.menu--active nav .switcher a.active,
.menu--active .menu-container .switcher a.active {
    background: #121212 !important;
    color: #fff;
}

.menu--active nav .switcher a.respect,
.menu--active .menu-container .switcher a.respect {
    background: #231A71;
    color: #fff;
    border-right-color: transparent;
}

.page-template-respect-tamplate.menu--active nav .switcher a.active,
.page-template-respect-tamplate.menu--active .menu-container .switcher a.active,
.category-respect-festival nav .switcher a.active,
.category-respect-festival .menu-container .switcher a.active,
.category-respect-festival-en nav .switcher a.active,
.category-respect-festival-en .menu-container .switcher a.active {
    background: #231A71;
}

.page-template-respect-tamplate.menu--active nav .search, .page-template-respect-tamplate.menu--active nav .lang a,
.page-template-respect-tamplate.menu--active .menu-container .search, .page-template-respect-tamplate.menu--active .menu-container .lang a,
.category-respect-festival.menu--active nav .search, .category-respect-festival.menu--active nav .lang a,
.category-respect-festival.menu--active .menu-container .search, .category-respect-festival.menu--active .menu-container .lang a,
.category-respect-festival-en.menu--active nav .search, .category-respect-festival-en.menu--active nav .lang a,
.category-respect-festival-en.menu--active .menu-container .search, .category-respect-festival-en.menu--active .menu-container .lang a {
    background: #3A3189;
}

.menu--active nav .lang a:hover {
    background: #3C3C3C;
}

.menu--active nav .search label::before {
    background: url("img/search-icon-white.svg");
}

.menu--active nav .menu-btn span:nth-child(2) {
    display: none;
}

.menu--active nav .menu-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 6px);
    transform: rotate(45deg) translate(5px, 6px);
    width: 32px;
    margin: 0;
}

.menu--active nav .menu-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-4px, 3px);
    width: 32px;
    margin: 0;
}

.menu--active nav .menu-btn:hover span:nth-child(1) {
    margin-left: 0;
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
    transform: rotate(-45deg) translate(-6px, 5px);
}

.menu--active nav .menu-btn:hover span:nth-child(3) {
    margin-left: 0;
    -webkit-transform: rotate(45deg) translate(3px, 4px);
    transform: rotate(45deg) translate(3px, 4px);
}

.menu--active input, .menu--active nav .search input[type="search"] {
    color: #fff;
}

.page-template-respect-tamplate.menu--active nav .lang,
.category-respect-festival.menu--active nav .lang,
.category-respect-festival-en.menu--active nav .lang {
    background: #3A3189;
}

.page-template-respect-tamplate.menu--active nav .lang a.tickets,
.category-respect-festival.menu--active nav .lang a.tickets,
.category-respect-festival-en.menu--active nav .lang a.tickets {
    border-color: #fff;
}

.page-template-respect-tamplate.menu--active nav .lang a.tickets:hover,
.category-respect-festival.menu--active nav .lang a.tickets:hover,
.category-respect-festival-en.menu--active nav .lang a.tickets:hover {
    background: #fff;
    color: #3A3189;
}

.page-template-respect-tamplate.menu--active nav .lang a:hover,
.category-respect-festival.menu--active nav .lang a:hover,
.category-respect-festival-en.menu--active nav .lang a:hover {
    background: #483daa;
}

.page-template-respect-tamplate.page-id-213 main,
.page-template-respect-tamplate.page-id-708 main,
.category-respect-festival.page-id-213 main,
.category-respect-festival-en.page-id-213 main {
    width: 100%;
    max-width: none;
}

main, #buy, .next-concerts, #novinar, .partners {
    width: 90%;
    max-width: 1020px;
    padding: 40px 0 0 0;
    margin: 0 auto;
    position: relative;
}

.next-concerts, .partners {
    padding: 20px 0 20px 0;
}

.next-concerts h4, .partners h4 {
    margin-bottom: 8px;
}

.next-concerts .tile .tile-title {
    font-size: 1.25em;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
}

.partners img {
    width: 19%;
    margin-right: 5%;
    margin-bottom: 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.partners img:nth-child(4n+1) {
    margin-right: 0;
}

.page-template-respect-tamplate.page-id-179 main, .page-template-respect-tamplate.program main,
.category-respect-festival.page-id-179 main, .category-respect-festival.program main,
.category-respect-festival-en.page-id-179 main, .category-respect-festival-en.program main,
.category-respect-festival.page-id-705 main,
.page-template-respect-tamplate.page-id-705 main,
.page-id-1378 main, .page-id-1586 main {
    width: 100%;
    max-width: none;
}

.menu-container {
    padding-top: 56px;
}

.menu-container nav {
    display: block;
    text-align: center;
    top: auto;
    height: auto;
    position: relative;
}

.menu-container nav a {
    font-size: 2.1em;
    font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 1.2em;
    line-height: 1em;
}

.menu-container .logo-container {
    color: #fff;
    position: relative;
}

.logo-container img, div img {
    max-width: 100%;
}

.menu-container nav a:hover {
    text-decoration: underline;
}

.menu-container nav a.current-item, .menu-container nav .current-menu-item a {
    color: #454545;
}

.page-template-respect-tamplate .menu-container nav a.current-item, .page-template-respect-tamplate .menu-container .current-menu-item a,
.category-respect-festival .menu-container nav a.current-item, .category-respect-festival .menu-container .current-menu-item a,
.category-respect-festival-en .menu-container nav a.current-item, .category-respect-festival-en .menu-container .current-menu-item a {
    color: #7A73B4;
}

.respect-menu-links {
    display: none;
}

main .logo-container,
.menu-container .logo-container {
    text-align: center;
    padding: 23px 0;
}

main .tile, main .thumbnail, .next-concerts .tile {
    position: relative;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.next-concerts .tile {
    margin-right: 3%;
}

.next-concerts .tile:last-child {
    margin-right: 0;
}

main .tile::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

main .tile:hover::after {
    opacity: 1;
}

main .tile:hover {
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
}

main .top-tiles .tile:first-child {
    margin-right: 3.5%;
}

section.section-divider {
    margin-bottom: 100px;
}

.tile {
    vertical-align: bottom;
}

.tile .tile-video-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.tile-video-container {
    position: relative;
}

.tile-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.tile-video-container img {
    width: 100%;
}

.video--embeded::after {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    display: block;
    background: url("img/play.svg") no-repeat center;
    z-index: 4;
    top: 6px;
    right: 6px;
}

.page-template-respect-tamplate .video--embeded::after,
.category-respect-festival .video--embeded::after,
.category-respect-festival-en .video--embeded::after {
    background: url("img/play-respect.svg") no-repeat center;
}

.video--play::after {
    display: none;
}

.video--embeded {
    cursor: pointer;
}

.video--embeded:hover::after {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*---------------------------------------------

                  SEARCH

-----------------------------------------------*/

.search main {
    width: 100%;
    max-width: 100%;
}

.search article {
    background: #fff;
    padding: 2% 0;
}

.search article:nth-child(even) {
    background: transparent;
}

.search article header,
.search article .entry-summary {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
}

.search .page-header {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
}


.tiles-see-all {
    font-weight: bold;
    color: #231A71;
    text-align: center;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.tile img {
    width: 100%;
    z-index: 3;
}

.tile iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.tile a {
    text-decoration: none;
    color: #121212;
}

.tile-respect a, .tile-respect-color a {
    color: #231A71;
}

.tile a:hover .tile-title {
    text-decoration: underline;
}

.tile .tile-link {
    padding: 0 5px;
    display: block;
}

.tile.post-format-image .tile-link {
    display: none;
}

.tile .origin {
    font-size: 12px;
    color: #9A9A9A;
}

.tile .tile-title {
    font-size: 45px;
    line-height: 1.3em;
}

.tile .tile-text {
    font-size: 0.8em;
    line-height: 1.5em;
    height: 3em;
    margin-top: 6px;
}

.tile.post-format-status .tile-text,
.tile.post-format-quote .tile-text {
    height: 7em;
}

.tile.post-format-status .tile-title,
.tile.post-format-quote .tile-title {
    height: 2.5em;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.tile-article {
    padding: 0 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tile-article .tile-link {
    padding: 0;
}

.tile.tile-article h2 {
    margin: 0.6em 0;
    padding: 0.75em 0;
}

.tile.tile-article .tile-text {
    font-size: 1em;
    height: 18em;
    overflow: hidden;
    position: relative;
    cursor: default;
    margin-top: 0.6em;
}

.tile.tile-article-image .tile-text {
    font-size: 1em;
    height: 7.75em;
    overflow: hidden;
    padding: 0 5px;
    margin-top: 14px;
}

.tile.tile-article-image-only .tile-link {
    padding: 0;
}

.tile .tile-artist-info {
    padding: 0 5px 7px 5px;
}

.tile .tile-concert-info {
    font-family: 'Noto Mono', monospace;
    font-size: 15px;
    border-top: 1px solid #DEDEDE;
    padding: 7px 5px;
    margin: 0 5px;
}

.tile .tile-concert-info span {
    display: block;
}

.tile .tile-concert-info span:first-child {
    margin-bottom: 5px;
}

.tile .tile-btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.program .tile .tile-btns {
    display: none;
}

.tile .tile-btns a {
    text-align: center;
    display: inline-block;
    padding: 12px 0;
}

.tile .tile-btns a.tile-facebook-event {
    margin-left: 5px;
    margin-right: 5px;
    border-top: 1px solid #DEDEDE;
    color: #9A9A9A;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 14px 0;
    font-weight: normal;
}

.tile .tile-btns a.tile-facebook-event:hover {
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid transparent;
    background: #3b5998;
    color: #fff;
}

.tile .tile-btns a.tile-buy {
    width: 50%;
    text-transform: uppercase;
    font-weight: bold;
    border: 3px solid #121212;
}

.tile.tile-open-air .tile-btns a.tile-buy {
    width: 100%;
}

.tile .tile-btns a.tile-buy:hover {
    background: #121212;
    color: #fff;
}

.tile-respect .tile-btns a.tile-buy, .tile-respect-color .tile-btns a.tile-buy, .tile-respect-color .tile-btns .tile-read-more {
    border-color: #231A71;
}

.tile-respect .tile-btns a.tile-buy:hover, .tile-respect-color .tile-btns a.tile-buy:hover {
    background: #231A71;
}

.tile-respect,
.tile-respect .tile-title,
.tile-respect .tile-text,
._color-respect,
.tile-respect-color,
.tile-respect-color .tile-title,
.tile-respect-color .tile-text {
    color: #231A71 !important;
}

.tile-respect .tile-btns a.tile-buy {
    border-color: #231A71;
    color: #231A71;
}

.tile-respect .tile-btns a.tile-buy:hover {
    background: #231A71;
}

.tile .tile-btns a.tile-read-more {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.tile .tile-btns a.tile-read-more:hover {
    text-decoration: underline;
}

.detail-technical-informations-container {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
}

.detail-technical-informations .tr {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.program .tile .tile-place {
    font-size: 0.8em;
}

.detail-technical-informations .tr:nth-child(2) {
    margin-bottom: 15px;
}

.detail-technical-informations .td {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.detail-technical-informations .td.td-underline {
    border-bottom: 1px solid #CECECE;
    padding-left: 10px;
    padding-right: 10px;
}

.detail-technical-informations .td.date-active .td-underline {
    padding: 0;
    width: 100%;
}

.detail-technical-informations .td.date-active::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    background: #CECECE;
    position: absolute;
    left: 0;
    bottom: 0;
}

.detail-technical-informations .td.date-active:nth-child(2)::before {
    background: transparent;

}

.detail-technical-informations .td.date-active:nth-child(2) {
    padding-left: 0;
}

.detail-technical-informations .td.date-active .td-price.td-underline {
    padding-bottom: 15px;
}

.detail-technical-informations .td-underline {
    border-bottom: 1px solid #CECECE;
}

.detail-technical-informations .td.date-active {
    min-width: 24.7%;
    margin-right: 5px;
    position: relative;
    padding-left: 10px;
}

.detail-technical-informations .td.date-active:last-child {
    margin-right: 0;
}

.detail-technical-informations .td-first {
    width: 16%;
}

.detail-technical-informations .td-cas {
    margin-left: 10px;
}

.detail-technical-informations .td-place {
    width: 80%;
}

.detail-technical-informations .td-date {
    width: 42%;
}

.detail-technical-informations .td-time {
    width: 22%;
}

.detail-technical-informations .td-price {
    font-weight: bold;
    padding-bottom: 20px;
}

.detail-technical-informations .td-center {
    text-align: center;
}

.detail-technical-informations .td-small {
    font-family: 'Noto Mono', monospace;
    font-size: 0.75em;
}

.detail-technical-informations .td-smaller {
    font-size: 0.65em;
}

.detail-technical-informations .date--not-active {
    color: #D5D5D5;
}

.detail-technical-informations .date--not-active .td-price {
    font-weight: normal;
}

.category-respect-festival .detail-technical-informations .tr:first-child,
.category-respect-festival-en .detail-technical-informations .tr:first-child,
.category-respect-festival .detail-technical-informations .tr:nth-child(2),
.category-respect-festival-en .detail-technical-informations .tr:nth-child(2) {
    display: block;
}

.category-respect-festival .detail-technical-informations .tr:nth-child(2) .td,
.category-respect-festival-en .detail-technical-informations .tr:nth-child(2) .td {
    margin-bottom: 5px;
}

.facebook-event-press {
    margin-top: 10px;
}

.facebook-event-press section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.facebook-event-press a {
    width: 50%;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    background: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}

.facebook-event-press a:nth-child(2) {
    margin-right: 0;
}

.facebook-event-press a:nth-child(1):hover {
    background: #3b5998;
    color: #fff;
    text-decoration: none;
}

.facebook-event-press a:nth-child(2):hover {
    background: #121212;
    color: #fff;
    text-decoration: none;
}

.page-template-respect-tamplate .main-tiles .main-tiles-section,
.category-respect-festival .main-tiles .main-tiles-section,
.category-respect-festival-en .main-tiles .main-tiles-section {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tiles-tickets-info .main-tiles-section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-template-respect-tamplate .main-tiles:nth-child(even),
.category-respect-festival .main-tiles:nth-child(even),
.category-respect-festival-en .main-tiles:nth-child(even) {
    background: #E5E5E5;
}

.page-template-respect-tamplate.program .main-tiles:nth-child(odd),
.category-respect-festival.program .main-tiles:nth-child(odd),
.category-respect-festival-en.program .main-tiles:nth-child(odd) {
    background: transparent;
}

.page-template-respect-tamplate.program .main-tiles:nth-child(even),
.category-respect-festival.program .main-tiles:nth-child(even),
.category-respect-festival-en.program .main-tiles:nth-child(even) {
    background: #E5E5E5;
}

.page-template-respect-tamplate.program .tile-date,
.category-respect-festival.program .tile-date,
.category-respect-festival-en.program .tile-date {
    display: none;
}

.page-template-respect-tamplate .main-tiles,
.category-respect-festival .main-tiles,
.category-respect-festival-en .main-tiles {
    padding-top: 1px;
}

.page-template-respect-tamplate .main-tiles h3,
.category-respect-festival .main-tiles h3,
.category-respect-festival-en .main-tiles h3 {
    color: #231A71;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1.5em;
    width: 100%;
    line-height: 1.5em;
}

.page-template-respect-tamplate .main-tiles:first-of-type h3,
.category-respect-festival .main-tiles:first-of-type h3,
.category-respect-festival-en .main-tiles:first-of-type h3 {
    margin-top: 0;
}

.page-template-respect-tamplate.program .main-tiles h2,
.category-respect-festival.program .main-tiles h2,
.category-respect-festival-en.program .main-tiles h2 {
    text-align: left;
}

.main-tiles .tile, main .thumbnail {
    margin-right: 3.5%;
    margin-bottom: 3.5vw;
    vertical-align: top;
}

.main-tiles .tile:nth-child(3n), main .thumbnail:nth-child(3n+1), .main-tiles .tile:last-child, main .thumbnail:last-child {
    margin-right: 0;
}

.page-template-respect-tamplate .main-tiles .tile:nth-child(3n),
.category-respect-festival .main-tiles .tile:nth-child(3n),
.category-respect-festival-en .main-tiles .tile:nth-child(3n) {
    margin-right: 3.5%;
}

.page-template-respect-tamplate .main-tiles .tile:nth-child(3n+1), .page-template-respect-tamplate .main-tiles .tile:last-child, .page-template-respect-tamplate main .thumbnail:last-child,
.category-respect-festival .main-tiles .tile:nth-child(3n+1), .category-respect-festival .main-tiles .tile:last-child, .category-respect-festival main .thumbnail:last-child,
.category-respect-festival-en .main-tiles .tile:nth-child(3n+1), .category-respect-festival-en .main-tiles .tile:last-child, .category-respect-festival-en main .thumbnail:last-child {
    margin-right: 0;
}

.page-template-respect-tamplate .main-tiles.program .tile:nth-child(3n+1) {
    margin-right: 3.5%;
}

.page-template-respect-tamplate .main-tiles.program .tile:nth-child(4n+1) {
    margin-right: 0;
}

.page-template-respect-tamplate.program .main-tiles .tile:nth-child(3n+1),
.category-respect-festival.program .main-tiles .tile:nth-child(3n+1),
.category-respect-festival-en.program .main-tiles .tile:nth-child(3n+1) {
    margin-right: 3.5%;
}

.page-template-respect-tamplate.program .main-tiles .tile:nth-child(4n+1),
.category-respect-festival.program .main-tiles .tile:nth-child(4n+1),
.category-respect-festival-en.program .main-tiles .tile:nth-child(4n+1) {
    margin-right: 0;
}

main .thumbnail a {
    width: 100%;
    overflow: hidden;
    display: block;
}

main .thumbnail img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

main .thumbnail:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.main-tiles .tile .tile-btns a.tile-buy {
    width: 60%;
}

.main-tiles .tile-respect .tile-btns a.tile-buy {
    width: 100%;
}

.respect-tile, .respect-tile h2, .respect-tile p {
    color: #231A71;
}


.main-tiles .tile .tile-title {
    font-size: 34px;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.main-tiles .tile .tile-title.tile-title-small {
    font-size: 1.25em;
}

.main-tiles .tile.span-6 .tile-video-container {
    max-height: 175px;
}

.main-tiles .tile.span-6.tile-article-image-only .tile-video-container {
    max-height: 21.95em;
}

.main-tiles .tile.span-6.tile-article-image .tile-text {
    height: 5.75em;
}

.main-tiles .tile.span-6 .tile-title.tile-title-small {
    padding-top: 0.4em;
}

.main-tiles .tile.span-13 {
    position: relative;
}

.main-tiles .tile.span-13 .tile-video-container {
    width: 50%;
    display: inline-block;
}

.main-tiles .tile.span-13 .tile-artist-info {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.main-tiles .tile.span-13 .tile-btns {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-tiles .tile.span-13.tile-article-image .tile-text {
    height: 10.8em;
}

.newsletter-main {
    text-align: center;
    margin: 0 auto;
}

.newsletter-main p {
    margin: 2em auto;
    line-height: 1.4em;
}

.newsletter-main-form {
    background: #E5E5EA;
    display: inline-block;
    width: 75%;
    position: relative;
}

.newsletter-main-form input {
    font-size: 14px;
    padding: 11px 18px;
    display: inline-block;
}

.newsletter-main-form input[type="e-mail"] {
    width: 100%;
    color: #121212;
}

.newsletter-main-form a {
    position: absolute;
    top: 9px;
    right: 11px;
    color: #121212;
    font-weight: bold;
    font-size: 14px;
}

.newsletter-main-form input[type="submit"] {
    width: auto;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 10px;
    cursor: pointer;
}

.page-template-respect-tamplate .newsletter-main-form input[type="submit"],
.category-respect-festival .newsletter-main-form input[type="submit"],
.category-respect-festival-en .newsletter-main-form input[type="submit"] {
    color: #231A71;
}

.newsletter-main-form input[type="submit"]:hover {
    text-decoration: underline;
}

.menu-container {
    width: 100vw;
    height: 100vh;
    background: #121212;
    position: fixed;
    z-index: 99;
    top: -110%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    -webkit-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.page-template-respect-tamplate .menu-container,
.category-respect-festival .menu-container,
.category-respect-festival-en .menu-container {
    background: #231A71;
}

.menu--active .menu-container {
    top: 0;
}

footer {
    color: #fff;
    position: relative;
    width: 100%;
    background: rgb(60, 60, 60);
    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 60, 60, 1)), color-stop(50%, rgba(60, 60, 60, 1)), color-stop(50%, rgba(18, 18, 18, 1)), to(rgba(18, 18, 18, 1)));
    background: linear-gradient(to right, rgba(60, 60, 60, 1) 0%, rgba(60, 60, 60, 1) 50%, rgba(18, 18, 18, 1) 50%, rgba(18, 18, 18, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#121212', GradientType=1);
}

.page-template-respect-tamplate footer,
.category-respect-festival footer,
.category-respect-festival-en footer {
    background: rgb(122, 115, 180);
    background: -webkit-gradient(linear, left top, right top, from(rgba(122, 115, 180, 1)), color-stop(50%, rgba(122, 115, 180, 1)), color-stop(50%, rgba(35, 26, 113, 1)), to(rgba(35, 26, 113, 1)));
    background: linear-gradient(to right, rgba(122, 115, 180, 1) 0%, rgba(122, 115, 180, 1) 50%, rgba(35, 26, 113, 1) 50%, rgba(35, 26, 113, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a73b4', endColorstr='#231a71', GradientType=1);
}

footer h3 {
    margin-bottom: 1.5em;
    font-size: 1em;
}

.footer-container {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.footer-sitemap {
    padding: 2em 0;
    width: 50%;
    float: left;
}

.footer-sitemap a {
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
}

.footer-sitemap .footer-sitemap-section {
    display: inline-block;
    width: 30.3%;
    margin-right: 3%;
    vertical-align: top;
}

.footer-sitemap .footer-sitemap-section:nth-child(3n) {
    margin-right: 0;
}

.footer-sitemap .footer-sitemap-section a {
    display: block;
    margin-bottom: 1.2em;
}

.footer-sitemap .footer-sitemap-section a:hover {
    text-decoration: underline;
}

.footer-right {
    width: 38%;
    float: right;
    padding: 2em 0;
}

.footer-right .newsletter-main-form {
    width: 100%;
}

.footer-right p {
    font-size: 12px;
    margin-top: 1em;
    line-height: 1.6em;
}

.footer-social {
    position: absolute;
    right: 0;
    bottom: 11px;
}

.footer-social a {
    margin-left: 20px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.footer-social a:hover {
    text-decoration: underline;
}

.video-container {
    position: relative;
}

.video-container img {
    width: 100%;
    z-index: 3;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
}

.video--play iframe {
    display: block;
}

.main-info {
    float: left;
}

.main-info h2 {
    font-size: 2.5em;
    margin: 0.8em 0 0 0;
    line-height: 1em;
}

.main-info p.origin {
    color: #666666;
    font-size: 0.7em;
    margin-top: 0.5em;
}

.main-info p.title-text {
    font-family: 'Noto Mono', monospace;
    font-size: 15px;
}

.video-arrows {
    position: absolute;
    height: 100%;
    width: 5%;
    display: none;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -100%;
    overflow: hidden;
    z-index: 98;
}

.video-arrow--next {
    right: -4.5%;
    background-image: url("img/arrow-next.svg");
}

.video-arrow--prev {
    left: -4.5%;
    background-image: url("img/arrow-prev.svg");
}

.video--play.video--list .video-arrows {
    display: block;
}

aside {
    position: relative;
    float: right;
    width: 34%;
}

aside .tile {
    margin-bottom: 2em;
}

.concert-detial {
    display: block;
    position: relative;
    right: 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6%;
    background: #fff;
    font-family: "Noto Mono", monospace;
    font-size: 0.95em;
}

.page-template-respect-tamplate .concert-detial,
.category-respect-festival .concert-detial,
.category-respect-festival-en .concert-detial {
    color: #231A71;
}

.concert-info span {
    display: block;
}

.concert-price {
    margin-top: 2em;
}

.concert-price div {
    display: inline-block;
    vertical-align: top;
}

.concert-price div:first-child {
    width: 20%;
}

.concert-price div:nth-child(2) {
    margin-right: 3%;
}

.concert-price--disable {
    opacity: 0.2;
}

.concert-btns {
    margin-top: 4em;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
}

.detail-technical-informations .concert-btns {
    margin-top: 1em;
}

.concert-btns .btn-others {
    margin-top: 1.5em;
}

.category-nejen-pro-deti .concert-btns,
.category-nejen-pro-deti-en .concert-btns,
.category-open-air .concert-btns,
.category-open-air-en .concert-btns,
.category-nejen-pro-deti #buy,
.category-nejen-pro-deti-en #buy,
.category-open-air #buy,
.category-open-air-en #buy,
.category-nejen-pro-deti .detail-technical-informations .table .tr:last-child,
.category-nejen-pro-deti-en .detail-technical-informations .table .tr:last-child,
.category-open-air .detail-technical-informations .table .tr:last-child,
.category-open-air-en .detail-technical-informations .table .tr:last-child,
.category-nejen-pro-deti .facebook-event-press,
.category-nejen-pro-deti-en .facebook-event-press,
.category-open-air .facebook-event-press,
.category-open-air-en .facebook-event-press {
    display: none;
}

.concert-btns .btn-others, .concert-btns .btn-others a {
    color: #121212;
    text-decoration: none;
    font-size: 10px;
    line-height: 1.4em;
}

.page-template-respect-tamplate .concert-btns .btn-others, .page-template-respect-tamplate .concert-btns .btn-others a,
.category-respect-festival .concert-btns .btn-others, .category-respect-festival .concert-btns .btn-others a,
.category-respect-festival-en .concert-btns .btn-others, .category-respect-festival-en .concert-btns .btn-others a {
    color: #231A71;
}

.page-template-respect-tamplate .concert-btns .btn-buy,
.category-respect-festival .concert-btns .btn-buy,
.category-respect-festival-en .concert-btns .btn-buy {
    color: #231A71;
    border-color: #231A71;
}

.page-template-respect-tamplate .concert-btns .btn-buy:hover,
.category-respect-festival .concert-btns .btn-buy:hover,
.category-respect-festival-en .concert-btns .btn-buy:hover {
    background: #231A71;
}

.concert-btns .btn-others a:hover {
    text-decoration: underline;
}

.concert-btns a.btn-buy {
    width: 100%;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: bold;
    color: #121212;
    text-decoration: none;
    border: 3px solid #121212;
    text-align: center;
    display: inline-block;
    padding: 20px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.concert-btns a.btn-buy span {
    display: block;
    width: 100%;
    height: 1em;
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    bottom: 11px;
    text-transform: none;
}

.concert-btns a.btn-buy:hover {
    background: #121212;
    color: #fff;
}

.galerie-thumbnails {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 45%;
}

.no-buy-button .galerie-thumbnails {
    margin-top: 180%;
}

.galerie-thumbnails figure {
    width: 46%;
    display: inline-block;
    margin-right: 6%;
    margin-bottom: 6vw;
}

.galerie-thumbnails figure:nth-child(2n) {
    margin-right: 0;
}

.galerie-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.galerie-thumbnails figcaption, .galerie-section figcaption {
    display: none;
}

.galerie-thumbnails img, .galerie-section img {
    width: 100%;
}

.galerie-section figure {
    width: 31%;
    display: inline-block;
    margin-right: 3.5%;
    margin-bottom: 3.5vw;
}

.galerie-section figure:nth-child(3n) {
    margin-right: 0;
}

.historie-text {
    padding-right: 2.3em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.informace-text, .article-text {
    padding-left: 1.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.informace-text p:first-child, .article-text p:first-child {
    margin-top: 0;
}

.page-template-respect-tamplate .informace-section h3,
.category-respect-festival .informace-section h3,
.category-respect-festival-en .informace-section h3 {
    text-align: center;
    color: #231A71;
    margin-bottom: 2.5em;
}

.article-text h3 {
    color: #121212;
    margin-top: 0.5em;
}

.page-template-respect-tamplate .article-text h3,
.category-respect-festival-en .article-text h3,
.category-respect-festival .article-text h3 {
    color: #231A71;
}

.historie-text, .historie-image,
.informace-text, .informace-image,
.article-text, .article-image {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-top: 1.2em;
}

.historie-image img, .informace-image img, .article-image img {
    width: 100%;
    display: block;
}

.historie-info p {
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

.historie-info {
    margin-bottom: 4em;
}

aside h3 {
    margin-top: 0;
    margin-bottom: 1em;
}

.filter {
    font-family: "Noto mono", monospace;
    font-size: 1.2em;
    color: #9A9A9A;
    text-align: center;
    width: 100%;
}

.filter.filter-sections._clone {
    z-index: 1001;
}

.filter a {
    padding: 5px 17px;
    margin: 4px 7px;
    display: inline-block;
}

.filter a:hover {
    text-decoration: none;
    color: #121212;
    background: #E5E5EA;
}

.filter a.filter-item--active {
    color: #121212;
}

.archiv-year-divider {
    width: 100%;
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 5px;
    border-bottom: 2px solid #121212;
    margin-top: 3em;
}

.archive-section h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
    cursor: default;
}

.archive-section section {
    margin-top: 3em;
}

.archive-section section:nth-child(1) {
    margin-top: 1em;
}

.archive-section p {
    margin: 0.5em 0;
}

.archive-section .archive-date {
    font-family: "Noto mono", monospace;
    width: 12em;
    display: inline-block;
}

.archive-section a {
    font-weight: bold;
}

.archive-section .archive-origin {
    color: #9A9A9A;
}

.archive-section .archive-origin::before {
    content: "(";
}

.archive-section .archive-origin::after {
    content: ")";
}

.page-template-respect-tamplate .tiles-tickets.tiles-tickets-info,
.category-respect-festival .tiles-tickets.tiles-tickets-info,
.category-respect-festival-en .tiles-tickets.tiles-tickets-info {
    background: #BDB9DB !important;
}

.main-tiles p.tickets-info-small {
    margin: 1em 2em 2em;
    width: 100%;
}

.tiles-tickets {
    color: #231A71;
    text-align: center;
    font-size: 0.94em;
}

.tiles-tickets.tiles-tickets-sale {
    text-align: left;
    width: 100%;
}

.tiles-tickets.tiles-tickets-sale .ticket {
    background: #231A71;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.tiles-tickets.tiles-tickets-sale .ticket-price {
    font-size: 2.5em;
}

.page-template-respect-tamplate .tiles-tickets.tiles-tickets-info h3,
.category-respect-festival .tiles-tickets.tiles-tickets-info h3,
.category-respect-festival-en .tiles-tickets.tiles-tickets-info h3,
.tiles-tickets.tiles-tickets-info .tiles-see-all {
    color: #fff;
}

.tiles-see-all {
    width: 100%;
}

.tiles-tickets .ticket-container {
    width: 19%;
    margin: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

.tiles-tickets:not(.tiles-tickets-info) .ticket-container {
    background: transparent;
    border: 3px solid #231A71;
}

.tiles-tickets .ticket {
    padding-top: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 45px;
}

.tiles-tickets.tiles-tickets-info .ticket {
    border: 3px solid #231A71;
}

.tiles-tickets .ticket-name {
    font-weight: bold;
    margin: 0 15px;
}

.tiles-tickets .ticket-plus {
    font-size: 3em;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.tiles-tickets .ticket-date-to {
    margin-top: 1em;
}

.tiles-tickets .ticket-price {
    font-size: 3em;
    font-weight: bold;
    line-height: 2em;
}

.tiles-tickets .ticket-date {
    margin-bottom: 15px;
}

.tiles-tickets .ticket-btn {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
    border-top: 3px solid #231A71;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.tiles-tickets-info.tiles-tickets .ticket-btn {
    background: transparent;
}

.tiles-tickets .ticket-btn:hover {
    text-decoration: none;
    background: #231A71;
    color: #fff;
}

.ticket--sold-out .ticket {
    opacity: 0.35;
    background: transparent;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 0;
}

.ticket--not-sell .ticket {
    background: transparent;
    padding-bottom: 10px;
}

.ticket--sold-out .ticket-price {
    font-size: 2.5em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.ticket--sold-out .ticket-btn,
.ticket--sold-out .ticket-name {
    display: none;
}

.ticket-sold-out {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0.7em;
    opacity: 0.35;
}

.tile-contact {
    display: inline-block;
    margin-right: 3.5%;
    margin-bottom: 3.5vw;

    background: #fff;
    padding: 15px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 10em;
    vertical-align: top;
    position: relative;
}

.menu-respect-festival-link {
    display: none;
}

.tile-contact:nth-child(4n+1), .tile-contact:last-child {
    margin-right: 0;
}

.tile-contact h4 {
    color: #231A71;
}

.tile-contact div {
    position: absolute;
    bottom: 15px;
    left: 18px;
}

.tile-contact p {
    margin: 0;
    font-weight: bold;
    font-size: 0.9em;
}

.tile-contact a {
    font-size: 0.9em;
}

.partner-logo {
    display: inline-block;
    margin-right: 3.5%;
    margin-bottom: 3.5vw;
}

.partner-logo:nth-child(4n) {
    margin-right: 0;
}

div.flip-list-header, .menu-container .switcher {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
}

@media screen and (max-width: 930px) {

    nav .switcher {
        width: 195px;
    }

    nav .switcher a {
        width: 100%;
        display: none;
    }

    nav .switcher a.active {
        width: 100%;
        display: inline-block;
    }

    nav .menu-btn {
        width: 156px;
    }
}

@media screen and (max-width: 700px) {

    nav .switcher {
        display: none;
    }

    nav .lang a.tickets {
        display: none;
    }

    .span-6, .span-7 {
        width: 100%;
    }

    .span-4 {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 12% !important;
    }

    .page-template-respect-tamplate .span-4,
    .category-respect-festival .span-4,
    .category-respect-festival-en .span-4 {
        width: 100%;
    }

    h2 {
        line-height: 1.3em;
    }

    nav .search {
        width: 100%;
    }

    nav .lang, .menu--active nav .search {
        display: none;
    }

    nav .menu-btn {
        padding: 17px 10px;
    }

    .menu--active nav .lang {
        width: 100%;
        display: inline-block;
        -moz-flex-grow: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: right;
    }

    .menu-container .switcher {
        display: block;
    }

    .offset-1 {
        margin-left: 0;
    }

    .span-4:nth-child(2n), .span-4:nth-child(2n) {
        margin-right: 0 !important;
    }

    .main-tiles .tile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tile-concert-info,
    .tile.tile-article-image-only .tile-link {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .tile.tile-article .tile-text {
        height: 14.9em;
    }

    .main-tiles {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer {
        background: #121212;
    }

    .page-template-respect-tamplate footer,
    .category-respect-festival-en footer,
    .category-respect-festival footer {
        background: #231A71;
    }

    .footer-sitemap, .footer-right {
        width: 100%;
        float: none;
        padding-top: 0;
    }

    .footer-social {
        right: auto;
        left: 0;
    }

    .footer-social a {
        margin-left: 0;
        margin-right: 20px;
    }

    .menu-respect-festival-link {
        font-size: 2.5em;
        text-align: center;
        width: 100%;
        display: block;
        color: #fff;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        line-height: 1.5em;
        padding: 10px 0;
        background: #231A71;
    }

    .main-info {
        width: 100%;
        float: none;
    }

    aside {
        width: 100%;
        float: none;
    }

    .historie-text, .historie-image, .informace-text, .informace-image, .article-text, .article-image {
        width: 100%;
    }

    .archive-section .archive-date, .archive-section a {
        display: block;
    }

    .archive-section p {
        margin: 1.5em 0;
    }

    .no-buy-button .galerie-thumbnails, .galerie-thumbnails {
        margin-top: 100px;
    }

    .galerie-section figure {
        width: 48%;
    }

    .galerie-section figure:nth-child(3n) {
        margin-right: 3.5%;
    }

    .galerie-section figure:nth-child(2n) {
        margin-right: 0;
    }

    .tiles-tickets .ticket-container {
        width: 100%;
    }

    .footer-sitemap .footer-sitemap-section {
        width: 45%;
    }

}

.admin-bar nav {
    top: 32px;
}

.admin-bar {
    padding-top: 32px;
}

.simple-banner {
    position: fixed;
    top: 56px;
}

body.admin-bar > .simple-banner {
    top: 88px
}

body.page-template-respect-tamplate-php > .simple-banner {
    display: none;
}

.tile__ribbon {
    position: absolute;
    transform: rotate(28deg);
    -webkit-transform: rotate(28deg);
    background: black;
    color: white;
    padding: 10px;
    top: 40%;
    left: -50%;
    right: -50%;
    text-align: center;
}

.cancelled_moved {
    background: red;
    color: white;
    margin-left: -2%;
    width: 100%;
    padding: 10px;
    text-align: center;
}

/*
@media screen and (min-width: 700px) {
  .tile__ribbon {
    top: 50px;
    right: -20px;
    left: 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1000px) {
  .tile__ribbon {
    top: calc(45% - 30px);
    font-size: 18px;
    right: -90px;
    left: 90px;
  }
}*/

/* BOOKING */
.page-template-booking-tamplate .switcher a.booking {
    background: #F0F0F0;
    color: #121212;
}

.page-template-booking-tamplate nav .switcher a.active, .menu-container .switcher a.active {
    background: #3C3C3C;
    color: #9A9A9A;
}

.page-template-booking-tamplate .section-divider {
    margin-bottom: 20px;
}

.booking-interpreti-container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.booking-interpret {
    padding: 20px;
    width: 50%;
}

.booking-interpret h2 {
    font-size: 2em;
    line-height: 1;
}

@media screen and (min-width: 700px) {
    .booking-interpret {
        width: 33.3333%;
    }
}

@media screen and (min-width: 1200px) {
    .booking-interpret {
        width: 25%;
    }
}
