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: #ffffff;
	font-size: 14px;
	margin: 0;
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
	background: #e8e8e8;

	


	
	
}



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: #466CA7;
}



table.table th {
    background: #456CA7;
    color: #fff;
	
	padding: 10px;
	
}

table.table-striped tbody tr th.v-center {
	vertical-align: middle !important
}

table.table-striped tbody tr th.v-bottom {
	vertical-align: bottom !important
}

table.table-striped th.no-pad {
	padding: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important
}
table.table-striped th.no-pad p {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}


/* 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  {
	max-width: 200px;
	padding-top:5px;
	
}



::selection {
    background: #456CA7;
    color: #FFF;
}

.navbarXs {
    background-color: #e8e8e8 !important;
	
	padding-bottom: 5px;
    
}

.navbarXs  .fa-bars {
	color: #456CA7;
	line-height: 50px ;	
}


.navmenu-brand {
	background-color: #FFFFFF;	
	border:none;
	margin:0;
	padding:1em;
	text-align: center;
}


.navbarXs button {
	float: left;	
}


.navmenu-brand img{
	max-width: 200px;
}

.navXs {
	padding-top: 2em;
	padding-bottom: 2em;	
}

.navXs>li>a {
		
	letter-spacing: 1px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-transform:uppercase;
	
}

.navXs>li>a:hover {
	background: rgba(0,0,0,0.33)	
}


.sb-slidebar {
	background: url(../images/slide-bar-bg.jpg);
	background-position: top center; 
}

.max-50 {
	max-width:50%;	
}

.max-800 {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;	
}

.condensed {
font-family: 'Open Sans Condensed', sans-serif;	
}
.text-white {
	color: #FFFFFF;	
}

.text-shad {
	text-shadow: 0px 0px 10px rgba(0,0,0,1.00);
}


.text-shad-angle {
	text-shadow: 15px 15px 10px rgba(37,59,91,1.00);
}



.text-bold {
	font-weight:bold;	
}
.text-blue {
color: #466ca7;	
}

.text-orange {
	color: #FF9C41;	
}



#nav-bump {
	display: block;
	height: 55px;	
}

h1,h2,h3,h4,h5 {
	font-weight:300;	
}

h1 {
	font-size: 4em;	
}

h2 {
	font-size: 2.4em;	
}


.text-black {
	color: #000000;
}	

.text-normal {
	font-weight: normal !important;	
}


.text-base {
	font-size:1em;	
}
	
	.lh-increase {
		line-height: 2em;	
	}
	
	.lh-0 {
		line-height: 0;	
	}

text-white {
	color: #FFFFFF !important;	
}

.pad-vert {
	padding-top:1em;
	padding-bottom: 1em;
}

.pad-top {
	padding-top: 1em;
	
}


.pad-top-2x {
	padding-top: 2em;
	
}

.pad-bottom {
	padding-bottom:1em;	
}

.pad-bottom-2x {
	padding-bottom:2em;	
}


.pad-vert-2x {
	padding-top:2em;
	padding-bottom: 2em;
}

.no-marg {
	margin:0;	
}

.no-marg-bottom {
	margin-bottom:0;	
}


.bump-top {
	margin-top: 1em;	
}

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

hr.blue {
	border: none;
	height:2px;
	background: rgba(70,108,167,0.39);	
}

.bump-right {
	margin-right: 1em;	
	
}


.bump-bottom {
	margin-bottom: 1em;	
	
}

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


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

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

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

.text-md {
	font-size: 1.5em;
}

.text-lg {
	font-size:2em;	
}

.text-italic {
	font-style: italic;	
}


.popup {
	
}




.sb-site-container {
	background-color: #e8e8e8;
}	

.content-max {
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	padding-left:1em;
	padding-right:1em;	
	position:relative;
}


#main-hero {
	background-image: url(../images/Hero-01.jpg);
	min-height:939px;
	background-size:cover;
	background-position: center;	
}





#hero-text {
	text-align: center;
	padding-top:50px;
	background: rgba(0,0,0,0.4);	
}

#hero-text h1 {
	font-size: 3em;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FF9C41;
	font-weight: 300;
	text-shadow: 0px 0px 10px rgba(0,0,0,1.00);
}

#hero-text h3 {
	font-size: 1.1em;
	font-weight:normal;
	width: 100%;

	line-height:2em;
}



.anchor:before {
    display: block;
    content: " ";
    margin-top: -200px;
    height: 200px;
    visibility: hidden;
}


a.main-phone {
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	color: #FF9C41;	
	white-space: nowrap;
}

a.local-phone {
	white-space: nowrap;	
}

#header-top {
	height:75px;
	text-align:right;
	padding-top:15px;	
}


a.header-email {
	color: #FFFFFF;
}


a.header-email:hover {
	color: #FF9C41;
}

.social-icons a {
	color: rgba(255,255,255,0.40);	
	display: inline-block;
	
}
.social-icons a:hover {
	color: rgba(255,255,255,1.00);
}


.social-icons a:first-child {
	margin-right:1em;
}



a.cta {
	display: block;
		padding:1em;
		color: #ffffff;
}



a.cta:hover {
	background: rgba(255,255,255,0.25);	
	color: #000000;
}


.cta-container {
	padding-top: 2em;
	padding-bottom:2em;	
}

.home-content {
	background: url(../images/content-bg.jpg);
	background-size: cover;
	background-position: center;	
	-webkit-clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
	overflow: visible;
}

#more-info {
	margin-top:-300px;
	padding-top: 100px;
	
	
}





/*
.angle {
	 margin: 0 -50px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}


.angle:nth-child(odd){

-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-o-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
margin-top: -200px;
} 

.angle:nth-child(even){

-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
 }  

.angle:first-child{
margin-top: 0px;
} 

.content{
margin: 0 auto;
padding:0 0 0 50px;
}

.angle:nth-child(odd) .content{
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
 -o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
 } 


 .angle:nth-child(even) .content{
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-o-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
 } 
 
 */
 
 
 
 #take-flight {
		font-family:'Open Sans Condensed', sans-serif; 
		color: #000000;
		text-transform: uppercase;
			padding-top:100px;
			padding-bottom:50px;
			
	text-align: center;
	white-space: nowrap;
	
	
 }
 
 
  #take-flight .top {
		font-size: 2em; 
		margin:0;
		line-height:0; 
		
  }
 
 
 
  
  #take-flight .bottom {
		font-size: 3em;  
		margin:0
  }
 
 
 
 #featured-products {
	background: url(../images/featured-products-arrow.svg) #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom:1em;
	 
 }
 
  #featured-products h2 {
		margin:0; 
		font-family:'Open Sans Condensed', sans-serif;
		padding: .5em 0;
	  text-shadow: 0 0 10px #000
		 
  }
  
  
  ul.products {
	
	padding:2em 0; 
	list-style-type:non;
	color: #000000; 
  }	
  
  
 
   ul.products li {
	  max-width:300px;
	  display: inline-block;
	  margin-bottom:1em;
	  vertical-align:top; 
	  margin-left:2em;
	  margin-right:2em;
	   
   }
   
   ul.products li a {
		display:block;
		color: #000000;   
   }
   
   
   ul.products li a img {
	   -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;
   }
   
    ul.products li a:hover {
		
		color: #F47724;
	}
	
	 ul.products li a:hover > img {
		-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
	 }
   
   
 #main-footer {
	 background: #E8E8E8;
	 color: #000000;
	
 }
 

 
 .footer-logo img {
	 
	max-width: 275px; 
 }
 
 #main-footer a {
	color: #466CA7; 
 }
 
  #main-footer a:hover {
	color: #F47724;
 }
 
 .footer-phone {
	margin: .75em 0; 
	white-space: nowrap;
 }
 
  .footer-phone span.pipe {
	font-weight: bold;
	
	font-size: 1.5em;
	color: #000000;  
  }
 
 
 .footer-email span {
	 color: #000000;
	 font-style: italic;
 }
 
 #footer-left {
	 width:100%;
	 text-align: center;
	 margin-bottom: 1.5em;
	 
 }
 
  #footer-right {
	  width:100%;
	text-align: center;
 }
 
 
 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 {
	margin-left: 1em;
	opacity: .6;
 }
 
 
   .footer-social a:hover {

	opacity: 1.00;
 }
 
 
 .footer-disc {
		font-size: .8em; 
 }
 
 
 .down-arrow {
		max-width: 100px; 
 }
 
 .navbar-phone {
	display: none; 
 }
 
 
 
 .border-blue-top {
	 border-top: solid 2px #466CA7; 
 }
 
 
 


/*   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: #466CA7 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: #F8973F;
  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: 150px;
  }
}

/* END BACK TO TOP */


.page-head {
	text-align: center;
	padding-top:20px;
	background-size: cover;
	background-position: center top;
	padding-bottom:1em;	
}



.bg-runway {
	background-image: url(../images/run-way-header.jpg);	
}

.bg-controls {
	background-image: url(../images/controls-header.jpg);	
}

.bg-blue {
	background-color: #466ca7;	
}


.bg-dk-blue {
	background-color: #262d39;	
}

.bg-orange {
	background-color: #ab874d;	
}

.bg-white {
	background-color: #ffffff;	
}

.page-head h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1.00);
	margin-bottom: 0;
	
}




ul.product-list {
	margin:0;
	padding:0;
	list-style-type: none;	
	text-align: center;
}

ul.product-list>li {
    max-width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 3em;
    display: inline-block;
    vertical-align: top;
    
    padding: 1em;
	
	
	border-bottom: solid 3px #D4D4D4;
}



ul.product-list>li a {
	color: #8BA5CE;	
}

ul.product-list>li a.btn-primary {
	color: #FFFFFF;	
}


ul.product-list>li a:hover {
	color: #000000	
}
ul.product-list>li .main-img {
	
	max-height:200px;	
}

ul.product-list>li img {
	max-height:200px;	
}

ul.product-list li .left {
	max-width: 30%;
	display: inline-block;
	vertical-align:top;	
}

ul.product-list li .right {
	max-width: 68%;
	display:inline-block;
	vertical-align:top;	
}


ul.product-list li h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #466CA7;	
}


ul.product-list ul {
	padding:0;	
}
ul.product-list ul li {
	display: block;
	
	max-width:100%;	
}




.product-thumbs {
	text-align: center;
	padding-top: 1em;
}	

ul.product-list a.popup img {
	border: solid 2px rgba(255,255,255,0.00);
		-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;
	
	
	}

ul.product-list a.popup img:hover {
	border: solid 2px rgba(255,156,65,1.00)}

.product-thumbs a {
	display: inline-block;
	margin:1em 5px;	
}
 
 
 /* BTN */
 
 .btn {
    display: inline-block;
    padding: .5em .7em;
    margin-bottom: 0;
    font-size: inherit;
    
    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:none !important;
    border-radius: 0px;
}


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

 .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;
}



.btn i {
	color: #FF9C41;
}	

ul.product-list .btn {
	
	white-space: normal !important;	
}


 /* END BTNS */
 
 
 
 
 
 
 
 .blue-angle-right {
	background-image: url(../images/blue-angle-right.svg);
	background-repeat: no-repeat;
	background-position:top left;
	background-size: cover;
	position:relative;
	margin-top:-2px;
	width:100%;
	 
 }
 
 
 
 
 nav.page-nav ul {
	 position: relative;
	 z-index:1000;
	margin:0;
	padding:1em;
	list-style-type: none; 
	text-align: center;
 }
 nav.page-nav ul li {
	display: inline-block; 
 }
  nav.page-nav ul li a {
	  color: #FFFFFF;
		display: block;
		padding:.5em 1em;
		margin:.5em 1em;
		background: #000000; 
		border-radius: 100px; 
  }
 
  nav.page-nav ul li a:hover {
		background: #FF9C41  
  }
 
 .product-sections h2 {
		background: #466CA7;
		padding:.5em; 
		color: #FFFFFF;
		text-align:center;
		border-radius: 100px;
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
 }
 
.bg-gray {
	background: #E8E8E8;	
}

.bg-lt-blue {
	background: #7092C4
}
 
@media screen and (min-width: 481px) {
#main-hero {
	
	min-height:800px;
	
}

 .navbar-phone {
	display: inline-block; 
	float: right;
	margin-right:1em;
	padding-top:15px;
 }
 






}






@media screen and (min-width: 768px) {
	
	ul.product-list>li {
		border: none;	
	}
	
#main-header {
	position: absolute;
	width:100%;
	top:0;
	z-index:3000;	
}

	
	
#header-bottom {
	height:50px;
	background: rgba(255,255,255,0.65);	
	position:relative;
	width:100%;
	
	
}
	
#menu-side {
	position:absolute;
	width: 100px;
	height: 81px;
	background-image: url(../images/menu-dec.png);
	background-repeat:no-repeat;
	top:-15px;
	right:0;	
}


	
#header-logo {
	position: absolute;
	
	top:-25px;
	   -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;	
	
	
}

nav#main-nav {
	padding-right:120px;
	text-align:right;
}

nav#main-nav a {
	display: inline-block;
	height:50px;
	line-height:50px;
	color: rgba(0,0,0,0.65);
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	padding-left:.75em;
	padding-right:.75em;
	margin-left:-4px;
	box-shadow: 0 0 0 0 rgba(255,255,255,0.65) inset;
    transition-duration: 0.7s;
}
	
nav#main-nav a:hover {
	
	    box-shadow: 0 100px 0 0 #ffffff inset;
    transition-duration: 0.4s;
	color: #000000
	
}


 #footer-left {
	 width:50%;
	 float: left;
	 text-align: left;
	 margin-bottom: 0;
 }
 
  #footer-right {
	  width:50%;
	 float: left;
	 text-align: right;
 }
 
 
 	#header-logo {
	position: absolute;
	max-width: 200px;
	top:-60px;	
	
	
}

#hero-text {
	text-align: right;
	padding-top:200px;	
	background: rgba(0,0,0,0);	
}

#hero-text h1 {
	font-size:3.75em;
	font-family:'Open Sans Condensed', sans-serif;
	color: #FF9C41;	
	font-weight:300;
}

#hero-text h3 {
	font-size: 1.1em;
	font-weight:normal;
	max-width: 60%;
	float: right;
	line-height:2em;
}

	#main-hero {
	background-image: url(../images/Hero-01.jpg);
	min-height:939px;
	background-size:cover;
	background-position: center;	
}


  #take-flight .top {
		font-size: 3em; 
		margin:0;
		line-height:0; 
		
  }
 
 
 
  
  #take-flight .bottom {
		font-size: 6em;  
		margin:0
  }
 
 
 
 
 
 
 
 /* affix rules */
 
 
.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:-75px; 
	
 }
 
  .affix #header-bottom {
	background: rgba(255,255,255,0.80);  
  }
 
 
 .affix #header-logo {
	max-width:175px;
	top:5px;
	 
 }	
 
 /* END AFFIX RULES */
 
 
 
 
 
 
 
 
 
 
 
 
.page-head {
	
	padding-top:150px;
	
}
 
 
 
 
 
 ul.product-list li {
   width: 325px;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}

 
 
 
	
}






@media screen and (min-width: 992px) {
	
	#header-logo {
	position: absolute;
	max-width: 300px;
	top:-8px;	
	
	
}


#hero-text {
	text-align: right;
	padding-top:250px;	
}


#hero-text h1 {
	
	font-size:4.125em;
	font-family:'Open Sans Condensed', sans-serif;
	color: #FF9C41;	
	font-weight:300;
	
}


 #take-flight {
	
			padding-top:200px;
			padding-bottom:50px;
			

	
	
 }
	
	
}




@media screen and (min-width: 1200px) {
	#header-logo {
	position: absolute;
	max-width: 550px;
	top:-25px;	
	
	
}

ul.product-list li {
    max-width: 28%;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}



	
}

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


	
}


@media screen and (min-width: 1800px) {
	
		nav#main-nav {
	padding-right:0px;
	
}	

#take-flight {
	padding-top:350px;	
}
	
	
}
