body {
  background: #001232;
}

.status {
  border: 2px solid rgba(0, 0, 0, 0);
  /* front, exclusive */
}
.status.status-0 {
  opacity: 0.5;
}
.status.status--1 {
  opacity: 0.3;
}
.status.status--2 {
  opacity: 0.1;
}
.status.status-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: green;
  vertical-align: baseline;
}
.status.status-circle.status-0 {
  background: rgb(237, 124, 54);
}
.status.status-circle.status--1 {
  background: red;
}
.status.status-circle.status--2 {
  background: black;
}

.ticketamount {
  font-size: large;
  font-weight: bold;
}

.sociallinks {
  list-style: none;
}
.sociallinks li {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-right: 2px;
  margin-right: 2px;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.w100 {
  width: 100%;
  display: block;
}

.flag {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

hr {
  border-color: black;
}

.xx-small {
  font-size: xx-small;
}

.right,
.pull-right {
  float: right;
}

.left,
.pull-left {
  float: left;
}

.custom-button,
.checkout-widget.checkout-card .payment-card-form .form-group input[type=submit],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(237, 124, 54, 0.2);
  color: rgb(237, 124, 54);
  border: 2px solid rgb(237, 124, 54);
  transition: all 0.5s ease-in-out;
}
.custom-button:hover,
.checkout-widget.checkout-card .payment-card-form .form-group input[type=submit]:hover,
input[type=submit]:hover {
  background: rgb(237, 124, 54);
  color: #fff;
}
.custom-button.danger,
.checkout-widget.checkout-card .payment-card-form .form-group input[type=submit].danger,
input[type=submit].danger {
  border-color: red;
  color: red;
  padding: 5px auto;
  text-align: center;
}
.custom-button.danger:hover,
.checkout-widget.checkout-card .payment-card-form .form-group input[type=submit].danger:hover,
input[type=submit].danger:hover {
  background: rgba(255, 0, 0, 0.5);
}

.custom-button:hover {
  cursor: pointer;
}

.plus {
  font-size: 24px;
  border: 2px solid rgb(237, 124, 54);
  padding: 5px 15px;
  cursor: pointer;
  z-index: 99;
}
.plus, .plus *, .plus*,
.plus .la,
.plus .fa {
  color: black;
}
.ticket {
  display: block;
  background: white;
  min-height: 320px;
  height: auto;
  margin-bottom: 25px;
}
.ticket .ticketimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 120px;
}
.ticket .qrcode {
  border-left: 2px dashed rgb(237, 124, 54);
}
.ticket, .ticket * {
  color: black;
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}

.block {
  display: block;
}

.info {
  opacity: 0.5;
  font-size: x-small;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}
a {
  text-transform: none;
  cursor: pointer;
}

.sports-grid:hover .movie-content .title a,
.event-grid:hover .movie-content .title a,
.movie-grid:hover .movie-content .title a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: rgb(237, 124, 54);
}

.ticket .ticketcolumn {
  padding: 15px;
}
.ticket .ticketcolumn i {
  vertical-align: middle;
}
.ticket .ticketname,
.ticket .eventlocation {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.scrollToTop,
.header-wrapper .menu li.header-button a {
  background: rgb(237, 124, 54);
  background-image: rgb(237, 124, 54);
}

.event-search::before,
.search-tab::before {
  background-image: -webkit-linear-gradient(45deg, navy 0%, rgb(237, 124, 54) 100%);
}

.event-about-thumb::after {
  background: -webkit-linear-gradient(45deg, navy 0%, rgb(237, 124, 54) 100%);
}

.section-header-3 .cate {
  color: rgb(237, 124, 54);
}

.faq-item .faq-title .right-icon {
  background: rgb(237, 124, 54);
}

.social-icons {
  padding: 12px;
}
.social-icons li {
  vertical-align: middle;
}
.social-icons a,
.social-icons li a {
  border-radius: 25px;
  padding-top: 5px;
  padding-left: 5px;
  widtH: 48px;
  height: 48px;
}
.social-icons a:hover, .social-icons a.active,
.social-icons li a:hover,
.social-icons li a.active {
  background: rgb(237, 124, 54);
  color: white;
}

footer {
  background: rgb(10.3967741935, 29.3, 77.5032258065);
}
footer .footerlinks {
  display: block;
}
footer ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-section {
  position: relative;
}
footer .footer-cta {
  border-bottom: 1px solid #373636;
}
footer .single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
footer .cta-text {
  padding-left: 15px;
  display: inline-block;
}
footer h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
footer .cta-text span {
  color: #757575;
  font-size: 15px;
}
footer .footer-content {
  position: relative;
  z-index: 2;
}
footer .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
footer .footer-logo {
  margin-bottom: 30px;
}
footer .footer-logo img {
  max-width: 200px;
}
footer .footer-text p {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 12px;
  color: #7e7e7e;
  line-height: 2;
}
footer .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
footer .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
footer .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
footer .facebook-bg {
  background: #3B5998;
}
footer .twitter-bg {
  background: #55ACEE;
}
footer .google-bg {
  background: #DD4B39;
}
footer .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
footer .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
footer .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
footer a {
  color: #878787;
}
footer a:hover {
  color: rgb(237, 124, 54);
}
footer .subscribe-form {
  position: relative;
  overflow: hidden;
}
footer .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
footer .subscribe-form button {
  position: absolute;
  right: 0;
  padding: 13px 20px;
  top: 0;
}
footer .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
footer .copyright-area {
  box-shadow: inset 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
  background: rgb(237, 124, 54);
  padding: 25px 0;
}
footer .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #444;
}
footer .copyright-text p a {
  color: white;
}
footer .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
footer .footer-menu li:hover a {
  color: white;
}
footer .footer-menu li a {
  font-size: 14px;
  color: black;
}
footer .newslater-container {
  padding: 0;
  margin: 25px 0;
}
footer .newslater-container .newslater-form {
  margin: 0;
}
footer .newslater-container:after {
  background: none;
}
footer .newslater-container button {
  padding: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.row {
  vertical-align: top;
}
.row div {
  vertical-align: top;
}

.contact-info {
  align-items: flex-start;
  display: -webkit-box;
  margin-bottom: 0;
}

.info-area .info-item .info-thumb {
  width: 64px;
  text-align: center;
}

.btn-text {
  color: rgb(237, 124, 54);
  padding: 0.5em 1.5em;
}
.btn-text:hover {
  background: rgb(237, 124, 54);
  color: rgb(33.0410958904, 14.4657534247, 2.9589041096);
}

.btn-rounded {
  border-radius: 25px;
}

.section-header-1::before {
  background: rgb(237, 124, 54);
}

footer .single-cta i {
  color: rgb(237, 124, 54);
}

.well.well-focus {
  background: rgb(249.5753424658, 215.5205479452, 194.4246575342);
}

.well.well-admin {
  background: rgb(241.1917808219, 154.5068493151, 100.8082191781);
}

.mt-30 {
  margin-top: 30px;
}

.o-1 {
  opacity: 0.1;
}

.o-2 {
  opacity: 0.2;
}

.o-3 {
  opacity: 0.3;
}

.o-4 {
  opacity: 0.4;
}

.o-5 {
  opacity: 0.5;
}

.o-6 {
  opacity: 0.6;
}

.o-7 {
  opacity: 0.7;
}

.o-8 {
  opacity: 0.8;
}

.o-9 {
  opacity: 0.9;
}

.o-10 {
  opacity: 1;
}

.bkgimage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.eventtopimage {
  height: 350px;
  display: block;
  width: 100%;
}

.buyticket {
  font-size: medium;
}
.buyticket .eventdata {
  margin-top: 120px;
}
.buyticket img.event-img {
  width: 100%;
  height: auto;
}
.buyticket .card {
  background-color: rgba(255, 255, 255, 0.95);
}
.buyticket .amount {
  width: 70px;
  text-align: center;
}
.buyticket .right {
  font-weight: bold;
  font-size: x-large;
}
.buyticket .btn_amount {
  font-size: 20px;
  padding: 0;
  margin: 0;
  background: white;
  display: inline-block;
  color: rgb(237, 124, 54);
  width: 30px;
  text-align: center;
  height: 30px;
}
.buyticket .btn_amount:hover {
  background: rgb(237, 124, 54);
  color: white;
}
.buyticket input {
  border: 1px solid silver;
}

.userticketbox {
  position: relative;
  display: block;
}
.userticketbox .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(237, 124, 54);
  padding: 3px;
  color: white;
}
.userticketbox .bottom img {
  height: 15px;
}

.xx-small {
  line-height: 1.2;
  font-size: xx-small;
}

.x-small {
  line-height: 1.2;
  font-size: x-small;
}

.small {
  line-height: 1.2;
  font-size: small;
}

.medium {
  font-size: medium;
}

.text-black {
  color: black;
}

.event .location,
.event .date,
.event .time {
  font-size: large;
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: medium;
  font-weight: bold;
}
.event .location i,
.event .date i,
.event .time i {
  color: rgba(237, 124, 54, 0.7);
}

.borderbottom {
  border-bottom: 1px solid rgba(237, 124, 54, 0.3);
}

.sponsor {
  height: 45px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.ccard {
  height: 60px;
  background: white;
  border-radius: 10px;
  padding: 5px;
}

.vertical-middle {
  vertical-align: middle;
}

.datetime {
  display: inline-block;
  text-align: center;
  border: 1px solid silver;
  padding: 3px;
  margin: auto 5px;
}
.datetime .date {
  font-size: x-small;
  font-weight: bold;
  display: block;
}
.datetime .date span {
  display: inline-block;
}
.datetime .time {
  display: block;
  font-size: small;
}
.datetime .time span {
  display: inline-block;
}

.brand {
  border: 1px solid rgb(11, 31, 82);
  border-radius: 5px;
  padding: 25px 15px;
  margin: -15px;
  background-color: rgb(11, 31, 82);
}
.brand h2 {
  color: rgb(237, 124, 54);
}

.c-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.movie-grid .time {
  font-size: x-large;
}
.movie-grid .location {
  margin-top: 5px;
  min-height: 35px;
}
.movie-grid .location,
.movie-grid .location a {
  color: white;
}

.event-title-front {
  min-height: 85px;
}

.event-video {
  position: relative;
  width: 610px;
  height: 345px;
}

@media screen and (max-width: 767px) {
  .event-video {
    width: 320px;
    height: 220px;
  }
}
.rotate90 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.rotate-90 {
  line-height: 1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.verticalContainer {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
}
.verticalContainer div {
  /* Prevents text wrapping */
  white-space: nowrap;
}

.align-top {
  align-content: baseline;
}

.main .event-search-top .right,
.main .event-search-top .left,
.event-search-top .right,
.event-search-top .left {
  width: 59.9%;
}

.main .event-search-top .right,
.event-search-top .right {
  width: 39.9%;
}

.event-search-top .left .title,
.main .event-search-top .left .title {
  font-size: 48px !important;
  line-height: 1.3;
}

.sports-grid .movie-content .title,
.event-grid .movie-content .title,
.movie-grid .movie-content .title {
  padding: 17px 0 7px 0;
}

.relative {
  position: relative;
}

.overflowhidden {
  overflow: hidden;
}

#eventbkgvideo {
  width: 100%;
  position: absolute;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-banner-section:has(#eventbkgvideo) {
  min-height: 750px;
}

.throtate {
  rotate: -90;
  line-height: 1;
  writing-mode: vertical-rl;
  /* transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  */
}

.subscribe-form button,
.subscribe-form input {
  border-radius: 25px;
  border: 2px solid rgb(237, 124, 54);
  text-align: center;
}
.subscribe-form button {
  color: white;
  background: rgb(237, 124, 54);
}

.ticket-label {
  margin-left: 5px;
  margin-top: -5px;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.ticket-label.ticket-label-danger {
  background: red;
  color: white;
}

.rotate-10 {
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}

.movie-grid .title a,
.movie-grid .title,
.event .title a,
.event .title {
  text-transform: uppercase;
}

.confirmemailcheckbox {
  width: 32px;
  height: 32px;
  display: inline;
  float: left;
  margin-right: 15px;
}

#purchase-email-info {
  color: yellow;
  font-size: 20px;
  font-weight: bold;
}

.text-expanded {
  letter-spacing: 2px;
}

#card-errors {
  color: #FF1A1A;
  font-size: large;
}
#card-errors > div {
  background: red;
  color: white;
  padding: 25px;
  font-size: large;
  border-radius: 15px;
}

#card-success {
  color: #63ff63;
  font-size: medium;
}

.total-big {
  font-size: x-large;
  font-weight: bold;
}

.footer-section {
  background-color: #0a1e5e;
  box-shadow: inset 0px 10px 10px -5px rgba(0, 0, 0, 0.5), 0 0 25px 5px black;
}
.footer-section h1,
.footer-section h2,
.footer-section h3,
.footer-section h4 {
  color: rgb(237, 124, 54);
}
.footer-section a,
.footer-section .footer-menu li a {
  color: white;
}
.footer-section a:hover,
.footer-section .footer-menu li a:hover {
  color: rgb(237, 124, 54);
}
.footer-section a:hover .fa,
.footer-section a:hover .la,
.footer-section .footer-menu li a:hover .fa,
.footer-section .footer-menu li a:hover .la {
  background: rgb(237, 124, 54);
  color: white;
}

.header-wrapper .logo img {
  height: 45px;
  width: auto;
}

.artists-section {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 150px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 15px;
  position: relative;
  transition: all 0.5s ease-in-out;
  /* when scrolling keep this fixed */
}
.artists-section .scroll-left,
.artists-section .scroll-right {
  position: sticky;
  z-index: 2;
  padding: 5px;
  padding-top: 5px;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid black;
  background: white;
  color: black;
  left: calc(100% - 25px);
  right: 0;
  top: 40px;
  font-size: 24px;
}
.artists-section .scroll-left:hover,
.artists-section .scroll-right:hover {
  opacity: 1;
}
.artists-section .scroll-left i,
.artists-section .scroll-right i {
  color: black;
}
.artists-section .scroll-left {
  left: -15px;
  /* padding */
  right: auto;
}
.artists-section * {
  transition: all 0.5s ease-in-out;
}
.artists-section::-webkit-scrollbar {
  display: none;
}
.artists-section a.artist-link {
  padding: 0 15px;
  width: 90px;
  height: 90px;
  scroll-snap-align: start;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background-color: rgb(237, 124, 54);
}
.artists-section a.artist-link:last-child {
  margin-right: 20px;
}
.artists-section a.artist-link:hover .name {
  margin-top: 10px;
  color: rgb(237, 124, 54);
}
.artists-section a.artist-link .name {
  letter-spacing: 0.5px;
  margin-top: 7px;
  line-height: 1.3;
  display: block;
  text-align: center;
  width: 100%;
  font-size: x-small;
  color: white;
}
.artists-section a.artist-link img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0);
}

img.img-circle {
  border-radius: 50%;
}

.clientscrollablelist {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 450px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 15px;
}

.clients-list {
  text-align: center;
  display: block;
}
.clients-list .client {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
  text-align: center;
  font-size: x-small;
}
.clients-list .client-logo img {
  height: 32px;
  max-width: 288px;
}

.label-soldout {
  z-index: 1;
  background-color: red;
  color: white;
  padding: 5px;
  width: auto;
  min-width: 100px;
  text-align: center;
  font-size: medium;
  border-radius: 5px;
  position: absolute;
  right: 0;
  margin-top: -25px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
}

.controls i {
  color: rgba(255, 255, 255, 0.3);
}

.text-xxlarge {
  font-size: xx-large;
  font-weight: bold;
}

.text-xlarge {
  font-size: x-large;
  font-weight: bold;
}

.text-large {
  font-size: large;
  font-weight: bold;
}

.text-ulaznica {
  color: rgb(237, 124, 54);
}

.pagination a,
.pagination li {
  margin: 0;
  padding: 2px 3px;
  border-radius: 3px !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.pagination a:hover {
  border-bottom: 2px solid rgb(237, 124, 54) !important;
}
.pagination .active {
  background-color: rgb(237, 124, 54) !important;
  border-color: rgb(237, 124, 54) !important;
  color: white;
}

.block {
  display: block;
}

@media only screen and (max-width: 991px) and (orientation: portrait) {
  .artists-section .artist-link {
    width: 60px;
    height: 60px;
  }
  .artists-section .artist-link img {
    width: 60px;
    height: 60px;
  }
  #purchase-email-info {
    font-size: 14px;
  }
  .mobile-up-50 {
    margin-top: -50px;
  }
  .movie-grid .time {
    font-size: large;
    font-weight: bold;
  }
  .event-search-top .left .title,
  .main .event-search-top .left .title {
    font-size: 28px !important;
    line-height: 1.3;
  }
  .event-search-top .right *,
  .main .event-search-top .right * {
    font-size: 18px;
  }
  #eventbkgvideo {
    min-height: 250px;
  }
  .event-banner-section {
    min-height: 150px;
    padding: 0;
  }
  .event-banner-section:has(#eventbkgvideo) {
    min-height: 250px;
  }
  .sports-grid,
  .event-grid,
  .movie-grid {
    max-width: 100%;
  }
}/*# sourceMappingURL=fix.css.map */