<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ### GENERAL ###  */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Open Sans;
}

select option:disabled {
    color: #EEE;
}

h1,
h2,
p {
	margin: 0 0 20px 0;
}

table.plain tr:nth-child(even) {
   background: none
}
table.plain tr:hover td {
   background: none
}
table.plain input {
    border: 2px solid #ddd;
    padding: 6px
}
table.plain select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
}
table {
    border-collapse: collapse
}
th, td {
   padding: 3px 6px 6px 6px;
   text-align: left;
   vertical-align: middle
}
th {
   text-transform: uppercase;
   letter-spacing: 0.1em;
   font-size: 90%;
   border-bottom: 1px solid #ddd
}
tr:nth-child(even) {
   background-color: #e9e9e9
}
tr:hover td {
   background-color: #cccccc
}
#table-wrapper {
  position:relative;
}
#table-scroll {
  height:450px;
  overflow:auto;  
  margin-top:20px
}
#table-scroll-small {
  height:225px;
  overflow:auto;  
  margin-top:20px
}
#table-wrapper table {
  width:100%
}
#table-wrapper table thead th .text {
  position:absolute;   
  z-index:2
}
.table_strapline {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 38px;
  margin-bottom: 16px;
  margin-left: 3px;
  font-weight: bold
}

a {
	font-family: Open Sans;
	font-weight: 400;
	color: #000;
	text-decoration: underline;
}

.row.fix {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.row.fix:after, .row.fix:before {
  display: none;
}

input#gobutton {
    border: 1px solid #33aa66;
    background-color: #FFF;
    }
input#gobutton_red {
    border: 1px solid #ff0000;
    background-color: #FFF;
    }
input#gobutton_grey {
    border: 1px solid #666666;
    background-color: #FFF;
    }

button {
    outline: none !important;
}

button:focus {
    outline: 0 !important;
    border: 0 !important;
}

button:active {
    outline: none !important;
    border: none !important;
}

.primary {
	width: 100%;
}

.primary-caption {
	margin: 10px 0;
	padding: 10px 0 20px 0;
}

.galleryThumb {
	margin-bottom: 20px;
	width: 100%;
	cursor: pointer;
}

	.galleryThumb img {
		width: 100%;
	}

.social-links {
    padding: 30px 0;
}

    .social-links img {
        margin: 0 0 0 10px;
        width: 24px;
        color: #000;
    }

.hb-section {
	margin-top: 4px;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.hb-company {
	font-size: 2.2em;
	line-height: 2.4em;
	margin-top: 16px;
	margin-bottom: 16px;
}

.blackout {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.modal {
	width: 40%;
	position: fixed;
	top: 20%;
	left: 30%;
	bottom: auto;
	background: #fff;
	z-index: 100;
	display: none;
}

.modal .modal-close-button {
	margin: 14px 0;
	cursor: pointer;
	color: #c00;
}

.modal .modal-title {
	margin-bottom: 10px;
	font-size: 28px;
}

.separator {
	height: 80px;
}
.separator-sm {
	height: 40px;
}

.separator-line {
	margin: 10px 0 10px 0;
	height: 1px;
	background: #ccc;
}

.separator-line-tight {
	height: 1px;
	background: #ccc;
}

a:hover {
	color: #2a2a2a;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

/* ### HEADER ###  */

.header {
	background: #fff;
}

.header a:link {
	color: #000;
	text-decoration: none;
}

.header a:visited {
	color: #000;
	text-decoration: none;
}

.header a:active {
	color: #000;
	text-decoration: none;
}

.header a:hover {
	color: #000;
	text-decoration: none;
}

.header i

/* Font Awesome phone icon */
	{
	margin-right: 6px;
	font-size: 18px;
}

.header .logo {
	margin: 20px 0;
}

.header .login {
	font-family: Open Sans;
	font-size: 14px;
	line-height: 84px;
}

.header .login img {
	margin: 0 0 0 5px;
	width: 24px;
}

.header .logout {
	font-family: Open Sans;
	font-size: 14px;
	line-height: 84px;
	display: none;
}

/* ### NAVIGATION ###  */

.nav-wrap {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Open Sans;
	text-transform: uppercase;
	line-height: 2em;
	position: relative;
}

.navigation img {
	width: 20px;
	cursor: pointer;
}

.navigation input {
	margin: 0 2px 0 0;
	border: 0;
	border-bottom: 1px solid #000;
	position: absolute;
	right: 40px;
}

.navigation a:link {
	color: #000;
	text-decoration: none;
}

.navigation a:visited {
	color: #000;
	text-decoration: none;
}

.navigation a:active {
	color: #000;
	text-decoration: none;
}

.navigation a:hover {
	color: #000;
	text-decoration: none;
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation ul li {
	margin: 16px;
	display: inline;
	list-style: none;
	position: relative;
}

.nav-menu {
	padding: 6px;
	min-width: 120px;
	background: #fff;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 10;
	box-shadow: 0 0 10px rgb(0,0,0,0.2);
	display: none;
}
	.nav-menu ul {
		margin: 0;
	}

	.nav-menu ul li {
		margin: 0;
		padding: 2px 0;
		display: block;
	}

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

}

.navigation ul li:last-child {
	margin-right: 0;
}

.navigation-links {
	display: inline-block;
}

.navigation-social {
	margin: 0 0 0 40px !important;
	display: inline-block;
	font-size: 18px;
}

/* ### MAPS ###  */

.maps {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Open Sans;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
}

.maps-dropdown {
	padding: 0 0 40px 0;
	font-family: Open Sans;
	font-weight: 300;
	display: none;
}

.maps-dropdown ul {
	margin: 0;
	padding: 0;
}

.maps-dropdown ul li {
	margin: 6px 0 6px 0;
	list-style: none;
}

.maps-dropdown ul .active {
	margin: 6px 0 6px 0;
	font-weight: 500;
	text-decoration: underline;
}

.maps-dropdown .map-area img {
	width: 90%;
}

.maps-dropdown a {
	color: #000;
}

.maps-dropdown .plane {
	padding-top: 40px;
	padding-bottom: 10px;
}

.map-area {
	z-index: 2;
}

.map-display,
.map-link {
	cursor: pointer;
}

/* ### MOBILE NAVIGATION ###  */

.mobile-menu-button {
	font-size: 24px;
	cursor: pointer;
}

.mobile-navigation {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-family: Open Sans;
	text-transform: uppercase;
	background: #fff;
	display: none;
}

.mobile-navigation a:link {
	color: #000;
	text-decoration: none;
}

.mobile-navigation a:visited {
	color: #000;
	text-decoration: none;
}

.mobile-navigation a:active {
	color: #000;
	text-decoration: none;
}

.mobile-navigation a:hover {
	color: #000;
	text-decoration: none;
}

.mobile-navigation ul {
	margin: 0;
	padding: 0;
}

.mobile-navigation ul li {
	margin: 10px;
	list-style: none;
}

/* ### CONTENT ###  */
.page-heading {
	padding: 36px 0;
	font-family: Open Sans;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}
.page-subheading {
	margin-top: -90px;
	padding: 60px 0;
	font-size: 20px;
}
.login-heading {
	margin-bottom: 40px;
	font-family: Merriweather;
	font-size: 32px;
	font-weight: 600;
}
.subscribe-heading {
	margin-bottom: 40px;
	font-family: Merriweather;
	font-size: 24px;
	font-weight: 600;	
}
.or {
	padding: 80px;
	font-family: Merriweather;
	font-size: 36px;
	font-weight: 600;	
}
.subscribe-col {
	font-family: Open Sans;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	padding: 0 42px 0 42px;
}
	.subscribe-col a {
		color: #000;
		font-weight: 500;
		text-decoration: underline;
	}

/* ### Slider ### */

.hero-slider {
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}

.left-slide {
	padding-right: 1px !important;
}

.right-slide {
	padding-left: 1px !important;
}

.slide-news,
.slide-handbook {
	height: 60vh;
	max-height: 460px;
	background-size: 900px;
	position: relative;
	cursor: pointer;
}

.slide-news {
	background-image: url('../images/magazine.jpg');
	background-position: left top;
}

.slide-handbook {
	background-image: url('../images/handbook.jpg');
	background-position-x: 50%;
	background-position-y: 60%;
}

.shopping-basket .body .addremove {
        color: #aaa;
        cursor: pointer;
}

.shopping-basket .body .shopitem {
        padding: 10px 0;
        font-size: 12px !important;
        border-bottom: 1px solid #ccc;
 }

.shopping-basket .shopselect {
        margin: 5px 0 0 0;
        width: 100%;
}

.black-strip {
	padding: 10px 10px;
	width: 100%;
	font-family: Open Sans;
	background: #000000;
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	bottom: 0;
}

	.black-strip .left-side {
		font-family: Merriweather;
		padding: 8px 0 0 36px;
	}

	.black-strip .right-side {
		font-family: Merriweather;
		padding: 8px 0 0 36px;
		display: none;
	}

.fade-text {
	font-size: 18px;
}

/* ### End Slider ### */

.hero-move {
	transition: width 0.5s ease, margin 0.5s ease;
	position: relative;
}

.news-slide {
	padding-right: 1px;
	height: 60vh;
	background-image: url('../images/magazine.jpg');
	background-size: 100%;
	cursor: pointer;
}

.handbook-slide {
	padding-left: 1px;
	height: 60vh;
	background-image: url('../images/handbook.jpg');
	background-size: 100%;
	cursor: pointer;
}

.news-info,
.handbook-info {
	padding: 20px 10px;
	width: 100%;
	background: #2a2a2a;
	position: absolute;
	font-family: Merriweather;
	font-size: 36px;
	font-weight: Bold;
	color: #fff;
	left: 0;
	bottom: 0;
}

.section-titles {
	padding-left: 0;
	position: relative;
	top: -140px;
}

.section-titles .right-side {
	padding-left: 60px;
}

.section-titles .main-title {
	padding: 20px 60px 10px 20px;
	font-family: EB Garamond;
	font-size: 48px;
	background-color: #000;
	color: #fff;
	display: inline-block;
}

.section-titles .main-subtitle {
	width: 90%;
	padding: 2px 10px 0 20px;
	font-family: Merriweather;
	font-size: 72px;
	font-weight: Bold;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	display: inline-block;
}

.section-titles .main-info {
	margin: 20px 0;
	padding: 0 20px;
	font-family: Merriweather;
	font-size: 18px;
	font-weight: Bold;
}

.section-titles .main-links {
	margin: 20px 0;
	padding: 0 20px;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

.section-titles .main-links a {
	color: #000;
	text-decoration: underline;
}

.news-heading {
	margin: 0 0 20px 0;
	font-family: Open Sans;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
}

.news-heading-small a {
	margin: 0 0 0 0;
	font-family: Merriweather !important;
	font-size: 16px;
	font-weight: Bold;
}

.news-heading-result {
	margin: 0 0 0 0;
	font-family: Merriweather !important;
	font-size: 18px;
	font-weight: Bold;
	margin-bottom: 12px;
}

.news {
	font-family: Open Sans;
}

.news .date {
	padding: 0 10px 4px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
}

.news .title {
	margin: 20px 0 16px 0;
	padding: 0 0 10px 0;
	font-family: Merriweather;
	font-size: 22px !important;
	font-weight: Bold;
}
.news .title-nopic {
	margin: 0 0 16px 0;
	padding: 0 0 10px 0;
	font-family: Merriweather;
	font-size: 22px !important;
	font-weight: Bold;
}
.news-img {
	width: 100%;
}

.news-img-small {
	width: 50%;
}

.news .blurb {
	padding: 0 20px 10px 0;
	font-size: 14px;
	font-weight: 200;
	line-height: 25px;
}

.news .blurb li {
	line-height: 20px;
	margin-bottom: 6px;
}

.news .more {
	font-family: Open Sans;
	margin-bottom: 40px;
	padding: 4px 0 10px 0;
	font-weight: 200;
}

.news .more a {
	color: #000;
	text-decoration: underline;
}

	.news .more a:hover {
		color: #2a2a2a;
	}
.news-column-text-title {
	font-family: Open Sans;
	font-size: 22px;
	font-weight: 400;
}
.news-column-text {
	font-family: Open Sans;
	font-size: 16px;
}
	.news-column-text ul {
		margin: 30px 0;
		padding: 0;
		list-style: none;
		font-size: 14px
	}
		.news-column-text ul li {
			margin: 10px 0;
		}
			.news-column-text ul li a {
				color:#000;
			}
.news-column-box {
	height: 100%;
	font-family: Open Sans;
	font-size: 18px;
	border: 1px solid #000;
}
	.news-column-box .text {
		padding: 8px;
		font-size: 14px;
		font-weight: 600;
	}
	.request {
		margin-top: 20px;
		font-family: Open Sans;
		font-size: 14px;
		font-weight: 600;
	}
	.request a {
		color: #000;
		text-decoration: underline;
	}

.advanced-search {
	margin-bottom: 40px;
	font-family: Merriweather;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}
	.advanced-search a {
		color: #000;
	}
.mob-grey-box {
	margin: 0 0 20px 0;
	padding: 10px;
	height: 100%;
	font-family: Merriweather;
	font-size: 16px;
	font-weight: 600;
	background: #eee;
}
.input-news-search {
	margin: 0 0 20px 0;
	padding: 15px;
	width: 77%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 0;
}
.search-button-container {
	padding: 15px 15px 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	border-right: 1px solid #ccc;
	display: inline-block;
	vertical-align: top;
}
.search-button {
	width: 20px;
}
.grey-border {
	padding: 10px 20px;
	height: 100%;
	line-height: 24px;
	border: 1px solid #ccc;
}
	.grey-border img {
		max-width: 100%;
	}
	.grey-border a {
		color: #000;
		text-decoration: underline;
	}
	.grey-border ul {
		margin: 40px 0;
		list-style: none;
	}
		.grey-border ul li {
			margin: 5px 0;
		}
.grey-border-high {
	margin: 0 0 40px 0;
	padding: 10px 20px;
	min-height: 280px;
	border: 1px solid #ccc;
}
	.grey-border-high img {
		margin: 0 0 20px 0;
		max-width: 100%;
	}
.grey-border-higher {
	margin: 0 0 40px 0;
	padding: 10px 20px;
	min-height: 350px;
	border: 1px solid #ccc;
}
	.grey-border-higher img {
		margin: 0 0 20px 0;
		max-width: 100%;
	}
.login-input {
	padding: 10px 0;
}
.centre-blurb {
	margin: 0px auto;
	padding-bottom: 40px;
	width: 70%;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
}
	.login-input input {
		padding: 10px;
		width: 80%;
		border: 1px solid #ccc;
	}
.a4size-title {
	padding-right: 24px;
	font-family: Open Sans;
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
}
.a4size-body {
	padding-right: 24px;
	font-family: Open Sans;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
}
.subscribe {
	padding: 20px;
	background-color: #ebebeb;
}
.news-article-date {
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 500;
}
.news-article-heading {
	font-family: Merriweather;
	font-size: 26px;
	font-weight: 600;
}
.news-article-subheading {
	margin: 20px 0;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}
.news-img-caption {
	margin: 20px 0;
	font-family: Open Sans;
	font-style: oblique;
}
.news-flipviewer {
	margin: 20px 0;
	font-family: Open Sans;
	font-size: 18px;
	font-style: oblique;
}
	.news-flipviewer a {
		color: #000;
	}
	.news-flipviewer img {
		margin: 10px 0;
	}
	
.news-body {
	font-family: Merriweather;
	font-size: 15px;
	line-height: 28px;
}
.back-link a {
	color: #000;
	font-weight: 600;
}
.spaced-text {
	margin: 20px 0;
	font-family: Open Sans;
	font-size: 15px;
}
	.spaced-text .heading {
		font-family: Merriweather;
		font-size: 15px;
		font-weight: 600;
	}
.column-black {
	border: 1px solid #ccc;
}
	.column-black .title {
		margin: 20px 0;
		font-family: Open Sans;
		font-size: 18px;
	}
	.column-black .body {
		font-family: Open Sans;
		font-size: 14px;
		font-weight: 600;
	}
	.column-black .name {
		margin: 0 0 20px 0;
		font-family: Open Sans;
		font-size: 18px;
	}
	.column-black .contact {
		margin: 0 0 20px 0;
		font-family: Open Sans;
		font-size: 13px;
		font-weight: 600;
	}
		.column-black .contact a {
			text-decoration: underline;
		}	
	.column-black img {
		margin: 10px 0;
		width: 100%;
	}
.account-title {
	margin: 0 0 20px 0;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
}
.black-button {
	margin-bottom: 20px;
	padding: 10px;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #000;
	display: inline-block;
}
.shopping-basket {
	margin: 0;
}
	.shopping-basket .heading {
		padding: 10px;
		font-family: Open Sans;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		background: #000;
	}
	.shopping-basket .heading img {
		float: right;
		margin-top: -4px;
	}
	.shopping-basket .body {
		padding: 10px;
		font-family: Open Sans;
		font-size: 14px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.shopping-basket .body img {
		margin: 0 0 20px 0;
		max-width: 100%;
	}
.grey-border-top {
	margin: 10px 0 10px 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #ccc;
}
.news a {
	margin-right: 20px;
	line-height: 30px;
}
.search-area {
	padding: 0 0 20px 0;
}
	.search-area input,
	.search-area select {
		margin: 0 10px 10px 0;
		padding: 10px;
		font-family: Open Sans;
		border: 1px solid #ccc;
	}	
	.submit {
		padding: 10px !important;
		font-family: Open Sans !important;
		border: 1px solid #ccc !important;
	}
	.submit:hover {
		background: #ddd;
	}
.airport-links {
	margin: 0;
	padding: 0;
	line-height: 32px;
	list-style: none;
}
	.airport-links li {
		margin: 6px;
		display: inline;
	}
		.airport-links li:first-child {
			margin-left: 0;
		}
		.airport-links li:last-child {
			margin-right: 0;
		}
.link-active {
	text-decoration: none;
	font-weight: 600;
}
.link-active a {
	text-decoration: none;
	font-weight: 600;
}
.left-column {
	font-family: Open Sans;
}
	.left-column .title {
		margin: 40px 0;
		font-family: Merriweather;
		font-size: 28px;
		font-weight: 600;
	}
	.left-column ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.left-column ul li {
			margin: 5px 0;
			padding: 0;
		}
.main-content {
	font-family: Open Sans;
}
	.main-content .title {
		margin: 0 0 40px 0;
		font-family: Merriweather;
		font-size: 28px;
		font-weight: 600;
	}
.charter-box {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
	.charter-box .title {
		font-family: Open Sans;
		font-size: 18px;
		font-weight: 600;
	}
	.charter-box ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.charter-box ul li {
			margin: 5px 0;
			padding: 0;
		}
.company-data {
	font-family: Open Sans;
	text-transform: none;
}
	.company-data ul {
		margin: 20px 0 40px 0;
		padding: 0;
		list-style: none;
	}
		.company-data ul li {
			margin: 8px 0;
			padding: 0;
		}
.general-sub-heading {
	font-size: 24px;
	font-weight: 600;
}
.premium-bar {
	background: #000;
}
	.premium-bar .title {
		margin: 0;
		padding: 10px 0;
		font-size: 24px;
		line-height: 30px;
		color: #9e945f;
		display: inline-block;
	}
	.premium-bar .body {
		margin: 0;
		padding: 15px 0;
		font-size: 13px;
		line-height: 20px;
		color: #fff;
	}
		.premium-bar .body a {
			color: #fff;
		}
	.premium-flag {
		margin: 0 25px 0 0;
		display: inline-block;
		vertical-align: top;
	}
.premium-bar-counter {
	margin-left: 10px;
	background: #9e945f;
	border-radius: 60px 0 0 60px;
}
	.premium-bar-counter .counter {
		margin: 10px 0;
		width: 70px;
		height: 70px;
		text-align: center;
		font-size: 48px;
		font-weight: 600;
		color: #fff;
		background: #000;
		border-radius: 50%;
		display: inline-block;
		vertical-align: top;
	}
	.premium-bar-counter .body {
		margin: 14px 0px 14px 10px;
		display: inline-block;
		color: #fff;
		vertical-align: center;
	}
.premium-box {
	padding: 20px;
	background: #000;
	font-family: Open Sans;
}
	.premium-box .gold-title {
		margin: 0 0 20px 0;
		font-size: 32px;
		color: #9e945f;
	}
	.premium-box .body {
		color: #ddd;
	}
	.premium-box .subscribe-link {
		margin-top: 40px;
	}
		.premium-box .subscribe-link a {
			color: #9e945f;
		}
.gen-full-img {
	margin: 0 0 40px 0;
	width: 100%;
}
.data-stats {
	padding: 0 0 20px 0;
}
	.data-stats .number {
		font-family: Open Sans;
		font-size: 30px;
		font-weight: 600;
	}
	.data-stats .text {
		padding: 3px 0;
		font-family: Open Sans;
		font-size: 14px;
		font-weight: 400;
		color: #777;
	}
.hb-subheading {
	padding: 30px 0;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
}
.img-container {
	min-height: 100px;
}
.aircraft-links {
	line-height: 32px;
}
.grey-box {
	margin: 0 0 40px 0;
	border: 1px solid #ccc;
}
.aircraft-result-terms {
	margin: 40px 0 10px 0;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
}
.aircraft-result-title {
	padding: 15px 0;
	font-weight: 600;
}
.aircraft-result {
	padding: 15px 0;
}
.aircraft-result-row {
	border-bottom: 1px solid #ccc;
}
.adjust-filter {
	padding: 12px 0;
	font-size: 14px;
}
.hb-container {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	border: 1px solid lighten(black, 10);
	display: flex;
	align-items: center;
}
.hb-strip {
	font-size: 18px;
	padding: 15px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #717C83;
	color: #fff;
	text-align: center;
}
.hb-strip a {
	text-decoration: none;
}  
.item {
	flex-grow: 1;
	height: 100%;
	background-color: darkred;
	position: relative;
	border: 1px solid #fff;
	transition: all 800ms ease-in-out;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: left top !important;
}
.item:hover {
	flex-grow: 4.3;
	background-color: lighten(darkred, 20);
}
.item:before {
	content: attr(data-order);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
.item a {
	color: #fff;
}
.subscribe .email-icon {
	margin-top: -30px;
	margin-left: -10px;
	width: 80px;
	transform: rotate(-25deg);
}

.subscribe .sub-main {
	padding: 8px 0;
	font-family: Merriweather;
	font-size: 30px;
	font-weight: Bold;
	line-height: 35px;
}

.subscribe .sub-sub {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 300;
}

.subscribe input {
	margin: 25px 0;
	padding: 12px 8px;
	width: 100%;
	border: 0;
}

.subscribe .sub-button {
	margin: 25px 0;
	padding: 12px 8px;
	font-family: Open Sans;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}

.partnerads {
	padding-top: 0px;
	padding-bottom: 10px;
}

.partnerad {
	padding: 0 15px;
	font-family: Open Sans;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	position: relative;
}

	.partnerad a {
		color: #000;
		text-decoration: underline;
	}

	.partnerad a:hover {
		color: #2a2a2a;
	}

	.partnerad img {
		width: 100%;
	}

.partnerad-image {
	height: 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

	.partnerad-image img {
		width: 80%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
	}

.partnerad-text {
	min-height: 60px;
}

	.slick-prev:before, .slick-next:before { 
		color:#ccc !important;
		border-radius: 0 !important;
		font-size: 25px !important;
		opacity: 1 !important;
	}

.partner-carousel,
.partner-carousel-tablet,
.partner-carousel-mob {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.partner-carousel.slick-initialized,
.partner-carousel-tablet.slick-initialized,
.partner-carousel-mob.slick-initialized {
    height: inherit;
    opacity: 1;
    visibility: visible;
}

.down-arrow {
	margin: 0 0 0 10px;
	width: 14px;
	transform: rotate(180deg);
}

.up-arrow {
	margin: 0 0 0 10px;
	width: 14px;
}

.right-arrow {
	margin: 0 0 0 10px !important;
	width: 12px !important;
	transform: rotate(90deg);
}

.active {
	font-weight: 500;
	text-decoration: underline;
}

.ticked {
	width: 20px;
	position: relative;
	top: -22px;
	left: 2px;
}

.unticked {
	margin: 20px 0 0 0;
	width: 24px;
	position: relative;
}

.mob-ticked {
	width: 20px;
	position: absolute;
	left: 0;
	left: 56%;
	z-index: 20;
}

.mob-unticked {
	width: 24px;
	position: absolute;
	left: 50%;
	z-index: 10;
}

.centre-line {
	border-right: 1px solid #ccc;
}

.twitter {
	width: 28px !important;
}

.news-line {
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #ccc;
}

.news-images {
	width: 100%;
}

.home-images img {
	margin-bottom: 20px;
}

.select-nation {
	margin: 12px 0;
	padding: 10px;
	width: 100%;
	border: 2px solid #ccc;
}

.mob-news {
	background-image: url('../images/news-image.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

.mob-directory {
	background-image: url('../images/directory-image.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

.col-titles {
	padding: 10px;
	background-color: #2a2a2a;
	font-family: Open Sans;
	font-size: 26px;
	font-weight: 400;
	color: #fff;
}

.col-titles p {
	margin: 0;
}

.site-filter {
	font-size: 18px;
}

/* ### FORMS ###  */

.form-holder {
	margin: 0 auto;
	padding: 0;
	width: 50%;
}

.form-holder .form-input {
	margin: 8px 0;
}

.form-holder .form-input input,
.form-holder .form-input textarea {
	padding: 10px 5px;
	width: 100%;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.form-holder .form-input .form-submit {
	width: 30%;
	display: inline-block;
}

.form-submit-mand {
	padding: 10px 5px;
	width: 100%;
	font-size: 18px;
	background: #ffcccb;
	border: 1px solid #fe5656 !important;
	border-radius: 3px;
}

.form-holder .form-input .form-input-error {
	margin: 12px 0 0 0;
	padding: 10px;
	color: #fff;
	background: #fe5656;
	border-radius: 3px;
	position: relative;
	display: none;
}

.form-holder .form-input .form-input-error::before {
	margin: 0;
	border: solid;
	border-color: #fe5656 transparent;
	border-width: 0 8px 8px 8px;
	content: "";
	top: -8px;
	left: 5%;
	position: absolute;
	z-index: 10;
}

.form-holder .form-input .form-submit-error {
	margin: 0 5px 0 0;
	padding: 12px;
	width: 68.4%;
	background: #ffcccb;
	border: 1px solid #fe5656;
	border-radius: 3px;
	color: #fe5656;
	text-align: left;
	vertical-align: top;
	display: none;
}

.g-recaptcha {
	display: inline-block;
}

/* ### FOOTER ###  */

.footer {
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 100;
	color: #555;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer ul li {
	margin: 14px 0 14px 0;
	padding: 0;
}

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

.footer a {
	color: #555;
}

.footer img {
	width: 140px;
}

/* ### MEDIA QUERIES ###  */

@media screen and (max-width: 1200px) {
	.section-titles {
		top: 0;
	}

	.subscribe .email-icon {
		margin-top: -60px;
		margin-left: -10px;
		margin-bottom: 40px;
		width: 120px;
		transform: rotate(-25deg);
	}

	.subscribe .sub-button {
		font-size: 24px;
		font-weight: 800;
		margin-top: 0;
	}

	.subscribe .sub-button a:hover {
		color: #2a2a2a;
	}

	.plane-text {
		padding-top: 150px;
		padding-bottom: 0;
	}

	.centre-line {
		border-right: 0;
	}

	.nav-menu {
		padding: 6px;
		min-width: 120px;
		background: #fff;
		position: absolute;
		top: 36px;
		left: 0;
		z-index: 10;
		box-shadow: 0 0 0 0;
		display: none;
	}

	.fade-text {
		padding-top: 10px;
		font-size: 18px;
	}
}

@media screen and (max-width: 800px) {
	.modal {
		width: 90%;
		left: 5%;
	}

	.form-holder {
		width: 90%;
	}

	.form-holder .form-input .form-submit {
		width: 100%;
		display: block;
	}

	.form-holder .form-input .form-submit-error {
		margin: 0 0 8px 0;
		width: 100%;
		text-align: center;
	}

	.g-recaptcha {
		margin-bottom: 12px;
		width: 100% !important;
		display: block;
		transform: scale(1.07);
		transform-origin: 0 0;
	}

	.maps-dropdown .plane {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.plane-text {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section-titles {
		top: 0;
	}

	.subscribe .email-icon {
		margin-top: -60px;
		margin-left: -10px;
		margin-bottom: 40px;
		width: 120px;
		transform: rotate(-25deg);
	}

	.news-heading {
		margin: 20px 12px 0 12px;
		font-family: Open Sans;
		font-size: 36px;
	}

	.subscribe .sub-sub {
		font-size: 22px;
	}

	.subscribe .sub-button {
		margin-top: 0;
		font-size: 24px;
	}
	.page-heading {
		padding: 30px 0;
		font-size: 24px;
	}
	.input-news-search {
		margin: 0 0 20px 0;
		width: 91%;
	}
	.login-input input {
		width: 100%;
	}
	.premium-bar-counter .body {
		margin: 30px 20px;
	}
	.premium-bar-counter {
		margin-left: 0;
	}
	.premium-bar-counter {
		border-radius: 0;
	}
	.row-eq-height {
		display:         block;
	}
}

@media screen and (max-width: 400px) {
	.header .logo {
		padding-top: 8px;
	}
	.input-news-search {
		margin: 0 0 20px 0;
		width: 84%;
	}
}

@media print {
    a[href]:after {
        content: none !important;
    }
}
.trip_entry {
	display: block;
	width: 95%;
	color: #003399;
	text-decoration: none;
	background: #FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color: #BBBBBB;
	border-radius: 4px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}
.trip_entry_ad {
	display: block;
	width: 95%;
	color: #003399;
	text-decoration: none;
	background: #ffffff;
	border-width:1px;
	border-style:solid;
	border-color: #BBBBBB;
	border-radius: 4px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}</pre></body></html>