﻿@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Open+Sans:wght@300;400;600;800&display=swap');
/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
font-family: 'Open Sans', sans-serif;
	font-size: 16px; 
	line-height: 26px;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
p {font-family: 'Open Sans', sans-serif;}

hr{border:#000 1px solid;}
h1,h2,h3,h4,h5 {letter-spacing: 1px;}
/*--- HEADER STYLES ---------------------*/
header { padding: 10px 0;}
.logo {display: inline-block; vertical-align: middle; width: 30%;}
.logo img {max-width: 300px; width: 100%;}
.header-nav {width: 44%; text-align: center; margin: 0 auto; display: inline-block; vertical-align: middle;}
.header-contact {text-align: right; display: inline-block; vertical-align: middle; width: 23%;}
.header-contact a {display: inline-block; padding: 10px 5px; color:#093550; font-size: 20px; transition: .3s ease;}
.header-contact a:hover { color:#BBDBF2; }

/*---BODY--------------------------------*/
.width-90 {width: 90%; margin: 0 auto;}
.width-80 {width: 80%; margin: 0 auto;}
.triangle {text-align: center; margin: 0 auto; position: relative; z-index: 999;}
.sub-hero {margin-top:-30px;}
.flex-hero {display: flex; flex-direction: row; align-items: center; background: #093550; margin-top:-30px;}
.hero-text {width: 50%; justify-content: flex-start;}
.hero-text h1 {color:#BADBF1; font-size: 60px; line-height: 65px;font-family: 'Open Sans', sans-serif; font-weight: 800;}
.hero-text h3 {font-family: 'Fugaz One', cursive; color:#fff; font-size: 25px; line-height: 32px; letter-spacing: 3px; width: 72%; float: right; padding-top:15px;}
.hero-text a p {color:#fff; letter-spacing: 2px;font-family: 'Open Sans', sans-serif; padding-top:15px; transition: .3s ease;}
.hero-text a p:hover {color:#BADBF1;}

.flex-ql {display: flex; flex-direction: row; align-items: center;}
.blk-ql {width:25%; padding: 50px 0; height: 300px;background: #000; color:#fff; text-align: left;}
.blue-ql {width:25%; padding: 50px 0; height: 300px;background:#072A40; color:#fff;text-align: left;}
.hp-text {width: 50%;}
.hp-text h1 {font-size: 40px; line-height: 42px;font-family: 'Open Sans', sans-serif; font-weight: 800; color: #093550}
.hp-text p {padding: 25px 0;}
.blk-ql img, .blue-ql img {height: 35px;}
.blk-ql h2, .blue-ql h2 {font-size: 22px; letter-spacing: 1px; padding-top:25px; font-weight: 800;}
.blk-ql p, .blue-ql p {font-size: 16px; letter-spacing: 1px; padding-top:25px; }
.blk-ql p {margin-bottom: 70px;}
.blue-ql p {margin-bottom: 95px;}
.blk-ql a, .blue-ql a {color:#BADBF1; letter-spacing: 2px;  padding: 10px 0; transition: .3s ease;}
.blk-ql a:hover, .blue-ql a:hover {color:#fff; letter-spacing: 2px;  padding: 10px 0;}
.flex-map {display: flex; flex-direction: row; align-items: center;}
.flex-map-2 {display: flex; flex-direction: row; align-items: center;background: #f7f7f7;}
.location {width: 25%; align-items: top;}
.location h3 {font-weight: 800; padding: 25px 0;}
.location p {text-transform: uppercase; letter-spacing: 1px;}
.location p a {color:#000; transition: .3s ease;}
.location p a:hover {color:#BADBF1;}
.hp-map {width: 50%;}
.hp-map iframe {width: 100%;}

.manu-logos {text-align: center; margin: 0 auto; border-top:1px solid #000; margin-top:-7px;}
.manu-logos img {width: 10%; padding: 30px 1%; transition: .3s ease;}
.manu-logos img:hover {opacity: .6;}

.sub-hero img {width: 100%;}
.flex-parts {display: flex; flex-direction: row; border-bottom: 1px solid #000;}
.parts-left, .parts-right {width: 50%;padding: 35px 0;}
.parts-right {background:#F7F7F7;}
.parts-left h2, .parts-right h2 {padding: 15px 0}
.parts-right img {width: 49%; display: inline-block; padding: 25px 0;}
/*--------FORM STYLES--------------------*/


.flex-form{
	width:100%;
	text-align: left;
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
	padding: 50px 0;
}

.flex-form h2{
	width:100%;
	text-transform: uppercase;
	font-weight: 800;
	border-top:2px solid #eee;
	padding:20px 0 20px 0;
	margin-top:40px;
	text-align: center; font-size: 30px;
	letter-spacing: 2px;
}

.flex-form h4{
	width:100%;
	text-transform: uppercase;
	font-weight: 600;
	margin-top:40px;
	padding:10px 0;
	font-size: 16px;
}
.flex-form label{font-weight: normal;}

.flex-form span{text-align: left; margin: 0; font-size: 12px;}


.flex-form #formpage input, select{margin-top:5px;}

.flex-form .flex-row{
	display: flex; 
	justify-content: space-between; 
	align-items: flex-end; 
	width: 100%;
}

.flex-border{
	border:2px solid #eee;
	padding:20px;
}

.flex-input{
	width:100%;
	display: flex;
	flex-direction: column;
	margin: 10px 5px 5px 5px;
	text-align: left;
}



.check-container {display: inline-block; text-align: left; margin: 0;}
.check-container input[type="checkbox"]{display: inline-block; width:20px !important;}
	



/*form styles*/
.parts-request{
	width:100%;
	padding:40px 0;
	text-align:left;
	margin-top:40px;
	border-top:1px solid #eaeaea;
}

.parts-request h3{text-transform:uppercase;}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage p{
	text-align:left;
}
#formpage h4{margin-top:30px;}

.form-half{
	width:48%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.add-part{
	padding:30px;
	border:1px solid #f1f1f1;
	margin:20px 0 0 0
}
.add-part h4{margin:0 0 10px 10px !important;}


.formfield {
	width: 100%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 175px;
	text-align:left;
}

#formpage input,select {
	padding: 6px 5px 10px;
	border: 1px solid #f1f1f1;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 16px;
	margin-top: 5px;
    border-radius: 2px;
	background:#f1f1f1;
}

#formpage input:focus {
	border: 1px solid #eaeaea;
	border-radius:2px
}

#formpage option{color:#333;background:#fff;}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
#formpage ::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
#formpage :-ms-input-placeholder { /* IE 10+ */
  color: #767676;
}
#formpage :-moz-placeholder { /* Firefox 18- */
  color: #767676;
}
#formpage input.submit-button, #formpage input.submit-button:focus {
	background:#005AA6; 
	color:#fff;
	padding:10px;
	text-decoration:none;
	border-radius:2px;
	transition:ease-in .3s;
	width: 150px;
	border:none;
	font-size: 18px; 
	height:auto;
	letter-spacing: 2px;
	margin: 0 auto;
	font-family: 'Teko', sans-serif; 
}



#formpage input.submit-button:hover{
	background:#0888ca; 
	box-shadow:1px 1px 2px #848484;
	transition:ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 16px;
	background: #f1f1f1;
	width: 100%;
	height: 85px;
	border-radius:2px;
	margin-top:10px;
}

#formpage textarea:focus{
	border: 1px solid #eaeaea;
	border-radius:2px
} 

.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	max-width:400px;
	width: 100%;
	margin: 0 auto;
}
.CaptchaWhatsThisPanel a{color:#333;}

.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	width:100%;
	text-align:center;
}

/*end form styles*/


@media screen and (max-width: 1170px)  {
	.form-half{width: 46%;}
}

@media screen and (max-width: 900px)  {
	.flex-form .flex-row{flex-wrap: wrap;}
}

@media screen and (max-width: 700px)  {
	.form-half{width: 98%;}
}

@media screen and (max-width: 450px)  {
	.add-part{padding: 20px;}
}




/*-------- FOOTER STYLES ----------------*/
footer{background: #093550; padding: 25px 0;}
.footer-flex { display: flex; flex-direction: row;width: 80%; margin: 0 auto;}
.footer-col {margin-right: 5%;}
.column-count {column-count: 2; column-gap:30px; text-transform: uppercase;}
.footer-col p a {color:#fff; text-transform: uppercase; letter-spacing: 1px; font-weight: 300; transition: .3s ease;}
.footer-col p a:hover {color:#BADBF1;}
.footer-col h4 {color:#fff; font-size: 18px; padding-bottom: 10px; line-height: 23px; letter-spacing: 1px;}

.copyright {text-align: center; margin-top:20px; color:#fff;border-top:1px solid #fff; padding: 10px 0;  letter-spacing: 2px; font-size: 14px;}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1500px) {
		.blk-ql p, .blue-ql p {margin-bottom: 15px;}
}
@media only screen and (max-width: 1200px) {
	.hero-text h3 {font-size: 18px; width: 100%;padding:10px 0;}
	.hero-text a {padding:10px 0;}
	h1 {font-size: 35px; line-height: 40px;}
	.flex-ql {display: block;}
	.blk-ql, .blue-ql {width: 50%; float: left;}
	.mobile-clear {clear: both}
	.hp-text {width: 100%; padding: 50px 0; border-bottom: 1px solid #000;}
	.parts-left, .parts-right {width: 100%;}

}
@media only screen and (max-width: 1000px) {

.header-contact a { font-size: 15px; }
}

@media only screen and (max-width: 900px) {
	.flex-hero {display: block;}
	.hero-text {width: 100%; padding: 25px 0;}
	.cycle-slideshow {width: 100%;}
	.flex-map, .flex-map-2, .flex-parts {display: block;}
	.location {float: left; width: 50%; padding: 25px 0;}
	.hp-map {width: 100%;}
	.footer-flex {display: block;}
	
	.footer-col { padding: 10px 0;}
	.manu-logos img {width: 23%;}
	
}


@media only screen and (max-width: 650px) {
	.logo {text-align: center; width: 100%;}
	.header-nav {width: 32%;}
	.header-contact {width: 62%;}

	.blk-ql, .blue-ql {width: 100%;}
	.location p {font-size: 14px;}
	
}






