/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.booking-actions:after, .control-group .mimic-input-label:after, .nav:after, .attendee__eventlet:after, .attendee__header:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.calendricalDatePopup {
  box-sizing: border-box;
  background: white;
  border: solid 1px #ccc;
  border-radius: 3px;
  text-align: center;
  width: 300px;
  z-index: 1000;
  padding: 0 5px 5px;
}
.calendricalDatePopup table {
  border-collapse: separate;
  width: 288px;
}
.calendricalDatePopup table .monthCell {
  padding: 8px 0;
  background-color: #fff;
  font-size: 16px;
}
.calendricalDatePopup table .monthCell a {
  display: block;
  float: left;
  border-bottom: none;
}
.calendricalDatePopup table .monthCell .prevMonth,
.calendricalDatePopup table .monthCell .nextMonth {
  display: inline-block;
  height: 1em;
  width: 1em;
  line-height: 0.8em;
  margin: 0 10px;
  background: #999;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 1.2em;
}
.calendricalDatePopup table .monthCell .prevMonth:hover,
.calendricalDatePopup table .monthCell .nextMonth:hover {
  background-color: #cb1766 !important;
  color: #fff;
}
.calendricalDatePopup table .monthCell .nextMonth {
  float: right;
}
.calendricalDatePopup table .monthCell .monthName {
  width: 200px;
  text-align: center;
  font-weight: normal;
  color: #666;
  cursor: default;
}
.calendricalDatePopup table a {
  text-decoration: none;
}
.calendricalDatePopup table td.dayName, .calendricalDatePopup table td.day {
  text-align: center;
  padding: 0;
  line-height: 30px;
  width: 40px;
  height: 30px;
}
.calendricalDatePopup table td.dayName {
  font-size: 14px;
  font-weight: bold;
}
.calendricalDatePopup table td.day {
  font-size: 14px;
  padding: 1px;
}
.calendricalDatePopup table td a {
  display: block;
  color: black;
  background-color: #eee;
  border-radius: 5px;
  color: #666;
}
.calendricalDatePopup table td a:hover, .calendricalDatePopup table td.selected a {
  background-color: #cb1766 !important;
  color: #fff;
  font-weight: bold;
  opacity: 1;
}
.calendricalDatePopup table td.nonMonth a {
  display: none;
}
.calendricalDatePopup table tbody tr:first-child,
.calendricalDatePopup table tbody tr:last-child {
  display: none;
}

.calendricalTimePopup {
  background: white;
  border: solid 1px #ccc;
  border-radius: 3px;
  width: 110px;
  height: 200px;
  overflow: auto;
  z-index: 1000;
}
.calendricalTimePopup ul {
  margin: 0;
  padding: 0;
}
.calendricalTimePopup ul li {
  list-style: none;
  margin: 0 0 5px 0;
}
.calendricalTimePopup ul li a,
.calendricalTimePopup ul li a:visited {
  text-indent: 10px;
  padding: 4px 0px;
  display: block;
  color: black;
  text-decoration: none;
  border-bottom: none;
}
.calendricalTimePopup ul li a:hover, .calendricalTimePopup ul li.selected a {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  background-image: linear-gradient(to bottom, #dfdfdf, #c5c5c5);
  background-color: #c5c5c5;
}

.calendricalEndTimePopup {
  width: 160px;
}

/*
 * Placeholder Classes
 */
.nav--header {
  border-radius: 10px;
}

textarea, select, input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
.file-field-fancy {
  border-radius: 5px;
}

.btn-mini, .file-btn, .btn, .nav--header a, h1, .h1, h2, .h2, h3, .h3, .nav--steps li, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}

.control-group .pls {
  padding-left: 10px;
}

.control-group .prs {
  padding-right: 10px;
}

/*
 * Mixins
 */
/* Generated with Bounce.js. Edit at http://goo.gl/tAKr59 */
@keyframes anim-jelly {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.666667% {
    transform: matrix3d(0.66484, 0, 0, 0, 0, 0.32967, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    transform: matrix3d(0.74881, 0, 0, 0, 0, 0.49763, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5% {
    transform: matrix3d(0.83921, 0, 0, 0, 0, 0.67843, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    transform: matrix3d(0.92553, 0, 0, 0, 0, 0.85105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    transform: matrix3d(1.05781, 0, 0, 0, 0, 1.11561, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.666667% {
    transform: matrix3d(1.09687, 0, 0, 0, 0, 1.19375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    transform: matrix3d(1.11747, 0, 0, 0, 0, 1.23494, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15% {
    transform: matrix3d(1.12167, 0, 0, 0, 0, 1.24333, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    transform: matrix3d(1.11271, 0, 0, 0, 0, 1.22542, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.333333% {
    transform: matrix3d(1.09444, 0, 0, 0, 0, 1.18888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    transform: matrix3d(1.07078, 0, 0, 0, 0, 1.14155, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.666667% {
    transform: matrix3d(1.0453, 0, 0, 0, 0, 1.09061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    transform: matrix3d(1.02098, 0, 0, 0, 0, 1.04197, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    transform: matrix3d(0.98371, 0, 0, 0, 0, 0.96742, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.333333% {
    transform: matrix3d(0.9727, 0, 0, 0, 0, 0.94541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    transform: matrix3d(0.9669, 0, 0, 0, 0, 0.9338, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.666667% {
    transform: matrix3d(0.96572, 0, 0, 0, 0, 0.93144, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    transform: matrix3d(0.96824, 0, 0, 0, 0, 0.93648, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35% {
    transform: matrix3d(0.97339, 0, 0, 0, 0, 0.94678, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    transform: matrix3d(0.98006, 0, 0, 0, 0, 0.96011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.333333% {
    transform: matrix3d(0.98723, 0, 0, 0, 0, 0.97447, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    transform: matrix3d(0.99409, 0, 0, 0, 0, 0.98817, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    transform: matrix3d(1.00459, 0, 0, 0, 0, 1.00918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45% {
    transform: matrix3d(1.00769, 0, 0, 0, 0, 1.01538, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    transform: matrix3d(1.00933, 0, 0, 0, 0, 1.01865, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  48.333333% {
    transform: matrix3d(1.00966, 0, 0, 0, 0, 1.01932, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1.00895, 0, 0, 0, 0, 1.0179, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.666667% {
    transform: matrix3d(1.0075, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    transform: matrix3d(1.00562, 0, 0, 0, 0, 1.01124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  55% {
    transform: matrix3d(1.0036, 0, 0, 0, 0, 1.00719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    transform: matrix3d(1.00167, 0, 0, 0, 0, 1.00333, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    transform: matrix3d(0.99871, 0, 0, 0, 0, 0.99741, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.666667% {
    transform: matrix3d(0.99783, 0, 0, 0, 0, 0.99567, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    transform: matrix3d(0.99737, 0, 0, 0, 0, 0.99474, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65% {
    transform: matrix3d(0.99728, 0, 0, 0, 0, 0.99456, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    transform: matrix3d(0.99748, 0, 0, 0, 0, 0.99496, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.333333% {
    transform: matrix3d(0.99789, 0, 0, 0, 0, 0.99577, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    transform: matrix3d(0.99842, 0, 0, 0, 0, 0.99683, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  71.666667% {
    transform: matrix3d(0.99899, 0, 0, 0, 0, 0.99797, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    transform: matrix3d(0.99953, 0, 0, 0, 0, 0.99906, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    transform: matrix3d(1.00036, 0, 0, 0, 0, 1.00073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  78.333333% {
    transform: matrix3d(1.00061, 0, 0, 0, 0, 1.00122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    transform: matrix3d(1.00074, 0, 0, 0, 0, 1.00148, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.666667% {
    transform: matrix3d(1.00077, 0, 0, 0, 0, 1.00153, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    transform: matrix3d(1.00071, 0, 0, 0, 0, 1.00142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85% {
    transform: matrix3d(1.0006, 0, 0, 0, 0, 1.00119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    transform: matrix3d(1.00045, 0, 0, 0, 0, 1.00089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.333333% {
    transform: matrix3d(1.00029, 0, 0, 0, 0, 1.00057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    transform: matrix3d(1.00013, 0, 0, 0, 0, 1.00026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    transform: matrix3d(0.9999, 0, 0, 0, 0, 0.99979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95% {
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    transform: matrix3d(0.99979, 0, 0, 0, 0, 0.99958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  98.333333% {
    transform: matrix3d(0.99978, 0, 0, 0, 0, 0.99957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
}

.line, .lastUnit {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1;
}

.unit {
  float: left;
}

.unitRight {
  float: right;
}

.size1of1 {
  float: none;
}

.size1of2 {
  width: 50%;
}

.size1of3 {
  width: 33.33333%;
}

.size2of3 {
  width: 66.66666%;
}

.size1of4 {
  width: 25%;
}

.size3of4 {
  width: 75%;
}

.size1of5 {
  width: 20%;
}

.size2of5 {
  width: 40%;
}

.size3of5 {
  width: 60%;
}

.size4of5 {
  width: 80%;
}

.lastUnit {
  float: none;
  width: auto;
  _position: relative;
  _left: -3px;
  _margin-right: -3px;
}

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

body {
  background: #EEEEEE;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
}

.booking {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.booking-form {
  background: #fff;
  margin-bottom: 40px;
  border: 1px solid rgba(130, 130, 130, 0.15);
}

.border-top,
.border-all {
  border-top: 1px solid rgba(130, 130, 130, 0.15);
}

.border-bottom,
.padded,
.border-all {
  border-bottom: 1px solid rgba(130, 130, 130, 0.15);
}

.border-left,
.border-all {
  border-bottom: 1px solid rgba(130, 130, 130, 0.15);
}

.border-right,
.border-all {
  border-bottom: 1px solid rgba(130, 130, 130, 0.15);
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.terms,
.payment-total {
  padding: 0 15px 22.5px;
}
@media only screen and (min-width: 515px) {
  .terms,
  .payment-total {
    padding: 0 45px 45px;
  }
}

.padded {
  padding: 22.5px 15px;
}
@media only screen and (min-width: 515px) {
  .padded {
    padding: 22.5px 45px 45px;
  }
}

.booking-pad-in {
  padding: 10px 15px;
}
@media only screen and (min-width: 515px) {
  .booking-pad-in {
    padding: 20px 30px;
  }
}
.padded + .booking-pad-in {
  padding: 10px 15px !important;
}
@media only screen and (min-width: 515px) {
  .padded + .booking-pad-in {
    padding: 20px 30px !important;
  }
}

.attendee-added-notice {
  background: #DBF2F9;
  padding: 15px;
}

.attendees {
  overflow: hidden;
}

.attendee {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-top: 45px;
  position: relative;
}
@media only screen and (max-width: 515px) {
  .attendee {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.attendee:after {
  content: "";
  position: absolute;
  left: -200px;
  width: 2000px;
  top: 0;
  border-bottom: 1px solid rgba(130, 130, 130, 0.15);
}
.attendee:first-child {
  padding-top: 0;
  margin-top: 0;
}
.attendee:first-child:after {
  display: none;
}

.attendee__header {
  margin-bottom: 15px;
}

.attendee__buttons {
  float: right;
  padding-left: 15px;
}
.attendee__buttons .label {
  display: none;
}
@media only screen and (min-width: 515px) {
  .attendee__buttons .label {
    display: inline-block;
  }
}
@media only screen and (min-width: 515px) {
  .attendee__buttons {
    position: relative;
    top: 4px;
  }
}

.attendee__button {
  display: inline-block;
  padding: 5px 10px;
  color: #0C698A;
  font-size: 13px;
}
.attendee__button:visited {
  color: #0C698A;
}
.attendee__button:hover, .attendee__button:active, .attendee__button:focus {
  text-decoration: none;
  color: #0C698A;
}
@media only screen and (min-width: 515px) {
  .attendee__button {
    background: #e8e8e8;
    margin-left: 3.75px;
  }
  .attendee__button:hover, .attendee__button:active, .attendee__button:focus {
    background: #eee;
  }
}

.attendee__name {
  margin-bottom: 0;
}

.attendee__type {
  font-style: italic;
}

.attendee__eventlet {
  border-top: 1px solid rgba(130, 130, 130, 0.09);
  padding: 7.5px 0 15px;
}

@media only screen and (min-width: 515px) {
  .attendee__eventlet-price {
    float: right;
  }
}

@media only screen and (min-width: 515px) {
  .attendee__eventlet-details {
    max-width: 450px;
    width: 80%;
    float: left;
  }
}

.attendee__eventlet-name {
  margin-bottom: 5px;
}

.attendee__eventlet-subtotal {
  padding: 7.5px;
  background: #eee;
  text-align: center;
}
@media only screen and (min-width: 515px) {
  .attendee__eventlet-subtotal {
    text-align: right;
    border-top: 1px solid rgba(130, 130, 130, 0.09);
    background: none;
    padding: 7.5px 0 0;
  }
}
.attendee__eventlet-subtotal:last-child {
  margin-bottom: 0;
}

.ticket {
  display: flex;
  margin: 0 0 1em 0;
  padding: 0.5em 1em;
  background-color: #eaeaea;
  min-height: 60px;
}
.ticket > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ticket .ticket__label {
  width: 65%;
  text-align: left;
}
.ticket .ticket__sold_out {
  width: 35%;
  font-weight: 600;
  text-align: right;
}
.ticket .ticket__price {
  width: 13%;
  font-weight: 600;
  text-align: right;
}
.ticket .ticket__times {
  width: 5%;
  font-weight: 600;
  text-align: center;
}
.ticket .ticket__quantity {
  width: 17%;
  font-weight: 600;
  text-align: right;
}
.ticket .ticket__quantity button {
  line-height: inherit;
}
.ticket .ticket__quantity .input-prepend, .ticket .ticket__quantity .input-append {
  margin-bottom: 0;
}
.ticket .ticket__quantity-input {
  width: 50px;
  border: 1px solid #ccc;
  text-align: center;
}

.tickets-review {
  width: 100%;
  border-collapse: collapse;
}
.tickets-review td, .tickets-review th {
  text-align: left;
  border-bottom: 1px solid #DDD;
  padding: 10px 0;
}
.tickets-review td.amount, .tickets-review th.amount {
  text-align: right;
}
.tickets-review .dates {
  padding-left: 30px;
  color: #666;
  font-size: 14px;
}

.payment-options .payment-options__text {
  font-size: 16px;
}
.payment-options .payment-options__subtext {
  font-size: 13px;
  display: block;
}
.payment-options .controls--checkbox {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(130, 130, 130, 0.09);
}
.payment-options .controls--checkbox:first-of-type {
  border-top: 1px solid rgba(130, 130, 130, 0.09);
}

.social-links {
  background: #eee;
  font-size: 20px;
}

.booking-form-header {
  background: #444;
  color: #fff;
}

.booking-form-header__title {
  padding: 0 30px;
  margin: 0;
  line-height: 60px;
}
@media only screen and (min-width: 515px) {
  .booking-form-header__title {
    line-height: 50px;
    padding: 0 22.5px;
  }
}

.booking-form-header__attendees {
  margin: 0 !important;
  color: #fff;
  text-align: center;
  padding: 7.5px 15px;
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1em !important;
  opacity: 0.5;
}
@media only screen and (min-width: 515px) {
  .booking-form-header__attendees {
    line-height: 50px !important;
    padding: 0 15px;
  }
}

a.booking-form-header__attendees {
  display: block;
  opacity: 1;
}
a.booking-form-header__attendees:visited {
  color: #fff;
}
a.booking-form-header__attendees:hover, a.booking-form-header__attendees:focus, a.booking-form-header__attendees:active {
  text-decoration: none;
  opacity: 0.85;
}

.booking-form-header__attendees-num {
  font-size: 25px;
}
@media only screen and (min-width: 515px) {
  .booking-form-header__attendees-num {
    font-size: inherit;
  }
}

.booking-form-header__attendees-text {
  display: block;
  font-size: 11px;
}
@media only screen and (min-width: 515px) {
  .booking-form-header__attendees-text {
    display: inline-block;
    font-size: inherit;
  }
}

.donation {
  display: flex;
  margin: 0 0 1em 0;
}
.donation > div {
  display: flex;
  justify-content: top;
  flex-direction: column;
}
.donation__message {
  width: 70%;
  text-align: left;
}
.donation__amount {
  width: 30%;
  text-align: right;
}
.donation__amount .input-prepend .add-on {
  line-height: 28px;
}
.donation__amount input[type=number] {
  text-align: right;
  width: 90px;
}

.eventlet {
  margin-bottom: 15px;
  border-top: 1px solid rgba(130, 130, 130, 0.15);
}
.eventlet__description p {
  color: #474747;
  margin-bottom: 7.5px;
}
.eventlet__description .subtitle {
  color: #777777;
  font-style: italic;
  margin-bottom: 7.5px;
  font-size: 1em;
  font-weight: normal;
}
@media only screen and (min-width: 515px) {
  .eventlet__title, .eventlet__date-time {
    padding-right: 120px;
  }
}
@media only screen and (min-width: 515px) {
  .eventlet__price {
    position: absolute;
    right: 0;
    top: 15px;
    width: 120px;
    text-align: right;
  }
}
.eventlet__price del {
  color: #666;
  font-size: 13px;
}
.eventlet--is-soldout .eventlet__price, .eventlet--is-disabled .eventlet__price {
  color: #999;
}

.sold-out-waitlist,
.sold-out-banner {
  bottom: -1px;
  background: #FFEFBF;
  display: inline-block;
  padding: 0 10px 0 5px;
  font-size: 14px;
  color: #555;
  height: 22px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.sold-out-banner {
  width: 100%;
}

.sold-out-waitlist:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -7px;
  width: 14px;
  height: 14px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: inherit;
  z-index: -1;
}

.selling-out {
  background: #FFEFBF;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #555;
  height: 22px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 5px 0;
}

.attendee-total,
.payment-total__inner {
  background: #F6F6F6;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.attendee-total .logos,
.attendee-total .price,
.payment-total__inner .logos,
.payment-total__inner .price {
  display: inline-block;
  vertical-align: top;
}

.cc-payment .logos {
  display: inline-block;
  vertical-align: middle;
}

#footer {
  margin-bottom: 40px;
}
#footer img {
  vertical-align: middle;
  width: 130px;
  height: 60px;
}

hr.dotted {
  border: 0;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

a {
  color: #00A3D8;
  text-decoration: none;
}
a:visited {
  color: #00b6f2;
}
a:focus {
  color: #0090bf;
}
a:hover {
  color: #0090bf;
}
a:active {
  color: #0090bf;
}
a:hover {
  text-decoration: underline;
}

h1, .h1, h2, .h2, h3, .h3, .nav--steps li, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 50px;
  margin-bottom: 25px;
}

h2, .h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

h3, .h3, .nav--steps li {
  font-size: 20px;
  margin-bottom: 10px;
}

h4, .h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.padded p {
  margin-bottom: 10px;
}

.flush-top, .flush, .nav--steps li {
  margin-top: 0;
}

.flush-bottom, .flush, .nav--steps li {
  margin-bottom: 0;
}

.small {
  font-size: 13px;
}

.light, .subtitle {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
}

.semi, .attendee__eventlet-subtotal {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
}

.normal {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}

.subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}

.subdued {
  color: #666666;
}

.primary {
  color: #0090C5;
}

.enlarge p, .enlarge li {
  font-size: 20px;
}

.txtC, .nav--steps li {
  text-align: center;
}

.txtR, .controls--total {
  text-align: right;
}

.txtL {
  text-align: left;
}

.allcaps {
  text-transform: uppercase;
}

.price .small {
  display: block;
}

@media only screen and (max-width: 515px) {
  p,
  div > label {
    font-size: 13px;
  }
  h1, .h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  h2, .h2 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  h3, .h3, .nav--steps li {
    font-size: 17px;
    margin-bottom: 5px;
  }
  h4, .h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .subtitle {
    font-size: 16px;
  }
}
.warning {
  color: #c00;
}

.icon {
  width: 16px;
  height: 22px;
  display: inline-block;
}

.icon--white,
.icon-user {
  fill: #fff !important;
}

.icon--black, .icon-user--dark,
.icon-alert {
  fill: #000;
}

.icon-alert {
  width: 30px;
  vertical-align: bottom;
}

.icon-user--dark,
.icon-alert {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 515px) {
  .icon-user--dark,
  .icon-alert {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
  }
}

.icon-map-marker {
  height: 25px;
}

.icon-envelope {
  width: 22px;
}

.icon-link {
  fill: #0C698A;
  height: 16px;
  width: 13px;
}

.icon-ok {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 515px) {
  .icon-ok {
    width: 16px;
    height: 16px;
  }
}

.logo {
  width: 45px;
  height: 20px;
}

.icon-social {
  width: 24px;
  height: 24px;
}

.social-icon {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 8px 0;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
}
.social-icon .icon-globe {
  width: 44px;
  height: 44px;
  margin-bottom: -6px;
  fill: #666 !important;
}
.social-icon .icon-social {
  fill: #fff;
}
.social-icon.facebook {
  background: #365397;
}
.social-icon.twitter {
  background: #00a9f1;
}
.social-icon.linkedin {
  background: #006db3;
}
.social-icon.instagram {
  background: #396d9a;
}

.booking-header {
  background: #fff;
  margin-bottom: 20px;
  color: #111;
  border: 1px solid #ddd;
}
.booking-header svg {
  vertical-align: text-bottom;
  margin-right: 7.5px;
}
.booking-header svg.icon-envelope {
  position: relative;
  top: -0.1em;
  margin-right: 2px;
}

.booking-header__logo {
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.booking-header__logo img {
  display: inline-block;
  max-width: 100%;
  outline: none;
  border: none;
}

.booking-header__title {
  margin-bottom: 0;
  padding-bottom: 7.5px;
}
@media only screen and (min-width: 515px) {
  .booking-header__title {
    text-align: center;
  }
}
.booking-header__title + p {
  border-top: 1px solid rgba(130, 130, 130, 0.15);
}

.booking-header__date,
.booking-header__location,
.booking-header__contact {
  padding: 7.5px 0;
  border-bottom: 1px solid rgba(130, 130, 130, 0.15);
  padding-left: 27px;
  text-indent: -27px;
}

.booking-header__extra-info {
  margin: 7.5px -7.5px 0;
  font-size: 13px;
  overflow: hidden;
}
.booking-header__extra-info .booking-header__extra-info-inner,
.booking-header__extra-info .booking-header__extra-info-mobtrigger {
  padding: 15px;
  background: rgba(130, 130, 130, 0.1);
}
.booking-header__extra-info .booking-header__extra-info-mobtrigger {
  display: block;
  text-align: center;
  font-size: 17px;
}
@media only screen and (min-width: 515px) {
  .booking-header__extra-info {
    font-size: 15px;
  }
}
.booking-header__extra-info p, .booking-header__extra-info ul {
  margin-bottom: 10px;
}
.booking-header__extra-info ul li, .booking-header__extra-info ol li {
  margin-left: 30px;
}
.booking-header__extra-info .js-mob-showmore-content {
  overflow: hidden;
  height: 0;
}
@media only screen and (min-width: 515px) {
  .booking-header__extra-info .js-mob-showmore-content {
    height: auto !important;
    overflow: visible;
  }
}
.no-js .booking-header__extra-info .js-mob-showmore-content {
  height: auto !important;
  overflow: visible;
}
@media only screen and (min-width: 515px) {
  .booking-header__extra-info .js-mob-showmore {
    display: none;
  }
}
.no-js .booking-header__extra-info .js-mob-showmore {
  display: none;
}
@media only screen and (min-width: 515px) {
  .booking-header__extra-info .js-showmore-content {
    overflow: hidden;
    position: relative;
  }
}
@media only screen and (max-width: 515px) {
  .booking-header__extra-info .js-showmore-content {
    height: auto !important;
  }
}
@media only screen and (max-width: 515px) {
  .booking-header__extra-info .js-showmore-trigger {
    display: none !important;
  }
}
@media only screen and (min-width: 515px) {
  .booking-header__extra-info .js-showmore-trigger {
    display: block;
    color: #00A3D8;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 0;
    border-top: 1px solid rgba(148, 148, 148, 0.2);
    box-shadow: 0 -7px 10px -8px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
  }
  .booking-header__extra-info .js-showmore-trigger:visited {
    color: #00b6f2;
  }
  .booking-header__extra-info .js-showmore-trigger:focus {
    color: #0090bf;
  }
  .booking-header__extra-info .js-showmore-trigger:hover {
    color: #0090bf;
  }
  .booking-header__extra-info .js-showmore-trigger:active {
    color: #0090bf;
  }
}

.nav {
  margin-bottom: 30px;
}
.nav ul,
.nav ol,
.nav li {
  list-style: none;
  float: left;
}

.nav--header {
  border: 1px solid #fff;
}
.nav--header li {
  width: 50%;
  text-align: center;
}
.nav--header li:first-child {
  border-right: 1px solid #fff;
}
.nav--header li:only-child {
  width: 100%;
  border: 0;
}
.nav--header a {
  font-size: 22px;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 45px;
}
.nav--header a:hover {
  color: #eee;
}
.nav--header a:hover .icon {
  fill: #eee;
}

.nav--steps {
  background: #ccc;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.nav--steps li {
  width: 33.333333334%;
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #999;
}
.nav--steps li span {
  position: relative;
  z-index: 4;
}
.nav--steps li a {
  text-decoration: none;
  color: #999;
}
.nav--steps li:after, .nav--steps li:before {
  content: "";
  position: absolute;
  background: #ccc;
}
.nav--steps li:after {
  right: 9px;
  top: 2px;
  height: 47px;
  width: 47px;
  transform: rotate(45deg) perspective(15px);
  border: 3px solid #fff;
  z-index: 1;
}
.nav--steps li:before {
  z-index: 2;
  right: 28px;
  left: 0;
  height: 50px;
}
.nav--steps li.on {
  z-index: 0;
}
.nav--steps li.on, .nav--steps li.on a {
  color: #444;
}
.nav--steps li.on:before {
  left: -25px;
}
.nav--steps li.on:after, .nav--steps li.on:before {
  background: #fff;
}
.nav--steps li.on:first-child {
  left: 0;
}
.nav--steps li.on:last-child {
  right: 0;
}
.nav--steps li.on:last-child:before {
  right: 0;
}
.nav--steps li:last-child:after {
  display: none;
}
.nav--steps li:last-child.on:after {
  display: block;
  position: absolute;
  height: 50px;
  width: 2px;
  content: "";
  top: 0;
  right: -1px;
  background: #fff;
  transform: none;
}
@media only screen and (max-width: 515px) {
  .nav--steps li {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  .nav--steps li {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 30px;
    height: 30px;
  }
  .nav--steps li:after {
    display: none;
  }
  .nav--steps li:before {
    right: 0;
  }
}

fieldset {
  border: 0;
  border-top: 1px solid #eee;
  padding: 22.5px 15px;
}
fieldset:first-child, fieldset:first-of-type {
  border-top: none;
}
@media only screen and (min-width: 515px) {
  fieldset {
    padding: 22.5px 45px 45px;
  }
}

.control-group {
  margin-bottom: 20px;
}
.control-group .controls--checkbox {
  padding-top: 0;
}
.control-group .controls--checkbox input {
  top: 0.2em !important;
}
.control-group .mimic-input-label,
.control-group .radio,
.control-group .checkbox {
  display: block;
  font-weight: 300;
  position: relative;
  margin-bottom: 5px;
}
.control-group .radio,
.control-group .checkbox {
  padding-left: 26px;
}
.control-group .radio .formError,
.control-group .checkbox .formError {
  margin-left: -26px;
}
.control-group .radio input,
.control-group .checkbox input {
  position: absolute;
  left: 2px;
  top: 0.2em;
}
.control-group:last-child {
  margin-bottom: 0;
}
.control-group.expiry select {
  width: auto;
}
@media only screen and (min-width: 515px) {
  .control-group.expiry select {
    width: 25%;
  }
}
.control-group .ticket-type-radio label {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(130, 130, 130, 0.15);
  padding-top: 5.5px;
  padding-bottom: 7.5px;
}
.control-group .ticket-type-radio label.discounted {
  height: 3.7em;
}
.control-group .ticket-type-radio label:first-child {
  border-top: 1px solid rgba(130, 130, 130, 0.15);
}
.control-group .ticket-type-radio label input {
  top: 9px;
}
.control-group .ticket-type-radio__price {
  float: right;
  text-align: right;
}
.control-group .ticket-type-radio__price del {
  color: #666666;
}
@media only screen and (max-width: 515px) {
  .control-group .unit, .control-group .size1of2 {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.controls--checkbox,
.controls--radio {
  padding-top: 15px;
  position: relative;
  padding-left: 30px;
}
.controls--checkbox input[type=radio],
.controls--checkbox input[type=checkbox],
.controls--radio input[type=radio],
.controls--radio input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18px;
  left: 0;
}

.required {
  color: #c00;
}

.input--required:after {
  color: #c00;
  content: "*";
  margin-left: 0.5em;
}
.input--required span.required {
  display: none !important;
}

.controls--total {
  padding-top: 20px;
  margin-bottom: 0;
}
.controls--total .logos,
.controls--total .price {
  display: inline-block;
  vertical-align: top;
}

.terms label {
  padding-left: 23px;
  text-indent: -23px;
  display: block;
}
.terms label input {
  margin-right: 7.5px;
  position: relative;
  top: -1px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
.file-field-fancy {
  border: 2px solid #ccc;
  background: #eaeaea;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  width: 100%;
}
@media only screen and (max-width: 515px) {
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=url],
  input[type=color],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=month],
  input[type=time],
  input[type=week],
  .file-field-fancy {
    height: 40px;
    line-height: 40px;
  }
}

/* Hide the +/- buttons */
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #eaeaea;
  border: 2px solid #ccc;
  width: 100%;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}

#attendee_attendee_type_id {
  width: 100%;
}
@media only screen and (min-width: 515px) {
  #attendee_attendee_type_id {
    min-width: 50%;
    width: auto;
  }
}

textarea {
  border: 2px solid #ccc;
  background: #eaeaea;
  width: 100%;
  padding: 5px;
  display: block;
}

input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  background: #ddd;
  cursor: default;
  opacity: 0.5;
}

.field_with_errors input,
.field_with_errors select,
.field_with_errors textarea,
.field_with_errors .file-field-fancy {
  border-radius: 5px 5px 0 0;
  border: 2px solid #c00;
  border-bottom: 0;
}
.field_with_errors .file-field-fancy {
  margin-bottom: 0;
}
.controls--expiry .field_with_errors {
  display: inline-block;
  width: 25%;
}
.controls--expiry .field_with_errors select {
  width: 100%;
  border: 2px solid #c00;
}

.formError {
  border-radius: 0 0 5px 5px;
  background: #c00;
  font-size: 13px;
  color: #fff;
  padding: 0 5px;
}
.controls--expiry .formError {
  border-radius: 5px;
  width: auto;
  display: inline-block;
}

.credit-card-details {
  position: relative;
}
.credit-card-details .paymark-verify {
  position: absolute;
  top: 0;
  right: 40px;
}

.cc {
  vertical-align: middle;
}

.credit-card-test {
  background: #fcf8e3 url(/assets/lilregie/regie-error-ddf6686b85a6600705026e62a3ce9f82c9f79c8a9b0ec2e4590f881f366a4136.png) no-repeat 0 2px !important;
  padding: 15px 80px;
  margin: 1em 0;
}

.file-field-fancy {
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 3em 5px 5px;
  height: auto;
  line-height: 24px;
}

.file-name {
  font-style: italic;
}

.file-current {
  margin-bottom: 5px;
}

.file-progress {
  position: absolute;
  top: 13px;
  right: 5px;
  opacity: 0.7;
}
.file-current + .file-progress {
  top: 35px;
}

.input-prepend,
.input-append {
  margin-bottom: 10px;
  display: inline-block;
}
.input-prepend input,
.input-prepend div,
.input-prepend select,
.input-prepend .uneditable-input,
.input-append input,
.input-append div,
.input-append select,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  border-radius: 0 4px 4px 0;
}
.input-prepend input:focus,
.input-prepend div:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus,
.input-append input:focus,
.input-append div:focus,
.input-append select:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 40px;
  min-width: 16px;
  padding: 6px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eaeaea;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-prepend .btn,
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
  border-radius: 0;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -5px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append div,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append div,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.input-prepend div, .input-append div {
  display: inline;
}

.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}

.form-inline .input-prepend,
.form-inline .input-append {
  margin-bottom: 0;
}

.file-btn, .btn {
  letter-spacing: 0.03em;
  padding: 15px 15px 17px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background-color: #00A3D9;
  background-image: linear-gradient(to bottom, #00A3D9, #0090c0);
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 8px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.2);
}
.file-btn:focus, .btn:focus {
  background-color: #00b6f3;
  background-image: linear-gradient(to bottom, #00b6f3, #00A3D9);
  text-decoration: none;
}
.file-btn:hover, .btn:hover {
  background-color: #00b6f3;
  background-image: linear-gradient(to bottom, #00b6f3, #00A3D9);
  text-decoration: none;
  cursor: pointer;
}
.file-btn:visited, .btn:visited {
  color: #fff;
}

.btn .label {
  display: none;
}
@media only screen and (min-width: 515px) {
  .btn .label {
    display: inline-block;
  }
}
.btn.btn-secondary {
  background-color: #777777;
  background-image: linear-gradient(to bottom, #777777, #555555);
}
.btn.btn-secondary:hover {
  background-color: #848484;
  background-image: linear-gradient(to bottom, #848484, #626262);
  text-decoration: none;
}
.btn.btn-success {
  background-color: #A3D900;
  background-image: none;
  border: none;
  color: #000000;
  text-shadow: none;
}

.btn-mini {
  height: 30px;
  line-height: 25px;
  padding: 0 30px;
  border: 2px solid #00A3D9;
  border-left: 0;
  border-radius: 4px;
  background: #00A3D9;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: uppercase;
}

.booking-actions {
  padding-top: 0;
}
.booking-actions .btn {
  width: 100%;
  display: block;
}
.booking-actions .btn + .btn {
  margin-top: 7.5px;
}
@media only screen and (min-width: 515px) {
  .booking-actions .btn {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .booking-actions .btn + .btn {
    margin-top: 0;
  }
  .booking-actions .btn.pull-right {
    float: right;
  }
}
@media only screen and (min-width: 515px) {
  .booking-actions.booking-actions--single-centered .btn {
    width: 49%;
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (min-width: 515px) {
  .booking-actions.booking-actions--single-right .btn {
    width: 49%;
    max-width: 100%;
    margin-left: 50%;
    float: none;
  }
}

.file-field-fancy {
  position: relative;
}

[type=file] {
  border: 0;
  background: none;
  height: auto;
  box-shadow: none;
  width: auto;
  padding: 0;
  height: 40px;
  width: 200px;
  height: 36px;
}
[type=file]:active, [type=file]:focus {
  outline: none;
}
.file-field-fancy [type=file] {
  opacity: 0;
  position: absolute;
}
.file-field-fancy [type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
[type=file]:hover + .file-btn {
  background-color: #00b6f3;
  background-image: linear-gradient(to bottom, #00b6f3, #00A3D9);
  text-decoration: none;
  cursor: pointer;
}

.file-btn {
  width: 200px;
  height: 36px;
  padding: 7px 15px 8px;
  font-size: 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  margin-right: 5px;
}

.modal-base {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 660px;
  margin: 40px auto;
  position: relative;
}

/* start state */
.mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

/* animate out */
.mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.mfp-zoom-in.mfp-bg {
  opacity: 0.001; /* Chrome opacity transition bug */
  transition: opacity 0.3s ease-out;
}

/* animate in */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close {
  margin-right: 50px;
  font-size: 3em;
}

.contact-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

#password-modal {
  margin-top: 130px;
  text-align: center;
}
#password-modal h2 {
  width: 80%;
  margin: auto;
}
#password-modal .input-block-level {
  width: 50%;
  display: inline-block;
  height: 36px;
  vertical-align: middle;
}
#password-modal fieldset {
  border: 0;
  margin: 0;
}
#password-modal .btn {
  display: inline-block;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #e21a72;
  border-radius: 5px;
  border: 1px solid #8f1048;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
  text-shadow: -1px -1px 0 #6f0d38;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#map {
  background-color: white;
  width: 100%;
  height: 100%;
  margin: auto;
}

#map-canvas {
  width: 100%;
  height: 100%;
}

.message p {
  animation: anim-jelly 800ms linear 100ms both;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0;
  margin: 0 0 20px 0;
}
.message.error {
  background: #c00;
  color: #fff;
}
.message.notice {
  background: #A3D900;
  color: #000;
}
@media only screen and (max-width: 515px) {
  .message p {
    font-size: 16px;
  }
}

#logout {
  border-radius: 3px;
  text-align: center;
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: 110px;
  padding: 8px;
  color: #fff;
  font-size: 11px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
#logout a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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