@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;800;900&display=swap');

html {
    min-height: 100%;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
    height: 100%;
    min-width: 480px;
    /* scroll-behavior: smooth; */

}
 
body {
    padding-bottom: 0;
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #101010;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    margin: 0;
    position: relative;
    min-width: 480px;
    background-color:#101010;   
}

.container {
    padding: 20px;
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 800;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
 
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
}
 
p {
    line-height: 1.5;
    font-size: 22px;
    padding: 10px 0;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
}




/* MAIN STYLE  */

h2 {
    margin: 0;
    font-size: 40px;
    color: f34f00;
    text-transform: uppercase;
    margin-bottom: 15px;
	font-weight: 800;
	padding: 30px 0;
}

h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;

}

.content-holder {
    flex: 1;
}



.cursor-pointer {
    cursor: pointer;
}
 
 
.w100 {
    width: 100%;
}


a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a:hover,
a:active {
    color: #fff;
    text-decoration: underline !important;
    font-weight: bold;
}

.content a {
    color: #ffffff;
    text-decoration: underline;
}





.cover-main {
    min-height: 550px;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    display: block;
    background: bottom;
    background-image: url('/assets/desktop/img/2023/ogex23_web_header_.jpg');    
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.page-cover {
  min-height: 700px;
}
 

 
/** NEW STUFFF ***/
.main-logo {

    max-width: 699px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 20px;
}

.oge-symbol {
    height: 55px;
}

.footer-sponsors, .header-sponsors {
  justify-content: center;
  align-items: center;
}

.header-sponsors > img {
  padding: 0 20px;
}
.footer-sponsors > img {
  padding-left: 30px;
  padding-right: 30px;  
}

.cover-event-date, .cover-text {
  color: #fff;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}



.navbar {
    background-color: transparent;
    border: 0;
    height: 82px;
    transition: 0.3s ease-in-out;
}

.navbg {
  background-color: #00000069;
  box-shadow: 0px 8px 12px -5px rgb(0 0 0 / 47%);
}

.nav>li>a {
    line-height: 40px;
    padding: 20px 20px;
}

ul.nav a {
    color: #fff !important;
    -webkit-transition: color 0.5s; /* For Safari 3.0 to 6.0 */
    transition: color 0.5s; /* For modern browsers */
}

ul.nav li.active>a { 
    background-color: transparent !important;
    /* border-bottom: 2px solid #990000;; */
}

.nav-right {
    margin-right: 20px;
}


.nav.nav-right>li>a {
    padding: 20px 0;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  text-decoration: none !important;
  color: #e9175e !important;
}


.section {
  width: 100%;
  padding: 40px 0;
}

.section-red {
  background: url('/assets/desktop/img/backgrounds/backgrounds_4.jpg') no-repeat center center;
  background-size: cover;
}

.section-dark-1 {
  background: url('/assets/desktop/img/backgrounds/backgrounds_6.jpg') no-repeat center center;
  background-size: cover;
}

.section-dark-2 {
  background: url('/assets/desktop/img/backgrounds/backgrounds_7.jpg') no-repeat center center;
  background-size: cover;
}

.section-green-1 {
  background: url('/assets/desktop/img/backgrounds/backgrounds_5.jpg') no-repeat center center;
  background-size: cover;
}

.section-fifa22-1 {
  background: url('/assets/desktop/img/2023/backgrounds_1.jpg') no-repeat center center;
  background-size: cover;
}

.section-fifa22-2 {
  background: url('/assets/desktop/img/backgrounds/backgrounds_2.jpg') no-repeat center center;
  background-size: cover;
}

.section-cta-now {
  background: url('/assets/desktop/img/ogex_web_nevezz.jpg') no-repeat center center;
  background-size: cover;
}

.section-events {
  background: url('/assets/desktop/img/backgrounds/backgrounds_3.jpg') no-repeat center center;
  background-size: cover;
}

.section-divider {
  background: url('/assets/desktop/img/ogex_rendezveny_divider.jpg') no-repeat center center;
  background-size: cover;
  height: 165px;
}

.header-1 {
  text-align: left;
    margin-left: 200px;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.2;
}

.header-1 img {
  position: absolute;
  left: 40px;
  width: 180px;
}


.header-h3-center {
  text-align: center;
  padding-bottom: 40px;

}

.p40 {
  padding:  0 30px;
}

.text-red {
  color: #DA3A61;
}


.bg-red {
  background-color: #DA3A61;
}

.ul-list-inner {
  list-style-position: inside;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  padding-left: 0;
}



/******* BUTTONS ******/

.btn {
  background-color: #feff6a;
  color: #072032;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 40px;
  height: 63px;
  font-size: 16px;
  margin: 30px 0;
  border-radius: 50px;
  box-shadow: rgb(0 0 0 / 89%) 0px 10px 36px 0px;
  -webkit-transition: transform 0.5s; /* For Safari 3.0 to 6.0 */
  transition: transform 0.5s; /* For modern browsers */
}

.btn:hover {
  box-shadow: rgb(0 0 0 / 69%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
  transform: scale(1.1);
}

.btn-dark {
  background-color: #1E2938;
  color: #feff6a;
}

.btn-green {
  background-color: #01c8a9;
  color: #162834;
}

.btn-red {
  background-color: #e9185e;
    color: #ffffff;
}

.btn-red:hover {
  color: #ffffff;
}


/******* BOXES ******/

.box-holder {
  text-align: center;
}

.box-holder header {
  background-color: #FCFF70;
  font-size: 25px;
  border-radius: 5px;
  
}

.box-holder .box {
  border-radius: 5px;
  background-color: #1e29389d;
  display: inline-block;
  vertical-align: top;
  min-height: 135px;
  min-width: 200px;
}

.box-holder .box p {
  font-size: 16px;
  text-align: center;
  padding: 20px;
  margin: 0;
}

/******* CHART ******/

.chart-holder {  
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}

.chart-item {
  height: 56px;
  font-size: 20px;;
  border: 2px solid #fff;
  line-height: 56px;
  border-radius: 30px;
  width: 95%;
  padding-left: 70px;
  position: relative;
  font-weight: 600;
  margin: 0 auto;
  color: #fff;
  margin-bottom:10px;
  margin-left: 20px;
}

.chart-item  span{
  position: absolute;
  left: -15px;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
  width: 56px;
  color: #0f1f2c;
  height: 56px;
  top: -2px;
  text-align: center;
  box-shadow: rgb(0 0 0 / 39%) 5px 0px 11px 0px;
}


/******* EVENTS ******/


.event-row-header {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 40% 30% 30%;
  grid-template-rows: 60px;
  gap: 0;
 
  border-radius: 40px;
  color: #fff;
  text-transform: uppercase;  
}

.event-row-header div {
  text-align: center;
}

.event-row {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 40% 30% 30%;
  grid-template-rows: 60px;
  gap: 0;
  background-color: #5D2A46;
  border-radius: 40px;
  color: #fff;
  text-transform: uppercase;  
  margin-bottom: 20px;
}

.event-row > div {
    /* padding: 15px; */
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    display: flex;    
}

.event-row > div:first-child {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  color: #e9175e;
  justify-content: left;
  padding-left: 40px;
  box-shadow: rgb(0 0 0 / 39%) 5px 0px 11px 0px;
}

.event-row > div:first-child .btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 60px;
  color:#24253F;
  font-size: 20px;
  background-color: #4DBCA4;
}

.event-row > div:nth-child(2) {
  box-shadow: rgb(0 0 0 / 39%) 5px 0px 11px 0px;
  border-radius: 40px;
}

/*** PLACE ***/

 

.place-row-holder > .place-row:nth-child(even)  {
  background-color: #45A991;
}

.place-row-holder > .place-row:first-child {
  border-radius: 10px 10px 0 0;
  border-top: 2px solid #fff;
}

.place-row-holder > .place-row:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #fff;

}

.place-row-holder > .place-row > div:first-child {
  color: #171717;
  padding-left: 10px;
}

.place-row-holder .place-row {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 160px 1fr 2fr 1fr;
  grid-template-rows: 40px;
  line-height: 40px;
  gap: 0;
  background-color: #00bfa3;  
  color: #fff;
  text-transform: uppercase;  
  font-weight: bold;
  max-width: 900px;
  margin: 0 auto;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}


.page-content-2  ul,.article-page  ul {
  color: #fff;
  text-align: left;
  line-height: 1.5;
  font-size: 22px;
}

.page-content-2 ul li {
  margin-bottom: 20px;
}

/*** MOBILE PLACE LIST INDEX  ****/


.mobile-place-holder {
  margin-top: 50px;
  
}


.place-row-holder.mobile-place-holder  .place-row{
  grid-template-columns: 160px 1fr 1fr 2fr 50px;
}

.place-row-holder.mobile-place-holder > .place-row > div:first-child {
  color: #fff;
  padding-left: 10px;
}

.place-row-holder.mobile-place-holder .place-row {
  background-color: #E7175E; 
}

.place-row-holder.mobile-place-holder > .place-row:nth-child(even)  {
  background-color: #ad1449;
}



/***  MAP ****/

.map-holder {
  position: relative;
}

#map {  
  z-index: 0;
}

.map-maker {
  width: 94px;
  height: 30px;
  border-radius:  0 15px;
  position: absolute;
  background-color: transparent;
  /* background-color: #01c8a9; */
  left:10%;
  z-index: 1000;
}

.map-maker:hover {
  /* background-color: #000000; */
  /* backdrop-filter: blur(2px); */
  backdrop-filter: url(filters.svg#filter) saturate(150%);

}

.btn-ticket {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  margin: 0;
}

 
.map-details.active  {
  opacity: 1;  
  visibility: visible;
  height: 540px;
}

.map-details h2{
  font-size: 30px;
}
 
.map-details {
  position:absolute;
  opacity: 0;
  top:0;
  background-color: #e7175e;
  padding: 20px;
  height: 540px;
  border-radius: 30px; 
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: visibility 0s, opacity 0.5s linear;
}
 

.left-pointer {
  width: 100px;
  height: 100px;
 
  position: absolute;
  left: -50px;
  display: block;
  top: 210px;
 
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 50px solid #e5175d;
 
}

.map-image {
  width: 100px;
 
}






.img-rounded 
{
  border-radius: 30px;
}

.article {
  position: relative;
  margin-bottom: 40px;
}

.article h3{
  font-size: 16px;
}

.article b{
  font-weight: 200;
}
.article .title-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 60%, rgba(0,0,0,0) 100%);
    
}

.header2 {
  padding: 20px;
  margin: 0;
}


.price-holder {
  padding-top: 40px;
}


.price-holder h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.price-holder p {
  text-align: center;
  font-size: 100px;
  font-weight: 800;
  font-style: italic;
  color: #4CBAA1;
  padding-top: 0;
  margin-top: 0;
}


.price-holder-2 p{
  font-size: 80px;
}

.btn-holder .btn {
  margin: 20px;
}

.social-icons img {
  height: 37px;
  width: 37px;
  border-radius: 5px;
}


/*** PAGINATION ***/

 
#paginator {text-align: center;}
.pagination>li>a, .pagination>li>span {border-radius: 5px !important; margin-right: 10px; color:#000;background-color: #DDD;}
.pagination>li.current>a, .pagination>li.current>span {background-color: #e9185e;color: #fff;border-color: #e9185e;}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {color: #101010; text-decoration: none !important;}


/** ENDS ***/

footer {
    padding: 0;
    text-align: center;
    color: #ececec;
    background-color: #011521;
}

.footer-sponsors {
  padding: 40px;
}

 
.footer-copyright {
    background-color: #070707;
    float: left;
    width: 100%;
    line-height: 80px;    
}

.footer-copyright .container {
  padding: 0;
}
 

.footer-copyright  a {
  padding: 10px;
}



.vcenter {
    text-align: center;
	padding-top: 50px;
}



.w1280 {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

a:hover,
a:active {
    text-decoration: none;
}

/**** ARTICLE PAGE *****/

.article-page {
  text-align: center;
  background-color: #0a0a0a;
  padding: 40px;
  border-radius: 15px;
}

 

.article-page img{
  max-width: 100%;
  padding:20px 0;
}

.article-page p {
  /* color: #c2c2c2; */
}

.article-page small {
  text-align: left;
  color: #646464;
  display: block;
  font-size: 16px;
}

/*****  MARQUEE *****/

.marquee {
  overflow: hidden;
  width: 100%;
  /* margin: 10px auto; */  
  white-space: nowrap;
  color: rgb(233 24 94);
  background-color: #fff;
  
  
}

.marquee__inner {
  width: 250vw;

  color: #132534;
  font-weight: 600;

  animation: marquee 25s linear infinite;
  display: flex;
  justify-content: space-around;
}

.marquee__inner div {
  /* min-width: 500px; */
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  /* background: red; */
}

@keyframes marquee {
  0% {
    transform: translateX(0vw);
  }
  
  100% {
    transform: translateX(-250vw);
  }
}


.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 100s linear infinite;

  color: #132534;
  font-weight: 600;
}

.marquee__content div {
  /* min-width: 500px; */
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  /* background: red; */
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}




/** MENUBAR ***/

  
.menu-bar { position: absolute; right: 20px; top: 20px; z-index: 1000;   }
.menu-bar.fixed {position: fixed;}
.menu-bar button  { border:none;background: transparent; height: 40px; width: 40px; position: relative;}
.menu-bar button:focus {outline:none;}
.menu-bar button span {height: 5px; width: 100%; display: block; position: absolute; -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.menu-bar button span:nth-child(1) { background-color:#ffffff; left:0;right: 0; top: 0;}
.menu-bar button span:nth-child(2) {background-color:#ffffff;left:0;right: 0;top: 10px;}
.menu-bar button span:nth-child(3) {background-color: #ffffff;left:0;right: 0;top: 20px;}

  
.menu-bar button.closeX span:nth-child(1) {
    -webkit-animation: closeXLine1 0.6s; /* Safari 4+ */
    -moz-animation:   closeXLine1 0.6s; /* Fx 5+ */
    -o-animation:      closeXLine1 0.6s; /* Opera 12+ */
    animation:        closeXLine1 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}
.menu-bar button.closeX span:nth-child(2) {
    -webkit-animation: closeXLine2 0.6s; /* Safari 4+ */
    -moz-animation:   closeXLine2 0.6s; /* Fx 5+ */
    -o-animation:      closeXLine2 0.6s; /* Opera 12+ */
    animation:        closeXLine2 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}
.menu-bar button.closeX span:nth-child(3) {
    -webkit-animation: closeXLine3 0.6s; /* Safari 4+ */
    -moz-animation:   closeXLine3 0.6s; /* Fx 5+ */
    -o-animation:      closeXLine3 0.6s; /* Opera 12+ */
    animation:        closeXLine3 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}

.menu-bar button.openX span:nth-child(1) {
    -webkit-animation: openXLine1 0.6s; /* Safari 4+ */
    -moz-animation:   openXLine1 0.6s; /* Fx 5+ */
    -o-animation:      openXLine1 0.6s; /* Opera 12+ */
    animation:        openXLine1 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}
.menu-bar button.openX span:nth-child(2) {
    -webkit-animation: openXLine2 0.6s; /* Safari 4+ */
    -moz-animation:   openXLine2 0.6s; /* Fx 5+ */
    -o-animation:      openXLine2 0.6s; /* Opera 12+ */
    animation:        openXLine2 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}
.menu-bar button.openX span:nth-child(3) {
    -webkit-animation: openXLine3 0.6s; /* Safari 4+ */
    -moz-animation:   openXLine3 0.6s; /* Fx 5+ */
    -o-animation:      openXLine3 0.6s; /* Opera 12+ */
    animation:        openXLine3 0.6s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}


/*closeX*/

@keyframes closeXLine1 {
    0% {
      right: 0; top: 0;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);
    }
  }
  
  @keyframes closeXLine2 {
    0% {
      right: 0;top: 10px;
      opacity: 1;
    }
  100% {
      opacity: 0;
    }
  }
  
  @keyframes closeXLine3 {
    0% {
      right: 0;top: 20px;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
  }
  
  
  @-webkit-keyframes closeXLine1 {
    0% {
      right: 0; top: 0;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);
    }
  }
  
  @-webkit-keyframes closeXLine2 {
    0% {
      right: 0;top: 10px;
      opacity: 1;
    }
  100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes closeXLine3 {
    0% {
      right: 0;top: 20px;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
  }
  
  @-moz-keyframes closeXLine1 {
    0% {
      right: 0; top: 0;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);
    }
  }
  
  @-moz-keyframes closeXLine2 {
    0% {
      right: 0;top: 10px;
      opacity: 1;
    }
  100% {
      opacity: 0;
    }
  }
  
  @-moz-keyframes closeXLine3 {
    0% {
      right: 0;top: 20px;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
  }
  
  @-o-keyframes  closeXLine1 {
    0% {
      right: 0; top: 0;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);
    }
  }
  
  @-o-keyframes  closeXLine2 {
    0% {
      right: 0;top: 10px;
      opacity: 1;
    }
  100% {
      opacity: 0;
    }
  }
  
  @-o-keyframes closeXLine3 {
    0% {
      right: 0;top: 20px;
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
  }
  
  
  
  /**** openX ****/
  
  
  @keyframes openXLine1 {
    0% {
          top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);    
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      right: 0; top: 0;
    }
  }
  
  @keyframes openXLine2 {
    0% {    
         opacity: 0;
    }
  100% {
      right: 0;top: 10px;
      opacity: 1;
    }
  }
  
  @keyframes openXLine3 {
    0% {
      
          top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
          right: 0;top: 20px;
    }
  }
   
  
  
  @-webkit-keyframes openXLine1 {
    0% {
          top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);    
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      right: 0; top: 0;
    }
  }
  
  @-webkit-keyframes openXLine2 {
    0% {    
         opacity: 0;
    }
  100% {
      right: 0;top: 10px;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes openXLine3 {
    0% {
      
          top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
          right: 0;top: 20px;
    }
  }
   
  @-moz-keyframes openXLine1 {
    0% {
          top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);    
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      right: 0; top: 0;
    }
  }
  
  @-moz-keyframes  openXLine2 {
    0% {    
         opacity: 0;
    }
  100% {
      right: 0;top: 10px;
      opacity: 1;
    }
  }
  
  @-moz-keyframes  openXLine3 {
    0% {
      
          top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
          right: 0;top: 20px;
    }
  }
   
  @-o-keyframes openXLine1 {
    0% {
          top: 10px;-ms-transform: rotate(45deg); /* IE 9 */-webkit-transform: rotate(45deg); /* Safari */transform: rotate(45deg);    
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
      right: 0; top: 0;
    }
  }
  
  @-o-keyframes openXLine2 {
    0% {    
         opacity: 0;
    }
  100% {
      right: 0;top: 10px;
      opacity: 1;
    }
  }
  
  @-o-keyframes openXLine3 {
    0% {
      
          top: 10px;-ms-transform: rotate(-45deg); /* IE 9 */-webkit-transform: rotate(-45deg); /* Safari */transform: rotate(-45deg);
    }
    50% {
      top: 10px;
      -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    }
    100% {
          right: 0;top: 20px;
    }
  }
   
  
  body.overflowHidden {overflow: hidden;}



 
/** COOKIE ***/
#cookie-bar {background: #000000;height:auto;line-height:24px;color:#eeeeee;text-align:center;padding: 14px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0; text-align: center; font-size: 14px; color:#fff;}
#cookie-bar a {color: #ffffff;display:inline-block;border-radius: 0px;text-decoration:none;padding:0 6px;margin-left:8px;}
#cookie-bar .cb-enable {background: rgb(233 24 94);; text-transform: uppercase;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background: #8C8C8C;}



.overlay-menu { position:  fixed; top:0; left:0; right: 0; bottom: 0; background-color: rgb(0 0 0 / 81%);  z-index: 500; display: table;width: 100%;height: 100%; display: none; }
.overlay-menu .close-overlay-menu {border:none;background: transparent; color: #fff; position: absolute; right: 10px; top: 10px;}
.close-overlay-menu span{color:#85cbe8; font-size: 50px; position: absolute; top:0; right: 10px; border: solid 1px #85cbe8; padding: 10px 20px;}
.overlay-menu ul{text-align: center; width: 100%; list-style: none; padding: 0; padding-top: 50px;}
.overlay-menu ul li{color:#fff; font-size: 30px; line-height: 2.5; }
.overlay-menu ul li a {list-style: none; color:#fff; text-decoration: none; text-transform: uppercase;
  -webkit-transition: color 0.5s; /* For Safari 3.0 to 6.0 */
  transition: color 0.5s; /* For modern browsers */

}
.overlay-menu ul li a:hover,
.overlay-menu ul li a:focus {color:#E9175E;

  text-decoration: none !important;
}
.overlay-menu > div { padding-top: 54px;}


.content-page * {color:#fff;}


/*** RESPO ***/

.mobile-map {
  display: none;
}

.mobile-label {
  display: none;
}
 
@media screen and (max-width: 1120px) {

  .desktop-map {
    display: none;
  }

  .mobile-map {
    display: block;
  }
    
}
 
@media screen and (max-width: 1040px) {

  .event-row {
    grid-template-rows: 40px;
    font-size:14px;
    line-height: 2;
  }
  
  .event-row > div:first-child .btn {
    height: 40px;
    font-size:16px;
  }

  .event-row > div:first-child {
    font-size: 14px;
    padding-left: 20px;
    
  }



    
}

 

@media screen and (max-width: 992px) {
  .hide-on-mobile {
    display: none;
  }
}

@media screen and (max-width: 844px) {

  .mobile-label {
    display: inline-block;
    padding-right: 10px;
  }

.event-row {
  grid-template-columns: auto;
  border-radius: 20px;
}

.place-row-holder.mobile-place-holder  .place-row{
  grid-template-columns: auto;
 
  
}


  .event-row > div:nth-child(2) {
    box-shadow: none;
    border-radius: 0;
  }

  .event-row-header {
    display: none;
  }

  .event-row > div {
    font-size: 18px;
  }
  .event-row > div:first-child {
    border-radius: 45px 45px 45px 0;
  }
  
  .event-row > div:first-child {
    font-size: 20px;
    padding: 0;
    font-size: 20px;
  }

  .place-row-holder.mobile-place-holder > .place-row > div:first-child {
    padding-left: 0 !important;
  }


  .place-row-holder .place-row {
    grid-template-columns: auto;

    
  }

  .place-row-holder .place-row div {
    text-align: center !important;
  }

  .btn-ticket {
    margin-bottom: 20px;
    padding: 10px 40px;
    height: 63px;
    font-size: 16px;
  }

  .event-row > .event-col-city{
    font-size: 14px;
    padding-left: 20px !important;
    
  }

}
 

@media (min-width: 840px) {
    .container {
        width: 100%;
    }

    .menu-bar {
      display: none;
    }

  
}

@media (max-width: 768px) {
  .price-holder p {
    font-size: 60px;
  }

  .hide-on-mobile {
    display: none;
  }

  /* .place-row-holder.mobile-place-holder  .place-row > div:nth-child(2) {
    display: none;
  } */
  /* .place-row-holder  .place-row > div:nth-child(3) {
    text-align: center;
  }
 */

.place-row-holder .place-row {
  /* grid-template-columns: 80px 1fr 50% ; */
  /* grid-template-columns: 30% 35% 35% ; */
  /* font-size: 12px; */
  
  }
}

@media (max-width: 688px) {
    
  .chart-holder {  
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
    h2 {
        font-size: 30px;
    }

    .footer-copyright {        
        float: left;
        width: 100%;
        line-height: 1.5;
        text-align: center;
        padding: 25px 45px; 
    }

    .footer-copyright a {        
      padding: 10px;
      width: 100%;
      float: left;
    }

    .footer-copyright div {
       float: left;
       width: 100%;
       text-align: center;
       padding-top: 20px;
       padding-bottom: 20px;
    }

    .footer-sponsors img {
      margin-bottom: 20px;
    }


    .header-1 {
      font-size: 30px;
      margin-left: 120px;
    }

    .header-1 img {
      width: 100px;
    }



 
   
}

 
@media (max-width: 840px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;

      max-height: 300px;
      overflow-y: scroll!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

}


/* PREORDER */
.preorder-holder {
  /* background-color: rgb(241, 241, 241); */

  margin-top: 23px;
  color: #fff;
  border-radius: 5px;
  max-width: 600px;
  padding: 0;
  margin: 0 auto;
}

.preorder-form-holder {
  padding-bottom: 40px;
}

.preorder {
  padding-top: 20px;
}

.apply-form {
  padding: 10px 20px;
  display: table;
  width: 100%;
  /* padding: 25px 0; */
  background-color: #00000040;
  border-radius: 10px;

}

.apply-form label,
input,
input[type=date] {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.apply-form label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #000;
  padding-left: 5px;
}

.apply-form textarea {
  width: 100%;
  height: 70px;
}

.apply-form input,
.apply-form select {
  height: 60px;
  line-height: 60px;
  text-align: left !important;
  margin: 5px 0;
  padding: 0;
  -webkit-box-shadow: inset 0 0 10px #000;
  -moz-box-shadow: inset 0 0 10px #000;
  box-shadow: inset 0 0 10px #000;
  text-align-last:center;
  /* text-transform: uppercase; */
}

.apply-form input,
.apply-form select,
textarea {
 
    border: 0;
    padding: 0 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0;
    /* border: 1px solid #f34f00; */
    background-color: #ffffff;
    color: #000;
    text-align: left;
    box-shadow: none;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
}

.apply-form input[type=checkbox] {
  width: 15px;
  height: 15px;
  float: none;
}

.reg2023-form {
  background-color: #00000080;
  padding: 30px;
} 

.reg2023-form input, .reg2023-form select {
  font-weight: 400 !important;
  text-align: center !important;
}

.reg2023-form .newsletter > div{
  display: initial;
  float: left;  
}


.reg2023-form label{ 
  text-align: center;
  color: #fff;
  width: auto;
}

.reg2023-form .error {
    display: block;
    width: 100%;
    float: left;
    color: red;
}

.modal-content *{
  color: #000;
  text-align: center;
  border: 0;
}

.modal-footer {
  padding: 0;
}

.modal-footer button{
  background-color: #e9185e;
  color: #fff;
  box-shadow: none;
}