@charset "utf-8";
/*== IE Block Code ==*/
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: #ffffff;
  height: 100%;
  background: #000000;
  bottom: 0;
}
.ie-quote {
  margin-top: 15%;
}
.ie-quote p {
  padding-top: 35px;
}
/*== IE Block Code Ends ==*/
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  background: #22191b;
  overflow-x: hidden;
  color: #ffffff;
  font-weight: 700;
  font-size: 62.5%;
  line-height: 1.42857143;
  letter-spacing: 1px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main, section {
  display: block;
}
:focus {
  outline: none !important;
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
.container-fluid, .container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.container {
  max-width: 1080px;
}
.row {
  margin: 0 -15px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.col {
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
  min-height: 1px;
  width: 100%;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.hidden {
  display: none !important;
}
.disabled {
  pointer-events: none;
  opacity: 0.95;
}
.banner {
  border-bottom: 3px solid #fdb927;
}
.banner h2 {
  font-size: 3em;
  text-align: center;
  color: #918e8e;
}
.banner h2 img {
  max-width: 500px;
}
.textContent p {
  color: #edc580;
  font-size: 3em;
}
.textContent p:first-child {
  text-align: center;
  font-size: 2.2em;
  color: #fdb928;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  font-weight: 800;
  text-shadow: 2px 2px 0px #76000c;
}
.eventDetails {
  width: 100%;
}
.eventDetails h3 {
  color: #edc580;
  font-size: 2em;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  font-weight: normal;
}
/*.eventDetails h3::after {
  content: "";
  background: #edc580;
  display: block;
  position: absolute;
  left: 0;
  margin: 0 auto;
  width: 10%;
  height: 2px;
  z-index: -1;
  bottom: -5px;
}*/
.eventDetails ul {
  list-style-type: disc;
  margin-left: 3em;
}
.eventDetails ul li {
  font-size: 1.3em;
  padding: 5px 0;
}
.time {
  max-width: 800px;
  color: #FFFFFF;
  font-size: 2em;
  text-align: center;
  margin: 0 auto;
  padding: 0.5em;
}
.hr-line {
  background: #5a160e;
  width: 40%;
  height: 0.1em;
  margin: 2em auto 0em;
}
.desclaimer p:last-child {
  font-size: 0.5em;
  padding-bottom: 0;
}
/* CITY */
.main {
  position: relative;
  z-index: 1;
}
.hr-line {
  background: #878686;
  width: 100%;
  height: 1px;
}
.city-list-container {
  display: flex;
  flex-direction: column;
  padding: 3em 0;
}
.ticketsDate {
  text-align: center;
  font-size: 24px;
  color: #fdb928;
  margin-bottom: 1.0em;
  font-weight: 800;
  text-shadow: 2px 2px 0px #76000c;
}
.ticketsDate sup {
  font-size: 14px;
}
.select_city-heading {
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 1.0em;
  position: relative;
}
.select_city-heading::after {
  content: "";
  background: #FFFFFF;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10%;
  height: 2px;
  z-index: -1;
  bottom: -5px;
}
.city-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2em;
}
.city-list .hr-line-city {
  width: 100%;
  border-color: transparent;
}
.city-list-item {
  display: flex;
  align-items: center;
}
.city-list-link {
  font-size: 1em;
  margin: 0.3em;
  color: #EEEEEE;
  position: relative;
  border: #7e7e7e solid 1px;
  padding: 5px 10px;
}
.city-list-link:hover {
  border: #fdb928 solid 1px;
  color: #fdb928;
}
/* EVENTS */
.event-list-container {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.event-list-container h2 {
  font-size: 4em;
  margin: 1em auto;
}
.event-list {
  padding: 2em 0em 7em;
}
.event-list-item {
  background: transparent;
  padding: 2em 2em 3.5em;
  border-radius: 0.9em;
  margin: 3em 0;
  border: #fdb928 solid 1px;
}
.event-city {
  font-size: 4em;
  color: #fd4361;
  margin-bottom: 0.5em;
}
.event-city::before, .event-city::after {
  content: "\2022";
  margin: 0 0.3em;
}
.event-date {
  font-size: 3.3em;
  color: #f3ad2a;
  margin-bottom: 0.3em;
}
.event-desc {
  font-size: 2.2em;
  word-wrap: break-word;
  font-weight: normal;
}
.event-desc a {
  text-decoration: underline;
  color: #ffffff;
}
.event-desc a:hover {
  color: #fe1800;
}
.event-desc span {
    font-size: 80%;
}
/*.event-list-item .event-desc:nth-of-type(2) {
	margin-top: 2em;
}*/
.disabled {
  pointer-events: none;
  cursor: default;
  /* opacity: 0.5;*/
  text-decoration: none;
}
.disabled a {
  text-decoration: none;
}
.event-desc-list {
  list-style-type: circle;
  text-align: left;
  width: 80%;
  font-size: 1.8em;
  margin-top: 0.5em;
}
.event-desc-list li {
  margin-bottom: 0.7em;
}
.hr-line-event {
  background: #ffffff;
  width: 50%;
  height: 0.1em;
  margin: 2em auto;
}
/*=== FOOTER ===*/
.footer {
  position: fixed;
  left: 0;
  width: 100%;
  background: #000000;
  text-align: center;
  bottom: 0;
  font-size: 10px;
  padding: 5px;
  color: #FFFFFF;
  z-index: 200;
  border-top: #5C5B5B solid 1px;
}
.bugs img {
  max-width: 100%;
  margin: 0 5px 15px;
}
.footer-links a {
  display: inline-block;
  color: #FFFFFF;
  margin: 5px;
  font-size: 9.5px;
}
.footer-links a:hover, #btnCredits:hover {
  color: #fdb928;
}
#containerCredits {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0 5px;
  background: #000;
  text-align: center;
  display: none;
  z-index: 5;
}
#btnCredits {
  cursor: pointer !important;
}
#closeCredits {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: 0.7;
}
#closeCredits, #modalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#closeCredits span, #modalClose span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #ffffff;
  opacity: 1;
  left: 5px;
  top: 14px;
}
#closeCredits span:nth-child(1), #modalClose span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#closeCredits span:nth-child(2), #modalClose span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.line-break {
  display: none;
}
.copyright {
  font-size: 9.5px;
  font-weight: normal;
}
/*=== FOOTER ENDS ===*/
.signup-container {
  padding: 3em 2em;
  text-align: center;
}
.signup-heading {
  font-size: 24px;
  font-weight: 850;
  text-align: center;
  padding: 15px;
}
.form-container {
  padding-bottom: 7em;
}
.form-input {
  width: 50%;
  height: inherit;
  display: inline-block;
  margin: 0 auto 30px;
  color: #FFFFFF;
  font-size: 16px;
  border: 1px solid #e6041a;
  padding: 8px 10px;
  line-height: inherit;
  background: rgba(230, 4, 26, 0.50);
}
.form-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 0.8; /* Firefox */
}
.form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
.form-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}
.errorMessage {
  color: rgb(255, 0, 0);
  text-align: center;
  font-size: 16px;
  padding: 0px 0px 16px 0px;
  display: none;
}
.recaptcha-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
#submitBtn {
  padding: 5px 30px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  background: #e6041a;
  color: #FFFFFF;
}
#submitBtn:hover {
  background: #FFFFFF;
  color: #000000;
}
.city-list-mobile {
  display: none;
}
.intl-line {
  padding: 3em 2em 1em;
  text-align: center;
}
.intl-line a {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 16px;
}
.intl-line a:hover {
  color: #bd9869;
}
/* BACK TO TOP */
#backToTop {
  background: #fdb928;
  position: fixed;
  right: 1.2em;
  bottom: 5.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 30em;
  font-weight: bold;
  text-transform: capitalize;
  z-index: 3;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.arrow {
  border-top: 0.2em solid #000;
  border-left: 0.2em solid #000;
  height: 1em;
  width: 1em;
  transform: rotate(45deg);
  margin-bottom: -0.5em;
}
@media screen and (max-width: 1680px) {
  .comic_main {
    max-width: 40%;
  }
  .banner h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1400px) {
  .banner h2 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 1280px) {
  .banner h2 {
    font-size: 2.8em;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1079px) {
  body {
    font-size: 50%;
  }
  .banner h2 img {
    max-width: 400px;
  }
  .city-list-container {
    padding: 2em 0em;
  }
  .select_city-heading {
    font-size: 20px;
  }
  .city-list-link:hover {
    color: #EEEEEE;
    border: #EEEEEE solid 1px;
  }
  .event-desc a:hover {
    color: #ffffff;
  }
  #submitBtn:hover {
    background: #e6041a;
    color: #FFF;
  }
  .intl-line a:hover {
    color: #FFFFFF;
  }
  .footer-links a:hover, #btnCredits:hover {
    color: #FFFFFF;
  }
  .form-container {
    padding-bottom: 10em;
  }
  .comic_main {
    max-width: 50%;
  }
  .eventDetails {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  body {
    font-size: 45%;
  }
  .banner h2 {
    font-size: 2.6em;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .banner h2 img {
    max-width: 50%;
  }
  .banner h1 img {
    max-width: 100%;
  }
  .city-list-item {
    padding: 0.1em 0;
  }
  .city-list-link::after {
    background: #075bfb;
  }
  .select_city-heading::after {
    width: 30%;
  }
  .event-list {
    padding: 2em 0em 8em;
  }
  .hr-line-city {
    display: none;
  }
  .hr-line-city, .row-last span:last-child, .row-last .city-list-link::after {
    display: none;
  }
  #backToTop {
    right: 0.3em;
    width: 3em;
    height: 3em;
    bottom: 9em;
  }
  .comic_main {
    max-width: 60%;
  }
  .desktop-heading br {
    display: none;
  }
  .copyright, .footer-links a {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 550px) {
  body {
    font-size: 35%;
  }
  .container-fluid, .container {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10em;
  }
  #wrapper .container {
    padding-bottom: 0;
  }
  .banner h1 img {
    max-width: 100%;
  }
  .banner h2 {
    margin-top: 0;
    padding: 0 15px;
  }
  .banner h2 img {
    max-width: 65%;
  }
  .eventDetails ul li {
    font-size: 1.5em;
    padding: 5px 0;
  }
  .comic_main {
    max-width: 90%;
  }
  .comic_text {
    font-size: 2.5em;
  }
  .city-list-container {
    padding: 2em 0em;
  }
  .select_city-heading {
    display: none;
  }
  .city-list-desktop {
    display: none;
  }
  .textContent p {
    text-align: center;
  }
  .ticketsDate {
    font-size: 2.5em;
  }
  .city-list-mobile {
    display: block;
  }
  .event-list {
    padding: 0em 2em 10em;
  }
  .select-wrapper-city {
    background: url(../img/arrow-down.png) no-repeat 97% 16px;
    overflow: hidden;
    background-color: #1a1315;
    border: 2px solid #fdb928;
    margin-top: 1em;
  }
  select {
    background: transparent;
    border: none;
    color: #fdb928;
    font-size: 16px;
    height: 37px;
    padding: 5px;
    /* If you add too much padding here, the options won't show in IE */
    width: 100%;
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
  select option {
    color: #000;
  }
  .hr-line {
    width: 100%;
    height: 0.3em;
  }
  .signup-container {
    padding: 3em 0em 3em;
  }
  .signup-heading {
    font-size: 16px;
    padding: 15px 0;
  }
  .form-container {
    padding-bottom: 20em;
  }
  .form-input {
    width: 90%;
  }
  .intl-line {
    padding: 3em 0 20em;
  }
  .intl-line a {
    font-size: 14px;
  }
  .footer-links a, .copyright {
    font-size: 8px;
  }
}