.ticketing h2 {
  margin-top: 1.2em;
}
.ticketing h3 {
  font-size: 21px;
}
.ticketing h4 {
  font-size: 18px;
  margin-top: 0.3em;
}
.ticketing h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .ticketing h3 {
    font-size: 26px;
  }
  .ticketing h4 {
    font-size: 18px;
  }
  .ticketing h5 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .ticketing h3 {
    font-size: 28px;
  }
  .ticketing h4 {
    font-size: 20px;
  }
  .ticketing h5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .ticketing h3 {
    font-size: 30px;
  }
  .ticketing h4 {
    font-size: 22px;
  }
  .ticketing h5 {
    font-size: 18px;
  }
}

/* ticketing inputs */
.ticketing {
  margin-bottom: 30px;
}
.ticketing .row {
  padding-bottom: 10px;
  padding-top: 10px;
}
.ticketing .row.mt-0 {
  padding-top: 0px;
}
.ticketing .row.mb-0 {
  padding-bottom: 0px;
}
.ticketing .row.no-input {
  padding-top: 10px;
  padding-bottom: 0px;
}
.ticketing label,
.txn-summary .lbl {
  font-family: "HelveticaNeueW01-65Medi", Arial, sans-serif;
}
.ticketing label {
  display: block;
  padding-bottom: 4px;
}
.ticketing label.nobold {
  font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
}
.ticketing input[type="text"],
.ticketing input[type="email"] {
  padding: 6px 5px;
  margin: 0;
  border: 1px solid #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.label-chk label {
  display: block;
  padding-bottom: 0;
  margin-left: 1.5em;
}
.label-chk .chk {
  display: block;
  float: left;
  margin-top: 4px;
}
.md-maxw {
  max-width: 400px;
}
.txn-summary .row {
  margin-top: 10px;
}

.step.divline {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ee3124;
}
.travel-leg {
  padding-top: 10px;
  margin-bottom: 10px;
}
#step-travel-legs {
  border-top: 2px solid #ee3124;
  padding-top: 20px;
}
#step-velocity-membership {
  padding-top: 10px;
}
#step-select-ticket-package,
#step-select-ticket-donation {
  padding-top: 30px;
}

h2.sub {
  font-size: 1.375rem;
  color: #404040;
  margin-top: 0.8em;
}

#ticket-terms {
  margin-bottom: 20px;
}
#ticket-terms label.inline {
  display: inline;
  float: none;
}

.ticketing .col-lbl,
.ticketing .col-val {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media all and (min-width: 768px) {
  .ticketing .col-lbl,
  .ticketing .col-val {
    min-height: 1px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ticketing .slim .col-lbl,
  .ticketing .slim .col-val {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ticketing .col-lbl {
    width: 20%;
  }
  .ticketing .col-val {
    width: 80%;
  }
  .col-md-lbl,
  .col-md-val {
    flex: 0 0 auto;
  }
  .col-md-lbl {
    width: 35%;
  }
  .col-md-val {
    width: 65%;
  }

  #ticket-terms {
    margin-bottom: 30px;
  }
}

#choices-qty {
  margin-top: 30px;
}

/* promo code */
#total-and-discount {
  background: #fafafa;
  padding: 15px 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
button.subtle,
button.subtle:visited {
  background: #fff;
  border: 1px solid #bbb;
  color: #252525;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
button.subtle:hover {
  background: #bbb;
  color: #111;
}
button.subtle:active {
  background: #fff;
  color: #252525;
}
.iheight {
  height: 34px;
}
#fare-total {
  line-height: 34px;
}
#fare-total .lbl {
  display: block;
  float: left;
  width: 65px;
}
.col-fare-total,
.col-promo-code,
.col {
  position: relative;
  float: left;
}
.col-fare-total,
.col-promo-code {
  width: 100%;
}
.cols {
  margin-left: -4px;
  margin-right: -4px;
}
.col {
  padding-left: 4px;
  padding-right: 4px;
}
.col-input {
  width: 44%;
}
.col-button {
  width: 28%;
}
/*
.col-label {
	float: left;
	padding-left: 15px;
	width: 80px;
	font-family: 'HelveticaNeueW01-65Medi';
	margin-top: 1px;
}
.col-value {
	margin-left: 15px;
}
*/
#display-promo-code .col-label {
  float: left;
  width: 80px;
  padding-left: 15px;
}
#display-promo-code .col-value {
  margin-left: 15px;
}
.mini-delete {
  width: 18px;
  height: 18px;
  padding: 0;
  margin-left: 10px;
  background: transparent;
  border: none;
  color: #ccc;
  display: inline-block;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.mini-delete:hover {
  background: transparent;
  border: none;
  color: #ee3124;
}
.mini-delete i {
  font-size: 18px;
  display: block;
}
#add-promo-code {
  position: relative;
  padding-top: 10px;
}
#promo_code_error {
  color: #ee3124;
}
#promo_code_error.posd {
  padding-top: 7px;
  padding-right: 15px;
}
#promo_code_msg {
  padding-top: 10px;
  color: #606060;
}
#display-promo-code {
  padding-top: 10px;
}
#toggle-promo-code {
  padding-top: 10px;
}
.money strike {
  text-decoration: strikethrough;
  color: #888;
  padding-right: 5px;
}
.display-promo-code .inline {
  display: block;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  .col-fare-total {
    width: 60%;
  }
  .col-promo-code {
    width: 40%;
  }
  #toggle-promo-code {
    padding-top: 0;
  }
  #add-promo-code {
    padding-top: 0;
  }
  #btn_promo_toggle {
    width: 168px;
    float: right;
  }
  #fare-total {
    float: left;
  }
  #fare-total .lbl {
    width: 80px;
  }
  .cols {
    margin-left: -7px;
    margin-right: -8px;
  }
  .col {
    padding-left: 7px;
    padding-right: 8px;
  }
  .col-input {
    width: 50%;
  }
  .col-button {
    width: 25%;
  }
  #display-promo-code .col-value {
    margin-left: 95px;
  }
  .mini-delete i {
    top: 0;
  }
  #promo_code_error {
    float: right;
  }
}
@media (min-width: 992px) {
  .col-fare-total {
    width: 59%;
  }
  .col-promo-code {
    width: 41%;
  }
  .cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-input {
    width: 60%;
  }
  .col-button {
    width: 20%;
  }
  #display-promo-code .col-label {
    padding-left: 15px;
  }
  #display-promo-code .col-value {
    margin-left: 95px;
  }
}

/* featured programs on ticketing pages */
#featured-programs {
  max-width: 700px;
  margin: 30px auto;
}
#featured-programs.fillw {
  max-width: 100%;
  margin-top: 0px;
}
#featured-programs img {
  max-width: 100%;
  height: auto !important;
}

/* velocity points */
.points {
  border-bottom: none;
  margin-bottom: 40px;
}
.points tr:nth-child(even) {
  background: transparent;
}
.points th {
  background-color: transparent;
  color: #252525;
}
.points th img {
  display: none;
}
.points td {
  border-top: none;
}
.cell-fare-points,
.cell-fare-buy {
  text-align: center;
}
.is-bonus {
  background: #ee3124;
  color: #fff;
}
.points th.is-bonus {
  background: #ee3124;
  color: #fff;
}
.points th.cell-fare-service {
  background: transparent;
  font-size: 18px;
  color: #ee3124;
  font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
  padding: 10px 0 9px 0;
}
.cell-fare-type {
  font-size: 16px;
  color: #ee3124;
}
.cell-fare-service,
.cell-fare-type,
.cell-fare-journey,
.cell-fare-points {
  display: block;
}
.cell-fare-journey,
.cell-fare-points {
  float: left;
}
.cell-fare-journey {
  width: 40%;
}
.cell-fare-points {
  width: 30%;
}
th.cell-fare-points {
  width: 70%;
  padding-left: 40%;
  background: #f0f0f0;
}
th.cell-fare-points.is-bonus {
  width: 30%;
  padding-left: 10px;
}
th.cell-fare-points,
th.cell-fare-points.is-bonus {
  height: 80px;
  padding-bottom: 0;
}
.points .last-cell {
  border-bottom: 2px solid #404040;
}
.points .cell-fare-type {
  border-top: 2px solid #404040;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 30px;
}

@media (min-width: 440px) {
  th.cell-fare-points,
  th.cell-fare-points.is-bonus {
    height: 58px;
  }
}
@media (min-width: 590px) {
  th.cell-fare-points,
  th.cell-fare-points.is-bonus {
    height: auto;
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .points {
    margin-bottom: 30px;
  }
  .points tr.alt {
    background: #fafafa;
  }
  .points th {
    background-color: #f0f0f0;
    color: #252525;
    border-bottom: 2px solid #404040;
    margin-left: 0;
  }
  .points th.cell-fare-service {
    background-color: #f0f0f0;
    color: #252525;
  }
  .points th.is-bonus {
    border-bottom: 2px solid #f5837c;
    margin-left: 0;
  }
  .points th.cell-fare-service {
    font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 10px 10px 9px 20px;
  }
  .points .xs-hide {
    display: block;
  }
  .points th img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .cell-fare-service,
  .cell-fare-type,
  .cell-fare-journey,
  .cell-fare-points {
    display: table-cell;
    float: none;
  }
  .cell-fare-service {
    width: 50%;
  }
  .cell-fare-type {
    width: 25%;
    font-size: 18px;
  }
  .cell-fare-journey {
    width: 25%;
  }
  th.cell-fare-points,
  th.cell-fare-points.is-bonus,
  .cell-fare-points {
    width: 25%;
    padding-left: 10px;
  }
  .cell-fare-service,
  .cell-fare-type {
    padding-left: 20px;
  }
  .points .cell-fare-type {
    padding-top: 10px;
  }
  .points .title-row td {
    border-top: 1px solid #f0f0f0;
  }
  .points .title-row td.is-bonus {
    border-top: 1px solid #f5837c;
  }
  .points .cell-fare-type.last-cell {
    border-bottom: 2px solid #404040;
  }
  .points .is-bonus.last-cell {
    border-bottom: 2px solid #ee3124;
  }
}

/* velocity membership */
#velocity-membership {
  background: #fafafa;
  padding: 20px 20px 5px 20px;
  margin-top: 18px;
}
#velocity-membership .row {
  padding-top: 5px;
  padding-bottom: 10px;
}
#velocity-membership .footnote {
  margin-top: 0;
}
.points_std,
#velocity_number_applied {
  font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
}
.box-lbl,
.box-val {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#view_vpoints_standard,
#velocity_number_add {
  padding-top: 5px;
}
.membernum .col-input {
  width: 50%;
}
.membernum .col-button {
  width: 25%;
}
.membernum .col-msg {
  width: 100%;
  padding-top: 8px;
}
input#velocity_number.checking {
  border-color: green;
}
input#velocity_number.invalid {
  border-color: #ee3124;
}
#velocity_number_error {
  color: #ee3124;
}
#velocity_number_applied .btn-remove {
  right: -38px;
}
@media (min-width: 768px) {
  #velocity-membership {
    padding-left: 180px;
    background-image: url("images/together-with-Velocity-Frequent-Flyer.png");
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-size: 145px 95px;
  }
  .box-lbl {
    float: left;
    width: 220px;
  }
  .box-val {
    margin-left: 220px;
  }
  .membernum label,
  #velocity_number_applied {
    padding-top: 7px;
    padding-right: 0;
    font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
  }
  #view_vpoints_standard,
  #velocity_number_add {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #velocity-membership {
    padding-left: 208px;
    background-position: 30px 10px;
  }
}

/* foodbank donation */
#foodbank-donation {
  background: #fafafa;
  padding: 20px 20px 5px 20px;
  margin-top: 18px;
}
#foodbank-donation .box-lbl {
  padding-bottom: 8px;
}
#foodbank-donation button {
  height: 36px;
  font-size: 1em;
}
@media (min-width: 768px) {
  #foodbank-donation {
    padding-left: 180px;
    background-image: url(../../custom/skybus_multi_loc/images/food-bank-logo@2x.png);
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-size: 140px 100px;
  }
  #foodbank-donation p:first-child {
    margin-top: 0;
  }
  #foodbank-donation .box-lbl {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  #foodbank-donation {
    padding-left: 208px;
    background-position: 33px 20px;
  }
}

/* receipt page */
.content-panel .ticket-box h3:first-child {
  margin-top: 0;
}
.summary label.inline {
  padding: 1px 8px 5px 0;
}

/* ticketing */
.ticketing h3.numbered-title {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  font-size: 18px;
}
input.big {
  height: 45px;
  background: #fff;
  border: 2px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #404040;
  padding: 0 10px 0 10px;
  text-align: center;
  font-size: 22px;
  width: 100px;
}
#fare-total {
  font-size: 22px;
  line-height: 41px;
  color: #404040;
}
#fareqty-table #fare-total {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
#fareqty.disabled {
  opacity: 0.2;
}
.ticket-holder,
.itinery-holder {
  width: 240px;
  text-align: center;
  margin: 30px auto 50px auto;
}
.ticket-holder.taxi-link {
  border-color: #252525;
}
.ticket-holder {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  border: 2px solid #252525;
  width: 240px;
  padding: 0 10px 10px 10px;
  margin: 30px auto 50px auto;
}
.ticket-holder.jw2019 {
  border-color: #9e4574;
}
.ticket-holder.groupTariff {
  border-color: #3469b3;
}
.ticket-holder.redeemed,
.ticket-holder.expired,
.ticket-holder.taxi-link.expired,
.ticket-holder.jw2019.redeemed,
.ticket-holder.jw2019.expired,
.ticket-holder.groupTariff.redeemed,
.ticket-holder.groupTariff.expired {
  border-color: #ccc;
}
.ticket-qrcode {
  padding-top: 10px;
}
.taxi-link .ticket-qrcode {
  padding-top: 40px;
  padding-bottom: 10px;
}
.ticket-qrcode img {
  max-width: 100%;
  height: auto !important;
}
.redeemed .ticket-qrcode,
.expired .ticket-qrcode,
.cancelled .ticket-qrcode {
  width: 206px;
  height: 206px;
  padding: 85px 40px 0 40px;
  margin: 25px auto 5px auto;
  background: #fafafa;
  border: 1px solid #dadada;
  color: #ee3124;
  font-size: 18px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ticket-qrcode-num {
  font-family: Courier, mono;
  color: #000;
  font-size: 1.2em;
}
.redeemed .ticket-qrcode-num,
.expired .ticket-qrcode-num {
  color: #aaa;
  margin-top: 7px;
}
.ticket-detail {
  padding-bottom: 10px;
}
.taxi-link .ticket-detail {
  padding-bottom: 20px;
}
.ticket-holder p {
  margin: 0.4em 0 0 0;
}
.ticket-holder h3 {
  margin-top: 1em;
  padding-left: 5px;
  padding-right: 5px;
}
.ticket-holder h3 + h3,
.ticket-holder h3 + h4 {
  margin-top: 0;
}
.ticket-holder h5 {
  color: #252525;
  margin-bottom: 15px;
  margin-top: 5px;
}
.ticket-route {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  background-color: #252525;
  padding: 12px 0 13px;
  position: relative;
}
.ticket-tail {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 40px;
  height: 20px;
  margin-left: -20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.ticket-route,
.ticket-tail {
  background-color: #252525;
}
.jw2019 .ticket-route,
.jw2019 .ticket-tail {
  background-color: #9e4574;
}
.groupTariff .ticket-route,
.groupTariff .ticket-tail {
  background-color: #3469b3;
}
.redeemed .ticket-route,
.expired .ticket-route,
.jw2019.redeemed .ticket-route,
.jw2019.expired .ticket-route,
.groupTariff.redeemed .ticket-route,
.groupTariff.expired .ticket-route {
  background-color: #ccc;
}
.redeemed .ticket-tail,
.expired .ticket-tail,
.jw2019.redeemed .ticket-tail,
.jw2019.expired .ticket-tail,
.groupTariff.redeemed .ticket-tail,
.groupTariff.expired .ticket-tail {
  background-color: #ccc;
}
.cards-accepted {
  margin-bottom: 20px;
}
.cards-accepted img {
  margin-right: 10px;
}
.ticket-links {
  margin: 50px -15px 0;
}
.ticket-link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.ticket-box {
  background: #fafafa;
  padding: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.ticket-box h3 {
  margin-top: 0;
}
.ticket-box h4 {
  margin-bottom: 0;
}
.ticket-box p:last-child {
  margin: 0;
}
.stype {
  display: block;
}
.stop-description {
  display: block;
  color: #666;
}
.row-pad .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .ticket-box h3 {
    font-size: 22px;
  }
  .ticket-box h4 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .links-2col .ticket-link {
    float: left;
    width: 50%;
  }
  .links-3col .ticket-link {
    float: left;
    width: 33.333333%;
  }
  .ticket-box {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .ticket-box h3 {
    font-size: 24px;
  }
  .ticket-box h4 {
    font-size: 20px;
  }
}

/* geelong taxi */
#step-select-ticket-taxi {
  padding-top: 45px;
}
#taxi-booking {
  border-top: 2px solid #ee3124;
  padding-top: 15px;
  margin-top: 25px;
}
.taxi-booking {
  width: 240px;
  margin: 30px auto 50px auto;
  padding: 0 20px;
  text-align: center;
  background: #f0f0f0;
}
.taxi-booking h3,
.content-panel .taxi-booking h3:first-child {
  margin: 0;
  padding-top: 18px;
  padding-bottom: 15px;
}
.taxi-booking .leg,
.add-request {
  padding-top: 10px;
  padding-bottom: 25px;
  border-top: 1px solid #fff;
}
.taxi-booking h4,
.taxi-booking h5 {
  font-family: "HelveticaNeueW01-65Medi", Arial, sans-serif;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0;
}
.taxi-booking h4 {
  color: #252525;
}
.taxi-booking h5 {
  color: #252525;
}
.booking-enquiry {
  padding-top: 8px;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  color: #606060;
}
.add-request {
  padding-bottom: 10px;
}
.add-request p {
  margin: 0.3em 0;
}
.ticket-items {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.badge {
  display: block;
  margin: 25px auto 0 auto;
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #252525;
  color: #fff;
  text-align: center;
  font-family: "HelveticaNeueW01-65Medi";
  font-size: 24px;
  line-height: 0.8em;
}
.badge .big {
  display: block;
  margin: 0 auto;
  padding-top: 28px;
  font-family: "HelveticaNeueW01-65Medi";
  font-size: 70px;
  line-height: 1em;
}
.ticket-package-AJH .badge {
  background: #00aeef;
}
.ticket-package-AJH .badge,
.ticket-package-AJH .badge .big {
  font-size: 30px;
  line-height: 1.1;
}
.ticket-package-AJH .badge {
  padding-top: 26px;
}
.ticket-package-AJH .badge img {
  max-width: 130px;
}
.badge.badge-sim {
  background: #ee3124;
}
.badge.badge-donation {
  background: #671e75
    url(../../custom/skybus_multi_loc/images/food-bank-logo-rev@2x.png)
    no-repeat center center;
  background-size: 120px 100px;
  text-indent: -9999px;
}
.ticket-pkg-details {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 2px solid #ee3124;
}

#step-select-ticket-taxi h4 {
  color: #404040;
  margin-top: 1em;
}
#step-select-ticket-taxi h5 {
  font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
#step-select-ticket-taxi
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 30px;
}
#step-select-ticket-taxi .select2-container .select2-selection--single {
  height: 31px;
}
#step-select-ticket-taxi
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 29px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f0f0f0;
  color: #252525;
}

#step-select-ticket-taxi-address .col-lbl {
  padding-top: 7px;
}

.taxi-panel {
  width: 240px;
  margin: 30px auto 50px auto;
  text-align: left;
}
.taxi-itinery,
.taxi-enquiry {
  background: #f0f0f0;
  padding: 10px 20px 30px 20px;
  border-left: 2px solid #ee3124;
}
.taxi-itinery h4,
.taxi-itinery h5 {
  font-family: "HelveticaNeueW01-65Medi", Arial, sans-serif;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0;
}
.taxi-itinery h4 {
  color: #ee3124;
}
.taxi-itinery h5 {
  color: #252525;
}

#step-select-zone .select2 {
  font-size: 16px;
}
#step-select-zone .select2-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
#step-select-zone .select2-container .select2-selection--single {
  height: 40px;
}
#step-select-zone
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 30px;
}
#step-select-zone
  .select2-container
  .select2-selection--single
  .select2-selection__rendered
  :focus {
  outline: none;
}
#step-select-zone .select2-container--default .select2-selection--single {
  border: 1px solid #bbb;
}
#step-select-zone
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
}
#step-select-zone
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
  width: 30px;
}
@media (min-width: 992px) {
  #step-select-zone .select2 {
    font-size: 18px;
  }
  #step-select-zone .select2-container .select2-selection--single {
    height: 46px;
  }
  #step-select-zone
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 44px;
  }
  #step-select-zone
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 44px;
    width: 48px;
  }
  #step-select-zone
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 48px;
  }
  #step-select-zone
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
}

.itinery-holder {
  background: #f0f0f0;
  padding: 10px 20px 30px 20px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.itinery-holder .ticket-route {
  background-color: transparent;
  color: #ee3124;
}
.itinery-holder h4,
.itinery-holder h5 {
  font-family: "HelveticaNeueW01-65Medi", Arial, sans-serif;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0;
}
.itinery-holder h5 {
  color: #252525;
}
.itinery-holder h4 + p,
.itinery-holder h5 + p {
  margin-top: 0.2em;
}
.taxi-link .departing,
.taxi-link .returning,
.taxi-contact {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}
.returning {
  padding-top: 20px;
}

.ticket-info-panel {
  width: 240px;
  margin: 30px auto 50px auto;
  text-align: center;
  background: #f0f0f0;
}
.ticket-info-panel h3 {
  border-bottom: 2px solid #ee3124;
  margin-top: 0 !important;
  padding-top: 19px;
  padding-bottom: 17px;
}
.ticket-info-panel h4,
.ticket-info-panel h5 {
  font-family: "HelveticaNeueW01-65Medi", Arial, sans-serif;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0;
}
.ticket-info-panel h5 {
  color: #252525;
}
.taxi-info {
  padding-left: 20px;
  padding-right: 20px;
}
.ticket-info-panel .departing {
  padding-top: 5px;
  padding-bottom: 23px;
}
.ticket-info-panel .returning {
  border-top: 1px solid #fff;
  padding-top: 10px;
}
.ticket-info-panel .taxi-enquiry {
  border-left: none;
  background: #e0e0e0;
  padding-bottom: 10px;
  margin-top: 25px;
}

.big-radio input[type="radio"] {
  display: none;
}
.big-radio,
.select-grp {
  display: block;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.big-radio label {
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  border: 2px solid #ccc;
  color: #404040;
  padding: 16px 10px 17px 10px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
}
.tiley .big-radio label {
  border-width: 2px;
}
.big-radio :disabled + label {
  border-color: #eee;
  color: #ccc;
}
.big-radio :disabled + label .pkg-desc {
  color: #ccc;
}
.big-radio :checked + label {
  background: #ee3124;
  border-color: #ee3124;
  color: #fff;
}
.big-radio :checked + label .pkg-desc {
  color: #fff;
}
.smaller .big-radio label {
  padding: 8px 10px 9px 10px;
  font-size: 14px;
  border-width: 1px;
}
.for-radio-grp {
  padding-top: 7px;
}
.big-radio small {
  display: block;
  font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-top: 10px;
}
.across-4 .big-radio {
  float: left;
  width: 25%;
}
.big-radio-grp.smaller {
  margin-left: -5px;
  margin-right: -5px;
}
.smaller .big-radio {
  float: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.std-text label {
  padding: 10px 15px;
  font-size: 14px;
  border-width: 1px;
}
.std-text.dbl-border label {
  border-width: 2px;
}
.journey-price-from,
.faretype-price-from {
  display: block;
  font-size: 81.25%;
  color: #252525;
}
.faretype-price-from {
  padding-top: 15px;
  padding-bottom: 10px;
}
.show-savings .faretype-price-from {
  font-size: 27px;
}
.show-savings .faretype-price-from .price-save {
  font-size: 13px;
  color: #ee3124;
  border-left: 1px solid #eee;
}
.show-savings .big-radio :checked + label .faretype-price-from .price-save {
  color: #fff;
}
.big-radio :disabled + label .journey-price-from,
.big-radio :disabled + label .faretype-price-from {
  color: #909090;
}
.big-radio :checked + label .journey-price-from,
.big-radio :checked + label .faretype-price-from {
  color: #fff;
}
.choice .people-icon {
  display: block;
  padding-top: 15px;
  padding-bottom: 13px;
}
.big-radio :checked + label .adult.fig-1 {
  background: url(../custom/skybus_multi_loc/images/sprite-people@2x.png)
    no-repeat -15px -86px;
  background-size: 150px 120px;
}
.big-radio :checked + label .adult.fig-2 {
  background: url(../custom/skybus_multi_loc/images/sprite-people@2x.png)
    no-repeat -65px -86px;
  background-size: 150px 120px;
}
.faretype-desc {
  display: block;
  font-size: 87.5%;
  color: #909090;
  padding-bottom: 17px;
  border-bottom: 1px solid #eee;
}
.show-savings .faretype-desc {
  padding-bottom: 2px;
  border-bottom: none;
}
.big-radio :checked + label .faretype-desc,
.big-radio :checked + label .faretype-desc {
  color: #fff;
  border-bottom-color: #fff;
}
.price-with-savings-maxw {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}
.price-with-savings {
  display: flex;
  align-items: center;
}
.price-with-savings > span {
  flex: 0 0 50%;
}
.price-save-amount {
  display: block;
}
@media (min-width: 768px) {
  .big-radio {
    float: left;
    width: 33.333333%;
  }
  .big-radio label:hover {
    border-color: #ee3124;
  }
  .big-radio :disabled + label:hover {
    border-color: #eee;
    cursor: inherit;
  }
  .big-radio-grp.smaller {
    margin-left: -15px;
    margin-right: -15px;
  }
  .smaller .big-radio {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .smaller .big-radio label {
    margin-bottom: 0;
  }
  .std-text label {
    font-size: 16px;
  }
  .across-7 .big-radio {
    width: 25%;
  }
}

.select-zone-picker .modal-main {
  padding: 10px 0;
  position: relative;
}
.modal-main-scroll {
  padding-left: 20px;
  padding-right: 20px;
  height: 280px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.big-radio-grp.mini {
  margin-left: -10px;
  margin-right: -10px;
}
.mini .big-radio label {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
}
.mini .big-radio:last-child label {
  margin-bottom: 0;
}
.mini .big-radio strong {
  display: block;
}

.datepick-holder,
.timepick-holder,
.locpick-holder,
.zonepick-holder {
  position: relative;
}
.ui-selectmenu-button span.ui-icon {
  display: none;
}
.datepick-holder:after,
.timepick-holder:after,
.locpick-holder:after,
.zonepick-holder:after {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  font-size: 15px;
  color: #808080;
  background: transparent;
  pointer-events: none;
}
.zonepick-holder.opened:after {
  content: "\f0d8";
}
input[type="text"].calpick,
input[type="text"].timepick,
input[type="text"].zonepick,
input[type="button"].zonepick {
  border: none;
  border-bottom: 1px solid #ebebeb;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 20px 0 0;
  width: 100%;
  height: 32px;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
}
input[type="text"].calpick:focus,
input[type="text"].timepick:focus,
input[type="text"].zonepick:focus,
input[type="button"].zonepick:focus,
select:focus {
  outline: none;
}
.before-datepick,
.before-timepick {
  padding-top: 6px;
}

input[type="text"].timepick {
  border: none;
  border-bottom: 2px solid #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 30px 0 0;
  height: 38px;
  font-size: 18px;
}
.select-time-picker {
  background: #fff;
  z-index: 1;
}
.updown-holder {
  max-width: 120px;
  margin: 20px auto 15px;
}
.updown,
.updown-sep {
  display: block;
  float: left;
  text-align: center;
}
.updown {
  width: 44%;
}
.updown-sep {
  width: 12%;
  margin-top: 30px;
  font-size: 18px;
  padding-top: 5px;
}
.updown button {
  background: transparent;
  padding: 0;
  margin: 0;
  height: 30px;
}
.updown button:hover i {
  color: #ee3124;
}
.updown-value {
  font-size: 18px;
  background: #f2f2f2;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 576px) {
  .datepick-holder,
  .timepick-holder {
    max-width: 240px;
  }
}

.blocker {
  z-index: 11999;
}
.jquery-modal.blocker {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.modal,
.select-time-picker.modal,
.select-date-picker.modal,
.select-zone-picker.modal {
  width: 26em;
  max-width: 100%;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal.signup {
  padding: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal.rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.modal-head {
  padding: 20px 20px;
  background: #ee3124;
}
.rounded .modal-head {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.modal-head h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.modal-head i {
  color: #fff;
  font-size: 0.9em;
  position: relative;
  top: -0.05em;
  margin-right: 10px;
}
.modal-head .brand {
  width: 150px;
  height: 30px;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.modal-main {
  padding: 0 20px;
}
.main-pad-all {
  padding: 10px 20px;
}
.text-align-start {
  text-align: left;
}
.text-centered {
  text-align: center;
}
.select-date-picker .modal-main {
  padding: 0;
}
.modal-foot {
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.signup .modal-foot {
  background: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
}
.inset-foot .modal-foot {
  padding: 5px;
}
.foot-box {
  background-color: #fafafa;
  padding: 15px;
  border-radius: 8px;
}
button.btn.modal-close {
  width: 100%;
  max-width: 100%;
  height: 2em;
  font-size: 14px;
  line-height: 1em;
  border: 1px solid #999;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}
button.btn.modal-close:hover {
  background: #ee3124;
  border-color: #ee3124;
  color: #fff;
}
.modal.signup a.icon-closeme {
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  background: none;
}
.modal.signup a.icon-closeme:before,
.modal.signup a.icon-closeme:after {
  content: " ";
  display: block;
  position: absolute;
  left: 14px;
  top: 4px;
  width: 2px;
  height: 22px;
  background: #fff;
}
.modal.signup a.icon-closeme:before {
  transform: rotate(45deg);
}
.modal.signup a.icon-closeme:after {
  transform: rotate(-45deg);
}
@media (min-width: 480px) {
  .select-date-picker .modal-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .modal-head h3 {
    font-size: 22px;
  }
  button.btn.modal-close {
    font-size: 16px;
  }
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget th {
  font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
}
.ui-widget:focus {
  outline: none;
}
.booking-section .ui-widget {
  font-size: 16px;
}
.booking-section .ui-state-default,
.booking-section .ui-widget-content .ui-state-default {
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  font-weight: normal;
  color: #555;
}
@media (min-width: 768px) {
  .booking-section .ui-widget {
    font-size: 18px;
  }
}
.ui-datepicker table,
.ui-datepicker th,
.ui-datepicker td,
.ui-widget-header {
  font-size: 14px;
}
.modal .ui-datepicker th {
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .ui-datepicker table,
  .ui-datepicker th,
  .ui-datepicker td,
  .ui-widget-header {
    font-size: 16px;
  }
}

.ui-widget-header {
  border: none;
  background: #fff;
  color: #404040;
  font-weight: normal;
}
.ui-datepicker {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: none;
  margin-top: 10px;
}
.ui-datepicker .ui-datepicker-header {
  padding: 10px 0;
  font-family: "HelveticaNeueW01-65Medi", Arial, sans-serif;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1em;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  margin: 0;
  background: #fff;
  width: 100%;
  border-bottom: none;
}
.ui-datepicker th {
  padding: 6px 0;
  font-weight: normal;
  background: #f2f2f2;
  color: #666;
}
.ui-datepicker td {
  padding: 2px 0;
  width: 14.28571428%;
  text-align: center;
}
.ui-datepicker tr:nth-child(even) {
  background: transparent;
}
.ui-datepicker td.ui-empty-row {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .ui-datepicker th {
    padding: 8px 0;
  }
  .ui-datepicker td {
    padding: 4px 0;
  }
  .ui-datepicker td.ui-empty-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  width: 2em;
  height: 2em;
  line-height: 26px;
  text-align: center;
  color: #252525;
  border: 2px solid #ccc;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ui-datepicker td span,
  .ui-datepicker td a {
    line-height: 30px;
  }
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border-color: transparent;
  background: #fff;
  color: #404040;
}
.ui-datepicker-calendar .ui-state-hover,
.ui-widget-content .ui-datepicker-calendar .ui-state-hover {
  border-color: #ee3124;
  background: #fff;
  color: #ee3124;
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-widget-content .ui-datepicker-calendar .ui-state-highlight {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #404040;
}
.ui-datepicker-calendar .ui-state-highlight.ui-state-hover,
.ui-widget-content .ui-datepicker-calendar .ui-state-highlight.ui-state-hover {
  border-color: #ee3124;
  background: #fff;
  color: #ee3124;
}
.ui-datepicker-calendar .ui-state-active,
.ui-widget-content .ui-datepicker-calendar .ui-state-active {
  background: #ee3124;
  color: #fff;
  font-family: "HelveticaNeueW01-65Medi", Arial, sans-serif;
}
.inline-calendar .ui-icon {
  width: 30px;
  height: 30px;
}
.inline-calendar .ui-icon.ui-icon-circle-triangle-e,
.inline-calendar .ui-icon.ui-icon-circle-triangle-w,
.inline-calendar .ui-state-hover .ui-icon.ui-icon-circle-triangle-e,
.inline-calendar .ui-state-hover .ui-icon.ui-icon-circle-triangle-w {
  margin-left: -15px;
  margin-top: -15px;
  background-color: transparent;
  background-image: url(images/arrows-calendar.png);
  background-repeat: no-repeat;
}
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus {
  border: none;
  background-color: transparent;
  top: 2px;
  cursor: pointer;
}
.ui-widget-header .ui-state-disabled {
  cursor: default;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.inline-calendar .ui-icon.ui-icon-circle-triangle-e {
  background-position: 0 -30px;
}
.inline-calendar .ui-state-hover .ui-icon.ui-icon-circle-triangle-e {
  background-position: -30px -30px;
}
.inline-calendar .ui-state-disabled .ui-icon.ui-icon-circle-triangle-e {
  background-position: 0 -30px;
}
.inline-calendar .ui-icon.ui-icon-circle-triangle-w {
  background-position: 0 0;
}
.inline-calendar .ui-state-hover .ui-icon.ui-icon-circle-triangle-w {
  background-position: -30px 0;
}
.inline-calendar .ui-state-disabled .ui-icon.ui-icon-circle-triangle-w {
  background-position: 0 0;
}
.ui-datepicker-inline {
  margin-left: auto;
  margin-right: auto;
}

.before-choices,
.sml-radio-grp {
  padding-top: 6px;
}
.sml-radio-grp.std-text {
  padding-top: 0;
}
.choice-holder,
.sml-radio-grp,
.service-list li {
  position: relative;
}
.sml-radio-grp label {
  font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
}
.sml-radio {
  float: left;
  width: 50%;
  position: relative;
}
.sml-radio input[type="radio"],
.service-list input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.sml-radio label,
.service-list label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  height: 22px;
  font-size: 18px;
  line-height: 1.25em;
}
.service-list label,
.sml-radio-grp.std-text label {
  font-size: 16px;
}
.sml-radio-grp.em-text label {
  font-size: 1em;
  line-height: 22px;
}
.service-list label {
  padding-left: 0;
  height: auto;
}
.sml-radio .chk,
.service-list .chk {
  display: block;
  position: absolute;
  border: 2px solid #ccc;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  top: 0;
  left: 0;
  background: transparent;
  pointer-events: none;
}
.service-list .chk {
  top: 14px;
  left: 0;
}
.sml-radio:hover .chk {
  border-color: #999;
}
.sml-radio .chk::before,
.service-list .chk::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 3px;
  margin: auto;
}
.sml-radio input[type="radio"]:checked ~ .chk,
.service-list input[type="radio"]:checked ~ .chk {
  border-color: #ee3124;
}
.sml-radio input[type="radio"]:checked ~ .chk::before,
.service-list input[type="radio"]:checked ~ .chk::before {
  background: #ee3124;
}
.sml-radio input[type="radio"]:checked ~ label,
.service-list input[type="radio"]:checked ~ label {
  color: #000;
}
.is_full label {
  cursor: default;
}
.is_full .chk {
  border-color: #eee;
}

#available-services h4,
.available-services h4 {
  margin-top: 20px;
}
#available-services ul,
#available-services li,
.available-services ul,
.available-services li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#available-services li.service-list-header,
.available-services li.service-list-header {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #404040;
  border-bottom: 2px solid #404040;
}
#available-services button.contrast,
.available-services button.contrast {
  border: 1px solid #ee3124;
  height: auto;
}
#available-services button.contrast.disabled,
.available-services button.contrast.disabled {
  border: 1px solid transparent;
}
#available-services label,
.available-services label {
  font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
}
.fullw,
input[type="text"].fullw {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.booking-section-info {
  font-size: 16px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ee3124;
}
.plsdo {
  color: #ccc;
}
.controls {
  margin-left: 0;
  margin-right: 0;
}
.plsdo .controls,
.plsdo .data {
  display: none;
}
#available-services .booking-section-info,
.available-services .booking-section-info {
  display: none;
}
#available-services.plsdo .booking-section-info,
.available-services.plsdo .booking-section-info {
  display: block;
}
.showing .controls {
  display: none;
}
.choices.nom h4 {
  margin-bottom: 0;
}
.nom-t {
  margin-top: 0;
}
.nom-b {
  margin-bottom: 0;
}
.ham-t {
  margin-top: 0.8em;
}
.ham-b {
  margin-bottom: 0.8em;
}
.choices.std-btn-size {
  margin-left: -15px;
  margin-right: -15px;
}
.choices.std-btn-size .choice {
  padding-left: 15px;
  padding-right: 15px;
}
.std-btn-size .tile {
  padding: 10px 15px;
  border-width: 1px;
  color: #404040;
}
.std-btn-size .tile.selected {
  color: #fff;
}
label.before-choices {
  padding-top: 10px;
}
.pad-sml-radio .col-sm-3,
.pad-sml-radio .col-sm-5 {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .std-btn-size .tile {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.choosing-from-list {
  text-align: left;
  font-size: 16px;
  margin-bottom: 30px;
}
.service-list label {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.mini-col {
  position: relative;
  min-height: 1px;
  float: left;
}
.first-mini-col {
  padding-left: 30px;
}
.service-list-header .first-mini-col {
  padding-left: 0px;
}
.mini-col-time {
  width: 30%;
}
.mini-col-time.first-mini-col {
  width: 30%;
}
.mini-col-srv {
  width: 20%;
}
.mini-col-pax {
  width: 20%;
}
.mini-col-avail {
  width: 15%;
}
.times-only .mini-col-time {
  width: 40%;
}
.times-only .mini-col-time.first-mini-col {
  width: 45%;
}
.time-assist-12hr {
  display: none;
}
.no-services {
  border-top: 2px solid #404040;
  border-bottom: 1px solid #ccc;
  padding-top: 14px;
  padding-bottom: 14px;
}
.is_full {
  color: #aaa;
}
@media (min-width: 414px) {
  .times-only .mini-col-time {
    width: 40%;
  }
  .times-only .mini-col-time.first-mini-col {
    width: 47%;
  }
  .mini-col-avail {
    width: 13%;
  }
  .time-assist-12hr {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .mini-col-time {
    width: 30%;
  }
  .times-only .mini-col-time {
    width: 35%;
  }
  .times-only .mini-col-time.first-mini-col {
    width: 45%;
  }
  .mini-col-avail {
    width: 20%;
  }
}
@media (max-width: 375px) {
  .xs-break {
    display: block;
  }
}
.sm-hide {
  display: none;
}
@media (min-width: 420px) {
  .sm-only {
    display: none;
  }
  .sm-hide {
    display: inherit;
  }
}

#travel_return {
  display: none;
}
.isreturn #travel_return {
  display: block;
}
.depart-direction-N,
.return-direction-N,
.depart-direction-S,
.return-direction-S,
.depart-direction-OOL,
.depart-direction-BB,
.return-direction-OOL,
.return-direction-BB {
  display: none;
}
.travel-NS .depart-direction-S,
.travel-SN .return-direction-N,
.travel-BBOOL .depart-direction-OOL,
.travel-OOLBB .return-direction-BB {
  display: inline;
}
.travel-SN .depart-direction-N,
.travel-NS .return-direction-S,
.travel-OOLBB .depart-direction-BB,
.travel-BBOOL .return-direction-OOL {
  display: inline;
}

.select2-results__options strong {
  display: block;
}

.fareqty-table tr:nth-child(even) {
  background: transparent;
}
.fareqty-table tr.even {
  background: #fafafa;
}

input[type="text"].calpick {
  border: none;
  border-bottom: 2px solid #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 20px 0 0;
  width: 100%;
  height: 32px;
  font-size: 18px;
  appearance: none;
  -webkit-appearance: none;
}
input[type="text"].calpick:focus,
select:focus {
  outline: none;
}
.datepick-inline-icon,
.timepick-inline-icon,
.flytype-inline-icon {
  position: absolute;
  left: -40px;
  top: 7px;
  background: transparent;
}
.datepicker-holder .datepick-inline-icon,
.timepicker-holder .timepick-inline-icon {
  left: -20px;
  top: 11px;
}
.flypicker-holder .flytype-inline-icon {
  left: -34px;
  top: 2px;
}
.datepick-inline-icon i,
.timepick-inline-icon i {
  color: #404040;
  font-size: 1.3em;
  background: transparent;
}
.before-datepick,
.before-timepick {
  padding-top: 6px;
}
.before-datepicker,
.before-timepicker {
  padding-top: 10px;
}

.nohead tr:nth-child(even),
.select-qty tr:nth-child(even),
.select-qty tr.odd {
  background: transparent;
}
.nohead tr:nth-child(odd) {
  background: #fafafa;
}
.nohead tfoot tr:nth-child(odd) {
  background: transparent;
}
tfoot tr {
  border-top: 2px solid #404040;
  font-family: "HelveticaNeueW01-65Medi", Arial, sans-serif;
}
.fareqty-qty select {
  min-width: 50px;
}
.select-qty td {
  border-top: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
td.fareqty-faretype {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
}
.select-qty tfoot td.fareqty-total-label,
.select-qty thead th.fareqty-faretype {
  padding-top: 15px;
}
td.fareqty-qty,
td.fareqty-notice,
.select-qty tfoot td.fareqty-subtotal,
.select-qty thead th.fareqty-faretype {
  padding-bottom: 15px;
}
td.fareqty-subtotal {
  display: none;
}
.atleastone td.fareqty-subtotal,
tfoot td.fareqty-subtotal {
  display: block;
}
/*.atleastone td.fareqty-qty {
	padding-bottom: 5px;
}*/
td.fareqty-qty select {
  margin-top: -5px;
  margin-bottom: -5px;
}
.fareqty-qty select.disabled {
  opacity: 0.5;
}
.fareqty-notice {
  color: #999;
}
.fareqty-desc {
  display: block;
  color: #909090;
}
.desc-each {
  display: none;
}
.select-qty td {
  border-top: none;
  padding: 15px 0;
}
.select-qty tfoot td {
  padding-top: 22px;
  padding-bottom: 20px;
}
.select-qty .fareqty-subtotal {
  text-align: right;
}
.unavailable .fareqty-faretype,
.unavailable .fareqty-fare {
  color: #909090;
}
.unavailable .fareqty-desc {
  color: #bbb;
}
@media (max-width: 575px) {
  .select-qty td.fareqty-faretype,
  .select-qty td.fareqty-qty {
    border-top: 1px solid #f0f0f0;
  }
  .select-qty tbody .fareqty-subtotal,
  .select-qty .fareqty-total-spacer {
    display: none;
    width: 0;
    overflow: hidden;
  }
  .select-qty .fareqty-qty {
    width: 132px;
  }
  td.pkg-faretype,
  td.pkg-fare,
  td.pkg-qty,
  td.pkg-subtotal {
    display: block;
    width: 100%;
    padding-top: 0;
  }
  td.pkg-faretype {
    padding-top: 15px;
    border-top: 1px solid #eee;
  }
  td.pkg-fare {
    float: left;
    width: 60%;
  }
  td.pkg-qty {
    float: right;
    width: 40%;
    text-align: right;
  }
  .pkg-qty select {
    margin-top: -4px;
  }
  td.pkg-subtotal {
    display: none;
  }
  .pkg-fare-totals span {
    display: block;
    padding-top: 5px;
  }
}
@media (min-width: 576px) {
  .select-qty td {
    display: table-cell;
    border-top: 1px solid #f0f0f0;
  }
  .atleastone td.fareqty-subtotal,
  tfoot td.fareqty-subtotal {
    display: table-cell;
  }
  .select-qty td,
  .atleastone td.fareqty-qty {
    padding: 15px 10px;
  }
  .row-fareqty-children td,
  .select-qty .row-fareqty-children td,
  td.fareqty-children {
    border-top: none !important;
    padding-top: 0;
  }
  .select-qty tfoot td,
  .select-qty tfoot td.fareqty-total-label,
  .select-qty tfoot td.fareqty-subtotal,
  .select-qty thead th.fareqty-faretype,
  .select-qty thead th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  td.fareqty-faretype {
    width: 40%;
  }
  td.fareqty-fare,
  td.fareqty-qty,
  td.fareqty-subtotal {
    width: 20%;
  }
  td.fareqty-qty,
  td.fareqty-total-spacer {
    width: 180px;
  }
  td.fareqty-subtotal {
    width: 140px;
  }
  .line-total {
    height: 44px;
    padding: 13px 10px 0 10px;
    background: #f2f2f2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .unavailable .line-total {
    opacity: 0.4;
  }
}
@media (min-width: 768px) {
  .fareqty-about {
    display: flex;
    align-items: center;
  }
  .fareqty-namedesc {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .fareqty-fare {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .desc-each {
    display: inline;
  }
}
@media (min-width: 992px) {
  td.fareqty-qty,
  td.fareqty-total-spacer {
    width: 20%;
  }
  td.fareqty-subtotal {
    width: 15%;
  }
}

.select-qty strike {
  color: #808080;
  display: block;
}
@media (min-width: 992px) {
  .select-qty strike {
    display: inline-block;
    width: 70px;
  }
}

/* qty selector */
.qty-selector button,
.qty-selector input {
  display: block;
  float: left;
}
.qty-selector input.qty {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 6px;
  text-align: center;
}
.qty-selector input.qty.active {
  border-color: #ee3124;
  background-color: #ee3124;
  color: #fff;
}
.qty-selector button {
  padding: 0;
  border: none;
  background: #f0f0f0;
  color: #c7c7c7;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.icon {
  display: block;
  position: relative;
}
.icon-minus:after,
.icon-plus:before,
.icon-plus:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 21px;
  height: 2px;
  background: #c7c7c7;
}
.icon-plus:before {
  transform: rotate(-90deg);
}
.qty-selector button.disabled,
.qty-selector button:disabled {
  cursor: default;
}
.qty-selector button.disabled,
.qty-selector button:disabled,
.qty-selector input.disabled,
.qty-selector input:disabled {
  opacity: 0.4;
}
@media (min-width: 576px) {
  .qty-selector input.qty {
    width: 44px;
    height: 44px;
  }
  .qty-selector button {
    width: 44px;
    height: 44px;
  }
  .icon-minus:after,
  .icon-plus:before,
  .icon-plus:after {
    left: 12px;
    width: 20px;
  }
}

.choices:not(.narrow) {
  margin-left: -15px;
  margin-right: -15px;
}
.choices:not(.narrow) .choice {
  padding-left: 15px;
  padding-right: 15px;
}
.choice .desc {
  display: block;
  color: #909090;
}
@media (min-width: 768px) {
  .choose-across-4 .choice {
    width: 25%;
  }
  .choose-across-3 .choice {
    width: 33.33333333%;
  }
  .choose-across-2 .choice,
  .choose-across-1 .choice {
    width: 50%;
  }
}

.datepicker-holder,
.timepicker-holder {
  position: relative;
}
.datepicker-holder input,
.datepicker-holder input[type="text"],
.timepicker-holder input,
.timepicker-holder input[type="text"] {
  width: 100%;
  padding: 10px 15px 10px 35px;
  border-color: #ccc;
  font-size: 16px;
}
.datepicker-holder:after,
.timepicker-holder:after {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 13px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ccc;
}
.datepicker-holder:after {
  content: "\f073";
}
.timepicker-holder:after {
  left: 11px;
  content: "\f017";
}
.pickit .mbsc-fr-w {
  font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
}
.mbsc-mobiscroll.pickit .mbsc-fr-hdr {
  background-color: #ee3124;
  color: #fff;
  padding: 0.4em;
  font-size: 1.125em;
  text-transform: none;
}
.mbsc-mobiscroll.pickit .mbsc-cal-btn-w {
  font-size: 1em;
}
.mbsc-fr-hdr small {
  display: block;
  line-height: 1em;
  padding-bottom: 0.3em;
}
.mbsc-mobiscroll.pickit .mbsc-fr-btn-cont,
.mbsc-mobiscroll.pickit .mbsc-ltr .mbsc-fr-btn-cont {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 20px;
}
.mbsc-mobiscroll.pickit .mbsc-fr-btn-cont .mbsc-fr-btn,
.mbsc-mobiscroll.mbsc-no-touch.pickit
  .mbsc-fr-btn-cont
  .mbsc-fr-btn-e:not(.mbsc-disabled) {
  border: 1px solid #ccc;
  background: #ccc;
  color: #252525;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: none;
  padding: 0 10px;
  font-size: 15px;

  height: 2.4em;
  line-height: 2.25em;
}
.mbsc-mobiscroll.pickit .mbsc-fr-btn-cont .mbsc-fr-btn1,
.mbsc-mobiscroll.mbsc-no-touch.pickit
  .mbsc-fr-btn-cont
  .mbsc-fr-btn1.mbsc-fr-btn-e:not(.mbsc-disabled) {
  background: #ee3124;
  border-color: #ee3124;
  color: #fff;
}
.mbsc-mobiscroll.pickit .mbsc-fr-btn.mbsc-active:hover,
.mbsc-mobiscroll.mbsc-no-touch.pickit .mbsc-fr-btn-e:not(.mbsc-disabled):hover {
  background: #ee3124;
  border-color: #ee3124;
  color: #fff;
}
@media all and (min-width: 768px) {
  .mbsc-mobiscroll.pickit .mbsc-fr-hdr {
    font-size: 1.25em;
  }
}

.ticketing-msg {
  padding: 1px 20px;
  background: #7ebd28;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ticketing-msg .btn,
.ticketing-msg .btn:visited {
  border: 1px solid #fff;
  color: #fff;
}
.ticketing-msg .btn:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #7ebd28;
}

/* confirmation and paypal payments */
.selected-fares th,
.selected-fares td {
  padding-top: 1em;
  padding-bottom: 1em;
}
.ticket-service,
.ticket-loc {
  color: #707070;
}
.selected-fares .fare-faretype {
  width: 60%;
}
.selected-fares .fare-fareqty {
  width: 20%;
  text-align: right;
}
.selected-fares .fare-price {
  width: 20%;
  text-align: right;
}
.cart-conditions,
.cart-payment,
.cart-payment-todo {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cart-payment button {
  font-size: 14px;
  height: 36px;
  margin-bottom: 10px;
}
.todo-button {
  font-size: 14px;
  height: 36px;
  padding-top: 7px;
  background: #f0f0f0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #bbb;
  text-align: center;
}
.processing-msg,
.setup-error,
.payment-error {
  padding: 15px 20px;
  border: 1px solid #bbb;
  color: #252525;
  text-align: center;
}
.setup-error,
.payment-error {
  color: #ee3124;
}
.cart-msg {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.is-processing {
  color: #404040;
}
.is-cancelled {
  color: #ff9200;
}
.is-error {
  color: #ee3124;
}
.cart-msg .waiting,
.cart-msg .cancelled,
.cart-msg .unsuccessful {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -12px 8px -8px 0;
}
.cart-msg .waiting {
  /*border: 3px solid rgba(25, 157, 219, .3);*/
  border: 3px solid rgba(0, 0, 0, 0.1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: #ee3124;
  animation: spin 1.2s ease-in-out infinite;
  -webkit-animation: spin 1.2s ease-in-out infinite;
}
.register-note {
  padding: 15px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.cart-msg .cancelled {
  border: 3px solid #ff9200;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cart-msg .unsuccessful {
  border: 3px solid #ee3124;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cart-msg .cancelled:after {
  content: "i";
  font-size: 16px;
  line-height: 22px;
  font-family: "HelveticaNeueW02-75Bold";
}
.cart-msg .unsuccessful:after {
  content: "!";
  font-size: 16px;
  line-height: 22px;
  font-family: "HelveticaNeueW02-75Bold";
}
@media (min-width: 768px) {
  .cart-payment button,
  .todo-button {
    height: 45px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .todo-button {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .cart-payment button,
  .todo-button {
    height: 55px;
    font-size: 18px;
  }
  .todo-button {
    padding-top: 14px;
  }
}

.ticket-pkg-list {
  margin-top: 20px;
}
.ticket-pkg {
  text-align: center;
}
.ticket-pkg img {
  display: block;
}
.ticket-pkg-txt {
  padding: 20px;
  background: #fafafa;
}
.ticket-pkg h4 {
  margin-bottom: 0.3em;
}
.ticket-pkg h6 {
  color: #252525;
  margin-top: 0;
  margin-bottom: 0.4em;
}
.ticket-pkg .row {
  padding-top: 0;
  padding-bottom: 0;
}
.ticket-pkg .btn {
  background: #fff;
  border-color: #ccc;
  margin-top: 1em;
}
.ticket-pkg .btn:hover {
  border-color: #252525;
}
.ticket-pkg-txt p:last-child {
  margin-bottom: 0;
}
#header-holder.goback {
  z-index: 1;
}
.modal.pkg-modal {
  max-width: 1000px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  z-index: 9001;
  font-size: 13px;
}
.pkg-modal,
.pkg-modal-outer,
.pkg-modal-inner {
  max-height: 80vh;
  overflow: hidden;
}
.pkg-modal-outer {
  position: relative;
}
.pkg-modal-inner {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.pkg-modal-main {
  padding: 100px 20px 145px 20px;
}
.pkg-modal-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 90px;
  background: #ee3124;
  padding: 15px 20px;
  z-index: 12599;
}
.pkg-modal-header,
.pkg-modal-header h3,
.pkg-modal-header h4,
.pkg-modal-header h5 {
  color: #fff;
  margin-top: 0;
}
.pkg-modal-footer {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 130px;
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 15px 20px;
  z-index: 12899;
}
.pkg-agree-terms {
  margin-bottom: 10px;
}
.pkg-agree-terms input {
  margin-right: 10px;
}
.modal.pkg-modal a.close-modal {
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: none;
  position: absolute;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 12999;
}
.modal.pkg-modal a.close-modal:before,
.modal.pkg-modal a.close-modal:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  left: 13px;
  top: 6px;
  background: #fff;
}
.modal.pkg-modal a.close-modal:before {
  transform: rotate(45deg);
}
.modal.pkg-modal a.close-modal:after {
  transform: rotate(-45deg);
}
.pkg-modal .inline-terms {
  background: #f0f0f0;
  font-size: 90%;
  padding: 20px;
}
.pkg-modal .inline-terms h5 {
  margin-top: 0;
}
.pkg-fare {
  width: 80px;
}
.pkg-qty {
  width: 80px;
}
.pkg-subtotal {
  width: 120px;
  font-family: "HelveticaNeueW01-65Medi";
}
.pkg-modal .btn {
  font-size: 14px;
  height: 32px;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .modal.pkg-modal {
    font-size: 14px;
  }
  .ticket-pkg {
    width: 33.333333%;
  }
  .pkg-modal-header {
    height: 105px;
    padding-top: 28px;
  }
  .pkg-modal-main {
    padding-top: 115px;
  }
  .modal.pkg-modal a.close-modal {
    top: 25px;
    right: 20px;
  }
  .pkg-agree-terms {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .pkg-modal .btn {
    font-size: 14px;
    height: 36px;
    padding-top: 8px;
  }
}

.flexbox,
.flexrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.flexrow {
  margin-top: 10px;
  margin-bottom: 10px;
}
.flexrow.nom-t {
  margin-top: 0;
}
.flexrow.nom-b {
  margin-bottom: 0;
}
.flexcenter,
.flexrow {
  align-items: center;
}
.flexcol {
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.flexcol-btn,
.flexcol-label,
.flexcol-full {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.flexcol + .flexcol-btn {
  padding-bottom: 10px;
}
label.flexcol-label {
  padding-bottom: 0;
}
.flexcol-label {
  margin-bottom: 5px;
}
.after-input {
  margin-top: 0.5em;
}
.register-error {
  background: #ee3124;
}
.register-error,
.register-error a {
  color: #fff;
}
@media (min-width: 576px) {
  .flexcol-btn {
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
  }
  .flexcol + .flexcol-btn {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .flexrow {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .flexcol-btn {
    -ms-flex: 0 0 188px;
    flex: 0 0 188px;
    max-width: 188px;
  }
  .flexcol-label {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    margin-bottom: 0;
  }
  .flexcol-note {
    margin-left: 180px;
    margin-top: 0.5em;
  }
  .pullout .flexcol-label {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
  }
  .pullout .flexcol-note {
    margin-left: 160px;
  }
}
@media (min-width: 992px) {
  .flexset {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .flexrow {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.form-panel.modal {
  padding-top: 20px;
}
.form-panel.modal h2 {
  margin-top: 0;
}

.opt-group .opt {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.opt-group input {
  margin-right: 3px;
}
.opt-group label {
  display: inline;
  padding-bottom: 0;
}

.toggle-pwd-holder {
  position: relative;
  padding-right: 30px;
}
.toggle-pwd-holder input,
.toggle-pwd {
  height: 30px;
}
.toggle-pwd-holder input[type="text"],
.toggle-pwd-holder input[type="password"] {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.toggle-pwd {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  border: 1px solid #bbb;
  border-left: none;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.is-masked,
.is-unmasked {
  display: block;
  line-height: 26px;
}
.toggle-pwd .is-unmasked {
  display: none;
}
.pwd-showing .toggle-pwd .is-unmasked {
  display: block;
}
.pwd-showing .toggle-pwd .is-masked {
  display: none;
}
.note.for-label {
  font-size: 0.875em;
}

.row-spaced .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-tdbl {
  margin-top: 20px;
}
.margin-bdbl {
  margin-bottom: 20px;
}
.fare-box {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 8px;
}
.fare-item {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.fare-flex {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.fare-flex > * {
  flex: 0 0 auto;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.fare-flex.narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.fare-flex.narrow > * {
  padding-left: 5px;
  padding-right: 5px;
}
.fare-item {
  padding: 20px 0px;
}
.fare-item-total {
  padding: 15px 0px 0px 0px;
}
.fare-item-total.lg-total {
  padding-top: 20px;
}
.fare-faretype,
.fare-summary-label {
  flex: 0 0 60%;
  width: 60%;
}
.fare-fareqty {
  flex: 0 0 15%;
  width: 15%;
}
.fare-amount {
  flex: 0 0 25%;
  width: 25%;
}
.fare-summary-amount {
  flex: 0 0 40%;
  width: 40%;
}
.fare-total-label {
  flex: 0 0 50%;
  width: 50%;
}
.fare-total-amount {
  flex: 0 0 50%;
  width: 40%;
}
.fare-col-btn {
  flex: 0 0 90px;
  width: 90px;
}
.fare-col-fill {
  flex: 1;
}
.fare-amount,
.fare-total-amount,
.fare-summary-amount {
  text-align: right;
}
.fare-farename,
.fare-item-total,
.fare-total-box {
  font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
}
.font-light {
  font-family: "HelveticaNeueW02-45Ligh", Arial, Helvetica, sans-serif;
}
.fare-total-box {
  padding: 20px 10px;
}
.border-y {
  border-top: 2px solid #404040;
  border-bottom: 2px solid #404040;
}

#verify-form {
  text-align: center;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.row-mt {
  margin-top: 20px;
}
.row-mb {
  margin-bottom: 20px;
}
.row-mtb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.row-mt-3 {
  margin-top: 30px;
}
.row-mb-3 {
  margin-bottom: 30px;
}
.row-mtb-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.row-mt-4 {
  margin-top: 40px;
}
.row-mb-4 {
  margin-bottom: 40px;
}
.row-mtb-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.row-mt-5 {
  margin-top: 50px;
}
.row-mb-5 {
  margin-bottom: 50px;
}
.row-mtb-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.row-align-center .row {
  align-items: center;
}
.nou {
  text-decoration: none;
}
.code-single,
.code-multi {
  height: 38px;
  text-align: center;
}
.code-single {
  width: 36px;
  margin: 0 2px;
}
.code-single,
input.code-single {
  padding: 0;
}
.code-multi {
  width: 100%;
  font-size: 18px;
  letter-spacing: 10px;
}
input.code-multi,
input.code-multi[type="text"],
input.code-multi[type="number"] {
  padding-left: 10px;
  padding-right: 0;
}
.col-xs-2 .code-single {
  margin-left: 0;
  margin-right: 0;
}
.code-single.invalid,
.code-multi.invalid {
  border-color: #ee3124 !important;
}
.control-with-prefix {
  display: flex;
  flex-wrap: wrap;
}
.control-prefix {
  flex: 0 0 120px;
  width: 120px;
}
.control-input {
  flex: 1;
}
select.control-select {
  -webkit-appearance: button;
  appearance: button;
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
  padding: 6px 20px 6px 5px;
  background-color: #fff;
  background-image: url(images/dropdown-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #bbb;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.msg-box {
  padding: 12px 20px;
  min-height: 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #606060;
  background: #fafafa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.msg-box-error {
  background: rgba(238, 49, 36, 0.1);
  color: #ee3124;
}
.msg-box-success {
  background: rgba(66, 164, 200, 0.1);
  color: #337c96;
}
.msg-box-mt {
  margin-top: 15px;
}
.msg-box-mb {
  margin-bottom: 15px;
}
.lg-total {
  font-size: 16px;
}
.line-t {
  border-top: 2px solid #404040;
}
.line-b {
  border-bottom: 2px solid #404040;
}
.line-ltgrey {
  border-width: 1px;
  border-color: #f0f0f0;
}
.line-t-ltgrey {
  border-top-width: 1px;
  border-top-color: #f0f0f0;
}
.line-b-ltgrey {
  border-bottom-width: 1px;
  border-bottom-color: #f0f0f0;
}
.fare-item-summary,
.total-pad-b {
  padding-bottom: 20px;
}
.cart-promo {
  padding-top: 18px;
}
.vis-toggle-show,
.toggle-show .vis-toggle-hide {
  display: none;
}
.toggle-show .vis-toggle-show {
  display: inherit;
}
.fare-box-msg,
.fare-box-err {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  margin-top: 20px;
}
.fare-box-err {
  color: #ee3124;
}
.promo-thecode {
  font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
}
.list-box {
  padding: 15px;
  border-radius: 4px;
  border: solid 1px #f0f0f0;
  margin-bottom: 30px;
}
.list-box .list-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.list-box .list-item:first-child {
  padding-top: 0px;
}
.list-box .list-item:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.icon-md-warning {
  display: block;
  width: 100%;
  height: 96px;
  background-image: url("/ticketing-assets/images/skybus-alert-icon@4x.png");
  background-repeat: no-repeat;
  background-size: 96px 96px;
  background-position: center center;
}
@media (min-width: 375px) {
  .code-single,
  .code-multi {
    height: 42px;
  }
  .code-single {
    width: 40px;
  }
  .code-multi {
    max-width: 320px;
  }
  #verify-form {
    max-width: 380px;
  }
}
@media (min-width: 414px) {
  .code-single,
  .code-multi {
    height: 44px;
  }
  .code-single {
    width: 42px;
  }
  #verify-form {
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  .code-multi {
    font-size: 20px;
  }
  .lg-total {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .lg-total {
    font-size: 20px;
  }
}

.big-radio-grp:before,
.big-radio-grp:after,
.sml-radio-grp:before,
.sml-radio-grp:after,
.select-time-grp:before,
.select-time-grp:after,
.mini-cols:before,
.mini-cols:after {
  content: "";
  display: table;
}
.big-radio-grp:after,
.sml-radio-grp:after,
.select-time-grp:after,
.mini-cols:after {
  clear: both;
}
.big-radio-grp,
.sml-radio-grp,
.select-time-grp,
.mini-cols {
  *zoom: 1;
}
