@charset "UTF-8";
* {
  -webkit-overflow-scrolling: touch; }

@font-face {
  font-family: 'airnewzald';
  src: url("../fonts/airnewzald.eot");
  src: url("../fonts/airnewzald.eot?#iefix") format("embedded-opentype"), url("../fonts/airnewzald.woff") format("woff"), url("../fonts/airnewzald.ttf") format("truetype"), url("../fonts/airnewzald.svg#5058f1af8388633f609cadb75a75dc9d") format("svg");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'brown';
  src: url("../fonts/lineto-brown-light.woff") format("woff");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: 'brown';
  src: url("../fonts/lineto-brown-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'brown';
  src: url("../fonts/lineto-brown-bold.woff") format("woff");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: 'showcations-icons';
  src: url("../fonts/showcations-icons.woff2?70819781") format("woff2");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'showcations-icons';
    src: url('../font/showcations-icons.svg?70819781#showcations-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "showcations-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-airnz-koru:before {
  content: '\e800'; }

/* '¯áÇ' */
body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'brown';
  background-color: #1b1b1b;
  color: #faf3e6;
  font-weight: 400;
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-size: 12px;
  position: fixed; }
  @media all and (min-width: 770px) {
    body, html {
      font-size: 11px; } }
  @media all and (min-width: 1025px) {
    body, html {
      font-size: 13px; } }

.debug {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: .8em;
  font-family: monospace;
  background-color: #000;
  z-index: 99999; }
  .debug span {
    display: block;
    padding: 5px; }

input {
  font-family: 'brown';
  font-weight: 400;
  color: #faf3e6; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  font-weight: 500; }

p {
  margin: 0px;
  padding: 0px;
  max-width: 650px;
  padding-bottom: 20px;
  line-height: 1.4em; }

h1 {
  font-size: 3em;
  line-height: 1.1em;
  padding-bottom: 20px; }
  @media all and (min-width: 770px) {
    h1 {
      font-size: 5em; } }

h2 {
  font-size: 1.7em;
  line-height: 1.2em; }
  @media all and (min-width: 770px) {
    h2 {
      font-size: 2em; } }

h3 {
  font-size: 3em; }

h4 {
  font-size: 2em; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #faf3e6; }
  a.inline {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(250, 243, 230, 0.33);
    transition: .25s; }
    a.inline:hover {
      padding-bottom: 1px;
      border-bottom: 2px solid #faf3e6; }

* {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  *::-webkit-scrollbar {
    width: 2px; }
    @media all and (min-width: 770px) {
      *::-webkit-scrollbar {
        width: 7px; } }
  *::-webkit-scrollbar-track {
    background: black; }
  *::-webkit-scrollbar-thumb {
    background: #c8c2b8; }
  *::-webkit-scrollbar-thumb:hover {
    background: #faf3e6; }

.outerWrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.btn {
  position: relative;
  font-size: .9em;
  line-height: 1em;
  cursor: pointer;
  color: #faf3e6;
  padding-bottom: 2px;
  text-shadow: 0px 0px 5px rgba(27, 27, 27, 0.5); }
  .btn i, .btn .i {
    transition: .5s; }
  .btn .i {
    display: inline-block;
    height: 1em;
    color: #faf3e6; }
  .btn.icon {
    border-radius: 32px;
    display: block;
    transition: .5s;
    width: 32px;
    height: 32px;
    text-align: center; }
    .btn.icon i, .btn.icon .i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media all and (min-width: 770px) {
      .btn.icon.solid {
        background-color: #faf3e6;
        color: #1b1b1b; }
        .btn.icon.solid:hover {
          background-color: #1b1b1b;
          color: #faf3e6; } }
    .btn.icon.solid.black {
      color: #faf3e6;
      background-color: #1b1b1b; }
      @media all and (min-width: 770px) {
        .btn.icon.solid.black:hover {
          color: #1b1b1b;
          background-color: #faf3e6; } }
    .btn.icon.large {
      width: 60px;
      height: 60px; }
      .btn.icon.large i, .btn.icon.large .i {
        font-size: 1.75em; }
  .btn.text {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-radius: 32px;
    display: inline-block;
    transition: .5s;
    margin-left: auto;
    margin-right: auto; }
    .btn.text.solid {
      border: 1px solid #faf3e6;
      background-color: #faf3e6;
      color: #1b1b1b; }
      @media all and (min-width: 1025px) {
        .btn.text.solid:hover {
          background-color: #1b1b1b;
          color: #faf3e6; } }
    @media all and (min-width: 770px) {
      .btn.text.large {
        font-size: 1.5em;
        padding: 20px;
        padding-left: 40px;
        padding-right: 40px; }
      .btn.text.medium {
        font-size: 1.15em;
        padding: 12px;
        padding-left: 27px;
        padding-right: 27px; } }
  .btn.black {
    background-color: black;
    color: #faf3e6; }
    @media all and (min-width: 1025px) {
      .btn.black:hover {
        background-color: #faf3e6;
        color: #1b1b1b; }
        .btn.black:hover i, .btn.black:hover .i {
          color: #1b1b1b; } }
  .btn.partner, .btn.airnz {
    background-color: black;
    color: #faf3e6;
    padding-left: 35px;
    padding-right: 10px; }
    .btn.partner:before, .btn.airnz:before {
      content: '';
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      background-color: #fff;
      top: 50%;
      left: 2px;
      transform: translate(0%, -50%); }
    .btn.partner i, .btn.airnz i {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translate(0%, -50%); }
  .btn.airnz:before {
    background-color: #9b258f; }
  .btn.airnz i {
    left: 8px; }
  @media all and (min-width: 1025px) {
    .btn.airnz:hover {
      background-color: #9b258f;
      color: #faf3e6; } }
  .btn.partner:before {
    background-color: #1d62a7; }
  .btn.partner i {
    left: .67em;
    color: white; }
  @media all and (min-width: 1025px) {
    .btn.partner:hover {
      background-color: #1d62a7;
      color: white; } }
  .btn.right.partner, .btn.right.airnz {
    background-color: black;
    color: #faf3e6;
    padding-right: 30px; }
    .btn.right.partner:before, .btn.right.airnz:before {
      content: '';
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      background-color: #fff;
      top: 50%;
      right: 2px;
      transform: translate(0%, -50%); }
    .btn.right.partner i, .btn.right.airnz i {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translate(0%, -50%); }
  .btn.right.airnz:before {
    background-color: #9b258f; }
  .btn.right.airnz i {
    right: 8px; }
  @media all and (min-width: 1025px) {
    .btn.right.airnz:hover {
      background-color: #9b258f;
      color: #faf3e6; } }
  .btn.right.partner:before {
    background-color: #1d62a7; }
  .btn.right.partner i {
    right: 8px;
    color: black; }
  @media all and (min-width: 1025px) {
    .btn.right.partner:hover {
      background-color: #1d62a7;
      color: black; } }
  .btn.outline {
    background-color: rgba(0, 0, 0, 0.33);
    color: #faf3e6; }
    @media all and (min-width: 770px) {
      .btn.outline:hover {
        background-color: rgba(0, 0, 0, 0.5); } }

.toggleNav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 9994;
  background-color: black; }
  .toggleNav:after {
    content: '';
    display: block;
    clear: both; }
  @media all and (min-width: 770px) {
    .toggleNav.mobileOnly {
      display: none; } }
  @media all and (max-width: 770px) {
    .toggleNav.desktopOnly {
      display: none; } }
  .toggleNav a {
    display: block;
    padding: 17px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    cursor: pointer;
    text-align: center;
    transition: .25s;
    border-bottom: 0px solid #faf3e6;
    background-color: rgba(250, 243, 230, 0);
    overflow: hidden; }
    .toggleNav a span {
      display: block;
      overflow: hidden;
      width: 300px; }
    .toggleNav a.active {
      border-top: none;
      border-bottom: 3px solid #faf3e6;
      padding-bottom: 14px; }
    .toggleNav a img {
      display: inline-block;
      height: 1em; }
    @media all and (min-width: 770px) {
      .toggleNav a:hover {
        border-bottom: 6px solid #faf3e6;
        padding-top: 14px;
        padding-bottom: 14px; } }
  .toggleNav.c2 a {
    width: 50%; }
  .toggleNav.c3 a {
    width: 33.3333%; }
  .toggleNav.c4 a {
    width: 25%; }

.logoLockup {
  z-index: 9999;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px; }
  .logoLockup img {
    position: absolute;
    height: 25px;
    top: 20px; }
    @media all and (min-width: 1025px) {
      .logoLockup img {
        height: 35px; } }
    .logoLockup img.showcations {
      padding-top: 3px;
      padding-bottom: 3px; }
  .logoLockup.rev .showcations {
    left: 20px; }
  .logoLockup.rev .partners {
    right: 20px; }
  @media all and (max-width: 770px) {
    .logoLockup {
      display: none; } }

.overlay {
  z-index: 9995;
  position: fixed;
  width: 32px;
  height: 32px;
  transition: all .5s 0s, top .5s .5s, bottom .5s .5s, transform .5s .5s;
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, 0%);
  overflow: hidden; }
  @media all and (max-width: 1025px) {
    .overlay {
      transition: all 0s .5s, opacity .5s 0s; } }
  @media all and (min-width: 770px) {
    .overlay {
      background-color: #faf3e6; } }
  @media all and (max-width: 770px) {
    .overlay.top {
      top: 10px;
      left: 70%; } }
  @media all and (min-width: 770px) {
    .overlay.top {
      top: 20px;
      left: 50%; } }
  @media all and (max-width: 770px) {
    .overlay.bottom {
      top: 10px;
      left: 90%; } }
  @media all and (min-width: 770px) {
    .overlay.bottom {
      bottom: 20px;
      left: 50%; } }
  .overlay:hover {
    background-color: rgba(27, 27, 27, 0.9); }
    .overlay:hover i {
      color: #faf3e6; }
  .overlay .fa-times {
    display: none; }
  .overlay .toggle {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s 0s, font-size .5s 0s;
    z-index: 999;
    color: #faf3e6; }
    @media all and (min-width: 770px) {
      .overlay .toggle {
        color: #1b1b1b; } }
    .overlay .toggle i {
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
  .overlay .overlayPositioner {
    visibility: hidden;
    transition: all 0s; }
    @media all and (min-width: 770px) {
      .overlay .overlayPositioner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 66%; } }
    .overlay .overlayPositioner:after {
      content: '';
      display: block;
      clear: both; }
  .overlay .overlayInner {
    position: relative;
    visibility: hidden;
    transition: all 0s; }
    @media all and (min-width: 770px) {
      .overlay .overlayInner.fullwidth {
        width: 100%; }
        .overlay .overlayInner.fullwidth .block {
          padding: 20px !important;
          text-align: center; } }
    .overlay .overlayInner .block {
      padding: 20px;
      padding-bottom: 10px;
      visibility: hidden;
      opacity: 0;
      transition: all 0s, opacity .25s 0s, visibility 0s .25s; }
      @media all and (min-width: 770px) {
        .overlay .overlayInner .block {
          padding: 30px; } }
      .overlay .overlayInner .block input {
        display: block;
        border: none;
        padding: 20px;
        font-size: 2em;
        background-color: transparent; }
        .overlay .overlayInner .block input::placeholder {
          color: #faf3e6; }
      .overlay .overlayInner .block h2 {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5em;
        padding-bottom: 10px; }
        @media all and (max-width: 770px) {
          .overlay .overlayInner .block h2 {
            padding-top: 10px;
            max-width: 200px; } }
      .overlay .overlayInner .block p {
        max-width: 100%;
        padding-bottom: 0px;
        padding-top: 10px; }
      .overlay .overlayInner .block .result {
        font-size: 2em;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(250, 243, 230, 0.33); }
        .overlay .overlayInner .block .result:first-child {
          border-top: 1px solid rgba(250, 243, 230, 0.33); }
      .overlay .overlayInner .block.left {
        text-align: center; }
        @media all and (min-width: 770px) {
          .overlay .overlayInner .block.left {
            width: 50%;
            float: left;
            padding-right: 100px; } }
      .overlay .overlayInner .block.right {
        text-align: center; }
        @media all and (min-width: 770px) {
          .overlay .overlayInner .block.right {
            width: 50%;
            float: left;
            padding-left: 100px; } }
      .overlay .overlayInner .block.center {
        text-align: center;
        width: 100%;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto; }
      .overlay .overlayInner .block .icon {
        padding-bottom: 15px; }
        .overlay .overlayInner .block .icon img {
          display: inline;
          height: 3em; }
          @media all and (min-width: 770px) {
            .overlay .overlayInner .block .icon img {
              height: 6em; } }
        .overlay .overlayInner .block .icon i {
          font-size: 3em; }
          @media all and (min-width: 770px) {
            .overlay .overlayInner .block .icon i {
              font-size: 6em; } }
        @media all and (min-width: 770px) {
          .overlay .overlayInner .block .icon {
            padding-bottom: 40px; } }
  @media all and (min-width: 770px) {
    .overlay.modal .overlayInner {
      width: 80%;
      max-width: 720px;
      height: auto;
      background-color: rgba(27, 27, 27, 0.8);
      padding: 10px; } }
  @media all and (min-width: 770px) {
    .overlay.modal .block.center, .overlay.modal .block.left, .overlay.modal .block.right {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      padding: 20px;
      max-width: 100%;
      width: 100%; } }
  .overlay.active {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    left: 50% !important;
    background-color: rgba(27, 27, 27, 0.8);
    transition: all .5s .5s, top .5s 0s, bottom .5s 0s, transform .5s 0s; }
    .overlay.active.setup {
      background-color: #1b1b1b; }
    @media all and (max-width: 1025px) {
      .overlay.active {
        transition: all 0s .5s, opacity .5s 0s; } }
    @media all and (max-width: 770px) {
      .overlay.active {
        overflow: scroll;
        top: 50% !important;
        transform: translate(-50%, -50%) !important; } }
    @media all and (min-width: 770px) {
      .overlay.active.modal {
        background-color: rgba(27, 27, 27, 0.5); } }
    .overlay.active .block {
      visibility: visible;
      opacity: 1;
      transition: all 0s, opacity .5s .5s, visibility 0s .5s; }
      @media all and (max-width: 1025px) {
        .overlay.active .block {
          transition: all 0s .5s, opacity .5s 0s; } }
    @media all and (min-width: 770px) {
      .overlay.active.top {
        top: 50% !important;
        transform: translate(-50%, -50%) !important; } }
    @media all and (min-width: 770px) {
      .overlay.active.bottom {
        bottom: 50% !important;
        transform: translate(-50%, 50%) !important; } }
    .overlay.active .toggle {
      color: #faf3e6;
      font-size: 3em;
      transition: all .5s 0s, font-size .5s .5s; }
      .overlay.active .toggle:hover {
        transform: translate(-50%, -50%) rotate(180deg); }
      @media all and (max-width: 770px) {
        .overlay.active .toggle {
          top: auto;
          bottom: 20px; } }
    .overlay.active .overlayInner {
      visibility: visible;
      transition: all 0s .5s, opacity .5s .5s; }
      @media all and (max-width: 1025px) {
        .overlay.active .overlayInner {
          transition: all 0s .5s, opacity .5s 0s; } }
    .overlay.active .overlayPositioner {
      visibility: visible;
      transition: all 0s .5s; }
    .overlay.active .fa-times {
      display: block; }
    .overlay.active .fa-search {
      display: none; }
    .overlay.active .fa-info {
      display: none; }

@media all and (max-width: 770px) {
  .hideMobile {
    display: none !important; } }

#back_button, #share_button {
  position: absolute !important;
  display: block !important;
  top: 15px;
  z-index: 998;
  opacity: 0;
  right: 20px; }
  @media all and (max-width: 770px) {
    #back_button, #share_button {
      background-color: transparent !important; } }
  @media all and (min-width: 770px) {
    #back_button, #share_button {
      right: auto;
      top: 21px;
      left: 50%;
      transform: translate(-50%, 0%); } }

@media all and (max-width: 770px) {
  #share_button {
    right: 120px; } }

@media all and (min-width: 770px) {
  .showUp .search {
    transform: translate(50%, 0%); } }
@media all and (max-width: 770px) {
  .showUp .search {
    display: none; } }
.showUp #back_button {
  opacity: 1; }
  @media all and (min-width: 770px) {
    .showUp #back_button {
      transform: translate(-200%, 0%); } }
.showUp #share_button {
  opacity: 1; }
  @media all and (min-width: 770px) {
    .showUp #share_button {
      transform: translate(-190%, 0%); } }
@media all and (max-width: 770px) {
  .showUp #overlay_info {
    display: none; } }

.section {
  position: relative;
  overflow: hidden; }
  .section.left {
    position: relative;
    height: 100%;
    width: 100%; }
    @media all and (min-width: 770px) {
      .section.left {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 50%; } }
  .section.right {
    position: relative;
    height: 100%;
    width: 100%; }
    @media all and (min-width: 770px) {
      .section.right {
        width: 50%;
        height: 100%;
        top: 0px;
        left: 50%; } }

.listWrapper {
  width: 268.8px;
  height: 268.8px;
  overflow-x: visible;
  overflow-y: visible;
  position: relative;
  margin-bottom: 40px; }
  @media all and (min-width: 770px) {
    .listWrapper {
      width: 326.4px;
      height: 326.4px; } }
  @media all and (min-width: 1500px) {
    .listWrapper {
      width: 633.6px;
      height: 633.6px; } }
  @media all and (min-width: 1025px) {
    .listWrapper {
      margin-bottom: 50px; } }
  .listWrapper#our_picks {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media all and (max-width: 770px) {
      .listWrapper#our_picks {
        margin-top: -30px; } }
  .listWrapper#find_flights {
    margin-bottom: 30px; }
  .listWrapper .swiperNav a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    height: 100%;
    width: 16%;
    cursor: pointer;
    z-index: 99;
    font-size: 1.5em; }
    .listWrapper .swiperNav a i {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: .25s; }
    .listWrapper .swiperNav a.prev {
      right: 100%; }
      .listWrapper .swiperNav a.prev i {
        left: 50%; }
      @media all and (min-width: 770px) {
        .listWrapper .swiperNav a.prev:hover i {
          left: 25%; } }
    .listWrapper .swiperNav a.next {
      left: 100%; }
      .listWrapper .swiperNav a.next i {
        left: 50%; }
      @media all and (min-width: 770px) {
        .listWrapper .swiperNav a.next:hover i {
          left: 75%; } }
  .listWrapper.small {
    width: 230.4px;
    height: 230.4px; }
    @media all and (min-width: 770px) {
      .listWrapper.small {
        width: 307.2px;
        height: 307.2px; } }
    @media all and (min-width: 1500px) {
      .listWrapper.small {
        width: 384px;
        height: 384px; } }
    .listWrapper.small .swiperNav a {
      width: 30px; }
  .listWrapper .frame {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(250, 243, 230, 0.2);
    border-radius: 0px;
    overflow: hidden;
    z-index: 1; }
    .listWrapper .frame:before, .listWrapper .frame:after {
      position: absolute;
      content: '';
      display: block;
      height: 1px;
      width: 200%;
      top: 50%;
      left: 50%;
      background-color: rgba(250, 243, 230, 0.2);
      transform: translate(-50%, -50%);
      transition: .5s; }
    .listWrapper .frame.loaded:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .listWrapper .frame.loaded:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .listWrapper .mainNav {
    position: absolute;
    top: -50px;
    left: 0px;
    text-align: center;
    display: none; }
    @media all and (min-width: 770px) {
      .listWrapper .mainNav {
        display: block; } }
    @media all and (min-width: 1025px) {
      .listWrapper .mainNav {
        top: -60px; } }
    .listWrapper .mainNav .btn {
      display: inline-block;
      padding: 10px;
      padding-left: 0px;
      padding-right: 0px;
      margin-right: 20px;
      font-size: 1.5em;
      color: rgba(250, 243, 230, 0.33);
      cursor: pointer;
      border-bottom: 1px solid rgba(250, 243, 230, 0);
      transition: .25s; }
      .listWrapper .mainNav .btn.active {
        color: #faf3e6; }
      .listWrapper .mainNav .btn:hover {
        border-bottom: 1px solid #faf3e6; }
  .listWrapper .listInner {
    position: relative;
    transition: .2s;
    z-index: 2; }
    .listWrapper .listInner.ui-draggable-dragging {
      transition: 0s !important; }
    .listWrapper .listInner .list {
      position: relative; }
      .listWrapper .listInner .list .item {
        transform-origin: 50% 50%;
        perspective: 2000px;
        transform-style: preserve-3d;
        cursor: pointer;
        position: absolute;
        top: 0px; }
        .listWrapper .listInner .list .item .itemInner {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) translateZ(-1000px);
          width: 100%;
          height: 100%;
          transition: 0.4s cubic-bezier(0.46, 0.66, 0.18, 1.31);
          opacity: .2; }
          .listWrapper .listInner .list .item .itemInner .owned {
            position: absolute;
            top: 0px;
            right: 10px;
            font-size: 1em;
            overflow: visible;
            z-index: 1; }
            .listWrapper .listInner .list .item .itemInner .owned img {
              display: block;
              width: 25px; }
            .listWrapper .listInner .list .item .itemInner .owned span {
              position: absolute;
              top: 10px;
              right: 25px;
              background-color: #1b1b1b;
              color: #1d62a7;
              padding: 5px;
              line-height: 1em;
              display: block;
              font-size: .8em;
              width: 110px;
              border-radius: 10px 0px 0px 10px;
              text-align: center;
              opacity: 0;
              transition: .25s; }
            .listWrapper .listInner .list .item .itemInner .owned:hover span {
              opacity: 1; }
          .listWrapper .listInner .list .item .itemInner .grad {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.75) 10%, transparent 80%);
            background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.75) 10%, transparent 80%);
            background: linear-gradient(45deg, rgba(0, 0, 0, 0.75) 10%, transparent 80%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
            transition: .4s;
            transform: translate(-50%, -50%); }
          .listWrapper .listInner .list .item .itemInner .globe {
            position: absolute;
            border-radius: 100%;
            background-color: #fff;
            top: 100px;
            right: -25px;
            transition: .4s 0s;
            transform: translate(-50%, -50%);
            z-index: 3;
            color: #000;
            text-align: center;
            cursor: pointer;
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
            width: 120px;
            height: 120px;
            font-size: 1.5em; }
            .listWrapper .listInner .list .item .itemInner .globe .gInner {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
            .listWrapper .listInner .list .item .itemInner .globe .destination {
              font-size: .9em; }
            .listWrapper .listInner .list .item .itemInner .globe .from {
              font-size: .5em; }
            .listWrapper .listInner .list .item .itemInner .globe .price {
              font-size: 3.5em;
              position: relative;
              padding-left: .15em;
              font-family: 'airnewzald';
              letter-spacing: -.05em;
              line-height: 1em;
              margin-top: -.1em; }
              .listWrapper .listInner .list .item .itemInner .globe .price span {
                display: block;
                position: absolute;
                top: .5em;
                left: -.1em;
                font-size: .4em;
                line-height: 1em; }
            .listWrapper .listInner .list .item .itemInner .globe.centered {
              width: 200px;
              height: 200px;
              font-size: 2em;
              right: auto !important;
              top: 50% !important;
              left: 50% !important; }
              @media all and (max-width: 770px) {
                .listWrapper .listInner .list .item .itemInner .globe.centered {
                  width: 150px;
                  height: 150px;
                  font-size: 1.5em; } }
            .listWrapper .listInner .list .item .itemInner .globe .booknow {
              position: absolute;
              width: 2.5em;
              height: 2.5em;
              bottom: -.5em;
              right: 0px;
              background-color: #9b258f;
              color: #fff;
              border-radius: 100%;
              opacity: 0;
              transition: .25s; }
              .listWrapper .listInner .list .item .itemInner .globe .booknow span {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: .5em;
                line-height: 1em; }
          .listWrapper .listInner .list .item .itemInner .videoHolder {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            transition: 0.4s cubic-bezier(0.46, 0.66, 0.18, 1.31);
            border-radius: 0px;
            background-color: #000;
            overflow: hidden;
            box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.5);
            background-image: url("/content/mr-robot/thumbnail.jpg");
            background-size: cover;
            background-position: center;
            pointer-events: none; }
            .listWrapper .listInner .list .item .itemInner .videoHolder video {
              position: absolute;
              height: 100%;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .listWrapper .listInner .list .item .itemInner .overviewHolder {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(-50%, -100%);
            transition: .3s;
            width: 100%;
            padding: 20px;
            opacity: 0; }
            @media all and (min-width: 770px) {
              .listWrapper .listInner .list .item .itemInner .overviewHolder {
                padding: 30px; } }
            .listWrapper .listInner .list .item .itemInner .overviewHolder img {
              width: 100%;
              pointer-events: none; }
            .listWrapper .listInner .list .item .itemInner .overviewHolder .showTitle {
              pointer-events: none;
              font-size: 2em;
              text-transform: uppercase;
              font-weight: 500;
              line-height: 1em;
              width: 70%;
              text-align: left; }
              @media all and (min-width: 770px) {
                .listWrapper .listInner .list .item .itemInner .overviewHolder .showTitle {
                  font-size: 2.5em; } }
              .listWrapper .listInner .list .item .itemInner .overviewHolder .showTitle span {
                font-weight: 400;
                text-transform: none;
                display: block;
                font-size: .4em;
                line-height: 1em; }
              .listWrapper .listInner .list .item .itemInner .overviewHolder .showTitle span.location {
                padding-top: 5px; }
              .listWrapper .listInner .list .item .itemInner .overviewHolder .showTitle span.type {
                padding-bottom: 5px; }
            .listWrapper .listInner .list .item .itemInner .overviewHolder.scrub {
              top: 50%;
              transform: translate(-50%, -50%);
              opacity: 1; }
              .listWrapper .listInner .list .item .itemInner .overviewHolder.scrub .showTitle {
                text-align: center;
                width: 100%; }
          .listWrapper .listInner .list .item .itemInner .btn {
            padding-left: 33px;
            margin-top: 15px; }
            .listWrapper .listInner .list .item .itemInner .btn i {
              line-height: 1em;
              position: absolute;
              top: 50%;
              left: 20px;
              transform: translate(-50%, -50%); }
        .listWrapper .listInner .list .item:hover .itemInner .btn.open {
          color: #1b1b1b;
          background-color: #faf3e6; }
          .listWrapper .listInner .list .item:hover .itemInner .btn.open i {
            transform: translate(-50%, -50%) rotate(360deg); }
        .listWrapper .listInner .list .item.active .itemInner {
          transform: translate(-50%, -50%) translateZ(0px);
          opacity: 1; }
          .listWrapper .listInner .list .item.active .itemInner .videoHolder {
            box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.75); }
          .listWrapper .listInner .list .item.active .itemInner .globe {
            opacity: 1;
            top: 0px; }
            .listWrapper .listInner .list .item.active .itemInner .globe:hover {
              transition: .4s 0s; }
            .listWrapper .listInner .list .item.active .itemInner .globe .booknow {
              opacity: 1; }
          .listWrapper .listInner .list .item.active .itemInner .overviewHolder {
            opacity: 1; }
            .listWrapper .listInner .list .item.active .itemInner .overviewHolder.scrub {
              opacity: 0; }
        @media all and (min-width: 770px) {
          .listWrapper .listInner .list .item.active:hover .itemInner {
            transform: translate(-50%, -50%) translateZ(100px); } }
  .listWrapper.dragging .itemInner {
    opacity: 1 !important;
    transform: translate(-50%, -50%) translateZ(-500px) !important; }
  .listWrapper .swiperScroller {
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 100%;
    height: 20px; }
    @media all and (min-width: 1025px) {
      .listWrapper .swiperScroller {
        bottom: -50px; } }
    .listWrapper .swiperScroller .handle {
      width: 50px;
      height: 100%;
      position: absolute;
      cursor: pointer;
      z-index: 2; }
      .listWrapper .swiperScroller .handle:after {
        content: '';
        position: absolute;
        display: block;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        transition: .25s;
        background-color: #faf3e6;
        width: 15px;
        height: 15px;
        border-radius: 20px; }
      .listWrapper .swiperScroller .handle:hover:after, .listWrapper .swiperScroller .handle.ui-draggable-dragging:after {
        background-color: #faf3e6;
        width: 100%;
        height: 100%; }
    .listWrapper .swiperScroller:before {
      content: '';
      display: block;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
      height: 1px;
      background-color: rgba(250, 243, 230, 0.33);
      position: absolute;
      z-index: 1; }

* {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

#renderCanvas {
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: grab;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none; }

#section_map {
  touch-actions: none; }

.showOverview, .destinationOverview {
  position: absolute;
  top: 100%;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: auto 110%;
  background-position: center 0px;
  transition: all 0s, top .5s;
  color: #faf3e6;
  background-color: #1b1b1b; }
  @media all and (min-width: 770px) {
    .showOverview:after, .destinationOverview:after {
      content: '';
      position: fixed;
      display: block;
      background-color: #1b1b1b;
      height: 75px;
      top: 0px;
      left: 0px;
      z-index: 10;
      width: 50%;
      opacity: 0;
      transition: .5s; } }
  .showOverview.scrolled:after, .destinationOverview.scrolled:after {
    opacity: 1; }
  .showOverview.active, .destinationOverview.active {
    top: 0px; }
  .showOverview .scroller, .destinationOverview .scroller {
    overflow-x: auto;
    max-height: 100%;
    position: relative; }
    .showOverview .scroller .showDetails, .showOverview .scroller .flightDetails, .showOverview .scroller .watchDetails, .showOverview .scroller .locationDetails, .showOverview .scroller .competitionDetails, .destinationOverview .scroller .showDetails, .destinationOverview .scroller .flightDetails, .destinationOverview .scroller .watchDetails, .destinationOverview .scroller .locationDetails, .destinationOverview .scroller .competitionDetails {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 60px;
      padding-top: 10px;
      position: relative;
      overflow: hidden; }
      @media all and (min-width: 770px) {
        .showOverview .scroller .showDetails, .showOverview .scroller .flightDetails, .showOverview .scroller .watchDetails, .showOverview .scroller .locationDetails, .showOverview .scroller .competitionDetails, .destinationOverview .scroller .showDetails, .destinationOverview .scroller .flightDetails, .destinationOverview .scroller .watchDetails, .destinationOverview .scroller .locationDetails, .destinationOverview .scroller .competitionDetails {
          padding-left: 30px;
          padding-right: 30px; } }
      .showOverview .scroller .showDetails .meta, .showOverview .scroller .flightDetails .meta, .showOverview .scroller .watchDetails .meta, .showOverview .scroller .locationDetails .meta, .showOverview .scroller .competitionDetails .meta, .destinationOverview .scroller .showDetails .meta, .destinationOverview .scroller .flightDetails .meta, .destinationOverview .scroller .watchDetails .meta, .destinationOverview .scroller .locationDetails .meta, .destinationOverview .scroller .competitionDetails .meta {
        font-size: .8em;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 30px;
        color: rgba(250, 243, 230, 0.66); }
      .showOverview .scroller .showDetails .title, .showOverview .scroller .flightDetails .title, .showOverview .scroller .watchDetails .title, .showOverview .scroller .locationDetails .title, .showOverview .scroller .competitionDetails .title, .destinationOverview .scroller .showDetails .title, .destinationOverview .scroller .flightDetails .title, .destinationOverview .scroller .watchDetails .title, .destinationOverview .scroller .locationDetails .title, .destinationOverview .scroller .competitionDetails .title {
        font-size: 2.5em;
        font-weight: 500;
        padding-bottom: 10px;
        padding-top: 0px;
        line-height: 1em; }
        @media all and (min-width: 770px) {
          .showOverview .scroller .showDetails .title, .showOverview .scroller .flightDetails .title, .showOverview .scroller .watchDetails .title, .showOverview .scroller .locationDetails .title, .showOverview .scroller .competitionDetails .title, .destinationOverview .scroller .showDetails .title, .destinationOverview .scroller .flightDetails .title, .destinationOverview .scroller .watchDetails .title, .destinationOverview .scroller .locationDetails .title, .destinationOverview .scroller .competitionDetails .title {
            font-size: 3em; } }
        .showOverview .scroller .showDetails .title.large, .showOverview .scroller .flightDetails .title.large, .showOverview .scroller .watchDetails .title.large, .showOverview .scroller .locationDetails .title.large, .showOverview .scroller .competitionDetails .title.large, .destinationOverview .scroller .showDetails .title.large, .destinationOverview .scroller .flightDetails .title.large, .destinationOverview .scroller .watchDetails .title.large, .destinationOverview .scroller .locationDetails .title.large, .destinationOverview .scroller .competitionDetails .title.large {
          font-size: 2.75em; }
          @media all and (min-width: 770px) {
            .showOverview .scroller .showDetails .title.large, .showOverview .scroller .flightDetails .title.large, .showOverview .scroller .watchDetails .title.large, .showOverview .scroller .locationDetails .title.large, .showOverview .scroller .competitionDetails .title.large, .destinationOverview .scroller .showDetails .title.large, .destinationOverview .scroller .flightDetails .title.large, .destinationOverview .scroller .watchDetails .title.large, .destinationOverview .scroller .locationDetails .title.large, .destinationOverview .scroller .competitionDetails .title.large {
              font-size: 4.5em; } }
      .showOverview .scroller .showDetails .locations, .showOverview .scroller .flightDetails .locations, .showOverview .scroller .watchDetails .locations, .showOverview .scroller .locationDetails .locations, .showOverview .scroller .competitionDetails .locations, .destinationOverview .scroller .showDetails .locations, .destinationOverview .scroller .flightDetails .locations, .destinationOverview .scroller .watchDetails .locations, .destinationOverview .scroller .locationDetails .locations, .destinationOverview .scroller .competitionDetails .locations {
        line-height: 1.3em;
        padding-bottom: 10px;
        margin-top: -5px; }
      .showOverview .scroller .showDetails .description, .showOverview .scroller .flightDetails .description, .showOverview .scroller .watchDetails .description, .showOverview .scroller .locationDetails .description, .showOverview .scroller .competitionDetails .description, .destinationOverview .scroller .showDetails .description, .destinationOverview .scroller .flightDetails .description, .destinationOverview .scroller .watchDetails .description, .destinationOverview .scroller .locationDetails .description, .destinationOverview .scroller .competitionDetails .description {
        padding-top: 0px;
        line-height: 1.3em;
        padding-bottom: 20px;
        max-width: 600px; }
      .showOverview .scroller .showDetails .video, .showOverview .scroller .flightDetails .video, .showOverview .scroller .watchDetails .video, .showOverview .scroller .locationDetails .video, .showOverview .scroller .competitionDetails .video, .destinationOverview .scroller .showDetails .video, .destinationOverview .scroller .flightDetails .video, .destinationOverview .scroller .watchDetails .video, .destinationOverview .scroller .locationDetails .video, .destinationOverview .scroller .competitionDetails .video {
        padding-bottom: 20px; }
        .showOverview .scroller .showDetails .video video, .showOverview .scroller .flightDetails .video video, .showOverview .scroller .watchDetails .video video, .showOverview .scroller .locationDetails .video video, .showOverview .scroller .competitionDetails .video video, .destinationOverview .scroller .showDetails .video video, .destinationOverview .scroller .flightDetails .video video, .destinationOverview .scroller .watchDetails .video video, .destinationOverview .scroller .locationDetails .video video, .destinationOverview .scroller .competitionDetails .video video {
          width: 100%; }
      .showOverview .scroller .showDetails .logo, .showOverview .scroller .flightDetails .logo, .showOverview .scroller .watchDetails .logo, .showOverview .scroller .locationDetails .logo, .showOverview .scroller .competitionDetails .logo, .destinationOverview .scroller .showDetails .logo, .destinationOverview .scroller .flightDetails .logo, .destinationOverview .scroller .watchDetails .logo, .destinationOverview .scroller .locationDetails .logo, .destinationOverview .scroller .competitionDetails .logo {
        float: right;
        height: 30px;
        display: block;
        position: relative;
        margin-bottom: 20px; }
        @media all and (max-width: 770px) {
          .showOverview .scroller .showDetails .logo, .showOverview .scroller .flightDetails .logo, .showOverview .scroller .watchDetails .logo, .showOverview .scroller .locationDetails .logo, .showOverview .scroller .competitionDetails .logo, .destinationOverview .scroller .showDetails .logo, .destinationOverview .scroller .flightDetails .logo, .destinationOverview .scroller .watchDetails .logo, .destinationOverview .scroller .locationDetails .logo, .destinationOverview .scroller .competitionDetails .logo {
            margin-top: -30px;
            margin-right: -10px;
            height: 17px; }
            .showOverview .scroller .showDetails .logo.partner, .showOverview .scroller .flightDetails .logo.partner, .showOverview .scroller .watchDetails .logo.partner, .showOverview .scroller .locationDetails .logo.partner, .showOverview .scroller .competitionDetails .logo.partner, .destinationOverview .scroller .showDetails .logo.partner, .destinationOverview .scroller .flightDetails .logo.partner, .destinationOverview .scroller .watchDetails .logo.partner, .destinationOverview .scroller .locationDetails .logo.partner, .destinationOverview .scroller .competitionDetails .logo.partner {
              height: 25px; } }
      .showOverview .scroller .showDetails.hasPadding, .showOverview .scroller .flightDetails.hasPadding, .showOverview .scroller .watchDetails.hasPadding, .showOverview .scroller .locationDetails.hasPadding, .showOverview .scroller .competitionDetails.hasPadding, .destinationOverview .scroller .showDetails.hasPadding, .destinationOverview .scroller .flightDetails.hasPadding, .destinationOverview .scroller .watchDetails.hasPadding, .destinationOverview .scroller .locationDetails.hasPadding, .destinationOverview .scroller .competitionDetails.hasPadding {
        padding-top: 600px; }
        @media all and (max-width: 770px) {
          .showOverview .scroller .showDetails.hasPadding, .showOverview .scroller .flightDetails.hasPadding, .showOverview .scroller .watchDetails.hasPadding, .showOverview .scroller .locationDetails.hasPadding, .showOverview .scroller .competitionDetails.hasPadding, .destinationOverview .scroller .showDetails.hasPadding, .destinationOverview .scroller .flightDetails.hasPadding, .destinationOverview .scroller .watchDetails.hasPadding, .destinationOverview .scroller .locationDetails.hasPadding, .destinationOverview .scroller .competitionDetails.hasPadding {
            padding-bottom: 30px; } }
      .showOverview .scroller .showDetails p .btn, .showOverview .scroller .flightDetails p .btn, .showOverview .scroller .watchDetails p .btn, .showOverview .scroller .locationDetails p .btn, .showOverview .scroller .competitionDetails p .btn, .destinationOverview .scroller .showDetails p .btn, .destinationOverview .scroller .flightDetails p .btn, .destinationOverview .scroller .watchDetails p .btn, .destinationOverview .scroller .locationDetails p .btn, .destinationOverview .scroller .competitionDetails p .btn {
        display: inline-block;
        margin-bottom: 10px; }
  .showOverview .innerSection, .destinationOverview .innerSection {
    background-color: #1b1b1b; }
    .showOverview .innerSection:before, .destinationOverview .innerSection:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 1px;
      background-color: rgba(250, 243, 230, 0.1); }
  .showOverview .hasTint, .destinationOverview .hasTint {
    background-color: transparent;
    background: linear-gradient(12deg, rgba(27, 27, 27, 0.99) 15%, rgba(27, 27, 27, 0.1) 60%, rgba(27, 27, 27, 0.1) 75%, rgba(27, 27, 27, 0.3) 95%); }
  .showOverview .swiper, .destinationOverview .swiper {
    margin-top: 20px; }
  @media all and (max-width: 770px) {
    .showOverview:before, .destinationOverview:before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 60px;
      background-color: rgba(27, 27, 27, 0.8);
      z-index: 10; } }
  .showOverview .toggleNav .navTitle, .destinationOverview .toggleNav .navTitle {
    display: none; }
  @media all and (max-width: 770px) {
    .showOverview .toggleNav, .destinationOverview .toggleNav {
      bottom: auto;
      top: 0px;
      left: 0px;
      width: 210px;
      background: none; }
      .showOverview .toggleNav.naved .navTitle, .destinationOverview .toggleNav.naved .navTitle {
        display: block; }
      .showOverview .toggleNav.naved a, .destinationOverview .toggleNav.naved a {
        display: none; }
      .showOverview .toggleNav a, .showOverview .toggleNav .navTitle, .destinationOverview .toggleNav a, .destinationOverview .toggleNav .navTitle {
        padding: 21px;
        padding-left: 33px;
        margin-left: 15px;
        padding-top: 15px;
        display: block;
        float: none;
        width: auto;
        text-align: left;
        border: none !important;
        background-color: rgba(27, 27, 27, 0.8);
        position: relative; }
        .showOverview .toggleNav a.active, .showOverview .toggleNav .navTitle.active, .destinationOverview .toggleNav a.active, .destinationOverview .toggleNav .navTitle.active {
          display: block;
          position: absolute;
          padding-top: 0px;
          padding-bottom: 0px;
          margin-left: 0px;
          padding-left: 50px;
          top: 35px;
          font-size: .7em;
          background-color: rgba(27, 27, 27, 0);
          pointer-events: none;
          transition: 0s; }
        .showOverview .toggleNav a i, .showOverview .toggleNav .navTitle i, .destinationOverview .toggleNav a i, .destinationOverview .toggleNav .navTitle i {
          display: block;
          position: absolute;
          left: 13px;
          top: 16px; }
      .showOverview .toggleNav .navTitle, .destinationOverview .toggleNav .navTitle {
        height: 60px;
        cursor: pointer;
        padding-left: 55px;
        margin-left: 0px;
        background-color: rgba(27, 27, 27, 0); }
        .showOverview .toggleNav .navTitle i, .destinationOverview .toggleNav .navTitle i {
          left: 30px;
          top: 22px; } }

.clearfix {
  clear: both; }

.homeLockup {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform-origin: 50% 50%;
  perspective: 2000px; }
  .homeLockup .frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(750px);
    width: 80%;
    max-width: 600px;
    transition: 1s;
    text-align: center; }
    .homeLockup .frame .s1, .homeLockup .frame .s2, .homeLockup .frame .s3 {
      opacity: 0;
      transition: 1s; }
    .homeLockup .frame .s1 .logo {
      padding-top: 200px; }
    .homeLockup .frame .s3 {
      margin-left: auto;
      margin-right: auto; }
      @media all and (min-width: 770px) {
        .homeLockup .frame .s3 {
          width: 45%; } }
      .homeLockup .frame .s3 a {
        margin-left: 10px;
        margin-right: 10px; }
        @media all and (max-width: 770px) {
          .homeLockup .frame .s3 a {
            display: block;
            margin-bottom: 10px; } }
    .homeLockup .frame.state1 {
      transform: translate(-50%, -50%) translateZ(0px); }
      .homeLockup .frame.state1 .s1 {
        opacity: 1; }
    .homeLockup .frame.state2 .s1 .logo {
      width: 50%;
      padding-top: 0px; }
    .homeLockup .frame.state2 .s2 {
      opacity: 1; }
    .homeLockup .frame.state2 .s3 {
      opacity: 1; }
    .homeLockup .frame .logo {
      transition: 1s;
      position: relative;
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 20px; }
    .homeLockup .frame h3 {
      font-size: 1.25em; }
      @media all and (min-width: 770px) {
        .homeLockup .frame h3 {
          font-size: 1.85em; } }
    .homeLockup .frame h3 {
      padding-bottom: 80px;
      text-align: center;
      font-weight: 300;
      text-transform: uppercase; }
    .homeLockup .frame p {
      max-width: 100%;
      padding: 10px;
      margin: 0px; }
    .homeLockup .frame .seperator {
      height: 1px;
      margin-left: auto;
      margin-right: auto;
      background-color: rgba(250, 243, 230, 0.33); }
  .homeLockup .imgset {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: .7;
    overflow: hidden; }
    .homeLockup .imgset .img {
      border: 15px solid #1b1b1b;
      position: absolute;
      top: 0px;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      left: 100%;
      transition: 0s; }
      @media all and (min-width: 770px) {
        .homeLockup .imgset .img {
          border: 30px solid #1b1b1b; } }
      .homeLockup .imgset .img.active {
        left: 0%;
        transition: 1s; }
      .homeLockup .imgset .img.wasActive {
        left: -100%;
        transition: 1s; }
  .homeLockup .videoset {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: .7;
    overflow: hidden;
    border: 15px solid #1b1b1b; }
    @media all and (min-width: 770px) {
      .homeLockup .videoset {
        border: 30px solid #1b1b1b; } }
    .homeLockup .videoset video {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 100%;
      width: 100%;
      transform: translate(-50%, -50%); }

.mapAnimate {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 3px solid #faf3e6;
  background-image: url("/assets/img/map-mini.png");
  background-size: auto 100%;
  animation: map_animate 2s linear infinite; }

@keyframes map_animate {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: 200% 0%; } }
#loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  z-index: 9999; }
  #loader .mapAnimate {
    margin-left: auto;
    margin-right: auto; }
  #loader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 500px;
    padding: 30px; }
    #loader .inner p {
      font-size: 1.25em;
      padding-top: 15px; }
    #loader .inner .logoStacked {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #loader .inner .logoStacked img {
        display: block; }
        #loader .inner .logoStacked img.partners {
          width: 45%;
          padding-bottom: 10px;
          margin-left: auto;
          margin-right: auto; }

.destinationGraph {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 999;
  border-left: 1px solid rgba(250, 243, 230, 0.5); }
  @media all and (max-width: 770px) {
    .destinationGraph {
      bottom: 80px; } }
  .destinationGraph .headline {
    text-align: left;
    border-bottom: 1px solid rgba(250, 243, 230, 0.5);
    padding-left: 5px;
    padding-bottom: 5px; }
  .destinationGraph .destinationLine {
    overflow: visible;
    position: relative; }
    .destinationGraph .destinationLine .title {
      display: block;
      color: #faf3e6;
      position: relative;
      font-size: .8em;
      width: 100px;
      line-height: 1em;
      padding-top: 5px;
      padding-left: 6px; }

.helper {
  position: absolute;
  z-index: 998;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 120px;
  pointer-events: none;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  transition: all .25s, visibility 0s 0s;
  opacity: 1; }
  .helper i {
    font-size: 1.5em; }
  .helper span {
    display: block;
    padding: 10px;
    font-weight: 500; }

#section_map:hover .helper {
  opacity: 0;
  transition: all .25s, visibility 0s .25s; }

.watchNow {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid rgba(29, 98, 167, 0);
  transition: .25s;
  cursor: pointer;
  max-width: 700px; }
  .watchNow img {
    display: block;
    width: 100%; }
  .watchNow a {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .watchNow:hover {
    border: 2px solid #1d62a7; }
    .watchNow:hover .btn {
      background-color: #1d62a7;
      color: #1b1b1b; }

.locationHeroImg {
  position: relative;
  margin-bottom: 20px;
  max-width: 700px; }
  .locationHeroImg img {
    display: block;
    width: 100%; }
  .locationHeroImg .title {
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 2; }
  .locationHeroImg:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(12deg, #1b1b1b 15%, rgba(27, 27, 27, 0.4) 50%); }

.singleLocation {
  padding-bottom: 20px; }

.competitionModule {
  overflow: hidden;
  position: relative;
  padding: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("/locations/ireland/thumbnail.jpg");
  background-size: cover;
  text-shadow: 0px 0px 3px #1b1b1b;
  margin-bottom: 50px;
  border-left: 5px solid #faf3e6;
  transition: 1s; }
  .competitionModule .after {
    z-index: 2;
    top: 0px;
    left: 0px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 1s; }
  .competitionModule:after {
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .competitionModule p {
    padding: 0px;
    margin: 0px;
    padding-top: 3.75px;
    position: relative;
    z-index: 3; }
    .competitionModule p a {
      margin: 0px !important;
      margin-top: 3.75px !important; }
  .competitionModule .btn:hover {
    background-color: #faf3e6 !important; }
  .competitionModule h3 {
    font-size: 1.75em;
    line-height: 1em;
    position: relative;
    z-index: 3; }
  .competitionModule .hide {
    opacity: .75;
    display: none; }
  .competitionModule img {
    display: block;
    position: absolute;
    bottom: 0px;
    height: 200px;
    left: 0px; }

.competitionFooter .competitionModule {
  margin: 0px;
  width: 50%;
  max-width: 550px;
  background-image: none;
  position: absolute;
  z-index: 9997;
  bottom: 0px;
  left: 0px;
  overflow: visible;
  padding: 10px; }
  @media all and (max-width: 770px) {
    .competitionFooter .competitionModule {
      width: 100%;
      display: none; } }
  @media all and (min-width: 1025px) {
    .competitionFooter .competitionModule {
      padding: 15px; } }
  .competitionFooter .competitionModule p {
    font-size: .9em; }
  .competitionFooter .competitionModule h3 {
    font-size: 1.5em; }
  .competitionFooter .competitionModule:after {
    display: none; }
  .competitionFooter .competitionModule .hide {
    display: inline-block; }
  .competitionFooter .competitionModule .btn {
    transition: 1s; }
  .competitionFooter .competitionModule.hidden {
    bottom: -200px; }

.showUp .competitionFooter .competitionModule {
  bottom: -200px; }

.modal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.66);
  z-index: 9998;
  background-image: url("/locations/ireland/thumbnail.jpg");
  background-size: cover;
  display: none; }
  .modal:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(27, 27, 27, 0) 66%, rgba(27, 27, 27, 0.5) 100%); }
  .modal .modalInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
    border-radius: 5px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);
    background-color: #1b1b1b; }
    .modal .modalInner .modalContent {
      padding: 20px; }
    .modal .modalInner h4 {
      padding-bottom: 20px; }
    .modal .modalInner p {
      margin: 0px;
      padding-bottom: 20px; }
    .modal .modalInner input[type="text"],
    .modal .modalInner input[type="phone"],
    .modal .modalInner input[type="email"] {
      display: block;
      padding: 15px;
      width: 100%;
      background-color: black;
      border: 1px solid rgba(250, 243, 230, 0.2);
      border-radius: 3px; }
    .modal .modalInner input[type="checkbox"] {
      margin-right: 10px; }

.showSelector {
  position: relative;
  padding-top: 15px;
  padding-bottom: 7.5px; }
  .showSelector .item {
    position: relative;
    display: inline-block;
    margin: 5px;
    width: 100%;
    height: 100px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
    transition: .25s; }
    @media all and (min-width: 1025px) {
      .showSelector .item {
        margin: 10px; } }
    @media all and (min-width: 770px) {
      .showSelector .item {
        width: 200px;
        height: 180px; } }
    .showSelector .item .videoHolder {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-size: cover; }
    .showSelector .item .overviewHolder {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      padding: 15px;
      text-align: left; }
      .showSelector .item .overviewHolder .showTitle {
        font-size: 1.2em;
        font-weight: 500;
        text-transform: uppercase; }
        .showSelector .item .overviewHolder .showTitle .type {
          text-transform: none;
          display: block;
          font-size: .8em;
          font-weight: 400;
          padding-bottom: 5px; }
    .showSelector .item .grad {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.75) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .showSelector .item .selector {
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 2em;
      width: 50px;
      height: 50px; }
      .showSelector .item .selector i {
        transition: .25s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .showSelector .item .selector i.fa-check-circle {
          opacity: 0;
          transform: translate(-50%, -50%) scale(1.4); }
        .showSelector .item .selector i.fa-circle {
          opacity: 1;
          transform: translate(-50%, -50%) scale(1); }
    .showSelector .item:hover {
      transform: scale(1.05); }
    .showSelector .item.selected .selector i.fa-check-circle {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1); }
    .showSelector .item.selected .selector i.fa-circle {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.6); }

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