* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
input,
textarea,
:focus {
  outline: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
iframe.goOutFrame {
    width: 100%;
    height: 1000px;
    display: block;
}
#frame_wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0 12px;
}
html,
body {
  height: 100%;
}
body {
  background-color: #1e1f22;
  color: #dedddd;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 16px;
  padding-top: 75px;
}
body.home {
    padding-top: 0;
}
body.no-scroll {
  overflow: hidden;
  position: relative;
}
body.no-scroll::after {
  position: fixed;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.logo-white, .logo-pink {
  width: 83px;
  padding-right: 16px;
}
body.home header .logo-white,
body.home header .logo-pink,
body.home header .date,
body.home header nav {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 1.5s, .1.5s opacity;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  position: relative;
}
strong {
    font-weight: 600;
}
#mc_message, #mc_message strong {
    font-weight: 500;
}
h1,
h2,
h3,
h4 {
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1 {
  letter-spacing: 4px;
}
p {
  font-weight: 500;
  line-height: 24px;
}
a {
  color: #dedddd;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s color;
}
a:hover,
a.current {
  color: var(--mainColor);
}
hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #2d2c2b;
}
.mt-25 {
  margin-top: 25px;
}
.mb-70 {
  margin-bottom: 70px;
}
input {
  border-radius: 0;
}
header {
  height: 100px;
  padding-top: 25px;
  text-align: right;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  background-color: #1e1f22;
}
header .logo-pink {
  padding-right: 16px;
  float: left;
}
header .logo-white {
  position: absolute;
  left: 20px;
  top: 0;
  opacity: 0;
}
header .date {
  line-height: 1.5;
  font-family: Montserrat;
  text-transform: uppercase;
  float: left;
  text-align: left;
  border-left: 1px solid #2d2c2b;
  padding: 2px 0 2px 19px;
}
header .date span {
    display: block;
    font-size: 18px;
}
header .date span:first-child {
    color: var(--mainColor);
}
header .date span:last-child {
    font-size: 12px;
}
header nav {
  display: inline-block;
  padding: 15px 5px;
}
header nav a {
  padding: 15px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  position: relative;
}
header nav .has-sub-menu {
  display: inline-block;
  position: relative;
}
header nav .sub-menu a {
  display: flex;
  background-color: #292a2d;
  text-align: left;
  align-items: center;
  padding-left: 23px;
  padding-right: 73px;
  position: relative;
  height: 60px;
}
header nav ul.sub-menu li:not(:last-child) {
  border-bottom: 1px solid #343539;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav li {
  display: block;
}
header nav ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
}
header nav li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  display: grid;
}
header nav .sub-menu a:not(:last-child)::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 23px;
  width: calc(80%);
  height: 1px;
  background-color: #343539;
}
#main-menu {
  display: inline-block;
}
#main-menu ul.menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-right: 10px;
}
#main-menu ul.menu li {
  padding-bottom: 43px;
}
#main-menu ul.menu li:hover {
  color: var(--mainColor);
}
#main-menu li ul.sub-menu {
  margin-top: 41px;
}
#main-menu ul.menu li ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #292a2d;
}
#main-menu ul.menu li:hover ul.sub-menu {
  display: block;
  flex-direction: column;
}
#main-menu ul.menu li ul.sub-menu li {
  margin-top: 0;
  padding-bottom: 0px;
}
#main-menu ul.menu li ul.sub-menu li ul.sub-menu {
  display: none;
  position: absolute;
  left: 100%;
}
#main-menu ul.menu li ul.sub-menu li:hover ul.sub-menu {
  display: block;
  margin-top: -60px;
  left: 100%;
}
header .lang-search {
  display: inline-block;
  vertical-align: middle;
}
header .lang-search a {
  font-size: 14px;
  display: block;
  width: 25px;
  height: 27px;
  text-align: center;
}
header .lang-search .search {
  position: relative;
}
header .lang-search .search::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}
header .lang-search #lang-ind::after {
  position: absolute;
  content: "";
  right: 2px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url(/t/img/dropdown.png) 0 no-repeat;
}
header .lang-search .search:hover::after {
  background-position: 0 0;
}



.intro-video {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: rgb(45, 44, 43);
  /* background-color: white; */
}
.intro-video video {
  position: absolute;
  top: 45%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.intro-video .vertical-center h1 {
  color:white;
}
.intro-video .vertical-center {
  overflow: hidden;
  text-align: center;
  /* padding-bottom: 300px; */
}
.intro-video .vertical-center a {
  display: block;
  /* margin-top: 2%; */
}
.intro-video .vertical-center h1{
  font-size: 4.9em;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.intro-video #scroll-down {
  position: absolute;
  text-align: center;
  width: 160px;
  left: 50%;
  bottom: 50px;
  margin-left: -80px;
  z-index: 2;
  padding: 15px 15px 25px;
  background: url(/t/img/scroll-down.png) center bottom no-repeat;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: upAndDown;
}
.intro-video #play-button {
  /* height: 50px; */
  height: 44px;
  border-radius: 25%;
  padding: 7px 14px 7px 19px;
  border: 2px solid white;
}
.intro-video #rfp-logo{
  position: absolute;
  width: 13%;
  left: 2%;
  top: 7%;
}
.intro-video #divocak-logo{
  position: absolute;
  width: 12%;
  left: 2%;
  top: 5%;
}
.intro-video #kb-logo{
  position: absolute;
  width: 17%;
  right: 3%;
  top: 7%;
}
.intro-video #km-logo{
  position: absolute;
  width: 12%;
  right: 1%;
  top: 12%;
}
.intro-video #bands{
  width: 60%;
  margin: 40px 10% 0px;
}
.intro-video #cover {
  width: 100%;
}
.intro-video #monkey{
  width: 15%;
  margin: 0px 40%;
  /* margin-top: 2%; */
}
#lion {
  width: 280px;
  margin: 80px auto -50px;
}
#monkeys {
  width: 43%;
  margin: 0px auto -50px;
}
.intro-video #malltv-logo{
  position: absolute;
  width: 15%;
  right: 2%;
  top: 60%;
}
.intro-video #presale{
  width: 43%;
  padding-top: 3%;
}
.intro-video #note{
  position: absolute;
  width: 75%;
  right: -31%;
  bottom: 5%;
}
.intro-video .livestream {
  position: absolute;
  left: 0;
  top: 0;
  width: 63%;
  height: 70%;
}
.intro-video .vote {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
  height: 70%;
}
.intro-video .donio {
  padding-left: 2.5%;
  background-color: white;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
}
body.scrolled header {
  box-shadow: 0 0 10px o(7, 8, 8, 0.3);
}
body.home.scrolled header {
  background-color: #1e1f22;
}
body.scrolled header .logo-white {
  opacity: 0;
}
body.scrolled header .logo-pink,
body.scrolled header .date,
body.scrolled header nav,
body.scrolled header .lang-search {
  opacity: 1;
  visibility: visible;
  transition: .5s opacity;
}
body.home header {
    background-color: transparent;
}


.page-header {
  height: 245px;
  text-align: center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 1px solid var(--mainColor);
}
.page-header-lineup {
  height: 245px;
  text-align: center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page-header a {
    font-weight: normal;
    top: 80px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-family: Montserrat;
}
.page-header.tickets {
  margin-top: 90px;
  height: 100px;
  border-bottom: none;
}

.darker::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-header > * {
  position: relative;
  z-index: 1;
}
.page-header h1 {
  font-size: 40px;
}
.page-header h1 span {
    font-size: 20px;
    margin-top: 20px;
    display: block;
}
.page-header.bigger {
  height: 500px;
}
.section-heading {
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 105px;
  color: #5d5e61;
  font-size: 24px;
  font-weight: 800;
  width: 100%;
  background-color: #303134;
}
.navigation a, .navigation span {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 60px;
  padding: 0 20px;
  cursor: pointer;
}
.navigation .current, .navigation *:hover {
    color: var(--mainColor);
}
.navigation:not(:last-of-type) {
  border-bottom: 1px solid #303134;
}
.navigation-tabs {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
}
.navigation-dates {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 30px;
}
.navigation-tabs a, .navigation-dates a {
  display: inline-block;
  border: 1px solid #5d5e61;
  margin-left: -1px;
  margin-top: -1px;
  width: 20%;
  min-width: 100px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #838384;
  line-height: 44px;
}
.navigation-tabs a.current,
.navigation-tabs a:hover,
.navigation-dates a.current,
.navigation-dates a:hover {
  background-color: var(--mainColor);
  color: #fff;
}
#language-switcher {
  display: flex;
  align-items: center;
  margin: 0 0 2px 5px;
  width: 18px;
}
.language-cs {
  background-image: url('/wp-content/plugins/qtranslate-xt-3.12.1/flags/cz.png');
  background-repeat: no-repeat;
  background-position: center;
}
.language-en {
  background-image: url('/wp-content/plugins/qtranslate-xt-3.12.1/flags/gb.png');
  background-repeat: no-repeat;
  background-position: center;
}
.lang-search #language-switcher .language-cs,
.lang-search #language-switcher .language-en {
  display: none;
}
.open-hours {
  text-align: center;
  margin: 15px 0;
}
.open-hours p {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 28px;
}
#lang-select{
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #1E1F22;
}
#lang-ind.hover{
    color: var(--mainColor);
}
.novinky img{
  width: 100%;
}
.novinky .column{
  background-color: #303134;
}
.novinky h1{
  padding: 30px 30px 90px;
  font-size: 24px;
  margin: 0;
}
.novinky a{
  color: #dedddd;
}
.novinky .column:hover {
  background-color: #343538;
  transition: 0.3s background-color;
}
.novinky h1::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  bottom: 30px;
  left: 30px;
  transition: none;
}
.button.solid-white {
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 50px;
  background-color: #ececec;
  color: #1e1f22;
  border: none;
}
.button.solid-white:hover {
  color: #ececec;
  background-color: var(--mainColor);
}
.novinky .column:hover h1::after {
  transform: translateX(0);
  animation-name: tickets-arrow;
  animation-duration: .5s;
  animation-iteration-count: 2;
}
.columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.columns .column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.columns .column p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.columns .column > p:first-child {
  margin-top: 0;
}
.columns .column img {
  display: block;
  margin: 0 auto;
}
.columns.bordered .column {
  border: 1px solid #2d2c2b;
  border-left: 0;
  margin-top: -1px;
  width: 33.33%;
}
.columns.two .column {
  width: 50%;
}
.columns.three .column {
  width: 33.33%;
}
.columns.three.bordered .column:nth-of-type(3n+3) {
  border-right-color: transparent;
}
.columns.four .column {
  width: 25%;
}
.columns.four.bordered .column:nth-of-type(4n+4) {
  border-right: 0;
}
.columns.five .column {
  width: 20%;
}
.columns.six .column{
  width: 16.66%;
}
.columns.seven .column{
  width: 14.28%;
}
.columns.stretch .column {
  flex-grow: 1;
}
.columns.vertical-center {
  align-items: center;
}
.columns.vertical-center .column {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.button {
  display: inline-block;
  color: var(--mainColor);
  font-size: 14px;
  padding: 12px 15px;
  border: 1px solid var(--mainColor);
  transition: 0.3s background-color, 0.3s color;
  font-weight: 600;
}
.button:hover {
  background-color: var(--mainColor);
  color: #dedddd;
}
.button.white {
  color: #dedddd;
  padding-left: 70px;
  padding-right: 70px;
  border-color: #dedddd;
}
.button.white:hover {
  background-color: #dedddd;
  color: black;
}
.button.more {
  font-size: 14px;
  color: #5d5e61;
  display: block;
  text-align: center;
  line-height: 70px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  background-color: #303134;
}
.button.more.with_line {
    border-top: 1px solid #2d2c2b;
}
.button.more:hover {
  color: var(--mainColor);;
}
.button.full-width {
  display: block;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}
button {
  background: none;
  border: 0;
}
.vertical-center {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}

.vertical-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.margin_bottom {
    margin-bottom: 50px!important;
}
footer .newsletter {
    border-top: 1px solid #3c3d40;
    background-color: #303134;
    text-align: center;
}
footer .newsletter h3 {
  font-size: 24px;
}
footer .newsletter form {
  border: 1px solid #5d5e61;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
footer .newsletter form input {
  background: none;
  border: 0;
  padding: 0 15px;
  width: 320px;
  line-height: 42px;
  font-weight: 500;
}
footer .newsletter form button {
  border: 0;
  width: 40px;
  height: 42px;
  float: right;
  margin-right: 5px;
}
footer .newsletter .column {
    float: left;
    width: 50%;
    padding: 25px 0 50px;
    height: 200px;
}
footer .newsletter .column:last-child {
    border-left: 1px solid #3c3d40;
}
footer .newsletter .button {
  border: 1px solid #5d5e61;
  display: inline-block;
  overflow: hidden;
  padding: 0 15px;
  line-height: 42px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 250px;
  color: #5d5e61;
}
footer .newsletter .button:hover {
    background-color: #dedddd;
    color: #000;
}
footer .socials {
  border-top: 1px solid #303134;
  line-height: 130px;
  text-align: center;
}
footer .socials a {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
}
footer .socials a.facebook {
  background-image: url(/t/img/facebook.png);
}
footer .socials a.twitter {
  background-image: url(/t/img/twitter.png);
}
footer .socials a.spotify {
  background-image: url(/t/img/spotify.png);
}
footer .socials a.instagram {
  background-image: url(/t/img/instagram.png);
}
footer .socials a.google-plus {
  background-image: url(/t/img/google-plus.png);
}
footer .socials a.youtube {
  background-image: url(/t/img/youtube.png);
}
footer .partners {
  border-top: 1px solid #303134;
  padding: 10px 0;
  padding-bottom: 30px;
  display: block;
  text-align: center;
}
footer .partners a {
  vertical-align: middle;
  margin: 0px 15px;
}
footer .partners img {
  display: inline;
  width: 10%;
  color: #5d5e61;
  text-transform: uppercase;
}
footer .app-download {
  border-top: 1px solid #303134;
  padding: 20px 0;
  display: block;
  text-align: center;
}
footer .app-download img {
  display: inline;
  width: 10%;
  color: #5d5e61;
  text-transform: uppercase;
}
footer .app-download a {
  vertical-align: middle;
  margin: 0px 15px;
}
footer .copyright {
  border-top: 1px solid #303134;
  overflow: hidden;
  color: #5d5e61;
}
footer .copyright p {
  float: left;
  margin: 0;
  line-height: 60px;
}
footer .copyright .links {
  float: right;
}
footer .copyright .links a {
  display: inline-block;
  font-size: 16px;
  line-height: 60px;
  color: #5d5e61;
  text-transform: none;
  font-weight: 500;
}
footer .copyright .links a:not(:last-child) {
  margin-right: 40px;
}
footer .copyright .links a:hover {
  color: var(--mainColor);;
}
section.intro {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  display: table;
}
section.intro::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/t/img/intro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
#gif {
  width: 100%;
}
section video {
    display: table-cell;
    width: 100%;
    height: 100%;
}
section .content {
    font-family: Montserrat;
    width: 100%;
    position: absolute;
    top: 45%;
    text-align: center;
    font-size: 56px;
    font-weight: bold;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
}

section.intro #scroll-down {
  position: absolute;
  text-align: center;
  width: 160px;
  left: 50%;
  bottom: 50px;
  margin-left: -80px;
  z-index: 2;
  padding: 15px 15px 25px;
  background: url(/t/img/scroll-down.png) center bottom no-repeat;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: upAndDown;
}

section .stickers {
  position: absolute;
  width: 10%;
  top: 70px;
  right: 3%;
}
section .stickers img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  object-fit: cover;
  transition: transform 0.3s;
}
section .stickers img:hover {
  transform: scale(1.1);
}

@keyframes upAndDown {
  0% {
    transform: translateY(-20px);
    visibility: visible;
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
    visibility: visible;
  }
}
#bxslider, .bxslider {
    margin: 0;
    padding: 0;
    display: block;
}

.main-article {
  height: 750px;
  padding-left: 20%;
  padding-right: 20%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  color: #d0d0d2;
  display: block;
}
#content {
    position: absolute;
    bottom: 50px;
    height: 60px;
}
#carousel {
    display: table;
    width: 100%;
    height: 2px;
    background-color: #d0d0d2;
}
#carousel div {
    display: table-cell;
    transition: 1s;
}
#carousel div.sel {
    background-color: var(--mainColor);;
}
h4.front_page_section {
    line-height: 60px;
    color: #d0d0d2;
    text-align: center;
}
.main-article::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.main-article > * {
  position: relative;
  z-index: 1;
}
.main-article h1 {
  font-size: 44px;
  line-height: 60px;
}
.main-article .button {
  margin-top: 40px;
}

/* ADVENT CALENDAR */
#calendar {
	margin-top: 3em;
  margin-bottom: 3em;
  line-height: 22px;
}
.peel-off-your-band {
	font-weight: 600;
	display: block;
    width: 100%;
    text-align: center;
    margin: -2em 0 2em 0;
    text-transform: uppercase;
}
#advent .column {
	background-color: #303134;
	border-color: #1e1f22;
	color: #5d5e61;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#advent .column.enabled {
	cursor: pointer;
	color: var(--mainColor);;
	transition: 0.3s background-color;
}
	#advent .column.enabled:hover {
		background-color: #343538;
	}
	#advent .column.enabled.peeled {
		cursor: default;
	}
	#advent .column>span {
		font-weight: bold;
		font-size: 2em;
		line-height: 5em;

	}
	#advent .column>img {
		position: absolute;
		left: 0px;
		bottom: 0px;
		height: 5em;
		width: auto;
	}
	#advent .column .surprise {
		position: absolute;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
		font-size: 18px;
	}
		#advent .column .surprise .overlay {
			position: absolute;
		    top: 0;
		    left: 0;
		    height: 100%;
		    width: 100%;
		    background-color: rgba(0, 0, 0, 0.3);
		}
			#advent .column .surprise .overlay h1 {
				margin: 0.67em;
				font-size: 18px;
			}
			#advent .column .surprise .overlay .play-button {
				cursor: pointer;
				position: absolute;
				left: 1em;
				bottom: 1em;
				width: 2.5em;
				height: auto;
			}



/* LINEUP */
.line-up {
  font-size: 0;
}
.line-up.experiences .line-up-item {
    width: 20%;
}
.line-up.experiences .line-up-item h1{
  font-size: 14px !important;
}
.line-up .line-up-item {
  position: relative;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.rfp-home.line-up .line-up-item {
  position: relative;
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.line-up .line-up-item img {
  width: 100%;
  height: auto;
}
.line-up.double .line-up-item {
  width: 50%;
  float: left;
}
.line-up.double .line-up-item .overlay h1,
.line-up.double .line-up-item .overlay h2 {
  font-size: 36px;
}

.line-up .line-up-item .overlay h3 {
  font-size: 18px;
  margin-top: -65px;
  margin-bottom: 50px;
}

.line-up .line-up-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s background-color;
}
.lineup-only .line-up-item .overlay.inactive_overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: gray;
}
.novinky_top{
   width: 100%;
   display: inline-block;
   position: relative;
 }
 .novinky_top:after{
   display: block;
   content: '';
 }
 .novinky_top .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s background-color;
}
.feedback a.question{
  height: 150px;
  background-color: #303134;
}
.feedback a.question span {
  text-align: center;
  font-weight: 600;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.line-up .line-up-item .vertical-bottom{
  padding: 25px;
}
.line-up .line-up-item .overlay:hover, .novinky .column:hover .overlay {
  background-color: rgba(var(--mainColorOverlay), 0.4);
}
.line-up .line-up-item .overlay h1,
.line-up .line-up-item .overlay h2,
.line-up .line-up-item .overlay h3 {
  font-size: 18px;
  transform: translateY(10px);
}
.line-up .line-up-item .overlay .button {
  opacity: 0;
  transition: 0.4s opacity, 0.3s background-color;
  letter-spacing: 1px;
}
.line-up .line-up-item:hover {
  color: #dedddd;
}

.koncerty {
    line-height: 1.5;
}
.concert-info {
  font-size: 12px;
}
.text-info {
  background-color: #f0f0f0;
  padding: 70px 140px 0;
  color: #77787b;
  font-size: 18px;
  overflow: auto;
}
.text-info.news {
    margin-bottom: 0;
}
.text-info h1,
.text-info h2,
.text-info h3 {
  color: #2a2b2f;
}
.text-info h4, .blog h4 {
    color: var(--mainColor);
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.text-info h1 {
  margin-top: 0;
}
.text-info p {
    line-height: 30px;
    text-align: justify;
}
.text-info p strong {
    font-weight: 600;
}
.text-info li {
    font-weight: 500;
}
.text-info p:last-child {
  margin-bottom: 100px;
}
.text-info .links {
  border-top: 1px solid #dbdbdb;
  text-align: center;
  margin-top: 40px;
}
.text-info .links a {
  display: inline-block;
  line-height: 80px;
  color: #77787b;
  padding: 0 30px;
  font-size: 14px;
}
.text-info p a {
    text-transform: none;
    color: inherit;
    text-decoration: underline;
}
.text-info p a:hover {
    color: #000;
}
.text-info li a {
    color: inherit;
    text-decoration: underline;
}
.text-info li a:hover {
    color: #000;
}
.text-info .links a:hover {
  text-decoration: underline;
}
.text-info hr {
  background-color: #dbdbdb;
  margin: 40px 0;
}
.text-info .button.full-width {
  margin: 60px 0;
  text-align: center;
}
.text-info.historie {
  padding: 70px 40px 0;
}
.text-info.historie .article-image {
  float: right;
  margin: -140px -40px 0 40px;
  width: 55%;
}
.text-info.historie h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  width: 45%;
}
.text-info.historie h2 {
  font-size: 24px;
}
.text-info.historie p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

h2.buy-here.schedule {
    border-color: var(--mainColor);
}
.schedule{
  text-align: center;
  background-color: #303134;
}

.schedule.columns .column{
  background-color: #303134;
  height: 200px;
  padding: 20px;
  display: table;
  margin-top: 0px;
  border-top: none;
  border-bottom: 1px solid var(--mainColor);
}

.schedule.columns .column:last-child{
  border-right: none;
}

.schedule p{
  color: #A8A7A8;
  text-transform: uppercase;
  display: table-row;
  height: 70%;
}

.schedule h3{
  text-transform: none;
  display: table-row;
  vertical-align: top;
  color: #5A5B5E;
  font-size: 20px;
}

.schedule .column.first{
  background-color: #333537;
}

.schedule .first p, .schedule .first h3, .schedule .current p, .schedule .current h3{
  color: #DDDDDD;
}


.schedule .column.current {
  background-color: #ddd;
  color: var(--mainColor);
  position: relative;
}

.schedule .column.current:after {
    content: " ";
    border: 12px solid var(--mainColor);
    border-color: transparent transparent rgb(0, 200, 200) transparent;
    position: absolute;
    bottom: 0;
    left: 46%;
    width: 12px;
}

.schedule .column.current p, .schedule .column.current h3 {
  background-color: #ddd;
  color: var(--mainColor);
}

.tickets-heading {
    border-bottom: 1px solid #2d2c2b;
    color: var(--mainColor);
}

.tickets-heading .additional-info {
    display: block;
    margin: 0 auto;
    text-transform: none;
    line-height: 1.3;
    font-size: 14px;
    font-family: Montserrat;
    margin-top: -25px;
	  padding: 0 1em 35px;
}

.rfp_ticket_notice {
    background-color: #303134;
    padding: 10px 15%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 1px solid var(--mainColor);
    border-bottom: 1px solid var(--mainColor);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.rfp_ticket_notice.rfp_tickets_menu {
  position: fixed;
  top: 100px;
  z-index: 1;
  width: 97%;
  max-width: 1162px;
  padding: 10px 0px;
}
.rfp_ticket_notice.rfp_tickets_menu a {
  padding: 10px 10px;
  white-space: nowrap;
  line-height: 40px;
  font-size: 12px;
}
.rfp_ticket_notice.rfp_tickets_menu .active-menu-item {
  color: #000 !important;
  background-color: var(--mainColor);
}

.rfp_ticket_notice a {
    color: var(--mainColor);
}

.section-heading .youtube-head {
    display: block;
    margin: 0 auto;
    text-transform: none;
    line-height: 1.3;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 600;
    margin-top: -25px;
    padding: 60px 6em 40px !important;
    color: #dedddd;
    letter-spacing: 1px;
}

.section-heading .youtube_music_logo {
    width: 6%;
    height: 6%;
    padding-right: 15px;
}

.youtube-section {
  text-align: right;
  line-height: 0;
}

.youtube-phone {
    width: 100%;
}

.youtube-image-holder {
  width: 150%;
}

.front_image {
    width: 37%;
    top: 50%;
    transform: translateY(-50%);
}

.rfpc_logo {
    width: 18%;
    top: 55%;
    transform: translateY(-50%);
}

.section-heading .youtube-info {
    display: block;
    margin: 0 auto;
    text-transform: none;
    text-align: left;
    line-height: 1.3;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    margin-top: -25px;
    padding: 32px 40px 8px 0px;
    color: #dedddd;
    letter-spacing: 1px;
}

.section-heading .ytTitle {
    font-size: 26px;
    text-align: center;
    padding-top: 30px;
    color: #d0d0d2;
}

.youtube-infoholder {
    padding: 30px 30px;
    display: flex;
}

.youtube-infoholder.no-padding {
  padding: 0px;
}

.no-padding .youtube-info {
  padding-left: 30px;
}

.youtube-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.youtube-grid-item {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 30px 18px;
  line-height: normal;
}

.youtube-grid-item .grid-img {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 15%;
}

.youtube-grid-item .grid-header {
  color: #d0d0d2;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.youtube-grid-item .grid-text {
  color: #dedddd;
  line-height: 1.3;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: none;
}

.youtube-grid-item.g {
  font-size: 20px;
}

.youtube-premium {
  position: relative;
}

.youtube-premium-info {
  color: #dedddd;
  position: absolute;
  top: 80px;
  right: 30px;
  text-align: right;
  line-height: 1.3;
  width: 40%;
  text-transform: none;
}

.youtube-premium-header {
  font-size: 16px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.youtube-premium-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 60px;
}

.youtube-premium-subtext {
  font-size: 9px;
  font-weight: 300;
  margin-bottom: 30px;
}

.apps .youtube-premium-img {
  height: 43px;
}

.col-xs {
    margin-top: auto;
    margin-bottom: auto;
}

.youtube-info.small {
    font-size: 11px;
}

.youtube-lineup {
    margin-bottom: 25px;
}

.withImage {
    display: flex !important;
}


.section-heading .youtube_link {
    text-decoration: underline;
    text-transform: none;
}

.tickets-unfold {
    position: relative;
    cursor: pointer;
    height: 150px;
}

.tickets-unfold span {
    position: absolute;
    display: block;
    margin: 0 auto;
    bottom: 40px;
    line-height: 1;
    font-size: 12px;
    left: 0;
    right: 0;
    font-family: Montserrat;
    transition: 0.2s;
}
.tickets-unfold:hover span {
    color: var(--mainColor);
}
.tickets.folded {
    display: none;
}
.tickets {
  text-align: center;
  cursor: pointer;
}
.tickets .column {
  padding: 20px 16px 220px;
  background-color: #303134;
  transition: 0.3s background-color;
  border: 1px solid grey;
}
.tickets .column p.smaller{
    font-size: 10px;
    line-height: 1.4;
    margin-top: -15px;
    margin-bottom: 20px;
}
.tickets .column:hover {
  background-color: #343538;
  color: #dedddd;
}
.tickets .column:hover p {
  color: var(--mainColor);
}
.tickets .column:hover .bottom::after {
  background-position: 0 0;
  transform: translateY(8px);
}
.tickets .column:hover .ico-info {
  background-position: center top;
}
.tickets p {
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  transition: .2s color;
}
.tickets .bottom small {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  right: 0;
}
.tickets p small {
  display: block;
  font-size: 18px;
  line-height: 0px;
//  color: #5d5e61;
  font-family: Montserrat;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;

}

.tickets .bottom {
  position: absolute;
  left: 0;
  bottom: 65px;
  width: 100%;
  text-align: center;
  padding-bottom: 115px;
}
.tickets .bottom p {
  color: var(--mainColor);
  transition: .3s color;
  margin: 10px 0;
}
.tickets.three .column {
  padding-bottom: 180px;
}
.tickets.three .column .bottom {
  padding-bottom: 70px;
}
.tickets .ico-info {
  width: 18px;
  height: 18px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: .3s transform;
}
.tickets .tooltip-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #343538;
  opacity: 0;
  transition: 1s opacity;
  letter-spacing: 0;
}
.tickets .tooltip-text div {
    display: table;
    height: 100%;
    width: 100%;
}

.tickets .tooltip-text small {
  line-height: 24px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  text-transform: none;
  color: #dedddd;
  font-weight: 500;
  font-size: 13px;
}
.tickets .tooltip-displayed {
  color: transparent !important;
}
.tickets .tooltip-displayed p {
  color: transparent !important;
}
.tickets .tooltip-displayed .ico-info {
  opacity: 0;
}
.tickets .tooltip-displayed .tooltip-text {
  opacity: 1;
}
.tickets .tooltip-displayed .tooltip-text small {
  transform: translateY(0);
}
.home .tickets .column {
  border-top: 0;
  border-bottom: 0;
  padding-top: 75px;
}

.home .tickets .column:hover .bottom p {
  color: var(--mainColor);
}
.home .tickets .column .bottom::after {
  width: 17px;
  height: 11px;
  transition: none;
}
.home .tickets .column:hover .bottom::after {
  transform: translateX(0);
  animation-name: tickets-arrow;
  animation-duration: .5s;
  animation-iteration-count: 2;
}
@keyframes tickets-arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
.tickets-form {
  border-top: 1px solid #2d2c2b;
  width: 100%;
  background-color: #303134;
  padding: 0 100px 50px;
  margin-bottom: 70px;
  font-size: 0;
}
.tickets-form > * {
  font-size: 16px;
}
.tickets-form label {
  display: inline-block;
  margin: 30px 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #5d5e61;
  letter-spacing: 1px;
}
.tickets-form .input-wrapper {
  width: 50%;
  display: inline-block;
}
.tickets-form .input-wrapper:nth-child(odd) {
  padding-right: 20px;
}
.tickets-form .input-wrapper:nth-child(even) {
  padding-left: 20px;
}
.tickets-form .input-wrapper.last-right {
  float: right;
  padding-left: 20px;
  padding-right: 0;
  margin-bottom: 50px;
}
.tickets-form .input-wrapper label {
  display: block;
}
.tickets-form .input-wrapper input {
  background-color: #3c3d40;
  border: 0;
  padding: 13px 20px;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
}
.tickets-form hr {
  clear: both;
  margin-top: 50px;
}
.tickets-form input[type="radio"] {
  display: none;
}
.tickets-form input[type="radio"] + label {
  color: #5d5e61;
  padding: 10px 0 10px 40px;
  position: relative;
  margin: 20px 50px 25px 0;
}
.tickets-form input[type="radio"] + label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 21px;
  height: 21px;
  background-color: #3c3d40;
  transition: 0.3s background-color;
}
.tickets-form input[type="radio"] + label:hover {
  cursor: pointer;
}
.tickets-form input[type="radio"]:checked + label::before {
  background-color: var(--mainColor);
}
.tickets-form p {
  color: #5d5e61;
  text-align: center;
}
.blog {
  background-color: #f0f0f0;
  margin-bottom: 70px;
}
.blog .blog-item {
  display: block;
  text-transform: none;
  color: #77787b;
  padding: 50px 40px;
  overflow: hidden;
  transition: 0.3s background-color;
}
.blog .blog-item:not(:last-of-type) {
  border-bottom: 1px solid #e2e2e2;
}
.blog .blog-item:hover {
  background-color: #ebebeb;
}
.blog .blog-item:hover img {
  opacity: .9;
}
.blog .blog-item img {
  max-width: 40%;
}
.blog .blog-item h2 {
  color: #2a2b2f;
  font-size: 28px;
  line-height: 36px;
  margin-top: 0;
}
.blog .blog-item img {
  float: right;
  margin-left: 100px;
  transition: .3s opacity;
}
.blog .blog-item .read-more {
  color: #2a2b2f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 30px 15px 0;
  display: inline-block;
  position: relative;
}
.blog .blog-item .read-more:hover {
  color: var(--mainColor);
}
.blog .blog-item .read-more::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 14px;
  height: 8px;
}

.buy-here {
    margin-top: -1px;
    border-top: 1px solid var(--mainColor);
    position: relative;
    border-bottom: 1px solid #2d2c2b;
    color: var(--mainColor);
}
.qtranxs-available-languages-message {
    display: none;
}
.infos {
    margin-top: 1px;
}
.infos .column {
  background-color: #f0f0f0;
  text-align: center;
  padding: 40px 40px 110px;
  font-size: 16px;
  text-transform: none;
  transition: 0.3s background-color;
}
.infos .column .team-member img {
  filter: grayscale(100%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -35px;
  margin-bottom: 35px;
}
.infos .column:hover,
.infos .column:hover .team-member img {
  background-color: #f6f6f6;
  filter: none;
}
.infos .column:hover .bottom {
  color: #000;
}
.infos .column h2 {
  color: #2a2b2f;
  font-size: 16px;
  margin-bottom: 50px;
}
.infos .column p {
  color: #77787b;
}
.infos .column .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 80px;
  text-transform: uppercase;
  font-size: 12px;
  color: #77787b;
  transition: .3s color;
}
.infos .column .bottom::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 8px;
  bottom: 40px;
  left: 50%;
  margin-left: -7px;
}
.infos.bordered .column {
  border-color: #e7e7e7;
}
.infos.team .column {
    padding: 60px 20px 60px;
    position: relative;
}
.infos.team .column h2 {
    margin-bottom: 9px;
    font-size: 16px;
    white-space: nowrap;
}
.infos.team .column h3 {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 12px;
    white-space: nowrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.infos.team .column a.team-email,
.team-box a.team-email,
.infos.team .column a.team-link,
.team-box a.team-link {
    text-transform: none;
    text-decoration: underline;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    color: #77787b;
    margin-top: 20px;
    display: block;
}
.infos.team .column a.team-email:hover,
.team-box a.team-email:hover,
.infos.team .column a.team-link:hover,
.team-box a.team-link:hover {
  color:#000;
}
.infos.team .column a.team-member {
    margin-top: 20px;
}
.infos.team .column a[href*="https"] {
    font-weight: bold;
}
.team-container {
    display: flex;
    margin-bottom: 50px;
}
.team-box {
    width: 40%;
    margin: 30px;
}
.team-box img {
    width: 100%;
    max-width: 300px;
}
@media (max-width: 640px) {
    .team-container {
        display: block;
    }
    .team-box {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}
@media (max-width: 350px) {
    .team-container {
        display: block;
        margin-bottom: 20px;
    }
    .team-box {
        margin: 10px;
    }
}
.gallery {
  font-size: 0;
  margin-bottom: 70px;
}
.gallery .gallery-item {
  display: inline-block;
  width: 25%;
  position: relative;
}
.gallery .gallery-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: .3s opacity;
}
.gallery .gallery-item:hover {
  cursor: pointer;
}
.gallery .gallery-item:hover::after {
  opacity: 0;
}
.gallery .gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
section.search {
  background-color: #f0f0f0;
  color: #2a2b2f;
  text-align: center;
  margin-bottom: 70px;
}
section.search form {
  margin: 60px 0;
  border: 1px solid #d0cfcf;
  display: inline-block;
  position: relative;
  width: 70%;
  overflow: hidden;
}
section.search form input {
  position: absolute;
  width: 90%;
  left: 0;
  background: none;
  border: 0;
  padding: 12px 20px;
  color: #77787b;
  font-weight: 500;
}
section.search form button {
  float: right;
  width: 50px;
  height: 43px;
}
section.search .search-item {
  display: block;
  color: #2a2b2f;
  border-bottom: 1px solid gainsboro;
  min-height: 130px;
  line-height: 130px;
  text-align: left;
  padding: 0 150px 0 40px;
  position: relative;
  transition: 0.3s background-color;
}
section.search .search-item:first-of-type {
  border-top: 1px solid gainsboro;
}
section.search .search-item:hover {
  background-color: #f6f6f6;
}
section.search .search-item h2 {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
section.search .search-item .type {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  text-transform: none;
  font-weight: 500;
  color: #77787b;
}
.styled-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-left: 5px;
  background-color: #3c3d40;
  width: 100%;
}
.styled-select select {
  width: 100%;
  height: 45px;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  padding: 0.6em 1.9em 0.5em 0.8em;
  line-height: 1.3;
  color: #dedddd;
  letter-spacing: 1px;
  font-weight: 500;
}
.styled-select select:hover {
  cursor: pointer;
}
.styled-select::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 10px;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  /* background-image: url(/t/img/styled-select_oran.png); */
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.styled-select select:focus {
  outline: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
}
.styled-select option {
  font-weight: normal;
}
x:-o-prefocus,
.styled-select::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .styled-select select::-ms-expand {
    display: none;
  }
  .styled-select select:focus::-ms-value {
    background: transparent;
    color: #fff;
  }
}
@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden;
  }
  .custom-select select {
    width: 120%;
    width: calc(100% em);
  }
}
.styled-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
#festtickets {
    padding: 50px 0;
    background-color: #f0f0f0;
}
#menu-opener {
  display: none;
  position: absolute;
  top: 2px;
  right: 60px;
  margin-left: 540px;
  width: 51px;
  height: 47px;
  z-index: 100;
  transition: background .4s;
}
#menu-opener::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 13px;
  width: 24px;
  height: 3px;
  background: #dedddd;
  transition: transform .4s;
}
#menu-opener::after {
  position: absolute;
  content: "";
  bottom: 14px;
  left: 13px;
  width: 24px;
  height: 3px;
  background: #dedddd;
  transition: transform .4s;
}
#menu-opener span {
  display: inline-block;
  position: absolute;
  content: "";
  top: 22px;
  left: 13px;
  width: 24px;
  height: 3px;
  background: #dedddd;
  transition: background .4s;
}
#menu-opener.opened::before {
  transform: translate(0px, 9px) rotate(-45deg);
}
#menu-opener.opened::after {
  transform: translate(0px, -7px) rotate(45deg);
}
#menu-opener.opened span {
  background: transparent;
}
#menu-opener:hover {
  cursor: pointer;
}

#partners-page {
    background-color: #f0f0f0;
}
#partners-page h1 {
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    color: #77787b;
    line-height: 80px;
}
#partners-page img {
    display: inline;
    width: 100%;
}
#partners-page div {
    padding: 30px 0;
    display: table;
    margin: 0 auto;
}
#partners-page .one, #partners-page .two {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
#partners-page .two img{
  width: 50%;
}

#partners-page .four img {
    width: 24%;
}
#partners-page .five img {
    width: 20%;
}

@media (min-width: 1600px) {
  .intro-video #bands{
    width: 55%;
    margin: 30px 7% 0px;
  }
  .intro-video #divocak-logo{
    top: 20%;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0;
  }
  .copyright {
    padding: 0 20px;
  }
  header .logo-pink {
    margin-left: 20px;
  }
  header .lang-search {
    margin-right: 20px;
  }
  header .lang-search {
    margin: 12px 40px;
}
  #lion {
    width: 245px;
    margin-top: 60px;
  }
  #monkeys {
    width: 600px;
    margin: 80px auto -50px;
  }
  .rfp_ticket_notice.rfp_tickets_menu {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 1120px) {
  body {
    padding-top: 45px;
  }
  body.home {
      padding-top: 0;
  }
  body.home header {
    box-shadow: 0px 0px 10px rgba(7, 8, 8, 0.3);
  }
  body.home header .logo-white {
    opacity: 0;
  }
  body.home header .logo-pink,
  body.home header .date,
  body.home header nav,
  body.home header .search {
    opacity: 1;
    visibility: visible;
  }
  header {
    padding-top: 10px;
    height: 80px;
  }
  .home.no-scroll header{
    background-color: #1e1f22;
  }
  header .logo-pink {
    margin-left: 20px;
  }
  header #menu-opener {
    display: block;
  }
  header nav {
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #1e1f22;
    text-align: center;
    padding: 0;
    box-shadow: 0px 8px 5px 0px rgba(7, 8, 8, 0.1);
    border-right: 0;
    overflow-y: scroll;
  }
  header nav:not(.opened) {
    display: none;
  }
  header nav a {
    display: block;
    padding: 15px;
    border-top: 1px solid #2d2c2b;
  }
  header nav a:last-of-type {
    border-bottom: 1px solid #2d2c2b;
  }
  header nav .has-sub-menu {
    display: block;
  }
  header nav .has-sub-menu a {
    display: block;
  }
  header nav .sub-menu {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    padding-top: 0;
    margin-top: -1px;
    margin-bottom: -1px;
  }
  header nav .sub-menu::before {
    display: none;
  }
  header nav .sub-menu a {
    display: block;
    // font-weight: 400;
    text-align: center;
    padding: 15px;
    background: none;
  }
  header nav .sub-menu a:first-child {
    padding-top: 15px;
  }
  header nav .sub-menu a:last-child {
    padding-bottom: 15px;
  }
  #main-menu li ul.sub-menu {
    height: auto;
  }
  .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    background-color: #4c4848; /* Nahraďte tímto vámi preferovaným světlejším odstínem */
}

  .schedule {
    display: none;
  }

  section.intro-video video {
    -webkit-transform: scale(3.3);
    transform: scale(3.3);
    -webkit-transform-origin: center;
    transform-origin: center;
    min-width: unset;
    min-height: 100%;
    height: unset;
    width: unset;
    max-width: 100%;
    max-height: 100%;
    left: -24%;
    top: 0%;
  }
  .page-header.tickets {
    margin-top: 100px;
  }
  .rfp_ticket_notice.rfp_tickets_menu {
    top: 80px;
  }
}


.menu-item-has-children > a:after,
.submenu .menu-item-has-children > a:after {
  content: '>';
  color:#77787b;
  font-size: 12px;
  padding-left: 5px;
  font-weight: 100;
}

@media screen and (max-width: 1120px) {
  #language-switcher {
    display: grid;
    width: 10px;
    margin-bottom: 5px;
  }
  header nav .sub-menu a {
    height: auto;
  }
  .menu-item-has-children > .sub-menu {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
  }
  .sub-menu {
    display: block;
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
  }
  /*
  .sub-menu {
    display: none;
    position:unset;
}*/
  .menu-item-has-children.active > .sub-menu {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
  }
  #main-menu ul.menu {
    flex-direction: column;
  }
  #main-menu ul.menu li {
    padding-bottom: 0;
  }
  #main-menu {
    display: none; /* Skryje menu */
  }
  #main-menu li ul.sub-menu {
    margin-top: 0;
  }
  #main-menu.opened {
      display: block; /* Display menu, when it has 'opened' class */
  }
  #main-menu ul.menu li ul.sub-menu {
    position: unset;
  }
  #main-menu ul.menu li ul.sub-menu li ul.sub-menu {
    position: unset;
  }
  #main-menu ul.menu li ul.sub-menu li:hover ul.sub-menu {
    position: unset;
    margin-top: 0;
  }
  .menu-item-has-children > .sub-menu {
    display: none;
    width: 100%;
  }
  .menu-item-has-children.active > .sub-menu {
      display: block; /* Display submenu, when parent has 'active' class */
  }
  .menu-item-has-children.active > a:after {
    content: '<';
  }
}




@media (max-width: 1120px) {
  .intro-video #rfp-logo{
    display: none;
  }
  .intro-video #divocak-logo{
    display: none;
  }
  .intro-video #kb-logo {
    display: none;
  }
  .intro-video #km-logo {
    display: none;
  }
  .intro-video #monkey {
    width: 20%;
  }
}
@media (max-width: 900px) {
  section#main-article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-header {
    height: 200px;
  }
  .page-header.bigger {
    height: 300px;
  }
  .text-info {
    padding: 50px 50px 0;
  }
  .text-info.historie {
    padding: 50px 20px;
  }
  .text-info.historie .article-image {
    margin: -120px -20px 0 20px;
    width: 50%;
  }
  .text-info.historie p:last-child {
    margin-bottom: 0;
  }
  .text-info p:last-child {
    margin-bottom: 50px;
  }
  .tickets .column .bottom small {
	  padding: 0 3px;
    font-size: 10px;
  }
  .blog .blog-item img {
    margin-left: 20px;
  }
  .infos .column {
    padding-left: 20px;
    padding-right: 20px;
  }
  .six.columns .column  {
    width: 33.33%;
  }
  .intro-video #bands{
    width: 95%;
    margin: 0px;
  }
  .intro-video #monkey{
    width: 40%;
    margin: 0px 30%;
  }
  .intro-video #presale{
    width: 58%;
  }
  .intro-video .livestream {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 30%;
  }
  .intro-video .vote {
    position: absolute;
    right: 0;
    top: 40%;
    width: 100%;
    height: 35%;
  }
  .intro-video .donio {
    position: absolute;
    left: 0;
    top: 75%;
    width: 100%;
    height: 25%;
  }
  .buy-tickets.tickets {
    bottom: 3px;
  }
}
@media (max-width: 767px) {
  .line-up .line-up-item, .line-up.experiences .line-up-item {
    width: 33.33%;
    float: left;
  }
  .intro-video .vertical-center h1 {
      font-size: 2em;
  }
  .home .tickets .column .bottom::after {
    display: none;
  }
  .page-header h1 {
    font-size: 30px;
  }
  .tickets-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tickets-form .input-wrapper:nth-child(2n+1) {
    padding-right: 10px;
  }
  .tickets-form .input-wrapper:nth-child(2n) {
    padding-left: 10px;
  }
  .tickets-form .input-wrapper.last-right {
    padding: 0 0 0 10px;
  }
  .blog .blog-item img {
    float: none;
    margin: 0 0 30px 0;
  }
  .infos.columns .column {
    width: 50%;
  }
  .gallery .gallery-item {
    width: 33.33%;
  }
    footer .newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .newsletter h3 {
      font-size: 15px;
    }
  footer .newsletter .column {
    float: none;
    width: 100%;
    border: 0 !important;
    padding: 25px 0 0;
    height: auto;
  }
  footer .newsletter .column:last-child {
    padding: 25px 0 50px;
  }
  footer .newsletter form {
    width: 90%;
    position: relative;
  }
  footer .newsletter a.button {
    width: 90%;
  }
  footer .newsletter form input {
    width: 85%;
    position: absolute;
    left: 0;
  }
  header .date span {
    font-size: 15px;
  }
  .rfpc_logo {
    width: 26%;
    top: 58%;
  }
  #lion {
    width: 210px;
    margin-top: 0;
  }
  #monkeys {
    width: 600px;
    margin: 80px auto -10px;
  }
  .intro-video #rfp-logo{
    width: 26%;
    left: 73%;
    top: 11%;
  }
  .intro-video #malltv-logo{
    display: none;
  }
}
@media (max-width: 640px) {
  .three.bordered.columns.novinky .column:first-child{
    width: 100%;
  }
  .novinky h1{
    padding: 15px 15px 60px;
    font-size: 16px;
    text-align: left;
  }
  .bx-wrapper, .bx-viewport {
    height: auto !important;
  }
  #carousel {
    display: none;
  }
  li.main-article {
    padding: 50px 20px;
    position: relative !important;
    height: auto;
    display: none;
  }
  li.main-article:first-child {
    display: block;
  }
  li.main-article .vertical-center {
    top: auto;
    transform: none;
  }
  li.main-article h1 {
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .line-up .line-up-item,
  .rfp-home.line-up .line-up-item,
  .line-up.double .line-up-item {
    width: 100%;
    display: block;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .line-up.experiences .line-up-item{
    width: 50%;
  }
  .line-up .line-up-item .overlay {
    padding: 0 10px;
    opacity: 1;
    visibility: visible;
  }
  .line-up .line-up-item .overlay h1 {
    opacity: 1;
    transform: none;
    font-size: 25px !important;
    margin: 0;
    letter-spacing: 1px;
  }
  .line-up.experiences .line-up-item{
    overflow: hidden;
  }
  .line-up.experiences .line-up-item .overlay h1 {
    font-size: 16px !important;
  }
  .line-up .line-up-item .overlay h3 {
      display: none;
  }
  .line-up .line-up-item .overlay br {
    display: none;
  }
  .line-up .line-up-item .overlay h1,
  .line-up .line-up-item .overlay h2 {
    margin-top: 0;
  }
  .line-up .line-up-item .overlay .button {
    display: none;
  }
  .line-up:not(.home) .line-up-item:hover {
    color: var(--mainColor);
  }
  .line-up.home .line-up-item .overlay .button {
    display: inline-block;
  }
  .four.columns.bordered.tickets .column {
    white-space: normal;
    border-top: 1px solid #2d2c2b;
    border-bottom: 1px solid #2d2c2b;
  }
  .four.columns.bordered .column:nth-of-type(2n+2) {
    border-right: 0;
  }
  .three.columns {
    text-align: center;
  }
  .columns.bordered .column, .two.columns .column, .three.columns .column, .four.columns .column, .five.columns .column, .six.columns .column  {
    width: 50%;
  }
  .ico-info {
    display: none;
  }
  .tickets .column {
    padding: 55px 10px 155px;
  }
  .tickets .bottom:after {
    display: none;
  }
  .text-info h1 {
    font-size: 23px;
    letter-spacing: 1px;
  }
  .home .tickets .column {
    width: 100%;
    padding-top: 20px;
    border-bottom: 1px solid #2d2c2b;
    margin-top: 0;
  }
  .tickets p {
    font-size: 18px;
  }
  .section-heading {
    font-size: 20px;
  }
  .five.columns .column:nth-of-type(5n+5) {
    width: 100%;
  }
  .tickets .bottom {
    padding-bottom: 60px;
  }
  .tickets .bottom::after {
    bottom: 30px;
  }
  .text-info {
    padding: 30px 20px 0;
  }
  .text-info p {
    font-size: 16px;
    line-height: 24px;
  }
  .text-info .links a {
    padding: 0 15px;
    line-height: 70px;
  }
  .text-info.historie .article-image {
    margin: 5px 0 0 20px;
  }
  .text-info.historie h1 {
    width: 100%;
  }
  .text-info.historie p:last-child {
    margin-bottom: 0;
  }
  .infos.columns .column {
    width: 100%;
  }
  .gallery .column {
    float: none;
    display: block;
    width: 100% !important;
  }
  footer .partners {
    text-align: center;
  }
  footer .partners img {
    width: 80%;
    margin: 5px 0px;
  }
  footer .app-download img {
    width: 50%;
    margin: 5px 0px;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright p,
  footer .copyright .links {
    float: none;
  }
  footer .copyright .links a:not(:last-child) {
    margin-right: 20px;
  }
  .page-header.tickets {
    margin-top: 140px;
  }
}
@media (max-height: 620px) {
  .vertical-center {
    top: 48%;
  }
  .intro-video #presale {
    width: 36%;
    padding-top: 2%;
  }
  .intro-video .vertical-center a {
    margin-top: 1%;
  }
}
@media (max-height: 690px) {
  #scroll-down {
    display: none;
  }
  #monkeys {
    margin: 70px auto -50px;
  }
}
@media (max-height: 359px) {
  header nav a {
    padding: 11px;
  }
}
@media (max-width: 480px) {
  header .lang-search #lang-ind::after{
    right: 5px;
    top: 0px;
  }
  .tickets-form .input-wrapper {
    display: block;
    width: 100%;
    float: none;
  }
  .tickets-form .input-wrapper:nth-child(2n+1) {
    padding-right: 0;
  }
  .tickets-form .input-wrapper:nth-child(2n) {
    padding-left: 0;
  }
  .tickets-form .input-wrapper.last-right {
    padding: 0;
    float: none;
  }
  .blog .blog-item {
    padding: 50px 20px;
  }
  section.search .search-item {
    padding-left: 20px;
    padding-right: 110px;
  }
  .navigation-tabs a {
    width: 60%;
  }
  header nav {
    position: fixed;
    top: 75px;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header nav a {
    padding: 12px;
  }
  .youtube-infoholder {
  	display: block;
    text-align: center;
  }
  .youtube-phone {
    width: 100%;
    height: 100%;
  }
  .section-heading .youtube_music_logo {
  	width: 27%;
    height: 27%;
    padding-right: 10px;

  }
  .rfpc_logo {
    width: 36%;
    top: 59%;
  }
  #lion {
    width: 168px;
    margin-bottom: -30px;
  }
  #monkeys {
    width: 400px;
    margin: 210px auto 0px;
  }
  .intro-video #rfp-logo{
    width: 37%;
    left: 61%;
    top: 13%;
  }
  .intro-video #bands{
    width: 100%;
    margin: 0px 2%;
  }
  .intro-video #monkey{
    width: 80%;
    margin: 0px 10%;
  }
  .youtube-infoholder .youtube-info {
    padding-bottom: 30px;
  }
  .youtube-section {
    line-height: 20px;
  }
  .youtube-grid {
    grid-template-columns: 1fr;
  }
  .youtube-premium-bg-img {
    max-width: 200%;
  }
  .youtube-premium-info {
    width: 90%;
    top: 30px;
    right: 5%;
  }
  .youtube-premium-info .youtube-premium-header {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .youtube-premium-info .youtube-premium-text {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .youtube-premium-info .youtube-premium-subtext {
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .text-info.historie .article-image {
    margin: 10px 0 20px;
    width: 100%;
  }
  .intro-video #rfp-logo{
    width: 37%;
    left: 61%;
    top: 18%;
  }
  #menu-opener {
    right: 10px;
    top: -12px;
  }
  .wrapper .lang-search {
    width: 10px;
    margin: 30px 44px;
  }
}
#wpadminbar {
    top: initial !important;
    bottom: 0;
}
.cd-schedule {
  position: relative;
  margin: 2em 0;
  margin-bottom: 50px;
  min-width: 900px;
}
.cd-schedule::before {
  /* never visible - this is used in js to check the current MQ */
  content: 'desktop';
  display: none;
}
.cd-schedule::after {
  clear: both;
  content: "";
  display: block;
}
div.spacer {
  padding-bottom: 70px;
}
.cd-schedule .timeline ul{
  margin: 0;
}
.cd-schedule li{
  list-style-type: none;
}
.cd-schedule .timeline {
  display: block;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 70px;
}
.cd-schedule .timeline li {
  position: relative;
  height: 70px;
}
.cd-schedule .timeline li::after {
  /* this is used to create the table horizontal lines */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #292a2d;
}
.cd-schedule .timeline li:last-of-type::after {
  display: none;
}
.cd-schedule .timeline li span {
   display: inline-block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cd-schedule .timeline li::after {
  width: calc(100% - 60px);
  left: 60px;
}
.cd-schedule .events {
  position: relative;
  z-index: 1;
  width: calc(100% - 60px);
  margin-left: 60px;
  float: left;
}
.cd-schedule .events .events-group {
    width: 20%;
    float: left;
    border: 1px solid #292a2d;
}
.cd-schedule .events .top-info {
  display: table;
  width: 100%;
  height: 70px;
  background-color: #292a2d;
  border-bottom: 1px solid #292a2d;
}
.cd-schedule .events ul{
  margin: 0;
}
.cd-schedule .events .top-info > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 .5em;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}
.cd-schedule .events .events-group > ul {
  display: block;
  position: relative;
  height: 1250px;
  overflow: visible;
}
.cd-schedule .events .single-event {
  /* force them to stay on one line */
  display: flex;
  position: absolute;
  flex-direction: column;
  -ms-flex-negative: 1;
    flex-shrink: 1;
  float: left;
  height: auto;
  width: calc(100% + 2px);
  -webkit-transition: opacity .2s, background .2s;
  transition: opacity .2s, background .2s;
  background-color: #292a2d;
  background-clip: content-box;
  padding: 0 1px;
  z-index: 3;
  /* top position and height will be set using js */
  left: -1px;
  text-align: center;
  border-bottom: #1E1F22 1px solid;
  border-top: #1E1F22 1px solid;
}
.cd-schedule .events .single-event .event-detail-wrap{
  margin: auto;
}
.cd-schedule .events .single-event a {
  display: block;
  padding-top: 2px;
}
.cd-schedule .events .single-event a:hover{
  color: var(--mainColor);
}
.cd-schedule .events .events-group:not(:first-of-type) {
  border-left-width: 0;
}
.cd-schedule .event-name,
.cd-schedule .event-date {
  display: block;
  color: white;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-schedule .event-name {
  font-size: 12px;
  font-weight: 500;
}
.cd-schedule .event-date {
  /* they are not included in the the HTML but added using JavScript */
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  margin-bottom: .2em;
}
.cd-schedule .cover-layer {
  /* layer between the content and the modal window */
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}
.cd-schedule.modal-is-open .cover-layer {
  opacity: 1;
  visibility: visible;
}

/* cookie modal */
.cookie-bar.confirmed{
  opacity: 0;
}
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transition: opacity 0.3s;
}
.cookie-bar .cookie-bar-wrapper {
  max-width: 43em;
  margin: auto;
  padding: 0.5em 2em;
  opacity: 0.95;
  background-color: #2d2c2b;
  box-shadow: 0px 3px 7px 0 #333;
  display: flex;
  justify-content: space-between;
}
.cookie-bar p,
.cookie-bar button {
  font-size: 0.75em;
  padding: 0;
  background: none;
  outline:  none;
  border: none;
}
.cookie-bar a {
  text-decoration: underline;
}
.cookie-bar button {
  color: var(--mainColor);
  text-decoration: underline;
  text-decoration-color: var(--mainColor);
  cursor: pointer;
  text-align: left;
  margin: 0 0 0 1em;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .cookie-bar .cookie-bar-wrapper {
    padding: 0.25em 1em;
    flex-wrap: wrap;
    justify-content: center;
  }
  .rfp_ticket_notice {
    padding: 10px 10%;
  }
}
#countdown {
  margin: -30 100px 10px 100px;
}
.countdown-container {
  display: flex;
  color: white;
  margin: auto;
  text-align: center;
  width: 50%;
}
.countdown-box {
  display: flex;
  flex: 4;
  justify-content: center;
  text-align: center;
  h1, p {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.countdown-number {
  text-align: center !important;
  font-size: 3em !important;
  margin: 0 0 0 15px !important;
}

.countdown-text {
  font-size: 1.5em !important;
  margin: 0 !important;
}
@media (max-width: 780px) {
  .countdown-container {
    width: 70%;
  }
}
@media (max-width: 580px) {
  .countdown-container {
    width: 90%;
  }
  .countdown-number {
    font-size: 2em !important;
    margin: 0 0 0 5px !important;
  }
  .countdown-text {
    font-size: 1em !important;
  }
}

/* slider */
.slider-images {
  height: 100%;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.slider-images .slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
  display: flex;
  margin-top: 12px;
}
.slider-images .slick-dots li {
  margin: 0 4px;
}
.slider-images .slick-dots li:first-child {
  margin-left: 0;
}
.slider-images .slick-dots li button:before {
  content: '';
  background-color: var(--black);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 6px;
  top: 6px;
  transition: opacity 0.3s;
}
.intro-video > .slider-images {
  position: absolute;
  z-index: 0;
  width: 100%;
}
.intro-video .slick-slide img {
  width: 100%;
}
.slider-images.slick-initialized.slick-slider.slick-dotted * {
  object-fit: cover !important;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}

.buy-tickets {
  border: 3px solid #dedddd;
  padding: 5px;
  width: 200px;
  transition: all 0.3s ease-in-out !important;
  margin: 5px auto;
  margin-bottom: 15px;
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  color: #000;
}
.buy-tickets:hover {
  border-color: #000;
  background-color: #000;
  color: var(--mainColor);
}
.buy-tickets.tickets {
  position: absolute;
  padding: 5px;
  width: 80%;
  transition: all 0.3s ease-in-out !important;
  margin: 5px auto;
  bottom: 20px;
  left: 10%;
  text-transform: uppercase;
}
.rfp_ticket_section {
  border-bottom: 1px solid var(--mainColor);
}

.links ul.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.links ul.menu li {
  margin-right: 45px;
}

.links ul.menu li:last-child {
  margin-right: 0;
}

.links ul.menu li a {
  text-decoration: none;
}
