@charset "UTF-8";
/* --------------------------------------------------------------------------------- 
    LAYOUT _ GENERAL 
====================================================================================  */
@import url("themify-icons.css") screen;
@import url("iconic-font.min.css") screen;
html, body {
  height: 100%;
}

body {
  background: #FFFFFF;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .wrapper {
    position: relative;
    margin: 0;
  }
}

.bottom-line {
  display: block;
  width: 100%;
  height: 20px;
  bottom: -1px;
  z-index: 99999;
  position: absolute;
  background: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
  .bottom-line {
    background: transparent;
  }
}

.page-content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 320px;
}

section {
  zoom: 1;
}

section:before, section:after {
  content: "";
  display: table;
}

section:after {
  clear: both;
}

.img-bg-box {
  min-height: 350px;
  padding: 0;
}

.img-bg {
  min-height: 350px;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .img-bg-box, .img-bg {
    min-height: 300px;
  }
}

@media only screen and (max-width: 400px) {
  .img-bg-box, .img-bg {
    min-height: auto;
  }
}

.fullw-overflow {
  /* if no sides white borders: 100 / 50% / -50vw */
  left: 49% !important;
  margin-left: -48.5vw !important;
  position: relative !important;
  width: 98vw !important;
}

/* ==========================================================================================
   BOOTSTRAP _ OVERRIDE 
============================================================================================= */
/* MIN-HEIGHT COL- bootstrap _ class for v-align content debug  */
.min-h450 {
  min-height: 450px;
}

@media only screen and (max-width: 991px) {
  .min-h450 {
    min-height: auto;
  }
}

/* BOOTSTRAP > GRID ------------------------ */
[class^="col-"] {
  padding: 0;
}

[class^="col-"] .inner {
  padding: 1.2em;
}

@media only screen and (max-width: 400px) {
  [class^="col-"] .inner {
    padding: 20px !important;
  }
}

[class^="col-"] .img-circle {
  -webkit-box-shadow: 0 0 70px 0 #e8e8e8 inset;
  box-shadow: 0 0 70px 0 #e8e8e8 inset;
  padding: 5px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[class^="col-"] .img-circle:hover {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 991px) {
  [class^="col-md"] .img-responsive.left {
    display: block;
    float: none;
    padding: 0;
    margin: 0 auto;
    clear: both;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  [class^="col-md"] .img-responsive.right {
    display: block;
    float: none;
    padding: 0;
    margin: 0 auto;
    clear: both;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .container.wide {
    width: 100%;
    max-width: 1600px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 600px) {
  .container.wide {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1200px) {
  .container.large {
    width: 100%;
    max-width: 1440px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 600px) {
  .container.large {
    padding: 0 15px;
  }
}

@media screen and (max-width: 992px) {
  .container.wide {
    width: 100%;
    max-width: 900px;
  }
}

@media only screen and (max-width: 992px) and (max-width: 600px) {
  .container.wide {
    padding: 0 15px;
  }
}

@media screen and (max-width: 992px) {
  .container.large {
    width: 100%;
    max-width: 900px;
  }
}

@media screen and (max-width: 400px) {
  .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .container.wide {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* SAME-HEIGHT COLUMNS _ DISPLAY FLEX ------ */
.row.sameheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.sameheight > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
}

/* ALERT ----------------------- */
#cookie-bar.alert {
  position: fixed;
  z-index: 999999;
  background: #d2dae1;
  border-radius: 0;
  bottom: 0;
  margin-top: 0 !important;
  left: 0;
  margin-bottom: 0 !important;
  padding: 20px;
  width: 100%;
}

#cookie-bar.alert p {
  padding: 10px;
}

#cookie-bar.alert p a.close {
  font-size: 30px;
  padding: 22px;
  color: #162731 !important;
}

/* HOVER-BOX SIMPLE STYLE  ( Destination - v1 ) ------------------------- */
.hover-box a.basic {
  cursor: default !important;
  /* no links in v1 */
  display: block;
  position: absolute;
  text-align: center;
  z-index: 100;
  height: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%;
  border-radius: 0;
  background-color: transparent  !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
   background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(50, 45, 85, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(50, 45, 85, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(50, 45, 85, 0.5)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(50, 45, 85, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(50, 45, 85, 0.5) 100%);
}

.hover-box a.basic .txt-inner {
  opacity: 1 !important;
  -webkit-transform: translateY(24%);
  -ms-transform: translateY(24%);
  transform: translateY(24%);
}

@media only screen and (max-width: 1280px) {
  .hover-box a.basic .txt-inner {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@media only screen and (max-width: 991px) {
  .hover-box a.basic .txt-inner {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@media only screen and (max-width: 800px) {
  .hover-box a.basic .txt-inner {
    -webkit-transform: translateY(18%);
    -moz-transform: translateY(18%);
    -ms-transform: translateY(18%);
    transform: translateY(18%);
  }
}

@media only screen and (max-width: 600px) {
  .hover-box a.basic .txt-inner {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@media only screen and (max-width: 600px) {
  .hover-box a.basic .txt-inner {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

.hover-box a.basic .heading.title-light {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  font-weight: normal;
  position: relative;
  top: 0;
  display: block;
  font-size: 3.2em;
  opacity: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1600px) {
  .hover-box a.basic .heading.title-light {
    font-size: 2.8em;
  }
}

@media only screen and (max-width: 1280px) {
  .hover-box a.basic .heading.title-light {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 768px) {
  .hover-box a.basic .heading.title-light {
    font-size: 3.2em;
  }
}

@media only screen and (max-width: 600px) {
  .hover-box a.basic .heading.title-light {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 400px) {
  .hover-box a.basic .heading.title-light {
    font-size: 2em;
  }
}

.hover-box a.basic h3 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hover-box a.basic:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  background: inherit;
  background-color: rgba(240, 52, 67, 0.7) !important;
}

.hover-box a.basic:hover h3 {
  opacity: 1;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

@media only screen and (max-width: 400px) {
  .hover-box a.basic:hover h3 {
    font-size: 1.1em;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}

.hover-box a.basic:hover .title-light {
  text-shadow: none;
}

/* ---------------------------------------------------------------------
   HOVER _ HOVER-BOX - IMG-CONTENT -  ANIM
  ====================================================================== */
.box-hover-wrapper {
  background-color: #333;
  overflow: hidden;
  position: relative;
}

.hover-box {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.hover-box.grid-box {
  height: 400px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.hover-box a {
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hover-box a .txt-inner {
  color: #FFFFFF;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hover-box a .txt-inner .heading {
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
}

.hover-box a .txt-inner p {
  color: #FFFFFF;
}

.hover-box a .txt-inner .btn {
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
}

.hover-box a .subheading {
  text-transform: inherit;
}

.hover-box a:hover {
  background-color: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  opacity: 1;
  top: 0;
}

.hover-box a:hover .txt-inner {
  /* see v-align class */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.hover-box img {
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hover-box:hover img {
  opacity: 1;
  -webkit-transform: scale(1.06, 1.06);
  -moz-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}

.hover-box.red a {
  background-color: rgba(240, 52, 67, 0.7);
}

.hover-box.redplus a {
  background-color: rgba(240, 52, 67, 0.85);
}

.hover-box.blue a {
  background-color: rgba(44, 62, 80, 0.7);
}

/* GRID HOVER_BOX - OVERLFLOW TEXT small devices --------------- */
.careers-grid {
  /*a{
      &:hover{
        cursor: default;
      }
    }*/
}

.careers-grid .title-light {
  padding: 30px 20px;
}

@media only screen and (max-width: 1200px) {
  .careers-grid .hover-box p {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .careers-grid .hover-box p {
    display: block;
  }
}

.careers-grid .hover-box p span {
  font-size: 20px;
}

/* ---------------------------------------------------------------------
   HOVER-BOX _ TYPOGRAPHY RESPONSIVE 
  ====================================================================== */
.hover-box .txt-inner {
  padding: 1em;
}

@media only screen and (max-width: 990px) {
  .hover-box .col-md-6 .heading, .hover-box .col-md-6 .subheading,
  .hover-box .col-md-6 h2, .hover-box .col-md-6 h3,
  .hover-box .col-sm-6 .heading, .hover-box .col-sm-6 .subheading,
  .hover-box .col-sm-6 h2, .hover-box .col-sm-6 h3 {
    font-size: 15px !important;
  }
}

/* ---------------------------------------------------------------
    SECTION _ ABOUT 
  ---------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  #company .col-md-6 {
    zoom: 1;
  }
  #company .col-md-6:before, #company .col-md-6:after {
    content: "";
    display: table;
  }
  #company .col-md-6:after {
    clear: both;
  }
  #company .col-md-6 .halfw {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
  }
  #company .col-md-6 .halfw img {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #company {
    padding: 20px;
  }
  #company halfw {
    height: 200px;
  }
}

@media only screen and (max-width: 400px) {
  #company {
    padding: 0;
  }
}

#company .accordion figure {
  position: relative;
}

#company .accordion figure img.push-left {
  bottom: 0;
}

#company .accordion figcaption {
  position: absolute;
  color: white;
  top: 5%;
  left: 20px;
  font-size: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  padding: 0.5em 0;
}

@media only screen and (max-width: 800px) {
  #company .accordion figcaption {
    top: inherit;
    font-size: 18px;
    position: relative;
    margin-top: 30px;
    text-shadow: none;
  }
}

@media only screen and (max-width: 400px) {
  #company .accordion figcaption {
    padding: 15px 25px 0 0;
  }
}

#company .accordion figcaption .halfw {
  height: auto !important;
  width: 50% !important;
}

@media only screen and (max-width: 800px) {
  #company .accordion figcaption .halfw {
    width: 100% !important;
  }
}

#company .accordion figcaption span {
  display: block;
  font-size: 0.75em;
  opacity: 0.85;
  text-align: left;
  text-transform: none;
}

#company .accordion figcaption i {
  font-size: 1.2em;
}

#company .accordion figcaption h2 {
  padding-left: 0 !important;
}

@media only screen and (max-width: 800px) {
  #company .accordion figcaption h2 {
    color: #222;
  }
}

@media only screen and (max-width: 1280px) {
  #company .accordion figcaption p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 800px) {
  #company .accordion figcaption p {
    font-size: 20px;
    color: #222;
  }
}

/* ---------------------------------------------------------------
    SECTION _ HOME _ GRID HOVER BG _ (key values > home)
  ---------------------------------------------------------------- */
.grid-hover-bg {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  background: no-repeat url(/themes/airbelgium/images/bg/airplane-passengers01.jpg) fixed center top/cover;
}

.grid-hover-bg .hover-box-wrapper {
  background: transparent !important;
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box-wrapper .col-md-6 {
    height: 270px !important;
    width: 100% !important;
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .grid-hover-bg .hover-box-wrapper .col-md-6 {
    height: auto !important;
    max-height: 600px;
  }
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box-wrapper .col-md-6:nth-of-type(2) {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .grid-hover-bg .hover-box-wrapper .col-md-6.pull-right {
    float: inherit !important;
  }
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box-wrapper .col-md-6 a {
    opacity: 1;
    height: 270px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .grid-hover-bg .hover-box-wrapper .col-md-6 a {
    margin-top: 25%;
    background-color: transparent;
  }
}

@media only screen and (max-width: 400px) {
  .grid-hover-bg .hover-box-wrapper .col-md-6 a {
    height: 330px;
  }
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box-wrapper .col-md-6 a .txt-inner {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 18%;
  }
}

.grid-hover-bg .hover-box {
  height: 400px;
}

@media only screen and (max-width: 768px) {
  .grid-hover-bg .hover-box {
    font-size: 0.85em;
    padding-top: 150% !important;
  }
  .grid-hover-bg .hover-box .heading {
    padding: 5px 1em !important;
  }
}

@media only screen and (max-width: 400px) {
  .grid-hover-bg .hover-box {
    font-size: 0.85em;
    height: 330px !important;
  }
}

.grid-hover-bg .hover-box.low-fares {
  background: no-repeat url(/themes/airbelgium/images/air-belgium-keyvalues_low-fares-box.jpg) center top/cover !important;
}

.grid-hover-bg .hover-box.low-fares:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
}

@media only screen and (min-width: 1100px) {
  .grid-hover-bg .hover-box.low-fares:before {
    background-color: rgba(255, 255, 255, 0.75);
  }
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box.low-fares:before {
    background-color: rgba(0, 0, 0, 0.35);
  }
}

.grid-hover-bg .hover-box.low-fares .inner {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 1;
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box.low-fares .inner {
    display: none;
  }
}

.grid-hover-bg .hover-box.low-fares:hover .inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.grid-hover-bg .hover-box.low-fares:hover .heading {
  color: #FFFF !important;
}

.grid-hover-bg .hover-box.low-fares:hover .zmdi, .grid-hover-bg .hover-box.low-fares:hover [class^="ti-"], .grid-hover-bg .hover-box.low-fares:hover [class*="ti-"] {
  color: #FFF !important;
}

.grid-hover-bg .hover-box.low-fares:hover:before {
  background-color: transparent;
}

.grid-hover-bg .hover-box.low-fares .heading {
  color: #333;
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
  font-size: 2.2em;
}

.grid-hover-bg .hover-box.low-fares .zmdi, .grid-hover-bg .hover-box.low-fares [class^="ti-"], .grid-hover-bg .hover-box.low-fares [class*="ti-"] {
  color: #333 !important;
  font-size: 2.2em;
}

.grid-hover-bg .hover-box.smart {
  background: no-repeat url(/themes/airbelgium/images/air-belgium-keyvalues_smart-box.jpg) center top/cover !important;
}

.grid-hover-bg .hover-box.smart:before {
  content: "";
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1100px) {
  .grid-hover-bg .hover-box.smart:before {
    background-color: rgba(240, 52, 67, 0.7);
  }
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box.smart:before {
    background-color: rgba(0, 0, 0, 0.35);
  }
}

.grid-hover-bg .hover-box.smart .inner {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 1;
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box.smart .inner {
    display: none;
  }
}

.grid-hover-bg .hover-box.smart:hover .inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.grid-hover-bg .hover-box.smart:hover .heading {
  color: #FFFF !important;
}

.grid-hover-bg .hover-box.smart:hover .zmdi, .grid-hover-bg .hover-box.smart:hover [class^="ti-"], .grid-hover-bg .hover-box.smart:hover [class*="ti-"] {
  color: #FFF !important;
}

.grid-hover-bg .hover-box.smart:hover:before {
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .grid-hover-bg .hover-box.smart:hover:before {
    background-color: rgba(0, 0, 0, 0.35);
  }
}

.grid-hover-bg .hover-box.experience {
  background: no-repeat url(/themes/airbelgium/images/air-belgium-keyvalues_experience-box.jpg) center top/cover !important;
}

.grid-hover-bg .hover-box.experience:before {
  content: "";
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1100px) {
  .grid-hover-bg .hover-box.experience:before {
    background-color: rgba(22, 39, 49, 0.7);
  }
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box.experience:before {
    background-color: rgba(0, 0, 0, 0.35);
  }
}

.grid-hover-bg .hover-box.experience .inner {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 1;
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box.experience .inner {
    display: none;
  }
}

.grid-hover-bg .hover-box.experience:hover .inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.grid-hover-bg .hover-box.experience:hover .heading {
  color: #FFFF !important;
}

.grid-hover-bg .hover-box.experience:hover .zmdi, .grid-hover-bg .hover-box.experience:hover [class^="ti-"], .grid-hover-bg .hover-box.experience:hover [class*="ti-"] {
  color: #FFF !important;
}

.grid-hover-bg .hover-box.experience:hover:before {
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .grid-hover-bg .hover-box.experience:hover:before {
    background-color: rgba(0, 0, 0, 0.35);
  }
}

.grid-hover-bg .hover-box .heading {
  color: white;
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
  font-size: 2.2em;
}

.grid-hover-bg .hover-box .subheading {
  padding: 5px 1.8em !important;
}

.grid-hover-bg .hover-box .zmdi, .grid-hover-bg .hover-box [class^="ti-"], .grid-hover-bg .hover-box [class*="ti-"] {
  color: white !important;
  font-size: 2.2em;
}

@media only screen and (max-width: 1100px) {
  .grid-hover-bg .hover-box {
    opacity: 1;
    height: 270px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* ---------------------------------------------------------------
   SECTION _ CAREERS _ CAROUSEL (home)
  ---------------------------------------------------------------- */
#careers {
  min-height: 780px;
}

@media only screen and (max-width: 600px) {
  #careers [class^="col-"] {
    padding: 1.8em 0;
  }
}

.carousel01 .carousel-indicators {
  display: none;
}

/* ---------------------------------------------------------------
   CAROUSEL LATEST NEWS + carousel press & news homepage
  ---------------------------------------------------------------- */
.news-latest .carousel01 {
  cursor: default !important;
}

.news-latest .carousel01 .carousel-inner {
  min-height: 580px;
  padding: 0 10px 10px;
}

@media only screen and (max-width: 991px) {
  .news-latest .carousel01 .carousel-inner {
    min-height: auto !important;
    height: auto !important;
  }
}

.news-latest .carousel01 .carousel-inner .item {
  top: 20px;
}

.news-latest .carousel01 .carousel-inner .post:first-child {
  margin-left: 0;
}

.news-latest .carousel01 .carousel-inner .post {
  height: 485px;
}

@media only screen and (max-width: 991px) {
  .news-latest .carousel01 .carousel-inner .post {
    min-height: auto !important;
    height: auto !important;
  }
}

.news-latest .carousel01 .carousel-inner .carousel-indicators {
  display: block !important;
  top: 0 !important;
}

/* ---------------------------------------------------------------
    SECTION _ DESTINATIONS __ BOX-HOVER - 2COL
  ---------------------------------------------------------------- */
#destinations {
  background: no-repeat url(/themes/airbelgium/images/bg/sky.jpg) fixed center top/cover;
  min-height: 380px;
  position: relative;
  overflow: visible;
}

@media only screen and (max-width: 400px) {
  #destinations {
    background: none;
    margin: 10px auto;
    padding: 0;
  }
  #destinations .hover-box a .subheading {
    display: none;
  }
  #destinations .hover-box a .btn {
    display: none;
  }
  #destinations .col-md-6.pad5 {
    padding: 15px 0 !important;
  }
}

/* ---------------------------------------------------------------
    SECTION _ TEAM _ HOVER-BOX
  ---------------------------------------------------------------- */
#team .hover-box a:hover {
  cursor: default;
}

#team .hover-box a .txt-inner {
  font-size: 1.1em;
}

#team .col-md-6 {
  font-size: 0.9em !important;
}

/* ---------------------------------------------------------------
    SECTION _ CLASSES
  ---------------------------------------------------------------- */
#classes .row {
  background: white;
  z-index: 2;
}

#classes .row.left .col-lg-8 img {
  display: block;
  bottom: 30px !important;
  position: relative !important;
  right: 2em !important;
  -webkit-box-shadow: 0 40px 40px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 40px 40px -15px rgba(0, 0, 0, 0.4);
}

#classes .row.right .col-lg-4 h3 {
  left: 26%;
}

#classes .row.right .col-lg-8 {
  float: right;
  padding-left: 1.5em;
}

#classes .row.right .col-lg-8 img {
  display: block;
  bottom: 30px !important;
  position: relative !important;
  left: 2em !important;
  -webkit-box-shadow: 0 40px 40px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 40px 40px -15px rgba(0, 0, 0, 0.4);
}

#classes .title-line {
  z-index: 2;
}

#classes .col-lg-4 h3 {
  text-align: left;
  padding-left: 0;
  font-size: 3em;
  color: #f03443;
  font-size: 7em;
  position: absolute;
  left: -30%;
  top: 0;
}

#classes .col-lg-4 p {
  font-size: 1.05em;
}

#classes .col-lg-4 div {
  padding-top: 12em !important;
}

@media only screen and (max-width: 1440px) {
  #classes .col-lg-4 h3, #classes .col-lg-4 h4 {
    font-size: 6em;
  }
}

@media only screen and (max-width: 1200px) {
  #classes .col-lg-8 img {
    width: 100% !important;
  }
  #classes .col-lg-8.right {
    padding-left: 0 !important;
    float: none;
  }
  #classes .col-lg-4 h3, #classes .col-lg-4 h4,
  #classes .col-lg-4.left h3, #classes .col-lg-4.left h4 {
    font-size: 4em;
    position: relative;
    left: inherit;
  }
  #classes .pad60-bot {
    padding-bottom: 1.5em !important;
  }
  #classes .col-lg-4 div {
    padding-top: 20px !important;
  }
  #classes .push-left-bottom, #classes .push-left-top, #classes .push-right-top {
    bottom: inherit;
    right: inherit;
    left: inherit;
    top: inherit;
  }
}

@media only screen and (max-width: 1024px) {
  #classes .left, #classes .right {
    float: left !important;
    padding-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  #classes .col-lg-4 p {
    padding: 15px !important;
  }
  #classes .col-lg-4 h3, #classes .col-lg-4 h4 {
    padding: 15px 10px;
  }
  #classes .pad60 {
    padding: 6em !important;
  }
}

@media only screen and (max-width: 400px) {
  #classes .col-lg-4 h3, #classes .col-lg-4 h4,
  #classes .col-lg-4.left h3, #classes .col-lg-4.left h4 {
    font-size: 3em;
  }
}

/*  OVERRIDE _ MOBILE  ========================================================  */
@media only screen and (max-width: 400px) {
  .curve-banner-box .container .row {
    padding: 20px;
  }
}

/*@include bp-400{
    .curve-banner-box, .curve-banner-box .container, aside.parallax, .footer-container{
      width: 104% !important;
      left: -2%;
    }
    .curve-banner-box .container .row{
        padding: 20px;
    }
}
@include bp-600{
    .curve-banner-box, .curve-banner-box .container, aside.parallax, .footer-container{
      width: 106% !important;
      left: -3%;
    }
    .curve-banner-box .container .row{
        padding: 30px;
    }
}*/
/* ---------------------------------------------------------------
    CAREERS > QUOTE CAROUSEL > TESTIMONIALS 
  ---------------------------------------------------------------- */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 10px;
}

#quote-carousel .carousel-control {
  display: none;
  background: none;
  color: white;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-control .left {
  left: -12px;
}

#quote-carousel .carousel-control .right {
  right: -12px !important;
}

#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -5px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}

#quote-carousel img {
  width: 100px;
  height: 100px;
}

#quote-carousel .item blockquote {
  border-left: none;
  margin: 0;
}

#quote-carousel .item .row {
  height: 200px;
}

#quote-carousel .item blockquote img {
  margin-bottom: 10px;
  border-radius: 50%;
}

#quote-carousel .item blockquote small {
  color: rgba(250, 250, 250, 0.9);
}

#quote-carousel .item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-left: 10px;
  color: #f03443;
}

#quote-carousel.dark p, #quote-carousel.dark p small, #quote-carousel.dark p a {
  color: white;
}

#quote-carousel.light p, #quote-carousel.light p small, #quote-carousel.light p a {
  color: #162731;
}

@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}

@media (max-width: 768px) {
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
  }
}

/* ---------------------------------------------------------------
    MAIN TEXT-CONTENT _ CAREERS > JOB-LIST
  ---------------------------------------------------------------- */
.text-content {
  margin-top: -30px;
}

@media only screen and (max-width: 1024px) {
  .text-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: -70px;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .text-content {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 1024px) {
  .text-content.large {
    max-width: 100%;
  }
}

.text-content .title {
  margin-left: 1.2em;
}

@media only screen and (max-width: 1024px) {
  .text-content .title {
    padding: 0 14px 14px 14px;
    margin: 0 auto;
    text-align: center !important;
  }
}

@media only screen and (max-width: 600px) {
  .text-content .title {
    margin-left: 0;
    font-size: 1.85em;
    margin-bottom: 10px;
  }
}

.text-content .form {
  padding-left: 3em;
  padding-right: 3em;
}

@media only screen and (max-width: 600px) {
  .text-content .form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .text-content .form .btn {
    padding: 14px 18px;
    font-size: 17px;
  }
}

.text-content .pad30 {
  padding: 2em !important;
}

@media only screen and (max-width: 1024px) {
  .text-content .inner-pad {
    padding: 0 1.25em 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .text-content .inner-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.text-content.job .title {
  margin-left: inherit;
  margin-top: 7px;
}

.text-content.job .title .job-type {
  color: #222;
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  .text-content.job .title .job-type {
    display: block;
  }
}

.text-content.job p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}

.text-content.job p a {
  color: #f03443;
}

.text-content.job .basic-list {
  margin-top: 0;
}

.text-content.job .basic-list li {
  border-bottom: none;
  position: relative;
  padding: 8px 8px 8px 30px !important;
  font-size: 1em;
}

.text-content.job .basic-list li:before {
  top: -8px;
}

.text-content.job .basic-list li a {
  font-size: 1em;
  color: #162731;
}

.text-content.job .basic-list li a:hover {
  margin-left: 0;
  color: inherit;
}

.text-content.job .basic-list li ul li:before {
  display: none;
}

/* ---------------------------------------------------------------
    PRESS _ MASONRY ISOTOPE GRID FILTER
  ---------------------------------------------------------------- */
/*  ISOTOPE  
------------------------------------------------------------------------ */
/* SELECT FILTER */
.filter-iso {
  display: block;
  text-align: left;
  min-height: 60px;
  margin: -40px auto 22px;
  color: #222222;
  width: 100%;
  padding: 1em;
  text-align: center;
}

.filter-iso label {
  margin: 0 auto 15px;
  display: block;
}

.filter-iso .select-styled:after {
  right: 14px;
}

.isotop-container {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0 3em;
}

/* ISO-GRID ------ */
#iso-grid {
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  margin: 0 auto;
  overflow: visible;
}

.isotop-container .post {
  padding: 0 !important;
  margin-top: 0;
  text-align: left;
  background-color: white;
  min-height: 160px;
  width: 30%;
  margin-top: 2.5%;
  margin-left: 2.5%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .isotop-container .post {
    width: 45%;
    margin-left: 2.5%;
  }
}

@media only screen and (max-width: 600px) {
  .isotop-container .post {
    width: 100%;
    margin-left: 0;
  }
}

/*
.post:nth-child(odd) {
    background-color: white;
    height: auto;
}*/
/* ISOTOPE CONTENT -------------- */
.isotop-container .post > img {
  width: 100%;
  display: block;
}

.isotop-container .post .caption {
  padding: 25px;
  text-align: center;
}

.isotop-container .post h2, .isotop-container .post h3 {
  font-size: 1.3em;
  padding: 5px 0;
  text-align: left;
}

.isotop-container .post p {
  padding-top: 8px;
  text-align: left;
}

.isotop-container .post .btn {
  position: relative;
  text-align: center;
  margin: -65px 0 10px;
  padding: 10px !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.isotop-container .post .btn, .isotop-container .post .btn i {
  color: white;
}

.isotop-container .post .btn:hover, .isotop-container .post .btn:hover i {
  background-color: #f03443;
  color: white;
}

.isotop-container .post .btn:hover {
  padding: 15px !important;
  border: 2px solid rgba(250, 250, 250, 0.9);
}

.isotop-container .post .btn:hover i {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.isotop-container .post:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

/*.isotop-container .post .btn{
  box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12); 
}*/
/* ---------- */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/* disable Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* POST > CONTENT --------------------------------- */
.post {
  text-align: left;
  background-color: white;
  min-height: 250px;
  margin-top: 5%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-left: 25px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post:first-child {
  margin-left: 0;
}

.post > img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.post .caption {
  padding: 25px 35px 50px;
  text-align: center;
}

.post h2, .post h3 {
  font-size: 1.3em;
  padding: 5px 0 !important;
  text-align: left;
}

.post p {
  padding-top: 8px;
  text-align: left;
}

.post time {
  display: block;
  float: left;
  text-align: left;
  margin-top: -10px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  font-size: 14px;
}

.post time i {
  font-size: 16px !important;
}

.post .btn {
  position: relative;
  text-align: center;
  margin: -65px 0 10px;
  padding: 10px !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.post .btn, .post .btn i {
  color: white;
}

.post .btn:hover, .post .btn:hover i {
  background-color: #f03443 !important;
  color: white;
}

.post .btn:hover {
  padding: 15px !important;
  border: 2px solid rgba(250, 250, 250, 0.9) !important;
  border-color: white;
}

.post .btn:hover i {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.post i.ti-control-play {
  font-size: 1.1em;
  left: 3px;
}

@media only screen and (max-width: 990px) {
  .post {
    margin-left: 5% !important;
  }
  .isotop-container .post {
    margin-left: 2.5% !important;
  }
}

@media only screen and (max-width: 600px) {
  .post {
    width: 100%;
  }
  .post {
    margin-left: 0 !important;
  }
  .isotop-container .post {
    margin-left: 0 !important;
  }
}

/* ---------------------------------------------------------------
    PRESS _ PINTEREST STYLE GRID
  ---------------------------------------------------------------- */
/* PINT-STYLE GRID ----------------- */
/*
.pin-container {
  position: relative;
  padding: 60px 0 ;
  
  .filter{  
    display: block; 
    text-align: left;
    min-height: 60px;
    margin: -40px auto 50px; 
    color: #222222;
    width: 100%;
    padding: 1em;
    text-align: center;
  }
  .filter label{  
    margin: 0 auto 15px; 
    display: block; 
  }
  .filter .select-styled:after{
    right: 14px;
  }
  @include bp-990{
    .pin-container {
        padding: 60px 45px;
    }
  }

}
*/
/* PINTEREST STYLE GRID - POST  ----------------------------- */
/*
.grid-pin {
  box-sizing: border-box;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  position: relative;

}
.grid-pin * {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .grid-pin {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
 
}
@media (min-width: 992px) {
  .grid-pin {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 768px) {
  .grid-pin .post {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
  }
}
*/
/* POST > PINTEREST STYLE -------- */
/*
.grid-pin{
  .post{
    margin-left: 5%;
    
    &:first-child{
      margin-top: 0;
      margin-left: 0;
    }
    &:hover{
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
    }
  }

}
*/
/* PRESS _ SECTiON - AB by NUMBERS ----------------------------------- */
#numbers .red-bg {
  opacity: 0.85;
}

/* PRESS _ GALLERY ------------------------------ */
.gallery .txt-inner i {
  font-size: 1.5em;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.75 !important;
}

/* ---------------------------------------------------------------
    TRAVEL INFOS (override)
  ---------------------------------------------------------------- */
.bg-infos .text-content {
  float: left;
}

.bg-infos:nth-child(odd) .text-content {
  float: right !important;
}

.bg-infos:first-child .section-title, .bg-infos:nth-child(3n) .section-title {
  left: 5% !important;
  right: inherit !important;
  text-align: left;
  float: left;
}

.bg-infos:nth-child(2n) .section-title, .bg-infos:nth-child(4n) .section-title {
  float: right;
  text-align: right;
  right: 5% !important;
  left: inherit !important;
}

@media only screen and (max-width: 800px) {
  .bg-infos:nth-child(2n) .section-title, .bg-infos:nth-child(4n) .section-title {
    float: left;
    text-align: left;
    left: 0 !important;
    width: 90%;
  }
}

.bg-infos:nth-child(3n) .section-title {
  left: 5% !important;
  right: inherit !important;
  text-align: left;
  float: left;
}

/* --------------------------------------------------------------------------------- 
   TYPOGRAPHY
====================================================================================  */
@font-face {
  font-family: 'texgyreadventorregular';
  src: url("../fonts/texgyreadventor-regular-webfont.eot");
  src: url("../fonts/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor-regular-webfont.woff") format("woff"), url("../fonts/texgyreadventor-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texgyreadventorbold';
  src: url("../fonts/texgyreadventor-bold-webfont.eot");
  src: url("../fonts/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor-bold-webfont.woff") format("woff"), url("../fonts/texgyreadventor-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*  TYPOGRAPHY > HEADINGS
--------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .title, .title-l, .title-r, h1.title-line, h2.title-line, h3.title-line, h4.title-line, h5.title-line, h6.title-line {
  font-size: 1.8em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 30px 20px;
  position: relative;
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 400px) {
  h1, h2, h3, h4, h5, h6, .title, .title-l, .title-r, h1.title-line, h2.title-line, h3.title-line, h4.title-line, h5.title-line, h6.title-line {
    padding: 10px;
  }
}

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

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

/* FORCE TEXT TITLE ALIGN  ------------- */
.text-left h2, .text-left h3, .text-left h4, .text-left h5, .accordion-container .lst h2, .accordion-container .lst h4, .accordion-container .lst h5 {
  padding-left: 0 !important;
  text-align: left !important;
}

.text-right h2, .text-right h3, .text-right h4, .text-right h5 {
  padding-right: 0 !important;
  text-align: right !important;
}

.text-left h2, .text-right h2 {
  font-size: 2.5em;
}

.text-left h3, .text-right h3 {
  font-size: 2em;
}

.text-left h4 {
  font-size: 1.5em !important;
}

.text-left h5 {
  font-size: 1.5em;
}

.text-right h4 {
  font-size: 1.5em !important;
}

.text-right h5 {
  font-size: 1.5em;
}

.bold {
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif !important;
}

.s-txt {
  font-size: 1.2em !important;
}

.m-txt {
  font-size: 2.2em !important;
}

.l-txt {
  font-size: 3.2em !important;
}

/* HEADING -  LIGHTER WEIGHT (inside article headings )
-------------------------------------------------------- */
.title-light, .list-styled.basic-list li {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  font-weight: normal;
}

.title-light {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
}

.title-light p {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  font-weight: normal;
}

.title-light a {
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
  font-weight: normal;
  color: #FFFFFF;
}

.title-light a:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

article h2, article h3, article h4, article h5, article h6, .col-md-4 h2, .col-md-4 h3, .col-md-4 h4, .col-md-4 h5, .col-md-4 h6, .col-lg-4 h2, .col-lg-4 h3, .col-lg-4 h4, .col-lg-4 h5, .col-lg-4 h6, .col-md-3 h2, .col-md-3 h3, .col-md-3 h4, .col-md-3 h5, .col-md-3 h6, .col-lg-3 h2, .col-lg-3 h3, .col-lg-3 h4, .col-lg-3 h5, .col-lg-3 h6, .col-md-6 h3, .col-md-6 h4, .col-md-6 h5, .col-md-6 h6, .col-lg-6 h3, .col-lg-6 h4, .col-lg-6 h5, .col-lg-6 h6, .col-md-9 h3, .col-md-9 h4, .col-md-9 h5, .col-md-9 h6, .col-lg-9 h3, .col-lg-9 h4, .col-lg-9 h5, .col-lg-9 h6 {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  font-weight: normal;
  padding: 10px;
  font-size: 1.5em;
}

.small-title, .col-md-3 h2, .col-md-3 h3, .col-md-3 h4, .col-md-3 h5, .col-md-3 h6, .col-lg-3 h3, .col-lg-3 h4, .col-lg-3 h5, .col-lg-3 h6, .col-md-6 h4, .col-md-6 h5, .col-md-6 h6, .col-lg-6 h4, .col-lg-6 h5, .col-lg-6 h6, .col-md-9 h4, .col-md-9 h5, .col-md-9 h6, .col-lg-9 h4, .col-lg-9 h5, .col-lg-9 h6 {
  font-size: 1.35em;
}

.col-lg-3 h2 {
  font-size: 1.35em;
}

.col-md-6 h3 {
  font-size: 1.6em;
}

.col-lg-6 h3 {
  font-size: 1.6em;
}

.col-md-9 h3 {
  font-size: 1.6em;
}

.col-lg-9 h3 {
  font-size: 1.6em;
}

h1.title-line {
  font-size: 3.375em;
}

h2.title-line {
  font-size: 3.2em;
}

@media only screen and (max-width: 600px) {
  h2.title-line {
    font-size: 2.2em;
  }
}

h3.title-line {
  font-size: 1.6em;
}

h4.title-line {
  font-size: 1.318em;
}

h5.title-line {
  font-size: 1em;
}

h6.title-line {
  font-size: 1em;
}

/* HEADING - LINE STYLE 
----------------------------------------------- */
.title-line:before {
  background-color: #f03443;
  content: "";
  display: block;
  height: .25rem;
  left: 50%;
  width: 100%;
  max-width: 10rem;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*  HEADING _ LINE - LEFT ------*/
.title-line-l {
  text-align: left;
  font-size: 3.2em;
}

.title-line-l:after {
  background-color: #f03443;
  content: "";
  display: block;
  height: .25rem;
  width: 100%;
  max-width: 10rem;
  margin-top: 40px;
  left: 30px;
  padding-left: 30px;
}

.title-line-l.red {
  color: #f03443;
}

.title-line-l.red:after {
  background-color: #000000;
}

.title-line-l.white {
  color: #FFFFFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.title-line-l.white:after {
  background-color: #f03443;
}

.title-line-l.big {
  font-size: 4.5em;
}

@media only screen and (max-width: 600px) {
  .title-line-l.big {
    font-size: 3em;
  }
}

.title-line-l span {
  display: block;
}

@media only screen and (max-width: 400px) {
  .title-line-l {
    margin-bottom: 20px;
    margin-left: 10px;
  }
}

/*  HEADING _ LINE - RIGHT ------*/
.title-line-r {
  text-align: right;
  font-size: 3.2em;
}

.title-line-r:after {
  background-color: #f03443;
  content: "";
  display: block;
  height: 0.25rem;
  margin-top: 40px;
  max-width: 10rem;
  position: absolute;
  right: 30px;
  width: 100%;
}

.title-line-r.red {
  color: #f03443;
}

.title-line-r.red:after {
  background-color: #000000;
}

/*   HEADING _ BANNER - TITLE
-------------------------------------------------------------- */
.padd-banner-title-left, .curve-banner-box .col-md-7 h2, .curve-banner-box .col-md-7 h3, .curve-banner-box .col-md-7 h4 {
  padding: 5px 20px 5px 0;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .padd-banner-title-left, .curve-banner-box .col-md-7 h2, .curve-banner-box .col-md-7 h3, .curve-banner-box .col-md-7 h4 {
    text-align: center !important;
    float: none !important;
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .curve-banner-box .col-md-7 p {
    text-align: center;
  }
}

/*   HEADING _ TOP BANNER - TITLE
-------------------------------------------------------------- */
.top-banner .page-heading {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  font-weight: 300;
  position: absolute;
  color: #FFFFFF;
  font-size: 3em;
  bottom: 10px;
  z-index: 99;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1600px) {
  .top-banner .page-heading {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 800px) {
  .top-banner .page-heading {
    font-size: 2.4em;
  }
}

@media only screen and (max-width: 600px) {
  .top-banner .page-heading {
    font-size: 2em;
    bottom: 20px;
  }
}

/*  PARAGRAPH - ARTICLES
-------------------------------------------------------------- */
body p {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.5em;
}

body article {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
}

@media only screen and (max-width: 800px) {
  .lead {
    font-size: 19px;
  }
}

@media only screen and (max-width: 800px) {
  article.container {
    padding: 0 !important;
  }
}

/*  COLORES BG or TEXT
-------------------------------------------------------------- */
.red-txt {
  color: #f03443;
}

.gray-txt {
  color: #adbac9;
}

.white-txt, .red-bg p, .red-bg h2, .red-bg h3, .red-bg h4 {
  color: #FFFFFF;
}

/*  LISTS ___ styled lists
-------------------------------------------------------------- */
/*  LIST STYLED 02_ 1 __ (:before elements) ---------------- */
/*[class^='list-styled-']{
	&:before{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	    display: block;
	    font-family: 'themify';
	    font-size: 18px;
	    font-style: normal;
	    font-variant: normal;
	    font-weight: normal;
	    height: 18px;
	    padding: 0.5em 0;
	    line-height: 1;
	    margin-top: 0;
	    position: absolute;
	    text-align: center;
	    text-transform: none;
	    top: 10%;
	    left: -30px;
	    width: 18px;
	}
}*/
.list-styled li {
  font-size: 1.2em;
  padding: 0 !important;
  position: relative;
}

.list-styled li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-family: 'themify';
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 18px;
  /*padding: 0.5em 0;*/
  line-height: 1;
  margin-top: 0;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 10%;
  left: -30px;
  width: 18px;
}

.list-styled li p.lead {
  font-size: 17px !important;
  margin-bottom: 10px !important;
}

.list-styled li h3 {
  font-size: 1.2em !important;
}

.list-styled li h4 {
  font-size: 1.2em !important;
}

.list-styled.list-arrow li:before {
  content: "\e65d";
  /* ti-arrow-circle-right */
}

.list-styled.list-circle li:before {
  content: "\e724";
  /* ti-control-record */
}

.list-styled.blue-list li:before {
  color: #627995 !important;
}

.list-styled.basic-list {
  margin-top: 25px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 1024px) {
  .list-styled.basic-list {
    padding: 0 1em !important;
  }
}

@media only screen and (max-width: 600px) {
  .list-styled.basic-list {
    padding: 0 8px !important;
  }
}

.list-styled.basic-list li {
  padding: 18px 8px 18px 30px !important;
  display: block !important;
  border-bottom: 2px solid #e8edf2;
  color: #162731;
}

.list-styled.basic-list li:last-child {
  border-bottom: none;
}

.list-styled.basic-list li:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8em 0;
  left: 0;
  color: #f03443;
  line-height: 1.5em;
}

@media only screen and (max-width: 600px) {
  .list-styled.basic-list li:before {
    top: 3%;
  }
}

.list-styled.basic-list li a {
  font-size: 1.15em;
  line-height: 1.5em;
  color: #162731;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .list-styled.basic-list li a {
    font-size: 0.9em;
    line-height: 1.3em;
  }
}

.list-styled.basic-list li a:hover {
  color: #f03443;
  margin-left: 5px;
}

@media only screen and (max-width: 600px) {
  .list-styled.basic-list li a:hover {
    margin-left: 0;
  }
}

.list-styled.basic-list li a .btn {
  display: inline;
  margin-left: 10px;
  margin-right: 20px;
  color: #f03443;
  border: none;
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
  font-size: 16px;
  text-decoration: underline;
  border-radius: 0;
}

.list-styled.basic-list li a .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 600px) {
  .list-styled.basic-list li a .btn {
    margin-left: 0;
    display: block;
    text-align: left;
    margin-left: 0;
    padding: 0;
  }
  .list-styled.basic-list li a .btn:hover {
    margin-left: 0;
  }
}

/*  LIST STYLED 02_ (<i> element inside <li>) ---------------- */
.list-styled {
  padding: 0.6em 0;
}

.list-styled i {
  color: #adbac9;
  left: -28px;
  position: absolute;
  top: 20px;
}

.list-styled.red-bullet i {
  color: #f03443;
}

.list-styled.yellow-bullet i {
  color: #f9de40;
}

.list-styled.tablist i {
  left: -35px;
}

@media only screen and (max-width: 600px) {
  .list-styled.tablist i {
    font-size: 1.1em;
    left: -22px;
    top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .list-styled.pad30 {
    padding: 15px 10px 15px 25px !important;
  }
}

.list-styled i.small {
  font-size: 0.8em;
}

/*
#block-classes-tabs{
	.list-styled {
		i{
			top: 18px;
			left: 32px;
		}
	}
}
*/
/*  PANEL SLIDE - TEXT CONTENT (CAREER FORM )----------------------------- */
/*  part1 see .text-content > layout.scss */
.panel-slide .title {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  font-size: 2em;
  margin: 1em auto;
}

.panel-slide .contact_form p {
  padding: 3px 10px;
  font-size: 20px;
  color: #162731;
}

@media only screen and (max-width: 600px) {
  .panel-slide .contact_form p {
    font-size: 17px;
  }
}

.panel-slide .contact_form ul li {
  padding: 8px !important;
  border: none;
  font-size: 16px;
}

.panel-slide .contact_form ul.basic-list {
  padding: 0 !important;
}

.panel-slide .contact_form small {
  font-size: 14px;
  padding: 10px;
  color: #8ea0b5;
  position: absolute;
}

.panel-slide .contact_form h3 {
  color: #627995;
}

.panel-slide .contact_form h4 {
  color: #7086a1;
  font-size: 0.95em;
  text-align: left !important;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.panel-slide .form-group {
  margin-bottom: 15px !important;
  padding: 1em !important;
}

@media only screen and (max-width: 600px) {
  .panel-slide .form-group {
    padding: 10px !important;
  }
}

/*  TYPOGRAPHY > LINKS 
-------------------------------------------------------------- */
article a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #162731;
}

p a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #162731;
}

/*  ALERTS > BOOTSTRAP OVERRIDE 
-------------------------------------------------------------- */
.alert-success, .alert-error, .alert-danger, .alert-info, .alert-warning {
  background: transparent;
  border-radius: 0;
  border: 0;
  margin: 25px auto;
  font-size: 1.2em;
  text-align: center;
}

.alert-success {
  border: 4px solid;
  color: #365f77;
  border-color: #80acc6;
}

.alert-error {
  border: 4px solid;
  color: #f03443;
  border-color: #f4636f;
}

.alert-danger {
  color: #FFFFFF;
  background-color: #f24c59;
}

.alert-danger a {
  color: #222222;
}

.alert-info {
  color: #7d8894;
  border: 4px solid;
  border-color: #99a2ab;
}

.alert-warning {
  color: #FFFFFF;
  background-color: #99a2ab;
}

.alert {
  margin-bottom: 50px !important;
}

.alert > a.close {
  color: white !important;
  font-weight: bolder !important;
  font-size: 1.5em !important;
  opacity: .7;
}

/*  ------------------------------------------------------------------------------
   RTE - OVERRIDE
---------------------------------------------------------------------------------- */
/* RTE_1  --------------------------------------------------------- */
.text-content .basic-list li h2, .text-content .basic-list li h3 {
  padding: 0 !important;
}

.text-content [class^="col-"] .basic-list h2,
.text-content .text-left .title {
  margin-left: 0;
}

.text-content .basic-list {
  border: none !important;
}

.text-content p .bold {
  font-family: "Lato", "Arial", sans-serif !important;
  font-weight: bold;
}

.text-content p a, .text-content article a {
  color: #f03443 !important;
  font-weight: bold !important;
}

.text-content p strong {
  font-weight: bold !important;
}

/* TRAVEL INFOS --------------------------------------------------------------- */
.infos section {
  padding: 0 !important;
}

.infos .bg-section .white-bg {
  margin-top: 10%;
}

@media only screen and (max-width: 1024px) {
  .infos .bg-section .white-bg {
    margin-top: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .infos .bg-section .white-bg {
    margin-top: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .infos .bg-section .white-bg {
    margin-top: 100%;
  }
}

.infos .title {
  text-align: left !important;
}

.infos .title-line-l:after {
  margin-top: 20px !important;
}

.infos .section-title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  right: 5%;
  top: 4.5em;
  z-index: 1;
  width: 35%;
  position: absolute;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-align: left;
  /*opacity: 0;
	  transform: translateY(50%); */
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 800px) {
  .infos .section-title {
    top: 90px;
    font-size: 2.4em;
    right: inherit;
    left: 5%;
    text-align: left !important;
  }
}

@media only screen and (max-width: 800px) {
  .infos .list-styled.basic-list {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .infos .pad30 {
    padding: 15px 10px !important;
  }
}

.infos h2.section-title.title-l {
  right: inherit;
  left: 5%;
}

.infos .title-line-r {
  text-align: right !important;
}

.infos h2.section-title.fixed {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: fixed !important;
}

@media only screen and (max-width: 1024px) {
  .infos h2.section-title.fixed {
    position: absolute !important;
  }
}

/* BASIC ARTICLE ------------------------- */
.basic-article img {
  display: block;
  padding: 10px 25px 25px 0;
  float: left;
  max-width: 450px;
}

@media only screen and (max-width: 800px) {
  .basic-article img {
    width: 100%;
    max-width: 100%;
  }
}

.basic-article img.full-w {
  padding: 25px 0;
  width: 100%;
  max-width: 100%;
}

time {
  font-family: "Texgyreadventorbold", sans-serif;
  font-size: 1.1em;
  color: #7d8894;
}

time i {
  font-size: 20px !important;
  color: #7d8894;
}

.post-detail .title-line {
  text-align: center !important;
  margin-bottom: 50px;
}

/* --------------------------------------------------------------------------------- 
     BASE & RESET 2
====================================================================================  */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  color: #f03443;
  background: white;
}

::-webkit-selection {
  color: #f03443;
  background: white;
}

::-o-selection {
  color: #f03443;
  background: white;
}

::-ms-selection {
  color: #f03443;
  background: white;
}

::selection {
  color: #f03443;
  background: white;
}

@media only screen and (max-width: 1024px) {
  ::-moz-selection {
    color: #111111;
    background: transparent;
  }
  ::-webkit-selection {
    color: #111111;
    background: transparent;
  }
  ::-o-selection {
    color: #111111;
    background: transparent;
  }
  ::-ms-selection {
    color: #111111;
    background: transparent;
  }
  ::selection {
    color: #111111;
    background: transparent;
  }
}

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

img, a img, fieldset, input {
  border: none;
}

em, i {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

li {
  list-style-type: none;
}

a, a:hover, a:focus, a.active, object, embed {
  cursor: pointer;
  outline: none !important;
  text-decoration: none !important;
  outline-offset: 0 !important;
}

a:hover {
  text-decoration: none;
}

input:-moz-focus-inner {
  border: 0;
}

input[type="text"], input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

i {
  font-style: normal;
}

/* --------------------------------------------------------------------------------- 
    ADD CLASS
====================================================================================  */
.transition, .modal .social li a:hover i.ti-facebook, .modal .social li a:hover i.ti-twitter-alt, .modal .social li a:hover i.ti-linkedin {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-tabs > li > a, .nav-tabs.fullw > li.active:after, .nav-tabs.fullw > li:hover:after, .newsletter-banner input[type=text], .newsletter-banner input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.circle, .rounded, .btn.rounded, .input-group-btn .btn.rounded, .imagebox .rounded-med, .imagebox .rounded-lrg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.radius, .button, .btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center {
  margin: 0 auto;
  float: none;
  text-align: center;
  position: relative;
  height: auto;
}

.txt-center > * {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.left {
  float: left;
  padding-right: 1.5em;
}

@media only screen and (max-width: 1024px) {
  .left {
    display: block;
    position: relative;
    float: none;
  }
}

.right {
  float: right;
  padding-left: 1.5em;
}

.left0 {
  margin-left: 0 !important;
  left: 0;
}

.block {
  display: block !important;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

.disable {
  cursor: default !important;
  opacity: .5 !important;
}

/* SPACES - MARGINS & PADDINGS  --------------------------- */
.marg05-top {
  margin-top: 0.5em !important;
}

.marg10-top {
  margin-top: 1em !important;
}

.marg20-top {
  margin-top: 2em !important;
}

.marg05-bottom {
  margin-bottom: 0.5em !important;
}

.marg10-bottom {
  margin-bottom: 1em !important;
}

.marg20-bottom {
  margin-bottom: 2em !important;
}

.pad10-top {
  padding-top: 1em;
}

.pad20-top {
  padding-top: 2em;
}

.pad30-top {
  padding-top: 3em;
}

.pad10-bot {
  padding-bottom: 1em !important;
}

.pad20-bot {
  padding-bottom: 2em !important;
}

.pad30-bot {
  padding-bottom: 3em !important;
}

.pad40-bot {
  padding-bottom: 4em !important;
}

.pad60-bot {
  padding-bottom: 6em !important;
}

.inner-pad {
  padding: 1em;
}

@media only screen and (max-width: 400px) {
  .inner-pad {
    padding: 10px 20px !important;
  }
}

.pad5 {
  padding: 0.5em !important;
}

@media only screen and (max-width: 400px) {
  .pad5 {
    padding: 15px 10px !important;
  }
}

.pad10 {
  padding: 1em !important;
}

@media only screen and (max-width: 400px) {
  .pad10 {
    padding: 15px 10px !important;
  }
}

.pad15 {
  padding: 1.5em !important;
}

@media only screen and (max-width: 400px) {
  .pad15 {
    padding: 15px 10px !important;
  }
}

.pad20 {
  padding: 2em !important;
}

@media only screen and (max-width: 600px) {
  .pad20 {
    padding: 15px 10px !important;
  }
}

.pad25 {
  padding: 2.5em !important;
}

@media only screen and (max-width: 600px) {
  .pad25 {
    padding: 15px 10px !important;
  }
}

.pad30 {
  padding: 3em !important;
}

@media only screen and (max-width: 600px) {
  .pad30 {
    padding: 15px 10px !important;
  }
}

@media only screen and (max-width: 600px) {
  .pad30.red-bg {
    padding: 25px !important;
  }
}

.pad60 {
  padding: 6em;
}

@media only screen and (max-width: 600px) {
  .pad60 {
    padding: 15px 10px !important;
  }
}

.pad10-top-bot {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pad20-top-bot {
  padding-top: 2em;
  padding-bottom: 2em;
}

.pad30-top-bot {
  padding-top: 3em;
  padding-bottom: 3em;
}

.spacer {
  width: 100%;
  height: 80px;
  background: transparent;
  overflow: hidden;
  clear: both;
  display: table;
  border: none;
}

@media only screen and (max-width: 400px) {
  .spacer {
    height: 20px !important;
  }
}

.spacer.high {
  height: 300px;
}

@media only screen and (max-width: 800px) {
  .spacer.high {
    height: 30px !important;
  }
}

@media only screen and (max-width: 600px) {
  .spacer.high {
    height: 0 !important;
  }
}

/* RESET SPACES & PADDINGS  -------------------- */
.no-pad {
  padding: 0 !important;
}

@media only screen and (max-width: 800px) {
  .no-pad {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 600px) {
  .no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.no-pad.no-pad-mb {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.no-pad-bottom {
  padding-bottom: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

.no-marg-top {
  padding-top: 0;
  margin-top: 0;
}

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

.no-space {
  padding-top: 0;
  margin-top: 0;
}

.no-pad-left {
  padding-left: 0 !important;
}

.no-pad-right {
  padding-right: 0 !important;
}

@media only screen and (max-width: 991px) {
  .no-pad-left {
    padding-left: 15px !important;
  }
  .no-pad-right {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 800px) {
  #company .no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.txt-white {
  color: #FFFFFF;
}

.txt-dark {
  color: #162731;
}

.txt-red {
  color: #f03443;
}

.txt-gray {
  color: #6f7680;
}

.odd {
  float: right;
  margin-right: 0 !important;
}

.even {
  float: left;
  margin-left: 0 !important;
}

.b-shadow {
  -webkit-box-shadow: 0 40px 40px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 40px 40px -15px rgba(0, 0, 0, 0.4);
}

.b-shadow-top {
  -webkit-box-shadow: -5px -15px 35px -8px rgba(0, 0, 0, 0.3);
  box-shadow: -5px -15px 35px -8px rgba(0, 0, 0, 0.3);
}

.b-shadow-left {
  -webkit-box-shadow: -16px 40px 40px -16px rgba(0, 0, 0, 0.4);
  box-shadow: -16px 40px 40px -16px rgba(0, 0, 0, 0.4);
}

.position-inherit {
  top: inherit;
  bottom: inherit;
  right: inherit;
  left: inherit;
}

.overflow {
  overflow: hidden;
}

.overflow-y {
  overflow-y: hidden;
}

.push-right {
  position: relative;
  bottom: -50px;
  left: 30px;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 40px;
}

.push-right.push50 {
  left: 50px;
}

.push-right.push15 {
  left: 15px !important;
}

.push-left {
  position: relative;
  bottom: -50px;
  right: 30px;
  margin-right: 10%;
  margin-top: 5%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  .push-left {
    right: inherit;
    bottom: inherit;
    margin-right: inherit;
    margin-bottom: inherit;
  }
}

.push-left.push50 {
  right: 50px;
}

@media only screen and (max-width: 800px) {
  .push-left.push50 {
    right: inherit;
  }
}

.push-left.push15 {
  right: 15px !important;
}

@media only screen and (max-width: 800px) {
  .push-left.push15 {
    right: inherit !important;
  }
}

.push-top {
  position: relative;
  top: -280px;
}

@media only screen and (max-width: 1024px) {
  .push-top {
    top: inherit;
  }
}

.push-bottom {
  position: relative;
  top: 100px;
}

@media only screen and (max-width: 1200px) {
  .push-bottom {
    top: 0;
  }
}

.push-left-top {
  position: relative;
  top: -30px;
  right: 2em;
}

.push-right-top {
  position: relative;
  top: -30px;
  left: 2em;
}

.push-left-bottom {
  position: relative;
  bottom: -30px;
  right: 2em;
}

@media only screen and (max-width: 1200px) {
  .push-left-bottom, .push-left-top, .push-right-top {
    top: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    margin: 0 auto;
  }
}

.abs-push-left {
  left: -15%;
  position: absolute;
  top: 68px;
}

@media only screen and (max-width: 991px) {
  .abs-push-left {
    position: relative;
    left: inherit;
    top: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 991px) {
  .abs-push-right {
    right: -15%;
    position: absolute;
    top: -68px;
  }
  .abs-push-right.push-up {
    top: -150px;
  }
}

.push-bottom-50 {
  position: relative;
  top: 50px;
}

.push-up-all {
  position: relative;
  margin-top: -144px;
}

.min-h100 {
  min-height: 100px;
}

.min-h200 {
  min-height: 200px;
}

.min-h300 {
  min-height: 300px;
}

/*  CENTER-HEIGHT _ translate -------- */
/* parent must be relative */
.v-align {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 720px) {
  .v-align {
    position: relative;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*  debug chrome - safari */
.v-align {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}

/* CENTER-HEIGHT _ MIXIN------------- */
.c-parent {
  position: relative;
}

.c-parent .c-child {
  padding: 20px;
}

.c-parent .c-child.c-v {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.fullw {
  width: 100%;
}

.halfw {
  width: 50%;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.uppercase {
  text-transform: uppercase;
}

.tr, .text-muted {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.no-click {
  pointer-events: none;
}

.divider {
  margin: 40px 0;
  border: none;
  height: 1px;
  background: transparent;
}

.index5, .parallax-banner .container, .parallax-banner .container h2, .parallax-banner .container p, .parallax-banner .container a, .parallax-banner .title, .parallax-banner .title-light {
  position: relative;
  z-index: 5;
  /*background: rgba(0,0,0, .2);*/
}

img.fullcover {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}

.bg-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.grad-bottom:before {
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;*/
   background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.35)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 991px) {
  .row.sameheight, .row.sameheight > .col-md-3 {
    display: block;
    position: relative;
    float: none;
    margin: 20px auto;
  }
}

.mb-show {
  display: none !important;
  position: absolute;
  right: 66px;
  text-align: center;
  top: -52px;
  width: 40px;
  border-radius: 50%;
  z-index: 9999;
}

@media only screen and (max-width: 1024px) {
  .mb-show {
    display: block !important;
  }
}

/* TOUCH event hover links -------------- */
/* HTML exemple: <a class="taphover" href="">Link 3</a> */
@media screen and (min-width: 600px) {
  .col-two {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    text-align: justify;
  }
}

/* BG SECTION - CONTAINER ------------------------------- */
.bg-section {
  position: relative;
  z-index: 0;
  min-height: 1060px;
  /*&:after{
        background-color: rgba(15, 40, 80, 0.4);
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }*/
}

.bg-section.bg-1 {
  background: no-repeat url("/themes/airbelgium/images/bg/sky-airbelgium.jpg") fixed center bottom/cover;
}

@media only screen and (max-width: 600px) {
  .bg-section.bg-1 {
    background-position: -550px bottom;
  }
}

.bg-section.bg-infos.bg1 {
  background: no-repeat url("/themes/airbelgium/images/bg/traveler-back-view01.jpg") fixed right bottom/cover;
}

.bg-section.bg-infos.bg2 {
  background: no-repeat url("/themes/airbelgium/images/bg/infos-baggage.jpg") fixed right bottom/cover;
}

@media only screen and (max-width: 800px) {
  .bg-section.bg-infos.bg2 {
    background-position: -175px center;
  }
}

.bg-section.bg-infos.bg3 {
  background: no-repeat url("/themes/airbelgium/images/bg/travel-infos-airport1.jpg") fixed right bottom/cover;
}

.bg-section.bg-infos.bg4 {
  background: no-repeat url("/themes/airbelgium/images/bg/travel-infos-airport2.jpg") fixed right bottom/cover;
}

.bg-section .grad-white {
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.bg-section .container {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 600px) {
  .bg-section .b-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* BG COLORS ------------------------------  */
.red-bg {
  background-color: #f03443;
}

.gray-bg {
  background-color: #d2dae1;
}

.gray-bg2 {
  background-color: #bbc5d1;
}

.gray-bg-light, .pagenav.scrolled {
  background-color: #dfe4ea;
}

.gray-bg3 {
  background-color: #adbac9;
}

.white-bg {
  background-color: white;
}

.bg-dark {
  background-color: #333;
}

.red-overlay {
  background-color: rgba(240, 52, 67, 0.85);
}

/*  GRADIENTS BG CLASS - to Extend (see mixins) ---------------------------- */
.gradient-top-dark, .header, .home-header {
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
}

.gradient-top-white {
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gradient-bottom-dark {
   background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.35)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.shad-border-left {
  -webkit-box-shadow: -20px 20px 0 #f03443;
  -moz-box-shadow: -20px 20px 0 #f03443;
  box-shadow: -20px 20px 0 #f03443;
}

.overlay-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 40, 80, 0.25);
}

/*  IMAGES BOX ---------------------------- */
.imagebox {
  position: relative;
  text-align: center;
}

.imagebox .btn {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.imagebox .btn:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.imagebox .btn:hover i {
  display: block;
  -webkit-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

/* ANIMATIONS  ===================================== */
.blink-slow, #status:before {
  -webkit-animation-name: blink-slow;
  animation-name: blink-slow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes blink-slow {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink-slow {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

/* --------------------------------------------------------------------------------
    LAYOUT _ HEADER
  ================================================================================= */
@media only screen and (max-width: 1024px) {
  header {
    margin-top: 42px;
  }
}

.header {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: #222 url("/themes/airbelgium/images/bg/sky.jpg") no-repeat center top/cover;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-bottom: 6vh;
  /*top: -66px !important;*/
  top: -69px !important;
  border-left: 20px solid white;
  border-right: 20px solid white;
}

.header:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  .header {
    margin-bottom: 4vh;
    top: 0 !important;
    border-left: none;
    border-right: none;
  }
}

/*header {
  z-index: 9;
}*/
.brand-logo {
  background-color: #f03443;
  display: block;
  height: 102px;
  left: 0;
  top: 0;
  width: 102px;
  padding: 6px 10px;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-logo.scrolled {
  height: 66px;
  width: 70px;
  left: 0;
  top: 0;
  padding: 4px 8px;
}

@media only screen and (max-width: 1024px) {
  .brand-logo {
    display: none;
  }
}

/* --------------------------------------------------------------------------------
    LAYOUT _ TOP HEADER _ intern page
  ================================================================================= */
.top-banner {
  min-height: 380px;
  height: 55vh;
  position: relative;
  overflow: hidden;
  width: 100%;
  top: -69px;
  background-color: #222;
  border-left: 20px solid white;
  border-right: 20px solid white;
}

@media only screen and (max-width: 991px) {
  .top-banner {
    border: none !important;
  }
}

.top-banner .line {
  display: block;
  position: absolute;
  width: 100px;
  height: 6px;
  background-color: #f03443;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-banner .line.white {
  background-color: white !important;
}

.top-banner:before {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), to(rgba(0, 0, 0, 0.3))) repeat scroll 0 0;
  background: transparent -webkit-linear-gradient(top, transparent 25%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;
  background: transparent -o-linear-gradient(top, transparent 25%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;
  background: transparent linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;
   background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 40, 80, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 40, 80, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(15, 40, 80, 0.3)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 40, 80, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(15, 40, 80, 0.3) 100%);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.top-banner:after {
   background: -moz-linear-gradient(top, rgba(15, 40, 80, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(15, 40, 80, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 40, 80, 0.3)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(15, 40, 80, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(15, 40, 80, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.top-banner .infos {
  position: absolute;
  bottom: 50px;
  right: 0;
  overflow: hidden;
  padding-right: 20px;
  border-right: 5px solid #f03443;
  z-index: 999;
}

@media only screen and (max-width: 991px) {
  .top-banner .infos {
    bottom: 35px;
  }
}

.top-banner .infos li {
  float: right;
  display: inline-block;
  margin-left: 20px;
  color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
  .top-banner .infos li {
    display: block;
    float: inherit;
    margin-top: 8px;
  }
}

.top-banner .infos li i {
  color: #FFFFFF;
  font-size: 1.2em;
}

.top-banner .line.down {
  height: 0px !important;
}

.pagenav {
  display: none;
  margin-top: -50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagenav ul {
  height: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 0;
}

@media only screen and (max-width: 600px) {
  .pagenav ul {
    text-align: left;
  }
}

.pagenav ul li {
  display: inline-block;
  margin-left: 3%;
  padding: 9px 0;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .pagenav ul li {
    font-size: 14px;
    margin-left: 2%;
    padding: 2px 0;
  }
}

.pagenav ul li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 600px) {
  .pagenav ul li:first-child {
    margin-left: 2%;
  }
}

.pagenav ul li.active {
  color: #f03443 !important;
  font-weight: bold;
}

.pagenav ul li a {
  color: #7d8894;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagenav ul li a:hover {
  color: #162731;
}

.pagenav ul li a:focus {
  color: #162731;
}

.pagenav ul li a.active {
  color: #f03443 !important;
  font-weight: bold;
}

.pagenav.scrolled {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important;
  margin-top: 0;
  position: fixed;
  text-align: center;
  top: 65px;
  width: 100%;
  z-index: 99999;
  /*background-color: rgba(250, 250, 250, 0.95);*/
}

/* --------------------------------------------------------------------------------
    HOME - MAIN SLIDER - BOOTSTRAP _ override  ( see: slider.css )
  ================================================================================= */
/* BOOTSTRAP > .carousel01 CONTROL ------------------------------ */
.carousel01:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.carousel01:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.carousel01 .carousel-control {
  background: transparent !important;
}

.carousel01 .carousel-control {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.carousel01 .carousel-control .fa {
  width: 50px;
  height: 50px;
  color: #f03443;
  padding: 14px 15px;
  text-shadow: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.carousel01 .carousel-control .fa:hover {
  background: #f03443;
  color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
  .carousel01 .carousel-control .fa {
    display: none;
  }
}

.carousel01 .carousel-inner:hover .carousel-control {
  opacity: 1;
}

.carousel01 .carousel-indicators {
  visibility: visible;
  height: 15px;
  top: -42px;
  z-index: 2;
}

.carousel01 .carousel-indicators li {
  background: #5e656c;
  color: #FFFFFF;
  border: none;
  height: 15px;
  width: 15px;
  margin: 0 !important;
}

.carousel01 .carousel-indicators li.active {
  border: none;
  height: 15px;
  width: 15px;
  background: #f03443;
}

.bottom-curve {
  display: block;
  width: 102%;
  min-height: 170px;
  background: transparent url("/themes/airbelgium/images/curve-white.svg") no-repeat center top/cover;
  position: absolute;
  bottom: -15px;
  left: -5px;
  z-index: 9;
}

@media only screen and (max-width: 1800px) {
  .bottom-curve {
    bottom: -30px;
  }
}

@media only screen and (max-width: 1440px) {
  .bottom-curve {
    bottom: -38px;
  }
}

@media only screen and (max-width: 1280px) {
  .bottom-curve {
    bottom: -45px;
  }
}

@media only screen and (max-width: 1024px) {
  .bottom-curve {
    bottom: -35px;
    min-height: 54px;
    height: 54px;
    background: none white;
  }
}

@media only screen and (max-width: 600px) {
  .bottom-curve {
    display: none;
  }
}

@media only screen and (max-height: 700px) {
  .bottom-curve {
    bottom: -35px;
    min-height: 54px;
    height: 54px;
    background: none white;
  }
}

@media only screen and (min-width: 1921px) {
  .bottom-curve {
    min-height: 80px;
    height: 80px;
    background: none white;
  }
}

/* ---------------------------------------------------------------------
   ANIM HOVER _ LINE & ACTIVE LINK / MENU
  ====================================================================== */
.wsmenu-list > li > a:before, .wsmenu-list > li > a.active:before {
  background: #f03443;
  top: -0.5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out;
  -ms-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  width: 100%;
}

.wsmenu-list > li > a:hover:before, .wsmenu-list > li > a.active:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
}

/* --------------------------------------------------------------------------------
    LAYOUT _ FOOTER
  ================================================================================= */
.footer-container {
  /*background: $gray;*/
  background: transparent;
  position: relative;
  overflow: hidden;
}

.footer {
  padding-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 10em;
}

.footer .title-light {
  font-size: 1.15em;
  margin-bottom: 5px;
  padding: 0 0 22px 0;
  text-align: left;
  margin-left: 0;
  color: #5e656c;
}

.footer ul {
  list-style-type: none;
  margin: 0 0 26px;
  padding: 0;
  position: relative;
  z-index: 3;
}

.footer ul li {
  line-height: 19px;
  padding: 6px 0;
}

.footer ul li:first-child {
  border-top: none;
  padding-top: 1px;
}

.footer ul li a {
  color: #7d8894;
  font-size: 0.9em;
}

/* FOOTER LOGO ------------------------------------------------- */
/* OVERRIDE _ FOOTER LOGO (without SUBFOOTER) ---- */
.footer {
  margin-bottom: 8em;
}

/* .push-bottom-50 class to place on .footer-logo (only if subfooter links)  */
.footer-logo {
  width: 260px;
  display: block;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .footer-logo {
    width: 160px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-logo {
    width: 130px;
  }
}

@media only screen and (max-width: 400px) {
  .footer-logo {
    width: 100px;
  }
}

/* REAL FOOTER  ------------------------------------------------------- */
.real-footer a {
  color: #FFFFFF;
}

.real-footer a:hover {
  color: #111111;
}

.real-footer a p {
  word-break: break-word;
}

@media only screen and (max-width: 1024px) {
  .footer .title-light {
    font-size: 1em;
  }
}

@media only screen and (max-width: 800px) {
  .footer .col-sm-2 {
    width: 46%;
    float: left;
    display: table;
    height: 260px;
    padding-left: 3em;
  }
  .footer .title-light {
    text-align: left;
    font-size: 1em;
  }
  .footer li {
    text-align: left;
  }
  .real-footer {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .real-footer p a {
    display: inline-block;
  }
}

@media only screen and (max-width: 400px) {
  .footer .col-sm-2 {
    width: 100%;
    float: none;
    display: block;
    height: auto;
    padding-left: 0;
  }
  .footer .title-light {
    text-align: center;
  }
  .footer li {
    text-align: center;
  }
  .real-footer {
    font-size: 0.85em;
    letter-spacing: -.2px;
  }
}

/*  FOOTER > REAL FOOTER _ bottom-line
----------------------------------------------------*/
.real-footer {
  height: 140px;
  margin-bottom: 8px;
  padding: 20px 0;
  background-color: transparent;
  position: relative;
  bottom: 0;
  z-index: 3;
}

.real-footer p {
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  font-size: 0.85em;
}

@media only screen and (max-width: 600px) {
  .real-footer p {
    -webkit-font-smoothing: none !important;
    -moz-osx-font-smoothing: none !important;
    font-weight: normal;
  }
}

/* FOOTER > SOCIAL 
----------------------------------------  */
.real-footer .social {
  margin-top: 30px;
  list-style: outside none none;
  margin: 0;
  padding: 0 10px 12px;
  position: relative;
  z-index: 100;
  text-align: center;
}

.real-footer .social li {
  display: inline-block;
  color: white;
  font-size: 25px;
  margin-bottom: 2px;
  margin-left: 22px;
}

.real-footer .social li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 600px) {
  .real-footer .social li {
    margin-left: 12px;
  }
}

.real-footer .social li a {
  display: table;
  position: relative;
}

.real-footer .social li a i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.real-footer .social li a:hover .ti-facebook {
  color: #3b5998;
}

.real-footer .social li a:hover .ti-twitter-alt {
  color: #55acee;
}

.real-footer .social li a:hover .ti-google {
  color: #dd4b39;
}

.real-footer .social li a:hover .ti-linkedin {
  color: #55acee;
}

/* --------------------------------------------------------------------------------
 LAYOUT _ FORMS
 ================================================================================= */
/* -------------------------------------------------------------
FORMS RESET
-------------------------------------------------------------- */
/* no outline focus mozilla */
input::-moz-focus-inner {
  border: 0;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="password"],
select, input[type="checkbox"], input[type="radio"], input[type="file"],
input[type="date"], input[type="number"] {
  -webkit-appearance: none !important;
}

/* reset for IOS */
textarea,
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

input:focus {
  outline: none;
}

.form-group {
  position: relative;
}

.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 1.15em;
}

label {
  display: none;
}

/* ---------------------------------------------------------------------
FORMS STYLE CUSTOM
---------------------------------------------------------------------- */
.form-control::-webkit-input-placeholder {
  color: #5a6f7a !important;
  opacity: 1 !important;
}

.form-control:-moz-placeholder {
  color: #5a6f7a !important;
  opacity: 1 !important;
}

.form-control::-moz-placeholder {
  color: #5a6f7a !important;
  opacity: 1 !important;
}

.form-control:-ms-input-placeholder {
  color: #5a6f7a !important;
  opacity: 1 !important;
}

/* FONT STYLE */
.contact_form input {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  font-weight: normal;
  color: #162731 !important;
}

/* INPUTS ------------------- */
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="date"],
.form input[type="number"],
.form input[type="file"],
input[type="password"],
.form textarea,
.form select,
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form input[type="date"],
.contact_form input[type="number"],
.contact_form input[type="file"],
.contact_form input[type="password"],
.contact_form textarea,
.contact_form select {
  padding: 5px 10px;
  height: 42px;
  border: none;
  border-bottom: 2px solid #adbac9;
  background: transparent;
  width: 100%;
  font-weight: lighter;
  color: #5a6f7a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form input[type="date"]:focus,
.form input[type="number"]:focus,
.form input[type="file"]:focus,
input[type="password"]:focus,
.form textarea:focus,
.form select:focus,
.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
.contact_form input[type="tel"]:focus,
.contact_form input[type="date"]:focus,
.contact_form input[type="number"]:focus,
.contact_form input[type="file"]:focus,
.contact_form input[type="password"]:focus,
.contact_form textarea:focus,
.contact_form select:focus {
  color: #111111;
  border-bottom: 2px solid #162731;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form textarea, .contact_form textarea {
  margin-top: 0;
  max-width: 100%;
  min-width: 100%;
  height: 100px !important;
  color: #162731;
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form textarea:focus, .contact_form textarea:focus {
  height: 185px !important;
}

@media only screen and (max-width: 600px) {
  .form textarea:focus, .contact_form textarea:focus {
    height: 300px !important;
  }
}

@media only screen and (max-width: 991px) {
  .form textarea, .contact_form textarea {
    margin-top: 2.5em;
  }
}

.form input[type="text"].error,
.form textarea.error .contact_form input[type="text"].error,
.contact_form textarea.error {
  border-bottom: 2px solid #f03443;
}

/* SUBMIT BTN --------------- */
.contact_form input[type="submit"], .contact_form button[type="submit"] {
  background-color: transparent !important;
  color: #162731 !important;
}

.contact_form input[type="submit"]:hover, .contact_form button[type="submit"]:hover {
  background-color: #FFFFFF !important;
}

.contact_form input[type="submit"], #edit-submit {
  margin-top: 20px;
}

/* INPUT - BOTTOM BAR ANIM ===================================== */
.form-group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.form-group .bar:before, .form-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #162731;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}

.form-group .bar:before {
  left: 50%;
}

.form-group .bar:after {
  right: 50%;
}

/* active state */
.form-group input:focus ~ .bar:before, .form-group input:focus ~ .bar:after,
.form-group textarea:focus ~ .bar:before, .form-group textarea:focus ~ .bar:after {
  width: 50%;
}

/* SELECT _ STYLED ================================= */
select {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
}

select:focus {
  outline: none;
  border-color: #2c97de;
}

.select-styled {
  /* select element wapper */
  position: relative;
  overflow: hidden;
}

.select-styled:after {
  /* arrow icon */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -21px;
  display: block;
  width: 18px;
  height: 40px;
  background: #dfe4ea url("/themes/airbelgium/images/select-arrow.svg") no-repeat center center;
  pointer-events: none;
}

@media only screen and (max-width: 400px) {
  .select-styled:after {
    right: 9px;
  }
}

.select-styled.half-styled:after {
  right: 0px;
}

.select-styled.multiple {
  padding-bottom: 28px !important;
}

.select-styled.multiple select[multiple] {
  height: 100%;
  overflow: hidden;
}

.select-styled.multiple select {
  overflow: hidden;
  border: none;
  padding: 5px 0;
}

.select-styled.multiple select::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
}

.select-styled.multiple:after {
  display: none;
}

.select-styled.multiple .disabled {
  color: #5a6f7a;
}

.select-styled.multiple option:hover,
.select-styled.multiple option:focus,
.select-styled.multiple option:active,
.select-styled.multiple option:checked {
  background-color: white !important;
  color: #627995 !important;
}

.select-styled select {
  cursor: pointer;
  width: 100%;
  color: #5a6f7a;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif !important;
}

select::-ms-expand {
  display: none;
}

.form-control:focus::-webkit-input-placeholder {
  color: #aab2c3;
}

.form-control:focus:-moz-placeholder {
  color: #aab2c3;
}

.form-control:focus::-moz-placeholder {
  color: #aab2c3;
}

.form-control:focus:-ms-input-placeholder {
  color: #aab2c3;
}

/* RADIO & CHECKBOX _ INPUTS ====================================================== */
input[type=radio],
input[type=checkbox] {
  visibility: visible;
  text-indent: 0;
  opacity: 0;
}

.radio-styled, .checkbox-styled {
  padding: 5px;
  margin-left: 38px;
}

@media only screen and (max-width: 600px) {
  .radio-styled, .checkbox-styled {
    padding: 5px 0;
  }
}

.radio-styled:first-of-type, .checkbox-styled:first-of-type {
  margin-left: 0;
}

/* RADIO BTN =========================================== */
.radio-styled input[type="radio"] {
  position: absolute;
}

.radio-styled input[type="radio"] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: 28px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 15px;
  border: 1px solid #adbac9;
  background: #fff;
  cursor: pointer;
  color: #5a6f7a;
}

@media only screen and (max-width: 991px) {
  .radio-styled input[type="radio"] + label {
    margin-top: 8px;
  }
}

.radio-styled input[type="radio"] + label:before {
  /*content: "\2022";*/
  content: ' ';
  background: #f03443;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0;
  text-indent: 0;
  display: inline-block;
  margin: 8px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.radio-styled input[type="radio"]:checked + label:before {
  margin: 4px 4px 5px;
  width: 10px;
  height: 10px;
}

.form-group.radio-styled span {
  display: block;
  /* position: fixed;
   width: auto;*/
  position: relative;
  width: 14vw;
}

@media only screen and (max-width: 991px) {
  .form-group.radio-styled span {
    width: 60vw !important;
  }
}

@media only screen and (max-width: 991px) {
  .panel-slide .form-group.js-form-type-radio {
    padding: 5px !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .panel-slide .select-styled.multiple option:hover, .panel-slide .select-styled.multiple option:focus,
  .panel-slide .select-styled.multiple option:active, .panel-slide .select-styled.multiple option:checked {
    color: #555 !important;
  }
}

/* CHECKBOX ======================================================= */
.checkbox-styled input[type="checkbox"] {
  position: absolute;
  left: 0;
}

.checkbox-styled label {
  line-height: 18px;
  text-indent: 30px;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #adbac9;
  background: #fff;
  cursor: pointer;
}

input[type=checkbox] + label:before {
  content: ' ';
  background: #f03443;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 10px;
  left: 2px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox] + label:after {
  content: ' ';
  background: #f03443;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 4px;
  left: 9px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox]:checked + label:before {
  width: 7px;
  height: 3px;
}

input[type=checkbox]:checked + label:after {
  width: 3px;
  height: 12px;
}

@media only screen and (max-width: 1024px) {
  .checkbox-styled.left {
    display: inline-block;
    float: left;
  }
}

@media only screen and (max-width: 600px) {
  .checkbox-styled.left {
    display: block;
    float: none;
    margin-left: 0;
  }
}

/* RED-BG_FORM Style _ JOBLIST - FILTER FORM ================================= */
.red-bg .form input[type="text"],
.red-bg .form input[type="email"],
.red-bg .form input[type="tel"],
.red-bg .form input[type="date"],
.red-bg .form input[type="number"],
.red-bg .form textarea,
.red-bg .form select {
  padding: 5px 10px;
  height: 42px;
  border: none;
  border-bottom: 2px solid #FFFFFF;
  font-weight: 400;
  color: #FFFFFF !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.red-bg .form input[type="text"]:focus,
.red-bg .form input[type="email"]:focus,
.red-bg .form input[type="tel"]:focus,
.red-bg .form input[type="date"]:focus,
.red-bg .form input[type="number"]:focus,
.red-bg .form textarea:focus,
.red-bg .form select:focus {
  color: #FFF;
  border-bottom: 2px solid #162731;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.red-bg .select-styled:after {
  background: #f03443 url("/themes/airbelgium/images/select-arrow2.svg") no-repeat center center;
}

.red-bg .search-filter {
  overflow: hidden;
}

.red-bg .search-filter input {
  color: #FFFFFF !important;
  width: 103%;
}

@media only screen and (max-width: 800px) {
  .red-bg .search-filter input {
    width: 109%;
  }
}

@media only screen and (max-width: 600px) {
  .red-bg .search-filter input {
    width: 105%;
  }
}

.red-bg .search-filter .search-submit {
  border: none;
  background-color: #f03443;
  border-radius: none !important;
  position: relative;
  z-index: 99;
}

.red-bg .search-filter .search-submit i {
  color: white !important;
}

.red-bg .search-filter .search-submit:hover {
  border: none;
  background-color: #f03443;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none  !important;
}

.red-bg .form {
  padding: 1em 5em;
}

@media only screen and (max-width: 800px) {
  .red-bg .form {
    padding: 1em 3em;
  }
}

@media only screen and (max-width: 600px) {
  .red-bg .form {
    padding: 1em 2em;
  }
}

@media only screen and (max-width: 400px) {
  .red-bg .form {
    padding: 1em;
  }
}

.red-bg .form .select-styled:after {
  right: 0;
}

.red-bg .form input.form-submit[type="submit"] {
  /*background: transparent url("/themes/airbelgium/images/ico/arrow-w.png") no-repeat scroll 20px center !important;*/
  background: transparent !important;
}

.red-bg .form input.form-submit[type="submit"]:hover {
  /*background: white url("/themes/airbelgium/images/ico/arrow-r.png") no-repeat scroll 20px center !important;*/
  background: white !important;
}

.red-bg .form-control::-webkit-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.red-bg .form-control:-moz-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.red-bg .form-control::-moz-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.red-bg .form-control:-ms-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.red-bg .form-control:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}

.red-bg .form-control:focus:-moz-placeholder {
  color: #FFFFFF;
}

.red-bg .form-control:focus::-moz-placeholder {
  color: #FFFFFF;
}

.red-bg .form-control:focus:-ms-input-placeholder {
  color: #FFFFFF;
}

.red-bg option, .red-bg option:hover, .red-bg option:focus,
.red-bg option:active, .red-bg option:checked {
  background-color: #f03443 !important;
  color: white;
}

/* input[type="submit"] and .form-submit > (see buttons.scss) */
/* CAREERS - JOBLIST SELECT ICON ------------------------ */
.text-content {
  /* arrow icon */
}

.text-content .select-styled:after {
  right: 15px;
}

@media only screen and (max-width: 600px) {
  .text-content .select-styled:after {
    right: 9px;
  }
}

.text-content .select-styled.half-styled:after {
  right: 15px;
}

.text-content .search-submit {
  padding: 0 !important;
}

.text-content .form-group {
  margin-bottom: 30px;
}

/* ---------------------------------------------------------------------
CAREER - PANEL FORM
---------------------------------------------------------------------- */
.contact_form {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .contact_form {
    padding-left: 1.3em !important;
    padding-right: 1.3em !important;
  }
}

.contact_form.career {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: 3em auto;
}

@media only screen and (max-width: 1024px) {
  .contact_form.career {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .contact_form.career {
    width: 100%;
  }
}

.contact_form.career textarea {
  height: 40px !important;
}

.contact_form.career textarea:focus {
  height: 140px !important;
}

@media only screen and (max-width: 600px) {
  .contact_form.career textarea:focus {
    height: 200px !important;
  }
}

@media only screen and (max-width: 600px) {
  .contact_form.career {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
}

/* OVERIDE CAREER _ PANEL-SLIDE FORM ==================== */
.panel-slide .contact_form {
  padding-bottom: 5em;
}

.panel-slide .contact_form .intro {
  background-color: #d2dae1;
}

.panel-slide .contact_form .form-group > legend {
  color: #627995;
  display: block;
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  padding: 0 10px 20px 0;
  margin-top: 10px;
  font-weight: normal;
}

.panel-slide .contact_form .form-group > legend span {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
}

.panel-slide .contact_form .form-group label span {
  color: #627995;
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
}

.panel-slide .contact_form .show-label label span {
  color: #627995;
  display: block;
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  padding: 0 10px 10px 0;
  margin-bottom: 0;
  font-weight: normal;
}

.panel-slide .contact_form .form-actions {
  margin-top: 15px;
}

.panel-slide .contact_form input.form-submit.btn-white[type="submit"] {
  /*background: transparent url("/themes/airbelgium/images/ico/arrow-r.png") no-repeat 20px center !important;*/
  background: transparent !important;
}

.panel-slide .contact_form input.form-submit.btn-white[type="submit"]:hover {
  background: white !important;
}

.panel-slide .contact_form .upload input#edit-resume-upload-button, .panel-slide .contact_form .upload input#edit-picture-upload-button {
  margin: 0;
  background-color: yellow;
  border: none !important;
  position: absolute;
}

.panel-slide .contact_form alert div {
  float: none;
  font-family: 'texgyreadventorregular';
  width: auto;
  text-align: left;
}

/* UPLOAD INPUT _ FILE BTN ======================================= */
.upload {
  background-color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 44px;
  border-radius: 25px;
  opacity: .7;
  filter: alpha(opacity=70);
}

.upload .action {
  height: 44px;
  line-height: 44px;
  width: 160px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer !important;
}

.upload .filename {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  float: left;
  height: 44px;
  line-height: 44px;
  width: 100%;
  padding: 0 10px;
  -moz-user-select: none;
}

.upload input[type="file"] {
  /*text-indent: 46px;
        background-color:white;*/
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  border: none !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* chrome - safari */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .upload input[type="file"] {
    top: 20%;
  }
}

.upload .btn {
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 0;
  border-radius: 25px;
  padding: 12px 25px;
  pointer-events: none;
  -moz-user-select: none;
  width: 100%;
}

.upload .btn:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media only screen and (max-width: 600px) {
  .upload .btn {
    font-size: 14px;
    padding: 13px 12px;
  }
}

.upload .btn:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  content: "\f016";
  padding-right: 10px;
}

input:disabled, option:disabled, input.disabled {
  opacity: 0.5;
}

/* Chrome */
input {
  background-image: none !important;
}

/* IE10+ */
/* RECAPTCHA --------------- */
#edit-captcha-container .g-recaptcha > div {
  margin: 0 auto;
  max-height: 100px;
}

#edit-captcha-container .rc-anchor, #edit-captcha-container .rc-anchor-light, #edit-captcha-container .rc-anchor-normal {
  /*background: #d2dae1;*/
  background: #dfe4ea !important;
  border: 0 none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #5a6f7a !important;
}

#edit-captcha-container .rc-anchor-checkbox-label {
  font-family: "texgyreadventorbold", "Lato", sans-serif !important;
  color: #5a6f7a !important;
}

#edit-captcha-container .rc-anchor-error {
  background: #dfe4ea !important;
  color: #f03443 !important;
}

#captcha {
  float: none;
  margin: 2%;
  background-color: rgba(72, 61, 139, 0.5);
  border-radius: 2px;
  font-size: 1em;
  color: #C0FFEE;
}

#captcha.success {
  background-color: rgba(50, 205, 50, 0.5);
  color: limegreen;
}

/* OVERIDE FORM --------- */
.radio-styled {
  margin-left: 0;
}

.show-label label {
  display: block !important;
}

.checkbox-styled label {
  text-indent: -9999px;
}

form .description {
  color: #5e656c;
  padding: 10px;
  display: inline-block;
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  font-size: 12px;
}

.webform-submission-form .description {
  display: inline-block;
}

.upload .description {
  display: none;
}

@media only screen and (max-width: 600px) {
  .intro .description {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .intro .description p {
    padding: 3px 0 !important;
  }
}

/*.upload input[type='file']{
    left:0;
}*/
@media only screen and (max-width: 1024px) {
  .panel-slide {
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (max-width: 1024px) {
  .panel-slide form {
    -webkit-overflow-scrolling: touch;
  }
}

/* PRESS _ CONTACT_FORM ------------------------------ */
.contact_form.press {
  /* @extend .contact_form.career; 
   or (see below) */
  margin: 2em auto;
  overflow: hidden;
  position: relative;
  width: 80%;
}

@media only screen and (max-width: 800px) {
  .contact_form.press {
    width: 100%;
    margin: 0.5em auto;
  }
}

@media only screen and (max-width: 600px) {
  .contact_form.press {
    padding: 0 !important;
  }
}

/* OVERIDE FORM STYLE -------------------------------------- */
#webform-submission-contact-form .select-styled:after {
  background: #FFF url("/themes/airbelgium/images/select-arrow.svg") no-repeat scroll center center;
}

form h2 {
  margin-bottom: 1em;
}

.contact_form.press .select-styled:after {
  background: #FFF url("/themes/airbelgium/images/select-arrow.svg") no-repeat scroll center center;
}

.contact_form.press form h2 {
  margin-bottom: 1em;
}

/* --------------------------------------------------------------------------------
    ELEMENTS _ BUTTONS _  main class: BUTTON
  ================================================================================= */
/*  BUTTONS
--------------------------------------------------------------------*/
.button, .btn {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #FFFFFF;
  border: 2px solid #f03443;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1em !important;
  border-radius: 40px;
  margin: 15px 0;
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 400;
  white-space: nowrap;
}

.button.btn-xl, .btn-xl.btn {
  padding: 18px 30px;
  font-size: 24px;
  border-radius: 55px;
  border: 2px solid #FFFFFF;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .button.btn-xl, .btn-xl.btn {
    padding: 14px 18px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 400px) {
  .button.btn-xl, .btn-xl.btn {
    padding: 14px 18px;
    font-size: 17px;
  }
}

.button.btn-outline, .btn-outline.btn {
  background-color: transparent;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #FFFFFF;
}

.button.btn-outline:hover, .btn-outline.btn:hover, .button.btn-outline:focus, .btn-outline.btn:focus, .button.btn-outline:active, .btn-outline.btn:active {
  background-color: #FFFFFF;
  color: #f03443;
  border: 2px solid #FFFFFF;
  opacity: .95;
}

.button.btn-outline-sm, .btn-outline-sm.btn {
  padding: 8px 13px;
  font-size: 13px;
}

.button.btn-outline-xl, .btn-outline-xl.btn {
  padding: 18px 30px;
  font-size: 24px;
  border-radius: 55px;
  border: 2px solid #FFFFFF;
  font-weight: bold;
}

.button.btn-outline-xl:hover, .btn-outline-xl.btn:hover, .button.btn-outline-xl:focus, .btn-outline-xl.btn:focus, .button.btn-outline-xl:active, .btn-outline-xl.btn:active {
  border: 2px solid #FFFFFF;
}

@media only screen and (max-width: 991px) {
  .button.btn-outline-xl, .btn-outline-xl.btn {
    padding: 14px 18px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 400px) {
  .button.btn-outline-xl, .btn-outline-xl.btn {
    padding: 14px 18px;
    font-size: 17px;
  }
}

.button:hover, .btn:hover, .button:focus, .btn:focus, .button:active, .btn:active, .button.active, .active.btn {
  cursor: pointer;
  background-color: #f03443;
  border-color: #FFFFFF;
  outline: none;
}

.button.btn-transp, .btn-transp.btn {
  background-color: transparent;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #f03443;
}

.button.btn-transp:hover, .btn-transp.btn:hover, .button.btn-transp:focus, .btn-transp.btn:focus, .button.btn-transp:active, .btn-transp.btn:active {
  background-color: transparent;
  color: #5e656c;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.btn-red, .btn-red.btn {
  background-color: #f03443 !important;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #FFFFFF;
}

.button.btn-red:hover, .btn-red.btn:hover, .button.btn-red:focus, .btn-red.btn:focus, .button.btn-red:active, .btn-red.btn:active {
  background-color: #FFFFFF;
  color: #f03443;
}

.button.btn-white, .btn-white.btn {
  background-color: #FFFFFF;
  color: #f03443;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f03443;
}

.button.btn-white:hover, .btn-white.btn:hover, .button.btn-white:focus, .btn-white.btn:focus, .button.btn-white:active, .btn-white.btn:active {
  background-color: #f03443;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.button.btn-gray, .btn-gray.btn {
  background-color: #d2dae1;
  color: #162731;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #FFFFFF;
}

.button.btn-gray:hover, .btn-gray.btn:hover, .button.btn-gray:focus, .btn-gray.btn:focus, .button.btn-gray:active, .btn-gray.btn:active {
  background-color: #FFFFFF;
}

.button.disabled, .disabled.btn, .button.disabled:hover, .disabled.btn:hover, .button.disabled:focus, .disabled.btn:focus, .button.disabled.focus, .disabled.focus.btn, .button.disabled:active, .disabled.btn:active, .button.disabled.active, .disabled.active.btn, .button:disabled, .btn:disabled, .button:disabled:hover, .btn:disabled:hover, .button:disabled:focus, .btn:disabled:focus, .button:disabled.focus, .btn:disabled.focus, .button:disabled:active, .btn:disabled:active, .button:disabled.active, .btn:disabled.active, .button[disabled], [disabled].btn, .button[disabled]:hover, [disabled].btn:hover, .button[disabled]:focus, [disabled].btn:focus, .button[disabled].focus, [disabled].focus.btn, .button[disabled]:active, [disabled].btn:active, .button[disabled].active, [disabled].active.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed !important;
  pointer-events: none;
}

.btn.rounded {
  padding: 15px !important;
  font-size: 1.5em;
}

.btn.active.focus, .btn.active:focus,
.btn.focus, .btn.focus:active,
.btn:active:focus, .btn:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

.input-group-btn .btn.rounded {
  padding: 15px !important;
  font-size: 1.5em;
}

/*  BUTTONS ROUNDED
--------------------------------------------------------------------*/
/* ROUNDED BTN > IMAGE CIRCLE ------------------- */
.imagebox {
  display: block;
}

.imagebox .rounded-sm {
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 0;
  background: #f03443;
  left: 50%;
  margin-left: -25px;
  bottom: -15px;
  border: none;
  cursor: pointer !important;
}

.imagebox .rounded-sm i {
  color: white;
  display: block;
  font-size: 1.5em;
  padding: 11px 0;
  text-align: center;
}

.imagebox .rounded-sm:hover {
  border: none;
}

.imagebox .rounded-sm:hover i {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.imagebox .rounded-med {
  position: absolute;
  width: 74px;
  height: 74px;
  padding: 15px;
  background: #f03443;
  left: 50%;
  margin-left: -37px;
  bottom: -20px;
}

.imagebox .rounded-lrg {
  position: absolute;
  width: 100px;
  height: 100px;
  padding: 15px;
  background: #f03443;
  left: 50%;
  margin-left: -50px;
  bottom: -30px;
}

.btn.rounded {
  color: #f03443;
  border-color: rgba(240, 52, 67, 0.7);
}

.btn.rounded i {
  display: inline-block;
}

.btn.rounded span {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.btn.rounded span.desc {
  display: inline-block;
  font-size: 0.75em;
  left: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.btn.rounded:hover {
  color: white;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-color: #f03443;
}

.btn.rounded:hover i {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn.rounded:hover span.desc {
  left: 130%;
  opacity: 1;
  color: #f03443;
}

/* BTN _ CLASSES PAGES --------------  */
#classes .btn.rounded {
  color: #f03443;
}

#classes .btn.rounded i {
  display: inline-block;
}

#classes .btn.rounded:hover {
  color: white;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-color: #f03443;
}

#classes .btn.rounded:hover i {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 600px) {
  #classes .btn {
    margin-left: 30px;
  }
}

.btn.rounded:hover span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* BUTTON _ HOVER 
-------------------------------------------------- */
.btn:hover {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.hover-box .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.carousel .slide-text .btn {
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
}

/* INPUT SUBMIT BTN > FORM 
-------------------------------------------------- */
/* INPUT SUBMIT BTN > FORM 
-------------------------------------------------- */
input[type="submit"] {
  cursor: pointer;
}

input[type="submit"].form-submit {
  position: relative;
  display: inline-block;
  /*padding-left: 58px !important;*/
  /*background: transparent url("/themes/airbelgium/images/ico/arrow-w.png") no-repeat 20px center;*/
  background: transparent !important;
  /*&:before {

      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
      color: white;
      font-family: 'themify';
      content: "\e628";*/
  /* display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "\f007";
      padding-right: 10px;
    }*/
}

input[type="submit"].form-submit.btn-white {
  /*background: white url("/themes/airbelgium/images/ico/arrow-r.png") no-repeat 20px center !important;*/
  background: white !important;
}

input[type="submit"].form-submit:hover {
  /*background:  white url("/themes/airbelgium/images/ico/arrow-r.png") no-repeat 20px center;*/
  background: white !important;
  color: #f03443;
}

input[type="submit"].search {
  background: transparent url("/themes/airbelgium/images/ico/search-w.png") no-repeat 20px center;
}

input[type="submit"].search:hover {
  background: white url("/themes/airbelgium/images/ico/search-r.png") no-repeat 20px center;
  color: #f03443;
}

/* --------------------------------------------------------------------------------
    ELEMENTS _ TABS
  ================================================================================= */
/* TABS 1 
----------------------------------------------------------------- */
.nav-tabs {
  margin: 0 auto;
  border: none;
}

.nav-tabs > li {
  z-index: 2;
  float: none;
  display: inline-block;
}

.nav-tabs > li > a {
  padding: 16px 25px 12px;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  color: #737c85;
  background-color: transparent;
  border: none !important;
  border-bottom: 4px solid transparent !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  background-color: transparent;
  border-bottom: 4px solid red !important;
}

.nav-tabs > li > a:focus {
  background-color: transparent;
  border-bottom: 4px solid red !important;
}

.nav-tabs > li > a:focus {
  background-color: transparent;
  border-bottom: 4px solid red !important;
}

.nav-tabs > li > a.active {
  border-bottom: 4px solid red !important;
}

.nav-tabs > li.active > a {
  border-bottom: 4px solid red !important;
}

.tab-content {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.tab-content .row {
  background: #FFFFFF;
}

@media only screen and (max-width: 600px) {
  .tab-content .row p {
    padding: 10px;
  }
}

.tab-pane {
  padding: 40px 0 0;
}

.tab-content [class^="col-"] {
  padding: 0;
}

.tab-content [class^="col-"] h2 {
  padding: 15px 0 !important;
}

.tab-content [class^="col-"] h3 {
  padding: 15px 0  !important;
}

.tab-content [class^="col-"] h4 {
  padding: 15px 0  !important;
}

.tab-content [class^="col-"] h5 {
  padding: 15px 0  !important;
}

.tab-content [class^="col-"] ul li h2 {
  font-size: 1.5em;
}

.tab-content [class^="col-"] ul li h3 {
  font-size: 1.5em;
}

@media only screen and (max-width: 991px) {
  .tab-content .v-align {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 800px) {
  .tab-content img {
    margin: 20px auto;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 400px) {
  .tab-content .col-lg-5.pad30 {
    padding: 15px 22px !important;
  }
}

@media only screen and (max-width: 400px) {
  .tab-content h3 {
    font-size: 1.5em;
  }
  .tab-pane {
    padding-top: 0;
  }
}

/*  TABS 2 _ FULLWIDTH
----------------------------------------------------------------- */
/* PLACEHOLDERS TABS FULLWIDTH -------------------- */
.nav-tabs#counter li.active a, .nav-tabs#counter li a, .nav-tabs#counter li a:hover, .nav-tabs#counter li a:focus, .nav-tabs#counter li a.active {
  border: 0 !important;
}

.nav-tabs.fullw > li > a, .nav-tabs.fullw > li.active, .nav-tabs.fullw > li:hover > a {
  border: none !important;
  color: #FFFFFF;
}

.nav-tabs.fullw > li.active a, .nav-tabs.fullw > li:hover a {
  background: transparent !important;
  color: #FFFFFF !important;
}

.nav-tabs.fullw > li.active:after, .nav-tabs.fullw > li:hover:after {
  content: '';
  position: absolute;
  top: 54%;
  left: 50%;
  margin-left: -14px;
  border: 14px solid;
  border-color: transparent transparent white;
}

.nav-tabs.fullw > li {
  width: 33%;
}

@media only screen and (max-width: 600px) {
  .nav-tabs.fullw > li.active:after {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .nav-tabs.fullw > li:hover:after {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .nav-tabs.fullw > li a {
    font-size: 22px !important;
  }
}

.nav-tabs.fullw > li.active a {
  color: #bbc5d1 !important;
}

@media only screen and (max-width: 600px) {
  .nav-tabs.fullw > li.active a {
    color: #000000 !important;
  }
}

.nav-tabs.fullw > li:hover a {
  color: #bbc5d1 !important;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .nav-tabs.fullw > li:hover a {
    color: #000000 !important;
  }
}

/* NAVTABS _ CURVES version (OVERRIDE) -------------------------------- */
.curve-banner-box {
  z-index: 4;
}

.curve-banner-box.tabs-banner {
  min-height: inherit;
  height: 250px !important;
  z-index: 8;
}

.curve-banner-box.tabs-banner .curve2-r-top {
  bottom: -25rem;
}

@media only screen and (max-width: 600px) {
  .curve-banner-box.tabs-banner .curve2-r-top {
    border-radius: 0;
  }
}

@media only screen and (max-width: 600px) {
  .curve-banner-box.tabs-banner {
    z-index: 9;
  }
}

.curve-banner-box.tabs-banner .nav-tabs {
  position: relative;
  top: 160px;
}

@media only screen and (max-width: 1440px) {
  .curve-banner-box.tabs-banner .nav-tabs {
    top: 168px;
  }
}

@media only screen and (max-width: 1200px) {
  .curve-banner-box.tabs-banner .nav-tabs {
    top: 172px;
  }
}

@media only screen and (max-width: 800px) {
  .curve-banner-box.tabs-banner .nav-tabs {
    top: 182px;
  }
}

@media only screen and (max-width: 768px) {
  .curve-banner-box.tabs-banner .nav-tabs {
    top: 174px;
  }
}

.curve-banner-box.tabs-banner .nav-tabs > li {
  float: left !important;
}

@media only screen and (max-width: 600px) {
  .curve-banner-box.tabs-banner .nav-tabs > li {
    display: block;
    float: none !important;
    width: 100%;
  }
}

.curve-banner-box.tabs-banner .nav-tabs > li a {
  /*padding:0 5px 25px;*/
  padding: 0 5px 45px;
  color: white !important;
  font-size: 2em;
}

@media only screen and (max-width: 1440px) {
  .curve-banner-box.tabs-banner .nav-tabs > li a {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 1200px) {
  .curve-banner-box.tabs-banner .nav-tabs > li a {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 800px) {
  .curve-banner-box.tabs-banner .nav-tabs > li a {
    font-size: 16px;
    padding: 0 0 25px;
  }
}

@media only screen and (max-width: 600px) {
  .curve-banner-box.tabs-banner .nav-tabs > li a {
    padding: 15px;
    font-size: 2em;
  }
}

@media only screen and (max-width: 600px) {
  .curve-banner-box.tabs-banner .nav-tabs > li a i.block {
    display: inline !important;
  }
}

.curve-banner-box.tabs-banner .nav-tabs > li.active a {
  color: #000000 !important;
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  .curve-banner-box.tabs-banner .nav-tabs > li {
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .curve-banner-box.tabs-banner .nav-tabs {
    top: inherit;
  }
}

@media only screen and (max-width: 600px) {
  .curve-banner-box.tabs-banner {
    height: auto !important;
  }
}

/* TABS BANNER _ BASIC ---------------------------------- */
.tabs-banner.basic {
  position: relative;
  background-color: #d2dae1;
  height: 130px !important;
  min-height: inherit;
  z-index: 8;
  margin-left: 20px;
  margin-right: 20px;
  top: -69px;
}

@media only screen and (max-width: 991px) {
  .tabs-banner.basic {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .tabs-banner.basic {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.tabs-banner.basic ul li {
  margin-left: 0;
}

.tabs-banner.basic ul li a {
  font-size: 28px;
}

.tabs-banner.basic ul li.active:after {
  display: none;
}

.tabs-banner.basic ul li:hover:after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .tabs-banner.basic .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 600px) {
  .tabs-banner.basic ul {
    position: relative;
    top: 50px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .tabs-banner.basic ul {
    top: 70px;
  }
}

@media only screen and (min-width: 600px) {
  .tabs-banner.basic .thumb {
    display: block;
    padding: 0;
    width: 108px;
    height: 108px;
    border: 3px solid white;
    text-indent: 0;
    margin: 0 auto;
    position: relative;
    letter-spacing: 1px;
    background: white;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 3px 0 11px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 0 11px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.3s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
  }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .tabs-banner.basic .thumb {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (min-width: 600px) {
  .tabs-banner.basic.col4 ul {
    top: 35px;
  }
  .tabs-banner.basic.col4 li {
    width: 24%;
  }
  .tabs-banner.basic.col4 li.active:after {
    display: block;
    bottom: -1px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1440px) {
  .tabs-banner.basic.col4 li.active:after {
    bottom: -8px;
  }
}

@media only screen and (min-width: 600px) {
  .tabs-banner.basic.col4 li:hover:after {
    display: block;
    bottom: -1px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1440px) {
  .tabs-banner.basic.col4 li:hover:after {
    bottom: -8px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .tabs-banner.basic.col4 li {
    width: 45% !important;
  }
}

@media only screen and (min-width: 600px) {
  .tabs-banner.basic.col4 li a i {
    display: block;
  }
  .tabs-banner.basic li.active .thumb {
    border-color: #5e656c;
  }
  .tabs-banner.basic li a {
    color: #5e656c !important;
    text-transform: uppercase;
  }
  .tabs-banner.basic li.active a {
    color: #f03443 !important;
  }
  .tabs-banner.basic .thumb:hover, .tabs-banner.basic a:hover .thumb {
    -webkit-box-shadow: 3px 0 11px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 0 11px rgba(0, 0, 0, 0.35);
  }
  .tabs-banner.basic .thumb.bg1 {
    background: url("/themes/airbelgium/images/uploads/class-thumbnav1.jpg") no-repeat center center/cover;
  }
  .tabs-banner.basic .thumb.bg2 {
    background: url("/themes/airbelgium/images/uploads/class-thumbnav2.jpg") no-repeat center center/cover;
  }
  .tabs-banner.basic .thumb.bg3 {
    background: url("/themes/airbelgium/images/uploads/class-thumbnav3.jpg") no-repeat center center/cover;
  }
}

@media only screen and (max-width: 991px) {
  /*.tabs-banner {
		margin-left: 20px !important;
   		margin-right: 20px !important;
	}*/
  .tabs-banner.basic ul li {
    width: auto !important;
    margin-left: 30px !important;
  }
  .tabs-banner.basic .nav-tabs.fullw > li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .tabs-banner.basic {
    height: auto !important;
    overflow: hidden;
  }
  .tabs-banner.basic ul li {
    text-align: center;
    margin: 0;
    float: none;
    display: block;
    padding: 20px 5px;
    width: auto;
    display: inline-block;
    margin-left: 10px !important;
  }
  .tabs-banner.basic .thumb {
    display: none;
  }
  .tabs-banner.basic li a {
    text-transform: uppercase !important;
  }
  .tabs-banner.basic .nav-tabs.fullw > li a {
    color: #000000;
  }
  .tabs-banner.basic .nav-tabs.fullw > li.active a {
    color: #f03443 !important;
  }
}

@media only screen and (max-width: 400px) {
  .tabs-banner.basic ul li {
    display: block;
    padding: 16px 20px;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/* TABS COUNTER  ------------------------------------------- */
.nav-tabs#counter li {
  padding: 1em;
  border: solid #f03443 0.5em;
  margin-bottom: 0;
  float: left !important;
  height: 290px;
}

@media only screen and (max-width: 1600px) {
  .nav-tabs#counter li {
    height: 270px;
  }
}

@media only screen and (max-width: 1440px) {
  .nav-tabs#counter li {
    height: 250px;
  }
}

@media only screen and (max-width: 1280px) {
  .nav-tabs#counter li {
    padding: 0;
    height: 210px;
  }
}

@media only screen and (max-width: 1280px) {
  .nav-tabs#counter li {
    height: 180px;
  }
}

.nav-tabs#counter li.active {
  border: solid white 0.5em;
}

.nav-tabs#counter li.active a {
  background-color: #f03443;
}

.nav-tabs#counter li.active a .counter {
  color: white !important;
}

.nav-tabs#counter li a {
  padding: 0;
  height: 100%;
  width: 100%;
}

.nav-tabs#counter li a.active {
  color: #f03443;
}

.nav-tabs#counter li h3 {
  text-align: left;
  color: white;
  font-size: 1.2em;
  text-transform: none !important;
}

@media only screen and (max-width: 1440px) {
  .nav-tabs#counter li h3 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1280px) {
  .nav-tabs#counter li h3 {
    font-size: 0.9em;
  }
}

.nav-tabs#counter li h3 span.counter {
  display: block;
  padding: 0.5em 0;
  font-size: 2.6em;
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
  font-weight: normal;
  color: #000000;
}

@media only screen and (max-width: 600px) {
  .nav-tabs#counter li.col-xs-6 {
    width: 100% !important;
  }
}

/* --------------------------------------------------------------------------------
    ELEMENTS _ BANNERS
  ================================================================================= */
/* OVERLAYS BGs ------------------------------ */
.overlay, .grid-hover-bg .hover-box.low-fares:before, .grid-hover-bg .hover-box.smart:before, .grid-hover-bg .hover-box.experience:before, .header:after, .ban-overlay, .parallax:after {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.overlay.overlay-light, .grid-hover-bg .overlay-light.hover-box.low-fares:before, .grid-hover-bg .overlay-light.hover-box.smart:before, .grid-hover-bg .overlay-light.hover-box.experience:before, .overlay-light.header:after, .overlay-light.ban-overlay, .overlay-light.parallax:after {
  background: rgba(0, 0, 0, 0.3);
}

/*  PARALLAX BANNER
--------------------------------------------------------------------*/
/*  CURVED SHAPES BANNER ---- SEE "elements.scss"  */
.parallax {
  position: relative;
  overflow: hidden;
  /* Parallax BG mobile debug */
}

.parallax:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.parallax.top-banner:after {
  background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 600px) {
  .parallax {
    background-attachment: scroll !important;
  }
}

.parallax-banner {
  min-height: 350px;
}

/*  NEWSLETTER BANNER - PARALLAX banner
--------------------------------------------------------------------*/
.newsletter-banner {
  min-height: 380px;
  padding-top: 60px;
  padding-bottom: 90px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.newsletter-banner h2 {
  color: #ffffff;
}

.newsletter-banner h3 {
  color: #ffffff;
}

.newsletter-banner form {
  margin-top: 40px;
}

.newsletter-banner input[type=text] {
  background: transparent;
  border: none;
  border-bottom: solid 2px white;
  font-size: 18px;
  padding: 18px;
  width: 34%;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .newsletter-banner input[type=text] {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .newsletter-banner input[type=text] {
    width: 59%;
  }
}

.newsletter-banner input[type=text]:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.newsletter-banner input[type=submit] {
  cursor: pointer;
  padding-left: 18px !important;
  padding: 19px !important;
  background: transparent;
  border: none;
  border-bottom: solid 2px #f03443;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.newsletter-banner input[type=submit].form-submit {
  background: none !important;
  background-color: transparent !important;
}

.newsletter-banner input[type=submit].form-submit:hover {
  background: none !important;
  background-color: transparent !important;
}

@media only screen and (max-width: 991px) {
  .newsletter-banner input[type=submit] {
    padding: 18px 5px;
  }
}

.section-banner {
  min-height: 380px;
  padding-top: 60px;
  padding-bottom: 90px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.section-banner h2 {
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
  font-weight: normal;
}

.curve-top-img {
  display: block;
  position: absolute;
  top: -2px;
  width: 100%;
  height: 220px;
  background: transparent url(/themes/airbelgium/images/curve2.svg) no-repeat center top;
}

/* --------------------------------------------------------------------------------
    ELEMENTS _ ACCORDION
  ================================================================================= */
/*  ACCORDION -----------------------------------------------*/
.accordion-container .lst h3:hover, .accordion-container .lst h3:focus {
  color: #111111;
  border-bottom: 2px solid #edf1f4;
  cursor: pointer;
  /*background-position: right center;*/
}

.accordion .title {
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
  font-weight: normal;
  text-align: left !important;
  padding-left: 1.6em;
  font-size: 2.5em !important;
}

@media only screen and (max-width: 400px) {
  .accordion .title {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .accordion {
    padding: 0 !important;
  }
}

.accordion-container {
  padding-left: 2em;
}

.accordion-container .inner {
  overflow: hidden;
  padding: 1.8em 1em;
  background: white;
  margin-top: -10px;
}

.accordion-container .inner p {
  color: #333333;
}

.accordion-container .lst:last-child {
  border-bottom: none;
}

.accordion-container .lst h3 {
  font-family: "texgyreadventorbold", "Lato", "Arial", sans-serif;
  margin-bottom: 10px;
  border-bottom: 2px solid #edf1f4;
  color: #adbac9;
  padding: 10px 15px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  text-transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion-container .lst h3:hover {
  color: #000000;
  border-color: #d2dae1;
}

.accordion-container .lst h3 i.ico-open {
  /*background-position: left center;*/
  float: right;
  margin-top: 7px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #d2dae1;
}

.accordion-container .lst h3 i.ico-open.fa {
  color: #5e656c;
  text-align: center;
  padding: 3px 0;
  font-size: 0.5em;
}

.accordion-container .lst h3.opened {
  color: #000000;
  border-color: white;
  /*background-color: #edf1f4;*/
}

.accordion-container .lst h3.opened .fa {
  color: #FFFFFF;
  text-align: center;
  padding: 3px 0;
  font-size: 0.5em;
}

.accordion-container .lst .opened i.ico-open {
  /*background-position: right center;*/
  background-color: #f03443;
}

/*
[class^="ico-"]{
    width: 25px;
    height: 25px;
    display: inline-block;
	vertical-align: middle;
	background-image: url("/themes/airbelgium/images/ico-sprite.png");
	background-repeat: no-repeat;
}
*/
/* --------------------------------------------------------------------------------
    ELEMENTS
  ================================================================================= */
/* SHAPES =========================================================== */
/* ------------------------------------------------------------------
  CURVES _ MAIN STYLE
===================================================================== */
.curve-banner-box {
  min-height: 300px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.curve-banner-box .container {
  margin-top: 100px;
}

.curve-banner-box .container [class*='col-'] {
  z-index: 3;
}

.curve-banner-box.short-curved-line {
  width: 200%;
  /* OVERRIDE PARALLAX BANNER */
}

.curve-banner-box.short-curved-line .curve2-r-top {
  border-radius: 230% 47% 0;
  left: -15%;
  min-height: 497px !important;
  height: 497px !important;
  width: 100%;
}

.curve-banner-box .curve3-l-top {
  display: block;
  min-height: 620px;
  position: absolute;
  border-radius: 120% 145% 0  !important;
  bottom: -105% !important;
  left: -30%  !important;
  width: 52%  !important;
  z-index: 2;
  overflow: hidden;
  background-color: rgba(22, 39, 49, 0.15);
}

@media only screen and (max-width: 1280px) {
  .curve-banner-box .curve3-l-top {
    display: none;
  }
}

/*
.curve2-l-top-banner{
  border-radius: 45% 140% 0;
  bottom: -18rem;
  left: -24rem;
  min-height: 600px;
  width: 50%;
  z-index: 2;
  color:rgba( $gray-blue2, .4 );
}*/
[class*='curve1-'] {
  min-height: 620px;
  position: absolute;
  width: 200%;
  bottom: -20rem;
  display: block;
}

[class*='curve2-'] {
  min-height: 620px;
  position: absolute;
  width: 200%;
  bottom: -20rem;
  display: block;
}

/*  CURVES - FOOTER _ style_01
-------------------------------------------------- */
.footer .curve1-l {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 85% 250% 0;
  right: 2%;
  z-index: 1;
}

.footer .curve1-r {
  background: #f03443;
  border-radius: 250% 85% 0;
  left: 2%;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  .footer .title-light {
    font-size: 1em;
  }
  .footer .curve1-l {
    right: -5%;
  }
  .footer .curve1-r {
    left: -5%;
  }
}

@media only screen and (max-width: 800px) {
  .footer [class*='curve1-'] {
    bottom: -16em;
  }
}

@media only screen and (max-width: 400px) {
  .footer [class*="curve1-"] {
    bottom: -18em;
  }
}

/*  CURVES _ BANNER _ style_02 
--------------------------------------------------------------------*/
.curve2-r-top {
  background: #f03443;
  border-radius: 250% 85% 0;
  left: -50%;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  .curve2-r-top {
    top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .curve2-r-top {
    width: 220%;
    left: -60%;
  }
}

@media only screen and (max-width: 400px) {
  .curve2-r-top {
    width: 270%;
    left: -75%;
  }
}

/*  CURVES _ TOP BANNER _ style_03 
--------------------------------------------------------------------*/
.curve2-r-top-banner {
  background: rgba(240, 52, 67, 0.6);
  border-radius: 226% 91% 0;
  left: 42%;
  bottom: -28rem;
  width: 100%;
  min-height: 600px;
  z-index: 3;
}

.curve2-l-top-banner {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 120% 100% 0;
  bottom: -109%;
  left: -106%;
  z-index: 4;
}

@media only screen and (min-width: 1800px) {
  .curve2-l-top-banner {
    bottom: -102%;
  }
}

@media only screen and (max-height: 800px) {
  .curve2-l-top-banner {
    bottom: -120%;
  }
}

@media only screen and (max-height: 768px) {
  .curve2-l-top-banner {
    bottom: -140%;
  }
}

/*  CURVES _ (HIGH CURVES) _ CONTACT PAGE 
--------------------------------------------------------------------*/
.contact .curve-banner-box.high {
  min-height: 560px;
}

.contact .curve-banner-box.high .curve3-l-top {
  border-radius: 0 165% 15% !important;
  bottom: -18% !important;
  left: -42% !important;
  min-height: 750px !important;
  width: 70% !important;
}

@media only screen and (max-width: 1280px) {
  .contact .curve-banner-box.high .curve3-l-top {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .contact .curve-banner-box.high .curve3-l-top {
    bottom: -27% !important;
    left: -42% !important;
    width: 100% !important;
  }
}

.contact .curve-banner-box.high .curve2-r-top {
  top: 15%;
  left: -20%;
  width: 180%;
  border-radius: 150% 105% 0;
}

@media only screen and (max-width: 600px) {
  .contact .curve-banner-box.high .curve2-r-top {
    left: -30%;
    top: 7%;
    width: 200%;
  }
}

.contact .curve-banner-box.high .title {
  font-size: 2.5em;
}

/* -----------------------------------------------------
 END_CURVES */
/* ---------------------------------------------------------------------
   ICONS
  ====================================================================== */
/* google-material-icons */
.zmdi {
  position: relative;
  margin: 0;
  font-size: 28px;
}

.zmdi.med {
  font-size: 1.8em !important;
}

.zmdi.large {
  font-size: 2.8em !important;
}

.zmdi.reverse {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hover-box-wrapper .hover-box .zmdi {
  font-size: 2.5em;
}

/* themify-icons */
[class^="ti-"], [class*="ti-"] {
  position: relative;
  margin: 0;
  font-size: 1em;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  /* Preferred icon size */
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

/* ---------------------------------------------------------------------
   ICONS - BG CSS - FONT-AWESOME/ICONICFONT/... 
   --------------------------------------------------------------------- */
ul.ico-bg li:before {
  display: inline-block;
  font: normal normal normal 16px/1 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  padding-right: 8px;
  width: 22px;
  color: #162731 !important;
  font-size: 16px !important;
}

.ico-bg li.iconic:before {
  font-size: 16px !important;
  font-family: inherit;
  font-family: 'Material-Design-Iconic-Font';
}

ul.ico-bg li.disable {
  cursor: default !important;
  opacity: .5 !important;
}

/* MEGAMENU OVERIDE */
.wsmenu-submenu ul.ico-bg li a {
  padding: 6px;
  color: #162731;
}

.wsmenu-submenu ul.ico-bg li.title a {
  padding: 6px;
  color: #f03443 !important;
}

/* FONT-AWESOME ------ */
.ico-bg li.suitcase:before {
  content: "\f0f2";
}

.ico-bg li.star:before {
  content: "\f005";
}

.ico-bg li.signal:before {
  content: "\f012";
}

.ico-bg li.ticket:before {
  content: "\f145";
}

.ico-bg li.user:before {
  content: "\f007";
}

.ico-bg li.medkit:before {
  content: "\f0fa";
}

.ico-bg li.female:before {
  content: "\f182";
}

.ico-bg li.male:before {
  content: "\f183";
}

.ico-bg li.wheelchair:before {
  content: "\f193";
}

.ico-bg li.plane:before {
  content: "\f072";
}

.ico-bg li.calendar:before {
  content: "\f073";
}

.ico-bg li.bus:before {
  content: "\f207";
}

.ico-bg li.money:before {
  content: "\f0d6";
}

.ico-bg li.info-circle:before {
  content: "\f05a";
}

.ico-bg li.child:before {
  content: "\f1ae";
}

.ico-bg li.cutlery:before {
  content: "\f0f5";
}

.ico-bg li.stethoscope:before {
  content: "\f0f1";
}

.ico-bg li.globe:before {
  content: "\f0ac";
}

.ico-bg li.car:before {
  content: "\f1b9";
}

/* ICONIC FONTS ICONS -------- */
/* (see sources content in material-design-iconic-font-css-content.css) */
.ico-bg li.pen:before {
  content: "\f11f";
}

.ico-bg li.game:before {
  content: "\f11b";
}

.ico-bg li.parking:before {
  content: "\f1a5";
}

.ico-bg li.flight-dep:before {
  content: "\f3d8";
}

.ico-bg li.flight-ret:before {
  content: "\f3d9";
}

.ico-bg li.check-circle:before {
  content: "\f269";
}

.ico-bg li.check-assign:before {
  content: "\f108";
}

.ico-bg li.seat:before {
  content: "\f1c4";
}

.ico-bg li.seat-extra:before {
  content: "\f3d0";
}

.ico-bg li.drink:before {
  content: "\f157";
}

.ico-bg li.car:before {
  content: "\f125";
}

.ico-bg li.baggage-check:before {
  content: "\f12a";
}

.ico-bg li.assistance:before {
  content: "\f20d";
}

.ico-bg li.airplane:before {
  content: "\f103";
}

.ico-bg li.library:before {
  content: "\f18d";
}

.ico-bg li.plus-circle:before {
  content: "\f275";
}

/* --------------------------------------------------------------------------------
    MODAL 
  ================================================================================= */
.modal {
  background-color: rgba(22, 39, 49, 0.65);
  display: block;
  height: 260px;
  position: fixed;
  left: 20px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* CONTENT - MODAL SHARE ----------------------- */
}

@media only screen and (max-width: 1024px) {
  .modal {
    left: 0;
  }
}

.modal.top-modal {
  top: 36px !important;
}

@media only screen and (max-width: 1024px) {
  .modal.top-modal {
    top: 69px !important;
  }
}

.modal.appear {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.modal.scrolled {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.modal .share-box {
  display: table;
  margin: 90px auto 60px;
  text-align: center;
}

.modal .social {
  display: block;
  height: auto;
  margin: 20px auto 20px;
  overflow: hidden;
  padding: 12px 0;
}

@media only screen and (max-width: 1024px) {
  .modal .social {
    margin: 40px auto 20px;
  }
}

.modal .social li {
  display: inline;
  float: left;
  margin-left: 4px;
  padding: 0;
  text-transform: uppercase;
  margin-left: 50px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .modal .social li {
    margin-left: 0;
  }
}

.modal .social li:first-child {
  margin-left: 0;
}

.modal .social li a {
  display: block;
  font-size: 30px;
  padding: 10px;
  text-align: center;
  width: 90px;
}

@media only screen and (max-width: 600px) {
  .modal .social li a {
    width: 50px;
  }
}

.modal .social li a i {
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal .social li a span {
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  opacity: 0;
  top: -15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .modal .social li a span {
    display: none;
  }
}

.modal .social li a:hover i.ti-facebook {
  color: #3f67c0;
}

.modal .social li a:hover i.ti-twitter-alt {
  color: #35b5eb;
}

.modal .social li a:hover i.ti-linkedin {
  color: #0177b5;
}

.modal .social li a:hover span {
  opacity: 1;
  top: 5px;
}

.modal .social li i {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  margin-top: 25px;
}

.modal .social li.in i {
  opacity: 1;
  margin-top: 0;
}

.modal .social li.in:first-child i {
  -webkit-transition: opacity 0.3s ease-in .3s, margin-top 0.4s ease-in .3s;
  -o-transition: opacity 0.3s ease-in .3s, margin-top 0.4s ease-in .3s;
  transition: opacity 0.3s ease-in .3s, margin-top 0.4s ease-in .3s;
}

.modal .social li.in:nth-of-type(2n) i {
  -webkit-transition: opacity 0.3s ease-in .4s, margin-top 0.4s ease-in .4s;
  -o-transition: opacity 0.3s ease-in .4s, margin-top 0.4s ease-in .4s;
  transition: opacity 0.3s ease-in .4s, margin-top 0.4s ease-in .4s;
}

.modal .social li.in:nth-of-type(3n) i {
  -webkit-transition: opacity 0.3s ease-in .5s, margin-top 0.4s ease-in .5s;
  -o-transition: opacity 0.3s ease-in .5s, margin-top 0.4s ease-in .5s;
  transition: opacity 0.3s ease-in .5s, margin-top 0.4s ease-in .5s;
}

/* MODAL > SHARE TRIGGER ----------------------- */
.modal-trigger {
  /*display: none !important;*/
}

.modal-trigger:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .modal-trigger {
    position: fixed;
    right: 15px;
    top: 15px;
    /*z-index: 999999 !important;*/
  }
}

.modal-trigger.opacity {
  opacity: 0.1;
}

.modal-trigger.scrolled {
  opacity: 0;
  visibility: hidden;
  cursor: default;
}

.toggle-modal i {
  font-size: 22px;
  font-weight: normal;
  /*padding: 8px 6px 6px 12px;*/
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.toggle-modal i.fa-thumbs-up {
  color: white;
}

.toggle-modal .icon-share-2 {
  color: #ffffff;
  opacity: 0.8;
}

.toggle-modal .icon-share-2:hover {
  opacity: 1;
}

.closemodal {
  font-size: 30px;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 8px 6px;
  text-align: center;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.closemodal:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #f03443;
}

@media only screen and (max-width: 1024px) {
  .closemodal {
    /* top: 36px;*/
    top: 66px;
  }
}

@media only screen and (max-width: 1024px) {
  .job .closemodal {
    top: 12px !important;
  }
}

/* --------------------------------------------------------------------------------
    MODAL 2 _ SLIDE PANEL
  ================================================================================= */
.panel-slide {
  /*background-color: $gray-blue;*/
  background-color: #dfe4ea;
  display: block;
  height: 100%;
  width: 65%;
  height: 100vh;
  width: 65vw;
  position: fixed;
  /*right: -1.5%;
    right: -1.5vw;*/
  right: 0;
  top: 36px;
  opacity: 0;
  visibility: hidden;
  z-index: 1111;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  /* PANEL CONTENT ------------------------------- */
  /*.contact_form (see form.scss)*/
}

@media only screen and (max-width: 1024px) {
  .panel-slide {
    width: 85%;
    width: 85vw;
  }
}

@media only screen and (max-width: 991px) {
  .panel-slide {
    /*right: -2.5%;
      right: -2.5vw;*/
    right: 0;
  }
}

@media only screen and (max-width: 800px) {
  .panel-slide {
    width: 100%;
    width: 100vw;
  }
}

@media only screen and (max-width: 400px) {
  .panel-slide {
    /*right: -4%;
      right: -4vw;*/
    right: 0;
  }
}

.panel-slide.appear {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.panel-slide.scrolled {
  top: 66px;
}

.panel-slide .closemodal {
  right: 30px;
  color: #162731;
}

.panel-slide .closemodal:hover {
  color: #f03443;
}

.panel-overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 36px;
  background-color: rgba(25, 38, 50, 0.8);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  cursor: url("/themes/airbelgium/images/close.gif"), pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.panel-overlay.scrolled {
  top: 66px;
}

.panel-overlay.appear {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

@media only screen and (max-width: 1024px) {
  .panel-overlay {
    cursor: pointer;
  }
}

@media only screen and (max-width: 991px) {
  .panel-overlay {
    right: 62.5%;
    right: 62.5vw;
  }
}

@media only screen and (max-width: 800px) {
  .panel-overlay {
    display: none;
  }
}

/* ARROW - GO BOTTOM  ----------------------------------------------- */
.gobottom {
  position: absolute;
  z-index: 999;
  bottom: 25px;
  right: 8px;
  width: 40px;
  height: 40px;
  margin-top: 4x;
  text-align: center;
  padding-top: 6px;
  font-size: 1.4em;
  color: #f03443;
  background-color: transparent;
  -webkit-animation: 3s arrow infinite ease;
  animation: 3s arrow infinite ease;
}

@-webkit-keyframes arrow {
  0%, 100% {
    bottom: 18px;
  }
  50% {
    bottom: 25px;
  }
}

@keyframes arrow {
  0%, 100% {
    bottom: 18px;
  }
  50% {
    bottom: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .gobottom {
    display: none;
  }
}

.top-banner .gobottom {
  left: 50%;
  margin-left: -20px;
  bottom: 0 !important;
  -webkit-animation: 3s arrow-alt infinite ease;
  animation: 3s arrow-alt infinite ease;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-banner .gobottom:hover {
  color: white;
  bottom: -11px !important;
}

.fancybox-bg {
  background-color: black !important;
}

/* INFOBOX (home slider) ----------------------------------------------- */
.infobox {
  position: absolute;
  background: rgba(22, 39, 49, 0.4);
  display: block;
  min-height: 200px;
  width: 400px;
  right: 0;
  bottom: 40px;
  z-index: 9;
  color: #FFF;
  border-radius: 170% 0 0;
  /*@include bp-1280{
      bottom: 90px;
    }*/
}

.infobox h2 {
  font-size: 20px;
  padding: 5px 15px;
  /*width: 80%;*/
  width: 58%;
  float: right;
  text-align: right;
  margin-top: 50px;
  /*margin-top: 74px;*/
}

@media only screen and (max-width: 1024px) {
  .infobox h2 {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    float: none;
  }
}

.infobox h3 {
  float: right;
  font-size: 13px;
  letter-spacing: 0.2px;
  padding: 5px 15px;
  text-align: right;
  /*width: 75%;*/
  width: 68%;
}

@media only screen and (max-width: 1024px) {
  .infobox h3 {
    text-align: center;
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 1024px) {
  .infobox {
    top: 22px;
    bottom: 100px;
    height: auto;
    min-height: 90px;
    height: 90px;
    width: 100%;
    border-radius: 0;
  }
}

@media only screen and (max-height: 700px) {
  .infobox {
    bottom: -4px;
  }
}

/*.indicators-line > .carousel-indicators{
  bottom: 15% !important;
}*/
/* COUNTER  ---------------------------------------------------------- */
/* see tabs.scss */
/* TOOLTIPS _ WARM POINTS ------------------------------------------------------- */
.wpoints-wrap {
  width: 100%;
  min-height: 630px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .wpoints-wrap {
    min-height: auto;
  }
}

.wpoints {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

[class^="wp-"] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  background-color: red;
  content: "";
  z-index: 2;
  text-align: center;
}

[class^="wp-"] i {
  color: white;
  display: inline-block;
  padding: 8px;
  position: relative;
  cursor: pointer;
}

.wpoints-wrap img {
  margin: 0 auto;
}

/* Set Positions of wpoints ---------- */
/* wpoints ul 1 */
.wpoints.first .wp-1 {
  left: 67%;
  top: 14vh;
}

.wpoints.first .wp-2 {
  left: 47%;
  top: 25vh;
}

.wpoints.first .wp-3 {
  left: 35%;
  top: 48vh;
}

@media only screen and (max-width: 600px) {
  .wpoints.first .wp-3 {
    top: 40vh;
  }
}

@media only screen and (max-width: 400px) {
  .wpoints.first .wp-3 {
    top: 35vh;
  }
}

/* wpoints ul 2 */
.wpoints.second .wp-1 {
  left: 67%;
  top: 14vh;
}

.wpoints.second .wp-2 {
  left: 47%;
  top: 25vh;
}

.wpoints.second .wp-3 {
  left: 35%;
  top: 48vh;
}

@media only screen and (max-width: 600px) {
  .wpoints.second .wp-3 {
    top: 40vh;
  }
}

@media only screen and (max-width: 400px) {
  .wpoints.second .wp-3 {
    top: 35vh;
  }
}

/* wpoints ul 3 */
.wpoints.third .wp-1 {
  left: 67%;
  top: 14vh;
}

.wpoints.third .wp-2 {
  left: 47%;
  top: 25vh;
}

.wpoints.third .wp-3 {
  left: 35%;
  top: 48vh;
}

@media only screen and (max-width: 600px) {
  .wpoints.third .wp-3 {
    top: 38vh;
  }
}

@media only screen and (max-width: 400px) {
  .wpoints.third .wp-3 {
    top: 35vh;
  }
}

.wpoints.third .wp-4 {
  left: 25%;
  top: 33vh;
}

@media only screen and (max-width: 600px) {
  .wpoints.third .wp-4 {
    top: 23vh;
  }
}

/* TOOLTIP __ wpoint-tooltip  ----------- */
.wpoint-tooltip {
  position: relative;
  display: inline-block;
}

.wpoint-tooltip .wpoint-tooltiptext {
  width: 160px;
  height: 160px;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #222;
  text-align: center;
  border-radius: 50%;
  padding: 1em;
  position: absolute;
  z-index: 99;
  bottom: 140%;
  left: 50%;
  margin-left: -80px;
  display: table;
  font-family: "Texgyreadventorregular", sans-serif;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wpoint-tooltip .wpoint-tooltiptext span {
  display: table-cell;
  vertical-align: middle;
}

.wpoint-tooltip .wpoint-tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.wpoint-tooltip:hover .wpoint-tooltiptext, .wpoint-tooltip:target .wpoint-tooltiptext {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*  BACK TOP ----------------------------------------------- */
#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*bottom: 28px;
  right: 28px;*/
  z-index: 999;
}

#back-top span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fe616e;
  text-align: center;
  font-size: 2.2em;
  font-weight: bolder;
  height: 40px;
  display: block;
  margin: 5px auto 0;
  background: transparent;
}

#back-top a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 11px;
  padding-top: 4px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

#back-top a:hover {
  background-color: #f03443;
  /*border: 2px solid $red;*/
}

#back-top a:hover span {
  height: 40px;
  color: white;
}

@media only screen and (max-width: 1024px) {
  #back-top {
    bottom: 12px;
    right: 12px;
  }
}

/* PRELOADER ----------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 999999;
}

#status {
  width: 120px;
  height: 146px;
  margin: -60px 0 0 -66px;
  background: transparent url("/themes/airbelgium/images/loader-logo-red.svg") no-repeat center top/cover;
  position: absolute;
  left: 50%;
  top: 50%;
}

#status:before {
  background: #f03443;
  bottom: 5px;
  content: "";
  display: block;
  height: 4px;
  left: 2px;
  position: absolute;
  width: 34px;
}

@media only screen and (max-width: 991px) {
  #status:before {
    bottom: 4px;
    height: 2px;
    left: 2px;
    width: 21px;
  }
}

@media only screen and (max-width: 991px) {
  #status {
    width: 76px;
    height: 90px;
    margin: -45px 0 0 -38px;
  }
}

/* MOUSE CURSOR -------------------------- */
.mouse-area {
  cursor: url("/themes/airbelgium/images/close.png") no-repeat left top;
}

.cursor {
  cursor: none;
  width: 46px;
  height: 48px;
  background: url("/themes/airbelgium/images/close.png") no-repeat left top;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 100000;
}

/* --------------------------------------------------------------------------------
   ================================================================================
    ** BOOKING **  (MODAL version)
  =================================================================================
  --------------------------------------------------------------------------------- */
/* BOOKING TRIGGER ============================== */
.btn.booking-trigger {
  font-family: "Texgyreadventorbold", sans-serif;
  padding: 10px 15px;
  top: -3px;
  font-size: 15px;
}

.btn.booking-trigger.scrolled {
  border-color: #f03443;
}

@media only screen and (max-width: 1024px) {
  .btn.booking-trigger {
    display: none;
  }
}

.btn.booking-trigger:hover, .btn.booking-trigger.active, .booking-trigger.appear {
  /*background-color: #f03443;
    border-color: #ffffff;*/
  color: #f03443 !important;
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.wsmenu-list > li:first-child a:before, .wsmenu-list > li:first-child a.active:before {
  display: none;
}

.button.btn-white, .btn-white.btn {
  background-color: white !important;
}

.booking-trigger {
  z-index: 1000;
  position: relative;
}

/* BOOKING OVERLAY =============================== */
.booking-overlay {
  background: rgba(250, 250, 250, 0.75);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.94;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 1024px) {
  .booking-overlay {
    height: 100% !important;
    top: 68px !important;
    background: transparent !important;
    opacity: 1;
  }
  .booking-overlay .booking {
    top: 0 !important;
  }
}

@media only screen and (max-width: 800px) {
  .booking-overlay {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

/* BOOKING CONTENT ===============================  */
.booking-overlay .booking {
  width: 100%;
  padding: 2em;
  min-height: 250px;
  position: absolute;
  top: 33px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(22, 39, 49, 0.95);
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  -moz-transition: all 0.5s ease-in-out 0.2s;
  -ms-transition: all 0.5s ease-in-out 0.2s;
  -o-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}

@media only screen and (max-width: 1024px) {
  .booking-overlay .booking {
    top: 68px;
  }
}

@media only screen and (max-width: 600px) {
  .booking-overlay .booking {
    padding: 2em 0em;
  }
}

.booking-overlay .booking {
  opacity: 0;
  -webkit-transform: translate(-50%, -5%);
  -ms-transform: translate(-50%, -5%);
  transform: translate(-50%, -5%);
}

.booking-overlay .booking.appear {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.booking-overlay .booking-inner {
  max-width: 800px;
  position: relative;
}

.booking-overlay .booking-inner [class^="col-"] {
  padding: 0 15px;
}

@media only screen and (max-width: 600px) {
  .booking-overlay .booking-inner [class^="col-"] {
    padding: 0 4px;
  }
}

.booking-overlay .booking .select-styled:after {
  right: 0;
  background: transparent url("/themes/airbelgium/images/select-arrow2.svg") no-repeat scroll center center;
}

.booking-overlay .booking .select-styled select {
  width: 107%;
}

/* Close Button */
.booking .close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 6em;
  right: 50px;
  -webkit-transition: ease 0.25s all;
  -o-transition: ease 0.25s all;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 50%;
  font-family: Arial, Sans-Serif;
  font-size: 30px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-weight: normal;
  z-index: 1000;
}

.booking .close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  -ms-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  text-decoration: none;
}

.booking .close:hover i {
  color: #f03443;
}

@media only screen and (max-width: 600px) {
  .booking .close {
    top: 2em;
    right: 20px;
  }
}

.booking-inner h2 {
  font-size: 2.5em;
  padding: 0.5em 10px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-top: 35px;
}

@media only screen and (max-width: 600px) {
  .booking-inner h2 {
    font-size: 1.5em;
  }
}

.booking .contact_form input[type="text"],
.booking .contact_form input[type="email"],
.booking .contact_form input[type="tel"],
.booking .contact_form input[type="date"],
.booking .contact_form input[type="number"],
.booking .contact_form input[type="file"],
.booking .contact_form input[type="password"],
.booking .contact_form textarea,
.booking .contact_form select {
  color: #FFFFFF !important;
}

.booking .form-control::-webkit-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.booking .form-control:-moz-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.booking .form-control::-moz-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.booking .form-control:-ms-input-placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.booking .contact_form input[type="submit"] {
  background: white !important;
}

.booking .form-group .bar:before, .booking .form-group .bar:after {
  background: #CCC;
}

.booking .form-group.radio-styled span {
  min-width: 12vw;
  position: relative;
  text-transform: uppercase;
  color: white;
  font-size: 1.2em;
}

@media only screen and (max-width: 990px) {
  .booking .form-group.radio-styled span {
    min-width: 77vw;
  }
}

/* only for local */
/* .header{top: -79px !important;}*/
.newsletter-container {
  background-image: url(/themes/airbelgium/images/bg/bg-reactor.jpg);
}

.top-banner {
  background: url("/themes/airbelgium/images/bg/air-belgium-airplane-banner.jpg") no-repeat center center/cover;
}

#numbers {
  background-image: url("/themes/airbelgium/images/bg/traveler-back-view02.jpg");
}

.header {
  background: none;
}

.newsletter-banner input[type=email] {
  background: transparent;
  border: none;
  border-bottom: solid 2px white;
  font-size: 18px;
  padding: 18px;
  width: 100%;
  color: #fff;
}

.newsletter-banner input[type=submit] {
  border-radius: 0;
  padding: 19px;
}

/* empty-banner - just image */
.parallax-banner.empty-banner {
  min-height: 460px !important;
}

.parallax-banner.empty-banner:after {
  background-color: transparent !important;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .newsletter-banner input[type=submit] {
    padding: 20.5px 18px !important;
  }
}

.mailchimp-newsletter-mergefields {
  display: inline-block;
  width: 34%;
}

@media only screen and (max-width: 600px) {
  .mailchimp-newsletter-mergefields {
    width: 68% !important;
  }
}

.mailchimp-newsletter-mergefields label {
  display: none;
}

.top-banner img {
  width: 100%;
}

.views_slideshow_controls_text_pause {
  display: none;
}

.tb-megamenu-button {
  display: none;
}

.wsmenu-submenu {
  background-color: #fff;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.topbar .pull-right > * {
  display: inline-block;
  vertical-align: top;
}

.tabs-banner.basic .thumb {
  overflow: hidden;
}

.tabs-banner.basic .thumb img {
  max-width: none;
  width: auto;
}

/* MENU _ MOBILE  OVERRIDE ----------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .mobile-sub .wsmenu-submenu li a {
    font-size: 17px !important;
    line-height: 24px;
    text-align: center;
    padding: 8px !important;
    height: auto !important;
    color: #162731 !important;
  }
  .wsmenu ul li {
    margin-top: 0;
    border-bottom: 2px solid #e8e8e8;
  }
  .wsmenu-list > li {
    border-bottom: 2px solid #e8e8e8;
    background-color: #d2dae1 !important;
  }
  .wsmenu-list > li > a {
    color: #162731;
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .wsmenu-list > li > a:hover {
    color: #6e757f !important;
    opacity: #f03443;
  }
  .wsmenu-list .wsmenu-arrow {
    color: #162731;
  }
  /*.tb-megamenu-subnav{border-top: 2px solid #e8e8e8;}*/
  .main-nav, .wsmenu-submenu li a, .wsmenu-submenu li:hover {
    background-color: #d2dae1 !important;
  }
  .wsmenu-list > li > a {
    padding: 10px;
  }
  .wsmenu-list > li > a:before, .wsmenu-list > li > a.active:before {
    display: none;
  }
  .wsmenu-list > li > a.active {
    color: #f03443 !important;
  }
  .wsmenu .wsmenu-list > li {
    margin: 0;
  }
  .link-list li:hover a, .link-list li:focus a, link-list li a:hover, .link-list li a:focus {
    background-color: transparent !important;
  }
  /* temporary:  if only 1 element topbar dropdown */
  .topbar .dropdown-toggle {
    height: 36px;
    padding: 7px;
    position: relative;
    right: 5px;
    top: 8px;
    width: 36px;
    border-radius: 50%;
    background-color: rgba(22, 39, 49, 0.25);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .topbar .dropdown-toggle.scrolled {
    opacity: 0;
  }
  .topbar .dropdown-toggle .caret {
    display: none;
  }
  .topbar .headerwp .pull-right a, .topbar.fixed .headerwp .pull-right a {
    color: white !important;
  }
  .topbar .dropdown-menu {
    top: 130%;
    left: -28%;
    background-color: white !important;
  }
  /* end/ temporary- topbar */
}

.no-drop {
  position: inherit;
  /* disable relative position dropdown drup. */
}

/* end/MENU  */
/* ======================================================================================
    DRUP. OVERRIDE 
   ====================================================================================== */
/* FORM  ------------------------------------- */
.upload div[role='alert'] {
  display: none;
}

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

/* CLASSES -------------------------------------  */
#block-classes-tabs .tab-content {
  padding-top: 40px;
}

@media only screen and (max-width: 1024px) {
  #block-classes-tabs .tab-content {
    padding-top: 0;
  }
}

#block-classes-tabs .tab-content .list-styled li i {
  font-size: 24px;
}

#block-classes-tabs .tab-content .list-styled li .zmdi {
  font-size: 24px;
}

/* LOGIN FORM  ------------------------------------- */
.user-login-form {
  /*background: #dfe4ea;
      margin: 40px auto 100px;*/
  background-color: transparent;
  margin: -66px auto 100px;
  padding: 40px;
  text-align: center;
  width: 50%;
  max-width: 500px;
  opacity: 1;
  border-radius: 15px;
}

.user-login-form input {
  padding: 10px;
}

@media only screen and (max-width: 800px) {
  .user-login-form {
    width: 60%;
  }
}

@media only screen and (max-width: 600px) {
  .user-login-form {
    width: 80%;
  }
}

@media only screen and (max-width: 400px) {
  .user-login-form {
    width: 96%;
  }
}

.user-login-form .form-item {
  padding: 10px;
}

/* LANG FLAG --------- */
.intl-tel-input .country-list .country {
  padding: 10px;
  color: #627995;
  font-family: "texgyreadventorregular", "Lato", "Arial", sans-serif;
}

.intl-tel-input .country-list .country.highlight {
  background-color: #dfe4ea;
}

/* end/FORM */
/* ADDTHIS widget */
@media only screen and (max-width: 1024px) {
  #block-sharethiswidget {
    margin-top: 50px;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  #block-views-block-home-slider-block-1 .item img {
    max-width: inherit;
    width: inherit;
  }
}

#webform-submission-contact-form .js-form-type-tel, #webform-submission-contact-form .intl-tel-input {
  width: 100%;
}

/* BROWSERS SPECIFIC =========================================================================== */
/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bottom-curve {
    background: transparent url("/themes/airbelgium/images/curve-white.png") no-repeat scroll center top/cover !important;
  }
  .newsletter-banner input[type=submit] {
    padding: 20.5px 18px !important;
  }
  [class^="col-"] .img-circle {
    padding: 0 !important;
    border: 4px solid lightgray !important;
  }
  #company .red-bg img {
    height: 205px;
    width: 270px;
  }
  .wpoints {
    display: block !important;
  }
}

.visually-hidden {
  display: none !important;
  visibility: hidden !important;
}

div.contextual-links-wrapper {
  z-index: 999;
}

#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 2500;
}

.overlay-element {
  z-index: 2501;
}

html.overlay-open .displace-top,
html.overlay-open .displace-bottom {
  z-index: 2600;
}

/* admin menu bar at the top */
#toolbar {
  z-index: 9999999;
}
