﻿@import url('https://fonts.googleapis.com/css2?family=Hind&family=Oswald:wght@600&family=Teko:wght@300;400;500;600;700&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 --------
orange
#cf5319

black

dark gray
#2f2f2f

light gray
#ebebeb

nav
Teko Bold

h1
Teko Bold

h2
Oswald

p - dark gray
Hind Medium

footer copyright
Hind Regular
#616161
*/

/***** 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 {
	overflow-x: hidden;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.headerlogo {
    padding-left: 5%;
	position: absolute;
	z-index: 400;
}

.header-container{
    width: 100%;
}

.top-bar {
	padding: 1% 5%;
    margin: 0 auto;
    /*height: 60px;*/
    text-align: right;
    line-height: 1.25;
    /*background-image: linear-gradient(#cf5319, #ce4606);*/
	background-color: #de5f1c;
}

.top-bar a {
	color: #ffffff!important;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
}

.top-bar h3 {
	color:#000;
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

/*---BODY--------------------------------*/

.herocontainer {
	position: relative;
	text-align: center;
	color: #FFFFFF;
}

.hero-image {
    width: 85%;
    margin: 0 auto;
}

.hero-text {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero-text h1 {
	color: #ffffff;
    font-family: 'Teko', sans-serif;
    line-height: 0.9;
    font-size: 70px;
    text-align: left;
	text-shadow: 2px 2px 4px #2f2f2f;
}

.hero-text a {
	text-align: left;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
}

.hero-text h3 {
    background-color: #de5f1c;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    padding: 3%;
    font-size: 16px;
    text-align: center;
    width: 50%;
    margin: 4% auto;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero-text h3:hover {
	background-color:#fff;
	color:#de5f1c;
	box-shadow:1px 1px 4px #848484;
	transition:ease-out .3s;
}

.new-box h2:hover {
	color:#2f2f2f;
}

.new-design {
	vertical-align: middle;
    width: 85%;
    margin: 0% auto;
	margin-bottom:5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start;
}

.container {box-sizing: border-box;}
.inv-width {width: 90%; margin: 0 auto; height: auto; max-width: 1400px; padding: 10px;}

.new-box {
	text-align: center;
    margin: 40px;
}

.new-box img {
	vertical-align:middle;
}

.new-box h2{
	font-family: 'Teko', sans-serif;
    font-size: 32px;
    color: #de5f1c;
    text-shadow: 2px 1px 2px #e6e6e6;
    line-height: 0.9;
    margin-top: -110px;
}

.new-box strong {
	font-family: 'Oswald', sans-serif;
	text-shadow: 2px 1px 2px #333;
    font-size: 15px;
    color: #fff;
    display: inline-block;
}


.contact-bar {
	background-color:#ebebeb;
	width:100%;
	text-align:center;
	padding: 3% 0;
}

.contact-us{padding-bottom:1%}

.contact-us h2, .phone-address a {
	font-family: 'Teko', sans-serif;
    font-size: 32px;
    color: #de5f1c;
}

.contact-us {line-height: 1.25;}

.contact-us p {
	font-family: 'Hind', sans-serif;
    font-size: 15px;
    color: #2f2f2f;
}

.phone-address p {
	font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #2f2f2f;
}

.contact-buttons {
	width:100%;
	font-size:0px;
}

.financing-button, .contactus-button {
	width: 15%;
    display: inline-block;
    vertical-align: middle;
}

.financing-button h3:hover{
	background-color:#fff;
	color:#de5f1c;
	box-shadow:1px 1px 4px #848484;
	transition:ease-out .3s;
}

.contactus-button h3:hover{
	background-color:#fff;
	color:#de5f1c;
	box-shadow:1px 1px 4px #848484;
	transition:ease-out .3s;
}

.financing-button h3 {	background-color: #de5f1c;}

.contactus-button h3 {background-color: #2f2f2f;}

.financing-button h3, .contactus-button h3 {
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
	padding:6%;
	font-size:16px;
}

.img-banner img {
	width:100%;
}

/*--------ABOUT US STYLES--------------------*/

.aboutus {
	text-align:center;
	padding:3% 0;
	width:85%;
	margin:0 auto;
}

.aboutus h1 {
	font-family: 'Teko', sans-serif;
    font-size: 32px;
    color: #de5f1c;
	
}

.aboutus p {
	font-family: 'Hind', sans-serif;
    font-size: 15px;
    color: #2f2f2f;
}

.map h1 {
	font-family: 'Teko', sans-serif;
    font-size: 32px;
    color: #de5f1c;
	text-align:center;
	padding-bottom:1%;
	
}

/*--------FORM STYLES--------------------*/

/* Financing Form Styles */

.flex-form{
	width:85%;
	text-align: left;
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
}

.flex-form h2{
	width:100%;
	text-transform: uppercase;
	font-weight: 600;
	padding:20px 0 20px 0;
	text-align: center; 
	font-size: 32px;
	font-family: 'Teko', sans-serif;
    color: #de5f1c;
}

.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; font-family:'Oswald', sans-serif;}

.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: 'Hind', sans-serif;
	color: #2f2f2f;
	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:#cf5319; 
	color:#fff;
	padding:10px;
	text-decoration:none;
	transition:ease-in .3s;
	width: 150px;
	font-size: 18px; 
	height:auto;
	letter-spacing: 1px;
	margin: 0 auto;
	font-family: 'Teko', sans-serif; 
}



#formpage input.submit-button:hover{
	background:#2f2f2f; 
	box-shadow:1px 1px 4px #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;
	height: 85px;
	border-radius:2px;
	margin-top:10px;
}

#formpage textarea:focus{
	border: 1px solid #eaeaea;
	border-radius:2px
} 

.CaptchaMessagePanel, .CaptchaWhatsThisPanel {font-family:'Hind', sans-serif; color:#2f2f2f}

.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	max-width:400px;
	width: 100%;
	margin: 0 auto;
}
.CaptchaWhatsThisPanel a{color:#333;}

.submit-button{
	padding:0px 0px 30px 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 .footer-container {
	height: 200px;
    background-color: #2f2f2f;
    display: flex;
    margin: 0 auto;
    vertical-align: middle;
    padding: 3% 8%;
}

footer .footer-container li a:hover {
	color:#cf5319;
	
}

.col-1 {
	width:50%;
}

.col-2 {
	width:25%;
}

.col-3 {
	width:25%;
}

.col-1 h3, .col-2 h3, .col-3 h3 {
	font-family: 'Oswald', sans-serif;
    color:#de5f1c;
    font-size: 21px;
}

#copyright {
	color: #616161;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    margin-top: 8%;
}

#address {
	color:#FFFFFF;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
}

#telephone a {
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size:28px;
}

footer .footer-container li a {
	color:#FFFFFF;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.body-wrapper {margin-top: 3%;}


/*---------- RESPONSIVE STYLES ----------*/


@media screen and (max-width: 1407px)  {
	.hero-text h1 {
		font-size:60px;
	}	

}

@media screen and (max-width:1200px) {
	.hero-text h1 {
		font-size:48px;
	}
}

@media only screen and (max-width: 919px) {
	
	.hero-text {
		font-size:38px;
	}

	.contact-us p {font-size:16px;padding: 0 10%;}
	
	.phone-address p {font-size:21px;}
	
	.financing-button, .contactus-button {
		width:45%;
    	margin: 0 auto;
    	display: block;
	}
	
	footer .footer-container {
		height: 490px;
		display: block;
	}
	
	.col-1, .col-2, .col-3 {
		text-align:center;
		width:100%;
	}
	
	.col-2, .col-3 {
		margin-top:3%;
	}
	
	#copyright {
		text-align:center;
		margin-top:4%;
	}
}

@media only screen and (max-width:850px) {
	
	.body-wrapper {margin-top: 5%;}
	
	.hero-text h3 {
		font-size:14px;
	}	
	
	.hero-text h1 {
		font-size:42px;
	}
}

@media only screen and (max-width:750px) {
	
	.headerlogo img {
    width: 80%;
}
	
	
	.hero-text h1 {
		display:none;
	}	
	
	.hero-text h3 {
		font-size:16px;
		width:100%;
		margin:0 auto;
		padding:10%;
	}
}

@media only screen and (max-width:615px) {
	.body-wrapper {margin-top: 9%;}
	.contact-bar {padding: 8% 0; margin: 0 auto;}
}

@media only screen and (max-width: 520px) {
	.top-bar a, .top-bar h3, .hero-text h3 {display:none;}
	
}

@media only screen and (max-width:450px) {
	.body-wrapper {margin-top: 12%;}
	.contact-bar {padding:14% 0}
	
}

@media only screen and (max-width:380px) {
.new-box img {
   width: auto;
}

}