* {
  box-sizing: border-box;
}

html {
    /*height:100%;*/
}

body {
    /*height:100%;*/
    font-family: 'Arima Madurai', cursive, serif;
    font-size: 12pt;
    margin: 0;
    text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, .p, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Arima Madurai', cursive, serif;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

a {
    color: #000000;
}

img {
    max-width: none;
}

.cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 10000;
}

.background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)),  url('/images/bg.png') repeat 0 0;
    background-size: cover;
    z-index: -1000;
}

.fill {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1366px;
    height: 100%;
    transform: translate(-50%, 0);
    background-color: #06305c;
    opacity: 0.8;
    z-index: -999;
}

.message {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 25px;
    z-index: 10000;
    cursor: pointer;
    display: none;
}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2000;
    background-color: rgba(255,255,255,0.8);
    display: none;
}

.modal {
    position: fixed;
    width: 400px;
    color: #ffffff;
    background-color: #06305c;
    border: 2px solid #ffffff;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2001;
    text-align: center;
    display: none;
}

.grid-padding-x > .cell {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.input-group {
    margin-bottom: 0 !important;
}

tbody, tfoot, thead, tbody tr:nth-child(2n) {
    background-color: inherit;
    border: none;
}

.page {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: auto;
    /*border-left: 1px solid #06305c;
    border-right: 1px solid #06305c;*/
}

.top-bar {
    background-color: rgba(255,255,255,0); /*#1a94f3; /* #80c8ff; #B0C4DE; #FFCC00;*/
}

.top-bar-left {
    background-color: rgba(255,255,255,0); /*#1a94f3; /* #80c8ff; #B0C4DE; #FFCC00;*/
}

.top-bar-right {
    background-color: rgba(255,255,255,0); /*#1a94f3; /* #80c8ff; #B0C4DE; #FFCC00;*/
}

.top-bar ul {
    background-color: rgba(255,255,255,0); /*#1a94f3; /* #80c8ff; #B0C4DE; #FFCC00;*/
}

.title-bar {
    margin: 0;
    padding: 0;
    background-color: rgba(255,255,255,0); /*#1a94f3; /* #80c8ff; #B0C4DE; #FFCC00;*/
}

.title-bar > .header-menu {
    text-align: right;
    padding-right: 80px;
    margin-top: 15px;
}

.title-bar-title {
    color: #000000;
    cursor: pointer;
}

.title-bar-title:hover {
    color: #cacaca;
}

.menu-small {
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    width: 100%;
    max-width: 1366px;
    background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)),  url('/images/bg.png') repeat 0 0;
    background-size: cover;
    display: none;
    z-index: 999;
    overflow-y: auto;
}

.popup-menu {
    width: 50%;
    margin: auto;
}

.menu-small-scroll {
    top: 60px !important;
}

.menu-icon {
    color: #000000;
}

.menu-icon::after {
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    max-width: 100%;
    background-color: rgba(255,255,255,0.9); /*#1a94f3; /* #80c8ff; #B0C4DE; #FFCC00;*/
    z-index: 1000;
}

.header-inner {
    margin: auto;
    width: 100%;
    max-width: 1366px;
}

.header-scroll {
    height: 60px !important;
    /*background-color: rgba(255,255,255,1) !important;*/
}

.box-shadow:after {
    content:"";
    position:absolute;
    left: 4px;
    width: calc(100% - 8px);
    bottom:1px;
    z-index:-1;
    box-shadow: 0px 0px 8px 2px #000000;
}

.header-logo-container {
    width: 200px;
    text-align: center;
    float: left;
}

.header-logo {
    height: 100px;
    padding-left: 80px;
    padding-top: 10px;
    float: left;
}

.header-menu {
    width: calc(100% - 200px);
    margin-top: 45px;
    padding-right: 80px;
    text-align: right;
    float: right;
    font-family: 'Courgette', serif;
}

.header-logo-scroll {
    height: 50px !important;
    padding-top: 0 !important;
    padding-left: 120px !important;
}

.header-menu-scroll {
    margin-top: 12px !important;
}

.header-menu-item {
    color: #000000;
    font-size: 16pt;
    padding: 10px;
    text-decoration: none;
}

.header-menu-item:hover, .active {
    color: #00336c;
    cursor: pointer;
}

.content-background {
    position: fixed;
    top: 0;
    bottom: 50px;
    width: 100%;
    max-width: 1366px;
    opacity: 0.5;
    overflow-x: hidden;
    overflow-y: hidden;
}

.content-background-active {
    opacity: 1 !important;
}

/*
.content-background-video {
    position: absolute;
    top: 0;
    left: -1000px;
    width: calc(100% + 2000px);
}
*/

.content-background-video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1366px;
}

.content-background-title {
    position: relative;
    margin-top: 320px;
    color: #06305c;
    text-shadow: #FFFFFF 0px 0px 4px;
    font-size: 26pt;
    width: inherit;
    max-width: inherit;
    text-align: center;
    z-index: 2;
}

.content {
    position: relative;
    margin-top: 120px;
    margin-bottom: 50px;
    width: inherit;
    max-width: inherit;
    z-index: 2;
    background-color: none;
}

.margins {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
}

.content-section {
    text-align: center;
    background-color: #ffffff;
}

.content-title {
    font-size: 22pt;
    color: #00336c;
}

.content-text {
    font-size: 12pt;
    color: #000000;
}

.content-scroll-top {
    margin-top: 50px !important;
}

.content-scroll-top-2 {
    margin-top: 186px !important;
}

.content-scroll-bottom {
    margin-bottom: 100px !important;
}

.contact-container {
    position: relative;
    width: inherit;
    max-width: inherit;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Courgette', serif;
}

.contact-container-search {
    margin-top: 105px !important;
}

.contact-container-item {
    display: inline-block;
    width: 90%;
    margin: auto;
}

.contact-image {
    float: left;
    height: 100px;
}

.contact-text {
    float: left;
    padding-top: 20px;
    text-align: left;
}

.contact-text-title {
    font-size: 18pt;
    color: #00336c;
}

.contact-text-details {
    font-size: 14pt;
    color: #000000;
    margin-top: 10px;
}

input {
    text-align: center;
}

.date {
    cursor: pointer;
}

.quote-container {
    position: relative;
    max-height: 63px;
    background-color: #06305c;
    border: 1px #ffffff solid;
    border-radius: 25px;
    padding: 10px;
    margin: auto;
    margin-top: 200px;
    width: calc(100% - 20px);
    color: #ffffff;
    text-align: center;
    opacity: 0.9;
    z-index: 2002;
}

.quote-container-search {
    margin-top: 150px !important;
    max-height: none !important;
}

.airports-container {
    position: absolute;
    top: 36px;
    left: 82px;
    display: none;
}

.airports {
    list-style: none;
    background-color: #06305c;
    border: 1px #ffffff solid;
    width: 550px;
    text-align: left;
    margin: 0;
    padding: 2px;
}

.airport {
    cursor: pointer;
}

.airport-selected {
    background-color: #013c7a;
}

.planes-container {
    width: 100%;
    max-width: inherit;
    margin: auto;
    display: none;
}

#planes {
    border-collapse: collapse;
    width: 100%;
    max-width: inherit;
}

#planes td, #planes th {
    padding: 20px 8px 20px 8px;
    border-bottom: 1px solid #ffffff;
}

/*#planes tr:nth-child(even) {
    background-color: #f2f2f2;
}*/

#planes tr:hover {
    background-color: #013c7a;
}

#planes th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

.plane-thumbnail {
    width: 235px;
}

.plane-times {
    margin: auto;
}

.plane-times td {
    padding: 2px !important;
    border-bottom: 0px solid #ffffff !important;
}

.home-image-section {
    padding-left: 0;
    padding-right: 0;
    background-color: white;
    text-align: center;
    margin: auto;
}

.home-image-container {
    position: relative;
    width: 50%;
    height: 300px;
    float: left;
    background-color: white;
    overflow-x: hidden;
    overflow-y: hidden;
}

.home-image {
    /*position: absolute;
    width: 100%;
    top: 0;
    left: 0;*/
    opacity: 1;
    width: 100%;
}

.home-image:hover {
    /*width: calc(100% + 50px);
    left: -25px;
    top: -25px;*/
    opacity: 0.5;
}

.home-image-title {
    position: absolute;
    color: #06305c;
    text-shadow: #FFFFFF 0px 0px 4px;
    font-size: 24pt;
    top: 130px;
    left: 0; 
    right: 0; 
    margin: auto;
    pointer-events: none;
    z-index: 2;
}

.charter-menu-fixed {
    position: fixed;
    top: 0px;
    left: 0;
    height: 106px;
}

.charter-image-section-outer {
    width: 100%;
    background-color: white;
    text-align: center;
}

.charter-image-section {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    border-top: 3px solid #ffffff;
}

.charter-image-container {
    position: relative;
    width: 206px;
    height: 100px;
    display: inline-block;
    background-color: white;
    overflow-x: hidden;
    overflow-y: hidden;
}

.charter-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    cursor: pointer;
}

.charter-image-active {
    /*width: calc(100% + 50px) !important;
    left: -25px !important;
    top: -25px !important;*/
    opacity: 1 !important;
}

.charter-image:hover {
    /*width: calc(100% + 50px);
    left: -25px;
    top: -25px;*/
    opacity: 1;
}

.charter-image-title {
    position: absolute;
    color: #06305c;
    text-shadow: #FFFFFF 0px 0px 4px;
    font-size: 18pt;
    top: 35px;
    left: 0; 
    right: 0; 
    margin: auto;
    pointer-events: none;
    z-index: 2;
}

.charter-image-title-active {
    /*text-shadow: 2px 2px #06305c;*/
}

.footer-spacer {
    height: 52px;
}

.footer-spacer-scroll {
    height: 100px !important;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    color: #ffffff;
    background-color: #06305c;
    text-align: center;
    z-index: 1000;
}

.footer-inner {
    margin: auto;
    width: 100%;
    max-width: 1366px;
}

.footer-scroll {
    height: 100px;
}

.footer-content {
    float: left;
    width: 0%;
    padding-top: 6px;
    font-size: 10pt;
}

.footer-copyright {
    width: 100%;
    padding-top: 55px;
    font-size: 10pt;
}

.footer > div > div > a {
    color: #ffffff;
}

.sponsor-container {
    float: left;
    text-align: left;
    width: 49%;
    margin-top: 5px;
    padding-left: 10px;    
}

.social-container {
    float: right;
    text-align: right;
    width: 51%;
    margin-top: 5px;
    padding-right: 10px;    
}

.social-icon {
    width: 40px;
}

.aircraft-details tr td {
    border-top: 1px solid #000000;
    width: 30%;
}
.aircraft-details tr:last-child td {
    border-bottom: 1px solid #000000;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

#privacy-cookie {
    border-collapse: collapse;
    width: 100%;
}

#privacy-cookie td, #privacy-cookie th {
    padding: 20px 8px 20px 8px;
    border-bottom: 1px solid #ffffff;
}

#privacy-cookie th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #013c7a;
    color: white;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Slideshow container */
.slide-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.overview-slides {
  display: none;
}

/* Next & previous buttons */
.slide-prev, .slide-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slide-prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.slide-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slide-prev:hover, .slide-next:hover {
  background-color: rgba(0,0,0,0.8);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50px;
    width: 50%;
    transform: translate(0, -50%);
}

/* Caption title */
.slide-title {
  color: #f2f2f2;
  font-size: 3vw;
  padding: 8px 12px;
  text-align: left;
}

/* Caption text */
.slide-text {
  color: #f2f2f2;
  font-size: 2vw;
  padding: 8px 12px;
  text-align: left;
}

/* Caption link */
.slide-link {
  color: #f2f2f2;
  font-size: 2vw;
  padding: 8px 12px;
  text-align: left;
}

/* Number text (1/3 etc) */
.slide-number-text {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.slide-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes slide-fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes slide-fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media screen and (min-width: 40em) {
    .footer-content {
        width: 33%;
    }

    .sponsor-container {
        width: 34%;  
    }

    .social-container {
        width: 33%;  
    }
    
    #av8-fleet-panel-image {
        background: url('/images/av8-fleet/av8-fleet.jpg') no-repeat 0 0;
    }
    
    #av8-fleet-panel-image-1 {
        background: url('/images/av8-fleet/av8-fleet-1.png') no-repeat 0 0;
    }
    
    #av8-fleet-panel-image-2 {
        background: url('/images/av8-fleet/av8-fleet-2.png') no-repeat 0 0;
    }
    
    #av8-fleet-panel-image-3 {
        background: url('/images/av8-fleet/av8-fleet-3.png') no-repeat 0 0;
    }
    
    #av8-fleet-panel-image-4 {
        background: url('/images/av8-fleet/av8-fleet-4.png') no-repeat 0 0;
    }
    
    #av8-fleet-panel-image-5 {
        background: url('/images/av8-fleet/av8-fleet-5.png') no-repeat 0 0;
    }
}

@media screen and (max-width: 39.9375em) and (orientation: portrait) {
    #slideshow {
        display: none;
    }
}

@media screen and (max-width: 39.9375em) {
    .header-logo {
        padding-left: 20px;
    }

    .header-logo-scroll {
        padding-left: 60px !important;
    }

    .title-bar > .header-menu {
        padding-right: 20px;
    }
    
    .popup-menu {
        width: 90%;
    }
    
    .quote-container {
        min-height: 268px;
    }

    .input-group-label {
        width: 120px;
    }
    
    .contact-content {
        width: 330px !important; 
    }
    
    #av8-fleet-panel-image {
        background: url('/images/av8-fleet/av8-fleet-small.jpg') no-repeat 0 0;
    }
    
    #av8-fleet-panel-image-1 {
        background: url('/images/av8-fleet/av8-fleet-small-1.png') no-repeat 0 0;
    }
    
    #av8-fleet-panel-image-2 {
        background: url('/images/av8-fleet/av8-fleet-small-2.png') no-repeat 0 0;
    }
    
    #av8-fleet-panel-image-3 {
        background: url('/images/av8-fleet/av8-fleet-small-3.png') no-repeat 0 0;
    }

    #av8-fleet-panel-image-4 {
        background: url('/images/av8-fleet/av8-fleet-small-4.png') no-repeat 0 0;
    }

    #av8-fleet-panel-image-5 {
        background: url('/images/av8-fleet/av8-fleet-small-5.png') no-repeat 0 0;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .quote-container {
        min-height: 145px;
    }

    .input-group-label {
        width: 120px;
    }
}

@media screen and (min-width: 64em) {
    .menu-small {
        display: none !important;
    }
    
    .quote-container {
        max-height: 63px;
    }
    
    .slide-title {
        font-size: 26pt;
    }

    .slide-text {
        font-size: 20pt;
    }

    .slide-link {
        font-size: 18pt;
    }
}