﻿/*===================== 
	Color information
	
	lt blue #4971a2
	Blue #142e45
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Open Sans', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 p{
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 30px;
		font-weight: 700;
}
	h2 {font-size: 50px;
		font-weight: 700;}
	h3 {font-size: 24px;
		font-weight: 700;}
	h4 {
		font-size: 20px;
		font-weight: 700;
	}
	h5 {}
	h6 {}

p {
	font-size: 20px;
	margin: 0;
	font-weight: 300;
	}

.bold {
    font-weight: bold;
	}
.font-lt-blue {
	color: #4971a2;
}
.font-black {
	color:#000;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	margin: 0;
	}

header {
	margin: 0 auto;
	}
.head-cont-flex {
	display:flex;
	align-items: center;
}
.head-logo-1 {
	background: #fff;
	box-sizing: border-box;
	padding: 10px 3% 10px 3%;
	width:40%;
}
.head-logo-1 img {
	max-width:100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*===================== 
	nav styles 
=======================*/
.fb-icon-head {
    border: 2px solid #fff;
    height: 28px;
    width: 28px;
    border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
nav.primary ul li:last-child a:hover .fb-icon-head{
	border: 2px solid #142e45;	
}

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:15px 3% 15px 3%;
	display:block;
	box-sizing: border-box;
	margin:0 auto;
	width:60%;
	position:relative;
	background:  #4971a2;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;

				}	
			nav.primary ul li a:hover {
				background: #142e45;
				}
			nav.primary ul li:last-child a:hover {
				background: #4971a2;
				color: #142e45;
				}

			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover {
				background: #142e45;
			}
			nav.primary ul li li:last-child a:hover {
				background: #142e45;
				color: #fff;
				}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	home page content styles 
=======================*/

.hero-img img {
	width:100%;
	height: auto;
	display: block;
	margin: auto;
}
.home-serivce-wrap {
    margin: 0;
    width: 100%;
    padding: 3%;
	box-sizing: border-box;
    background-image: -webkit-linear-gradient(270deg,rgba(20,46,69,1.00) 0%,rgba(29,57,84,1.00) 67.36%,rgba(61,98,142,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(20,46,69,1.00) 0%,rgba(29,57,84,1.00) 67.36%,rgba(61,98,142,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(20,46,69,1.00) 0%,rgba(29,57,84,1.00) 67.36%,rgba(61,98,142,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(20,46,69,1.00) 0%,rgba(29,57,84,1.00) 67.36%,rgba(61,98,142,1.00) 100%);	
}
.home-service-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
}
.servie-divider-1 {
	border-left: 1px solid #fff;
	height: 250px;
	padding: 0 5px;
	box-sizing: border-box;
}
.servie-divider-2 {
	border-left: 1px solid #fff;
	height: 250px;
	padding: 0 5px;
	box-sizing: border-box;
}

.service-button {
	width:320px;
	height:auto;
	box-sizing: border-box;
	padding:20px 10px;
}
.service-button a:hover {
	opacity: .7;
}
.service-button img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:auto;
}
.service-button h3 {
	font-weight: 400;
	color:#fff;
	text-align: center;
}
.service-info {
	font-size: 14px;
	font-weight: 400;
	color:#fff;
	text-align: center;
}

.home-about-wrap {
	margin: 0;
	width:100%;
}
.home-about-cont {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 80px 0;
}
.home-about-info-cont {
	width:70%;
	box-sizing: border-box;
	padding: 0 6%;
	order:2;
}
.home-about-info-cont h1 {
	padding: 0 0 10px 0;	
}
.home-contact-button {
	padding: 30px 0 0 0;
}

.home-contact-button a {
	border: 1px solid #4971a2;
	text-align: center;
	font-size: 20px;
	max-width: 400px;
	color: #4971a2;
	background:#fff;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	display: block;
}
.home-contact-button a:hover {
	color: #fff;
	background:#4971a2;
}
.home-about-image {
	display: block;
	order:3;
	
}
.home-about-image img {
	max-width: 100%;
	height: auto;
	margin:auto;
	display: block;
	padding: 0 0 10px 0;
}
.home-banner-wrap {
	background: url("../siteart/about-foot-bg-1.jpg") no-repeat center;
	background-color: #000;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.home-banner-cont {
	padding: 10% 3% 10% 3%;
	color:#fff;
}

.home-contact-wrap {
	margin:0;
	width:100%;
	font-family: 'Open Sans', sans-serif;
}
.home-contact-cont {
	display:flex;
}
.home-contact-info-cont{
	width:50%;
	padding: 20px 1% 20px 3%;
	box-sizing: border-box;
	background:#4971a2;
	display: flex;
}
.home-contact-col {
	width:45%;
}
.home-contact-col h3 {
	color: #fff;
	padding: 10px 0;
}
.home-contact-col h3 a {
	color: #fff;
	padding: 10px 0;
}
.home-contact-col h3 a:hover {
	text-decoration: underline;
}
.home-contact-col ul {
	padding:0;
	margin: 0;
}
.home-contact-col ul li {
	padding:0 0 5px 0;
	margin: 0;
	list-style: none;
	color: #fff;
	font-size:20px;
	font-weight: 300;
}
.home-contact-col ul li a {
	color: #fff;
	opacity: 1;
}
.home-contact-col ul li a:hover {
	opacity: .7;	
}

.home-contact-brand-cont {
	width:50%;
	padding: 20px 3%;
	background:#fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	box-sizing: border-box;
}
.home-contact-brand-cont img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
	box-sizing: border-box;
	padding:10px;
}

/*===================== 
	brokerage page content styles  
=======================*/
	.home-about-info-cont p a {
	color: #4971a2;
	font-weight: bold;
	overflow-wrap: break-word;
  	word-wrap: break-word;
	}
	.home-about-info-cont p a:hover {
		text-decoration: underline;
	}


/*===================== 
	AVIONICS/MAINTENANCE page content styles  
=======================*/
.avionics-list-cont {
	display: flex;
}
.avionics-list-cont ul{
width:50%;	
}

/*===================== 
	FBO page content styles  
=======================*/
.fbo-about-info-cont {
	width:100%;
	box-sizing: border-box;
	padding: 0 6%;
}

.fbo-about-info-cont p a {
	color: #4971a2;
	font-weight: bold;
}
.fbo-about-info-cont p a:hover {
	text-decoration: underline;
}
.fbo-about-info-cont h1 {
	padding: 0 0 10px 0;	
}

.gallery-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	margin: auto;
	padding: 20px 0;
	max-width:600px;
	order:3;
}
.gallery-cont h3 {
	text-align: center;
	padding: 0 0 10px 0;
}
.gallery-cont img {
	max-width:100%;
	height: auto;
	display: block;
	margin: auto;
}

/*===================== 
	G1000 page styles
=======================*/



.g100-video {
	position: relative;
	order:3;
}
.g100-video iframe {
	position: relative;
}

/*===================== 
	Contact page styles
=======================*/

.contact-flex {
	display: flex;
}
.contact-col {
	width:45%;
}
.contact-col h3 {
	color: #000;
	padding: 10px 0;
}
.contact-col ul {
	padding:0;
	margin: 0;
}
.contact-col ul li {
	padding:0 0 5px 0;
	margin: 0;
	list-style: none;
	color: #000;
	font-size:20px;
	font-weight: 300;
}
.contact-col ul li a {
	color: #000;
	opacity: 1;
}
.contact-col ul li a:hover {
	opacity: .7;	
}

.contact-staf-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	padding: 80px 3%;
}
.contact-img-cont {
	width: 320px;
	box-sizing: border-box;
	padding:20px 10px;
}
.contact-img-cont img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:auto;
	
}
.contact-img-cont ul {
	margin:0;
	padding:0;
}
.contact-img-cont ul li {
	margin:0;
	padding:0;
	list-style: none;
	text-align: center;
	
}
.contact-img-cont ul li a {
	color:#4971a2;
	font-weight: 700;
}
.contact-img-cont ul li a:hover {
	text-decoration: underline;	
}
.contact-map {
	width:40%;
}

/*===================== 
	slide showstyles 
=======================*/
.cycle-slideshow {
	width:100%;
	height: auto;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #4971a2;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption {
    position: absolute;
    color: #fff;
    top: 15px;
    left: 15px;
    z-index: 700;
    text-shadow: 0px 0px 3px rgba(0,0,0,1.00);
}




/*===================== 
	layout styles 
=======================*/
.hor-div-line {
	border-bottom: 1px solid #4971a2;
	width:100%;
}

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container {
	max-width: 1100px;
	margin: 0 auto;
	}

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 10px;
	box-sizing: border-box;
	}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/


.foot-wrap-flex {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
    width: 100%;
    padding: 3%;
	box-sizing: border-box;
    background-image: -webkit-linear-gradient(270deg,rgba(20,46,69,1.00) 0%,rgba(29,57,84,1.00) 67.36%,rgba(61,98,142,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(20,46,69,1.00) 0%,rgba(29,57,84,1.00) 67.36%,rgba(61,98,142,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(20,46,69,1.00) 0%,rgba(29,57,84,1.00) 67.36%,rgba(61,98,142,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(20,46,69,1.00) 0%,rgba(29,57,84,1.00) 67.36%,rgba(61,98,142,1.00) 100%);	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-info-cont {
	color:#fff;
}
.foot-info-cont a {
	color:#fff;
	opacity: 1;
}
.foot-info-cont a:hover {
	opacity: .7;
}
.foot-info-cont p {
	padding: 0 0 10px 0;
}

.foot-social-cont img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}


footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1450px)  {
	.head-logo-1 {
	padding: 10px 2% 10px 2%;
	width:30%;
	}
	nav.primary {
	padding:15px 2% 15px 2%;
	width:70%;
	}
}
@media screen and (max-width: 1399px)  {
	.servie-divider-2 {
	display: none;
	}
}
@media screen and (max-width: 1200px)  {
	.head-logo-1 {
	padding: 20px 2% 20px 2%;
	width:100%;
	}
	nav.primary {
	padding:15px 1% 15px 1%;
	width:100%;
	}
	.head-cont-flex {
	display:block;
	}
	nav.primary ul {
	justify-content: space-around;
	}
	.home-contact-cont {
		display:block;
	}
	.home-contact-info-cont{
		width:100%;
		padding: 20px 3% 20px 3%;
	}
	.home-contact-brand-cont {
		width:100%;
		padding: 20px 3%;
		background:#fff;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
	}
}
@media screen and (max-width: 1042px)  {
	.servie-divider-1 {
	display: none;
	}
	.home-about-info-cont {
	width:100%;
	padding: 0 3%;
	}
	.home-about-image img {
	padding: 10px 0;
	}
	.home-about-cont {
	display: block;
	}
	.home-contact-button {
	padding: 30px 0 30px 0;
	}
	.contact-map {
	width:100%;
	padding: 20px 0 0 0;
	}
	.g100-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	order:1;
	}
	.g100-video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}

@media screen and (max-width: 800px)  {

	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #4971a2;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #4971a2 solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:5px;
		right:15px;
		height:auto;
		color:#fff;
		font-size: 20px;

	}
	.nav-footer {color:#4971a2; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */



	nav.mobile ul li .fa-chevron-down {color:#999;}
    
    .grid figure{width: 49%;}
	
	/*==============================
		Mobile home content Styles			
	================================*/	
	
	
	.home-banner-wrap {
	display: block;
	}
	.foot-wrap-flex {
	display: block;
		text-align: center;
	}
	.foot-social-cont {
		padding:20px;
		width:100%;
		box-sizing: border-box;
	}
	.gallery-cont {
	display: block;
	max-width:100%;
}
	
	
}
	
@media screen and (max-width: 400px)  {
	.home-contact-info-cont{
	display: block;
	}
	.home-contact-col {
	width:100%;
	}
	.contact-col {
	width:100%;
	}
	.home-contact-brand-cont {
		display: block;
	}
	h1, h2, h3, h4, h5, h6, p{
	word-break: break-all;
	}
	.avionics-list-cont {
	display: block;
	}
	.contact-flex {
	display: block;
	}
	.contact-img-cont {
	width: 100%;
	}
	.contact-img-cont ul li{
	word-break: break-all;
	}
}



