html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}
body {
	width: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 16px;
	margin: 0;
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
}
img {
	border: none;
	margin: 0;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
a {
	color: #ff9c41;
	outline: none !important;
	border: none;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
a:hover {
	color: #000000;
}
/* g maps */

.google-maps {
	position: relative;
	padding-bottom: 50%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* Video */


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.snyder {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
#logoXsNav {
	float: right;
	margin: 5px 10px 0 0;
}
#logoXsNav img {
	width: 100px;
}
::selection {
	background: #006ec6;
	color: #FFF;
}
hr.blue {
	border: none;
	height:2px;
	background: rgba(70,108,167,0.39);	
}

 .btn-white {
    color: #466CA7;
    background-color: rgba(255,255,255,0.75);
    border: none !important;
}

 .btn-white:hover {
    color: #466CA7;
    background-color: rgba(255,255,255,1.00);
    border: none !important;
}


.underline {
	text-decoration: underline;
}


.navbarXs {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001d41+0,ffffff+78&0.81+0,1+98 */
	background: -moz-linear-gradient(left, rgba(0,29,65,0.81) 0%, rgba(255,255,255,0.96) 78%, rgba(255,255,255,1) 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,29,65,0.81) 0%, rgba(255,255,255,0.96) 78%, rgba(255,255,255,1) 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,29,65,0.81) 0%, rgba(255,255,255,0.96) 78%, rgba(255,255,255,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf001d41', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
	border-bottom: solid #001d41 4px;
	padding-bottom: 5px;
}
.navbarXs .fa-bars {
	color: #ffffff;
	line-height: 50px;
}
.navmenu-brand {
	background-color: #FFFFFF;
	border: none;
	text-align: center;
	padding: 1em;
	margin: 0;
}
.sb-slidebar {
	background: url(../images/mobile-menu-bg.jpg);
	margin: 0;
	padding: 0;
}
.sb-slidebar .text-center a {
	color: #000000;
}
.sb-slidebar .text-center a:hover {
	color: #FFFFFF;
}
.navmenu-brand img {
	max-width: 150px;
}
.navXs {
	padding-top: 1em;
	padding-bottom: 1em;
}
.navXs>li>a {
	letter-spacing: 1px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.navXs>li>a:hover {
	background: rgba(0,0,0,0.33);
	color: #FFFFFF;
}

.navXs>li>ul {
	list-style-type: none;
	padding: 10px 0;
	margin:0 2em;
	text-align: center;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.navXs>li>ul>li>a {
	display: block;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	padding:5px;
}


.navXs>li>ul>li>a:hover {
	background: rgba(0,0,0,0.33);
	color: #FFFFFF;
}



.navbarXs button {
	float: left;
}
.text-orange {
	color: #FF9C4E;
}
.text-white {
	color: #FFFFFF;
}
.text-italic {
	font-style: italic;
}
.text-bold {
	font-weight: bold;
}
.text-md {
	font-size: 1.5em;
}
.text-lg {
	font-size: 2em;
}
#nav-bump {
	display: block;
	height: 88px;
}
.condensed {
	font-family: 'Open Sans Condensed', sans-serif;
}
.text-blue {
	color: #097DB8;
}
.text-black {
	color: #000000;
}
.text-normal {
	font-weight: normal !important;
}
.lh-increase {
	line-height: 2em;
}
.text-white {
	color: #FFFFFF !important;
}

.img-full-width {
	width: 100% !important
	
}

.text-sm {
	font-size: .75em;
}

.no-marg {
	margin: 0;
}
.no-marg-top {
	margin-top: 0;
}
.bump-top {
	margin-top: 15px;
}
.bump-right {
	margin-right: 15px;
}
.bump-bottom {
	margin-bottom: 15px;
}
.bump-vert {
	margin-top: 15px;
	margin-bottom: 15px;
}

.bump-vert-2x {
	margin-top:2em;
	margin-bottom:2em;
}


.pad-vert {
	padding-top: 1em;
	padding-bottom: 1em;
}
.pad-vert-2x {
	padding-top: 2em;
	padding-bottom: 2em;
}
.content-max {
	max-width: 1600px;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
}
.popup {
}
.max-50 {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.max-800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#main-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3000;
}
#main-header #header-top {
	height: 60px;
	background-color: rgba(0,29,65,0.58);
	padding-top: 10px;
}
.main-hero {
	width: 100%;
	padding-bottom: 150px;
	background: url(../images/hero-01-sm.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}
#header-top a {
	color: #ffffff;
}
#header-top a:hover {
	color: #FF9C41;
}
#header-top a.main-phone {
	font-style: italic;
	font-weight: 700;
	font-size: 1.5em;
	color: #ff9c41;
}
#header-top a.main-phone:hover {
	color: #FFFFFF;
}
#main-hero #header-bottom {
}
#header-top-left {
	width: 20%;
	float: left;
}
#header-top-right {
	width: 80%;
	float: left;
	text-align: right;
}
.nav-left, .nav-right {
	width: 38%;
	float: left;
}
#header-logo {
	width: 18%;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
	text-align: center;
}
#header-logo img {
}
.nav-right {
	text-align: right;
}
#header-logo a {
	display: block;
}
.social-icons a {
	opacity: 0.5;
	margin-left: 1em;
}
.social-icons a:hover {
	opacity: 1.00;
}
.header-location {
	font-style: italic;
	font-weight: 700;
	font-size: 1.5em;
}
.main-nav {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: solid 2px #ffffff;
}
.nav-lines {
	background-image: url(../images/nav-lines.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.main-nav a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
	position: relative;
	cursor: pointer
}
.main-nav a:hover {
	color: #FF9C41;
}

.main-nav>ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

.main-nav>ul>li {
	display: inline-block;
	position: relative;
}

.nav-right>ul>li {
	margin-left: 2em;
}
.nav-right>ul>li:first-child {
	margin-left: 0;
}
.nav-left>ul>li {
	margin-right: 2em;
}
.nav-left>ul>li:last-child {
	margin-right: 0;
}

.dropdown-menu {
	padding:1em;
	position: absolute;
    top: 160%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: auto;
	width:auto ;
    white-space: nowrap;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
	letter-spacing: 1px;
    list-style: none;
    background-color: rgba(0,29,65,0.58);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
   border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	
}

.main-nav .dropdown-menu a {
	display: block;
	padding: 10px 0;
	color: #fff;
	
}

.main-nav .dropdown-menu a:hover {
	color: #FF9C41;
	 
}



.main-hero .hero-text {
	text-align: center;
	padding-top: 100px;
	padding-left: 1em;
	padding-right: 1em;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.main-hero .hero-text h1 {
	font-size: 4em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0,0,0,1.00);
	letter-spacing: 5px;
}
.main-hero .hero-text h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#douglas-dc3 h3 {
	margin-top: 1.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
/* btn primary */

.btn-primary {
	color: #fff;
	background-color: #000000;
	border: none !important;
}


.btn-blue {
	color: #fff;
	background-color: #00A0F4;
	border: none !important;	
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
	background-color: #FF9C41 !important
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #FF9C41
}
.btn {
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 6px 12px;
	margin-bottom: .5em;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	letter-spacing: 1px;
}
/* END BTN PRIMARY */



#douglas-dc3 {
	position: relative;
	text-align: center;
	margin-top: -100px;
	z-index: 10;
	margin-bottom: 3em;
}
.bg-lt-blue {
	background: rgba(231,240,249,1.00);
}



.bg-douglas-dc3 {

	
}
.main-cta {
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
}
.cta {
	display: inline-block;
	padding: 8px;
	border: solid 2px rgba(0,0,0,0.30);
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
	max-width: 80%;
	margin-bottom: 2em;
	background: rgba(255,255,255,0.52);
}
.cta span {
	background-color: #3FB2EB;
	display: inline-block;
}
.cta img {
	opacity: .40;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.cta:hover {
	border: solid 2px rgba(0,0,0,1.00);
	background-color: #FD9A41;
}
.cta:hover img {
	opacity: 1.0;
}
.cta h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.25em;
}
section.promo-items {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/angle-bg.svg);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #ffffff;
	padding: 2em;
	margin-top: 4em;
	margin-bottom: 6em;
}
section.promo-items h5 {
	font-size: 1.875em;
	margin: .7em 0;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 1px;
}
section.sub-images {
	position: relative;
	
}
section.sub-images img {
	margin-bottom: 4em;
}
#main-footer {
	background: #E8E8E8;
	color: #000000;
}
#main-footer div.content-max {
	border-top: solid 2px #466CA7;
	padding-top: 2em;
	padding-bottom: 2em;
}
#footer-left {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
}
#footer-right {
	width: 100%;
	text-align: center;
}
.footer-logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 275px;
}
#main-footer a:hover {
	color: #F47724;
}
#main-footer a {
	color: #466CA7;
}
a.main-phone {
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	color: #FF9C41;
	white-space: nowrap;
}
.footer-phone {
	margin: .75em 0;
	white-space: nowrap;
}
.footer-phone span.pipe {
	font-weight: bold;
	font-size: 1.5em;
	color: #000000;
}
nav#footer-nav a {
	display: inline-block;
	color: rgba(0,0,0,1.00);
	font-size: 1.2em;
	text-transform: uppercase;
	margin-left: 1.5em;
	border-bottom: solid 2px rgba(232,232,232,0.00);
	transition-duration: 0.2s;
}
nav#footer-nav a:hover {
	color: #466CA7;
	border-bottom: solid 2px #466CA7;
}
.footer-social {
	padding: .75em 0;
}
.footer-social a:hover {
	opacity: 1.00;
}
.footer-social a {
	margin-left: 1em;
	opacity: .6;
}
.navbar-phone {
	display: none;
}
/*   back to top */

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top:hover {
	background: #FF9C41 url(../images/cd-top-arrow.svg) no-repeat center 50%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .8;
}
.no-touch .cd-top:hover {
	background-color: #095E4A;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
}
}
/* END BACK TO TOP */






/* PAGE HEROS */





.page-hero-bg {
	height: 250px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
}


.bg-conversion-details {
	background-image: url(../images/conversion-details/conversion-details.jpg);
	background-position: left center;
	
}





.bg-specifications {
	background-image: url(../images/specifications/specifications.jpg);
	background-position: left center;
	
}




.bg-engines-props {
	background-image: url(../images/engines-props/engines-props.jpg)
}
.page-hero {
	height: 250px;
	width: 100%;
	position: relative;
}
.page-hero h1 {
	position: absolute;
	width: 100%;
	padding: 0 1em;
	text-align: center;
	bottom: 0;
	font-size: 2em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0,0,0,1.00);
}
.page-hero h1 span {
	font-weight: 300;
	letter-spacing: 0;
}
/* END PAGE HEROS */




.page-content {
	background: #FFFFFF;
	position: relative;
}
ul.spec-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.spec-list li {
	position: relative;
	width: 96%;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	margin: .5em 2%;
}

ul.spec-list.vert li {
	position: relative;
	width: 96%;
	vertical-align: top;
	display: block;
	margin: .5em 3%;
	padding-left: 1.25em;
	text-align: left;
}
ul.spec-list li:before {
	margin-right: .5em;
	font-family: FontAwesome;
	content: "\f067";
	color: #097DB8;
}
.engine-wrapper {
	background-image: url(../images/engines-props/engines.jpg);
	background-size: cover;
	background-position: center top;
}
.blue-angle-left {
	background: url(../images/engines-props/blue-angle-left.svg);
	background-position: right top;
	background-size: cover;
}
.engine {
	width: 100%;
	height: 400px;
	display: table;
}
.engine h2 {
	max-width: 60%;
	text-align: right;
	padding-right: 2em;
	padding-left: 2em;
	display: table-cell;
	vertical-align: middle;
	font-size: 3em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0,0,0,1.00);
}
.engine h2 span {
	display: block;
	font-weight: 300;
}
.max-1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}



.prop-wrapper {
	background-image: url(../images/engines-props/props.jpg);
	background-size: cover;
	background-position: center top;
}
.blue-angle-right {
	background: url(../images/engines-props/blue-angle-right.svg);
	background-position: left top;
	background-size: cover;
}

.prop {
	width: 100%;
	height: 400px;
	display: table;
}
.prop h2 {
	max-width: 60%;
	text-align: left;
	padding-right: 2em;
	padding-left: 2em;
	display: table-cell;
	vertical-align: middle;
	font-size: 3em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0,0,0,1.00);
}
.prop h2 span {
	display: block;
	font-weight: 300;
}


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

ul.aircraft-list li {
	
}

ul.aircraft-list li:hover  {
	
}

ul.aircraft-list .aircraft {
	text-align: center;
}

ul.aircraft-list .aircraft-name {
	text-align: center;
}

.cursor-point {
	cursor: pointer !important;	
}

table.table td {
	padding: .5em 0;
}	


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #E8E8E8;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.aircraft-info h3 {
	font-weight: 700;
	text-align: center;	
}

.price {
	
	font-weight: 700;
}

.price span {
	font-size: 2em;
		
}

.t-shad {
	text-shadow: 0 0 5px #000;
}

.home-definitions {
	padding: 1em;
	
}

.home-definitions h3 {
	font-size: 2em;
}



@media screen and (max-width: 480px) {
	.text-center-sm {
		text-align: center;	
	}
	
	
	
	
}


@media screen and (min-width: 481px) {
.navbar-phone {
	display: inline-block;
	float: right;
	margin-right: 1em;
	padding-top: 15px;
}
.navbar-phone a.main-phone {
	color: #000000 !important;
}


.bg-douglas-dc3 {
	background: url(../images/douglas-dc-3-side.jpg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 800px;
	
	
}
}

@media screen and (min-width: 768px) {
	

	
	
.main-hero .hero-text h2 {
	
	font-size: 2em;
	
	line-height: 1.5em;
}	
	
	
	
.page-hero-bg {
	height: 350px;
}
.page-hero {
	height: 350px;
}
#footer-left {
	width: 38%;
	float: left;
	text-align: left;
	margin-bottom: 0;
	margin-right: 2%
}
#footer-right {
	width: 60%;
	float: left;
	text-align: right;
}
.footer-logo {
	margin-left: 0;
	margin-right: auto;
}
.main-hero .hero-text {
	padding-top: 280px;
}
#douglas-dc3 {
	margin-top: -180px;
	margin-bottom: 3em;
}
.main-hero .hero-text h1 {
	font-size: 5.875em;
}
.main-hero {

	padding-bottom: 300px;

}

.cta {
	display: inline-block;
	padding: 8px;
	border: solid 2px rgba(0,0,0,0.30);
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
	max-width: 25%;
	margin-bottom: 2em;
	vertical-align: top;
	background: rgba(255,255,255,0.52);
}
/* AFFIX */



.affix {
	top: 0;
	width: 100%;
	position: fixed !important;
	z-index: 3000;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.affix-top {
	width: 100%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	position: fixed;
}
.affix-bottom {
	position: absolute;
	width: 100%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.affix #header-top {
	margin-top: -60px;
}
.affix #header-bottom {
	background: rgba(255,255,255,0.80);
	border-bottom: 4px solid #12507C;
}
.affix #header-logo img {
	max-width: 100px;
}
.affix #header-logo a {
	margin-top: 0;
}
/* END AFFIX */


ul.spec-list {
	list-style-type: none;
	padding-left: 2em;
}
ul.spec-list li {
	position: relative;
	width: 26%;
	vertical-align: top;
	display: inline-block;
	margin: .5em 3%;
	padding-left: 1.25em;
	text-align: left;
}
	
	
	
ul.spec-list li:before {
	position: absolute;
	top: 1px;
	left: 0;
	font-family: FontAwesome;
	content: "\f067";
	color: #097DB8;
}
.page-hero h1 {
	font-size: 3em;
}
ul.aircraft-list .aircraft {
	text-align: left;
	width: 50%;
	display: inline-block;	
}

ul.aircraft-list .aircraft-name {
	width: 49%;
	display: inline-block;
	text-align: left;	
}

.aircraft-info {
	
}

.aircraft-info h2 {
	
	background-color: #009DEF;
	color: #FFFFFF;	
	padding:1em;
}

.aircraft-info h2 span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;	
}


}

@media screen and (min-width: 992px) {
	
	.push-top {
	margin-top: 6em;
}	
	
	
.nav-left, .nav-right {
	width: 36%;
	float: left;
}
#header-logo {
	width: 20%;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
	text-align: center;
}
#header-logo a {
	margin-top: 0;
}
.main-nav a {
	font-size: 1em;
}


.main-hero {
	background: url(../images/hero-01.jpg);
	padding-bottom: 300px;
		background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
}

@media screen and (min-width: 1200px) {
.main-nav a {
	font-size: 1.2em;
}
}

@media screen and (min-width: 1350px) {
.nav-left, .nav-right {
	width: 30%;
	float: left;
}
#header-logo {
	width: 40%;
	float: left;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}
#header-logo a {
	margin-top: -50px;
}

.bg-douglas-dc3 {
	background: url(../images/douglas-dc-3-side.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	
	
}


section.sub-images {
	position: relative;
	
}



}

@media screen and (min-width: 1650px) {
.content-max {
	padding-left: 0;
	padding-right: 0;
}


.bg-douglas-dc3 {
	padding-bottom:300px;
	
	
}


section.sub-images {
	position: relative;
	margin-top:-300px;
}





}
