/*
	Theme Name: lux-parking
	Theme URI: http://www.icon.com.mt
	Description: Luxembourg International Airport Parking Theme
	Version: 0.1
	Author: ICON
	Author URI: http://www.icon.com.mt
	Tags: Web Design, Malta

*/
@font-face {
  font-family: 'felyregular';
  src: url("fonts/fely-webfont.woff2") format("woff2"), url("fonts/fely-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.table-container {
  width: 100%; }

@media screen and (max-width: 800px) {
  table {
    overflow-x: auto;
    display: block; }

  table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px; }

  table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 0 solid #fff;
    background-color: rgba(0, 0, 0, 0.3); } }
#ui-datepicker-div {
  width: calc(25% - 90px);
  background-color: #00a1de;
  color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 100000; }
  @media (max-width: 1600px) {
    #ui-datepicker-div {
      width: calc(50% - 80px) !important;
      margin: 0 -25% 0 0; } }
  @media (max-width: 660px) {
    #ui-datepicker-div {
      width: calc(90% - 80px) !important;
      margin: 0 -45% 0 0; } }
  #ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    font-size: 16px;
    display: inline-table; }
  #ui-datepicker-div .ui-datepicker-title {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 8px;
    margin-bottom: 10px; }
  #ui-datepicker-div .ui-datepicker-today a {
    color: #fff; }
  #ui-datepicker-div .ui-state-disabled .ui-state-default:hover {
    background: none;
    color: #6dcced; }
  #ui-datepicker-div .ui-state-disabled span {
    color: #6dcced; }
  #ui-datepicker-div .ui-state-default {
    padding: 2px 4px;
    color: #fff; }
    #ui-datepicker-div .ui-state-default:hover {
      background: #3e0100;
      color: #fff; }
  #ui-datepicker-div .ui-state-active {
    background: #df2b32; }
  #ui-datepicker-div .ui-datepicker-prev {
    position: absolute;
    top: 15px;
    left: 10px;
    cursor: pointer; }
    #ui-datepicker-div .ui-datepicker-prev.ui-state-disabled {
      cursor: auto; }
      #ui-datepicker-div .ui-datepicker-prev.ui-state-disabled::before {
        color: #b8b4b4; }
    #ui-datepicker-div .ui-datepicker-prev::before {
      content: "\00276F";
      color: #df2b32;
      position: absolute;
      transform: rotate(180deg);
      font-size: 20px; }
    #ui-datepicker-div .ui-datepicker-prev span {
      display: none; }
  #ui-datepicker-div .ui-datepicker-next {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer; }
    #ui-datepicker-div .ui-datepicker-next::after {
      content: "\00276F";
      color: #df2b32;
      font-size: 20px; }
    #ui-datepicker-div .ui-datepicker-next span {
      display: none; }
  #ui-datepicker-div th {
    color: #fff;
    font-weight: normal; }
  #ui-datepicker-div .ui_tpicker_time {
    margin-top: 30px; }
    #ui-datepicker-div .ui_tpicker_time input {
      font-size: 16px;
      border-bottom: none; }
  #ui-datepicker-div .ui-datepicker-buttonpane button {
    background: #df2b32;
    border: none;
    padding: 1rem 2.25rem;
    margin: 1.5rem 0 1.75rem; }
  #ui-datepicker-div .ui-slider-horizontal {
    background: #fff; }

button.ui-datepicker-current {
  display: none; }

.ui-slider-handle {
  background-color: #df2b32; }
  .ui-slider-handle:hover {
    background-color: #3e0100;
    cursor: pointer; }

.mobile {
  display: none; }
  @media (max-width: 500px) {
    .mobile {
      display: block; } }

a.tooltip, .tooltip {
  position: relative;
  display: block; }
  a.tooltip:hover, .tooltip:hover {
    transition: all 0.5s ease; }
    a.tooltip:hover span, .tooltip:hover span {
      display: block !important;
      position: absolute;
      top: -30px;
      left: 75px;
      margin-left: -37px;
      z-index: 1000;
      background-color: rgba(223, 43, 50, 0.9);
      color: #fff;
      padding: 4px 10px;
      border-radius: 3px;
      transition: all 0.5s ease; }
      @media (max-width: 800px) {
        a.tooltip:hover span, .tooltip:hover span {
          top: -30px;
          font-size: 12px; } }
      a.tooltip:hover span::before, .tooltip:hover span::before {
        content: '\025E4';
        color: rgba(223, 43, 50, 0.9);
        font-size: 15px;
        position: absolute;
        bottom: -15px; }
  a.tooltip.download-tooltip:hover span, .tooltip.download-tooltip:hover span {
    background-color: #fff;
    color: rgba(223, 43, 50, 0.9);
    top: -20px;
    left: 0;
    margin-left: 0; }
    a.tooltip.download-tooltip:hover span::before, .tooltip.download-tooltip:hover span::before {
      color: #fff; }

.red-circle {
  background-color: #df2b32;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0; }
  .red-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -12px;
    width: 24px;
    height: 24px; }

.info-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .info-list li {
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.2); }
    .info-list li:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.1); }

.other-info {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%; }

.question {
  font-size: 16px;
  font-family: omnes-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #df2b32;
  background-color: rgba(0, 0, 0, 0.08);
  padding: 6px 3px;
  margin: 20px 0;
  display: block;
  border-radius: 5px; }
  .question a {
    border-bottom: 1px dotted #df2b32;
    color: #df2b32; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.content-area {
  width: 100%;
  float: left;
  margin: 20px 0; }

@media (max-width: 650px) {
  .content-hide-on-mob {
    display: none; } }

.spacer-mob {
  display: none; }
  @media (max-width: 650px) {
    .spacer-mob {
      display: inline; } }

.lightbox {
  display: none; }

/*------------------------------------*\
    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; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font: 300 14px/1.4 'omnes-pro', Helvetica, Arial, sans-serif;
  color: #646464;
  overflow-x: hidden; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

img[src=""] {
  display: none; }

a {
  color: #444;
  text-decoration: none;
  transition: all 0.5s ease; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

h1 {
  font-family: omnes-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  font-weight: normal; }
  h1 span {
    color: #df2b32; }

*:focus {
  outline: none; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

@media (max-width: 800px) {
  .mobile-hide {
    display: none; } }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body.category, .post-type-archive, .page-template-contact, .error404 {
  background-image: url("img/bg-news.jpg");
  background-position: top center;
  background-attachment: fixed; }

.page-template-contact {
  background-image: url("img/bg-contact.jpg"); }

.error404 {
  background-image: url("img/bg-404.jpg"); }

/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative; }
  .wrapper.category .wrapper.contact {
    margin: 160px auto 0; }
    .wrapper.category .wrapper.contact h1 {
      text-align: center;
      font-family: 'felyregular';
      font-size: 55px;
      color: #df2b32;
      border-bottom: none; }
    .wrapper.category .wrapper.contact #breadcrumbs {
      text-align: center; }
  .wrapper.map-w {
    padding: 0 0 35px; }
  .wrapper.flight-tracker-w {
    margin: 50px auto;
    text-align: center; }

.parking-w {
  margin: 50px auto 0 !important;
  position: relative; }
  .parking-w h1 {
    font-size: 35px; }
  .parking-w .parking-top-link-1, .parking-w .parking-top-link-2 {
    position: absolute;
    top: 200px;
    right: 0;
    width: 55px;
    height: 55px; }
    @media (max-width: 450px) {
      .parking-w .parking-top-link-1, .parking-w .parking-top-link-2 {
        width: 40px;
        height: 40px; } }
  @media (max-width: 650px) {
    .parking-w .parking-top-link-1 {
      display: none; } }
  .parking-w .parking-top-link-2 {
    top: 255px; }
    @media (max-width: 650px) {
      .parking-w .parking-top-link-2 {
        top: 0px; } }
  .parking-w main {
    width: 100% !important; }
  .parking-w .map {
    /*width:70%;
    margin: 0 15% 0;*/
    width: 65%;
    margin: 10px 2.5% 0;
    float: left;
    order: 1; }
    @media (max-width: 1140px) {
      .parking-w .map {
        width: 100%;
        margin: 20px 0 0;
        order: 1; } }
  .parking-w .main-content {
    width: calc(100% - 10px);
    margin: 20px 0 20px 10px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    float: left;
    order: 2;
    font-size: 15px; }
    .parking-w .main-content .blue-button {
      font-size: 22px; }
    @media (max-width: 1140px) {
      .parking-w .main-content {
        width: 100%;
        order: 3; } }
  .parking-w .zoomWindowContainer {
    background-color: #fff; }
  .parking-w .cols-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 20px;
    width: 100%;
    float: left;
    order: 3; }
    @media (max-width: 1140px) {
      .parking-w .cols-wrapper {
        width: 100%;
        order: 2;
        padding: 20px; } }
  .parking-w .col-one-forth {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-align: center;
    width: calc(25% - 20px);
    margin: 0 10px;
    position: relative;
    transition: padding 0.5s linear; }
    @media (max-width: 1140px) {
      .parking-w .col-one-forth {
        width: calc(50% - 20px);
        margin: 0 10px 20px; } }
    @media (max-width: 700px) {
      .parking-w .col-one-forth {
        width: calc(100% - 20px);
        margin: 0 10px 20px; } }
    .parking-w .col-one-forth .row {
      width: 100%;
      padding: 10px 10px;
      border-bottom: 1px solid #b8b4b4;
      text-align: left;
      float: left; }
    .parking-w .col-one-forth .row:nth-child(8) {
      border-bottom: 0px solid #b8b4b4; }
    .parking-w .col-one-forth span {
      font-size: 18px;
      color: #df2b32;
      float: right; }
    .parking-w .col-one-forth .blue-button, .parking-w .col-one-forth .red-button {
      float: left;
      margin: 10px 0; }
    .parking-w .col-one-forth .desc, .parking-w .col-one-forth .parking-desc {
      width: 100%;
      float: left;
      font-size: 14px;
      border-radius: 3px;
      padding: 15px 0 10px;
      text-align: center; }
      .parking-w .col-one-forth .desc i, .parking-w .col-one-forth .parking-desc i {
        font-size: 16px !important;
        display: block;
        font-weight: bold; }
      .parking-w .col-one-forth .desc ul, .parking-w .col-one-forth .parking-desc ul {
        margin: 0;
        padding: 10px;
        list-style: none;
        min-height: 355px; }
        .parking-w .col-one-forth .desc ul li, .parking-w .col-one-forth .parking-desc ul li {
          margin: 5px !important;
          width: calc(100% - 10px);
          padding: 10px 10px;
          border-bottom: 1px solid rgba(184, 180, 180, 0.5);
          text-align: center; }
          .parking-w .col-one-forth .desc ul li:last-child, .parking-w .col-one-forth .parking-desc ul li:last-child {
            border-bottom: 0 solid rgba(184, 180, 180, 0.5); }
    .parking-w .col-one-forth i {
      font-size: 14px;
      display: block; }
    .parking-w .col-one-forth .showSingle {
      width: 100%;
      display: block;
      color: #df2b32;
      background-color: rgba(0, 0, 0, 0.1);
      border-bottom-left-radius: 5px;
      cursor: pointer;
      float: left;
      text-align: center;
      padding: 5px 10px;
      margin: 5px 0;
      transition: 0.5s all ease-in; }
      .parking-w .col-one-forth .showSingle:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4); }
    .parking-w .col-one-forth .calc-results {
      width: calc(100% - 40px);
      float: left;
      margin: 20px 0 10px;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.1);
      opacity: 0;
      height: 0px;
      position: absolute;
      bottom: 10px; }
      .parking-w .col-one-forth .calc-results .recalc {
        position: absolute;
        top: 0%;
        left: 0%;
        background: #00a1de;
        width: 100%;
        height: 0px;
        display: block;
        opacity: 1; }
      .parking-w .col-one-forth .calc-results h3 {
        color: #00a1de;
        margin: 10px auto;
        padding: 10px;
        font-size: 40px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
        border: 2px dotted rgba(0, 161, 222, 0.5); }
      .parking-w .col-one-forth .calc-results strong {
        color: #df2b32;
        font-size: 20px; }
    .parking-w .col-one-forth .red-button {
      width: 100%; }
    .parking-w .col-one-forth h2 {
      font-family: 'felyregular';
      font-size: 25px;
      margin: 0;
      font-weight: normal;
      border-top-right-radius: 10px; }
    .parking-w .col-one-forth h2.col {
      font-family: omnes-pro, sans-serif;
      font-style: normal;
      font-weight: 500;
      padding: 20px 10px;
      text-align: center;
      position: relative; }
      .parking-w .col-one-forth h2.col span {
        font-size: 13px;
        padding: 5px 10px 5px 35px;
        position: absolute;
        top: -10px;
        left: -23px;
        transform: rotate(-15deg);
        margin-right: -53px;
        background-color: #fff;
        color: #000;
        border-radius: 3px;
        background-image: url("img/icons/ico-car.png");
        background-repeat: no-repeat;
        background-position: 10px 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        text-transform: uppercase; }
    .parking-w .col-one-forth:nth-child(1) h2.col {
      background-color: #00ade9;
      color: #fff; }
    .parking-w .col-one-forth:nth-child(2) h2.col {
      background-color: #da389d;
      color: #fff; }
    .parking-w .col-one-forth:nth-child(3) h2.col {
      background-color: #2d905a;
      color: #fff; }
    .parking-w .col-one-forth:nth-child(4) h2.col {
      background-color: #ffff1a;
      color: #2f2f31; }
    .parking-w .col-one-forth h3 {
      font-size: 30px;
      margin: 0 0 30px;
      font-weight: normal; }
  .parking-w .col-one-forth:nth-child(even) {
    background-color: #e0e0e0; }
  .parking-w #calculator-01 {
    display: none; }
  .parking-w .notification-parking {
    color: #df2b32;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 0;
    float: left;
    width: 100%; }

.mobile-zoom {
  clear: both;
  margin: 20px auto;
  display: none;
  text-align: center; }
  @media (max-width: 980px) {
    .mobile-zoom {
      display: block; } }

#break-980 {
  display: none; }
  @media (max-width: 980px) {
    #break-980 {
      display: block; } }

.calculators {
  text-align: center;
  width: calc(30% - 10px) !important;
  padding: 10px 40px;
  margin: 0 -15% 0 0;
  background-color: white;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  z-index: 999999;
  bottom: 0;
  right: 50%; }
  @media (max-width: 1600px) {
    .calculators {
      width: 50% !important;
      margin: 0 -25% 0 0; } }
  @media (max-width: 800px) {
    .calculators {
      padding: 5px 20px; } }
  @media (max-width: 660px) {
    .calculators {
      width: 90% !important;
      margin: 0 -45% 0 0; } }
  .calculators h2 {
    font-size: 32px !important;
    color: #000;
    font-family: omnes-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-weight: normal;
    margin: 15px 0;
    text-align: center; }
    @media (max-width: 800px) {
      .calculators h2 {
        font-size: 35px !important; } }
    @media (max-width: 500px) {
      .calculators h2 {
        font-size: 30px !important; } }
    .calculators h2 strong {
      color: #df2b32; }
    .calculators h2 span {
      font-weight: normal;
      font-size: 24px !important;
      font-family: 'felyregular';
      color: #242425;
      float: none !important;
      color: #646464 !important; }
      @media (max-width: 500px) {
        .calculators h2 span {
          font-size: 20px !important; } }
  .calculators p {
    font-size: 11px; }
  .calculators input {
    width: calc(50% - 5px);
    padding: 9px 10px;
    margin: 15px 5px 0 0;
    font-size: 15px;
    text-align: left;
    float: left;
    border: 1px solid #cccccc; }
    @media (max-width: 500px) {
      .calculators input {
        width: 100% !important;
        margin: 5px 0; } }
  .calculators .blue-button {
    /*width:33% !important;*/
    width: 100% !important;
    margin: 15px 0 10px;
    float: left; }
    @media (max-width: 500px) {
      .calculators .blue-button {
        width: 100% !important; } }
  .calculators .col-one-forth {
    padding: 10px 5px 5px;
    background-color: rgba(255, 255, 255, 0) !important; }
    @media (max-width: 1140px) {
      .calculators .col-one-forth {
        width: 100%; }
        .calculators .col-one-forth h2 {
          text-align: center; } }
  @media (max-width: 1140px) {
    .calculators .col-three-forth {
      width: 100%; } }
  .calculators.sub-page-calc {
    padding: 5px 20px;
    height: auto; }
    @media (min-width: 1200px) {
      .calculators.sub-page-calc {
        width: 40% !important;
        margin: 0 -20% 0 0; } }
    @media (max-width: 500px) {
      .calculators.sub-page-calc {
        bottom: -15px; } }
    .calculators.sub-page-calc h2 {
      font-size: 25px !important;
      color: #df2b32;
      font-family: 'felyregular';
      font-weight: normal;
      margin: 15px 0;
      text-align: center; }
      @media (max-width: 800px) {
        .calculators.sub-page-calc h2 {
          font-size: 35px !important; } }
      .calculators.sub-page-calc h2 span {
        font-weight: normal;
        font-size: 20px !important;
        font-family: omnes-pro, sans-serif;
        font-style: normal;
        font-weight: 500;
        color: #242425;
        float: none !important;
        color: #646464 !important; }
    .calculators.sub-page-calc input {
      width: calc(33.33% - 5px) !important;
      padding: 9px 10px;
      margin: 15px 5px 0 0;
      font-size: 15px;
      text-align: left;
      float: left;
      border: 1px solid #cccccc; }
      @media (max-width: 500px) {
        .calculators.sub-page-calc input {
          width: 100% !important; } }
    .calculators.sub-page-calc .blue-button {
      width: calc(33.33% - 5px) !important;
      float: left; }
      @media (max-width: 500px) {
        .calculators.sub-page-calc .blue-button {
          width: 100% !important; } }

.mobile-scroll-message {
  text-align: center;
  display: block;
  position: relative;
  clear: both; }
  .mobile-scroll-message a {
    visibility: hidden;
    opacity: 0;
    display: block; }
    .mobile-scroll-message a span:after {
      content: '>';
      font: 25px "Consolas", monospace;
      color: #df2b32;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      left: calc(100% - 40px);
      top: -10px;
      padding: 0 0 2px;
      position: absolute;
      pointer-events: none; }
    .mobile-scroll-message a span:before {
      content: '>';
      font: 25px "Consolas", monospace;
      color: #df2b32;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      right: calc(100% - 40px);
      top: -10px;
      padding: 0 0 2px;
      position: absolute;
      pointer-events: none; }
  @media (max-width: 980px) {
    .mobile-scroll-message a {
      visibility: visible; } }

.more-info-parking {
  background-color: rgba(255, 255, 255, 0.6);
  float: left;
  text-align: center;
  width: 100%;
  display: flex; }
  .more-info-parking .col-one-forth {
    padding: 25px; }
  .more-info-parking h2 {
    font-weight: normal; }
  .more-info-parking img {
    width: 150px; }

.single-shop-dine #breadcrumbs, .single-shop-dine #breadcrumbs a {
  color: #fff; }
.single-shop-dine .col-three-forth {
  padding: 20px 40px;
  margin: 20px 0 20px 20px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(75% - 20px); }
  @media (max-width: 800px) {
    .single-shop-dine .col-three-forth {
      width: calc(100% - 20px);
      margin: 20px 10px; } }
.single-shop-dine .col-one-forth {
  margin: 20px 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9); }
  .single-shop-dine .col-one-forth .shop-logo {
    float: left;
    width: 100%; }
    @media (max-width: 800px) {
      .single-shop-dine .col-one-forth .shop-logo {
        width: 70%; } }
    @media (max-width: 600px) {
      .single-shop-dine .col-one-forth .shop-logo {
        width: 100%; } }
  .single-shop-dine .col-one-forth .shop-info {
    float: left; }
    @media (max-width: 800px) {
      .single-shop-dine .col-one-forth .shop-info {
        width: 30%; } }
    @media (max-width: 600px) {
      .single-shop-dine .col-one-forth .shop-info {
        width: 100%; } }
  .single-shop-dine .col-one-forth .opening-time, .single-shop-dine .col-one-forth .telephone, .single-shop-dine .col-one-forth .email {
    font-size: 14px; }
    .single-shop-dine .col-one-forth .opening-time img, .single-shop-dine .col-one-forth .telephone img, .single-shop-dine .col-one-forth .email img {
      height: 18px;
      margin: 0 5px 0 10px; }
  @media (max-width: 800px) {
    .single-shop-dine .col-one-forth {
      width: calc(100% - 20px);
      margin: 20px 10px; } }

.contact .col-half {
  background-color: rgba(255, 255, 255, 0.6);
  width: calc(50% - 20px);
  margin: 20px 10px;
  padding: 20px 30px; }
  @media (max-width: 800px) {
    .contact .col-half {
      width: calc(100% - 6px);
      margin: 20px 3px; } }
  .contact .col-half h2 {
    color: #df2b32; }
.contact #map {
  width: 100%;
  height: 300px; }
  @media (max-width: 800px) {
    .contact #map {
      height: 200px; } }

@keyframes sub-banner-animation {
  0% {
    background-position: center top; }
  45% {
    background-position: center bottom; }
  98% {
    background-position: center top; }
  100% {
    background-position: center top; } }
/* header */
.header {
  position: relative;
  width: 100%;
  border-top: 50px solid #fff;
  background: rgba(224, 224, 224, 0.5);
  z-index: 3;
  overlay: hidden;
  animation: sub-banner-animation 70s infinite; }
  .header.home-page {
    height: 75vh;
    min-height: 600px; }
  .header.sub-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
    @media (max-width: 800px) {
      .header.sub-banner {
        height: auto; } }
    @media (max-width: 600px) {
      .header.sub-banner {
        border: 10px solid #fff;
        border-top: 50px solid #fff; } }
    .header.sub-banner .tagline {
      margin: 20vh 10% 20px;
      font-size: 40px;
      color: #fff;
      font-family: 'felyregular';
      text-align: center; }
    .header.sub-banner #breadcrumbs {
      color: #fff;
      width: 80%;
      margin: 0 10% 10vh;
      font-family: omnes-pro, sans-serif;
      font-style: normal;
      font-weight: 400;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
      text-align: center; }
      .header.sub-banner #breadcrumbs a {
        color: #fff; }
  .header .home-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .header .home-banner div {
      width: 100%;
      height: 100%;
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top; }
    @media (max-width: 450px) {
      .header .home-banner {
        display: none; } }
  .header .home-banner-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
    @media (max-width: 450px) {
      .header .home-banner-mobile {
        display: block; } }

/* Top Bar Animation */
.fixed-top, .top-bar-container {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  transition: 0.5s all ease-in; }

/* Top Bar */
.top-bar {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 11;
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  /* Search */
  /* Lang Selector */ }
  @media (max-width: 500px) {
    .top-bar {
      right: 0; } }
  .top-bar img {
    height: 20px; }
  .top-bar li {
    float: left;
    padding: 15px 4px; }
    .top-bar li:nth-last-child(1) {
      /* padding:7px 4px;	*/ }
    .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: none;
          padding-right: 0px;
          margin-right: 0px; } }
    @media (max-width: 1150px) {
      .top-bar li.sm {
        display: none; } }
    @media (max-width: 980px) {
      .top-bar li.custom-hide {
        display: none; } }
  .top-bar .search {
    width: 13%;
    position: relative; }
    @media (max-width: 800px) {
      .top-bar .search {
        width: 30%; } }
    @media (max-width: 500px) {
      .top-bar .search {
        width: 30%; } }
    .top-bar .search .search-input {
      width: 100px;
      position: absolute;
      right: 25px;
      background: none;
      text-align: right;
      transition: 0.3s ease-in all;
      font-size: 15px;
      height: 20px;
      padding: 2px 5px 5px;
      color: #646464;
      margin: 0 -20px 5px 0;
      border: none; }
      .top-bar .search .search-input:focus {
        background: #fff;
        text-align: left;
        color: #b8b4b4 !important; }
    .top-bar .search .search-submit {
      border: 0;
      font-size: 15px;
      padding: 0;
      margin: 0;
      background-color: #fff; }
      .top-bar .search .search-submit:after {
        content: "\00a0\00a0\00a0";
        background-image: url("img/icons/ico-search.png");
        background-size: contain;
        display: block;
        width: 25px;
        height: 20px;
        margin-left: 0; }
  .top-bar #lang_sel {
    position: relative;
    display: inline-block;
    height: 20px;
    font-family: omnes-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    width: 120px; }
    @media (max-width: 500px) {
      .top-bar #lang_sel {
        width: 100px; } }
  .top-bar #lang_sel ul ul {
    width: auto; }
  .top-bar #lang_sel .wpml-ls-display {
    display: none; }
  .top-bar #lang_sel li {
    width: 120px;
    float: none !important; }
    @media (max-width: 500px) {
      .top-bar #lang_sel li {
        width: 100px; } }
  .top-bar #lang_sel a, .top-bar #lang_sel_list a:visited {
    border: none;
    font-size: 15px;
    line-height: 17px;
    padding: 3px; }
    @media (max-width: 500px) {
      .top-bar #lang_sel a, .top-bar #lang_sel_list a:visited {
        font-size: 14px; } }
  .top-bar #lang_sel_list li ul a, .top-bar #lang_sel_list li ul a:link, .top-bar #lang_sel_list li ul a:visited {
    background-color: #fff;
    padding: 10px; }
    .top-bar #lang_sel_list li ul a:hover, .top-bar #lang_sel_list li ul a:link:hover, .top-bar #lang_sel_list li ul a:visited:hover {
      background-color: #e0e0e0; }
    .top-bar #lang_sel_list li ul a img.iclflag, .top-bar #lang_sel_list li ul a:link img.iclflag, .top-bar #lang_sel_list li ul a:visited img.iclflag {
      top: -2px; }
  .top-bar #lang_sel_list img.iclflag {
    width: 18px;
    height: 12px;
    position: relative;
    top: -2px; }
  .top-bar #lang_sel_list ul ul {
    border-top: 0;
    height: 0;
    left: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    z-index: 10000; }
  .top-bar #lang_sel .wpml-ls-sub-menu {
    box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.2); }

/* logo */
.logo {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -65px;
  text-align: center;
  z-index: 11; }
  @media (max-width: 850px) {
    .logo {
      width: 100px;
      height: 100px;
      margin: 0 0 0 -50px; } }
  @media (max-width: 360px) {
    .logo {
      width: 80px;
      height: 80px;
      margin: 0 0 0 -40px; } }

.z-9 {
  z-index: 9; }

.logo-small {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -55px;
  text-align: center;
  z-index: 9;
  opacity: 0; }

.logo-img {
  width: 130px;
  height: 130px;
  opacity: 1; }
  @media (max-width: 850px) {
    .logo-img {
      width: 100px;
      height: 100px; } }
  @media (max-width: 360px) {
    .logo-img {
      width: 80px;
      height: 80px; } }

/* nav */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  font-size: 16px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 0 30px;
  float: left; }
  @media (max-width: 980px) {
    .nav {
      display: none; } }
  .nav ul {
    margin: 15px 50px;
    padding: 0;
    list-style: none; }
  .nav li {
    display: inline-block;
    margin: 0 20px 0 0; }
  .nav a {
    color: #646464;
    font-weight: normal; }

/* Desktop Nav */
#mega-menu-wrap-header-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item, #mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto; }

#mega-menu-wrap-header-menu:before, #mega-menu-wrap-header-menu #mega-menu-header-menu:before, #mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu:before, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item:before, #mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link:before, #mega-menu-wrap-header-menu:after, #mega-menu-wrap-header-menu #mega-menu-header-menu:after, #mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu:after, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item:after, #mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link:after {
  display: none; }

#mega-menu-wrap-header-menu #mega-menu-header-menu {
  visibility: visible;
  text-align: left; }

#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link {
  cursor: pointer;
  display: inline;
  color: #212121;
  -webkit-transition: background 200ms linear, color 200ms linear;
  -moz-transition: background 200ms linear, color 200ms linear;
  -o-transition: background 200ms linear, color 200ms linear;
  transition: background 200ms linear, color 200ms linear; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-disable-link > a.mega-menu-link {
  cursor: default; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  width: 100%;
  margin: 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-animating > ul.mega-sub-menu {
  visibility: visible; }

#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {
  opacity: 0;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-property: opacity; }

#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  opacity: 1; }

#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  opacity: 0;
  margin-top: 10px;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-property: opacity, margin-top; }

#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  opacity: 1;
  margin-top: 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 10px;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-property: margin-top; }

#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  margin-top: 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  visibility: visible; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  visibility: inherit; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a[class^='dashicons']:before {
  font-family: dashicons; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit; }

#mega-menu-wrap-header-menu #mega-menu-header-menu ul ul li.mega-menu-item a.mega-menu-link:hover {
  border-bottom: 1px dotted #fff !important;
  color: #fff !important; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 6px 0 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-align-bottom-right > ul.mega-sub-menu {
  right: 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-menu-item {
  position: static; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-right {
  float: right;
  margin: 0 0 0 0px; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus {
  /*background: $grey-light-2;*/
  background: #037cd1;
  color: #fff;
  font-weight: normal !important;
  text-decoration: none;
  border-color: #fff; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  outline: none;
  text-decoration: none;
  padding: 0px 35px 0px 20px;
  line-height: 50px;
  font-weight: normal;
  height: 50px;
  vertical-align: baseline;
  text-align: left;
  width: auto;
  display: block;
  text-transform: none;
  text-decoration: none;
  font-family: inherit;
  font-size: 15px;
  text-transform: uppercase;
  font-family: omnes-pro, sans-serif;
  font-style: normal;
  font-weight: 400; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before {
    content: "\00276F";
    color: #df2b32;
    position: absolute;
    top: 0;
    right: 3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: 999;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  /* Light Grey
  background: $white-semi-trans-06;
  background: -webkit-gradient(linear, left top, left bottom, from($grey-light-2), to($white-semi-trans-06));
  background: -moz-linear-gradient(top, $grey-light-2, $white-semi-trans-06);
  background: -ms-linear-gradient(top, $grey-light-2, $white-semi-trans-06);
  background: -o-linear-gradient(top, $grey-light-2, $white-semi-trans-06);
  background: linear-gradient(to bottom, $grey-light-2, $white-semi-trans-06);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$grey-light-2', endColorstr='$white');
  */
  /* Blue */
  background: #037cd1;
  background: -webkit-gradient(linear, left top, left bottom, from(#037cd1), to(rgba(0, 161, 222, 0.8)));
  background: -moz-linear-gradient(top, #037cd1, rgba(0, 161, 222, 0.8));
  background: -ms-linear-gradient(top, #037cd1, rgba(0, 161, 222, 0.8));
  background: -o-linear-gradient(top, #037cd1, rgba(0, 161, 222, 0.8));
  background: linear-gradient(to bottom, #037cd1, rgba(0, 161, 222, 0.8));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$lux-blue-dark', endColorstr='$blue-semi-trans');
  /* Dark Grey 
  background: $grey-dark;
  background: -webkit-gradient(linear, left top, left bottom, from($grey-dark), to($black-semi-trans-05));
  background: -moz-linear-gradient(top, $grey-dark, $black-semi-trans-05);
  background: -ms-linear-gradient(top, $grey-dark, $black-semi-trans-05);
  background: -o-linear-gradient(top, $grey-dark, $black-semi-trans-05);
  background: linear-gradient(to bottom, $grey-dark, $black-semi-trans-05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$grey-dark', endColorstr='$black-semi-trans-05');*/
  padding: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  display: flex; }
  @media (max-width: 1100px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
      padding: 5px; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  cursor: default; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  /*color: $grey-content;*/
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  /* Third level menu item */ }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  /*color: $grey-content;*/
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal !important;
  margin: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border-bottom: 1px dotted transparent;
  /* Third level menu item hover */ }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0; }

#mega-menu-wrap-header-menu {
  clear: both; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  background-image: url("img/divider-3-horiz.png");
  background-repeat: repeat-y;
  background-position: right top;
  display: block;
  width: calc(25% - 20px);
  margin: 10px 10px;
  padding-left: 20px;
  float: left;
  font-family: omnes-pro, sans-serif;
  font-style: normal;
  font-weight: 400; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-last-child(1) {
    background-image: none; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a {
  font-size: 22px !important; }
  @media (max-width: 1400px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a {
      font-size: 20px !important; } }
  @media (max-width: 1100px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a {
      font-size: 16px !important; } }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item a {
  font-size: 16px !important;
  padding-left: 20px; }
  @media (max-width: 1400px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item a {
      font-size: 14px !important; } }
  @media (max-width: 1100px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item a {
      font-size: 13px !important; } }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item a::before {
    content: "\00276F";
    position: absolute;
    top: 0;
    left: 0; }

/* Parking nav item */
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-328 a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-787 a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-811 a.mega-menu-link {
  font-weight: bold !important;
  font-size: 20px !important; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-328 a.mega-menu-link::before,
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-787 a.mega-menu-link::before,
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item-811 a.mega-menu-link::before {
    content: "\02605" !important;
    font-size: 18px !important; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  margin: 0;
  padding: 0; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li {
  margin: 0 !important;
  padding: 0 20px 0 0 !important; }

/* Mobile Nav */
.dl-menuwrapper {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 10;
  top: -1px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  display: none; }
  @media (max-width: 980px) {
    .dl-menuwrapper {
      display: block; } }
  @media (max-width: 500px) {
    .dl-menuwrapper {
      width: 100%; } }

.dl-menuwrapper:first-child {
  margin-right: 100px; }

.dl-menuwrapper button.responsive-nav {
  background: #fff;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
  outline: none;
  margin: 3px 25px 0; }
  @media (max-width: 600px) {
    .dl-menuwrapper button.responsive-nav {
      margin: 3px 10px 0; } }

.dl-menuwrapper button.responsive-nav.dl-active,
.dl-menuwrapper ul {
  /* Blue */
  background: #037cd1;
  background: -webkit-gradient(linear, left top, left bottom, from(#037cd1), to(rgba(0, 161, 222, 0.8)));
  background: -moz-linear-gradient(top, #037cd1, rgba(0, 161, 222, 0.8));
  background: -ms-linear-gradient(top, #037cd1, rgba(0, 161, 222, 0.8));
  background: -o-linear-gradient(top, #037cd1, rgba(0, 161, 222, 0.8));
  background: linear-gradient(to bottom, #037cd1, rgba(0, 161, 222, 0.8));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$lux-blue-dark', endColorstr='$blue-semi-trans'); }
  .dl-menuwrapper button.responsive-nav.dl-active:after,
  .dl-menuwrapper ul:after {
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }

.dl-menuwrapper button.responsive-nav.dl-active {
  /* Blue */
  background: #037cd1;
  background: -webkit-gradient(linear, left top, left bottom, from(#037cd1), to(#037cd1));
  background: -moz-linear-gradient(top, #037cd1, #037cd1);
  background: -ms-linear-gradient(top, #037cd1, #037cd1);
  background: -o-linear-gradient(top, #037cd1, #037cd1);
  background: linear-gradient(to bottom, #037cd1, #037cd1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$lux-blue-dark', endColorstr='$lux-blue-dark'); }

.dl-menuwrapper button.responsive-nav.dl-active {
  margin: 20px 20px 0; }

.dl-menuwrapper button.responsive-nav:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #df2b32;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #df2b32, 0 20px 0 #df2b32; }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative;
  background-image: url("img/divider-3-horiz.png");
  background-repeat: repeat-x;
  background-position: center bottom; }
  .dl-menuwrapper li:nth-last-child(1) {
    background-image: none; }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 20px 20px;
  font-size: 25px;
  font-family: omnes-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  outline: none;
  text-align: center; }

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 25px; }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  speak: none;
  color: #fff;
  font-size: 23px;
  line-height: 295%;
  -webkit-font-smoothing: antialiased;
  content: "\00276F"; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15); }

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  z-index: 1;
  top: -4px;
  padding: 70px 0 0 0;
  width: 100%;
  min-height: 100vh;
  height: 100px;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  padding: 70px 0 0;
  min-height: 100vh;
  transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  padding: 70px 0 0;
  min-height: 130vh;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 0px;
  padding-top: 70px;
  min-height: 100vh;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s; }

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out; }

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease; }

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease; }

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease; }

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; } }
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease; }

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease; }

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1; } }
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; } }
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; } }
.dl-menuwrapper .search-form {
  padding-bottom: 10px; }
.dl-menuwrapper .search {
  width: 80%;
  margin: 10px 10%;
  padding: 10px;
  position: relative;
  background: #fff; }
  .dl-menuwrapper .search .search-input {
    width: 85%;
    right: 25px;
    background: none;
    transition: 0.3s ease-in all;
    font-size: 20px;
    height: 20px;
    padding: 5px 0;
    color: #646464;
    margin: 0 -20px 5px 0;
    border: none;
    margin: 0 40px 0 0; }
  .dl-menuwrapper .search .search-submit {
    border: 0;
    font-size: 16px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 13px; }
    .dl-menuwrapper .search .search-submit:after {
      content: "\00a0\00a0\00a0";
      background-image: url("img/icons/ico-search.png");
      background-size: contain;
      display: block;
      width: 36px;
      height: 28px;
      margin-left: 0; }

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* sidebar */
/* footer */
.footer {
  color: #df2b32;
  width: 100%;
  float: left;
  background: #2f2f31;
  color: #fff; }
  .footer .wrapper {
    max-width: 1600px; }
  .footer a {
    color: #b8b4b4; }
    .footer a:hover {
      color: #df2b32; }

.footer-nav-cont {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 500px) {
    .footer-nav-cont {
      margin: 40px 0 0; } }

.footer-nav {
  float: left;
  width: 20%;
  margin: 50px 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    .footer-nav {
      width: 33.3%;
      margin: 30px 0 20px; } }
  @media (max-width: 800px) {
    .footer-nav {
      width: 50%; } }
  @media (max-width: 500px) {
    .footer-nav {
      width: 50%;
      margin: 10px 0;
      text-align: center; } }
  .footer-nav > li {
    margin: 0;
    padding: 0; }
  .footer-nav ul {
    margin: 0;
    padding: 0; }
    @media (max-width: 500px) {
      .footer-nav ul {
        display: none; } }
    .footer-nav ul li {
      margin: 5px 0;
      padding: 0 0 0 20px;
      list-style: none;
      font-size: 14px; }
      .footer-nav ul li:before {
        content: '>';
        font: 30px "Consolas", monospace;
        font-size: 14px;
        margin: -5px 5px 0 0; }
  .footer-nav h2 {
    font-weight: normal;
    color: #b8b4b4;
    margin: 0;
    display: block; }
  .footer-nav p {
    margin: 0 0 40px;
    color: #b8b4b4;
    font-style: italic;
    display: block; }
  .footer-nav img {
    float: left;
    margin: 0 10px 0 0; }
    @media (max-width: 500px) {
      .footer-nav img {
        float: none; } }

.footer-bottom {
  float: left;
  width: 100%;
  background: #242425;
  padding: 10px; }
  .footer-bottom p {
    float: left; }
    @media (max-width: 500px) {
      .footer-bottom p {
        text-align: center;
        float: none; } }
  .footer-bottom ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    float: right; }
    @media (max-width: 500px) {
      .footer-bottom ul {
        text-align: center;
        float: none; } }
  .footer-bottom li {
    display: inline-block; }
    .footer-bottom li:nth-last-child(1) {
      padding: 2px 0 0 15px; }

/*------------------------------------*\
    Buttons
\*------------------------------------*/
.blue-button, .gform_button, .iconCTAction {
  background-color: #00a1de;
  padding: 8px 15px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  transition: all 0.5s ease; }
  .blue-button:hover, .gform_button:hover, .iconCTAction:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8); }

.red-button {
  background-color: #df2b32;
  padding: 8px 15px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  transition: all 0.5s ease; }
  .red-button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8); }

.line-button {
  padding: 8px 15px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  transition: all 0.5s ease; }
  .line-button:hover {
    color: #fff;
    background-color: #df2b32; }

.grey-button, .mailjet-subscribe {
  background: #2f2f31;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.5s ease; }
  .grey-button:hover, .mailjet-subscribe:hover {
    background: #00a1de; }

/*------------------------------------*\
    Cols
\*------------------------------------*/
.col-half {
  width: 50%;
  float: left; }
  .col-half .map {
    float: right; }
  @media (max-width: 800px) {
    .col-half {
      width: 100%; } }

.col-three-forth {
  width: 75%;
  float: left; }
  @media (max-width: 800px) {
    .col-three-forth {
      width: 50%; } }
  @media (max-width: 500px) {
    .col-three-forth {
      width: 100%; } }

.col-one-forth {
  width: 25%;
  float: left; }
  @media (max-width: 800px) {
    .col-one-forth {
      width: 50%; } }
  @media (max-width: 500px) {
    .col-one-forth {
      width: 100%; } }

.col-one-third {
  width: 33%;
  float: left; }
  @media (max-width: 800px) {
    .col-one-third {
      width: 50%; } }
  @media (max-width: 500px) {
    .col-one-third {
      width: 100%; } }

/*------------------------------------*\
    ICON CT
\*------------------------------------*/
.featherlight-content {
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.8);
  text-align: center !important; }

#iconCT {
  text-align: center; }
  #iconCT #iconCTMessage {
    text-align: center;
    max-width: 500px; }
    #iconCT #iconCTMessage h1, #iconCT #iconCTMessage h2, #iconCT #iconCTMessage h3, #iconCT #iconCTMessage h4, #iconCT #iconCTMessage h5 {
      font-size: 40px;
      font-family: 'felyregular';
      color: #df2b32;
      margin-top: 10px; }
  #iconCT .iconCTAction.featherlight-inner {
    float: none !important;
    display: inline-block !important;
    margin: 10px 2px !important; }

.featherlight .iconCTAction.featherlight-inner {
  float: none !important;
  display: inline-block !important;
  margin: 10px 2px !important; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* Home Timeline */
#timeline {
  width: 100%;
  display: block;
  padding: 100px 0.5% 10px;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  /* Standard syntax */ }
  @media (max-width: 1500px) {
    #timeline {
      padding: 100px 0.5% 10px; } }
  @media (max-width: 600px) {
    #timeline {
      padding: 10px 0.5% 10px; } }
  #timeline li {
    color: white;
    list-style-type: none;
    display: inline-block;
    width: 15%;
    margin: 0 -3px 0 0;
    padding: 0;
    text-align: center;
    position: relative;
    background-image: url("img/timeline-line.png");
    background-position: left 35px;
    background-size: 100% 1px !important;
    background-repeat: no-repeat;
    transition: all 0.5s ease; }
    #timeline li:nth-child(1) {
      background-position: right 35px;
      background-size: 50% 1px !important; }
    #timeline li:nth-last-child(1) {
      background-size: 50% 1px !important; }
    @media (max-width: 950px) {
      #timeline li {
        width: 33.3%;
        background-image: none; }
        #timeline li:nth-child(1) {
          display: none; }
        #timeline li:nth-child(3) {
          display: none; }
        #timeline li:nth-child(6) {
          display: none; } }
  #timeline a {
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
  #timeline a h4 {
    display: none;
    position: absolute;
    top: -90px;
    font-family: omnes-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 20px;
    color: #fff;
    white-space: no-wrap;
    background-image: url("img/bg-timeline-tag.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
    @media (max-width: 1500px) {
      #timeline a h4 {
        font-size: 14px; } }
  #timeline a h4 span {
    font-size: 30px;
    font-family: 'felyregular';
    font-weight: normal; }
    @media (max-width: 1500px) {
      #timeline a h4 span {
        font-size: 22px; } }
  #timeline a h3 {
    color: #fff;
    font-weight: normal; }
    @media (max-width: 1070px) {
      #timeline a h3 {
        font-size: 13px; } }
  #timeline a .icon {
    width: 70px;
    height: 70px;
    margin: auto;
    background-color: rgba(0, 161, 222, 0.8);
    border-radius: 50%;
    transition: all 0.5s ease; }
    @media (max-width: 420px) {
      #timeline a .icon {
        width: 60px !important;
        height: 60px !important; } }
  #timeline a img {
    width: 100%;
    height: 100%; }
  #timeline .active {
    background-position: left 45px;
    transition: all 0.5s ease; }
    #timeline .active:nth-child(1) {
      background-position: right 45px !important; }
    #timeline .active h3 {
      color: #fff;
      transition: all 0.5s ease; }
    #timeline .active h4 {
      display: block !important;
      position: absolute;
      left: 0;
      right: 0;
      top: -90px;
      transition: all 0.5s ease; }
      @media (max-width: 600px) {
        #timeline .active h4 {
          display: none !important; } }
    #timeline .active .icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: rgba(223, 43, 50, 0.8);
      transition: all 0.5s ease; }
      @media (max-width: 420px) {
        #timeline .active .icon {
          width: 60px !important;
          height: 60px !important; } }

/* Home Tabs */
#arrival-departute-tabs {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0; }

#tab-container {
  width: 30%;
  margin: auto; }
  @media (max-width: 1400px) {
    #tab-container {
      width: 40%; } }
  @media (max-width: 1280px) {
    #tab-container {
      width: 50%; } }
  @media (max-width: 1100px) {
    #tab-container {
      width: 70%; } }
  @media (max-width: 800px) {
    #tab-container {
      width: 90%; } }

.tabs-holder {
  padding: 15px;
  min-height: 60px;
  min-width: 100%;
  clear: both;
  position: relative;
  top: -28px; }
  .tabs-holder table {
    width: 100%;
    text-align: left;
    margin: 0 0 0px; }
    .tabs-holder table tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      cursor: pointer; }
      .tabs-holder table tr:nth-child(odd) {
        background-color: rgba(255, 255, 255, 0.1); }
      .tabs-holder table tr:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.6); }
      .tabs-holder table tr:nth-child(1) {
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0);
        cursor: inherit; }
        .tabs-holder table tr:nth-child(1) th {
          padding: 5px 5px 10px;
          font-size: 13px; }
    .tabs-holder table th {
      text-transform: uppercase;
      font-weight: normal; }
      .tabs-holder table th:nth-child(1) {
        width: 30%;
        white-space: nowrap; }
      .tabs-holder table th:nth-last-child(1) {
        width: 10%; }
      @media (max-width: 500px) {
        .tabs-holder table th:nth-child(4) {
          display: none; } }
    .tabs-holder table td {
      padding: 5px;
      white-space: no-wrap; }
      @media (max-width: 500px) {
        .tabs-holder table td:nth-child(4) {
          display: none; } }
      .tabs-holder table td span {
        white-space: nowrap; }
      .tabs-holder table td .delayed {
        background: #df2b32;
        border-radius: 3px;
        padding: 3px 5px;
        color: #fff; }
      .tabs-holder table td img {
        width: 25px; }

.all-flights {
  color: #df2b32;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px 0 0; }

.etabs {
  padding: 0;
  margin: 0; }
  .etabs .tab {
    list-style-type: none;
    float: left;
    margin: 0 0 9px;
    position: relative;
    top: -28px; }
    .etabs .tab .active {
      background-color: rgba(255, 255, 255, 0.8);
      color: #df2b32; }
    .etabs .tab a {
      text-align: center;
      font-size: 14px;
      padding: 10px 15px 10px 40px;
      color: #fff;
      background-color: rgba(223, 43, 50, 0.8);
      background-position: 10px 8px;
      background-size: 22px 22px;
      background-repeat: no-repeat; }
    .etabs .tab .departures-icon {
      background-image: url("img/icons/flight-dep-white.png"); }
      .etabs .tab .departures-icon.active {
        background-image: url("img/icons/flight-dep-red.png"); }
    .etabs .tab .arrivals-icon {
      background-image: url("img/icons/flight-arr-white.png"); }
      .etabs .tab .arrivals-icon.active {
        background-image: url("img/icons/flight-arr-red.png"); }

.tabs-holder {
  background-color: rgba(255, 255, 255, 0.8); }

/* Home Banner News */
.news-banner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  margin: 15px 0 0;
  font-size: 12px;
  white-space: none; }
  @media (max-width: 500px) {
    .news-banner {
      display: none; } }
  .news-banner h3 {
    width: auto;
    font-weight: normal;
    display: inline;
    font-size: 14px;
    border-right: 1px solid #646464;
    padding-right: 10px;
    margin-right: 10px;
    color: #df2b32; }
  .news-banner strong {
    font-weight: normal; }
  .news-banner span {
    color: #df2b32;
    padding: 0 15px 0 5px; }

/* Section 01 - Home */
.section-01 {
  text-align: center;
  float: left;
  width: 100%;
  background-image: url("img/bg-parking-home.jpg");
  background-size: cover; }
  .section-01 .wrapper {
    max-width: 1400px;
    width: 93%; }
  .section-01 .tagline {
    margin: 10px 20px;
    font-family: 'felyregular';
    font-weight: normal;
    font-size: 30px; }
    @media (max-width: 800px) {
      .section-01 .tagline {
        font-size: 25px; } }
    .section-01 .tagline span {
      font-family: omnes-pro, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 42px; }
      @media (max-width: 800px) {
        .section-01 .tagline span {
          font-size: 35px; } }

.travel-planner-section ul {
  flex-wrap: wrap !important; }
  .travel-planner-section ul li.advert-repeater .g-dyn, .travel-planner-section ul ul li.advert-repeater > .g {
    height: 100% !important; }
.travel-planner-section li {
  width: calc(50% - 20px) !important;
  height: auto !important; }
  @media (max-width: 780px) {
    .travel-planner-section li {
      width: calc(100% - 20px) !important; } }
  .travel-planner-section li a.article-link {
    padding: 150px 20px 40px !important; }

.hotels-title {
  text-align: center; }

.maps {
  pointer-events: none; }

/* Section 02 - Home */
@keyframes flag-animation {
  0% {
    background-size: 100% 100%; }
  50% {
    background-size: 120% 120%; }
  100% {
    background-size: 100% 100%; } }
.section-02 {
  text-align: center;
  min-height: 300px;
  float: left;
  width: 100%;
  padding: 80px 0;
  position: relative; }
  @media (max-width: 480px) {
    .section-02 {
      min-height: auto; } }
  .section-02 .wrapper {
    max-width: 1400px;
    position: relative;
    z-index: 2; }
  .section-02 h2 {
    font-family: omnes-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px; }
    @media (max-width: 480px) {
      .section-02 h2 {
        font-size: 13px; } }
    .section-02 h2 span {
      font-family: 'felyregular';
      font-size: 36px; }
      @media (max-width: 480px) {
        .section-02 h2 span {
          font-size: 20px; } }
  .section-02 .large-text {
    font-family: omnes-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px; }
    @media (max-width: 480px) {
      .section-02 .large-text {
        font-size: 28px; } }
  .section-02 .large-text-2 {
    font-family: omnes-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px; }
    @media (max-width: 480px) {
      .section-02 .large-text-2 {
        font-size: 32px; } }
  .section-02 .reasons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .section-02 .reasons__reason {
      width: 100%;
      padding: 2.5rem; }
      @media (min-width: 500px) {
        .section-02 .reasons__reason {
          width: 50%; } }
      @media (min-width: 900px) {
        .section-02 .reasons__reason {
          width: calc(100% / 3); } }
      .section-02 .reasons__reason-image {
        width: 155px; }
      .section-02 .reasons__reason-title {
        font-size: 3rem; }

/* Section 03 - Home */
.section-03 {
  text-align: center;
  background-image: url("img/bg-section-3-home.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  min-height: 300px;
  float: left;
  width: 100%;
  padding: 20px 0; }
  @media (max-width: 500px) {
    .section-03 {
      background-size: cover; } }
  .section-03 .wrapper {
    max-width: 1200px; }
  @media (max-width: 800px) {
    .section-03 .map-home {
      display: none; } }
  .section-03 h1 {
    text-align: center; }
  .section-03 select {
    color: #df2b32;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    padding: 3px 30px 3px 3px;
    margin: 0;
    -webkit-box-shadow: 0 3px 0 #fff, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #fff, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #fff, 0 -1px #fff inset;
    background: #fff;
    border: none;
    border-bottom: 2px dotted #df2b32;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    max-width: 100%; }
  .section-03 label {
    position: relative;
    display: inline-block; }
  .section-03 label:after {
    content: '>';
    font: 30px "Consolas", monospace;
    color: #df2b32;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none; }
  .section-03 label:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    display: block; }
  .section-03 .col-half {
    padding: 20px;
    text-align: left;
    font-size: 15px; }
    @media (max-width: 500px) {
      .section-03 .col-half {
        text-align: center; } }
    .section-03 .col-half h2 {
      font-size: 26px;
      color: #df2b32; }
      .section-03 .col-half h2 span {
        font-family: 'felyregular';
        color: #646464;
        font-weight: normal; }
  .section-03 ul {
    margin: 30px 0 60px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap; }
    .section-03 ul li {
      display: inline-block;
      width: 30%;
      height: 200px;
      margin: 0 1.5% 20px;
      text-align: center;
      position: relative;
      background-size: cover; }
      @media (max-width: 500px) {
        .section-03 ul li {
          width: 97%; } }
    .section-03 ul a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
      font-size: 18px;
      padding: 15px;
      background-color: rgba(0, 0, 0, 0.2);
      transition: all 0.5s ease; }
      .section-03 ul a:hover {
        background-color: rgba(0, 0, 0, 0.6); }
    .section-03 ul h2 {
      font-size: 40px;
      font-family: 'felyregular';
      font-weight: normal;
      margin: 0; }
    .section-03 ul p {
      margin: 0;
      padding: 0;
      font-weight: normal; }

/* Section 04 - Home */
.section-04 {
  text-align: center;
  background-color: #df2b32;
  float: left;
  width: 100%;
  color: #fff; }
  .section-04 .col-half {
    padding: 0 20px 10px;
    margin: 30px 0; }
  .section-04 .divider {
    background: url("img/divider-2.png") repeat-y right center; }
  .section-04 h1 {
    font-size: 25px; }
    @media (max-width: 800px) {
      .section-04 h1 {
        font-size: 30px; } }
  .section-04 h3 {
    display: none; }
  .section-04 select {
    color: #fff;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    padding: 3px 30px 3px 3px;
    margin: 0;
    background: #df2b32;
    border: 0px;
    outline: 0px;
    border-bottom: 2px dotted #fff;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    max-width: 100%; }
  .section-04 label {
    position: relative; }
  .section-04 label:after {
    content: '>';
    font: 25px "Consolas", monospace;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: -10px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none; }
  .section-04 label:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #df2b32;
    position: absolute;
    pointer-events: none;
    display: block; }
  .section-04 input {
    width: 65%;
    padding: 10px;
    border: none;
    margin: -0.5%; }
  .section-04 input[type="submit"], .section-04 button {
    width: 25%;
    padding: 10px;
    border: none; }
    @media (max-width: 360px) {
      .section-04 input[type="submit"], .section-04 button {
        width: 35%; } }
  @media (max-width: 500px) {
    .section-04 .help {
      display: none; } }
  .section-04 .mobile-download {
    position: relative; }
    .section-04 .mobile-download a {
      border: 1px dotted rgba(255, 255, 255, 0);
      color: #fff;
      padding: 5px;
      border-radius: 4px;
      display: inline-block; }
      .section-04 .mobile-download a:hover {
        border: 1px dotted rgba(255, 255, 255, 0.4); }
  .section-04 input[type="submit"] {
    padding: 10px 5px; }
  .section-04 .response {
    padding-top: 15px; }

/* Social Widgets */
.social-widgets {
  text-align: center;
  float: left;
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap; }
  .social-widgets .sm-logo {
    width: 35%;
    max-width: 180px;
    margin: 40px 0; }
  .social-widgets .youtube-bg {
    background: #df2b32;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#df2b32, #3e0100);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#df2b32, #3e0100);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#df2b32, #3e0100);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#df2b32, #3e0100);
    /* Standard syntax */ }
  .social-widgets .insta-bg {
    background-color: #4a64d3; }
  .social-widgets .yottie-widget-feed-section-slide {
    padding: 0 !important; }
  .social-widgets .yottie-widget-video {
    margin: 0 !important;
    width: 50% !important; }
    @media (max-width: 480px) {
      .social-widgets .yottie-widget-video {
        width: 100% !important; } }
  .social-widgets .yottie-widget-video {
    margin: 0 !important; }
  .social-widgets .yottie-widget-video-info-title {
    font-size: 19px; }
  .social-widgets .yottie-widget-video-info {
    padding: 20px 40px !important; }

.yottie-widget-feed-section-slide {
  padding: 0 !important; }

/* Sub Page */
.page-template-default main, .page-template-page-repeater-2-same main, .page-template-page-repeater-2 main, .search main, .page-template-page-parking-php main, .single-post main {
  width: 70%;
  float: left;
  margin: 0 5% 20px 0; }
  @media (max-width: 900px) {
    .page-template-default main, .page-template-page-repeater-2-same main, .page-template-page-repeater-2 main, .search main, .page-template-page-parking-php main, .single-post main {
      width: 100%; } }

main #breadcrumbs {
  margin: 0 0 10px;
  font-size: 12px; }
  main #breadcrumbs a {
    border-bottom: 1px dotted #646464;
    padding: 0 5px; }
    main #breadcrumbs a:hover {
      color: #df2b32;
      border-bottom: 1px dotted #df2b32; }

.sub-page h1, .news-posts h1 {
  margin-top: 0;
  padding: 30px 0 10px;
  color: #df2b32;
  border-bottom: 1px solid #e0e0e0; }
.sub-page h2, .news-posts h2 {
  font-weight: normal; }

.sub-page a {
  border-bottom: 1px dotted #646464; }

.sidebar {
  width: 25%;
  float: left;
  margin: -60px 0 0;
  position: relative;
  z-index: 4; }
  @media (max-width: 900px) {
    .sidebar {
      display: none; } }
  .sidebar .widget_sp_image {
    margin: 20px 0; }
    .sidebar .widget_sp_image img {
      width: 100%; }
    .sidebar .widget_sp_image h3 {
      display: none; }

.sub-nav {
  background-color: #00a1de;
  color: #fff; }
  .sub-nav a {
    color: #fff;
    padding: 5px !important;
    display: block;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
    .sub-nav a:hover {
      background-color: rgba(0, 0, 0, 0.2); }
  .sub-nav ul {
    margin: 0;
    padding: 20px;
    list-style: none; }
    .sub-nav ul ul {
      padding: 0; }
      .sub-nav ul ul li {
        font-size: 15px;
        padding: 10px; }
    .sub-nav ul li {
      font-family: omnes-pro, sans-serif;
      font-style: normal;
      font-weight: 400;
      margin: 0;
      font-size: 18px;
      background-image: url("img/divider-3-horiz.png");
      background-repeat: repeat-x;
      background-position: center bottom; }
      .sub-nav ul li.current-menu-item {
        background-color: rgba(0, 0, 0, 0.15);
        padding: 10px; }

.repeater-image-text {
  width: 100%;
  float: left;
  margin: 15px 0; }
  .repeater-image-text h2 {
    margin-top: 0;
    font-size: 18px; }
  .repeater-image-text .content {
    width: 80%;
    float: left;
    padding: 0 0 15px;
    border-bottom: 1px solid #b8b4b4; }
    @media (max-width: 600px) {
      .repeater-image-text .content {
        width: 100%; } }
  .repeater-image-text img.icon {
    width: 10%;
    margin-right: 5%;
    float: left; }
    @media (max-width: 600px) {
      .repeater-image-text img.icon {
        width: 30%;
        margin: 10px 35%; } }
  @media (max-width: 600px) {
    .repeater-image-text .alignright {
      float: none;
      display: block;
      margin: 10px auto;
      float: none !important; } }

.repeater-box {
  display: flex;
  flex-wrap: wrap;
  clear: both; }
  .repeater-box .repeater {
    width: calc(50% - 20px);
    margin: 0 10px 10px 0;
    padding: 10px;
    border: 1px solid #e0e0e0; }
    @media (max-width: 700px) {
      .repeater-box .repeater {
        width: calc(100% - 20px); } }
    .repeater-box .repeater h2 {
      color: #df2b32; }

/* Categories Overview */
.overview-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px;
  float: left; }
  .overview-container article {
    width: calc(33.33% - 10px);
    float: left;
    margin: 10px 10px 0 0;
    background-color: rgba(255, 255, 255, 0.6);
    transition: 0.3s all ease-in;
    position: relative; }
    .overview-container article img {
      opacity: 1;
      transition: 0.3s all ease-in;
      -webkit-backface-visibility: hidden; }
    .overview-container article .opening-time img {
      height: 16px;
      margin-right: 5px; }
    .overview-container article .category {
      position: absolute;
      top: 0;
      right: 0;
      width: 70px;
      height: 70px;
      z-index: 3;
      background-size: contain; }
      .overview-container article .category.shopping {
        background-image: url("img/icons/cat-shop.png"); }
      .overview-container article .category.dining {
        background-image: url("img/icons/cat-dine.png"); }
    @media (max-width: 780px) {
      .overview-container article {
        width: calc(50% - 10px); } }
    @media (max-width: 480px) {
      .overview-container article {
        width: calc(100% - 20px);
        margin: 10px; } }
    .overview-container article:hover {
      background-color: rgba(255, 255, 255, 0.2); }
      .overview-container article:hover img {
        opacity: 0.8; }
  .overview-container .post-details {
    padding: 20px; }
  .overview-container h2 {
    margin-top: 0; }
  .overview-container a {
    color: #df2b32; }

.gallery {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .gallery li {
    width: calc(33.33% - 20px);
    display: inline-block;
    margin: 10px; }
    @media (max-width: 550px) {
      .gallery li {
        width: 100%; } }
    @media (max-width: 800px) and (min-width: 550px) {
      .gallery li {
        width: calc(50% - 20px); } }

.repeater-image-gallery {
  display: flex;
  flex-wrap: wrap; }
  .repeater-image-gallery .col-one-forth {
    padding: 10px;
    font-size: 12px;
    margin-bottom: 10px; }
    .repeater-image-gallery .col-one-forth h2 {
      /*color: $lux-red;*/ }
    @media (max-width: 800px) {
      .repeater-image-gallery .col-one-forth {
        width: 50% !important; } }
    @media (max-width: 500px) {
      .repeater-image-gallery .col-one-forth {
        width: 100% !important; } }
    .repeater-image-gallery .col-one-forth img {
      border: 1px solid #e0e0e0; }
    .repeater-image-gallery .col-one-forth a {
      color: #df2b32; }
      .repeater-image-gallery .col-one-forth a:hover {
        color: #00a1de; }

#announcements {
  position: absolute;
  background-color: rgba(223, 43, 50, 0.8);
  z-index: 7;
  width: 300px;
  right: -300px;
  top: 0;
  padding: 18px;
  color: white;
  font-size: 12px;
  font-weight: normal; }
  @media (max-width: 950px) {
    #announcements {
      top: auto;
      bottom: 0; } }
  @media (max-width: 380px) {
    #announcements {
      max-width: 100% !important; } }
  #announcements .toggle {
    position: absolute;
    left: -24px;
    top: 0;
    color: white;
    background-color: rgba(223, 43, 50, 0.8);
    text-align: center;
    line-height: 25px;
    padding: 5px 8px;
    font-size: 1.3em;
    cursor: pointer; }
    @media (max-width: 350px) {
      #announcements .toggle {
        left: 0px;
        top: -35px; } }
  #announcements a {
    color: #fff;
    font-size: 12px; }
    #announcements a h3 {
      font-family: omnes-pro, sans-serif;
      font-style: normal;
      font-weight: 400;
      margin: 0 0 6px 0;
      padding: 0;
      font-size: 18px;
      color: #fff; }
      #announcements a h3 span {
        margin-right: 10px;
        font-size: 25px; }
  #announcements a.view-article {
    color: #fff;
    border-bottom: 1px dotted #fff; }

/* Related Posts */
.wp_rp_content {
  margin: 0 0 20px; }
  .wp_rp_content a {
    color: #000; }
  .wp_rp_content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .wp_rp_content li {
    background-color: #e0e0e0;
    color: #646464;
    padding: 20px;
    margin: 0 0 20px; }
  .wp_rp_content h3 {
    display: none; }
  .wp_rp_content .wp_rp_title {
    font-size: 19px;
    width: 100%;
    margin: 10px 0;
    float: left; }

/* Video */
.tv {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -40%;
  z-index: 0;
  width: 80%;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 1400px) {
    .tv {
      width: 100%;
      left: 0;
      margin: 0; } }
  .tv .overlay-vid {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: auto;
    background-image: url("img/black-fly-screen.png");
    opacity: 0.05; }

#video {
  /*position: relative;*/
  background: transparent; }

.ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block; }

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.rent-logo {
  margin: -50px 0 0;
  float: right; }
  @media (max-width: 600px) {
    .rent-logo {
      margin: 0; } }

/*------------------------------------*\
    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; }

.accordion {
  margin: 0; }
  .accordion h2 {
    margin: 10px 0; }
  .accordion dt, .accordion dd {
    padding: 10px;
    border-bottom: 0; }
  .accordion dt a {
    display: block; }
    .accordion dt a::before {
      content: '\02795';
      color: #df2b32;
      margin: 0 5px 0 0; }
  .accordion dd {
    border-top: 0;
    padding: 0px; }
    .accordion dd:last-of-type {
      position: relative;
      top: -1px; }

.inpage-search fieldset {
  border: none;
  padding: 0;
  margin: 0; }
.inpage-search input {
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("img/icons/ico-search-02.png");
  background-position: right 8px;
  background-repeat: no-repeat;
  border: 0;
  color: #fff;
  padding: 10px;
  font-family: omnes-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 70%; }
@media (max-width: 500px) {
  .inpage-search {
    display: none; } }
.inpage-search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff; }
.inpage-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1; }
.inpage-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1; }
.inpage-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

.clear-fields {
  cursor: pointer;
  display: none;
  float: left;
  font-size: 30px;
  height: 43px;
  padding: 0 10px;
  width: 43px;
  background-color: #3b9808;
  color: #fff; }
  .clear-fields:hover {
    background-color: #000; }

.pagination {
  text-align: center;
  float: left;
  width: 100%;
  margin: 0 0 20px; }
  .pagination .next {
    float: right; }
  .pagination .prev {
    float: left; }
  .pagination .current {
    background: #df2b32;
    color: #fff; }
  .pagination .page-numbers {
    padding: 3px 5px; }

#post-404 {
  text-align: center; }

.error-404-text {
  font-size: 200px;
  color: #00a1de;
  padding: 0;
  margin: 0; }

.gform_wrapper {
  margin: 0 !important; }

.gform_body input.medium, .gform_body .gfield_select, .gform_body .textarea {
  width: 100% !important;
  padding: 10px !important;
  font-size: 18px !important;
  border-radius: 3px;
  border: 1px solid #b8b4b4; }
  @media (max-width: 800px) {
    .gform_body input.medium, .gform_body .gfield_select, .gform_body .textarea {
      width: 95% !important; } }

.page-template-contact .gform_body label {
  display: none !important; }

.handling-yes-no {
  float: left;
  clear: none !important;
  padding-right: 140px !important; }

.validation_error {
  color: #fff !important;
  font-family: 'felyregular';
  font-size: 18px !important;
  font-weight: normal !important;
  padding: 20px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 3px;
  clear: both;
  width: 100%;
  text-align: center;
  background-color: #df2b32; }

.gfield_error {
  background-color: rgba(255, 223, 224, 0) !important;
  margin: 0px !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 6px;
  padding-top: 2px;
  box-sizing: border-box; }
  .gfield_error .validation_message {
    color: #df2b32 !important; }
  .gfield_error .medium {
    border: 1px solid #df2b32 !important; }

#ui-datepicker-div {
  display: none; }

/* Search Results Page */
.search-results {
  background-image: none !important; }
  .search-results main {
    width: 100% !important; }
    .search-results main .overview-container article {
      width: calc(25% - 10px); }
      @media (max-width: 800px) {
        .search-results main .overview-container article {
          width: 100%;
          text-align: center; } }

.search-filters {
  margin-bottom: 30px; }
  .search-filters p {
    font-size: 115%; }
  .search-filters select {
    color: #646464;
    font-weight: bold;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    padding: 3px 30px 3px 3px;
    margin: 0;
    -webkit-box-shadow: 0 3px 0 #fff, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #fff, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #fff, 0 -1px #fff inset;
    background: #fff;
    border: none;
    border-bottom: 2px dotted #b8b4b4;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    max-width: 100%; }
  .search-filters label {
    position: relative;
    display: inline-block; }
  .search-filters label:after {
    content: '>';
    font: 30px "Consolas", monospace;
    color: #df2b32;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0px;
    top: -5px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none; }
  .search-filters label:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    display: block; }

/*------------------------------------*\
    Benefits
\*------------------------------------*/
.benefits .section-01 {
  background-image: url(img/bg-parking-home-2.jpg);
  background-size: cover;
  background-position: center 55%;
  background-repeat: no-repeat; }

.section-repeater {
  clear: both;
  background-size: cover;
  background-position: 50% 50%;
  padding: 5% 0; }
  .section-repeater .wrapper:after {
    content: '';
    clear: both;
    display: block;
    width: 1px;
    height: 1px; }
  .section-repeater .content {
    width: 40%; }
    .section-repeater .content h2 {
      font-size: 3em; }
    .section-repeater .content p {
      font-size: 1.2em; }
  .section-repeater .left {
    text-align: left; }
  .section-repeater .right {
    text-align: right; }
    .section-repeater .right .content {
      text-align: left;
      float: right; }
  .section-repeater .dark {
    color: #000; }
  .section-repeater .light {
    color: #b8b4b4; }

.benefits-row .wrapper {
  padding: 30px;
  margin: 25px 0;
  width: 100%; }
  @media (min-width: 700px) {
    .benefits-row .wrapper {
      width: 50%; } }
  .benefits-row .wrapper.left {
    float: left; }
    @media (min-width: 700px) {
      .benefits-row .wrapper.left {
        border-right: 1px solid #e0e0e0; } }
  .benefits-row .wrapper.right {
    float: right; }
.benefits-row:after {
  content: '';
  clear: both;
  display: block;
  width: 1px;
  height: 1px; }
.benefits-row .benefit-icon {
  max-width: 165px; }

.benefits-map {
  margin-top: 1rem;
  height: 450px; }
  .benefits-map iframe {
    width: 100%;
    height: 100%; }

/*------------------------------------*\
    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; } }

/*# sourceMappingURL=style.css.map */
