*, *::after, *::before {
  box-sizing: border-box; }

/** General styles **/
body {
  background-color: #eedcaa;
  color: #F4F4F4;
  font-size: 0;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, [type=submit] {
  font-family: 'Pathway Gothic One', monospace; }

h1, h2, h3 {
  font-weight: 400;
  line-height: 1; }

ul {
  list-style: none;
  padding: 0; }

li {
  display: inline-block; }

a {
  color: inherit;
  text-decoration: none; }

.video-iframe {
  border: none;
  height: 100%;
  max-height: 440px;
  max-width: 784px;
  width: 100%; }

.s {
  background: url(../images/sprites.png) no-repeat;
  background-size: 350px 181px;
  display: inline-block; }

.btn, [type=submit] {
  background: #E5A43E;
  border: 3px solid #000;
  border-radius: 10px;
  box-shadow: inset 0 3px 12px -3px #FFF;
  color: #1B1B1B;
  display: inline-block;
  font-size: 33px;
  line-height: 1;
  padding: 13px;
  text-transform: uppercase; }

/** Page specific changes **/
.page-departure {
  min-width: 570px;
  padding-bottom: 40px;
  padding-right: 80px; }
  .page-departure header {
    border-bottom: 1px solid rgba(84, 84, 84, 0.3);
    margin-right: 20px; }

.page-in-flight header {
  background: rgba(255, 255, 255, 0.2); }

.page-pre-flight {
  min-height: 1043px;
  overflow: hidden; }
  .page-pre-flight header {
    background: none;
    position: relative;
    z-index: 1; }
  .page-pre-flight #body-bg {
    top: 0; }

/** Homepage container **/
#board-container {
  background: url(../images/border.png) 0 0 no-repeat;
  background-size: 100% 100%;
  max-width: 1433px;
  width: 100%; }

#board-container, #footer {
  position: relative; }
  #board-container::after, #footer::after {
    background: url(../images/bg.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 0 0 24px 0;
    bottom: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 7px;
    z-index: -1; }

.board-wrapper {
  padding-left: 59px;
  padding-right: 59px; }

/** Header **/
header, #board-footer {
  background: rgba(19, 19, 19, 0.5); }

header {
  padding-bottom: 34px;
  padding-top: 30px; }

#logo {
  background-position: -2px -2px;
  height: 78px;
  margin-right: 60px;
  width: 78px;
  vertical-align: middle; }
  #logo.dark {
    background-position: -81.5px -2px; }

#nav {
  display: inline-block;
  vertical-align: middle; }
  #nav .nav-item {
    border-bottom: 3px solid transparent;
    color: rgba(244, 244, 244, 0.3);
    font-size: 48px;
    margin-right: 75px;
    padding-bottom: 6px;
    text-transform: uppercase; }
    #nav .nav-item:last-child {
      margin-right: 0; }
    #nav .nav-item.current-item {
      color: #FFF; }
    #nav .nav-item:hover {
      border-color: currentColor; }

#header-share {
  display: inline-block;
  float: right;
  line-height: 70px;
  vertical-align: middle; }
  #header-share p {
    font-size: 30px;
    margin: 0; }
  #header-share a {
    margin-left: 10px; }
    #header-share a:first-child {
      margin-left: 25px; }

/** Board footer **/
#board-footer {
  border-radius: 0 0 8px 0;
  border-top: 1px solid #060606;
  bottom: 20px;
  margin-right: 20px;
  padding: 22px 28px 22px 37px;
  position: relative; }
  #board-footer li {
    color: rgba(244, 244, 244, 0.5);
    font-size: 30px;
    margin-right: 40px;
    text-transform: uppercase; }
    #board-footer li:last-child {
      font-size: 33px;
      margin-right: 0; }
  #board-footer .cta {
    color: #F4F4F4; }
  #board-footer .btn {
    margin-left: 18px; }

/* Light sprites */
.board-group {
  margin-left: 25px;
  position: relative; }
  .board-group::after, .board-group::before {
    background: url(../images/sprites.png) no-repeat -333px -2px;
    background-size: 350px 181px;
    content: '';
    cursor: pointer;
    display: inline-block;
    height: 13px;
    left: 0;
    position: absolute;
    width: 13px; }
  .board-group::before {
    top: 5px; }
  .board-group::after {
    bottom: 5px;
    transition: background-position 1ms 175ms; }

.l-s-t-a::before, .l-s-b-a::after {
  background-position: -333px -17px; }

.l-s-t-g::before, .l-s-b-g::after {
  background-position: -333px -32px; }

/* Share sprites */
.share, .super-share {
  background-position: -220px -84px;
  display: inline-block;
  font-size: 0;
  height: 36px;
  overflow: hidden;
  position: relative;
  width: 36px;
  vertical-align: sub; }
  .share:hover, .super-share:hover {
    background-position: -257px -84px; }
  .share span, .super-share span {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    z-index: -1; }
  .share.twitter, .super-share.twitter {
    background-position: -294px -84px; }
    .share.twitter:hover, .super-share.twitter:hover {
      background-position: -294px -121px; }
  .share.super, .super-share.super {
    background-position: -220px -121px; }
    .share.super:hover, .super-share.super:hover {
      background-position: -257px -121px; }

/* Vehicle sprites */
[class*="sprite-vehicle"]::before {
  background: url(../images/sprites.png) no-repeat -72px -82px;
  background-size: 350px 181px;
  content: '';
  display: inline-block;
  height: 34px;
  margin-right: 20px;
  width: 39px;
  vertical-align: middle; }

.sprite-vehicle-plane::before {
  background-position: -2px -82px;
  height: 33px;
  width: 67px; }

.sprite-vehicle-train::before {
  background-position: -112px -82px;
  height: 51px;
  width: 36px; }

/* Arrow sprites */
[class*="sprite-arrow"]::after {
  background: url(../images/sprites.png) no-repeat -161px -2px;
  background-size: 350px 181px;
  content: '';
  display: inline-block;
  height: 55px;
  margin-left: 24px;
  width: 55px;
  vertical-align: middle; }

[class*="sprite-arrow-diag"]::after {
  background-position: -161px -58.5px; }

.sprite-arrow-diag-right::after {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.sprite-arrow-left::after {
  -webkit-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  transform: rotateZ(270deg); }

.sprite-arrow-up {
  margin-right: 30px; }

/** Departure boards **/
#boards {
  padding-top: 26px;
  padding-bottom: 48px; }

#board-titles {
  margin: 0 0 16px 60px; }
  #board-titles .title {
    display: inline-block;
    margin-right: 10px; }
    #board-titles .title:last-child {
      margin: 0; }
    #board-titles .title.date {
      width: 112px; }
    #board-titles .title.location {
      width: 442px; }
    #board-titles .title.venue {
      width: 464px; }
    #board-titles .title.boarding {
      width: 75px; }
    #board-titles .title span {
      font-size: 20px;
      line-height: 1; }

.board-group {
  margin-bottom: 10px;
  padding-left: 17px; }
  .board-group .board.date {
    margin-left: 12px; }
  .board-group .board {
    margin-right: 10px;
    position: relative; }
    .board-group .board a {
      bottom: 0;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 5; }
    .board-group .board:last-child {
      margin-right: 0; }
  .board-group .board, .board-group .character {
    display: inline-block; }
  .board-group .character {
    height: 41px;
    position: relative;
    text-transform: uppercase;
    user-select: none;
    width: 24px; }
    .board-group .character + .character {
      margin-left: -2px; }
    .board-group .character::after {
      background: url(../images/shadow.png) no-repeat 0 0;
      background-size: contain;
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 4; }
    .board-group .character .letter {
      background: url(../images/bottom.png) 50% calc((100%) - 2px) no-repeat;
      background-size: contain;
      font-size: 28px;
      height: 41px;
      line-height: 41px;
      position: absolute;
      text-align: center;
      top: calc((50%) - 1px);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
      .board-group .character .letter.top {
        background: url(../images/top.png) no-repeat 50% 0;
        border-bottom: 2px groove rgba(115, 115, 115, 0.65);
        height: 21.5px;
        overflow: hidden;
        top: -1px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 1; }
  .board-group .boarding .character {
    width: 130px; }
    .board-group .boarding .character::after {
      background-image: url(../images/shadow-wide.png);
      background-size: 130px 100%; }
    .board-group .boarding .character .top {
      background-image: url(../images/top-wide.png); }
    .board-group .boarding .character .bottom {
      background-image: url(../images/bottom-wide.png); }

/** Footer **/
#footer {
  border-top: 4px solid rgba(27, 27, 27, 0.6);
  height: 117px;
  padding-top: 26px;
  width: 100%; }
  #footer::after {
    border-radius: 0;
    bottom: 0;
    margin-right: 0;
    right: 0; }
  #footer h2 {
    display: inline-block;
    font-size: 40px;
    margin: 0;
    padding-top: 20px; }
  #footer .btn {
    float: right; }

/** Ticket modal **/
#ticket-modal {
  background: rgba(78, 61, 35, 0.85);
  bottom: 0;
  display: block !important;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity, z-index;
  transition-delay: 1ms, 250ms;
  transition-duration: 250ms, 1ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  z-index: -1; }
  #ticket-modal.showing {
    opacity: 1;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-delay: 1ms, 1ms;
    z-index: 100; }
    #ticket-modal.showing #ticket-modal-container {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1);
      transform: translate3d(-50%, -50%, 0) scale(1);
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
  #ticket-modal label {
    font-family: Inconsolata, monospace;
    font-size: 16px;
    font-weight: 800; }
  #ticket-modal [type=text], #ticket-modal [type=email] {
    border: none;
    display: block;
    font-family: Inconsolata, monospace;
    font-size: 19px;
    margin-top: 3px;
    outline: none;
    width: 100%; }
  #ticket-modal .form-field {
    color: #000;
    border: 1px solid;
    left: 21px;
    padding: 8px 10px 6px;
    position: absolute;
    top: 105px;
    width: 240px; }
    #ticket-modal .form-field.long-field {
      width: 490px; }
    #ticket-modal .form-field.focused {
      border-color: #BF9458; }
    #ticket-modal .form-field.errored {
      border-color: #D84949; }
  #ticket-modal #sname-field {
    left: 271px; }
  #ticket-modal #email-field {
    top: 185px; }
  #ticket-modal #ticket-field {
    top: 265px; }

.ie9 #ticket-modal #ticket-modal-container {
  margin: 20% auto;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

#ticket-modal-container {
  background: url(../images/bg.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  border: 5px solid rgba(27, 27, 27, 0.6);
  left: 50%;
  max-width: 1250px;
  padding: 42px 46px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.6);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0.6);
  transform: translate3d(-50%, -50%, 0) scale(0.6);
  transition: -ms-transform, -webkit-transform, transform 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  width: 95%;
  overflow: hidden;
  overflow-x: scroll; }

#ticket-close {
  background-position: -300px -2px;
  content: '';
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 1; }

#ticket-form {
  position: relative;
  min-width: 680px; }

#ticket-fields {
  max-width: 880px;
  position: relative;
  width: 75%;
  overflow: hidden; }

#ticket-bg {
  width: 100%; }

.modal-trigger {
  cursor: pointer; }

#ticket-output {
  color: #000;
  height: 200px;
  left: 627px;
  position: absolute;
  top: 92px;
  width: 216px; }
  #ticket-output strong {
    font-size: 14px; }
  #ticket-output span {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 4px;
    word-break: break-all; }
  #ticket-output p {
    font-family: Inconsolata, monospace;
    margin-top: 4px; }
  #ticket-output #output-ticket {
    font-size: 24px; }

#ticket-details-2 {
  position: absolute;
  top: 210px; }

#ticket-info {
  max-width: 250px;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0; }
  #ticket-info h2 {
    font-size: 33px;
    margin-top: 0; }
  #ticket-info [type=submit] {
    background-image: url(../images/arrow-right.png);
    background-position: calc((100%) - 12px) 50%;
    background-repeat: no-repeat;
    background-size: 10px 17px;
    cursor: pointer;
    min-width: 200px;
    outline: none;
    padding: 10px 12px;
    text-align: left; }
    #ticket-info [type=submit].complete {
      background-image: url(../images/tick.png);
      background-size: 26px auto; }

#ticket-response p, #ticket-response li {
  display: block;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  text-transform: none; }
#ticket-response ul {
  list-style: inside; }
#ticket-response p {
  margin-top: 25px; }

#watching-links {
  bottom: 116px;
  height: 65px;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 700px; }
  #watching-links h3 {
    color: #E5A43E;
    display: inline-block;
    margin: 0 30px 0 0; }
  #watching-links h3, #watching-links a {
    font-size: 30px;
    line-height: 65px; }
  #watching-links a {
    padding-bottom: 4px; }
    #watching-links a.active {
      border-bottom: 2px solid; }
    #watching-links a:last-of-type {
      margin-left: 33px; }

#body-bg {
  background: url(../images/inflightbg.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2; }
  #body-bg.departures {
    background-image: url(../images/departuresbg.jpg); }
  #body-bg.check-in::after {
    background-color: rgba(18, 18, 18, 0.85);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

#in-flight-container {
  height: 90%;
  max-height: 440px;
  max-width: 784px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 26%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

#video-frame {
  transition: filter 250ms; }

#video-play {
  color: #E5A43E;
  cursor: pointer;
  font-size: 33px;
  height: auto;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: filter 250ms;
  width: 80%;
  z-index: 1; }
  #video-play span {
    color: #F4F4F4;
    display: block;
    margin-top: 16px; }
    #video-play span::after {
      background: url(../images/sprites.png) no-repeat -217px -2px;
      background-size: 350px 181px;
      content: '';
      display: block;
      height: 80px;
      margin: 30px auto 0;
      text-align: center;
      width: 81px; }

#announcement {
  transition: filter 250ms; }
  #announcement h2 {
    color: #E5A43E;
    font-size: 48px;
    margin-bottom: 35px;
    text-align: center; }

#announcement-time {
  text-align: center; }
  #announcement-time h3 {
    display: inline-block;
    font-size: 110px;
    margin: 0 20px 0 0;
    min-width: 100px;
    position: relative; }
    #announcement-time h3::after {
      content: ':';
      display: inline-block;
      position: absolute;
      top: 0;
      right: -20px;
      width: 20px;
      height: 110px;
      line-height: 110px; }
    #announcement-time h3:last-child {
      margin-right: 0; }
      #announcement-time h3:last-child::after {
        content: '';
        display: none; }
    #announcement-time h3 span {
      display: block;
      font-size: 30px; }

#seat-picker {
  max-width: 621px;
  position: relative;
  z-index: 1; }
  #seat-picker h2 {
    color: #E5A43E;
    font-size: 48px;
    margin-bottom: 30px; }
  #seat-picker p {
    font-family: Inconsolata, monospace;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 35px;
    text-transform: none; }
  #seat-picker .btn {
    background-image: url(../images/arrow-right.png);
    background-position: calc((100%) - 12px) 50%;
    background-repeat: no-repeat;
    background-size: 10px 17px;
    cursor: pointer;
    min-width: 200px;
    outline: 0;
    padding: 10px 12px;
    text-align: left; }
  #seat-picker .board-wrapper {
    margin-left: 138px; }

#plane {
  background: url(../images/plane-outline.png) no-repeat calc((100%) - -233px) -135px;
  background-size: auto 1745px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  #plane .seat-row {
    margin-bottom: 3px; }
    #plane .seat-row:nth-child(1), #plane .seat-row:nth-child(2), #plane .seat-row:nth-child(13), #plane .seat-row:nth-child(14), #plane .seat-row:nth-child(25), #plane .seat-row:nth-child(26) {
      margin-bottom: 17px; }
  #plane .seat {
    background: url(../images/sprites.png) #E5A43E no-repeat 0 100%;
    background-size: 350px 181px;
    border-radius: 6px;
    border: 3px solid rgba(0, 0, 0, 0.8);
    box-sizing: content-box;
    color: #000;
    display: inline-block;
    height: 17px;
    margin-right: 5px;
    transition: background-color 250ms;
    width: 31px; }
    #plane .seat:not(.taken) {
      cursor: pointer; }
    #plane .seat.taken {
      background-color: #F4F4F4;
      background-position: 8px -115px; }
    #plane .seat.selected {
      background-color: #71AE12;
      background-position: -21px -115px; }
    #plane .seat:nth-child(3) {
      margin-right: 60px; }

#seats {
  position: absolute;
  right: 346px;
  top: 133px; }

.control {
  bottom: -103px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%) translateX(-161px);
  -ms-transform: translateX(-50%) translateX(-161px);
  transform: translateX(-50%) translateX(-161px); }
  .control span {
    border-radius: 44% 0 0 44%;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    user-select: none;
    width: 43px; }
    .control span:last-child {
      border-radius: 0 44% 44% 0;
      margin-left: 22px; }

#volume-controls {
  -webkit-transform: translateX(-50%) translateX(157px);
  -ms-transform: translateX(-50%) translateX(157px);
  transform: translateX(-50%) translateX(157px); }

.readout {
  color: #0F0;
  font-size: 40px;
  height: 50px;
  left: 50%;
  max-width: 450px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 385px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity, z-index;
  transition-delay: 1ms, 125ms;
  transition-duration: 125ms, 1ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  width: 95%;
  z-index: -10; }
  .readout.o {
    opacity: 1;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-delay: 1ms, 1ms;
    z-index: 100; }
  .readout span {
    border: 1px solid;
    color: #0F0;
    display: inline-block;
    height: 30px;
    margin-left: 7px;
    width: 12px; }
    .readout span:first-child {
      margin-left: 30px; }
    .readout span.c {
      background: #0F0; }

@media (max-height: 1080px) {
  #body-bg {
    background-position: 0 50%;
    background-size: auto 1080px; } }
@media (max-height: 930px) {
  #body-bg {
    top: -60px; }

  #in-flight-container {
    top: 243px; } }
@media (max-height: 860px) {
  .page-in-flight {
    min-height: 860px; } }
@media (max-width: 1920px) {
  #body-bg {
    background-size: 1920px auto;
    background-position: 50% 0; } }
@media (max-width: 1920px) and (max-height: 1080px) {
  #body-bg {
    background-size: 1920px 1080px;
    background-position: 50% 50%; } }
@media (max-width: 1920px) and (max-height: 930px) {
  #body-bg {
    background-position: 50% 0; } }
@media (max-width: 1540px) {
  .page-pre-flight {
    min-height: 100vh; }

  #plane {
    background-position: calc((100%) - -293px) -135px; }

  #seats {
    right: 286px; } }
@media (max-width: 1443px) {
  .board-wrapper {
    padding-left: 30px;
    padding-right: 30px; }

  #board-footer {
    padding-left: 30px; }
    #board-footer li {
      margin-right: 40px; } }
@media (max-width: 1443px) {
  #board-footer li {
    font-size: 27px; }

  #board-footer li:last-child, .btn {
    font-size: 30px; } }
@media (max-width: 1385px) {
  #board-footer li {
    margin-right: 31px; }

  [class*="sprite-arrow"]::after {
    margin-left: 19px; } }
@media (max-width: 1381px) {
  .board-group .character {
    width: 23px; }
    .board-group .character::after {
      background-size: 23px 100%; }

  #board-titles .title.date {
    width: 107px; }
  #board-titles .title.location {
    width: 422px; }
  #board-titles .title.venue {
    width: 443px; }

  #plane {
    background-position: calc((100%) - -345px) -135px; }

  #seats {
    right: 235px; } }
@media (max-width: 1343px) {
  .sprite-vehicle-train {
    display: none; }

  #board-footer li {
    margin-right: 40px; }

  [class*="sprite-arrow"]::after {
    margin-left: 24px; } }
@media (max-width: 1335px) {
  .board-group .character {
    height: 37px;
    width: 22px; }
    .board-group .character::after {
      background-size: 22px 100%; }
    .board-group .character .letter {
      font-size: 24px;
      line-height: 37px; }
      .board-group .character .letter.top {
        height: 20.5px; }

  #board-titles .title.date {
    width: 102px; }
  #board-titles .title.location {
    width: 402px; }
  #board-titles .title.venue {
    width: 422px; }

  @-webkit-keyframes fall_down {
    from {
      top: -1px; }
    to {
      top: 4px; } }
  @keyframes fall_down {
    from {
      top: -1px; }
    to {
      top: 4px; } } }
@media (max-width: 1320px) {
  #plane {
    background-position: calc((100%) - -93px) 0;
    background-size: auto 1090px; }
    #plane .seat {
      margin-right: 3px;
      width: 23px; }
      #plane .seat.taken {
        background-position: 4px -115px; }
      #plane .seat.selected {
        background-position: -25px -115px; }
      #plane .seat:nth-child(3) {
        margin-right: 30px; }

  #seats {
    right: 256px; } }
@media (max-width: 1314px) {
  #ticket-modal #sname-field {
    left: 31%; }
  #ticket-modal .form-field {
    width: 25%; }
    #ticket-modal .form-field.long-field {
      width: calc((56%) - 21px); }

  #ticket-output {
    left: 73%;
    top: 82px; }
    #ticket-output strong {
      font-size: 12px; }
    #ticket-output #output-ticket {
      font-size: 21px; } }
@media (max-width: 1289px) {
  #board-titles {
    margin-left: 50px; }

  .board-group {
    margin-left: 15px; }
    .board-group .character .letter {
      height: 38px; }
      .board-group .character .letter.top {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        height: 19.5px; } }
@media (max-width: 1220px) {
  #ticket-modal .form-field {
    top: 86px; }
  #ticket-modal #email-field {
    top: 162px; }
  #ticket-modal #ticket-field {
    top: 242px; }

  #ticket-details-2 {
    top: 194px; }

  #ticket-close {
    top: -18px; } }
@media (max-width: 1279px) {
  body {
    background-size: auto 100%; }
    body.page-departure {
      padding-right: 0; } }
@media (max-width: 1199px) {
  .board-group {
    margin-left: 0; }

  #board-titles {
    margin-left: 35px; } }
@media (max-width: 1184px) {
  #board-container {
    background: url(../images/bg.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 0; }
    #board-container::before, #board-container::after {
      background: url(../images/border-mob.png) repeat-x 50% 50%;
      background-size: 100vw 17px;
      border-radius: 0;
      content: '';
      display: block;
      height: 17px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
      width: 100%; }
    #board-container::after {
      bottom: 0;
      top: auto;
      -webkit-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }

  header, #board-footer {
    margin-right: 0; }

  .board-group .boarding .character {
    width: 120px; }
    .board-group .boarding .character::after {
      background-size: 120px 100%; } }
@media (max-width: 1170px) {
  #nav .nav-item {
    font-size: 42px;
    margin-right: 60px; }

  #header-share p {
    font-size: 26px; }

  #board-titles .title.date {
    width: 97px; }
  #board-titles .title.location {
    width: 382px; }
  #board-titles .title.venue {
    width: 401px; }

  .board-group .character {
    width: 21px; }
    .board-group .character::after {
      background-size: 21px 100%; } }
@media (max-width: 1160px) {
  #ticket-modal-container {
    padding: 36px 26px; }

  #ticket-info {
    width: 23%; }

  #ticket-output {
    top: 20%; }

  #ticket-modal label {
    font-size: 14px; }
  #ticket-modal [type=text], #ticket-modal [type=email] {
    font-size: 16px; }
  #ticket-modal h2 {
    font-size: 26px; }
  #ticket-modal .form-field {
    padding: 6px 8px 4px; }
  #ticket-modal #email-field {
    top: 153px; }
  #ticket-modal #ticket-field {
    top: 220px; } }
@media (max-width: 1118px) {
  #board-titles .title.date {
    width: 92px; }
  #board-titles .title.location {
    width: 362px; }
  #board-titles .title.venue {
    width: 380px; }

  .board-group .character {
    width: 20px; }
    .board-group .character::after {
      background-size: 20px 100%; }

  #ticket-output #output-ticket {
    font-size: 19px; }

  #ticket-details-2 {
    top: 95%; } }
@media (max-width: 1072px) {
  .board-group .character + .character {
    margin-left: -3px; }

  #board-titles .title.date {
    width: 88px; }
  #board-titles .title.location {
    width: 343px; }
  #board-titles .title.venue {
    width: 360px; }

  #plane {
    opacity: 0.4; } }
@media (max-width: 1053px) {
  #board-footer li:nth-last-child(2) {
    margin-right: 0; }
  #board-footer li:last-child {
    display: none; }

  .sprite-vehicle-train {
    display: inline-block; }

  .page-departure {
    padding-bottom: 0; }

  #footer {
    display: block !important; }

  #ticket-form {
    overflow: hidden; }

  #ticket-close {
    top: 0; }

  #ticket-info {
    background: url(../images/bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    height: 100%;
    left: 66%;
    max-width: 100%;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto; }
    #ticket-info > div {
      padding: 0 30px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

  #ticket-output {
    text-align: left; }

  #ticket-bg {
    width: 100%; }

  #ticket-modal .form-field {
    width: 33%; }
    #ticket-modal .form-field.long-field {
      width: calc((73%) - 21px); }
  #ticket-modal #sname-field {
    left: 40%; }

  #ticket-fields {
    max-width: none;
    text-align: center;
    width: 100%; }

  #ticket-info {
    padding-top: 40px;
    position: static; }
    #ticket-info > div {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

  #ticket-modal {
    position: absolute; }
    #ticket-modal .form-field {
      text-align: left;
      width: 26%; }
      #ticket-modal .form-field.long-field {
        width: calc((57%) - 21px); }
    #ticket-modal #sname-field {
      left: 31%; }

  #ticket-form {
    overflow: initial; }

  #ticket-close {
    top: -40px; }

  #ticket-details-2 {
    top: 242px; } }
@media (max-width: 1029px) {
  .board-group .character {
    width: 1.9vw; }
    .board-group .character::after {
      background-size: 1.9vw 100%; }

  #board-titles .title.date {
    width: 8.5vw; }
  #board-titles .title.location {
    width: 33vw; }
  #board-titles .title.venue {
    width: 34vw; }
  #board-titles .title.boarding {
    width: 7.2vw; }

  #nav .nav-item {
    font-size: 36px;
    margin-right: 50px; }

  #header-share a:first-child {
    margin-left: 15px; }
  #header-share p {
    font-size: 22px; } }
@media (max-width: 980px) {
  .board-group .boarding .character {
    width: 100px; }
    .board-group .boarding .character::after {
      background-size: 100px 100%; }
  .board-group .character {
    height: 35px; }
    .board-group .character .letter {
      font-size: 20px;
      line-height: 35px;
      top: 50%; }
      .board-group .character .letter.top {
        height: 18.5px;
        top: 0; }

  #ticket-details-2 {
    top: 216px; } }
@media (max-width: 900px) {
  .board-wrapper {
    padding-left: 20px;
    padding-right: 20px; }

  .board-group .board.date {
    margin-left: 5px; }

  #nav .nav-item {
    font-size: 30px; }

  .board-group .character {
    width: 2vw; }
    .board-group .character::after {
      background-size: 2vw 100%; }

  #board-titles .title.location {
    width: 34vw; }
  #board-titles .title.venue {
    width: 35.1vw; }
  #board-titles .title.boarding {
    width: 7.2vw; }

  #board-footer {
    padding-left: 20px; }

  #ticket-details-2 {
    top: 194px; } }
@media (max-width: 860px) {
  #nav .nav-item {
    margin-right: 30px; }

  .board-group .boarding .character {
    width: 90px; }

  #board-titles .title.date {
    width: 7.5vw; }
  #board-titles .title.location {
    width: 32vw; }
  #board-titles .title.venue {
    width: 33vw; }
  #board-titles .title.boarding {
    width: 6.2vw; } }
@media (max-width: 840px) {
  #board-footer ul {
    text-align: center; }
  #board-footer li {
    font-size: 22px;
    margin-right: 30px; }

  [class*="sprite-vehicle"]::before {
    background-position: -36px -41px;
    background-size: 175px 90.5px;
    margin-right: 15px;
    height: 17px;
    width: 19px; }

  .sprite-vehicle-plane::before {
    background-position: -1px -41px;
    height: 16px;
    width: 33px; }

  .sprite-vehicle-train::before {
    background-position: -56px -41px;
    height: 25px;
    width: 18px; }

  [class*="sprite-arrow"]::after {
    background-position: -80px -1px;
    background-size: 175px 90.5px;
    height: 27px;
    margin-left: 15px;
    width: 28px; }

  [class*='sprite-arrow-diag']::after {
    background-position: -80px -29px; } }
@media (max-width: 814px) {
  #ticket-details-2 {
    top: 179px; } }
@media (max-width: 800px) {
  #logo {
    background-position: 0 -1px;
    background-size: 175px 90.5px;
    height: 39px;
    width: 40px;
    margin-right: 35px; }
    #logo.dark {
      background-position: -40px -1px; }

  #nav .nav-item {
    font-size: 24px;
    padding-top: 6px; }

  .board-group {
    margin-bottom: 20px; }

  #header-share {
    line-height: 1; }

  #footer h2 {
    font-size: 30px;
    padding-top: 0; }

  #board-footer li:last-child, .btn {
    font-size: 22px; }

  #seat-picker .board-wrapper {
    margin-left: 75px; } }
@media (max-width: 740px) {
  #plane {
    display: none; }

  #seat-picker {
    max-width: none;
    width: 90%;
    margin: 0 auto; }
    #seat-picker .board-wrapper {
      margin: 0 auto; } }
@media (max-width: 670px) {
  #board-titles .title span {
    font-size: 16px; }

  .board-group {
    padding-left: 0; }
    .board-group .board.date {
      margin-left: 0; }
    .board-group .boarding .character {
      width: 70px; }
      .board-group .boarding .character::after {
        background-size: 70px 100%; }
    .board-group .character {
      width: 12px; }
      .board-group .character + .character {
        margin-left: -2px; }
      .board-group .character::after {
        background-size: 12px 100%; }
      .board-group .character .letter {
        font-size: 15px;
        line-height: 38px; }
        .board-group .character .letter.top {
          height: 19.5px;
          top: -1px; }

  #board-titles {
    margin-left: 0; }
    #board-titles .title.date {
      width: 62px; }
    #board-titles .title.location {
      width: 202px; }
    #board-titles .title.venue {
      width: 212px; }
    #board-titles .title.boarding {
      width: 50px; }

  .share, .super-share {
    background-position: -302px -34px;
    height: 22px;
    width: 22px; }
    .share:hover, .super-share:hover {
      background-position: -302px -58px; }
    .share.twitter, .super-share.twitter {
      background-position: -220px -158px; }
      .share.twitter:hover, .super-share.twitter:hover {
        background-position: -244px -158px; }
    .share.super, .super-share.super {
      background-position: -268px -158px; }
      .share.super:hover, .super-share.super:hover {
        background-position: -292px -158px; }

  #header-share {
    line-height: 43px; }
    #header-share p {
      font-size: 18px; }

  #footer {
    height: 100px; }
    #footer h2 {
      padding-top: 10px; }

  .board-group::after, .board-group::before {
    background: none;
    content: '';
    display: none; } }
@media (max-width: 605px) {
  #nav .nav-item {
    font-size: 22px;
    margin-right: 20px; }

  #logo {
    margin-right: 25px; }

  #header-share a:first-child {
    margin-left: 12px; }

  .board-group .character {
    height: 30px;
    width: 11px; }
    .board-group .character::after {
      background-size: 11px 100%; }
    .board-group .character + .character {
      margin-left: -2px; }
    .board-group .character .letter {
      font-size: 15px;
      height: 31px;
      line-height: 36px; }
      .board-group .character .letter.top {
        height: 18px;
        top: -1px; }

  #board-titles .title.date {
    width: 57px; }
  #board-titles .title.location {
    width: 182px; }
  #board-titles .title.venue {
    width: 191px; } }

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