﻿/*====================================== 
	
	Color information
	
	-
		 
========================================*/

/*====================================== 
		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%;}
svg:not(:root) {overflow: hidden;}

/*====================================== 

			BASE STYLES 

========================================*/
* {box-sizing: border-box;}
.boxs-reset, .boxs-reset *{box-sizing: border-box;}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
.clear {clear: both;}
img {border: 0;max-width:100%;} 

body {
    font-family: aero-matics-regular, sans-serif;
	font-weight: 200;
    margin: 0;
	padding:0;
	background-color: #ddd;
	color: #111;
}

.border-bottom {border-bottom: 1px solid rgba(255,255,255,0.7);}
.border-top {border-top: 1px solid rgba(255,255,255,0.7);}
.border-bottom-dk {border-bottom: 1px solid rgba(0,0,0,0.7);}
.border-top-dk {border-top: 1px solid rgba(0,0,0,0.7);}

.padding.top {padding-top: 20px;}
.padding.bottom {padding-bottom: 20px;}
.padding.left {padding-left: 3%;}
.padding.right {padding-right: 3%;}

.padding-small.top {padding-top: 8px;}
.padding-small.bottom {padding-bottom: 8px;}
.padding-small.left {padding-left: 8px;}
.padding-small.right {padding-right: 8px;}


.svg-inline--fa.fa-w-10 {width:20px!important;}

	
/*====================================== 

			TYPOGRAPHY

=======================================*/
@font-face {
	font-family: aero-matics-regular;
	src: url(../webfonts/aero-matics/aero-matics-regular.woff);
}
@font-face {
	font-family: aero-matics-bold;
	src: url(../webfonts/aero-matics/aero-matics-bold.woff);
}
@font-face {
	font-family: aero-matics-light;
	src: url(../webfonts/aero-matics/aero-matics-light.woff);
}
@font-face {
	font-family: aero-matics-italic;
	src: url(../webfonts/aero-matics/aero-matics-italic.woff);
}
@font-face {
	font-family: aero-matics-bold-italic;
	src: url(../webfonts/aero-matics/aero-matics-bold-italic.woff);
}
@font-face {
	font-family: aero-matics-light-italic;
	src: url(../webfonts/aero-matics/aero-matics-light-italic.woff);
}

p, li {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
	font-family: aero-matics-regular, sans-serif;
	padding: 5px 2%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: aero-matics-regular, sans-serif ;
	margin: 5px 0;
	color: #111;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, p.light, span.light {
	font-family: aero-matics-light, sans-serif;
}

.bold, strong {font-family: aero-matics-bold, sans-serif; color: #0071bd}
.italic {font-family: aero-matics-italic, sans-serif;}
.bold.italic {font-family: aero-matics-bold-italic, sans-serif;}
.caps {text-transform: uppercase;}
.inline {display: inline-block; vertical-align: middle;}
img.inline {display: inline-block !important; vertical-align: middle !important;}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, a.white, span.white {
	color: #fff;
}

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue, p.blue, span.blue, a.blue {
	color: #0071bd;
}



h1.huge {font-size: 2.9rem;}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

.small {font-size: 10px;}
.medium {font-size: 16px;}
.large {font-size: 20px;}

.nopadding {padding: 0;}
.nomargin {margin: 0;}

.text-center {text-align: center;}
.text-right {text-align: right;}

ul.no-style {list-style-type: none; padding: 0;}


/*====================================== 

			LINK STYLES

=======================================*/

a {
    text-decoration:none;
	color: #303030;
}

a:hover  {
	color: #aaa;
    text-decoration:none;
} 

a.dark {color: #333}
a.hov-under:hover {text-decoration: underline;}





/*======================================

		TOPBAR/HEADER STYLES 

=======================================*/

header{
	width:100%;
	margin:0;
	background-color: #111;
	text-align: center;
	display: block;
	position: fixed;
	z-index: 999999;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}





/*======================================

		See menu.css for Nav Styles 

=======================================*/





/*======================================

			CONTENT STYLES

=======================================*/


@keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}}
@-moz-keyframes fadein { /* Firefox */
    from {opacity:0;}
    to {opacity:1;}}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {opacity:0;}
    to {opacity:1;}}
@-o-keyframes fadein { /* Opera */
    from {opacity:0;}
	to {opacity: 1;}}

#wrapper{
	width:100%;
/*	max-width: 1200px;	/*For sites that shouldn't be full-width*/
	padding:0;
	position: absolute;
	top: 184.4px;
	left: 0;
	right: 0;
	margin: auto; 

}

.tile-bg {background: url(../siteart/subtle-patterns/tile-bg.png) repeat;} 
.lines-bg {background: url(../siteart/subtle-patterns/lines-bg.png) repeat;}
.dots-bg {background: url(../siteart/subtle-patterns/dots-bg.png) repeat;}
.triad-bg {background: url(../siteart/subtle-patterns/triad-bg.png) repeat;}
.dark-bg {background: url(../siteart/subtle-patterns/dark-bg.png) repeat;}
.white-bg {background-color: white;}
.blue-bg {background-color: #0071bd;}

img.full-width {width: 100%;}

.drop-shadow {box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.1);}

.slick-dots li {font-size: 7px !important;}



/*======================================

			HERO SLIDER STYLES

======================================*/
.hero {
	padding: 0;
	height: 500px;
	overflow: hidden;
	position: relative;
	border: 4px solid #fff;
}

.slider-img {
	padding: 0;
	margin: 0;
	
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	top: 0; bottom: 0;
	margin: auto;
	opacity: 0;
	max-width: none !important;
}

.hero.left > img.slider-img {
	right: 0;
}
.hero.main > img.slider-img {
	right:0; left:0;
}
.hero.right > img.slider-img {
	left: 0;
}
.slider-img:first-of-type {
	opacity: 1;
}

.hero-overlay {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,113,189,0.6);
}

.hero-tabs {
	position: absolute;
	z-index: 2;
	height: 16px;
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	width: 100%;
	text-align: center;
}

.hero-tab {
	display: inline-block;
	height: 4px;
	width: 30px;
	margin: 6px 3px;
	background-color: #fff;
	cursor: pointer;
}

.hero-tab.selected {background-color: #0071bd;}






/*======================================

			About Text Styles

======================================*/
#about-ul {list-style-type: none; padding: 0;}

#about-ul li {
	display: inline-block;
	font-size: 18px;
	padding: 5px 8px;
}

#about-ul li:nth-of-type(2n) {
	font-family: aero-matics-bold, sans-serif;
	color: #0071bd;
}






/*======================================

		Scrolling Inventory Styles

======================================*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}





/*======================================

		Contact Form Styles

======================================*/
#contact-form input, #contact-form textarea {
	width: 100%;
	margin: 4px 0;
	padding: 6px;
	border: 1px solid #ddd;
}

#contact-form button {margin: 0 auto; display: block; cursor: pointer;}

form#contact-form input:focus, form#contact-form textarea:focus {
	border: 1px solid #bbb;
}

/* One line Captcha */
.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 50%;
	display: inline-block;
	float: left;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:11px;
	line-height:13px;
	width: 50%;
	display: inline-block;
	float: left;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
#CaptchaImage {margin-top: 10px !important;}
#CaptchaAnswer {width: 40% !important;}




/*======================================

		Manufacturers Logos Styles

======================================*/
.manu-logo img {margin: 10px; display: inline-block;}




/*======================================

		Inventory Styles

======================================*/
#piggy {display: none;}
#piggy.show {display: block;}







/*======================================

			Footer Styles

======================================*/

.footer-ul {
	list-style-type: none;
}

.footer-ul a, .footer-ul {color: white;}

.footer-ul li {
	padding: 0; 
	font-size: 12px;
	line-height: 1.1em; 
}

.footer img {max-width: 200px;}








/*======================================

		  RESPONSIVE STYLE

======================================*/

@media screen and (max-width: 1120px) {
	
}

/*===== Bootstrap col-lg breakpoint =====*/
@media screen and (max-width: 992px) {
	.hide-lg {display: none !important;}
}


/*===== Responsive navbar breakpoint =====*/
@media screen and (max-width: 970px) {
	#wrapper {top: 80px;}
	
	.homelink i {display: none;}	
	
	.home-about__header .col-sm-6 {width: 100%; max-width: 100%; flex: auto;}
	.home-about__header .phone, .home-about__header .email {width: 50%; max-width: 50%; flex: auto;}
}

@media screen and (max-width: 800px) {
	.homelink-text h5 {display: none;}
}

/*===== Bootstrap col-md breakpoint =====*/
@media screen and (max-width: 768px) {
	.hide-md {display: none !important;}
	
	.hero {height: 350px;}
}

@media screen and (max-width: 670px) {
	.learn-more .row .col-sm-4 h2 {height: 2.4em;}
}

/*===== Bootstrap col-sm breakpoint =====*/
@media screen and (max-width: 575px) {
	.hide-sm {display: none;}
	h1.huge {font-size: 30px;}
}

@media only screen and (max-width: 480px) {
	
}

@media screen and (max-width: 447px){
	
}

@media screen and (max-width: 414px){
	
}
	
