/**Section Move CSS**/
.sectionmove-buttons {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 99;
}
.overlay-open .sectionmove-buttons {
  z-index: 2;
}
.sectionmove-buttons a {
  background-color: #f0eaec;
  padding: 10px 12px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  max-width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s;
  white-space: nowrap;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.3);
}
.sectionmove-buttons a:first-child {
  border-radius: 0 3px 0 0;
}
.sectionmove-buttons a:last-child {
  border-radius: 0 0px 3px 0;
}
.sectionmove-buttons a:hover {
  max-width: 200px;
  transition: all 0.5s;
  background-color: #1d252d;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
.sectionmove-buttons a .section-control-icon {
}
.sectionmove-buttons a .section-txt {
  margin-left: 18px;
  color: #2e1a47;
  font-weight: 600;
}

.sectionmove-buttons a.active {
  background-color: #1d252d;
}
.sectionmove-buttons a:hover .section-txt,
.sectionmove-buttons a.active .section-txt {
  color: #ffffff;
}
.sectionmove-buttons a:hover svg,
.sectionmove-buttons a:hover svg path {
  fill: #ffffff;
}
.sectionmove-buttons a:hover svg g {
  stroke: #ffffff;
}

.sectionmove-buttons a.active svg,
.sectionmove-buttons a.active svg path {
  fill: #ffffff;
}
.sectionmove-buttons a.active svg g {
  stroke: #ffffff;
}

@media (max-width: 1199px) {
  .sectionmove-buttons {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    flex: 1;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #ffffff;
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.3);
  }
  .sectionmove-buttons a {
    max-width: none;
    width: 25%;
    height: 50px;
    text-align: center;
    justify-content: center;
    box-shadow: none;
    border-right: 1px solid #ffffff;
    background: #ffffff;
  }
  .sectionmove-buttons a .section-control-icon svg {
    width: 21px;
    min-height: 19px;
  }
  .sectionmove-buttons a:first-child,
  .sectionmove-buttons a:last-child,
  .sectionmove-buttons a {
    border-radius: 0px;
  }
  .sectionmove-buttons .section-txt {
    display: none;
  }
  .sectionmove-buttons a:last-child {
    border: none;
  }
  body {
    padding-bottom: 50px;
  }
}
.v-none {
  height: 0px;
  max-width: 0px;
  width: 0px;
  margin-left: -100%;
}
.fp-enabled #header {
  position: fixed;
  top: 40px;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-scroll-content #homeFlights .section-cover,
  .section-scroll-content #homeWheretopark .section-cover,
  .section-scroll-content #homeServices .section-cover,
  .section-scroll-content #homeLounge .section-cover,
  .section-scroll-content #attheAirport .section-cover,
  .section-scroll-content #homeEvents .section-cover {
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    align-items: center;
  }
  .section-scroll-content section {
    width: 100%;
  }
  .section-scroll-content .flight-tabbg {
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .section-scroll-content .flights-table {
    margin-top: -90px;
  }
  .section-scroll-content .flight-tabbg {
    min-height: 450px;
  }
  .section-scroll-content .flights-table .flight-table-list {
    margin-bottom: 8px;
    padding: 11px 20px 11px 20px;
  }
  .section-scroll-content .lounge-slider.slick-initialized .slick-slide {
    min-height: 430px;
  }
  .section-scroll-content .lounge-section .lounge-view {
    top: 47px;
  }
  .section-scroll-content
    .lounge-slider
    .slick-current.showactive
    .lounge-view
    .image-box
    img {
    max-height: 348px;
  }
  .section-scroll-content .lounge-slider .lounge-view .image-box img {
    max-height: 260px;
  }
  .section-scroll-content .slider-content-inner {
    min-height: 260px;
    padding: 15px 40px;
  }
  .section-scroll-content .slider-content-inner .cms-text {
    line-height: 23px;
  }
  .section-scroll-content .slider-content-inner .hd-type3 span {
    margin-bottom: 0px;
  }
  .section-scroll-content .lounge-section .cms-text {
    margin-bottom: 13px;
  }
  .section-scroll-content .lounge-section .slider-section {
    align-items: center;
  }
  .section-scroll-content .slider-content {
    margin-top: -55px;
  }
}
.section-scroll-content {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.section-scroll-content #homeFlights {
  background-image: url("../images/plan-your-trip-background.png");
  background-repeat: no-repeat;
  background-position: center 157px;
  /*background-size:cover;*/
  background-color: #ece7e9;
}
.section-scroll-content .flights-section {
  padding-bottom: 0px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 157px,
    rgba(255, 255, 255, 0) 160px,
    rgba(255, 255, 255, 0) 100%
  );
}
.section-scroll-content .flight-tabbg {
  background: none;
}
@media (max-width: 992px) {
  .section-scroll-content #homeFlights {
    background: none;
  }
  .section-scroll-content .flights-section {
    background: linear-gradient(
      to bottom,
      #ece7e9 0%,
      #ece7e9 182px,
      #ece7e9 185px,
      #ece7e9 100%
    );
  }
}
@media (max-width: 979px) {
  .map-search-field {
    padding-left: 70px;
  }
}
