p.help-block-error,
div.invalid-feedback {
  color: #FEA736;
  font-size: 12px;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #FEA736;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus {
  box-shadow: none;
  border-color: #FEA736;
}
.bp-checkbox .bp-checkmark {
  border: 1px solid #FEA736;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.bp-checkbox > label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 20px;
}
.bp-checkbox > label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.bp-checkbox > label:hover input ~ .bp-checkmark {
  background-color: #FFFFFF;
}
.bp-checkbox > label input:checked ~ .bp-checkmark {
  background-color: #FEA736;
}
.bp-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.bp-checkbox > label input:checked ~ .bp-checkmark:after {
  display: block;
}
.bp-checkbox > label .bp-checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bp-radio > label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bp-radio > label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.bp-radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin-top: 2px;
  border: 1px solid #FEA736;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.bp-radio > label:hover input ~ .bp-radio-checkmark {
  background-color: #FFFFFF;
}
.bp-radio > label input:checked ~ .bp-radio-checkmark {
  background-color: #FFFFFF;
}
.bp-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.bp-radio > label input:checked ~ .bp-radio-checkmark:after {
  display: block;
}
.bp-radio > label .bp-radio-checkmark:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FEA736;
}
.bp-btn {
  display: inline-block;
  padding: 5px 20px;
  min-width: 200px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  font-family: "Source Sans Pro";
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bp-primary-btn {
  background-color: #FEA736 !important;
  color: #FFFFFF !important;
}
.bp-primary-btn:hover {
  background-color: #ff9000 !important;
  color: #FFFFFF !important;
}
.bp-default-btn {
  background-color: #FFFFFF !important;
  color: #FEA736 !important;
}
.bp-default-btn:hover {
  background-color: #ff9000 !important;
  color: #FFFFFF !important;
}
.bp-btn-logout {
  min-width: 65px !important;
  line-height: unset !important;
  min-height: 39px;
}
.mb20 {
  margin-bottom: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.ml-auto {
  margin-left: auto;
}
.bp-panel {
  width: 100%;
  color: #FFFFFF;
  margin-top: 50px;
}
.bp-panel>h1 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FEA736;
  margin: 0;
}
.bp-panel>p {
  margin-bottom: 20px;
}
.bp-panel>.bp-header {
  width: 100%;
  margin-bottom: 20px;
}
.bp-panel>.bp-header>h1 {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
.bp-panel>.bp-header>time {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.bp-panel>.bp-header>address {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.bp-panel>.bp-body {
  margin-bottom: 20px;
}
.bp-panel>.bp-body h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #FEA736;
}
.bp-panel>.bp-body h3 {
  font-size: 18px;
  color: #FEA736;
  margin: 0 0 15px;
}
.bp-panel>.bp-body .table th {
  color: #FEA736;
}
.bp-panel>.bp-body .table td {
  color: #FFFFFF;
}
.bp-panel>.bp-footer {
  display: flex;
  width: 100%;
}
.bp-box {
  padding: 20px 50px;
  margin-bottom: 20px;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.bp-box>.bp-header>h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FEA736;
  margin-bottom: 20px;
}
.cookie-consent {
  background: rgba(38,38,39,0.9) !important;
  color: white !important;
  box-shadow: none !important;
  border-top: 1px solid #ffffff;
}
.cookie-consent button {
  background-color: #FEA736;
  color: #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
}
.cookie-consent button:hover {
  color: #FFFFFF;
  background-color: #ff9000;
}
.cookie-consent-buttons {
  text-align: right;
}
.cookie-consent-buttons button {
  background-color: #FEA736;
  color: #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
}
.cookie-consent-buttons button:hover {
  color: #FFFFFF;
  background-color: #ff9000;
}
.bp-modal .modal-footer button {
  border: 1px solid #FEA736 !important;
  min-width: 100px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #FEA736 !important;
  color: #FFFFFF !important;
  text-transform: capitalize;
}
.bp-modal .modal-footer button:focus,
.bp-modal .modal-footer button:active {
  box-shadow: none !important;
  outline: none;
}
.bp-modal .modal-footer button:focus:active {
  box-shadow: none !important;
  outline: none;
}
.bp-modal .modal-footer button:hover {
  border: 1px solid #FEA736 !important;
  background-color: #ff9000 !important;
  color: #FFFFFF !important;
}
.flash-helper.alert-danger {
  color: #FFFFFF;
  background-color: red;
  border-color: red;
}
.flash-helper.alert-success {
  color: #FFFFFF;
  background-color: #FEA736;
}
.flash-helper {
  position: absolute;
  top: -50%;
  left: 50%;
  transition: all .5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  font-size: 16px;
}
.flash-helper.show {
  position: fixed;
  visibility: visible;
  z-index: 2000;
  opacity: 1;
  top: 55px;
}
.bp-ticket-holder {
  padding: 0;
  list-style: none;
  margin: 0 0 20px;
}
.bp-ticket-holder .bp-ticket-line {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #313131;
}
.bp-ticket-holder .bp-ticket-line .bp-ticket-title {
  margin-right: auto;
}
.bp-ticket-holder .bp-ticket-line .bp-ticket-title h2 {
  color: #FEA736;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.bp-ticket-holder .bp-ticket-line .bp-ticket-title p {
  font-size: 18px;
  margin: 10px 0 0;
  padding: 0;
}
.bp-ticket-holder .bp-ticket-line .bp-ticket-price {
  margin-left: 10px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  color: #FEA736;
}
.bp-ticket-holder .bp-ticket-line .ticket-sold-out {
  white-space: nowrap;
  font-size: 18px;
  color: #FEA736;
  font-weight: bold;
  margin: 2px;
  padding: 0;
}
.bp-ticket-holder .bp-ticket-line .bp-ticket-piece {
  margin-left: 35px;
  display: flex;
  align-items: center;
}
.bp-ticket-holder .bp-ticket-line .bp-ticket-piece input {
  border: 2px solid #FEA736;
  text-align: center;
  height: 40px;
  font-weight: bold;
  font-size: 24px;
  width: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px !important;
}
.bp-ticket-holder .bp-ticket-line .bp-ticket-piece input:focus {
  outline: none;
}
.bp-ticket-holder .bp-ticket-line .bp-ticket-piece i {
  font-weight: bold;
  font-size: 24px;
}
.invoice-info-text {
  color: #FEA736;
}
.bp-ticket-piece-input {
  width: 110px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bp-ticket-piece-input i {
  color: #FEA736;
}
.bp-ticket-piece-input .ticket-piece-input-minus,
.bp-ticket-piece-input .ticket-piece-input-plus {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bp-ticket-summary-holder {
  font-size: 20px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 20px;
}
.bp-ticket-summary-holder .bp-ticket-summary-price {
  white-space: nowrap;
}
.bp-panel-order-details .field-order-is_registration input {
  cursor: pointer;
}
.bp-panel-order-details .field-order-is_registration label {
  color: #FEA736;
  cursor: pointer;
}
.field-order-aszf input,
.field-order-privacy input {
  cursor: pointer;
}
.field-order-aszf label,
.field-order-privacy label {
  color: #FFFFFF;
  cursor: pointer;
}
.field-order-aszf label a,
.field-order-privacy label a {
  color: #FEA736;
}
.field-order-aszf label a:hover,
.field-order-privacy label a:hover {
  text-decoration: underline;
}
#form-order-summary .ticket-name-holder {
  margin-bottom: 18px;
  align-self: center;
}
#form-order-summary .ticket-price {
  text-align: right;
  white-space: nowrap;
}
#form-order-summary .form-group {
  margin-bottom: 0;
}
#form-order-summary .form-group p {
  height: 25px;
  margin: 0;
}
#form-order-summary .form-group .ticket-email-input {
  margin-top: 5px;
}
.bp-panel-order-thank-you {
  max-width: 800px;
}
.bp-panel-order-thank-you .bp-thank-you-download-holder {
  text-align: right;
}
.bp-panel {
  color: #FFF;
}
.bp-panel>.bp-footer>.bp-footer-button:last-child {
  margin-left: auto;
}
.bp-login-button-holder {
  text-align: right;
}
.bp-social-box a,
.bp-social-box button {
  max-width: 250px;
}
.bp-social-box a i,
.bp-social-box button i {
  margin-right: 10px;
}
.bp-social-box .btn-facebook-login {
  padding: 9px 15px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Google Sans", arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3c4043;
  display: flex;
  margin: auto;
  align-items: center;
}
.bp-social-box .btn-facebook-login i {
  color: #2e89ff;
  font-size: 18px;
  margin-right: 6px;
}
.bp-social-box .btn-facebook-login span {
  margin-top: 1px;
}
.bp-social-box #btn-google-login {
  max-width: 250px;
  margin: auto;
}
.bp-social-box #btn-google-login iframe {
  width: 260px !important;
}
.bp-social-box #btn-google-login [role="button"] {
  min-width: auto !important;
  width: unset !important;
}
.bp-login-holder .bp-box {
  margin: auto auto 20px;
  max-width: 800px;
}
@media (max-width: 425px) {
  .bp-login-holder .bp-box {
    padding: 20px 10px;
  }
}
.bp-registration-holder .bp-box {
  margin: auto auto 20px;
  max-width: 600px;
}
@media (max-width: 425px) {
  .bp-registration-holder .bp-box {
    padding: 20px 10px;
  }
}
.bp-registration-holder .bp-checkbox label a {
  color: #FEA736;
}
.bp-forget-password-holder .bp-box {
  margin: auto auto 20px;
  width: 600px;
}
.grecaptcha-text {
  text-align: left;
}
.grecaptcha-text a {
  color: #FEA736 !important;
}
.g-recaptcha {
  margin-top: 20px;
}
.bp-panel-transparent {
  background-color: transparent;
  padding: 0;
}
.event-description-header {
  text-align: center;
  font-size: 25px;
  padding: 35px;
  color: white;
}
.description-trigger-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#description-trigger {
  color: white;
  text-align: center;
  justify-items: center;
  width: 25%;
  height: 50px;
  border-radius: 10px;
  background: #313131;
  border: 0px;
  transition: background-color 500ms ease;
}
#description-trigger:hover {
  background-color: #3f3f3f;
}
#event-facebook-button {
  color: white;
  text-align: center;
  justify-items: center;
  width: 70%;
  height: 50px;
  border-radius: 10px;
  background: #313131;
  border: 0px;
  font-weight: bold;
  transition: background-color 500ms ease;
}
#event-facebook-button:hover {
  background-color: #3f3f3f;
}
.event-facebook-button-div {
  position: relative;
  display: flex;
  justify-content: center;
}
.event-facebook-div {
  padding-top: 30px;
  position: relative;
  width: 100%;
}
.event-facebook-button:hover {
  background-color: #3f3f3f;
}
.event-data-box-image,
.event-data-box-info {
  padding-top: 30px;
}
.event-page-div {
  padding: 1rem;
  padding-top: 0;
}
.event-header-image {
  padding: 20px 5px 30px 5px;
}
.event-ticket-header {
  text-align: center;
  font-size: 25px;
  padding: 20px;
}
.description-container {
  color: white;
  text-align: center;
}
img {
  vertical-align: middle;
}
p {
  margin-bottom: 15px;
}
#description-content {
  overflow: hidden;
  max-height: 400px;
  transition: max-height 0.5s ease-out;
}
.description-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to bottom,rgba(52,152,219,0),#262627);
}
.description-show::after {
  display: none;
}
.event-data-box-div {
  color: #FEA736;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}
.event-data-box-div p {
  color: white;
  font-weight: normal;
}
.event-data-box div {
  padding-top: 20px;
  position: relative;
  top: -25px;
  margin: 0px;
}
.event-data-box-image {
  background-color: #2D2D2D;
  border-bottom-left-radius: 20px;
}
.event-data-box-info {
  background-color: #2D2D2D;
  border-bottom-right-radius: 20px;
}
.event-name-div-desktop {
  display: block;
}
.event-name-div-mobile {
  display: none;
}
.event-data-box-div {
  padding: 0px 30px;
}
@media (max-width: 768px) {
  .event-data-box-image {
    border-bottom-right-radius: 20px;
  }
  .event-data-box-info {
    background: none;
  }
  #description-trigger {
    width: 70%;
  }
  .upcoming-events-header {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .upcoming-events-header h1,
  .upcoming-events-header h2,
  .upcoming-events-header h3,
  .upcoming-events-header h4,
  .upcoming-events-header h5,
  .upcoming-events-header h6 {
    font-size: 24px;
    display: flex;
    flex-direction: row;
    color: white;
    font-weight: 400;
    font-family: 'Open Sans';
    font-style: normal;
  }
  .upcoming-events-header h1 a,
  .upcoming-events-header h2 a,
  .upcoming-events-header h3 a,
  .upcoming-events-header h4 a,
  .upcoming-events-header h5 a,
  .upcoming-events-header h6 a {
    color: #FEA736;
  }
  .upcoming-events-header h1:before,
  .upcoming-events-header h2:before,
  .upcoming-events-header h3:before,
  .upcoming-events-header h4:before,
  .upcoming-events-header h5:before,
  .upcoming-events-header h6:before,
  .upcoming-events-header h1:after,
  .upcoming-events-header h2:after,
  .upcoming-events-header h3:after,
  .upcoming-events-header h4:after,
  .upcoming-events-header h5:after,
  .upcoming-events-header h6:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
  }
  .upcoming-events-header h1:before,
  .upcoming-events-header h2:before,
  .upcoming-events-header h3:before,
  .upcoming-events-header h4:before,
  .upcoming-events-header h5:before,
  .upcoming-events-header h6:before {
    margin-right: 10px;
  }
  .upcoming-events-header h1:after,
  .upcoming-events-header h2:after,
  .upcoming-events-header h3:after,
  .upcoming-events-header h4:after,
  .upcoming-events-header h5:after,
  .upcoming-events-header h6:after {
    margin-left: 10px;
  }
  #order-event-brand-info,
  .order-brand-social,
  #order-latest-events {
    display: none !important;
  }
  .bp-ticket-summary-holder {
    margin: auto;
    margin-bottom: 20px;
  }
  .event-data-box div {
    top: 0px;
    padding-top: 10px;
  }
  .event-data-box .event-name-div {
    padding-top: 0px;
  }
  .event-name-div-desktop {
    display: none;
  }
  .event-name-div-mobile {
    display: block;
    padding: 0px 0px 25px 0px !important;
    color: white;
  }
  .event-data-box-div {
    padding: 0px;
  }
  #event-facebook-button {
    width: 90%;
  }
  .bp-panel-order-ticket {
    margin-top: 20px;
  }
  .event-ticket-header {
    padding-top: 0px;
  }
}
@media (max-width: 550px) {
  .bp-panel-order-tickets>.bp-footer {
    flex-direction: column;
    text-align: center;
  }
  .bp-panel-order-tickets .bp-ticket-holder .bp-ticket-line {
    flex-wrap: wrap;
  }
  .bp-panel-order-tickets .bp-ticket-holder .bp-ticket-line .bp-ticket-title {
    width: 100%;
  }
  .bp-panel-order-tickets .bp-ticket-holder .bp-ticket-line .bp-ticket-title p {
    margin-bottom: 10px;
  }
  .bp-panel-order-tickets .bp-ticket-holder .bp-ticket-line .bp-ticket-price {
    flex: 1;
    margin-left: 0;
  }
  .bp-panel-order-tickets .bp-ticket-holder .bp-ticket-line .bp-ticket-piece {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .bp-panel-order-details .bp-login-button-holder {
    text-align: center;
    margin-top: 10px;
  }
  .bp-panel-order-details .bp-order-invoice-button-holder {
    text-align: center;
  }
  .bp-panel-order-details .bp-order-invoice-button-holder>a:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .bp-panel-order-thank-you .bp-thank-you-download-holder {
    margin-top: 10px;
    text-align: left;
  }
}
@media (max-width: 550px) {
  .bp-panel-order>.bp-body .bp-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bp-panel-order>.bp-footer {
    flex-direction: column;
    text-align: center;
  }
  .bp-panel-order>.bp-footer>.bp-footer-button:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
body {
  background-color: #262627;
  font-family: "Open Sans";
  font-weight: 400;
}
.site-index {
  padding-top: 25px;
}
.site-index #social div {
  padding-bottom: 30px;
}
.site-index #first-block {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .site-index #newsletter {
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .site-index #first-block {
    margin-bottom: 2px;
  }
}
.footer {
  height: auto;
  padding-top: 20px;
  color: white;
  background-color: #1d1d1d;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 30px;
  margin-top: 50px;
}
.footer .footer-icon img {
  width: 70px;
}
.footer div {
  display: flex;
  flex-direction: row;
  align-self: center;
  gap: 35px;
}
.footer .footer-link-yellow {
  color: #FEA736;
}
.footer #footer-social {
  color: #FEA736;
}
.footer #footer-social svg {
  font-size: 40px;
  color: #5d5f64;
}
.footer #footer-leftover {
  gap: 0;
  display: flex;
  flex-direction: row;
  align-self: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer #footer-leftover p:before {
  content: "• ";
  padding: 10px;
}
.footer #footer-leftover p:first-of-type:before {
  display: none;
}
.footer #footer-join-us a {
  font-size: 18px;
}
.footer #footer-links a:hover {
  color: #ffa737;
}
.wrap .container {
  max-width: 1270px;
}
.boom-card {
  background: #313131;
  border-radius: 10px;
}
nav {
  background-color: #313131;
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0;
  z-index: 100;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-brand #brand-image {
  height: 60px;
}
.navbar-nav {
  justify-content: center;
  gap: 25px;
}
.navbar-nav .bp-btn .nav-link {
  color: white;
}
.navbar-nav .dropdown-item.active {
  background-color: #FEA736 !important;
}
.navbar-nav li a:not(.bp-btn) {
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-nav li a:not(.bp-btn):hover {
  color: #FEA736 !important;
}
.navbar-nav li a:not(.bp-btn):active {
  color: #ff9000 !important;
}
.navbar-nav li .dropdown-menu {
  top: 96%;
  background-color: rgba(0,0,0,0.6);
}
.navbar-nav li .dropdown-menu .dropdown-item:hover {
  background-color: #FEA736;
}
.navbar-nav li .dropdown-menu .dropdown-item:active {
  background-color: #ff9000 !important;
}
.navbar-nav li .dropdown-menu a {
  color: white !important;
}
.navbar-nav li .dropdown-menu a:hover,
.navbar-nav li .dropdown-menu a:active {
  color: white !important;
}
.navbar-nav .dropdown-submenu {
  left: 100%;
  top: -11px !important;
}
.navbar-nav .btn-wider {
  min-width: 226px !important;
}
.text-yellow {
  color: #FEA736 !important;
}
.text-underline {
  text-decoration: underline;
}
.button-yellow {
  background: #FEA736;
  border-radius: 30px;
  font-size: 18px;
  color: white;
}
.button-yellow:hover {
  background: #ff9000;
  color: white;
}
a:link {
  text-decoration: none;
  color: white;
}
.center {
  margin: auto;
  width: 100%;
  padding: 10px;
}
#newsletter {
  background-image: url('../img/newlsetter_bg1.png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 23px;
  padding: 20px 15px 20px 15px;
}
#newsletter h5 {
  font-size: 18px;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 600;
}
#newsletter a:link {
  color: #FEA736;
}
#newsletter .signup-eula {
  color: #FEA736;
}
#newsletter input[type=text],
#newsletter input[type=email] {
  height: 75%;
  border: 1px solid #FEA736;
  border-radius: 10px;
}
#newsletter #checkbox {
  border: 1px solid #FEA736;
}
#newsletter #form-newsletter-subscribe .form-group {
  margin-bottom: 0;
}
#newsletter #form-newsletter-subscribe .newsletter-subscribe-row {
  display: grid !important;
  grid-template-columns: auto 70%;
}
#newsletter #form-newsletter-subscribe .field-subscribeform-email {
  margin-bottom: 0 !important;
}
#newsletter #form-newsletter-subscribe .field-checkbox label {
  color: white;
  margin-bottom: 17px;
}
@media (max-width: 1215px) {
  #newsletter #form-newsletter-subscribe .field-checkbox label {
    margin-bottom: 32px;
  }
}
@media (max-width: 781px) {
  #newsletter #form-newsletter-subscribe .field-checkbox label {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #newsletter #form-newsletter-subscribe .field-checkbox label {
    margin-bottom: 20px;
  }
}
@media (max-width: 405px) {
  #newsletter #form-newsletter-subscribe .field-checkbox label {
    margin-bottom: 32px;
  }
}
@media (max-width: 260px) {
  #newsletter #form-newsletter-subscribe .field-checkbox label {
    margin-bottom: 50px;
  }
}
#newsletter #form-newsletter-subscribe .invalid-feedback {
  grid-column: 1 / span 2;
  margin-top: -8px;
}
@media (max-width: 1215px) {
  #newsletter #form-newsletter-subscribe .invalid-feedback {
    margin-top: -5px;
  }
}
#newsletter #newsletter-subscribe-button {
  border: none;
}
@media (min-width: 768px) and (max-width: 788px) {
  #newsletter #newsletter-subscribe-button {
    font-size: 16px;
  }
}
#social {
  margin-bottom: 23px;
  background-image: url('../img/follow_me1.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #262627;
}
#social h4 {
  margin-bottom: 40px;
  padding-top: 0;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 600;
}
#social svg {
  font-size: 40px;
}
#social img {
  max-width: 70px;
  max-height: 70px;
}
#social .social-icon-holder {
  padding-bottom: 45px !important;
}
@media (max-width: 767px) {
  .promoter-box {
    overflow: hidden;
    padding: 71px 0 0 0 !important;
  }
  .promoter-box .grey-bg {
    width: 100% !important;
  }
  .promoter-box .d-flex {
    justify-content: space-between;
    gap: 0 !important;
  }
  .promoter-box span {
    font-size: 14px;
  }
  .promoter-box .bp-primary-btn {
    min-width: 0;
  }
}
.promoter-box {
  position: relative;
  padding: 50px 0 20px 0;
  overflow: hidden;
}
.promoter-box .grey-bg {
  position: relative;
  z-index: 1;
  background-color: rgba(38,38,38,0.7);
  display: inline-block;
  padding: 10px 20px;
}
.promoter-box .grey-bg .d-flex {
  gap: 2rem;
  align-items: center;
}
.promoter-box .grey-bg p {
  margin-bottom: 0;
}
.promoter-box img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  height: 100%;
  z-index: 0;
}
.line-text {
  margin-top: 40px;
  margin-bottom: 20px;
}
.line-text h1,
.line-text h2,
.line-text h3,
.line-text h4,
.line-text h5,
.line-text h6 {
  font-size: 24px;
  display: flex;
  flex-direction: row;
  color: white;
  font-weight: 400;
  font-family: 'Open Sans';
  font-style: normal;
}
.line-text h1 a,
.line-text h2 a,
.line-text h3 a,
.line-text h4 a,
.line-text h5 a,
.line-text h6 a {
  color: #FEA736;
}
.line-text h1:before,
.line-text h2:before,
.line-text h3:before,
.line-text h4:before,
.line-text h5:before,
.line-text h6:before,
.line-text h1:after,
.line-text h2:after,
.line-text h3:after,
.line-text h4:after,
.line-text h5:after,
.line-text h6:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}
.line-text h1:before,
.line-text h2:before,
.line-text h3:before,
.line-text h4:before,
.line-text h5:before,
.line-text h6:before {
  margin-right: 10px;
}
.line-text h1:after,
.line-text h2:after,
.line-text h3:after,
.line-text h4:after,
.line-text h5:after,
.line-text h6:after {
  margin-left: 10px;
}
@media (max-width: 535px) {
  .line-text h1,
  .line-text h2,
  .line-text h3,
  .line-text h4,
  .line-text h5,
  .line-text h6 {
    font-size: 1.5rem !important;
  }
}
.sized-button {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}
#carousel {
  max-height: 470px;
}
#carousel img {
  width: 100%;
  height: 100%;
}
#carousel .left {
  color: #ccc;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#carousel .left:before {
  font-family: FontAwesome;
  font-size: 25px;
  content: '\f053';
}
#carousel .right {
  color: #ccc;
  width: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#carousel .right:before {
  font-family: FontAwesome;
  font-size: 25px;
  content: '\f054';
}
#carousel .carousel-caption {
  right: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
  background: rgba(0,0,0,0.5);
}
#carousel .carousel-caption h3 {
  margin-bottom: 0;
  font-size: 18px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
}
#carousel .carousel-caption h3 p:first-child:after {
  content: ' | ';
}
.events {
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
}
.events h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.events,
.brands {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.events::-webkit-scrollbar,
.brands::-webkit-scrollbar {
  display: none;
}
.event-card {
  max-width: 281px;
  display: flex;
  flex-direction: column;
}
.event-card h5 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
  color: #FEA736;
}
.event-card p {
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}
.event-card img {
  width: 281px !important;
  max-width: 100%;
  height: auto;
  border: 5px solid white;
  border-radius: 5px;
  margin-bottom: 5px;
  object-fit: cover;
  aspect-ratio: 1.7777777777778;
}
.event-card #ticket-button {
  margin-top: auto;
  width: 100%;
}
.event-card #content {
  margin-bottom: 5px;
}
.event-card #content h5 {
  font-weight: bold;
}
.brands {
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  flex-wrap: wrap;
  gap: 38px;
}
.brands h5 {
  margin-bottom: 5px;
}
#nearest-events {
  gap: 0px;
}
.card-image {
  width: 281px;
  height: 151px;
  border: 5px solid white;
  border-radius: 5px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .brand #header-text {
    margin-top: 10px;
  }
}
.brand #header-text h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.brand #header-image {
  max-width: 100%;
}
.brand .brand-follow {
  margin-top: 50px;
}
.owl-carousel {
  margin-bottom: 30px;
}
.owl-carousel .owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 23%;
  margin-left: -15px;
  display: block !important;
}
.owl-carousel .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 23%;
  right: -15px;
  display: block !important;
}
.owl-carousel .owl-prev i,
.owl-carousel .owl-next i {
  transform: scale(1,6);
  color: #FFF F !important;
}
.owl-carousel .owl-prev>span,
.owl-carousel .owl-next>span {
  font-style: normal;
  font-weight: 200;
  font-size: 57px;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  color: white !important;
}
.owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}
.owl-carousel .item {
  display: flex;
  justify-content: center;
}
#brand-cover img {
  width: 100%;
}
#brand-social {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 16px;
  margin-bottom: 30px;
}
#brand-social i {
  font-size: 40px;
}
#brand-social img {
  margin-top: 2px;
  max-width: 34.5px;
  max-height: 40px;
}
.event #header-text h5 {
  font-size: 24px;
}
.event #header-text #long-title {
  margin-bottom: 10px;
}
.event #header-text a {
  margin-bottom: 20px;
}
.event ul li {
  margin-bottom: 10px;
}
.event .video iframe {
  max-width: 100%;
}
.boom-font-size {
  font-size: 18px;
}
.site-login {
  background: #313131;
}
.site-login .login-card {
  border: 2px solid #FFFFFF;
  border-radius: 10px;
}
.site-login .login-card input[type=text],
.site-login .login-card input[type=password] {
  border-radius: 10px;
}
.site-login .login-card input[type=checkbox] {
  opacity: 1;
  transform: scale(1.2);
  height: 1.5rem;
}
.gallery-images.hidden {
  visibility: hidden !important;
}
.event-gallery .event-infos {
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 16px;
}
.event-gallery .event-infos::-webkit-scrollbar {
  display: none;
}
@media (max-width: 321px) {
  .event-gallery .event-infos .upcoming-events .owl-next,
  .event-gallery .event-infos .upcoming-events .owl-prev {
    top: 5% !important;
  }
}
.event-gallery .event-infos #infos {
  font-size: 18px;
  display: flex;
  justify-content: space-around;
  column-gap: 20px;
  color: white;
}
@media (max-width: 700px) {
  .event-gallery .event-infos #infos {
    flex-direction: column;
    max-width: min-content;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-gallery .event-infos .gallery {
  visibility: hidden;
}
.event-gallery .event-infos .gallery .gallery-images {
  position: absolute;
  overflow: hidden;
}
.event-gallery .event-infos .gallery .gallery-images img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 1s, transform 1s;
}
.event-gallery .event-infos .gallery .gallery-images img:hover {
  opacity: .9;
  transform: scale3d(1.1,1.1,1);
}
.event-gallery .event-infos .event-card img {
  max-width: 100%;
}
.event-place {
  color: #FEA736 !important;
}
.event-place a {
  color: #FEA736 !important;
}
.brand-card {
  max-width: 281px;
}
.brand-card img {
  width: 281px;
  max-width: 100%;
  height: auto;
  border: 5px solid white;
  border-radius: 5px;
  margin-bottom: 5px;
  object-fit: cover;
  aspect-ratio: 1.7777777777778;
}
.jumbotron {
  background: #eee;
}
.lightbox {
  top: 20px !important;
  position: fixed;
}
.admin-edit-url {
  font-size: 12px;
}
@media (max-width: 946px) {
  #social svg {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #social svg {
    font-size: 35px;
  }
}
@media (max-width: 287px) {
  #social svg {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .brands {
    flex-wrap: nowrap !important;
  }
  .grid-magic-slider {
    white-space: nowrap !important;
    overflow-x: auto !important;
    padding: 0px 18px 30px !important;
  }
  .grid-magic-slider .grid-magic-slider-item {
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
}
.boom-content {
  max-width: 700px;
}
.bp-title {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Open Sans';
  font-style: normal;
}
.bp-title-small {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Open Sans';
  font-style: normal;
}
.event-brand-info {
  font-size: 18px;
}
@media (max-width: 1267px) {
  .index-brands,
  .events {
    display: none;
  }
  .brand-owlcarousel,
  .brand-event-owlcarousel {
    display: block;
  }
  .brand-owlcarousel .owl-prev,
  .brand-owlcarousel .owl-next,
  .brand-event-owlcarousel .owl-prev,
  .brand-event-owlcarousel .owl-next {
    top: 10%;
  }
}
@media (min-width: 1268px) {
  .brand-owlcarousel,
  .brand-event-owlcarousel {
    display: none;
  }
  .index-brands {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    flex-wrap: wrap;
    gap: 19px;
    margin-left: 14px;
    margin-right: 14px;
  }
  .events {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
  }
}
@media (min-width: 768px) {
  .campaign {
    margin-top: 15px;
  }
  .event-mobile {
    display: none;
  }
}
@media (max-width: 678px) {
  .event-brand-info h2 {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 679px) {
  .event-brand-info h2 {
    flex-direction: row;
  }
}
@media (max-width: 1208px) {
  .owl-next-mobile {
    padding-right: 20px;
  }
}
.introduction {
  line-height: 2.3;
}
.introduction #introduction-image {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.introduction #introduction-image img {
  max-width: 100%;
}
.introduction #introduction-article {
  max-width: 800px;
  margin-top: 50px;
}
.members .members-title {
  margin-top: 25px;
  margin-bottom: 16px;
  color: white;
}
.members .members-grid-first {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 66px;
  grid-row-gap: 16px;
}
@media (max-width: 610px) {
  .members .members-grid-first {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 8px;
  }
}
.members .members-grid-second {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 66px;
}
@media (max-width: 420px) {
  .members .members-grid-second {
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 8px;
  }
}
@media (max-width: 610px) and (min-width: 420px) {
  .members .members-grid-second {
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 8px;
  }
}
.members .member-card {
  max-width: 153px;
}
.members .member-card p {
  font-family: "Source Sans Pro";
  font-size: 14px;
  margin-bottom: 0;
}
.members .member-card h3 {
  font-size: 18px;
}
.members .member-card img {
  border: 5px solid #f7f7f7;
  -webkit-box-shadow: 0 0 0px #000000;
  box-shadow: 0 0 0px #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  max-width: 153px;
  max-height: 153px;
}
#introduction-buttons {
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 425px) {
  #introduction-buttons {
    flex-direction: column;
  }
}
.bp-timeline .wrapper {
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}
.bp-timeline .wrapper .timeline-card {
  margin-bottom: 30px;
}
.bp-timeline .wrapper .timeline-card img {
  max-width: 100%;
  height: auto;
}
.bp-timeline .wrapper .timeline-card .details {
  flex-grow: 1;
}
.bp-timeline .wrapper .center-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: -55px;
  transform: translateX(-50%);
}
.bp-timeline .wrapper .rows {
  margin-top: 90px;
}
.bp-timeline .wrapper .timeline-card:nth-child(even) {
  margin-top: 70px;
}
.bp-timeline .wrapper .timeline-card:nth-child(even) .section {
  margin-left: 20px;
}
.bp-timeline .wrapper .timeline-card:nth-child(even) .section .icon {
  left: -55px;
}
.bp-timeline .wrapper .timeline-card:nth-child(odd) .section {
  margin-left: 20px;
  margin-right: 13px;
}
.bp-timeline .wrapper .timeline-card:nth-child(odd) .section .icon {
  right: -56px;
}
.bp-timeline .wrapper .section .fa-clock {
  color: #8C8C8C !important;
}
.bp-timeline .wrapper .section #timeline-date {
  color: #8C8C8C !important;
}
.bp-timeline .wrapper .section .details {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 374px;
}
.bp-timeline .wrapper .section .details #article-title {
  font-weight: bold;
}
.bp-timeline .wrapper .section .details .article-short iframe {
  padding: 1%;
  margin: 2%;
  max-width: 96%;
}
.bp-timeline .wrapper .section .details #article-date {
  border-radius: 10px;
  background-color: #FEA736;
  color: white;
  padding: 2px 5px;
}
.bp-timeline .wrapper .section .icon {
  top: -20px;
}
.bp-timeline .wrapper .timeline-card .section {
  background: #fff;
  border-radius: 5px;
  max-width: 464px;
  padding: 15px;
  position: relative;
}
.bp-timeline .timeline-card .section .icon,
.bp-timeline .center-line .scroll-icon,
.bp-timeline .top-end {
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.bp-timeline .center-line .top-end {
  position: absolute;
  background: #f2f2f2;
  height: 10px;
  width: 10px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.bp-timeline .center-line .scroll-icon {
  bottom: 0;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.bp-timeline .center-line .top-end {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bp-timeline .timeline-card .section .details .title {
  font-size: 18px;
  font-weight: 600;
}
.bp-timeline .timeline-card .section p {
  margin: 10px 0 17px 0;
}
@media (min-width: 768px) and (max-width: 1096px) {
  .bp-timeline .timeline-card:nth-child(odd) .section .icon {
    right: -50px !important;
  }
}
@media (max-width: 767px) {
  .bp-timeline .wrapper .center-line {
    left: 25px;
  }
  .bp-timeline .wrapper .timeline-card .section {
    width: 100%;
  }
  .bp-timeline .timeline-card {
    margin: 0;
    padding-left: 50px !important;
  }
  .bp-timeline .timeline-card .section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .bp-timeline .timeline-card .icon {
    left: -50px !important;
    right: unset !important;
  }
  .bp-timeline .timeline-card:nth-child(even) {
    margin-top: 0 !important;
  }
}
.latest-events-page #card-list,
.nearest-events-page #card-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(281px,1fr));
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-auto-rows: 1fr;
  justify-items: center;
}
.latest-events-page #card-list .event-card,
.nearest-events-page #card-list .event-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 281px;
  max-width: 100%;
}
.latest-events-page #card-list .ias-spinner,
.nearest-events-page #card-list .ias-spinner {
  position: absolute;
  bottom: -30px;
}
.latest-events-page #card-list .pagination,
.nearest-events-page #card-list .pagination {
  display: none;
}
.contact-page .header-image {
  height: 380px;
  max-height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .contact-page .header-image {
    max-height: 300px;
  }
}
.contact-page .middle-block {
  padding-top: 100px;
  padding-bottom: 80px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.contact-page .middle-block .info-block {
  color: white;
}
.contact-page .middle-block .info-block h4 {
  margin-bottom: 50px;
}
.contact-page .middle-block .info-block ul {
  padding-left: 0;
}
.contact-page .middle-block .info-block ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-page .middle-block .info-block ul li i {
  color: #5d5f64;
  margin-right: 8px;
  width: 18px;
}
.contact-page .middle-block .info-block hr {
  border-width: 1px;
  border-style: inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.contact-page .middle-block .info-block #join-us {
  margin-bottom: 48px;
}
.contact-page .middle-block .contact-block .form-group {
  margin: 0;
}
.contact-page .middle-block .contact-block .form-group .form-group {
  margin-bottom: 24px;
}
.contact-page .middle-block .contact-block .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 60px;
}
.contact-page .middle-block .contact-block textarea {
  height: 150px !important;
  margin-bottom: 20px;
}
.contact-page .middle-block .contact-block .grecaptcha-text {
  display: none;
}
.aszf {
  color: white;
}
@media (max-width: 600px) {
  iframe {
    width: 100vw;
    height: 100vw;
  }
}
.promoter-join {
  color: white;
  text-align: center;
}
.promoter-join .cover-video {
  width: 100vw;
  max-width: 600px;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .promoter-join .cover-video {
    height: 100vw;
  }
}
@media (min-width: 577px) and (max-width: 1551px) {
  .promoter-join .cover-video {
    height: 600px;
  }
}
.promoter-join #overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.promoter-join #overlay-text {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 35px;
  text-align: center;
  color: white;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.promoter-join .promoter-container {
  background-color: rgba(255,255,255,0);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.promoter-join .promoter-container .cover-text {
  color: white;
  margin-top: 20px;
  max-width: 580px;
}
.promoter-join .promoter-container .promoter-guest {
  margin-top: 40px;
  color: white;
  max-width: 580px;
}
.promoter-join .promoter-container .promoter-form {
  max-width: 580px;
}
.promoter-join .promoter-container .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 60px;
}
.promoter-join .promoter-container textarea {
  height: 150px !important;
  margin-bottom: 20px;
}
.promoter-join .promoter-container .bp-registration-holder .bp-box {
  border: 0;
}
.profile-page form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.profile-page legend,
.profile-page label {
  color: white;
}
.profile-page .signup-eula {
  color: #FEA736;
}
.profile-page .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FEA736;
  background-color: #FEA736;
}
.profile-page .was-validated .form-control:valid,
.profile-page .form-control.is-valid {
  border-color: transparent;
}
.profile-page .promoter-join input[type="text"],
.profile-page .promoter-join input[type="password"] {
  border: none;
}
.my-orders-page .order-card,
.order-tickets-page .order-card {
  background: transparent;
  font-family: "Open Sans";
  color: white;
  display: flex;
  padding: 20px 0;
}
.my-orders-page .order-card .order-title,
.order-tickets-page .order-card .order-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.my-orders-page .order-card p,
.order-tickets-page .order-card p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.my-orders-page .order-card .download-tickets,
.order-tickets-page .order-card .download-tickets {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 559px) {
  .my-orders-page .order-card,
  .order-tickets-page .order-card {
    flex-direction: column;
    justify-content: flex-start;
  }
  .my-orders-page .order-card .download-tickets,
  .order-tickets-page .order-card .download-tickets {
    margin-top: 10px;
    justify-content: flex-start;
  }
}
.my-orders-page .order-card:nth-child(even),
.order-tickets-page .order-card:nth-child(even) {
  background: #2C2C2D;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#description >p >img,
#campaign-description >p >img {
  max-width: 100%;
  height: auto;
}
.ias-trigger {
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: auto;
  right: auto;
}
.ias-trigger a {
  display: inline-block;
  padding: 5px 20px;
  min-width: 200px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  font-family: "Source Sans Pro";
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FEA736 !important;
  color: #FFFFFF !important;
}
.ias-trigger a:hover {
  background-color: #ff9000 !important;
  color: #FFFFFF !important;
}
.bp-table {
  table-layout: fixed;
  overflow-wrap: break-word;
}
@media (max-width: 550px) {
  .btn-mr-auto {
    margin-right: auto !important;
  }
}
.lb-topContainer {
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .navbar-collapse {
    margin-left: -16px;
    margin-right: -16px;
  }
  .navbar-collapse .navbar-nav {
    padding-top: 30px;
  }
  .navbar-collapse .dropdown-toggle.active {
    background-color: #FEA736 !important;
    color: white !important;
  }
  .navbar-collapse .navbar-nav li a:not(.bp-btn):active,
  .navbar-collapse .navbar-nav li a:not(.bp-btn):hover {
    color: white !important;
  }
  .navbar-collapse .navbar-nav li .dropdown-menu .dropdown-item:hover {
    background-color: #313131 !important;
  }
  .navbar-collapse .navbar-nav li .dropdown-menu .dropdown-item.active:hover {
    background-color: #FEA736 !important;
  }
  .navbar-collapse .navbar-nav li .dropdown-menu .dropdown-item.active:hover {
    background-color: #FEA736 !important;
  }
  .navbar-collapse .dropdown-menu {
    padding: 0;
    background-color: #313131 !important;
    border: 0;
  }
  .navbar-collapse .navbar-nav {
    gap: 0;
  }
  .navbar-collapse .dropdown.nav-item {
    padding-left: 0px;
  }
  .navbar-collapse .nav-item:not(.menu-button,
  .navbar-collapse .dropdown) {
    border-bottom: 1px solid white;
    border-radius: 0;
    padding-left: 20px;
  }
  .navbar-collapse .nav-item {
    border-bottom: 1px solid white;
    border-radius: 0;
  }
  .navbar-collapse .nav-item.menu-button {
    margin-top: 15px;
    text-align: center;
    border-bottom: 0 !important;
    border-radius: 0;
  }
  .navbar-collapse .dropdown .dropdown-toggle {
    padding-left: 20px;
  }
  .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding-left: 40px;
  }
  .navbar-collapse .dropdown .dropdown-menu .dropdown .dropdown-toggle {
    padding-left: 40px;
  }
  .navbar-collapse .dropdown .dropdown-menu .dropdown .dropdown-submenu .dropdown-item {
    padding-left: 60px;
  }
}
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url('/img/youtube_play.png') no-repeat;
  background-size: contain;
  cursor: pointer;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  #footer-social {
    gap: initial;
  }
  .promoter-join-form {
    width: 100% !important;
  }
  .promoter-join-form-fields {
    margin: 14px !important;
  }
  .join-us-insta-tiktok-div {
    display: block !important;
    justify-content: normal !important;
  }
  .join-us-insta-tiktok-field {
    width: 100% !important;
  }
  .join-us-popup {
    width: 90% !important;
  }
  .join-us-motazs {
    order: 1;
  }
  .join-us-montazs-text {
    order: 2;
  }
  .join-us-task-text {
    order: 2;
    text-align: center;
  }
  .join-us-task-img {
    order: 1;
  }
  .join-us-match-text,
  .join-us-task-text {
    margin-top: -30px;
  }
  .join-us-form-title {
    width: 80% !important;
  }
  .video-block-desktop {
    display: none !important;
  }
  .video-block-mobile {
    display: block !important;
  }
  .join-us-icon-container {
    display: flex !important;
    padding-bottom: 20px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .join-us-video-join-text {
    font-size: 25px !important;
    text-align: center !important;
  }
  .join-us-montazs-div {
    padding-top: 0px !important;
  }
  .join-us-montazs-container {
    padding: 0px !important;
  }
  .join-us-montazs-text {
    padding: 15px !important;
  }
}
#check-data-accuracy {
  color: #FEA736;
}
#contact-eula-link {
  color: #FEA736;
}
.login-gallery {
  color: #FEA736;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
#privacy-invalid-text {
  color: #FEA736;
  padding-top: 10px;
  font-size: 12px;
}
.successful-reg-text h5 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
  color: #FEA736;
}
.successful-reg-text p {
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}
.event-data-box .event-name-div {
  text-align: center;
  padding-top: 50px;
}
.event-data-box .event-name {
  font-weight: bold;
}
.event-data-box:nth-child {
  padding-top: 150px;
}
.cookie-consent {
  display: block !important;
  overflow: auto;
}
.cookie-consent .container {
  max-width: 1270px;
}
.cookie-consent .cookie-consent-content {
  display: flex;
  min-height: 100%;
  align-items: flex-end;
  padding-bottom: 50px;
}
.cookie-consent .cookie-consent-text {
  font-size: 18px;
  margin-bottom: 25px;
}
.cookie-consent .cookie-consent-text h5 {
  color: #FEA736;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 800;
}
.cookie-consent .cookie-consent-buttons .cookie-accept-btn {
  border-radius: 30px !important;
  padding: 11px 60px !important;
  color: white;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cookie-consent .cookie-consent-buttons .cookie-setting-btn {
  background: transparent;
  font-weight: 400;
  color: #FEA736;
  margin-top: 10px;
  font-size: 18px;
}
.cookie-consent .cookie-consent-buttons .cookie-setting-btn:hover {
  background: transparent;
  font-weight: 400;
  color: #FEA736;
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cookie-consent .cookie-consent-buttons {
    text-align: center;
  }
  .cookie-consent .cookie-consent-img-holder {
    text-align: center;
  }
  .cookie-consent .cookie-consent-img-holder img {
    margin-bottom: 30px;
  }
  .cookie-consent .cookie-consent-text h5 {
    text-align: center;
  }
  .cookie-consent .cookie-consent-modal-content .cookie-accept-btn {
    font-size: 18px !important;
  }
  .cookie-consent .cookie-consent-modal-content .cookie-setting-btn {
    font-size: 18px !important;
  }
  .cookie-consent .cookie-consent-modal-content .btn-disable-all-cookie {
    font-size: 16px !important;
  }
  .cookie-consent .cookie-consent-modal-content .btn-link {
    padding: 0;
  }
}
.cookie-consent-modal .btn-disable-all-cookie {
  padding: 0 !important;
  width: auto;
  text-wrap: nowrap;
  background: none;
  color: #FEA736;
  text-align: left;
}
.cookie-consent-modal .btn-disable-all-cookie:hover {
  padding: 0 !important;
  width: auto;
  text-wrap: nowrap;
  background: none;
  color: #FEA736;
  text-align: left;
}
.cookie-consent-modal .btn-accept-cookie-setting {
  width: auto !important;
}
.promoter-page-follow-div #brand-social {
  align-items: center !important;
}
.promoter-page-follow-div .promoter-page-line {
  width: 100%;
  height: 1px;
  background-color: white;
  margin: 0 10px;
}
#promoter-join-header-div {
  position: relative;
  width: 100%;
}
.promoter-join-header-title {
  position: relative;
  justify-content: center;
  display: flex;
  bottom: 25px;
}
#promoter-join-imageDiv {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
#promoter-join-imageDiv img {
  min-width: 100%;
}
#promoter-join-header-join-text,
#promoter-join-header-join-group-text {
  position: absolute;
  width: 50%;
  background-color: rgba(255,0,0,0.5);
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 5px;
}
.info-block {
  color: white;
  font-size: 22px;
}
.info-block p {
  padding: 15px;
}
.info-block p {
  padding: 20px;
}
#promoter-join-header-join-text {
  bottom: 0;
  border-radius: 10px;
  background-color: #fea736;
  width: auto;
  text-align: center;
  font-family: Open Sans;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 55px;
  padding: 15px;
}
#promoter-join-header-join-group-text {
  background-color: #313131;
  font-size: 30px;
  width: 600px;
  padding: 10px;
}
@media only screen and (max-width: 600px) {
  #promoter-join-header-join-text,
  #promoter-join-header-join-group-text {
    width: 100%;
    border-radius: 0px;
  }
  #promoter-join-header-join-text {
    font-size: 50px;
  }
  #promoter-join-header-join-group-text {
    font-size: 21px;
  }
  .join-us-match-ul-title {
    text-align: center;
  }
  .promoter-join-form {
    width: 100% !important;
  }
  .promoter-join-form-fields {
    margin: 14px !important;
  }
  .join-us-task-title,
  .join-us-match-title {
    width: 90% !important;
    font-size: 20px !important;
  }
  .join-us-task-text {
    text-align: center;
  }
  .join-us-match-text,
  .join-us-task-text {
    margin-top: -30px;
  }
  .join-us-form-title {
    width: 80% !important;
  }
  .video-block-desktop {
    display: none !important;
  }
  .video-block-mobile {
    display: block !important;
  }
  #promoter-join-imageDiv {
    background-image: url('../img/join-us-mobile.png') !important;
    height: auto !important;
    background-position: center;
    width: 100%;
    aspect-ratio: 1.5;
  }
  .promoter-join-header-title {
    bottom: -83px !important;
  }
  .join-as-container {
    padding-top: 150px !important;
  }
  .join-us-icon-container {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .join-us-video-join-text {
    font-size: 25px !important;
    text-align: center !important;
  }
  .join-us-montazs-div {
    padding-top: 0px !important;
  }
  .join-us-montazs-container {
    padding: 0px !important;
  }
  .join-us-montazs-text {
    padding: 15px !important;
  }
}
.promoter-join-info-party,
.promoter-join-info-money {
  text-align: center;
  padding: 20px;
}
.promoter-join-info-party::after,
.promoter-join-info-money::after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background-color: #fea736;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.promoter-join-info {
  text-align: center;
}
.promoter-join-info p {
  color: #fea736;
  font-weight: bold;
}
.join-as-container {
  padding-top: 50px;
  font-weight: bold;
}
.video-block {
  color: white;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 15px 0px;
}
.promoter-join label {
  text-align: center;
  font-weight: bold;
}
input[type="text"],
input[type="password"] {
  border: none;
}
.join-us-popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
  color: black;
  border-radius: 10px;
  font-weight: normal;
  width: 40%;
}
.join-us-popup-content {
  position: relative;
  color: black;
  text-align: start;
}
.join-us-popup-close {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: #fea736;
  text-align: end;
}
.join-us-popup-close-div {
  display: flex;
  justify-content: center;
  height: 40px;
}
.join-us-popup-close-button {
  background-color: #fea736;
  width: 40%;
  border-radius: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease;
  font-weight: bold;
  cursor: pointer;
}
.join-us-popup-close-button:hover {
  background-color: #FB9000;
}
.promoter-join-form {
  background-color: #313131;
  width: 75%;
  margin: auto;
  padding: 0px;
  border-radius: 10px;
}
.info-tex-popup {
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}
.join-us-popup-content {
  color: black;
}
.promoter-join-form-fields {
  margin: 35px;
}
.join-us-insta-tiktok-div {
  display: flex;
  justify-content: space-between;
}
.join-us-insta-tiktok-field {
  width: 45%;
}
.join-us-insta-tiktok-field {
  padding-top: 10px;
}
.join-us-insta-tiktok-div {
  padding-top: 10px;
  padding-bottom: 15px;
}
.join-us-montazs-text div {
  color: white;
}
.join-us-montazs-text {
  text-align: center;
}
.join-us-icon-border {
  width: 60px;
  height: 60px;
  border: 2px solid #FEA736;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-us-icon-container {
  display: flex;
  padding-bottom: 20px;
}
.join-us-video-black-background {
  background-color: #313131;
  position: absolute;
  width: 100vw;
  height: 100%;
}
.join-us-video-block-text {
  width: 70%;
}
.join-us-video-join-text {
  font-size: 30px;
  padding: 15px 0px 25px 10px;
}
.join-us-video-row-texts {
  padding: 0 0 30px 0;
}
.join-us-motazs {
  padding: 0px;
  text-align: center;
}
.promoter-join-form-div {
  padding-top: 50px;
}
.join-us-task-title,
.join-us-match-title {
  margin: auto;
  width: 90%;
  background-color: #313131;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  font-size: 28px;
  color: #FEA736;
  font-weight: bold;
}
.join-us-match-ul-title {
  padding: 20px;
  padding-top: 30px;
}
.join-us-match-ul-title span {
  font-weight: bold;
  font-size: 18px;
}
.join-us-match-ul {
  list-style-type: disc;
}
.join-us-match-img,
.join-us-task-img {
  display: flex;
  justify-content: center;
}
.join-us-match-row,
.join-us-task-row {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.join-us-task-row {
  padding-bottom: 50px;
}
.join-us-task-ask {
  padding-bottom: 15px;
  padding-top: 15px;
}
.join-us-task-sort-text {
  padding-top: 30px;
  padding-bottom: 15px;
}
.join-us-task-text {
  color: white;
}
.video-block-iframe {
  margin: auto;
}
.join-us-montazs-text div {
  padding-bottom: 20px;
}
.crew-text {
  padding-top: 20px;
}
.join-us-montazs-div {
  margin: auto;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.join-us-form-title {
  width: 50%;
  margin: auto;
  padding-bottom: 25px;
}
.join-us-video-block-text-vip {
  color: #FEA736;
}
.video-block-desktop {
  display: block;
}
#promoter-join-imageDiv {
  background-image: url('../img/join-us-desktop.png');
  height: 449px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.video-block-mobile {
  display: none;
}
.join-us-video-block-button-mobile {
  padding: 30px;
  display: flex;
  justify-content: center;
}
.join-us-privacy label {
  text-align: start;
}
.promoter-join-form-title {
  background-color: #fea736;
  padding: 15px;
  margin: auto;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 18px;
}
#article-page {
  color: white !important;
  padding-top: 20px;
}
#article-page img {
  position: relative;
  width: 100%;
}
