﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

html{scroll-behavior: smooth;}
/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #1664a6; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #1664a6;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#eee 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}
.top-sticky{
	top: 0;
	background: #1664a6;
	font-family: lato, sans-serif;
	text-transform: uppercase;
	width: 98%;
    padding: 15px 1%;
	z-index: 2000;
	
	position: fixed;
}
.top-sticky > .flex{
	justify-content: space-between;
}
.top-sticky a:not(.cta){
	color: #fff;
}
.top-sticky .icon-links:first-of-type a{
	padding-right: 10px;
	font-size: 16px;
}
.top-sticky .icon-links:last-of-type a{
	padding-left: 10px;
	font-size: 16px;
}
.top-sticky .flex > ul{
	display: flex;
	justify-content: space-around;
	width: 70%;
}
.top-sticky .flex > ul > li > a{
	font-size: 14px;
	letter-spacing: 1px;    
	padding: 10px;
}


/*---BODY--------------------------------*/

.text-align-unset{
	text-align: unset !important;
}

.vertical-center{
	align-items: center;
	display: flex;
}
.heading{font-family: 'Playfair Display', serif; font-size: 30px; line-height: 48px; color: #000; text-transform: uppercase; letter-spacing: 1px;}
.vid-heading{font-family: 'Playfair Display', serif; font-size: 30px; line-height: 48px; color: #000; text-transform: uppercase; letter-spacing: 1px;}
.heading.maxwidth{max-width: 1100px;}
.heading-xl{font-family: 'Playfair Display', serif; font-size: 48px; line-height: 60px; color: #fff; text-transform: uppercase; letter-spacing: 2px;}
.heading-numbers{
    top: -5px;
    position: relative;
}
.center.maxwidth{max-width: 800px; margin: 0 auto;}

.offset-subtitle{margin-top:-5%;}
.heading.small{
    font-size: 22px;
    line-height: 30px;
}
.lato{font-family: lato, sans-serif !important;}
.offset-subtitle.lato{font-family: lato, sans-serif !important; font-weight: 400;}

.social-grp{font-size: 30px; line-height: 30px;}
.social-grp a{color: #1664a6; letter-spacing: 5px;}
.bg-white p{font-family: lato, sans-serif; font-size: 14px; line-height: 30px;}

.brochure p{
	font-size: 16px !important;
}
.bg-white a{color: #1664a6;}

.bg-maintenance p, .bg-connect p{font-family: lato, sans-serif; font-size: 14px; line-height: 30px; color: #fff; margin: 10px 0;}
.bg-maintenance .heading{color: #fff;}
.bg-testimonials p{
	font-family: lato, sans-serif; font-size: 16px; line-height: 30px; color: #fff; margin: 10px 0;
}
.bg-maintenance{
	background: url("../siteart/bg-maintenance.jpg") center center fixed;
	text-align: center;
	position: relative;
	clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 0 92%);
	padding-bottom: 5%;
}
.bg-fuel{
	background: url("../siteart/bg-fuel.jpg") center -70% fixed !important;
	text-align: center;
	position: relative;
	clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 0 92%);
	padding-bottom: 5%;
}
.bg-connect, .bg-testimonials{
	background: url("../siteart/bg-connected.jpg") center center fixed;
	text-align: center;
	position: relative;
	clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0 97%);
	padding-bottom: 5%;
}
.bg-maintenance .cta, .bg-connect .cta, .bg-testimonials .cta {
    margin: 0 auto;
	appearance: none !important;
}

.blue{ color: #1664a6;}

.center {text-align: center;}

.cta-btn-grp{
	display: flex; 
	flex-wrap: wrap; 
	margin-top: -120px;
	z-index: 100; 
	position: relative;
	
	clip-path: polygon(0% 16%, 100% 4%, 100% 100%, 0 100%);
}
	.no-slant{
		clip-path: none !important;
}

.cta-btn-grp i{margin-bottom: 30px; font-size: 48px;}
.cta-btn-grp .col33 p{font-family: lato, sans-serif; font-size: 14px; line-height: 30px; letter-spacing: 1px; padding-bottom: 90px;}
.cta-btn-grp .col100 p{font-family: lato, sans-serif; font-size: 14px; line-height: 30px; letter-spacing: 1px; padding-bottom: 30px;}
.cta-btn-grp .heading{color: #fff; line-height: 30px;}
.cta-btn-grp .col33{
	width: 31.3333%; 
	margin: 1%; 
	padding: 120px 30px 30px; 
	box-sizing: border-box; 
	color: #fff; 
	text-align: center; 
	position: relative;
	transition: ease all 0.3s;
}
.cta-btn-grp .col100{
	width: 88%; 
	margin: 1% 12%; 
	padding: 30px 30px 30px; 
	box-sizing: border-box; 
	color: #fff; 
	position: relative;
	transition: ease all 0.3s;
}

.cta-btn-grp .col33 > .text-grp{
	transition: ease all 0.3s;
}
.cta-btn-grp .col33:hover{
	box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.5);
}
.cta-btn-grp .col33:hover > .text-grp{
	margin-top: -4px;
	margin-bottom: 4px;
}

.cta-btn-grp .col100{background: url("../siteart/bg-btn-3.jpg") center center fixed;}
.cta-btn-grp .col33:nth-child(1){background: url("../siteart/bg-btn-1.jpg") center center fixed;}
.cta-btn-grp .col33:nth-child(2){background: url("../siteart/bg-btn-2.jpg") center center fixed;}
.cta-btn-grp .col33:nth-child(3){background: url("../siteart/bg-btn-3.jpg") center center fixed;}

.cta-btn-grp .col33 .cta{
	margin: 0 auto;
	
	position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.cta{
    background: #fff;
    color: #1664a6;
    font-family: lato, sans-serif;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.5px;
    width: 200px;
    display: inline;
    text-align: center;
    cursor: pointer;
	transition: ease all 0.2s;
	border: solid 1px #fff !important;
}
.cta:hover, .cta.white-outline{
    color: #fff !important;
	border-color: #fff !important;
	background: transparent !important;
}
.cta.blue{
	background: #1664a6 !important; 
	color: #fff !important; 
	display: inline-block;
	width: auto;
	padding: 20px 40px;
}
.cta.blue:hover{
    color: #1664a6 !important;
	border-color: #1664a6 !important;
	background: transparent !important;
}
.cta.blue-outline{
	background: transparent !important; 
	color: #1664a6 !important; 
	border: solid 1px #1664a6 !important;
	display: inline-block;
	width: auto;
	padding: 20px 40px;
}


.wrapper{padding: 0 5%; overflow: hidden;}
.vpad{padding: 5% 0;}
.vpad.extra{padding: 5% 0 calc(60px + 3%);}
.nopad-bottom{
	padding-bottom: 0 !important;
}
.fullsize{width: 100%;}

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.flex-column{flex-direction: column;}
.mobile-flex { }

.border-right{width: 50%; border-right: solid 1px #000; margin-right: 20px;}

.col33{width: 27%; padding: 3%; position: relative;}
.col50{width: 44%; padding: 3%; position: relative;}
.col50-vid {width: 44%; padding: 3%; position: relative;}
.cta.col50{width: 240px; margin-right: 3%; position: relative; margin-bottom: 20px;}
.col100{width: 94%; padding: 3%; position: relative;}
.col50 img{position: relative; max-width: 105%;}
.img-color-right, .img-color-left{
	position: relative;
}
.img-color-right iframe, .img-color-left iframe{
	position: relative;
}
.img-color-right:before {
    content: '';
    background: #1664a6;
    position: absolute;
    left: 25%;
    right: -100%;
    top: 30px;
 	bottom: -30px;
}
.img-color-left:before {
    content: '';
    background: #1664a6;
    position: absolute;
    left: -100%;
    right: 25%;
    top: 30px;
	bottom: -30px;
}
.bg-connect .img-color-right:before, .bg-connect .img-color-left:before {
    content: none;
}
.responsive-img{max-width: 100%;}
.flightbridge-logo {margin-left: -10px; max-width: 300px !important;}
.cta-btn-grp .flightbridge-logo {margin-left: 10px; }
.no-overflow{overflow: hidden;}

.hero{padding: 12% 0; 
	clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 0 96%);}
.main.hero{padding: 0 !important; max-height: 600px !important;}
.main.hero .cycle-pager:not(.short) {
    bottom: 60px;
}
.hero.givn483ra{
	background: url("../siteart/slide-n483ra.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.n550gp{
	background: url("../siteart/N550GP.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.hero.n721az{
	background: url("../siteart/N721Az.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.team{
	background: url("../siteart/slide-about-us-2.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.about{
	background: url("../siteart/slide-new-work.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.news{
	background: url("../siteart/slide-newsv2.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.contact{
	background: url("../siteart/slide-new-tow.jpg") center 30%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.kcno{
	background: url("../siteart/slide-new-c17.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.careers{
	background: url("../siteart/slide-maintenance3.jpg") center 40%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.testimonials{
	background: url("../siteart/slide-testimonials.jpg") center 35%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.charter{
	background: url("../siteart/slide-charter.jpg") center 35%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.cargo{
	background: url("../siteart/slide-cargo.jpg") center 45%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.kaun{
	background: url("../siteart/slide-kaun.jpg") center 60%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.management{
	background: url("../siteart/slide-n483ra.jpg") center 55%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.maintenance{
	background: url("../siteart/slide-maintenance4.jpg") center bottom;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.sales{
	background: url("../siteart/slide6.jpg") center 40%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.storage{
	background: url("../siteart/slide-management.jpg") center 40%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.interior{
	background: url("../siteart/slide-interior.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.hero.flytti{
	background: url("../siteart/slide-logo.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.cycle-controls a:first-of-type{
	position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 0 4px rgba(0,0,0,0.33);
}
.cycle-controls a:last-of-type{
	position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 0 4px rgba(0,0,0,0.33);
}

.car-show-flyer{
	padding: 20px 0;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#services-list{
	justify-content: space-between;
	flex-direction: column;
	text-align: left !important;
	max-width: 670px;
	margin: 0 auto;
	display: block;
}
.fleet-list{
		max-width: 300px !important;
}
.bg-white #services-list{
	max-width: none;
}
#services-list ul{
	list-style: none;
	font-family: lato, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-left: 20px;
}
.brochure ul{
	list-style: none;
	font-family: lato, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-left: 20px;
}
.bg-white #services-list ul{
	color: #000;
}
.bg-connect.brochure ul{
	text-align: left;
}
.white, .bg-connect.brochure ul li{
	color: #fff !important;
	text-transform: none !important;
}
#services-list ul .list-icon, .brochure ul .list-icon{
	position: absolute;
	left: -20px;
	transition: all ease 0.2s;
	
}

#services-list ul li a, .brochure ul li{
	color: #fff;
	display: block;
	padding: 10px;
	position: relative;
	transition: all ease 0.2s;
	width: 100%;
}
.bg-white #services-list ul li a, .brochure ul li{
	color: #000;
}
#services-list ul li a:hover, .brochure ul li:hover{
	padding-left: 12px;
}
#services-list ul li a:hover > .list-icon, .brochure ul li a:hover > .list-icon{
	left: -15px;
}
/* TESTIMONIALS */

#testimonials .cycle-pager{
	text-align: center;
    width: 45%;
	bottom: 0;
}
#testimonials .cycle-pager span.cycle-pager-active{
	color: #000;
}	
#testimonials .col50:last-of-type {
		padding-top: 2%;
	padding-bottom: 4%;
}

/* EMPLOYEES */

.employee-grid{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 20px 0;
}
.col100 .employee-grid{
	margin: 20px -1%;
}
.employee-box {
    background: #eee;
    margin: 1%;
    padding: 20px;
    box-sizing: border-box;
    width: 23%;
}
.employee-box h4 {
    font-family: 'Playfair Display', serif; 
	font-size: 24px;
	text-transform: uppercase;
}
.employee-box p {
    font-family: lato, sans-serif; 
	font-size: 16px;
}


/* CONTACT */

.bg-white .contact-info a{
	position: relative;
	left: 30px;
	color: #1664a6;
	font-family: lato, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
.bg-white .contact-info.black{
	text-align: left !important;
	margin-left: 5%;
	margin-bottom: 5%;
}
.bg-white .contact-info.black a, .black{
	color: #000 !important;
}
.bg-white .contact-info i{
	position: absolute;
	left: -30px;
	top: 2px;
}

/* FLEET */

#fleet-stats i{
	font-size: 60px;
}
#fleet-stats p .light{
	font-weight: 400 !important;
	text-transform: uppercase;
}
#fleet-stats p{
	color: #1664a6;
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
}

.fleet-stats-box {
    max-width: 80%;
    width: 320px;
    display: inline-block;
    margin: 1%;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    background: #1664a6;
    color: #fff;
    font-family: lato, sans-serif;
	text-align: center;
}

#reservations-parent .flightbridge-logo{
	margin: 0 !important;
	width: 80%;
}

/* FUEL PRICES */

#fuel-prices, #fleet-stats{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
#fuel-prices-parent > p, #reservations-parent > p{
	color: #fff !important;
	text-transform: none !important;
}
.fuel-price-box{
	max-width: 80%;
	width: 260px;
	display: inline-block;
	margin: 1%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	color: #1664a6;
	font-family: lato, sans-serif;
}
.fuel-price-box h3{
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
}
.fuel-price-box p{
	color: #1664a6;
	font-size: 48px;
	font-weight: 700;
	line-height: 48px;
}


/* NEWS */

.news-box img.center{    
	margin: 0 auto;
    display: block;
}
.breadcrumb{text-transform: uppercase;}
.news-box{
	border: solid 1px #ccc;
	padding: 3% 3%;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.flex .news-box{
	width: 31.333%;
	margin: 1%;
	padding: 3% 3% calc(3% + 50px);
}

.flex .news-box .heading{
	font-size: 24px;
    line-height: 40px;
}
.news-box .heading-xl{
	color: #000;
}
.flex .news-box .cta{
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

#newsflex{display: flex;}
.col-news{width: 66.6666%;}
.col-posts{width: 31.3333%; margin-left: 2%;}
.col-posts {
	padding: 2%;
	border: solid 1px #ccc; 
	box-sizing: border-box;
}

.col50-vid iframe {width: 90%; max-width: 800px; height: 90%; max-height: 450px; aspect-ratio: 16 / 9;}

/*--------FORM STYLES--------------------*/

.bg-connect .social-grp a, .bg-testimonials .social-grp a{
	color: #fff !important;	
}
.bg-connect .social-grp, .bg-testimonials .social-grp{
	margin: 10px 0 20px;
}
.custom-form{
	font-family: lato, sans-serif;
    text-transform: uppercase;
}
.custom-form a{
	color: #fff;
}
.custom-form input, .custom-form select, .custom-form textarea{
	font-size: 14px; 
	font-family: lato, sans-serif;
	padding: 10px;
	border: none !important;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	max-width: 465px;
	width: 100%;
	margin: 0 auto 20px;
	display: block;
	box-sizing: border-box;
	line-height: 16px;
}
.custom-form .cta{
	margin-top: 40px !important;
}
.custom-form textarea{
	resize: none;
	height: 120px;
}
.custom-form .flex{
	max-width: 465px;
	margin: 0 auto;
	justify-content: space-between;
}

.custom-form input.col50{
	width:49%;
}
.dropdown-form{
	position: fixed;
    overflow: auto;
    left: 10%;
    right: 10%;
    top: 7%;
    bottom: 5%;
    text-align: center;
    background: rgba(22, 100, 166, 0.9);
    z-index: 1000;
    padding: 0 5%;
    max-height: 100%;
	border: solid 1px #1664a6;
}
.dropdown-form label, .custom-form label{
    color: #fff;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 1px;
	font-weight: 400;
	font-family: lato, sans-serif;
	text-transform: uppercase;
}
.dropdown-form .CaptchaMessagePanel, .custom-form .CaptchaMessagePanel{
    letter-spacing: 1px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-family: lato, sans-serif;
}

#charter-form{
	display: none;
}
#charter-form-parent #charter-form{
	display: block;    
	padding-bottom: 120px;
}
#charter-form-close, #fuel-prices-close {

	display: block;
	text-align: right;
	float: right;
	font-size: 24px;
	padding: 20px 0 20px 20px;
}
#charter-form-close-bg, #fuel-prices-close-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#charter-form-close-bg.show, #fuel-prices-close-bg.show{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#charter-form-close, #reservations-close {

	display: block;
	text-align: right;
	float: right;
	font-size: 24px;
	padding: 20px 0 20px 20px;
}
#charter-form-close-bg, #reservations-close-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#charter-form-close-bg.show, #reservations-close-bg.show{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bookmark{
	margin-top: -100px;
	margin-bottom: 100px;
}
.dropdown-form .heading{
	color:#fff !important;
}
.dropdown-form .cta{
	margin: 40px auto 0;
	appearance: none !important;
}

.CaptchaMessagePanel{color: #fff;}

/* CONSTANT CONTACT */

.ctct-form-embed .ctct-form-defaults{
	background: transparent !important;
	    max-width: 465px !important;
	margin: 0 auto !important;
}

.ctct-form-embed .ctct-form-label{
	color: #fff !important;
	text-transform: uppercase !important;
	font-family: lato, sans-serif !important;
	font-weight: 400 !important;
    letter-spacing: 1px !important;
}
.ctct-form-embed .ctct-gdpr-text, .ctct-form-embed .ctct-gdpr-text a{
	color: #fff !important;
	font-family: lato, sans-serif !important;
}
button.ctct-form-button {
    background: #fff !important;
    color: #1664a6 !important;
    font-family: lato, sans-serif !important;
    -moz-border-radius: 45px !important;
    -o-border-radius: 45px !important;
    -webkit-border-radius: 45px !important;
    border-radius: 45px !important;
    padding: 20px 40px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    letter-spacing: 1.5px !important;
    width: 200px !important;
    display: inline !important;
    text-align: center !important;
    cursor: pointer !important;
	transition: ease all 0.2s !important;
	border: solid 1px #fff !important;
}
button.ctct-form-button:hover {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
}

/* FBO PAGES */

#info p{font-size: 12px;}

/* REQUEST A FUEL PRICE */

.fbo-box{width: 48%; margin: 1%;}

/*  CHARTER FLEET */

.fleet-wrapper{
	width: 95%;
	margin: 0 auto;
}

.fleet-box{margin: 10px; background: #1664a6; transition: ease all 0.3s;}
.fleet-box:hover{box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.5);}
.fleet-box .heading{color: #fff; padding: 0 20px;}
.fleet-box ul{padding: 0 20px 20px;}
ul.lato li{color: #000; font-family: lato, sans-serif; line-height: 30px; font-size: 14px; text-transform: uppercase;}
.fleet-box ul li{color: #fff; font-family: lato, sans-serif; line-height: 30px; font-size: 14px; text-transform: uppercase;}
.fleet-col-left{
	width: 30%;
}
.fleet-col-right{
	width: 70%;
}

#gallery{
	display: flex;
	flex-wrap: wrap;
}
#gallery a{
	width: calc(25% - 20px);
	margin: 10px;
}

#gallery img{
	width: 100%;
	height: auto;
	transition: ease all 0.3s;
}

#gallery img:hover{
box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.5);
}

.thumbnail{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	width:15%;
	margin:2%;
	vertical-align:top;
}

/*-------- FOOTER STYLES ----------------*/
footer{}


.footer{
	background: #fff;
}
.footer .col33{
	width: 29.3333%;
	margin: 2%;
	padding: 0;
}
.footer .col50{
	width: 44%;
    padding: 3%;
}
.footer .column-mobile{
	width: 66.6666%;
}
.footer .column-mobile .col50:last-of-type{
	padding-top: 136px;
}
.footer .heading{
	padding-bottom: 70px;
}
.footer ul li a{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	font-family: lato, sans-serif;
	color: #1664a6;
    letter-spacing: 1px;
}
.footer .pad{margin: 2%;}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width:1500px) {
	.employee-box {
		width: 31.33333%;
	}
}

@media only screen and (max-width: 1500px) {		
	
	.flex .news-box{
		width: 48%;
	}
	
	#gallery a{
		width: calc(33.3333% - 20px);
	}
}
@media only screen and (max-width: 1360px) {
	.vid-heading {font-size: 24px;}
}

@media only screen and (min-width: 1200px) {
	
	.cycle-slideshow.main img{
		top: -4% !important;
	}
	#testimonials .col50:last-of-type {
		padding-top: calc(3% + 30px);
	}

}
@media only screen and (max-width: 1200px) {
	

	.fleet-col-left{width: 50%;}
	.fleet-col-right{width: 50%;}
}

@media only screen and (max-width: 1100px) {
	.mobile-flex{flex-direction: column; height: auto;}
	.col50-vid {width: 100%; margin: 0 auto;}
	.col50-vid iframe {max-width: 100%; max-height: none;}
}

@media only screen and (min-width:1024px) {
	.show-mobile{display: none;}
}

@media only screen and (max-width: 1023px) {
	
	.fleet-col-left{width: 100%;}
	.fleet-col-right{width: 100%; margin-top: 10%;}
	
	#gallery a{
		width: calc(50% - 20px);
	}
	
.fbo-box .cta{display: block; width: 45%;}
	.hide-mobile, .col-posts{display: none;}
.col-news{width: 100%;}
	.top-sticky{padding: 10px 5px; width: calc(100% - 10px);}
	.top-sticky .flex > ul {width: calc(100% - 5px);}
	.top-sticky .flex > ul > li > a{font-size: 12px !important; letter-spacing: 0.75px;}
	
	.col50{width: 94%; padding: 3%;}
	#services-list.col50:nth-of-type(1){padding-bottom: 0;}
	#services-list.col50:nth-of-type(2){padding-top: 0;}
	.reverse-mobile{flex-direction: column-reverse;}
	.mobile-flex{flex-direction: column; height: auto;}
	.img-color-right:before, .img-color-left:before{content: none;}
	.col50 img{
		width: 100%;
	}
	.col50 iframe{
		width: 100%;
	}
	
	.col33{width: 94%; padding: 3%; position: relative;}
	.cta-btn-grp{
		flex-wrap: wrap; 
		clip-path: polygon(0% 6%, 100% 4%, 100% 100%, 0 100%);
	}
	
	.cta-btn-grp .col33{width: 98%;}
	.cta-btn-grp .col33:nth-child(2), .cta-btn-grp .col33:nth-child(3) {
		padding: 60px 30px 30px;
	}
	
	
	.cta-btn-grp .col33:hover{
		box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.5);
	}

	.cycle-pager {
		text-align: center !important;
		bottom: 22%!important;
		right: 0 !important;
	}
	#testimonials{padding-bottom: calc(120px + 5%);}
	#testimonials .cycle-pager {
		width: 100%;
		bottom: -90px !important;
	}
	.cta{font-size: 16px;}
	
	.employee-box {
		width: 48%;
	}	
	.flex .news-box{
		width: 98%;
	}
	
	.footer .col33{width: 98%; margin-top: 70px !important;}
	.footer .column-mobile{width: 98%; flex-direction: column;}
	.footer .column-mobile .col50{padding-top: 0 !important; width: 98%;}
	.footer .column-mobile .col50:first-of-type{padding-bottom: 0 !important;}
	.footer .social-grp{margin-top: 70px;}
	
	
	.cta-btn-grp .col100{
		width: 94%; 
		margin: 1% 6%;
	}
}


@media only screen and (max-width: 767px) {

	.heading-xl, .heading{
		font-size: 30px;
		line-height: 36px;
	}
	
	.heading-numbers{
		top: -3px;
	}
	.employee-box {
		width: 98%;
	}
	
	.fbo-box{width: 100%; margin: 0 0 30px;}
	.fbo-box .cta{display: block; max-width: 200px; width: 80%;}
	.fbo-box .fuel-price-box{max-width: 100%;}
	
	.cta-btn-grp.no-slant{margin-top: -10%;}
}
@media only screen and (max-width: 480px) {
	.cycle-slideshow.main{
		width: 140%;
	}
	.cycle-slideshow.main img{
    	left: -18% !important;
	}
	.main .cycle-pager{
		width: 128% !important;
	}
	.cycle-pager span{
		font-size: 36px !important;
	}
	.cycle-controls a:last-of-type {
		right: 31%;
	}
	.heading-xl, .heading{
		font-size: 24px;
		line-height: 30px;
	}
	.heading-numbers{
		top: -2px;
	}
	#testimonials {
		padding-bottom: calc(240px + 5%);
	}
	#testimonials .cycle-pager {
		bottom: -180px !important;
	}
	.vpad{ padding: 20% 0;}
	.vpad.extra{ padding: 20% 0 30%;}
	.cta{font-size: 14px;  padding: 15px; width: 175px;}
	
	.bg-connect, .bg-testimonials {
		clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0 97%);
	}
	
	.bg-maintenance {
		clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 0 94%);
	}
		
	#gallery a{
		width: 100%;
		margin: 10px 0;
	}
	
	.cta-btn-grp .col100{
		width: 98%; 
		margin: 1%;
	}
	.vid-heading {font-size: 20px; line-height: 32px;}
}






