@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,300,500,600,700,800,900);
/* 1. CSS resets 
	<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
 	<link href='https://fonts.googleapis.com/css?family=Raleway:400,200,300,500,600,700,800,900' rel='stylesheet' type='text/css'>
--------------------------------------*/
p { margin: 0; }
ul { padding: 0; }
li { list-style: none; }
a { text-decoration: none; }
a:visited,a:link {
	background-color: none;
}


/*  2. Universal styles
--------------------------------------*/

* {	font-family: 'Open Sans', sans-serif; }
body { 
	margin:0px;
	padding:0px;
	background-color: #193F6F;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	background-attachment: fixed;
	}

#about { 
	background-color: #193F6F;
	background-image: url(../images/about.jpg);
	}

#fbo { 
	background-color: #193F6F;
	background-image: url(../images/fbo.jpg);
	}

#fueling { 
	background-color: #193F6F;
	background-image: url(../images/fuelback.jpg);
	}

#maintain { 
	background-color: #193F6F;
	background-image: url(../images/maintain.jpg);
	}

#charter { 
	background-color: #193F6F;
	background-image: url(../images/aircharter.jpg);
	}

#news { 
	background-color: #193F6F;
	background-image: url(../images/newsback.jpg);
	}

#contact { 
	background-color: #193F6F;
	background-image: url(../images/contactus.jpg);
	}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #193F6F;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	margin: 0 0 10px 0;
}

h2 { 
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #193F6F;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 10px 0 0px 0;
	}

h3 { 
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #193F6F;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	margin: 10px 0 0px 10px;
	}

h2 { font-weight: 300; }

p, form, ul { font-size: 14px; }

.subtitle { font-weight: bold; color: #909090; }

.portfolio-group .detail p { font-size: 12px; }

#maxweb_timeline .time_line_paragraph h1 { font-size: 24px; }

#logo a {	
	color: #909090; 
	margin: 0px 0px 0px 15px;
}
#logo, #maxweb_timeline i {	font-size: 50px; }

.margin-top-0 {
	margin-top: -20px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-left-20 {
	margin-left: 20px;
}

.menubutton {
	color: #fff;
	text-align: center;
	display: block;
	width: 80%;
	border: 0px;
	margin: 10px auto;
	padding: 10px;
	border-radius: 6px;
	background: rgba(86,112,157,0.8);
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
}
.menubutton:hover {
	color: #fff;
	background: rgba(46,52,87,0.8);
}
.logo {
	max-width: 80%;
	border: 0px;
	margin: 0px 1px 1px 0px;
	padding: 5px 0px 5px 0px;
}
.logo:hover {
	margin: 1px 0px 0px 1px;
}
.picsize {
	display: block;
	margin-top: 12px;
	width:100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
	}
	
.AVfuel {
	background-image: url(../images/AVfuel.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 90%;
}
.topheading {
	display: block;
	width: 100%;
	margin: 0;
	color: #193F6F;
	text-align: left;
	border: 0;
	text-decoration: none;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: rgba(255,255,255,0.7);
	}
	
.topheading  p { 
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #193F6F;
	font-weight: 400;
	text-align: right;
	font-style: normal;
	font-size: 18px;
	line-height: 1.2em;
	}

.topheading  p i { 
	color: #193F6F;
	font-weight: 300;
	font-size: 12px;
	line-height: 0.6;
	}

.toppic {
	box-sizing: border-box;
	width: 100%;
	background: rgba(86,112,157,0.8);
	margin: 5px auto 10px auto;
	padding: 20px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

.blueback { 
	background: rgba(86,112,157,0.8);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	padding: 0px;
	margin: 10px 0px 10px 0px;
	}

.blueback p { 
	padding: 20px 5px 20px 10px;
	margin: 0px;
	color: #FFF;
	font-weight: 400;
	text-align: left;
	font-style: normal;
	font-size: 15px;
	line-height: 1.6em;
	}

.blueback p b { 
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.6em;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	}

.blueback p a { 
	color: #FFF;
	font-weight:  400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.6em;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	}

.blueback p i { 
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	}

.center {
	width: 100%;
	margin: 0;
	padding: 10px;
	background: rgba(255,255,255,0.8);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

.ccards {
	width: 100%;
	margin: 0;
	padding: 0px;
	background: none;
	box-shadow: none;
}

.centered {
	width: 100%;
	margin: 0;
	padding: 0px;
	background: none;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

.fb-back { 
	background: rgba(86,112,157,0.8);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	padding: 10px 20px 10px 20px;
	margin: 10px 0px 10px 0px;
	}

.fb-page {
	display: block;
	width: 100%;
	min-height: 910px;
	margin: 10px auto;
	padding: 0px;
	background: rgba(255,255,255,0.8);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

.form-back { 
	background: rgba(86,112,157,0.8);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	padding: 10px 20px 10px 20px;
	margin: 10px 0px 10px 0px;
	}

.form-page {
	border: 0px;
	width: 100%;
	min-height: 650px;
	margin: 10px auto;
	padding: 10px;
	background: rgba(255,255,255,0.8);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

.map-back { 
	background: rgba(86,112,157,0.8);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	padding: 20px 20px 15px 20px;
	margin: 10px 0px 10px 0px;
	}

.map-page {
	border: 0px;
	width: 100%;
	min-height: 400px;
	margin: 0px auto;
	padding: 0px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	}

.txtpic {
	box-sizing: border-box;
	background: rgba(86,112,157,0.8);
	margin: 10px;
	padding: 20px 20px 0px 20px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
.txtpic i {
	color: #fff;
	font-size: 12px;
}
.txtpic img{
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	width: 100%;
}
.jamie {
	float: right;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
	
.main-container { 
	max-width: 1200px;
	margin: 15px auto 15px auto;	
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	background: rgba(255,255,255,0.5);
}

.content-container {
	box-sizing: border-box;
	max-width: 1170px;
	width: 100%;
	border: 1px solid #fff;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.6);
}
.content { padding-top: 15px; }

p { 
	width: 100%;
	padding: 10px 20px 10px 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #193F6F;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	}

p b { 
	color: #193F6F;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	text-decoration: none;
	}

p strong { 
	color: #193F6F;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	text-decoration: none;
	}

p a { 
	color: #193F6F;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	text-decoration: none;
	}

p a:hover { 
	color: #193F6F;
	text-decoration: none;
	}

.row ul { 
	padding: 0px;
	list-style: disc;
	margin: 5px 5px 5px 30px;
	color: #193F6F;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.8em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5)
	}

.row ul li { 
	padding: 0px;
	list-style: square;
	margin: 5px 5px 5px 30px;
	color: #193F6F;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.8em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5)
	}

i {	color: #193F6F; }

/*--Footer--*/

footer {
	border-top: 5px solid #607AA7;
	margin-top: 15px;
	background: rgba(255,255,255,0.7);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}

.footer-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #193F6F;
	text-transform: uppercase;
	padding: 10px 0px;
	}

.shop-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-shadow: none;
	}

.shop-list ul li {
	list-style: none;
	font-size: 14px;
	margin: 0px 10px;
	text-shadow: none;
	}

.shop-list i {
	font-size: 18px;
	margin-right: 5px;
	color: #193F6F;
	}

.shop-list a {
	text-transform: uppercase;
	color: #193F6F;
	font-weight: 700;
	font-size: 13px;
	text-shadow: none;
	}

.shop-list a:hover {
	color: #607AA7;
	}

.more-info p {
	font-size: 14px;
	line-height: 1.8em;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	}

.bottom-footer {
	text-align: left;
	padding: 60px 0 15px 0;
	}

.bottom-footer p {
	font-size: 12px;
	text-align: left;
	}

.bottom-footer p a {
	font-size: 12px;
	font-weight: 600;
	}

/*-- End Footer --*/

ul.checkmark li:before { 
	font-family: 'FontAwesome'; 
	content: '\f058'; 
	margin:0 5px 0 -15px; 
	color: #929292; 
} 
ul.pad-left {	
	overflow: auto;	
	padding-left: 30px;	
	line-height: 1.8em; 
}
img.shadow { box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5); }
p.justify { text-align: justify; }
.maxweb-detail img { 
	max-width: 250px; 
	width: 100%; 
	height: auto;
	margin-right: 15px;	
	margin-bottom: 15px; 
}
.fa { margin: 6px; }
.left { float: left; }
.right { float: right; }
.righttop { 
	float: right;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	}
.leftttop { 
	float: right;
	margin: 0px;
	padding: 0px;
	}
.center-text { text-align: center; }

span.button {
	display: block;
	font-size: 12px;
	line-height: 30px;
	margin: 0 auto;
	text-transform: uppercase;
	border: none; 
	cursor: pointer; 
}

/*-- Latest Posts --*/

.blog-post {
	position: relative;
	margin-bottom: 30px;
	}

.blog-thumb {
	overflow: hidden;
	position: relative;
	padding: 0px 0px 44px 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	background: rgba(255,255,255,0.5);
	}

.blog-thumb img {
	width: 100%;
	}

.blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(25,63,111,0.8);
	color: #fff;
	padding: 10px;
	}

.content-show a {
	display: block;
	width: 100%;
	height: 1.5em;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	}

.content-show a:hover {
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	border-radius: 3px;
	color: #193F6F;
	}

.content-show span {
	color: #607AA7;
	}

.content-hide {
	margin: 0px;
	padding: 0px;
	display: none;
	}

.content-hide p {
	font-size: 13px;
	line-height: 1.2em;
	color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background: rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 6px rgba(0,0,0,0.5);
	}

/*-- End Latest Posts --*/




/* 3. Media queries 
-----------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#logo {
		float: none;
		text-align: center;
	}
	.jamie {
	height: 125px;
	}
}

@media screen and (max-width: 980px) {
	#logo {
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 806px) and (min-width: 701px) {
	#logo {
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 700px) {
	#logo {
		float: none;
		text-align: center;
	}
	header {
		padding-top: 0;
		padding-bottom: 0;
	}
	h1 { margin-top: 0;	}
	h2 { 
		margin-bottom: 20px;
		font-size: 28px;
		}
	form {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.about-detail ul { padding-left: 20px;	}
	img.left {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.AVfuel {
		background-image: none;
	}
	.social { clear: both; }
}
@media screen and (max-width:480px) {
}
@media screen and (max-width:400px) {
}