@charset "UTF-8";
/*
*   Custom styles
*/
/* Customer SCSS styles */
#authProvidergoogle {
  display: none;
}

#authProviderfacebook {
  display: none;
}

#loginSeparatordefault {
  display: none;
}

@font-face {
  font-family: freight-sans-pro;
  src: url("https://use.typekit.net/af/442215/000000000000000000010b5a/27/l?subset_id=1&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/442215/000000000000000000010b5a/27/d?subset_id=1&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/442215/000000000000000000010b5a/27/a?subset_id=1&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}
@font-face {
  font-family: freight-sans-pro;
  src: url("https://use.typekit.net/af/8dd886/000000000000000000010b5c/27/l?subset_id=1&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/8dd886/000000000000000000010b5c/27/d?subset_id=1&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/8dd886/000000000000000000010b5c/27/a?subset_id=1&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}
@font-face {
  font-family: freight-sans-pro;
  src: url("https://use.typekit.net/af/cef9f3/000000000000000000010b5e/27/l?subset_id=1&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/cef9f3/000000000000000000010b5e/27/d?subset_id=1&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/cef9f3/000000000000000000010b5e/27/a?subset_id=1&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: auto;
}
@font-face {
  font-family: freight-sans-pro;
  src: url("https://use.typekit.net/af/1709eb/000000000000000000010b60/27/l?subset_id=1&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/1709eb/000000000000000000010b60/27/d?subset_id=1&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/1709eb/000000000000000000010b60/27/a?subset_id=1&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}
.logo {
  display: inline-block;
}
.logo-text {
  display: none;
  font-family: "Red Hat Display", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.logo-img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .site-header {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .site-header {
    display: flex;
    flex-direction: column;
  }
}

.bg-headerCustom {
  background: #d92505;
}
@media (max-width: 991px) {
  .bg-headerCustom {
    border-bottom: 1px solid #ccc;
  }
}

.headerCustom {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .headerCustom {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .headerCustom {
    height: 75px;
  }
}
.headerCustom__logo {
  position: absolute;
  left: 10px;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
}
@media (min-width: 992px) {
  .headerCustom__logo {
    top: -60px;
    left: 15px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .headerCustom__logo {
    top: 0;
    width: 77px;
    height: 77px;
    line-height: 77px;
    padding: 5px;
    left: 15px;
  }
}
@media (min-width: 992px) {
  .headerCustom__logo img {
    position: relative;
    top: -2px;
  }
}
.headerCustom__title {
  display: flex;
  align-items: center;
  color: #f4beb4;
  width: 100%;
}
@media (max-width: 991px) {
  .headerCustom__title {
    display: none;
  }
}
.headerCustom__title__col {
  display: flex;
  flex-direction: column;
  padding-left: 200px;
}
@media (min-width: 992px) {
  .headerCustom__title .title-big {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .headerCustom__title .title-big {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .headerCustom__mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .headerCustom__mobile {
    display: flex;
    margin-left: auto;
    height: 100%;
    align-items: center;
  }
}
.headerCustom__mobile__lang {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .nav-custom {
    height: 75px;
  }
}
@media (max-width: 991px) {
  .nav-custom {
    margin: 10px 0;
  }
  .nav-custom .custom_dropdownlang {
    display: none;
  }

  .dropdown-toggle::after {
    border-top: 0.3em solid #fff;
  }
}
@media (min-width: 1200px) {
  .hall-title {
    font-size: 38px !important;
  }
}
.custom_dropdownlang {
  background: transparent;
  border: none;
  margin-right: 0;
}

.custom_dropdownlang #dropdownMenuButton {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 4px 5px;
}

.custom_lang {
  background: #202121;
  padding: 0;
  color: #fff;
  width: 105px !important;
  min-width: 105px;
  position: relative;
}

.custom_lang.show::before {
  position: absolute;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid black;
  top: -10px;
  left: 40%;
  right: auto;
}

.custom_lang a {
  display: block;
  color: #fff;
  padding: 0 13px;
  height: 62px;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  width: 105px !important;
}
.custom_lang a:hover {
  background: #000;
  color: #fff;
  text-decoration: underline;
}
.custom_lang a img {
  width: 13px;
  height: 13px;
}

.custom_dropdownlang img {
  margin-right: 8px;
  width: 24px;
}

.custom_dropdownlang button {
  border: none;
  background: transparent;
}

.btn__cart .cart-qty {
  background: #fff;
}

.hambBox {
  position: relative;
  right: auto;
  transform: unset;
}

.hamburger,
.hamburger::before, .hamburger::after {
  height: 2.75px;
}

.block-breadcrumbs {
  background: #f3f6f7;
  border-bottom: 1px solid #ccc;
  font-family: "freight-sans-pro", FreightSans Pro, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 19.5px;
}
@media (max-width: 991px) {
  .block-breadcrumbs {
    display: none;
  }
}
@media (min-width: 992px) {
  .block-breadcrumbs .breadcrumbs {
    padding: 17px 0 13px 230px;
  }
}
.block-breadcrumbs .breadcrumbs a {
  color: #1d1d1d;
  text-transform: uppercase;
}
.block-breadcrumbs .breadcrumbs a:hover {
  color: #1d1d1d;
  text-decoration: underline;
}

.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  list-style: none;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .footer-links ul li {
    display: block;
    margin: 5px 0;
  }
}
@media (min-width: 992px) {
  .footer-links ul li {
    display: inline-block;
  }
}
.footer-links ul li a {
  color: #fff;
}
.footer-links ul li a:hover {
  text-decoration: underline;
  color: #fff !important;
}

#main-footer {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
}
@media (max-width: 991px) {
  #main-footer {
    text-align: center;
  }
}
#main-footer a {
  text-decoration: underline;
}
#main-footer a:hover {
  text-decoration: none;
  color: #fff !important;
}
#main-footer a i {
  font-size: 12px;
  margin: 0 5px;
}

.btn-custom-ticket {
  background: #fff;
  color: #000;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-transform: uppercase;
}
.btn-custom-ticket:hover {
  color: #000 !important;
}
@media (max-width: 991px) {
  .btn-custom-ticket {
    display: none;
  }
}

#frmRegistration .steps-vertical:last-child {
  display: none;
}

.wl-wrapper .headerCustom__title__col .title-small {
  display: none;
}

.col.organizationName {
  display: block !important;
}

.cart-step-content .cart-ticket-img {
  display: none;
}

#cartPersonalDataPart .checkbox.terms-conditions-agreement {
  display: none !important;
}

.voucher-input .fa-plus::before {
  content: "";
}

/* Customer SCSS styles - END*/
/* Customer CSS styles */
/* Customer CSS styles - END */


