@import url(normalize.css);

@import url(foundation.min.css);

@import url(font-awesome.min.css);

@import url(common.css);

@import url(foundation_calendar.css);

@import url(jquery.fancybox.css);

@import url(slick.css);

@import "usefull.less";

:root {
  --primaryColor: #a31f36;

  --secondaryColor: #fff;

  --thirdColor: #671322;
}

/* input[name='trip_details']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
} */

input[name="trip_details"]:checked:after {
  width: 17px;
  height: 17px;
  border-radius: 15px;
  top: 17px;
  left: -1px;
  position: relative;
  background-color: var(--primaryColor);
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li > a {
  font-family: "Open Sans", sans-serif;

  font-weight: normal;
}

.trip-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.trip-details__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trip-details input {
  margin: 0;
  outline: none;
}

.category__img {
  position: relative;
}

.category__article-title {
  margin: 25px 0;
}

.category__article-title a {
  font-size: 20px;

  color: #333;

  font-weight: bold;
}

.plane-wrapper {
  margin: 50px 0 110px;
}

.sliderCaption {
  margin-bottom: 0;
}

[class*="block-grid-"] {
  text-align: center;
}

.alert-box {
  margin-left: auto;

  margin-right: auto;

  text-align: center;
}

.error > label > small {
  text-transform: none;
}

.top-bar-section .right li .dropdown {
  right: auto;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;

  color: #ffffff !important;

  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

.st_fblike_hcount {
  margin-right: 3px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;

  color: #666666 !important;

  background-color: transparent !important;
}

.top-bar-section {
  margin-top: 10px;
}

.top-bar-section .has-dropdown > a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.slider,
.slider img {
  width: 100%;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.non-responsive {
  width: 1200px;

  max-width: 1200px;

  min-width: 1200px;

  margin: 0 auto;
}

.row {
  max-width: 1200px;
}

.planes-category-page .site-header {
  background: var(--primaryColor);
}

[data-magellan-expedition="fixed"] {
  width: 1200px;

  max-width: 1200px;

  min-width: 1200px;

  margin: 0 auto;
}

.breadcrumbs {
  border: none;

  background: none;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: var(--primaryColor);
}

div.breadcrumb {
  max-width: 1200px;

  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;

  text-transform: capitalize;

  font-size: 1rem;
}

.captcha input {
  margin-top: 8px;
}

body {
  opacity: 0;
}

.site-header {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 100;

  width: 100%;

  padding: 0;

  background-color: transparent;

  -webkit-transition: 0.25s ease-out background-color;

  -o-transition: 0.25s ease-out background-color;

  transition: 0.25s ease-out background-color;
}

.site-header:hover,
.site-header--scroll {
  background-color: var(--primaryColor);
}

.site-header__con {
  max-width: 1750px;

  padding: 0 15px;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;

  left: 5px;
}

.top-bar {
  height: 110px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.top-bar-section {
  margin-top: 0;

  -webkit-box-flex: 1;

  -ms-flex: auto;

  flex: auto;
}

.top-bar .toggle-topbar.menu-icon {
  top: 11px; /* an to header exei upsos 65px diaforetika anaprosarmogi */

  left: auto;

  right: 0;

  margin-top: 0;

  width: 40px;

  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;

  margin-top: 0;
}

.site-header__languages ul {
  margin: 0;

  list-style-type: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;

  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

/* .innerpage main {

  padding-top: 280px;

} */

.row--padding,
.columns,
.column {
  padding-left: 15px;

  padding-right: 15px;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

#submitform {
  margin-top: 10px;

  font-family: "Open Sans", sans-serif;

  font-weight: 600 !important;

  background-color: var(--thirdColor);

  font-size: 15px;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.home-active li:first-of-type a {
  font-weight: 800;

  text-decoration: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

/* Plain header links */

.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 16px;

  color: #fff;

  background-color: transparent;

  position: relative;

  display: inline-block;
}

/* Links with after element */

/* .top-bar-section li:not(.has-form) a:not(.button)::after,

li.has-dropdown.not-click:not(:last-of-type)::after {

  position: absolute;

  top: 50%;

  right: 0;

  content: "";

  width: 6px;

  height: 6px;

  border-radius: 50%;

  margin-top: -3px;

  background-color: #fff;

}

.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {

  display: none;

} */

.article__gallery {
  text-align: left !important;
}

.article__gallery li img {
  width: 100%;
  max-width: 350px;

  -o-object-fit: cover;

  object-fit: cover;
}

/* Custom slideshow arrows */

.video {
  margin-bottom: -2px;
}

.video,
.slideshow {
  position: relative;
}

.video video {
  width: 100%;

  height: 100vh;

  -o-object-fit: cover;

  object-fit: cover;
}

.video__caption__wrapper,
.sliderContainer {
  position: absolute;

  left: 50%;

  width: 100%;

  max-width: 1500px;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  color: #fff;

  bottom: 135px;
}

.video__caption,
.sliderCaption {
  font-size: 48px;

  font-weight: 700;

  max-width: 740px;

  background: rgba(0, 0, 0, 0.7);

  padding: 40px 25px;

  color: #fff;
}

.video__caption > div,
.sliderCaption > div {
  font-size: 17px;

  margin-top: 40px;

  line-height: 1.5;

  font-weight: 600;
}

.slick-next,
.slick-prev {
  display: block;

  content: "";

  /* background-image: url(../img/arrow_right.png) !important; */

  width: 98px;

  height: 228px;

  background-size: contain;

  background-repeat: no-repeat;

  margin: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.slick-prev {
  /* background-image: url(../img/arrow_left.png) !important; */
}

.slick-next:before,
.slick-prev:before {
  content: "";
}

.section-wrapper {
  min-height: 100vh;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.about {
  background: url("../img/flight-request.jpg");

  background-position: bottom;
}

.about__container {
  max-width: 50%;

  background: rgba(0, 0, 0, 0.7);

  color: #fff;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.about__content {
  max-width: 730px;

  margin: auto;

  padding: 30px 15px;
}

.section-heading {
  font-size: 60px;

  font-weight: 700;

  color: #fff;

  display: inline-block;

  border-bottom: 3px solid;

  margin-bottom: 35px;
}

.demo1 {
  background: url("../img/fleet1.jpg");

  position: relative;

  background-attachment: fixed;
}

.demo1__container {
  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  max-width: 1750px;

  width: 100%;
}

.demo1__content {
  padding: 65px;

  max-width: 850px;

  background-color: rgba(255, 255, 255, 0.85);
}

.demo1__content p {
  color: #000;
}

.demo1 .section-heading,
.demo2 .section-heading,
.demo3 .section-heading,
.demo1 .about__link,
.demo2 .about__link,
.demo3 .about__link {
  color: var(--primaryColor);
}

.demo2 {
  background: url("../img/services.jpg");

  position: relative;

  background-attachment: fixed;
}

.demo3 {
  background: url("../img/our-company.jpg");

  position: relative;

  background-attachment: fixed;
}

.about__link {
  display: inline-block;

  font-size: 20px;

  border-bottom: 3px solid;

  padding: 5px 0;

  color: #fff;
}

.about__link:hover {
  color: var(--primaryColor);
}

.pos-r {
  margin-left: auto;

  margin-right: 0;
}

.pos-l {
  margin-right: auto;

  margin-left: 0;
}

.demo4 {
  background: #f1f1f1;
}

.demo4__img {
  max-width: 50%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.demo4__img img {
  -o-object-fit: cover;

  object-fit: cover;
}

.demo4__content {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  max-width: 50%;

  width: 100%;
}

.demo4__text {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  text-align: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  max-width: 800px;

  padding: 30px;
}

.demo4__text > img {
  margin-bottom: 65px;
}

.demo4__text p {
  color: #000;
}

.demo4__text .about__link {
  color: var(--primaryColor);

  margin-top: 25pkx;
}

.demo4__title {
  color: var(--primaryColor);

  border: 0;

  font-size: 54px;
}

.subsidaries {
  background: url("../img/flying-aircraft.jpg") no-repeat center;

  background-attachment: fixed;

  position: relative;
}

.subsidaries::before {
  background-color: #000000;

  opacity: 0.7;

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  content: "";
}

.subsidaries__container {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  text-align: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  max-width: 1750px;

  margin: auto;
}

.subsidaries__title {
  color: #fff;

  font-size: 55px;

  font-weight: 700;

  width: 100%;

  border-bottom: 1px solid;

  padding-bottom: 45px;
}

.subsidaries__title span {
  display: block;

  font-size: 22px;

  position: relative;

  top: 14px;
}

.subsidaries__list {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  list-style: none;

  margin: 0;
}

.subsidaries__list li {
  padding: 0;

  -webkit-box-flex: 1;

  -ms-flex: 1 1 12.5%;

  flex: 1 1 12.5%;

  padding: 15px;
}

.subsidaries__list img {
  -webkit-transition: 0.25s ease-out transform;

  -o-transition: 0.25s ease-out transform;

  transition: 0.25s ease-out transform;
}

.subsidaries__list img:hover {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);
}

.the-board__members li {
	min-height: 590px;
}

/* No Dropdown Arrow */

.top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}

.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: #fff;

  background: transparent;
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #fff;

  background-color: #222;
}

/* ------- HERO ------- */

.slick-slider {
  margin-bottom: 0;
}

/* ------- ABOUT ------- */

/* ------- STATIC PAGE ------- */

.static-page__title {
  text-align: center;

  display: block;

  border-bottom: 0;

  color: var(--primaryColor);

  margin-top: 220px;
}

.article__container .static-page__title {
  margin-top: 0;
}

.planes-category-page .category__article-title {
  margin-top: -20px;
}

.planes-category-page main ul {
  margin: 0;
  margin-bottom: 100px;
  padding: 0 5px;
}

.plane-border {
  border: 1px solid #8b8e8f;
}

.static-page__content {
  position: relative;

  margin: 50px 0 110px;
}

.static-page__content p {
  line-height: 30px;
}

/* ------- CATEGORY PAGE ------- */

/* ------- FOOTER ------- */

.site-footer {
  color: #fff;

  background-color: var(--primaryColor);

  padding: 45px 15px 90px;
}

.site-footer__content {
  /* max-width: 1720px; */
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.site-footer__copyrights {
  max-width: 1720px;
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__copyrights .developed {
  margin: 0;
}

.site-footer__copyrights p {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.site-footer__content .site-footer__copyrights,
.site-footer__contact,
.site-footer__content .site-footer__info {
  -webkit-box-flex: 1;

  -ms-flex: 1 1 33.3333%;

  flex: 1 1 33.3333%;
}

.site-footer__copyrights,
.site-footer__copyrights a,
.site-footer__copyrights p {
  font-size: 14px;

  color: #fff;
}

.site-footer__copyrights > a {
  display: inline-block;
}

.site-footer__logo {
  -webkit-box-flex: 0;

  -ms-flex: 0 1 33.3333%;

  flex: 0 1 33.3333%;
}

.site-footer__info,
.site-footer__contact {
  line-height: 1.95;
  font-size: 14px;
}

.site-footer__sep {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eee;
}

.site-footer__pages {
  margin-top: 50px;
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;

  -webkit-box-flex: 1;

  -ms-flex: 1 1 40%;

  flex: 1 1 40%;
}

.site-footer__pages ul {
  margin: 0;

  padding: 0;

  list-style-type: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.site-footer__pages li a {
  font-size: 15px;

  font-weight: 600;

  padding: 15px;

  display: inline-block;

  color: #fff;
  position: relative;
}

.site-footer__pages li:not(:last-of-type) a::after {
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  height: 25px;
  background: #f4f4f4;
  content: "";
}

.developed {
  margin-top: 50px;

  display: inline-block;
}

.page-bod {
  background: #ececec;

  padding-bottom: 50px;
}

.page-bod h2,
.page-moto {
  color: #333;

  font-size: 36px;

  font-weight: 700;

  padding-top: 100px;

  margin-bottom: 5px;

  line-height: 1.4;
}

.page-moto {
  margin-top: -100px;

  margin-bottom: 20px;
}

.page-bod h3 {
  color: #222;

  font-size: 36px;

  font-weight: 500;

  margin-bottom: 55px;

  padding-bottom: 30px;

  position: relative;
}

.page-bod h3::after {
  position: absolute;

  bottom: 0;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 165px;

  height: 3px;

  background: var(--primaryColor);

  content: "";
}

.page-bod .static-page__content p:first-of-type {
  margin-bottom: 200px;
}

.page-bod .static-page__content {
  margin-top: 100px;

  padding: 0 15px;
}

.page-bod .static-page__content > * {
  position: relative;
}

.page-bod .static-page__content::before {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: "";

  background: url(../img/board-of-directors-bg.png) no-repeat;

  background-position: center top;
}

.the-board__members li {
  text-align: center;

  padding: 0 15px;

  margin-bottom: 50px;
}

.tb__wrapper {
  max-width: 365px;

  margin: auto;

  background: #fff;

  padding: 30px 10px 0;
}

.tb__member-title {
  color: #000000;

  font-size: 28px;

  font-weight: 500;

  margin-top: 25px;

  margin-bottom: 0;
}

.tb__member-attr {
  color: #000000;

  font-size: 19px;

  font-weight: 300;

  margin-bottom: 24px;

  min-height: 66px;
}

/* .tb__member-status {

  color: #000;

  font-size: 24px;

  font-weight: 500;

  margin-bottom: 35px;

  line-height: 1.2;

} */

.tb__wrapper {
	    display: flex;
    flex-direction: column;
	min-height: 590px;
}

.tb__more {
  display: block;

  background: #000;

  color: #fff;

  font-size: 25px;

  padding: 30px 15px;

  -webkit-transition: 0.25s ease-out color;

  -o-transition: 0.25s ease-out color;

  transition: 0.25s ease-out color;

  margin: 0 -10px;
	    margin-top: auto;
    display: block;
}

.tb__more:hover {
  color: var(--primaryColor);
}

.flight-request {
  position: fixed;

  bottom: 40px;

  right: -115px;

  text-align: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  border-top-left-radius: 25px;

  border-bottom-left-radius: 25px;

  -webkit-transition: 0.3s ease-out background, 0.3s ease-out right;

  -o-transition: 0.3s ease-out background, 0.3s ease-out right;

  transition: 0.3s ease-out background, 0.3s ease-out right;
}

.flight-request a:first-of-type {
  width: 55px;

  height: 55px;

  border-radius: 50%;

  background: #a31f36;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin: auto;

  border: 4px solid #fff;

  -webkit-box-shadow: 0 0 8px 3px rgb(0 0 0 / 20%);

  box-shadow: 0 0 8px 3px rgb(0 0 0 / 20%);
}

.flight-request:hover {
  background: #fff;

  right: 0;
}

.flight-request:hover a:last-of-type {
  opacity: 1;

  height: 55px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.flight-request img {
  -webkit-filter: invert(1);

  filter: invert(1);
}

.flight-request a:last-of-type {
  padding: 0 15px;

  display: inline-block;

  color: var(--primaryColor);

  font-weight: 600;

  opacity: 0;

  line-height: 1.25;

  -webkit-transition: 0.3s ease-out width, opacity 0.3s ease-out 0.2s;

  -o-transition: 0.3s ease-out width, opacity 0.3s ease-out 0.2s;

  transition: 0.3s ease-out width, opacity 0.3s ease-out 0.2s;

  font-weight: bold;

  letter-spacing: -0.5px;
}

.bod-member-header {
  padding-left: 70px;
}

.bod-member-title {
  color: #000000;

  font-size: 36px;

  font-weight: 700;

  margin-bottom: 8px;
}

.bod-member-status {
  color: #000000;

  font-size: 24px;

  font-weight: 700;
}

.bod-member-wrapper {
  background: #ececec;

  padding-top: 70px;

  padding-bottom: 70px;
}

.employees {
  padding-top: 180px;
}

.employees__list {
  max-width: 1200px;
  margin: auto;
  text-align: left;
  list-style: none;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.employees__list li {
  max-width: 365px;
  width: 100%;
}

.bod-member-body {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  background: #fff;

  padding: 60px 15px;

  padding-bottom: 60px;
}

.bod-member-text {
  background: var(--thirdColor);

  color: #fff;

  padding: 70px 15px 50px;

  margin-top: 70px;
}

.bod-member-cv {
  max-width: 1000px;

  margin: auto;
}

#pickHour,
#pickHour1a,
#pickHour2,
#pickHour3,
#pickHour4,
#pickHour5,
#pickHour6,
#pickHour7,
#pickHour8,
#pickHour9,
#pickHour10 {
  margin-right: 10px;
}

#pickHour,
#pickHour1a,
#pickHour2,
#pickHour3,
#pickHour4,
#pickHour5,
#pickHour6,
#pickHour7,
#pickHour8,
#pickHour9,
#pickHour10,
#pickMinutes,
#pickMinutes1a,
#pickMinutes2,
#pickMinutes3,
#pickMinutes4,
#pickMinutes5,
#pickMinutes6,
#pickMinutes7,
#pickMinutes8,
#pickMinutes9,
#pickMinutes10 {
  width: 130px;
}

#addDestField {
  background: var(--primaryColor);
}

.timepicker small.error {
  position: absolute;
}

.timepicker {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.field-group-header {
  font-weight: bold;

  padding-left: 15px;

  font-size: 18px;
}

.flight-req-form {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.flight-req-form label {
  color: #777;

  font-weight: bold;
}

#addDestField {
  display: none;
}

.flight-req-form input,
.flight-req-form select {
  height: 50px;
}

.page-tr > .row:first-of-type {
  max-width: 100%;

  padding: 0;
}

.static-page__side-image {
  float: left;

  width: 50%;
}

.page-tr .static-page__content {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.static-page__side-image {
  -webkit-box-flex: 1;

  -ms-flex: 1 1 50%;

  flex: 1 1 50%;
}

.static-page__text {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-flex: 1;

  -ms-flex: 1 1 50%;

  flex: 1 1 50%;

  padding: 0 15px;
}

.static-page__text p {
  max-width: 780px;

  margin: auto;
}

.static-page__img {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .sliderCaption {
    font-size: 40px;

    max-width: 600px;

    padding: 30px 25px;
  }

  .pos-l {
    margin-left: auto;
  }

  .pos-r {
    margin-right: auto;
  }

  .about__container {
    max-width: 100%;
  }

  .demo4.section-wrapper {
    min-height: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;
  }

  .demo4__text,
  .demo4__content,
  .demo4__img {
    max-width: 100%;
  }

  .demo4__content {
    padding: 50px 0;
  }

  .demo4__img img {
    max-height: 566px;

    width: 100%;
  }

  .site-footer__content {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    text-align: center;
  }

  .site-footer {
    padding: 90px 15px;
  }

  .site-footer__content {
    padding: 0;
  }
}

@media screen and (max-width: 800px) {
  .site-footer__content {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    text-align: center;
  }

  .bod-member-body {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }

  .bod-member-header {
    padding-left: 0;

    margin-top: 20px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1140px) {
  .top-bar {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    height: auto;
  }

  .site-footer__pages li a {
    padding: 10px;
  }

  .site-footer__pages ul {
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    text-align: center;

    width: 100%;
  }

  ul.title-area {
    padding: 12px 0;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 15px;
  }

  .top-bar-section .has-dropdown > a {
    padding-right: 12px !important;
  }

  .site-header__con {
    padding: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 900px) {
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 10px;

    font-size: 14px;
  }

  .top-bar-section .has-dropdown > a {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 800px) {
  .slick-slide img {
    height: 80vh;

    max-height: 500px;

    -o-object-fit: cover;

    object-fit: cover;
  }

  .subsidaries {
    background-attachment: initial;
  }
}

@media screen and (max-width: 640px) {
  .subsidaries {
    background-size: cover;
    padding: 0 15px;
    background-attachment: unset;
  }

  .demo1,
  .demo2,
  .demo3,
  .about {
    background-size: 205%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: unset;
  }
  .demo1.section-wrapper,
  .demo2.section-wrapper,
  .demo3.section-wrapper,
  .subsidaries.section-wrapper,
  .about.section-wrapper {
    min-height: 65vh;
  }

  .demo1__content {
    background-color: rgba(255, 255, 255, 0.79);
  }
  .fancybox-wrap {
    position: fixed !important;

    top: 50% !important;

    left: 0 !important;

    width: 100% !important;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
  }

  .fancybox-opened .fancybox-skin {
    position: relative;

    background: transparent;

    padding: 0 !important;
  }

  .fancybox-outer,
  .fancybox-inner {
    width: 100% !important;

    height: 100% !important;
  }

  .fancybox-image {
    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;
  }

  .fancybox-close {
    top: 15px;

    right: 10px;
  }

  .site-header {
    background-color: var(--primaryColor);
  }

  .slideshow,
  .static-page__img {
    padding-top: 75px;
  }

  .video__caption > div {
    font-size: 15px;

    line-height: 1.55;

    font-weight: 400;
  }

  .flight-request {
    bottom: 15px;

    right: 15px;
  }

  .section-heading {
    font-size: 36px;
  }

  .video__caption {
    font-size: 36px;

    line-height: 1.2;

    padding: 40px 15px;
  }

  .demo1__content {
    padding: 65px 15px;
  }

  .sliderCaption {
    font-size: 28px;

    padding: 25px;

    text-align: center;
  }

  .about__link {
    font-size: 18px;
  }

  .sliderContainer {
    bottom: 50px;
  }

  .video__caption__wrapper {
    bottom: 75px;
  }

  .site-footer__pages ul {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    width: 100%;
  }

  .site-footer__pages li a {
    padding: 10px;
  }

  .st_linkedin_hcount {
    display: none;
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;

    margin-top: 9px;

    width: 40px;

    padding: 0;
  }

  .top-bar .toggle-topbar.menu-icon a img {
    -webkit-filter: invert(1);

    filter: invert(1);
  }

  .top-bar .toggle-topbar.menu-icon a::after {
    -webkit-box-shadow: 0 5px 0 2px #fff, 0 15px 0 2px #fff, 0 25px 0 2px #fff;

    box-shadow: 0 5px 0 2px #fff, 0 15px 0 2px #fff, 0 25px 0 2px #fff;

    width: 40px;

    display: none;
  }

  .top-bar.expanded .title-area {
    background: transparent;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }

  .top-bar {
    height: 75px;

    display: block;
  }

  .top-bar .title-area {
    padding: 12px 0;
  }

  ul.dropdown {
    background: transparent !important;
  }

  .site-footer {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }

  .site-footer__logo {
    margin-top: 50px;
  }

  .site-footer__info {
    margin-top: 50px;

    line-height: 2;
  }
}

@media screen and (max-width: 480px) {
  .slick-slide img {
    max-height: 300px;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .fancybox-wrap {
    position: fixed !important;

    top: 0 !important;

    left: 0 !important;

    right: 0;

    bottom: 0;

    height: auto !important;

    width: 100% !important;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .fancybox-opened .fancybox-skin {
    position: relative;

    background: transparent;

    padding: 0 !important;

    width: 100% !important;

    height: 100% !important;
  }

  .fancybox-outer,
  .fancybox-inner {
    width: 100% !important;

    height: 100% !important;
  }

  .fancybox-image {
    width: 100%;

    height: 100vh;

    -o-object-fit: cover;

    object-fit: cover;
  }

  .fancybox-close {
    top: 20px;

    right: 10px;
  }
}

.private-flights table {
  width: 100%;
  border: none;
}

.private-flights table tr.even,
.private-flights table tr.alt,
.private-flights table tr:nth-of-type(even) {
  background: none;
}

.private-flights table td {
  text-align: center;
  padding: 20px;
  line-height: 1.4;
}

.private-flights table td strong,
.private-flights table td b {
  font-weight: 700;
  color: #a31f36;
  font-size: 17px;
}

.private-flights table td a {
  color: #fff;
  background: #a31f36;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 5px;
  line-height: 1;
  background: #a31f36 !important;
}

.private-flights table td h5 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #a31f36;
}

.empty-flights {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 50px;
}

.empty-flights .flight {
  width: 33.333%;
  text-align: center;
}

.empty-flights p strong {
  font-weight: 700;
  color: #a31f36;
  font-size: 17px;
}

.empty-flights p {
  margin-bottom: 0;
}

.empty-flights a {
  color: #fff;
  background: #a31f36;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 5px;
  line-height: 1;
  background: #a31f36 !important;
}

.static-page__content table tr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.static-page__content tbody tr td {
  width: 33.333%;
  display: block;
}

.top-bar-section .right li .dropdown {
left: -4rem;
}

@media screen and (max-width: 1024px) {
  .static-page__content tbody tr td {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .private-flights table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .static-page__content tbody tr td {
    width: 100%;
  }
	
	.top-bar-section .right li .dropdown {
	left: 100%;
	}
}

