/*
	Theme Name: MyAirportCity
	Theme URI: 
	Description: 
	Version: 1.0
	Author: ICON
	Author URI: 
	Tags: 

*/
/*------------------------------------*\
    COLOURS
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font: 300 14px/1.4 dinmedium,Helvetica,Arial,sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

/* logo */
.logo {
  width: 130px;
  height: 130px;
  position: absolute;
  top: -1px;
  left: 50%;
  margin: 0 0 0 -65px;
  text-align: center;
  z-index: 11; }
  .logo .logo-img {
    width: 130px;
    height: 130px;
    opacity: 1; }
    @media (max-width: 850px) {
      .logo .logo-img {
        width: 100px;
        height: 100px; } }
  @media (max-width: 850px) {
    .logo {
      width: 100px;
      height: 100px;
      margin: 0 0 0 -50px; } }

.menu-button {
  width: 60px;
  height: 55px;
  background: url("img/nav.svg") no-repeat;
  background-size: contain;
  display: block;
  margin: 0 50px; }
  @media (max-width: 780px) {
    .menu-button {
      margin-left: 4px; } }

nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  font-size: 16px;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 50px;
  float: left; }
  @media (max-width: 980px) {
    nav {
      display: none; } }
  nav ul {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    padding: 0;
    outline: 0;
    text-align: left;
    vertical-align: baseline; }
    nav ul li {
      margin: 0;
      display: inline-block;
      height: auto; }
      nav ul li a {
        outline: 0;
        text-decoration: none;
        padding: 0 20px;
        line-height: 50px;
        font-weight: 400;
        vertical-align: baseline;
        display: block;
        text-decoration: none;
        font-family: inherit;
        font-size: 15px;
        text-transform: uppercase;
        font-family: din_lightregular;
        -webkit-transition: background .2s linear,color .2s linear;
        -moz-transition: background .2s linear,color .2s linear;
        -o-transition: background .2s linear,color .2s linear;
        transition: background .2s linear,color .2s linear; }
        nav ul li a:hover {
          color: #fff;
          font-weight: 700;
          text-decoration: none;
          background: #39bfea; }

.top-bar-container {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  transition: .5s all ease-in; }
  .top-bar-container .wrapper {
    width: 100%;
    max-width: 1900px; }

@media (max-width: 800px) {
  .mobile-hide {
    display: none; } }

.top-bar {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 11;
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 780px) {
    .top-bar {
      right: 0; } }
  .top-bar #lang_sel {
    position: relative;
    display: inline-block;
    height: 20px;
    font-family: dinmedium; }
    .top-bar #lang_sel .wpml-ls-legacy-dropdown-click {
      width: auto; }
    .top-bar #lang_sel a, .top-bar #lang_sel a:visited {
      border: none;
      font-size: 15px;
      line-height: 17px;
      padding: 3px; }
    .top-bar #lang_sel li {
      width: 120px; }
      @media (max-width: 500px) {
        .top-bar #lang_sel li {
          width: 95px; }
          .top-bar #lang_sel li a {
            font-size: 13px; } }
    .top-bar #lang_sel img.iclflag {
      width: 18px;
      height: 12px;
      position: relative;
      top: -2px; }
    .top-bar #lang_sel ul {
      padding: 0 !important;
      margin: 0 !important;
      list-style-type: none !important; }
      .top-bar #lang_sel ul ul {
        border-top: 0;
        height: 0;
        left: 0;
        position: absolute;
        top: 24px;
        visibility: hidden;
        z-index: 10000; }
        .top-bar #lang_sel ul ul a, .top-bar #lang_sel ul ul a:link, .top-bar #lang_sel ul ul a:visited {
          background-color: #fff;
          padding: 10px; }
  .top-bar li {
    float: left;
    padding: 15px 4px; }
    @media (max-width: 1150px) {
      .top-bar li.sm {
        display: none; } }
    .top-bar li.divider {
      background: url(img/divider.png) no-repeat right center;
      margin-right: 10px;
      padding-right: 10px; }
      @media (max-width: 800px) {
        .top-bar li.divider {
          background: 0 0;
          padding-right: 0;
          margin-right: 0; } }
    .top-bar li img {
      height: 20px; }

.banner {
  border: 15px solid #ffffff;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media only screen and (min-width: 780px) {
    .banner {
      border: 30px solid #ffffff; } }
  .banner .content {
    text-align: center;
    max-width: 500px;
    color: #ffffff;
    display: table;
    margin: 0 auto;
    padding: 100px 0; }
  .banner h1 {
    color: #ffffff;
    margin: 4rem 0 1rem; }

.down-arrow {
  padding: 18px 15px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  display: block;
  bottom: 40px;
  z-index: 3; }
  @media only screen and (max-width: 1199px) {
    .down-arrow {
      display: none; } }
  .down-arrow img {
    width: 100%;
    height: 100%; }

.button {
  background: #39bfea;
  width: auto;
  height: auto;
  border-radius: 6px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 14px 12px 12px 15px;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto;
  display: table;
  line-height: 21px;
  border: 1px solid #ffffff; }
  .button:hover {
    color: #EEE; }

.article-repeater {
  display: flex;
  flex-wrap: wrap; }
  .article-repeater .row {
    border-top: 0;
    /*border:15px solid $white;*/
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    max-width: 1905px;
    margin: 0 auto;
    background-color: #39bfea; }
    @media only screen and (min-width: 1000px) {
      .article-repeater .row {
        /*border:50px solid $white;*/
        display: flex;
        flex-wrap: wrap; } }
    .article-repeater .row .tags {
      position: absolute;
      bottom: 60px;
      left: 50%;
      display: block; }
      @media only screen and (max-width: 719px) {
        .article-repeater .row .tags {
          display: none; } }
    .article-repeater .row a.tag {
      border: 1px solid #ffffff;
      font-size: 16px;
      padding: 7px 10px;
      color: #ffffff;
      text-decoration: none;
      margin: 0 10px;
      text-transform: uppercase; }
      .article-repeater .row a.tag.parking {
        background: #ec5f67; }
      .article-repeater .row a.tag.hotel {
        background: #f99157; }
      .article-repeater .row a.tag.club {
        background: #99c794; }
      .article-repeater .row a.tag.retail {
        background: #fac863; }
      .article-repeater .row a.tag.offices {
        background: #6699cc; }
    .article-repeater .row .image-area {
      width: 100%;
      float: left;
      background-position: center center;
      background-size: cover;
      z-index: 1;
      position: relative;
      padding-bottom: 85%; }
      .article-repeater .row .image-area .arrows {
        display: block;
        width: 100%;
        visibility: hidden;
        padding-bottom: 85%;
        background-position: center center;
        background-size: cover;
        height: 100%; }
        @media only screen and (min-width: 720px) {
          .article-repeater .row .image-area .arrows {
            padding-bottom: 60%;
            opacity: 1;
            visibility: visible; } }
        @media only screen and (min-width: 1140px) {
          .article-repeater .row .image-area .arrows {
            padding-bottom: 40%; } }
      @media only screen and (min-width: 1140px) {
        .article-repeater .row .image-area {
          padding-bottom: 40%; } }
      @media only screen and (min-width: 1140px) {
        .article-repeater .row .image-area {
          width: 60%; } }
      @media only screen and (min-width: 1400px) {
        .article-repeater .row .image-area {
          width: 70%; } }
    .article-repeater .row .text-area {
      z-index: 2;
      padding: 30px 25px;
      width: 100%;
      float: right;
      color: #ffffff;
      text-align: center;
      background-size: 50%;
      font-size: 1rem;
      background-color: #39bfea;
      display: table;
      margin: 0 auto;
      position: relative; }
      .article-repeater .row .text-area a:not(.button) {
        color: #FFF;
        text-decoration: underline; }
      .article-repeater .row .text-area .button {
        margin-top: 40px; }
      .article-repeater .row .text-area .text-holder {
        max-width: 520px;
        display: table;
        margin: 0 auto; }
      @media only screen and (min-width: 1140px) {
        .article-repeater .row .text-area {
          width: 40%;
          display: flex;
          align-items: center;
          padding: 80px 60px;
          font-size: 1.05rem; } }
      @media only screen and (min-width: 1400px) {
        .article-repeater .row .text-area {
          width: 30%; } }
      .article-repeater .row .text-area .cat {
        background: #ffffff;
        color: #000000;
        padding: 5px 7px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.8rem;
        display: inline-block;
        margin-top: 15px; }
      .article-repeater .row .text-area .sectionlist {
        margin-top: 2rem; }
        .article-repeater .row .text-area .sectionlist li {
          list-style: none;
          display: inline-block;
          width: 17%;
          margin-bottom: 20px; }
          .article-repeater .row .text-area .sectionlist li img {
            width: 70px; }
    .article-repeater .row:nth-child(even) {
      background-color: #d7222a; }
      .article-repeater .row:nth-child(even) .text-area {
        background-color: #d7222a; }
        .article-repeater .row:nth-child(even) .text-area .cat {
          color: #d7222a; }
      @media only screen and (min-width: 1200px) {
        .article-repeater .row:nth-child(even) .image-area {
          order: 2; }
        .article-repeater .row:nth-child(even) .text-area {
          order: 1; } }

/* Contact */
body .gform_wrapper {
  display: table;
  margin: 0 auto;
  width: 90%;
  color: #ffffff;
  max-width: 500px; }
  body .gform_wrapper .gform_heading h3 {
    text-align: center;
    font-size: 30px;
    font-family: dinmedium;
    text-transform: uppercase; }
    @media screen and (min-width: 640px) {
      body .gform_wrapper .gform_heading h3 {
        font-size: 40px; } }
  body .gform_wrapper .gform_footer {
    margin: 0; }
  body .gform_wrapper .button {
    border: 0;
    min-width: 100px;
    font-size: 17px !important; }
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper select, body .gform_wrapper textarea {
    padding: 10px !important;
    color: #8b8b8b;
    font-size: 20px !important;
    border-radius: 4px;
    border: 0;
    margin-bottom: 15px !important;
    font-family: 'din_lightregular'; }
  body .gform_wrapper .top_label .gfield_label {
    display: none; }
  body .gform_wrapper .top_label .gfield_error {
    width: 99.2%; }
    body .gform_wrapper .top_label .gfield_error.gfield_contains_required {
      margin-top: 0;
      margin-bottom: 20px !important;
      padding: 10px !important;
      color: #FFF;
      font-size: 13px;
      font-weight: normal; }
  body .gform_wrapper div.validation_error {
    color: #CCC;
    text-align: center;
    border: 0;
    margin-bottom: 8px; }
  body .gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin-top: 0;
    padding: 0 0 10px 0 !important;
    color: #FFF;
    font-weight: normal;
    font-size: 12px; }
  body .gform_wrapper img.gform_ajax_spinner {
    display: none; }

.lightbox-target {
  position: fixed;
  overflow-y: auto;
  top: -100%;
  width: 100%;
  background: rgba(47, 47, 49, 0.95);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  z-index: -1; }
  @media screen and (min-height: 700px) {
    .lightbox-target {
      display: flex;
      align-items: center; } }
  .lightbox-target .gform_confirmation_wrapper {
    width: 100%; }
  .lightbox-target .gform_confirmation_message {
    display: table;
    color: #ffffff;
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
    text-align: center;
    font-size: 22px; }

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  z-index: 100; }
  .lightbox-target:target .gform_wrapper {
    padding: 40px 0; }

.lightbox-target:target a.lightbox-close {
  top: 0px; }

.footer {
  background: #2f2f31;
  float: left;
  width: 100%;
  color: #fff; }
  .footer a {
    color: #b8b4b4; }
  .footer .footer-bottom {
    float: left;
    width: 100%;
    background: #242425;
    padding: 10px; }
    .footer .footer-bottom p {
      float: left; }
    .footer .footer-bottom ul {
      margin: 5px 0 0;
      padding: 0;
      list-style: none;
      float: right; }
      .footer .footer-bottom ul li {
        display: inline-block; }
        .footer .footer-bottom ul li:nth-last-child(1) {
          padding: 2px 0 0 15px; }
  .footer .wrapper {
    max-width: 1600px; }

#post-404 {
  padding: 180px 20px;
  text-align: center; }

body.error404 {
  background: #242425;
  color: #EEE; }
  body.error404 a.button {
    color: #FFF;
    background: none; }

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'din_lightregular';
  src: url("fonts/din-light_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'dinmedium';
  src: url("fonts/din-medium_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'felyregular';
  src: url("fonts/fely-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
h1, h2 {
  font-family: felyregular;
  font-size: 23px;
  line-height: 26px;
  margin: 2rem 0; }
  h1 strong, h2 strong {
    font-family: dinmedium;
    font-size: 36px;
    line-height: 45px; }
  @media only screen and (min-width: 1200px) {
    h1, h2 {
      margin: 3rem 0;
      font-size: 33px;
      line-height: 36px; }
      h1 strong, h2 strong {
        font-size: 46px;
        line-height: 45px; } }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.animated {
  opacity: 1 !important; }

.revealOnScroll {
  opacity: 0; }

/*# sourceMappingURL=style.css.map */
