@font-face {
  font-family: "Segoe-UI-Light";
  src: url("/fonts/segoe-ui-l.ttf");
}

@font-face {
  font-family: "Segoe-UI-LightItalic";
  src: url("/fonts/segoe-ui-li.ttf");
}

@font-face {
  font-family: "Segoe-UI-Normal";
  src: url("/fonts/segoe-ui-n.ttf");
}

@font-face {
  font-family: "Segoe-UI-Italic";
  src: url("/fonts/segoe-ui-ni.ttf");
}

@font-face {
  font-family: "Segoe-UI-Semi";
  src: url("/fonts/segoe-ui-semi.ttf");
}

@font-face {
  font-family: "Segoe-UI-SemiItalic";
  src: url("/fonts/segoe-ui-semii.ttf");
}

@font-face {
  font-family: "Segoe-UI-Bold";
  src: url("/fonts/segoe-ui-b.ttf");
}

@font-face {
  font-family: "Segoe-UI-BoldItalic";
  src: url("/fonts/segoe-ui-bi.ttf");
}

@font-face {
  font-family: "Segoe-UI-ExtraBold";
  src: url("/fonts/segoe-ui-extrab.ttf");
}

@font-face {
  font-family: "Segoe-UI-ExtraBoldItalic";
  src: url("/fonts/segoe-ui-extrabi.ttf");
}

@font-face {
  font-family: "Berlin-Sans-Demi";
  src: url("/fonts/berlin-sans-demi.TTF");
}

@font-face {
  font-family: "KG";
  src: url("/fonts/KGSecondChancesSolid.ttf");
}

@font-face {
  font-family: "Courtney-Script-New";
  src: url("/fonts/Courtney-Script-New.otf");
}

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  font-size: 18px;
  min-height: 100%;
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  color: #000000;
  font-family: "Segoe-UI-Normal", sans-serif;
  font-size: 100%;
  display: flex;
  flex-direction: column;
}

/* #homepage {
  background-color: #ff6633;
  background-image: url("https://tuzinagroove.sk/images/background-photo.jpg");
  background-size: cover;
  background-position: center 65%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

  @media (max-width: 599px) {
    #homepage {
      background-image: url("images/background-photo-mobile.jpg");
    }
  }
*/

/* ------------------------- BACKGROUND GRAPHICS ------------------------- */
.background-graphic-left,
.background-graphic-right {
  display: none;
}

@media only screen and (min-width: 1100px) {
  .background-graphic-left,
  .background-graphic-right {
    display: block;
    position: fixed;
    top: 80px;
    height: calc(100% - 80px);
    width: auto;
    z-index: -1;
  }

  .background-graphic-left {
    left: 0;
  }

  .background-graphic-right {
    right: 0;
  }
}

/* ------------------------- NAVIGÁCIA ------------------------- */
.navigation {
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  background: #3b1d53;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navigation a,
.navigation a:visited {
  color: #ffffff;
  text-decoration: none;
  font-family: "Segoe-UI-ExtraBold";
}

.navigation a:hover,
.navigation a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.social-media .icon {
  display: inline-block;
  margin-right: 1em;
}

.website-logo {
  display: block;
  width: calc(60px * 2.75);
  height: 60px;
  background-image: url(https://tuzinagroove.sk/images/tuzina-groove_logo-white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 599px) {
  .website-logo {
    width: calc(45px * 2.75);
    height: 45px;
  }
}

.menu > ul {
  list-style-type: none;
}

@media only screen and (max-width: 599px) {
  #navigation {
    display: none;
  }

  .navigation {
    height: 60px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
  }

  .menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    height: calc(100vh - 120px);
    overflow-y: scroll;
    background-color: #3b1d53;
  }

  #homepage .menu {
    top: 120px;
  }

  .menu > ul {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1em 2em;
    text-align: left;
    display: flex;
    flex-direction: column;
  }

  .menu > ul > li {
    display: block;
    padding: 0.5em 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  #navigation {
    display: none;
  }

  .navigation {
    height: 80px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu {
    position: absolute;
    top: 80px;
    right: 0;
    width: 360px;
    height: calc(100vh - 140px);
    overflow-y: scroll;
    background-color: #3b1d53;
  }

  .menu > ul {
    padding: 1.5em 2em;
    text-align: left;
  }

  .menu > ul > li {
    display: block;
    padding: 0.5em 0;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
  #navigation {
    display: none;
  }

  .navigation {
    height: 80px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu {
    position: absolute;
    top: 80px;
    right: 0;
    width: 360px;
    height: calc(100vh - 140px);
    overflow-y: scroll;
    background-color: #3b1d53;
  }

  .menu > ul {
    padding: 1.5em 2em;
    text-align: left;
  }

  .menu > ul > li {
    display: block;
    padding: 0.5em 0;
  }
}

@media only screen and (min-width: 1200px) {
  #navigation {
    display: block;
  }

  #mobileNavbarIcon {
    display: none;
  }

  .navigation {
    height: 80px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu {
    width: 60%;
  }

  .menu > ul {
    display: flex;
    justify-content: space-between;
  }

  .menu > ul > li {
    display: inline-block;
  }
}

.menu a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0.02em 0.02em;
}

/* --------------------- SUB NAVIGÁCIA --------------------- */
.sub-navigation {
  position: fixed;
  z-index: 1900;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 599px) {
  .sub-navigation {
    top: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 600px) {
  .sub-navigation {
    top: 80px;
    height: 70px;
  }
}

.sub-navigation a {
}

@media only screen and (max-width: 599px) {
  .sub-navigation a {
    font-size: 18px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .sub-navigation a {
    font-size: 24px;
  }
}

.sub-navigation .divider-line {
  display: inline-block;
  padding: 0 1em;
}

/* ------------------------- HOMEPAGE HEADER ------------------------- */
.header {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 600px) {
  .header {
    margin-top: 140px;
  }
}

@media only screen and (min-width: 1200px) {
  .header {
    margin-top: 80px;
  }
}

.title {
  font-family: "KG";
  letter-spacing: 0.05em;
}

.header h1 {
  font-weight: normal;
  font-size: 1em;
}

.header h2 {
  font-weight: normal;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.header h1 *,
.header h2 * {
  /*all elements in h1 and h2*/
  line-height: 130%;
}

.website-title--image {
  width: 100px;
  height: auto;
  margin: 0px auto 1.2rem auto;
}

.website-title--tuzina {
  color: rgb(249, 189, 5);
  font-size: 1.8em;
}

.website-title--groove {
  color: #000000;
  font-size: 2.1em;
}

.website-title--groove--o {
  color: rgb(138, 191, 252);
}

.website-title--see-you {
  color: #8a69ae;
}

.website-title--date {
  color: rgb(0, 0, 0);
}

.website-title--see-you,
.website-title--date {
  font-size: 1.8em;
}

.website-title--vol {
  color: #1d692e;
  font-size: 3em;
}

@media only screen and (min-width: 600px) {
  .website-title--image {
    width: 150px;
  }

  .website-title--tuzina {
    font-size: 2.4em;
  }

  .website-title--groove {
    font-size: 2.8em;
  }

  .website-title--see-you,
  .website-title--date {
    font-size: 2.4em;
  }

  .website-title--vol {
    font-size: 4em;
  }
}

@media only screen and (min-width: 900px) {
  .website-title--image {
    width: 150px;
  }

  .website-title--tuzina {
    font-size: 3em;
  }

  .website-title--groove {
    font-size: 3.5em;
  }

  .website-title--see-you,
  .website-title--date {
    font-size: 3em;
  }

  .website-title--vol {
    font-size: 5em;
  }
}

/* ------------------------- ĎAKUJEME ------------------------- */
.dakujeme {
  position: absolute;
  background-image: radial-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: skew(0deg, -10deg);
}

.dakujeme h1 {
  font-family: "Courtney-Script-New";
  font-size: 2.2em;
}

.dakujeme .sub-title {
  font-family: "Segoe-UI-BoldItalic";
  font-size: 1.1em;
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  .dakujeme h1 {
    font-size: 5em;
  }

  .dakujeme .sub-title {
    font-size: 2.5em;
  }
}

@media only screen and (min-width: 900px) {
  .dakujeme h1 {
    font-size: 6em;
  }

  .dakujeme .sub-title {
    font-size: 3em;
  }
}

/* ------------------------- CONTAINER ------------------------- */
.container {
  margin-top: 60px;
  flex-grow: 1;
}

.gap-after-navbar {
  margin-top: 140px;
}

.extended-gap-after-navbar {
  margin-top: 160px;
}

.gap-before-footer {
  margin-bottom: 80px;
}

@media only screen and (max-width: 599px) {
  .gap-after-navbar {
    margin-top: 90px;
  }

  .extended-gap-after-navbar {
    margin-top: 120px;
  }

  .gap-before-footer {
    margin-bottom: 60px;
  }
}

/* -------------------------- obsah neprekrytý grafikou ------------------------ */
.content-visible {
  margin: 0 auto;
  clear: both;
}

@media only screen and (max-width: 599px) {
  .content-visible {
    width: auto;
    margin: 0 16px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  .content-visible {
    width: auto;
    margin: 0 16px;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .content-visible {
    width: 66%;
    min-width: 868px;
  }
}

@media only screen and (min-width: 1200px) {
  .content-visible {
    width: 66%;
  }
}

/* ------------------------- 3 COLUMNS – ROW DIRECTION ------------------------- */
.row-direction-3-cols-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}

@media only screen and (max-width: 599px) {
  .row-direction-3-cols-container {
    flex-direction: column;
  }
  .third-width-item {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  .row-direction-3-cols-container {
    justify-content: space-between;
  }

  .two-items {
    justify-content: center;
  }

  .third-width-item {
    width: 47.5%;
    margin-bottom: 40px;
  }

  .third-width-item.two-items-gap {
    margin-right: 5%;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .row-direction-3-cols-container {
    justify-content: space-between;
  }

  .two-items {
    justify-content: center;
  }

  .third-width-item {
    width: 30%;
    margin-bottom: 40px;
  }

  .third-width-item.two-items-gap {
    margin-right: 5%;
  }
}

@media only screen and (min-width: 1200px) {
  .row-direction-3-cols-container {
    justify-content: space-between;
  }

  .two-items {
    justify-content: center;
  }

  .third-width-item {
    width: 30%;
    margin-bottom: 40px;
  }

  .third-width-item.two-items-gap {
    margin-right: 5%;
  }
}

/* ------------------------- 3 COLUMNS – COL DIRECTION ------------------------- */
.content-divided-into-3-cols {
  width: 100%;
  margin-bottom: 40px;
}

.content-divided-into-3-cols a {
  display: block;
  margin-bottom: 40px;
}

@media only screen and (max-width: 599px) {
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  .content-divided-into-3-cols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-width: 47.5%; /* Chrome, Safari, Opera */
    -moz-column-width: 47.5%; /* Firefox */
    column-width: 47.5%;
    -webkit-column-gap: 5%; /* Chrome, Safari, Opera */
    -moz-column-gap: 5%; /* Firefox */
    column-gap: 5%;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .content-divided-into-3-cols {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-width: 30%; /* Chrome, Safari, Opera */
    -moz-column-width: 30%; /* Firefox */
    column-width: 30%;
    -webkit-column-gap: 5%; /* Chrome, Safari, Opera */
    -moz-column-gap: 5%; /* Firefox */
    column-gap: 5%;
  }
}

@media only screen and (min-width: 1200px) {
  .content-divided-into-3-cols {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-width: 30%; /* Chrome, Safari, Opera */
    -moz-column-width: 30%; /* Firefox */
    column-width: 30%;
    -webkit-column-gap: 5%; /* Chrome, Safari, Opera */
    -moz-column-gap: 5%; /* Firefox */
    column-gap: 5%;
  }
}

/* ------------------------- GALLERY NAVIGATION ------------------------- */
@media only screen and (max-width: 1199px) {
  .gallery-subnav ul {
    padding-left: 1.5em;
    list-style-type: disc;
    color: #fff;
  }

  .gallery-subnav ul li {
    padding: 1em 0 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .gallery-subnav {
    display: none;
    position: absolute;
    width: calc(100% + 2em);
    left: -1em;
    border-top: solid 28px rgba(0, 0, 0, 0);
  }

  .gallery-subnav ul {
    display: block;
    list-style-type: none;
    background-color: #b24e9d;
    padding: 0.5em 0 0.5em 0;
    color: #fff;
  }

  .gallery-subnav li {
    padding: 0.5em 0 0.5em 0;
    text-align: center;
  }

  .gallery-subnav a {
    text-transform: none;
  }

  #GallerySubmenu {
    position: relative;
  }

  #GallerySubmenu:hover .gallery-subnav {
    display: block;
  }
}

/* ------------------------- GALLERY ------------------------- */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------- ODKAZY ------------------------- */
a,
a:visited {
  color: #000000;
  text-decoration: none;
  font-family: "Segoe-UI-ExtraBold";
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

a.text-link,
a.text-link:visited {
  text-decoration: none;
  font-family: "Segoe-UI-Normal";
  display: inline-block;
  border-bottom: 1px dashed #000000;
}

a.text-link:hover,
a.text-link:focus {
  border-bottom: 1px dashed transparent;
}

a.fb-contact,
a.fb-contact:visited {
  text-decoration: none;
  font-family: "Segoe-UI-LightItalic";
  display: inline-block;
  border-bottom: 1px solid transparent;
}

a.fb-contact:hover,
a.fb-contact:focus {
  border-bottom: 1px solid #000000;
}

.gallery-navigation a,
.gallery-navigation a:visited {
  text-decoration: none;
  color: #d9d9d9;
}

.gallery-navigation a:hover,
.gallery-navigation a:focus {
  text-decoration: none;
  color: #000000;
}

.gallery-navigation a.active {
  color: #000000;
}

.caution-panel a,
.caution-panel a:visited {
  text-decoration: underline;
}

.caution-panel a:hover,
.caution-panel a:focus {
  text-decoration: none;
}

.menu a[href^="majales"],
.menu a[href^="majales"]:visited,
.menu a[href^="majales"]:focus,
.menu a[href^="majales"]:hover {
  text-transform: none;
  color: #006699;
}

.active {
  text-decoration: underline;
}

.button,
.button:visited {
  display: flex;
  box-sizing: border-box;
  width: fit-content;
  padding: 1em 1.5em 1.15em 1.5em;
  background-color: #006699;
  border-radius: 2px;
  text-decoration: none;
  align-items: center;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.button:hover,
.button:focus {
  background-color: #005580;
  text-decoration: none;
}

.button .icon {
  margin-left: 0.75em;
  position: relative;
  left: 0;
  transition: all 0.2s ease-in-out;
}

.button:hover .icon {
  left: 0.25em;
}

.button .icon svg {
  height: 1.1em;
  fill: #ffffff;
}

/* ------------------------- OBRÁZKY VŠEOBECNE ------------------------- */
img {
  display: block;
  width: 100%;
  border: 0;
}

.text-narrow-block img,
.text-wide-block img {
  margin-bottom: 60px;
}

@media only screen and (max-width: 599px) {
  .text-narrow-block img,
  .text-wide-block img {
    margin-bottom: 40px;
  }
}

/* ------------------------- NADPISY ------------------------- */

h3 {
  line-height: 130%;
  font-weight: normal;
  font-family: "Segoe-UI-ExtraBold";
}

@media only screen and (max-width: 599px) {
  h3 {
    font-size: 28.8px;
  }
}

@media only screen and (min-width: 600px) {
  h3 {
    font-size: 36px;
  }
}

.text-wide-block {
}

@media only screen and (max-width: 599px) {
  .text-wide-block {
    margin: 0 auto 40px auto;
    text-align: left;
  }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  .text-wide-block {
    width: 80%;
    margin: 0 auto 60px auto;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .text-wide-block {
    width: 80%;
    margin: 0 auto 60px auto;
  }
}

@media only screen and (min-width: 1200px) {
  .text-wide-block {
    width: 80%;
    margin: 0 auto 60px auto;
  }
}

h4 {
  line-height: 130%;
  font-weight: normal;
  font-family: "Segoe-UI-ExtraBold";
}

@media only screen and (max-width: 599px) {
  h4 {
    font-size: 19.2px;
  }
}

@media only screen and (min-width: 600px) {
  h4 {
    font-size: 24px;
  }
}

#info-html h4 {
  margin-bottom: 0.5em;
}

/* ------------------------- TEXT ------------------------- */
p {
  margin-bottom: 1em;
  line-height: 150%;
}

#info-html p {
  margin-bottom: 2em;
}

.small-text {
  font-size: 16px;
}

.center {
  text-align: center;
}

.block {
  display: block;
}

.text-narrow-block {
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .text-narrow-block {
  }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  .text-narrow-block {
    width: 60%;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .text-narrow-block {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .text-narrow-block {
    width: 60%;
  }
}

ol {
  list-style-position: inside;
}

ol li {
  margin-bottom: 1em;
}

/* ------------------------- PÍSMOVÉ REZY ------------------------- */
b,
.b {
  font-weight: normal;
  font-family: "Segoe-UI-ExtraBold";
}

i,
.i {
  font-style: normal;
  font-family: "Segoe-UI-Italic";
}

b i,
.b-i {
  font-style: normal;
  font-weight: normal;
  font-family: "Segoe-UI-ExtraBoldItalic";
}

/* ------------------------- FAREBNÉ SYMBOLY V ZOZNAME KAPIEL ------------------------- */
.colored-symbol {
  color: #ffcc00;
  margin: 0 0.5em;
}

.colored-shortcut {
  font-size: 80%;
  font-family: "Segoe-UI-ExtraBold";
  color: #999999;
}

/* ------------------------- VODOROVNÁ LINKA ------------------------- */
hr {
  display: block;
  color: #8cc767;
  background-color: #8cc767;
  width: 50%;
  height: 3px;
  border-width: 0;
  margin: 80px auto 100px auto;
}

@media only screen and (max-width: 599px) {
  hr {
    margin: 40px auto 60px auto;
  }
}

/* ------------------------- OBRÁZKY S TEXTOM (umelci) ------------------------- */
.image-with-text {
  position: relative;
}

.image-text {
  display: block;
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  color: #ffffff;
  text-align: left;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.image-text .image-text-important {
  display: block;
  font-family: "Segoe-UI-ExtraBold";
  font-size: 36px;
  line-height: 1.1em;
}

.image-text .image-text-basic {
  display: block;
  font-family: "Segoe-UI-Light";
  font-size: 24px;
}

.notice-canceled {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  color: #000000;
  font-family: "Segoe-UI-ExtraBold";
  font-size: 36px;
  line-height: 1.1em;
  text-transform: uppercase;
  top: 0;
}

/* ------------------------- UMELCI – ELEKTROCENTRALA ------------------------- */
.elektrocentrala .artist {
  font-size: 21px;
  line-height: 130%;
  font-weight: normal;
  font-family: "Segoe-UI-ExtraBold";
  white-space: nowrap;
}

.elektrocentrala .colored-symbol {
  color: #b3d9ff;
}

/* ------------------------- UMELCI – PREDOSLE ROCNIKY ------------------------- */
.previous-artists-block {
  line-break: anywhere;
}

.previous-artist {
  white-space: nowrap;
}

/* ------------------------- PROGRAM ------------------------- */
.program-table {
  display: flex;
  flex-direction: column;
  width: calc(50% - 12px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 899px) {
  .program-table {
    width: 100%;
  }
}

.program-table .item {
  width: 100%;
  display: flex;
  margin-top: 9px;
}

.program-table .item .artist {
  width: 70%;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 3px solid;
  line-height: 200%;
}

.program-table .item .artist span {
  letter-spacing: 0.1em;
  font-size: 80%;
  font-family: "Segoe-UI-Semi";
}

.program-table .item .artist h4 {
  font-size: 1.85em;
  letter-spacing: 0.02em;
}

.program-table .item .stage {
  width: 30%;
  box-sizing: border-box;
  border: 3px solid;
  display: flex;
  flex-direction: column;
  line-height: 150%;
  justify-content: center;
}

.program-table .item .stage span::before {
  display: block;
  font-family: "Segoe-UI-ExtraBold";
  font-size: 65%;
  letter-spacing: 0.25em;
  text-align: center;
}

.program-table .item .stage span::after {
  display: block;
  font-size: 150%;
  font-family: "Segoe-UI-ExtraBold";
  text-align: center;
}

.A .artist {
  border-color: #ff3333 !important;
}

.A .stage {
  border-color: #ff3333 !important;
  background-color: #ff3333 !important;
}

.A .stage span::before {
  content: "STAGE";
}

.A .stage span::after {
  content: "A";
}

.B .artist {
  border-color: #ffe41a !important;
}

.B .stage {
  border-color: #ffe41a !important;
  background-color: #ffe41a !important;
}

.B .stage span::before {
  content: "STAGE";
}

.B .stage span::after {
  content: "B";
}

.C .artist {
  border-color: #b3d9ff !important;
}

.C .artist h4 {
  font-size: 100% !important;
  letter-spacing: 0.04em !important;
}

.C .stage {
  border-color: #b3d9ff !important;
  background-color: #b3d9ff !important;
}

.C .stage span::before {
  content: "Elektro centrála";
  text-transform: uppercase;
  word-wrap: break-word;
}

.C .stage h4 {
  font-family: "Segoe-UI-ExtraBold";
  font-size: 100%;
}

.K .artist {
  border-color: #cccccc !important;
}

.K .stage {
  border-color: #cccccc !important;
  background-color: #cccccc !important;
}

.K .stage span::before {
  content: "Krčmička";
  text-transform: uppercase;
}

.L .artist {
  border-color: #cccccc !important;
  width: 100% !important;
}

/* ------------------------- LÍSTKY ------------------------- */
.ticket {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  max-width: 300px;
  font-size: 16px;
  align-self: stretch;
}

.ticket-content {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 3px dotted #ffffff;
  height: calc(100% - 30px);
  position: relative; /* TODO: remove after cashed */
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.ticket span {
  display: block;
}

.ticket-content .box {
  padding: 0.25em 0 0.25em 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ticket-content .box.disabled {
  opacity: 0.2;
}

span.iba-na-mieste {
  display: inline-block;
  background-color: #ffe41a;
  padding-left: 0.5ch;
  padding-right: 0.5ch;
}

@keyframes slideDownFromTop {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}

/* ------------------------- MAPY – zobrazenie na PC a MOBILE ------------------------- */
@media only screen and (max-width: 599px) {
  img.large-screen {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  img.mobile-screen {
    display: none;
  }
}

/* ------------------------- 2 PERC OZ Groove DATA TABLE ------------------------- */
.table-2-perc-data {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
}

.table-2-perc-data td {
  vertical-align: top;
  font-family: "Segoe-UI-Semi";
  width: 50%;
  padding: 0.5em;
}

.table-2-perc-data td.i {
  font-family: "Segoe-UI-Italic";
}

/* ------------------------- ZAKÁZANÉ ------------------------- */
#zakazane {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #b24e9d;
  position: relative;
  z-index: -2;
}

#zakazane ul {
  list-style-type: none;
}

@media only screen and (max-width: 599px) {
  #zakazane ul {
    margin-left: 20px;
  }
}

#zakazane ul li h4 {
  display: inline-block;
}

#zakazane ul li {
  line-height: 130%;
  font-weight: normal;
  font-family: "Segoe-UI-ExtraBold";
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 599px) {
  #zakazane ul li {
    font-size: 19.2px;
  }
}

@media only screen and (min-width: 600px) {
  #zakazane ul li {
    font-size: 24px;
  }
}

#zakazane ul li:before {
  content: "";
  border-color: transparent #000000;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
  padding-right: 15px;
}

/* ------------------------- LOGÁ – PARTNERI ------------------------- */
.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.main-partners span {
  width: 30%;
  margin: 3em 0;
}

.partners span {
  width: 15%;
  margin: 3em 0;
}

.text-financny-prispevok {
  align-items: flex-start;
}

@media only screen and (max-width: 599px) {
  .logos {
    flex-direction: column;
    align-items: center;
  }

  .main-partners span,
  .partners span {
    width: 75%;
    margin: 3em 0;
  }

  .text-financny-prispevok {
    align-items: center;
  }
}

/* ------------------------- PÄTA STRÁNKY ------------------------- */
.footer {
  width: 100%;
  min-height: 80px;
  background-color: #404040;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  font-family: "Segoe-UI-Light";
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: -2;
}

@media only screen and (max-width: 599px) {
  .footer {
    min-height: 60px;
    font-size: 12px;
  }

  .separating-comma {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .separating-comma {
    display: block;
    margin: 0 0.5em;
  }
}

.footer-text {
  display: block;
}

/* ------------------------- Reklama 2 % ------------------------- */
.daruj-2-perc-add {
  background-color: #b24e9d;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daruj-2-perc-add a,
.daruj-2-perc-add a:visited {
  color: #ffffff;
}

.daruj-2-perc-add a:hover,
.daruj-2-perc-add a:focus {
  color: #ffffff;
}

@media only screen and (max-width: 599px) {
  .daruj-2-perc-add {
    top: 60px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .daruj-2-perc-add {
    top: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  @keyframes slideInFromRight {
    0% {
      transform: translateX(200%);
    }
    100% {
      transform: translateX(0);
    }
  }

  .daruj-2-perc-add {
    animation: 1s ease-out 0s 1 slideInFromRight;
    position: fixed;
    z-index: 2001;
    bottom: 80px;
    right: 0;
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
