/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

body {
  margin: 0; }

img {
  border-style: none; }

img, object, embed, video {
  height: auto;
  max-width: 100%; }

@media \0screen {
  img, object, embed, video {
    width: auto;
    /* for ie 8 */ } }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  @media (max-width: 979px) {
    .video {
      margin-bottom: 20px; } }

.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block; }

.invisible {
  display: none !important; }

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

.right-float {
  float: right; }

.vertical-align-sub {
  vertical-align: sub; }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-middle {
  vertical-align: middle; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.social-media {
  position: absolute;
  top: 306px;
  right: 1040px; }
  .social-media.fix {
    top: 760px;
    right: 15%;
    position: fixed; }
    @media screen and (max-width: 68.5em) { }
  .social-media ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0; }
    .social-media ul li {
      float: left;
      margin-right: 16px; }
      .social-media ul li a {
        display: block;
        width: 39px;
        height: 39px;
        overflow: hidden;
        background: url("../Icons/sm_icon.png") no-repeat; }
      .social-media ul li.twitter a {
        background-position: -54px; }
      .social-media ul li.googleplus a {
        background-position: -109px; }
      .social-media ul li.pinterest a {
        background-position: -163px; }
      .social-media ul li.mail a {
        background-position: -217px; }

@font-face {
  font-family: 'FFNettoWebProBold';
  src: url('../Fonts/2E17AE_0_0.eot');
  src: url('../Fonts/2E17AE_0_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/2E17AE_0_0.woff2') format('woff2'), url('../Fonts/2E17AE_0_0.woff') format('woff'), url('../Fonts/2E17AE_0_0.ttf') format('truetype'); }

@font-face {
  font-family: 'FFNettoWebPro';
  src: url('../Fonts/2E17AE_1_0.eot');
  src: url('../Fonts/2E17AE_1_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/2E17AE_1_0.woff2') format('woff2'), url('../Fonts/2E17AE_1_0.woff') format('woff'), url('../Fonts/2E17AE_1_0.ttf') format('truetype'); }

html {
  height: 100%; }

strong, b, h1, h2, h3, h4, h5 {
  font-family: FFNettoWebProBold, san-serif;
  font-weight: normal;
  font-style: normal; }

body {
  font-family: FFNettoWebPro, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  height: 100%;
  background: #9a9a9a;
  color: #303030;
  line-height: 1.4; }

h3 {
  margin: 0; }

#stage-wrapper {
  width: 1500px; 
}

#stage {
  height: 800px;
  /* min-height: 800px;
  max-height: 940px; */
  background: url("../Images/background_main.jpg") no-repeat;
  width: 22838px;
  transform: translateZ(0) !important;
  -webkit-transform: translateZ(0) !important;
}

section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1200px; }

#persona {
  position: fixed;
  top: 278px;
  left: 100px;
  width: 142px;
  height: 383px;
  z-index: 10; 
  -webkit-transform: none;
  transform: none;
}
  #persona img {
    position: absolute;
    width: 145px;
    height: 350px; }

#persona-walk img {
  display: none; }

.scroll-indicator {
  position: absolute;
  left: 770px;
  top: 510px; }

.main-links {
  position: absolute;
  top: 160px;
  right: 810px;
  width: 520px; }
  .main-links a {
    display: block;
    height: 50px;
    margin-bottom: 18px; }

.footer-links {
  position: absolute;
  left: 125px;
  top: 760px;
  z-index: 13; }
  .footer-links a {
    color: #313131;
    text-decoration: none; }

.text-bubble {
  border: 1px solid #333;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 260px;
  padding: 20px 30px;
  z-index: 9;
  opacity: 0; }
  .text-bubble:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 120px;
    width: 70px;
    height: 49px;
    background: url("../Images/bubble_connector_left.png"); }

.board {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 20px 0 20px; }
  .board ul {
    list-style: none;
    margin: 0;
    padding: 0 15px 0 15px;
    width: 350px; }
    .board ul li {
      padding-left: 35px;
      background: url("../Icons/check_symbol.png") no-repeat 0 3px;
      line-height: 1.2; }

img.persona-niko {
  display: block;
  position: absolute;
  z-index: 3; }

#intro {
  left: 0; }

#intro-persona-niko {
  position: absolute;
  left: 620px;
  top: 210px; }

#intro-text-marie {
  position: absolute;
  left: 260px;
  top: 210px; }

#intro-text-niko {
  position: absolute;
  left: 770px;
  top: 150px;
  opacity: 0; }

#info-areas {
  left: 1330px;
  padding-top: 200px; }
  #info-areas ul {
    list-style: none;
    margin: auto;
    padding: 0;
    overflow: hidden; }
    #info-areas ul li {
      float: left;
      color: #4b8297;
      font-size: 20px;
      font-size: 1.25rem;
      margin-left: 75px;
      opacity: 0; }
      #info-areas ul li:first-child {
        margin: 0; }
    #info-areas ul:last-child {
      margin-top: 30px;
      padding-left: 70px; }

#flight-routes {
  left: 2670px;
  padding-top: 77px;
  padding-left: 55px;
  width: 1040px; }
  #flight-routes .logos {
    height: 75px;
    padding-top: 55px; }
    #flight-routes .logos div {
      float: left;
      margin-right: 30px; }
      #flight-routes .logos div.etihad {
        padding-top: 10px; }
      #flight-routes .logos div.korean {
        padding-top: 0px; }
      #flight-routes .logos div img:first-child {
        display: none; }
  #flight-routes .flight-route-info {
    clear: left;
    position: relative;
    margin-top: 30px; }
    #flight-routes .flight-route-info .part {
      overflow: hidden;
      margin-bottom: 20px;
      opacity: 0; }
    #flight-routes .flight-route-info .info {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
      #flight-routes .flight-route-info .info .label {
        float: left;
        width: 180px;
        color: #cba701;
        font-size: 24px;
        font-size: 1.5rem; }
      #flight-routes .flight-route-info .info.emirates .label {
        color: #e70422; }
      #flight-routes .flight-route-info .info.korean .label {
        color: #004193; }
    #flight-routes .flight-route-info .text {
      margin-left: 180px;
      margin-top: 4px;
      font-size: 20px;
      font-size: 1.25rem;
      color: #dadada; }
      #flight-routes .flight-route-info .text span {
        background: url("../Icons/arrow_yellow.png") no-repeat;
        display: block;
        width: 18px;
        height: 15px;
        float: left;
        margin-top: 8px; }
      #flight-routes .flight-route-info .text.emirates span {
        background: url("../Icons/arrow_red.png") no-repeat; }
      #flight-routes .flight-route-info .text.korean span {
        background: url("../Icons/arrow_blue.png") no-repeat; }
    #flight-routes .flight-route-info .emirates .text span {
      background: url("../Icons/arrow_red.png") no-repeat; }
    #flight-routes .flight-route-info .korean .text span {
      background: url("../Icons/arrow_blue.png") no-repeat; }
  #flight-routes .flight-routes-map {
    width: 500px;
    float: right;
    position: relative; }
    #flight-routes .flight-routes-map img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
    #flight-routes .flight-routes-map .etihad img {
      left: 50px;
      top: 28px; }
      #flight-routes .flight-routes-map .etihad img:first-child {
        left: 53px;
        top: 51px; }
    #flight-routes .flight-routes-map .emirates img {
      left: 32px;
      top: 59px; }
      #flight-routes .flight-routes-map .emirates img:first-child {
        left: 28px;
        top: 25px; }
    #flight-routes .flight-routes-map .korean img {
      left: 32px;
      top: 3px; }
      #flight-routes .flight-routes-map .korean img:first-child {
        left: 31px;
        top: 45px; }

#visum {
  left: 4020px;
  padding-top: 160px; }
  #visum ul li:last-child {
    background: url("../Icons/arrow_small_green.png") no-repeat 0 7px;
    margin-top: 5px; }
  #visum .persona-niko {
    left: 335px;
    top: 200px; }
  #visum #text-niko-visum {
    position: absolute;
    left: 542px;
    top: 150px;
    opacity: 0; }

#travel1x1 {
  left: 5280px;
  padding-top: 150px; }
  #travel1x1 ul {
    padding-top: 100px; }
  #travel1x1 li {
    line-height: 1.4;
    padding-left: 50px; }
  #travel1x1 ul li:nth-child(1) {
    background: url("../Icons/house_icon.png") no-repeat 6px 0px; }
  #travel1x1 ul li:nth-child(2) {
    background: url("../Icons/luggage_icon.png") no-repeat 6px 0px; }
  #travel1x1 ul li:nth-child(3) {
    background: url("../Icons/plus_icon.png") no-repeat 6px 0px; }
  #travel1x1 ul li:nth-child(4) {
    background: url("../Icons/check_big.png") no-repeat 6px 0px; }
  #travel1x1 ul li:nth-child(5) {
    background: url("../Icons/phone_book_icon.png") no-repeat 9px 0px; }
  #travel1x1 ul li:nth-child(6) {
    background: url("../Icons/plane.png") no-repeat 0 4px; }
  #travel1x1 .persona-niko {
    left: 335px;
    top: 200px; }
  #travel1x1 #text-niko-travel1x1 {
    position: absolute;
    left: 490px;
    top: 150px;
    opacity: 1; }

#find-travelers {
  left: 6670px;
  padding-top: 150px; }
  #find-travelers ul {
    padding-top: 225px;
    overflow: hidden;
    list-style: none; }
  #find-travelers li {
    float: left;
    margin-right: 45px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    font-family: FFNettoWebProBold, san-serif;
    font-size: 24px;
    font-size: 1.5rem;
    color: #4b8297; }
    #find-travelers li:before {
      content: "";
      position: absolute;
      left: -24px;
      top: 6px;
      background: url("../Icons/arrow_head_orange.png") no-repeat;
      width: 21px;
      height: 15px; }
    #find-travelers li:nth-child(3):before {
      left: 20px; }

#insurance {
  left: 7835px;
  padding-top: 115px; }
  #insurance .insurance-types {
    position: relative;
    height: 250px; }
    #insurance .insurance-types div {
      position: absolute;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.1; }
      #insurance .insurance-types div:nth-child(1) {
        left: 10px;
        top: 22px;
        background: url("../Icons/insurance_icon.png") no-repeat center bottom;
        padding-bottom: 35px; }
      #insurance .insurance-types div:nth-child(2) {
        left: 240px;
        top: 54px;
        background: url("../Icons/liability_icon.png") no-repeat center bottom;
        padding-bottom: 35px; }
      #insurance .insurance-types div:nth-child(3) {
        left: 5px;
        top: 152px;
        background: url("../Icons/journey_icon.png") no-repeat center top;
        padding-top: 35px; }
      #insurance .insurance-types div:nth-child(4) {
        left: 170px;
        top: 160px;
        background: url("../Icons/luggage_icon.png") no-repeat center top;
        padding-top: 35px; }
  #insurance .persona-niko {
    left: 335px;
    top: 200px; }
  #insurance #text-niko-insurance {
    position: absolute;
    left: 542px;
    top: 150px;
    opacity: 0; }

#aussi-package-pre {
  left: 8700px;
  padding-top: 160px;
  width: 600px; }
  #aussi-package-pre .persona-niko {
    left: 335px;
    top: 200px; }
  #aussi-package-pre #text-niko-aussi-package-pre {
    position: absolute;
    left: 542px;
    top: 170px;
    opacity: 0; }
    #aussi-package-pre #text-niko-aussi-package-pre:before {
      top: 85px; }

#aussi-package {
  left: 9680px;
  top: 0px;
  width: 1093px;
  z-index: 12;
  overflow: hidden;
  background: url("../Images/ipad_frame.png") no-repeat; }
  #aussi-package .image-slider-wrap {
    position: relative;
    margin: 63px 69px 0;
    width: 950px;
    height: 565px;
    overflow: hidden; }
  #aussi-package .image-slider {
    position: absolute;
    width: 10450px;
    height: 565px; }
    #aussi-package .image-slider img {
      display: block;
      float: left; }

#plane-ride {
  left: 11650px;
  padding-top: 115px;
  width: 2170px; }
  #plane-ride #plane {
    position: absolute;
    top: 150px;
    left: 0; }
  #plane-ride .city-info {
    position: absolute;
    right: 0;
    width: 550px;
    opacity: 0;
    font-size: 19px;
    line-height: 1.2; }
    #plane-ride .city-info .info-highlight {
      position: absolute;
      left: -335px;
      top: 35px;
      background: url("../Icons/info_hightlight.png") no-repeat;
      width: 50px;
      height: 50px; }
    #plane-ride .city-info.sydney .info-highlight {
      left: -248px;
      top: 375px; }
    #plane-ride .city-info.cairns {
      opacity: 1; }
    #plane-ride .city-info.brisbane .info-highlight {
      left: -210px;
      top: 243px; }
    #plane-ride .city-info.melbourne .info-highlight {
      left: -355px;
      top: 445px; }
    #plane-ride .city-info .label {
      font-size: 40px;
      font-size: 2.5rem;
      padding-bottom: 15px;
      color: #4b8297; }

#contact-person {
  left: 14230px;
  padding-top: 115px; }
  #contact-person .persona-niko {
    left: 670px;
    top: 200px; }
  #contact-person #text-team {
    position: absolute;
    left: 115px;
    top: 155px;
    width: 210px;
    opacity: 0; }
    #contact-person #text-team:before {
      top: auto;
      left: 180px;
      bottom: -30px;
      background: url("../Images/bubble_connector_down.png") no-repeat;
      width: 52px;
      height: 39px; }
  #contact-person #text-niko-contact-person {
    position: absolute;
    left: 825px;
    top: 150px;
    opacity: 0; }

#local-support {
  left: 15405px; }
  #local-support .item-group {
    position: absolute;
    top: 150px;
    text-align: center; }
    #local-support .item-group .check {
      padding-bottom: 15px;
      opacity: 0; }
    #local-support .item-group .text {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1; }
      #local-support .item-group .text span {
        font-size: 18px;
        font-size: 1.125rem; }
    #local-support .item-group.down {
      top: 260px; }
    #local-support .item-group.intro {
      left: 88px; }
    #local-support .item-group.letter {
      left: 295px; }
    #local-support .item-group.bed {
      left: 445px; }
    #local-support .item-group.bike {
      left: 610px; }
    #local-support .item-group.wifi {
      left: 745px; }
    #local-support .item-group.card {
      left: 925px; }
    #local-support .item-group.luggage {
      left: 1035px; }

#accommodation {
  left: 18035px; }
  #accommodation .persona-niko {
    left: 405px;
    top: 200px; }
  #accommodation #text-niko-accommodation {
    position: absolute;
    left: 560px;
    top: 150px;
    opacity: 0; }

#job-preparation {
  left: 16825px;
  position: relative; }
  #job-preparation .box {
    position: absolute;
    left: 185px;
    top: 210px;
    width: 184px;
    height: 268px;
    background: url("../Images/box.png") no-repeat; }
    #job-preparation .box:nth-child(2) {
      left: 414px; }
    #job-preparation .box:nth-child(3) {
      left: 643px; }
    #job-preparation .box:nth-child(4) {
      left: 872px; }
  #job-preparation .box-inner {
    padding: 40px 15px 0 15px;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem; }
    #job-preparation .box-inner .label {
      font-size: 24px;
      font-size: 1.5rem;
      padding: 0 0 15px 0;
      text-align: center; }
    #job-preparation .box-inner .check {
      text-align: center;
      padding-bottom: 30px;
      opacity: 0; }
    #job-preparation .box-inner .spacer {
      height: 5px; }

#ongoing-job-support {
  left: 19365px;
  padding-top: 215px; }
  #ongoing-job-support .board {
    margin-left: 375px; }
  #ongoing-job-support .persona-niko {
    left: 660px;
    top: 200px; }
  #ongoing-job-support #text-niko-ongoing-job-support {
    position: absolute;
    left: 830px;
    top: 150px;
    opacity: 0; }

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

.fixed-navigation {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}

.social-media {
    position: absolute;
    top: 5px;
    left: 240px;
    right: 0px;
}

.footer-links {
    position: absolute;
    left: 530px;
    top: 15px;
    z-index: 13;
}