/* VARIABLES */
:root {
  --primary-color: #c01c3f;
  --primary-dark-color: #a20054;
  --secondary-color: #132e3c;
  --secondary-dark-color: #0d1f2a;
  --accent-color: #788d99;
  --nav-red-color: #e30815;
  --light-color: #f1f1f1;
}

/* normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, nav, section {
  display: block
}

a:focus {
  outline: thin
}

.mark, .strong, b, mark, strong {
  font-weight: 700
}

.em, .mark, dfn, em, mark {
  font-style: italic
}

button, html input[type=button], input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

hr, img, legend {
  border: 0
}

hr, legend, ol, ul {
  padding: 0
}

[hidden], audio:not([controls]) {
  display: none
}

html {;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  font-size: 13px;
  line-height: 1.5
}

img {
  -ms-interpolation-mode: bicubic
}

h1 {
  font-size: 2em
}

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto
}

.small, small, sub, sup {
  font-size: 75%
}

.ins, ins {
  background: #ff9;
  color: #000;
  text-decoration: none
}

.mark, mark {
  background: #ff0;
  color: #000
}

hr {
  border-top: 1px solid #ccc;
  margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap
}

blockquote {
  margin: 1.5em 40px
}

q:after, q:before {
  content: '';
  content: none
}

ol, ul {
  margin: 1.5em 0
}

dd {
  margin: 0
}

.commentlist, .widget ol, .widget ul, nav ol, nav ul {
  list-style: none;
  margin: 0
}

fieldset, fieldset ol, fieldset ul, form, form ol, form ul {
  margin: 0;
  border: 0
}

button::-moz--inner, input::-moz--inner {
  border: 0;
  padding: 0
}

.clearfix:after, .clearfix:before, nav[role=navigation] .menu ul:after, nav[role=navigation] .menu ul:before {
  content: "";
  display: table
}

.clearfix:after, nav[role=navigation] .menu ul:after {
  clear: both
}

.clearfix, nav[role=navigation] .wp-smiley {
  margin: 0 !important;
  max-height: 1em
}

@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid
  }

  * {
    background: 0 0 !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""
  }

  blockquote, pre {
    border: 1px solid #999
  }

  thead {
    display: table-header-group
  }

  img {
    max-width: 100% !important
  }

  h2, h3, p {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}

audio, canvas, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

body, figure {
  margin: 0
}

a:active, a:hover {
  outline: 0
}

h1 {
  margin: .67em 0
}

abbr[title] {
  border-bottom: 1px dotted
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

svg:not(:root) {
  overflow: hidden
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

button, input, select, textarea {
  margin: 0
}

button, input {
  line-height: normal
}

button, select {
  text-transform: none
}

button[disabled], html input[disabled] {
  cursor: default
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/* normalize */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  outline: none !important;
}

button {
  outline: none !important;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

select {
  outline: none !important;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

ul {
  margin: 0;
  list-style: none;
}

input, select, textarea, button, a {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

.row {
  margin: 0 -15px;
}

.flx-w {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.w50p {
  width: 50%;
  padding: 0 15px;
}

label {
  display: block;
  text-align: left;
  cursor: pointer;
}

.container {
  width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

hr {
  margin: 0;
  width: 100%;
  border-top: 1px solid #e4e7ec;
}

.spinner-master {
  display: none;
}

.spinner-master input[type=checkbox] {
  display: none;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0.4;
  display: none;
  z-index: 10;
}

.overflowhidden {
  overflow: hidden;
}

.overflowhiddenfixed {
  position: fixed;
  height: 100%;
  width: 100%;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

/* cookies */

.cc_container {
  padding: 10px !important;
  z-index: 1000 !important;
  left: 50% !important;
  bottom: 10px !important;
  background: #fff !important;
  height: 60px !important;
  width: 340px !important;
  margin-left: -170px !important;
  border: 1px solid #eee !important;
}

.cc_container .cc_message {
  color: black !important;
  font-size: 16px !important;
  line-height: 38px !important;
  text-transform: none !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}

.cc_container a, .cc_container a:visited {
  text-decoration: underline !important;
  color: black !important;
  font-size: 14px !important;
  line-height: 38px !important;
  text-transform: uppercase !important;
}

.cc_container a:hover {
  color: var(--nav-red-color) !important;
}

.cc_container .cc_btn {
  height: 40px !important;
  background: black !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 38px !important;
  text-transform: uppercase !important;
  border: 1px solid black !important;
  transition: all .2s !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  width: auto !important;
  padding: 0 15px !important;
  max-width: none !important;
}

.cc_container .cc_btn:hover {
  border: 1px solid var(--nav-red-color) !important;
  background: var(--nav-red-color) !important;
  color: #fff !important;
}

.cc_container .cc_logo {
  display: none !important;
}

/* cookies */

.scrollToTop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: none;
  line-height: 20px;
  color: #c1c1c1;
  background: #c1c1c1 url("img/arrowtop.svg") no-repeat center center;
  padding-top: 40px;
  text-transform: uppercase;
  z-index: 12;
  transition: all .25s ease-in-out;
}

.scrollToTop:hover {
  background: black url("img/arrowtop.svg") no-repeat center center;
  color: black;
}

/* Tlacitka */

.button {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #fff;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.button:hover {
  background: var(--nav-red-color);
  border: 1px solid var(--nav-red-color);
  color: #fff;
}

.button.bordered {
  background: transparent;
  color: #fff;
}

.button.bordered:hover {
  background: #fff;
  color: #000;
}

.button.red {
  border: 2px solid var(--nav-red-color);
  background: #fff;
  line-height: 46px;
  color: var(--nav-red-color);
}

.button.red:hover {
  color: #000;
  border: 2px solid #000;
}

.button.black {
  background: black;
  border: 2px solid black;
  color: #fff;
  line-height: 46px;
}

.button.black:hover {
  background: var(--nav-red-color);
  border: 2px solid var(--nav-red-color);
}

/* Tlacitka */

.title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
}

/* HOMEPAGE */

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 0;
  width: 100%;
  z-index: 5;
  background: var(--secondary-color);
  transition: all .3s ease-out;
}

header.fixed {
  position: fixed;
  padding: 20px 0;
  /*background: #5c257e;*/
  transition: all .3s ease-out;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  width: 100%;
}

header nav > ul li {
  display: inline-block;
}


header nav ul li:hover > a {
  color: var(--nav-red-color);
  background-color: var(--secondary-dark-color);
}

/*header nav ul li:first-child {*/
/*  display: none;*/
/*}*/

header.vis nav ul li:first-child {
  display: inline-block;
}

header nav ul li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.5rem;
  margin-left: 25px;
  border-radius: 0.25rem;
}

header nav ul li:first-child > a {
  margin-left: 0;
}

header nav ul li.active > a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--nav-red-color);
}

header nav ul li > a.button {
  color: #fff;
  background: transparent;
  border: 1px solid var(--nav-red-color);
}

.main--banner {
  padding-top: 80px;
}

.main--banner picture {
  display: flex;
  justify-content: center;
}

main {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url("/media/img/banner.jpg?v=1.1") no-repeat center 80px fixed;
  background-size: cover;
}

main:not(.another-page) .container:before {
  /*content: "";*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*right: 30px;*/
  /*transform: translateY(calc(-50% + 52px));*/
  /*width: 600px;*/
  /*height: 600px;*/
  /*background: url("/media/img/2022/header/header-circle.png");*/
  /*background-size: contain;*/
}

.mainClaim__subtitle {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}

.mainClaim__headline {
  font-family: 'Zing Rust Demo Base', cursive;
  font-size: 120px;
  line-height: 1;
  color: #ffffff;
  text-shadow: -1px 1px 0 #778281,
  -2px 2px 0 #778281,
  -3px 3px 0 #778281,
  -4px 4px 0 #778281,
  -5px 5px 0 #778281;
  margin: 60px 0;
  transform: rotate(-7deg);
}

.mainClaim__headline span {
  display: block;
  font-size: 84px;
  color: #f18989;
  text-shadow: -1px 1px 0 #b05353,
  -2px 2px 0 #b05353,
  -3px 3px 0 #b05353,
  -4px 4px 0 #b05353;
  text-align: right;
}

main .bcgwhite, main .bcgblack {
  position: absolute;
  top: 0;
  height: 100%;
}

main .bcgwhite {
  left: 0;
  width: 40%;
  background: #fff;
}

main .bcgblack {
  right: 0;
  width: 100%;
  background: var(--secondary-color);
}

main #hero-vid {
  backface-visibility: hidden;
  max-width: 590px;
  width: 100%;
  height: auto;
  perspective: 1000px;
  /*top: 23%;*/
  /*left: 15%;*/
  /*position: fixed;*/
  text-align: center;
  /*padding: 250px 0 150px;*/
  min-height: 950px;
}

main .container {
  position: relative;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}

/* Hero banner + Fallback */

main #hero-vid h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

main #hero-vid p.poddsc {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 20px;
}

main #hero-vid p.poddsc--info {
  margin: 40px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

main .text--small {
  margin: 10px 0 0;
  font-size: 12px;
  color: #fff;
}

main .text--medium {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

main #hero-vid p.poddsc span {
  display: block;
}

/*main #hero-vid p.poddsc strong {*/
/*  display: block;*/
/*  font-family: 'Zing Rust Demo Base', cursive;*/
/*  font-size: 50px;*/
/*  line-height: 50px;*/
/*}*/

main #hero-vid p.dsc {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 10px;
}

main #hero-vid p.dsc span {
  font-size: 18px;
}

main #hero-vid .odpocet-text {
  border: 1px solid #fff;
  padding: 0 15px 15px 15px;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}

main #hero-vid .odpocet-text p.inf {
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
  line-height: 20px;
  position: relative;
  top: -12px;
  color: #fff;
  padding: 0 15px;
  display: inline-block;
  text-transform: uppercase;
  background: #e24a5d;
}

.timecount {
  width: 230px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
}

.timecount p {
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  float: left;
  width: 33.333%;
  text-align: center;
  position: relative;
}

.timecount p span {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  vertical-align: bottom;
}

.timecount i {
  font-style: normal;
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: -13px;
}

main #hero-girl {
  backface-visibility: hidden;
  background: transparent url(img/motiv2.png) no-repeat bottom;
  background-size: contain;
  width: 745px;
  height: 780px;
  max-width: 745px;
  max-height: 90vh;
  perspective: 1000px;
  position: fixed;
  bottom: 0;
  left: calc(40% - 435px);
  z-index: -1;
}

@media (max-width: 1440px) {
  main #hero-vid {
    left: 5%;
    /*top: 20%;*/
    /*text-align: left;*/
  }

  main #hero-vid p.dsc {
    margin-top: 20px;
    font-size: 28px;
    line-height: 33px;
  }
}

main .description {
  backface-visibility: hidden;
  perspective: 1000px;
  position: fixed;
  bottom: 10%;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
  width: 100%;
}

main .description .button {
  margin: 0 15px;
  width: 210px;
}

.interprets {
  background: #fff;
  padding: 70px 0;
  position: relative;
  z-index: 2;
}

.interprets .title {
  margin-bottom: 30px;
}

.interprets-flx {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 0 -15px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
}

.interprets-flx article {
  width: 25%;
  padding: 0 15px;
  text-align: center;
  margin-top: 30px;
}

.w100power {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}

.interprets-flx article.bigger {
  /*width: 33.333%;*/
  width: 100%;
  max-width: 32%;
}

.interprets-flx article.middle {
  /*width: 33.3333%;*/
}

.interprets-flx article.smaller {
  width: 20%;
}

.interprets-flx article span {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: inline-block;
}

.interprets-flx article.bigger span {
  height: 250px;
}

.interprets-flx article.smaller span {
  height: 140px;
}

.interprets-flx article span img {
  max-height: 100%;
}

.interprets-flx article h2 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin: 30px 0;
}

.interprets-flx article.middle h2 {
  font-size: 22px;
  line-height: 27px;
}

.interprets-flx article.smaller h2 {
  font-size: 18px;
  line-height: 23px;
}

.interprets-flx article p {
  color: #000;
  font-size: 13px;
  line-height: 24px;
}

.place-and-news {
  background: #f3f3f3;
  padding: 70px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.place-and-news .container {
  display: flex;
  align-items: baseline;
}

.place-and-news .container > div {
  width: 50%;
  text-align: center;
}

.place-and-news .title {
  margin-bottom: 50px;
}

.place span {
  width: 60px;
  height: 60px;
  line-height: 56px;
  background: var(--nav-red-color);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
}

.place h4 {
  color: #050505;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

.place p {
  color: #050505;
  font-size: 13px;
  line-height: 24px;
}

.place a {
  font-size: 13px;
  line-height: 24px;
  color: var(--nav-red-color);
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 15px;
  display: block;
}

.partners {
  background: #fff;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
}

.partners h4 {
  color: #737373;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 20px;
  text-align: center;
}

.partners .flx-loga {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.partners .flx-loga.newheight img {
  max-height: 50px;
}

.partners .flx-loga.newheight img.newh {
  max-height: 80px;
}

.flex-loga {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.partners .flx-loga.biggest {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
}

.partners .flx-loga.biggest a {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.partners .flx-loga.biggest img {
  max-height: 120px;
  max-width: 250px;
}

.loga-w30 {
  width: 30%;
}

.loga-w70 {
  width: 70%;
}

.partners .flx-loga a {
  max-width: 25%;
}

.partners .flx-loga a.max-h img {
  height: 30px;
}

.partners .flx-loga a.max-h2 img {
  height: 50px;
}

.partners .flx-loga a.max-h3 img {
  max-height: 130px;
}

.partners .flx-loga.medium a img {
  max-width: 200px;
  width: 100%;
  max-height: 80px;

}

.partners .flx-loga.podporovatele a {
  margin-top: 45px;
}

.partners .flx-loga.podporovatele a img {
  height: 45px;
  max-width: 120px;
}

.partners .flx-loga.podporovatele a.ticky img {
  max-width: 100%;
}


footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

footer h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 25px;
}

footer a {
  margin: 0 25px;
}

footer p a {
  margin: 0;
  margin-left: 10px;
}

footer p a.red {
  color: #f00;
  font-weight: 700;
  font-size: 15px;
}

footer img {
  max-height: 45px;
}

/* HOMEPAGE */


/* PARTNERI */

main.another-page {
  height: 240px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  background: transparent;
}

main.another-page h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 80px;
  display: inline-block;
  padding: 0 20px;
}

main.another-page .container {
  text-align: center;
}

/* PARTNERI */

/* 404 */

main.fail-page {
  height: auto;
  padding-top: 180px;
  padding-bottom: 50px;
  position: relative;
}

main.fail-page .content-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 3;
}

main.fail-page .content-404 h1 {
  color: #fff;
  font-size: 350px;
  font-weight: 700;
  margin-bottom: 80px;
  line-height: 250px;
  letter-spacing: 40px;
}

main.fail-page .content-404 h1::first-letter {
  color: black;
}

main.fail-page .content-404 p {
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 50px;
  background: black;
  margin-bottom: 80px;
}

main.fail-page .content-404 .button {
  width: 210px;
  text-align: center;
}

/* 404 */

/* KONTAKT */

.contact-page {
  padding: 70px 0;
}

.contact-page .title {
  height: 80px;
}

.title span {
  font-size: 24px;
  font-weight: 400;
  display: block;
  text-transform: none;
  margin-top: 10px;
}

.contact-page .container {
  display: flex;
}


.contact-page .peoples {
  width: 35%;
  text-align: center;
  margin: 0 auto;
}

.contact-page .peoples a {
  color: var(--secondary-color);
}

.contact-page .peoples a:hover,
.contact-page .peoples a:focus {
  color: #2c6a8a;
}

.contact-page .peoples h3 {
  color: var(--nav-red-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.contact-page .asks {
  width: 65%;
  padding-left: 30px;
}

.contact-page .asks form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}

.contact-page .asks form .button {
  border: 2px solid var(--nav-red-color);
  color: var(--nav-red-color);
  line-height: 46px;
  padding: 0 50px;
  text-align: center;
  margin: auto;
}

.contact-page .asks form .button:hover {
  color: #fff;
}

/* input trick */
.has-float-label {
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.has-float-label.w50 {
  width: calc(50% - 15px);
}

.has-float-label label {
  position: absolute;
  left: 20px;
  top: 2px;
  cursor: text;
  color: #414042;
  font-size: 10px;
  opacity: .7;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label input, .has-float-label select {
  height: 50px;
  border: 1px solid #c6c6c6;
  padding: 0 15px 0 20px;
  width: 100%;
  color: #414042;
  font-size: 14px;
}

.has-float-label textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #c6c6c6;
  padding: 15px 15px 15px 20px;
  resize: none;
  color: #414042;
  font-size: 14px;
}

.has-float-label input::-webkit-input-placeholder, .has-float-label select::-webkit-input-placeholder, .has-float-label textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label input:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder, .has-float-label textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label input::-ms-input-placeholder, .has-float-label select::-ms-input-placeholder, .has-float-label textarea::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label input::placeholder, .has-float-label select::placeholder, .has-float-label textarea::placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
  color: #000;
  font-size: 14px;
  top: 15px;
}

.has-float-label input:focus, .has-float-label select:focus, .has-float-label textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5);
}

/* input trick */

/* FOTO A VIDEO */

.rocniky {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.rocniky li {
  display: inline-block;
  margin: 0 30px;
}

.rocniky li a {
  color: #1c222a;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  padding: 20px 0;
  position: relative;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.rocniky li a:hover {
  color: var(--nav-red-color);
}

.rocniky li.active a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--nav-red-color);
}

.rocniky li.active a {
  color: var(--nav-red-color);
}

.vybrany-rocnik {
  display: flex;
  /*margin: 60px 0;*/
  text-align: center;
}

#rok2016, #rok2017 {
  display: none;
}

.vybrany-rocnik .foto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

.vybrany-rocnik .foto a:hover .button {
  background: var(--nav-red-color);
  border-color: var(--nav-red-color);
}

/*.vybrany-rocnik .foto.mbtrick {*/
/*  flex-wrap: wrap;*/
/*}*/

/*.vybrany-rocnik .foto.mbtrick > div  {*/
/*  margin-top: 30px;*/
/*}*/

.vybrany-rocnik p {
  color: #1c222a;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  /*height: 48px;*/
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

.vybrany-rocnik p:first-of-type {
  margin-top: 20px;
  height: 48px;
}

.vybrany-rocnik p strong {
  font-size: 20px;
}

/*.vybrany-rocnik .foto > div {*/
/*  padding: 0 15px;*/
/*  width: 33.333%;*/
/*}*/

.vybrany-rocnik .foto .nahled img {
  height: 223px;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  object-position: top;
}

.vybrany-rocnik .foto iframe {
  width: 100%;
  height: 250px;
}

.vybrany-rocnik h1, .vybrany-rocnik h2 {
  color: #1c222a;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 40px;
}

.vybrany-rocnik .popis-rocniku {
  width: 100%;
}

.vybrany-rocnik hr {
  border-top: 1px solid #e4e7ec;
  margin: 40px 0;
}

.vybrany-rocnik .button.black {
  margin-top: 20px;
}

/* ANIMATION */
@media (min-width: 1023px) {

  @keyframes slideInFromLeft {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }

  .fadein-left {
    opacity: 0;
    -moz-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    animation: 1s ease-out 0s 1 slideInFromLeft;
  }

  body.loaded .fadein-left {
    opacity: 1;
  }

  @keyframes slideInFromRight {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }

  .fadein-right {
    opacity: 0;
    -moz-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    animation: 1s ease-out 0s 1 slideInFromRight;
  }

  body.loaded .fadein-right {
    opacity: 1;
  }

  @keyframes slideInFromTop {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }

  .fadein-top {
    opacity: 0;
    -moz-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    animation: 1s ease-out 0s 1 slideInFromTop;
  }

  body.loaded .fadein-top {
    opacity: 1;
  }

  .hidden {
    opacity: 0;
  }

  .visible {
    opacity: 1;
  }

  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
      opacity: 1 \9; /* IE9 only */
    }
    to {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    from {
      opacity: 0;
      opacity: 1 \9; /* IE9 only */
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      opacity: 1 \9; /* IE9 only */
    }
    to {
      opacity: 1;
    }
  }

  .fade-in {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1s; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1s;
    animation: fadeIn ease-in 1s;

    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
  }

  .fade-in-short {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    animation-duration: 0.25s;
  }

  .fade-in.one {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .fade-in.two {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .fade-in.three {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }

  .fade-in.four {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
  }

  .fade-in.five {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }

  /* INVIEW */
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes flipInX {
    from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }

    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }

    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }

  @keyframes flipInX {
    from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }

    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }

    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }

  .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }

  .animated.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
  }

  @-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }

    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
    }

    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
    }

    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }

  @keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }

    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
    }

    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
    }

    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }

  .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
}

/* ANIMATION */

.fotogalerie-detail {
  padding: 60px 0;
  text-align: center;
}

.loader {
  background: url("img/ajax-loader.gif") no-repeat center center
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, .80) url("http://nr.x10.mx/plus.png") no-repeat center center;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.overlay:hover {
  opacity: 1
}

.ms-item {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 10px;
}

.fluid {
  margin: 0 -15px;
}

#container {
  margin-top: 70px;
}

#container.fluid .item {
  width: 33.3333%;
  margin-bottom: 30px;
  padding: 0 15px;
}

#container.fluid .item span {
  background: #000;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: -1;
}

#container.fluid .item span:before {
  content: "";
  background: var(--primary-color) url("/media/img/lupa.svg") no-repeat center center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  top: 50%;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  z-index: 1;
}

#container.fluid .item:hover span:before {
  opacity: .8;
}

#container.fluid .item:hover img {
  opacity: .5;
}

#container.fluid .item img {
  display: block;
  width: 100%;
  height: auto !important;
  opacity: 1;
}

.button.zpet {
  background: black;
  color: #fff;
  margin-top: 20px;
}

.vstupenky-page {
  text-align: center;
  margin-top: 70px;
}

.vstupenky-page p {
  font-size: 15px;
  margin-top: 30px;
}

.vstupenky-page p strong {
  font-size: 18px;
}

.vstupenky-page a {
  font-size: 18px;
  color: black;
  display: inline-block;
}

.vstupenky-page a img {
  margin-right: 10px;
}

.vstupenky-page a.fcbk img {
  position: relative;
  top: -2px;
}

.vstupenky-page a.cntct {
  text-decoration: underline;
}

.vstupenky-page a:hover {
  color: var(--nav-red-color);
}

.program-plesu {
  background: #f7f7f7;
  padding: 70px 0;
  border-top: 1px solid #ebebeb;
  position: relative;
  z-index: 2;
}

.intro--text {
  /*background: #f7f7f7;*/
  padding: 70px 0;
  /*border-top: 1px solid #ebebeb;*/
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;

}

.intro--text p {
  color: #050505;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.program-plesu .w50p {
  margin-top: 30px;
}

.program-plesu h2 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}

.program-plesu ul {
  margin-bottom: 30px;
}

.program-plesu ul li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  color: #050505;
  font-size: 14px;
  line-height: 30px;
}

.program-plesu ul li strong {
  font-size: 18px;
}

.program-plesu ul li span {
  display: inline-block;
  width: 80px;
  min-width: 80px;
}

.program-list {
  display: flex;
  justify-content: center;
}

.program-plesu ul li {
  color: #050505;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 0;
}

.program-plesu ul li span {
  display: inline-block;
  width: 80px;
  min-width: 80px;

  height: 23px;
  background: #fbd1d4;
  border-radius: 3px;
  opacity: .8;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  margin-right: 20px;

}

.program-plesu p {
  color: #050505;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.gallery__currentYear,
.gallery__previousYearsItem {
  padding: 80px 0;
}

.gallery__previousYearsItem:nth-child(even) {
  position: relative;
  background: #fafafa;
}

.gallery__previousYearsItem:after,
.gallery__previousYearsItem:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
  background: #fafafa;
}

.gallery__previousYearsItem:after {
  left: 100%;
}

.gallery__video {
  margin-top: 40px;
}


#cookie-bar .cookieBar__title {
  color: #fff
}

#cookie-bar .cookieBar {
  border: 0 solid;
  background: #6b767b;
  padding: 5rem 10rem;
  text-align: center;
  color: white;
  width: 100%;
  border-radius: 0;
  max-width: 100%;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  max-width: 100vw;
}

#cookie-bar .cookieBar p {
  max-width: 50rem;
  margin: 0 auto
}

@media (max-width: 767px) {
  #cookie-bar .cookieBar {
    padding: 3rem 2rem
  }
}

#cookie-bar .cookieBtn {
  border-radius: 0
}

#cookie-bar .cookiePopup {

  background: #6b767b;
}

#cookie-bar .cookieInner {
  border-radius: 0
}

#cookie-bar .cookiePopup__input:checked {
  background: #8bcc00
}


/* KONTAKT */

.contact-page {
  padding: 70px 0;
  display: flex;
  grid-template-rows: auto auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-wrapper {
  display: flex;
  grid-template-rows: auto auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-wrapper .title {
  color: #050505;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto;
  width: max-content;
  /*margin-bottom: 25px;*/
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid;
}

.flex-wrap {
  flex-wrap: wrap;
}

.contact-container {
  gap: 3rem 8rem;
  text-align: center;
  margin-bottom: 80px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-container .title {
  position: relative;
}

.contact-container .title span {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  line-height: 50px;
  background: var(--primary-color);
  left: -60px;
  display: flex;
  top: -20px;
  align-items: center;
  justify-content: center;
}


.btn {
  background: transparent;
  border: 1px solid #fff;
  width: 230px;
  height: 50px;
  display: inline-block;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 15px;
  margin-bottom: 30px;
}

.btn:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.bile {
  background: #fff;
  color: #0b0b1b;
}

.bile:hover {
  background: var(--primary-color);
}


.btn.red {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid var(--primary-color);
  line-height: 46px !important;
  width: auto;
  padding: 0 30px;
  margin-top: 60px;
  height: 50px !important;
}

.btn.red:hover {
  color: #fff;
  border: 2px solid var(--primary-color);
}

.kontakt-dotaz p {
  color: #212121;
  font-size: 15px;
  line-height: 22px;
}


.interprets-flx article.smaller,
.interprets-flx article.bigger {
  position: relative;
}

.label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  background: var(--primary-color);
}


.copyright {
  float: left;
  width: 100%;
  border-top: 1px solid #2d2e48;
  margin-top: 30px;
  padding: 17px 0;
  padding: 0 0 2rem 0;
  background: #000;
}

.copyright .links a {
  color: white;
  padding: 1rem;
  margin: 0 25px;
  transition: all .3s ease-out;
}

.copyright .links a:hover {
  color: #57a7c1;
  transition: all .3s ease-out;
}

.copyright .divider {
  color: grey;
}

.footer-gray {
  background: #585858;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}

footer p {
  color: #bcbec0;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  margin-top: 0px;
}

.copyright .right {
  float: unset;
}

.copyright .right span {
  color: lightgray;
  font-weight: 600;
  padding: 5px;
}

.copyright .right a {
  color: orange;
  line-height: 30px;
  margin: 0;
}

.copyright .links {
  margin-bottom: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  background: #282828;


  border-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 1) 1%,
    rgba(51, 76, 84, 1) 30%,
    rgba(48, 72, 89, 1) 50%,
    rgba(51, 76, 84, 1) 70%,
    rgba(0, 0, 0, 1) 100%
  ) 0 0 100% 0/0 0 1px 0 stretch;

}

.relative {
  position: relative;
}

.j-c-c {
  justify-content: center;
}

.m-b-3 {
  margin-bottom: 3rem;
}

.m-t-5 {
  margin-top: 5rem;
}

.m-tb-5 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.interprets-flx article p {
  text-align: left;
}


.contact-wrapper {
  display: flex;
  grid-template-rows: auto auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-wrapper .title {
  color: #050505;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;


  margin: 0 auto;
  width: max-content;
  margin-bottom: 25px;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.contact-container {
  gap: 3rem 8rem;
  text-align: center;
  margin-bottom: 80px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-container .title {
  position: relative;
}

.contact-container .title span {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  line-height: 50px;
  background: var(--primary-color);
  left: -60px;
  display: flex;
  top: -15px;
  align-items: center;
  justify-content: center;
  position: absolute;
}


.contact-container h2 a {
  color: var(--primary-dark-color);
}

.map-link {
  color: var(--primary-dark-color);
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}


.oddel {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.overlay-mapa {
  width: 325px;
  height: 340px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.overlay-mapa .mapabg {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/media/img/mapapozadi.png") no-repeat;
  height: 70px;
  width: 342px;
  z-index: 2;
}

.overlay-mapa .mapabg2 {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/media/img/mapapozadi2.png") no-repeat;
  width: 70px;
  height: 340px;
  z-index: 2;
}

.overlay-mapa .mapabg3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/media/img/mapapozadi3.png") no-repeat;
  height: 70px;
  width: 342px;
  z-index: 2;
}

.overlay-mapa .mapabg4 {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/media/img/mapapozadi4.png") no-repeat;
  width: 70px;
  height: 340px;
  z-index: 2;
}

.overlay-mapa #map {
  height: 340px;
  width: 100%;
  position: relative;
  z-index: -1;
}

.kontakt-dotaz {
  float: left;
  /*width: 50%;*/
  text-align: center;
  padding: 2rem;
  /*background: #ededed;*/
}

.kontakt-dotaz h2 {
  color: #050505;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 35px;

}

.kontakt-dotaz input {
  color: #212121;
  font-size: 13px;
  font-weight: 400;
  height: 50px;
  border: 2px solid #c7c8ca;
  float: left;
  width: 100%;
  line-height: 48px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.kontakt-dotaz textarea {
  color: #212121;
  font-size: 13px;
  font-weight: 400;
  height: 150px;
  border: 2px solid #c7c8ca;
  float: left;
  width: 100%;
  line-height: 20px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  resize: none;
}

.kontakt-dotaz .row {
  margin: 0 -15px;
}

.kontakt-dotaz .row .box {
  padding: 0 15px;
  width: 100%;
  float: left;
}

.kontakt-dotaz .row .small {
  width: 50%;
}

.kontakt-dotaz .cervene {
  margin-top: 0;
}

.kontakt-dotaz p {
  color: #212121;
  font-size: 15px;
  line-height: 22px;
}

.kontakt-dotaz .sponzori {
  float: left;
  width: 33.333%;
  margin-top: 30px;
  min-width: 300px;
}

.kontakt-dotaz .sponzori p .red {
  color: var(--primary-color);
}

.kontakt-dotaz .sponzori a {
  color: #212121;
}

.fb-container {
  padding: 2rem;
  background: #f8f8f8;
  text-align: center;
}

.contact-wrapper .grid {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 1023px) {
  .contact-wrapper .grid {
    grid-template-columns: 1fr;
  }

}

/* KONTAKT */

.interprets-flx article.bigger img {
  object-fit: cover;
  height: 18rem;
  width: 100%;
}

.interprets-flx .box-img > div {
  min-width: 100%;
}

.modal-backdrop {
  z-index: unset !important;
}

/* modal */

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 32;
  justify-content: center;
  align-items: center;
  opacity: 0;
  left: 0;
  top: 0;
}

.modal-body {
  font-size: 18px;
  text-align: left;
  padding: 15px;
}

.modal-content {
  display: inline-block;
  position: relative;
  z-index: 30;
  width: 100%;
  padding: 20px;
  max-width: 1023px;
  background: #fff;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  max-height: calc(100vh - 60px);
}

.bootbox-close-button.close {
  font-size: 25px;
  opacity: 0.4;
}

.modal-footer {
  border-top: 0 solid #e5e5e5;
}

.modal-header {
  border-bottom: 0 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header button {
  order: 2;
}

.modal-content .btn-primary {
  background: var(--secondary-color);
  padding: 0;
  margin: 0;
  border: 1px solid var(--secondary-color);
}

.modal-content .btn-primary:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.modal-content h5 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 50px;
}

.modal-content p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
  padding: 0 30px;
}

.modal-content .button {
  margin: 0 10px;
}

.modal-content .bordered {
  border: 1px solid #14110f;
  color: #000;
}

.modal-content .bordered:hover {
  background: #14110f;
  color: #fff;
}

.modal-content .black {
  background: #14110f;
  border: 1px solid #14110f;
  color: #fff;
}

.modal-content .black:hover {
  background: var(--nav-red-color);
  border: 1px solid var(--nav-red-color);
}

/* modal */

.message {
  margin-bottom: 20px;
}

.message.error {
  color: rgb(227, 8, 21);
  font-size: 20px;
}

.message.success {
  color: #5fcc00;
  font-size: 20px;
}

.program-detail-wrapper ul {
  padding-left: 2rem;
}

.program-detail-wrapper li {
  position: relative;
  line-height: 25px;
  padding-bottom: 10px;
}

.program-detail-wrapper h3 {
  padding-bottom: 10px;
}

.program-detail-wrapper li:before {
  content: "-";
  display: flex;
  justify-content: center;
  position: absolute;
  left: -2rem;
  width: 1rem;
  height: 100%;
  font-size: 18px;
  line-height: 25px;
}

.interprets .smaller img {
  max-width: 100%;
  vertical-align: middle;
  max-height: 240px;
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.social--icon img {
  max-height: 30px;
}

.safari__fake__fb {
  display: none;
}

@media not all and (min-resolution: .001dpcm) {
  @supports (-webkit-appearance:none) {
    .safari__fake__fb {
      display: block;
    }
  }
}

@supports (-webkit-hyphens:none) {
  .safari__fake__fb {
    display: block;
  }
}

@media not all and (min-resolution: .001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .safari__fake__fb {
      display: block;
    }
  }
}

/* EVENTS DETAIL */
.event-detailed {
  position: relative;
  display: flex;
  flex-direction: column;
  column-gap: 1rem;
  row-gap: 0;
  max-width: 100%;
}

.event-pointer {
  position: absolute;
  top: -83px;
}

.event-where {
  display: flex;
  row-gap: 0.25rem;
  font-weight: lighter;
  flex-shrink: 0;
  padding-top: 0.5rem;
}

.event-program {
  flex: 1;
  min-width: 0;
  border-left: #e4e7ec 1px solid;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.event-program h2 {
  line-height: 28px;
  padding-bottom: 1rem;
  color: var(--secondary-color);
  width: 100%;
}

.icon-text-wrapper {
  display: inline-flex;
  column-gap: 0.3rem;
  align-items: center;
}

.icon-text-wrapper svg {
  display: none;
  width: 20px;
  height: 20px;
}

.map-embed {
  display: none;
  margin-top: 4px;
  margin-bottom: -7px;
}

.map-embed iframe {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.event-where .map-link {
  line-height: normal;
  vertical-align: text-top;
}

.ticket-box {
  background-color: var(--accent-color);
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  color: white;
  font-size: 16px;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}

.ticket-box a {
  color: #e4f3ff;
  transition: all .3s ease-out;
  font-weight: 600;
}

.ticket-box a.link:hover {
  color: #f7ff04;
}


a.link {
  color: inherit;
}

a.link:hover {
  color: var(--nav-red-color);
}

@media (min-width: 540px) {
  .icon-text-wrapper svg {
    display: inline;
  }
}

@media (max-width: 1023px) {
  .event-where {
    border-left: #e4e7ec 1px solid;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: var(--light-color);
    /*box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);*/
    flex-wrap: wrap;
  }

  .event-where > :not(:last-child)::after {
    content: "";
    margin: 0 0.5rem;
    height: 100%;
    width: 2px;
    background-color: var(--accent-color);
  }
}

@media (min-width: 1023px) {
  .event-detailed {
    flex-direction: row;
  }

  .event-where {
    flex-direction: column;
    width: 225px;
    gap: 10px;
    /*font-size: 20px;*/
  }

  .icon-text-wrapper svg {

  }

  .map-embed {
    display: block;
  }

  .map-embed iframe {
    width: 280px;
    height: 280px;
  }

  .event-where .map-link {
    display: none;
  }
}

/* DROPDOWN */
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover::before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--secondary-dark-color);
  width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border-radius: 0.25rem;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: var(--light-color);
  font-size: 14px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 0.25rem;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: var(--nav-red-color);
}

/* EVENT TABLE */

.event-date {
  display: table-cell;
  vertical-align: middle;
  min-width: 100px;
}

.event-table {
  font-size: 14px;
  vertical-align: middle;
  width: 100%;
}

.event-table thead {
  background-color: var(--accent-color);
  color: white;
  font-size: 12px;
}

.event-table th, .event-table td {
  padding: 0.25rem 0.5rem;
  text-align: start;
}

.event-table tbody tr:nth-of-type(odd) {
  background-color: #e6eeff;
}

.event-table tbody tr:nth-of-type(even) {
  background-color: #e4f3ff;
}

.event-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.event-table svg {
  width: 26px;
  height: 26px;
}

.event-table .clamp-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1023px) {
  .event-table {
    font-size: 14px;
  }

  .event-table thead {
    font-size: 14px;
  }

  .event-table svg {
    width: 22px;
    height: 22px;
  }
}

.event-table-hide {
  display: none;
}

@media (min-width: 540px) {
  .event-table-hide {
    display: table-cell;
  }
}

/* EVENT TABLE 2 */

.event-table2 {
  width: 250px;
  background-color: var(--light-color);
  font-size: 14px;
  vertical-align: middle;
  border-radius: 0.2rem;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}

.event-table2 th, .event-table2 td {
  padding: 0.25rem 0.5rem;
  text-align: center;
}

.event-table2 td {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.event-guest {
  display: flex;
  justify-content: right;
  gap: 1rem;
  margin-top: 1rem;

  /*max-width: 500px;*/
  /*flex-wrap: wrap;*/
}

.event-guest .quest-image {
  max-width: 70px;
  object-fit: cover;
  max-height: 120px;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.pernament--ico {
  fill: #5fcc00;
  color: green;
}