/*Colors*/
._display-block {
  display: block !important;
}

._display-flex {
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
}

._display-none {
  display: none !important;
}

._display-inline-block {
  display: inline-block !important;
}

._pull-left {
  float: left !important;
}

._pull-right {
  float: right !important;
}

._clearfix:before, ._clearfix:after, ._clearfix {
  clear: both;
  content: '';
  display: block;
}

._text-align-right {
  text-align: right !important;
}

._text-align-left {
  text-align: left !important;
}

._very-thin {
  font-weight: 100 !important;
}

._thin {
  font-weight: 300 !important;
}

._normal {
  font-weight: 400 !important;
}

._semi-bold {
  font-weight: 500 !important;
}

._bold {
  font-weight: 600 !important;
}

._very-bold {
  font-weight: 700 !important;
}

._ellipsis {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

._no-border {
  border: 0 !important;
}

._no-border-top {
  border-top: 0 !important;
}

._yellow-top-border {
  border-top: 6px solid #f0cd00 !important;
}

._no-border-bottom {
  border-bottom: 0 !important;
}

._no-borders-right {
  border-right: 0 !important;
}

._no-border-left {
  border-left: 0 !important;
}

._no-padding {
  padding: 0 !important;
}

._no-padding-top {
  padding-top: 0 !important;
}

._no-padding-right {
  padding-right: 0 !important;
}

._no-padding-bottom {
  padding-bottom: 0 !important;
}

._no-padding-left {
  padding-left: 0 !important;
}

._no-margin {
  margin: 0 !important;
}

._no-margin-top {
  margin-top: 0 !important;
}

._no-margin-right {
  margin-right: 0 !important;
}

._no-margin-bottom {
  margin-bottom: 0 !important;
}

._no-margin-left {
  margin-left: 0 !important;
}

._no_box-shadow {
  box-shadow: none !important;
}

._text-uppercase {
  text-transform: uppercase !important;
}

._text-capitalize {
  text-transform: capitalize !important;
}

._justify-content-center {
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

._align-items-center {
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

._flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
  -ms-flex-direction: column !important;
  -moz-flex-direction: column !important;
  -webkit-flex-direction: column !important;
}

.main {
  margin-top: 70px;
}

.main > .ui.grid.eventinfomap {
  position: relative;
  margin-top: -80px;
  margin-bottom: 30px;
  border-left: 0;
  border-right: 0;
  border-top: 6px solid #f0cd00;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0;
  padding: 0;
}

.main > .ui.grid.eventinfomap > .row {
  margin: 0;
  padding: 0;
}

.main > .ui.grid.eventinfomap > .row > .column {
  padding: 0;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails {
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .titledescription {
  padding: 23px;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .titledescription > .title {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  font-size: 32px;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation .ui.icon, .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .datetime > .calendar.icon, .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .marker.icon {
  min-height: 20px;
  font-size: 20px;
  opacity: .45 !important;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation .ui.button {
  border: 1px solid darkgrey;
  font-size: 14px;
  text-shadow: initial;
  padding: 10px 15px;
  font-weight: 500;
  display: block;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .datetime {
  position: relative;
  width: 45%;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  padding: 10px 10px 16px 1.5em !important;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .datetime > .calendar.icon {
  display: block;
  margin-bottom: 15px;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .datetime .date {
  font-size: 20px;
  font-weight: 300;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .datetime > .time {
  line-height: 2;
  font-size: 18px;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location {
  width: 55%;
  padding: 10px 10px 16px !important;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .marker.icon {
  width: 15px;
  display: block;
  margin-bottom: 15px;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .venue {
  font-size: 20px;
  font-weight: 300;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .address {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .button {
  color: darkgrey;
  background-color: white;
}

.main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .button {
  color: darkgrey;
  background-color: white;
}

.main > .ui.grid.eventinfomap > .row > .countdownbox {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding: 10px;
}

.main > .ui.grid.selectticketstep {
  margin: 0;
}

.main > .ui.grid.selectticketstep > .row {
  padding: 0;
}

.main > .ui.grid.selectticketstep > .row > .eventclosed {
  text-align: center;
  padding: 40px;
  margin: 0 auto;
}

.main > .ui.grid.selectticketstep > .row > .eventclosed > p {
  font-size: 24px;
}

.main > .ui.grid.selectticketstep > .row > .column > .steps-progress {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking {
  margin-bottom: 10px;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .event-tickets {
  box-shadow: none;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .event-tickets > .ticket {
  cursor: auto;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .event-tickets > .ticket > .title {
  min-height: 100px;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .event-tickets > .ticket > .content {
  padding-bottom: 15px;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .event-tickets:nth-last-child(1) > .ticket.-event:nth-last-child(1) > .title,
.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .event-tickets:nth-last-child(1) > .ticket.-event:nth-last-child(1) > .content {
  border-bottom: 5px solid #526d77;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .event-tickets:nth-last-child(1) > .ticket.-event:nth-last-child(1) > .bottomless {
  border-bottom: transparent;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .event-tickets > .ticket.-event:nth-child(1) > .title,
.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .ticket.-bookingcode > .title {
  border-top: 5px solid #526d77;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .ticket.-bookingcode > .title {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  border-bottom: 5px solid #526d77;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .ticket.-bookingcode > .title > .label {
  color: #000;
  font-size: 13px;
  padding-right: 10px;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .ticket.-bookingcode > .title > .input {
  font-size: 14px;
  width: 55%;
  float: right;
}

.main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .ticket.-bookingcode > .title > .input > #TicketCode {
  text-transform: uppercase;
}

.main > .ui.grid.selectticketstep > .row > .column > .logincontinue {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  padding: 13px;
  -webkit-box-align: center;
  align-items: center;
}

.main > .ui.grid.selectticketstep > .row > .column > .logincontinue > .alreadybrought > .link {
  color: #47b1c8;
}

.main > .ui.grid.selectticketstep > .row > .column > .logincontinue > .continue {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin: 0;
  padding: 10px 30px;
  text-align: left;
  font-weight: normal;
}

.main > .ui.grid.selectticketstep > .row > .column > .logincontinue > .continue > .arrow {
  font-size: 17px;
  margin-left: 15px;
}

.main > .banner {
  width: 100%;
  height: 450px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.main > .banner .cropped {
  width: 100%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

@media only screen and (min-width: 1600px) {
  .main > .banner > .cropped {
    margin: -90px 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .main > .ui.grid.eventinfomap {
    width: 100% !important;
    margin: 0;
    margin-bottom: 30px;
  }
  .main > .ui.grid.selectticketstep,
  .main > .ui.grid.registerpay {
    margin: 0 !important;
    width: 100% !important;
  }
  .main > .banner {
    height: auto;
    width: 100%;
    margin-bottom: -2px;
  }
  .main > .banner .cropped {
    height: auto;
    width: 100%;
    margin: 0px 0px -2px 0px;
  }
}

@media only screen and (max-width: 1050px) {
  .main > .ui.grid.selectticketstep > .row > .column:nth-child(1) {
    width: 600px !important;
    margin: auto;
    margin-bottom: 35px;
  }
  .main > .ui.grid.selectticketstep > .row > .column:nth-child(2) {
    width: 100% !important;
  }
  .main > .ui.grid.selectticketstep > .row > .column > .markdown {
    width: 100%;
    max-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  .main > .ui.grid.eventinfomap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .main > .ui.grid.eventinfomap > .row > .eventdetails {
    width: 100% !important;
  }
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .titledescription > .title,
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .titledescription > .description {
    text-align: center;
  }
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .datetime,
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location {
    width: initial;
    text-align: center;
  }
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .datetime > .ui.icon, .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .datetime > .calendar.icon, .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location.datetime > .marker.icon,
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .ui.icon,
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .datetime.location > .calendar.icon,
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .marker.icon {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location {
    padding-top: 0 !important;
  }
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .ui.icon, .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .datetime.location > .calendar.icon, .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .marker.icon {
    width: 3px;
  }
  .main > .ui.grid.eventinfomap > .row > .eventdetails > .datelocation > .location > .button {
    margin: auto;
  }
  .main > .ui.grid.eventinfomap > .row > .google-map {
    display: none;
  }
  .main > .ui.grid.selectticketstep > .row > .column:nth-child(1) {
    width: 100% !important;
  }
  .main > .ui.grid.selectticketstep > .row > .column > .markdown {
    padding: 0 13px;
  }
}

@media only screen and (max-width: 650px) {
  .main > .ui.grid.selectticketstep > .row > .column {
    padding: 0;
  }
  .main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .event-tickets > .ticket > .title {
    padding: 30px 15px !important;
  }
  .main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .event-tickets > .ticket > .cut,
  .main > .ui.grid.selectticketstep > .row > .column > .ticketsbooking > .ticket > .cut {
    display: none;
  }
}

@media only screen and (max-width: 430px) {
  .main > .ui.grid.selectticketstep > .row > .column > .logincontinue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .main > .ui.grid.selectticketstep > .row > .column > .logincontinue > .alreadybrought {
    margin-bottom: 10px;
  }
  .main > .ui.grid.selectticketstep > .row > .column > .logincontinue > .continue {
    position: relative;
    right: initial;
  }
}

/*# sourceMappingURL=venue_info.css.map */

/*# sourceMappingURL=venue_info.min.css.map */
