body {
  background: #001232;
}

.status {
  border: 2px solid rgba(0, 0, 0, 0);
}
.status.status-0 {
  opacity: 0.5;
}
.status.status--1 {
  opacity: 0.3;
}
.status.status--2 {
  display: none;
  opacity: 0.1;
}
.status.status-2 {
  border: 2px solid black;
  background: rgba(106, 147, 191, 0.3);
}
.status.status-2 {
  border: 2px solid black;
  background: rgba(106, 147, 191, 0.7);
}
.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;
}

.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;
  }
  body {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}
a {
  text-transform: none;
}

.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: #0a1d4e;
}
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: #210e03;
}

.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: #fad8c2;
}

.well.well-admin {
  background: #f19b65;
}

.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 {
  font-size: xx-small;
}

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

.small {
  font-size: small;
}

.medium {
  font-size: medium;
}

.text-black {
  color: black;
}

.event .location,
.event .date,
.event .time {
  font-size: large;
  opacity: 0.7;
}
/*# sourceMappingURL=fix.css.map */