﻿/***** 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 {
	line-spacing:0.25px;
	overflow-x: hidden;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; transition: .2s ease-in;}

hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/

header {
	font-family:'Myriad Pro Bold', sans-serif;
}

h1 {
	text-align:center;
	font-family:'Myriad Pro Bold', sans-serif;
	color:#205026;
	padding:3%;
}

.contact-top p {
	text-align:center;
	font-family:'Myriad Pro Bold', sans-serif;
	color:#205026;
	font-size:16px;
}

.headerlogo img {
	display: block;
	margin: 0 auto;
    padding-top: 2%;
}

.headercity p {
    color: #205026;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 35px;
    font-weight: 900;
	text-align:center;
}

.headerphone a{
	color:#205026;	
	font-family:'Myriad Pro Bold', sans-serif;
	font-size:25px;
	font-weight:900;
}

.headerphone {
	margin:0 auto;
	text-align:center;
	padding-bottom: 1%;
	border-bottom: solid;
    border-color: #f9f000;
    border-width: 5px;
}

.container{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
	padding: 3% 0;
}

.box-left {
	width:50%;
	display:inline-block;
	margin:0 auto;
}

.box-left img {
	padding: 0 5%;
}

.green-button {
	background-color:#205026;
	border:none;
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	width:48%;
	display: inline-block;
	vertical-align: middle;
	 margin: 2px 2px;
	padding-top: 15px;
	height: 80px;
}

.green-button:hover {
	background-color:#0b3310;
	color:#f9f000;
	transition: .2s ease-in;
}
.green-button a {width: 90%; margin: 0 auto;}
.green-button img {display: inline-block; vertical-align: middle; }
.green-button h2 {display: inline-block; vertical-align: middle; color:#fff; font-family:'Myriad Pro Bold', sans-serif; margin-top:5px; }

h2 {
	font-weight: 300;
    text-align: left;
    font-size: 16px;
}

strong {
	font-size:20px;
}


.box-right {
	width: 50%;
    display: inline-block;
    margin: 0 auto;
}

.box-right img {
	width:100%;
}

.brands{
	font-family:'Myriad Pro Bold', sans-serif;
	text-align:center;
}

.brands h1{
	padding:1%;
	color:#205026;
}

hr {
	border-color:#f9f000;
	border-bottom-width: 3px;
}

.logos{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	margin: 3% 0;
}

.logos a {
	    padding: 0 6%;
}

.logos a img {
	width: 125%;
}

/*--------FORM STYLES--------------------*/
.contact-top ul {
	text-align: center;
    font-family: 'Myriad Pro', sans-serif;
    color: #205026;
    font-size: 18px;
}

.contact-top ul li a {
	color:#205026;
}

.flex-form{
	width:100%;
	text-align: left;
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
	font-family: 'Myriad Pro', sans-serif;
	color:#205026;
}

.flex-form h2{
	width:100%;
	font-family: 'Myriad Pro Bold', sans-serif;
	font-weight:700;
	color:#205026;
	text-transform: uppercase;
	border-top:5px solid #f9f000;
	padding:20px 0 20px 0;
	margin-top:40px;
	text-align: center; 
	font-size: 24px;
}

.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: block;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    width: 50%;
    width: 50%;
}

.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: 'Myriad 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:#f9f000; 
	color:#205026;
	padding:10px;
	text-decoration:none;
	border-radius:2px;
	transition:ease-in .3s;
	width: 150px;
	border:none;
	cursor: pointer;
	font-size: 18px; 
	height:auto;
	letter-spacing: 2px;
	margin: 0 auto;
	font-family: 'Myriad Pro', sans-serif;
}



#formpage input.submit-button:hover{
	background:#FFFA8C; 
	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;
	padding-bottom:4%;
	transition: .2s ease-in;
}

/*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 ----------------*/
.footerbkgd {
	background-color:#333333;
	color:#ffffff;
	font-family:'Myriad Pro Bold', sans-serif;
	width:100%;
	height:200px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	margin:0 auto;
	vertical-align: middle;
}

.footer-left {
	width:40%;
}

.footer-left ul li a {
    text-decoration: none;
    color: white;
    font-family: 'Myriad Pro Bold', sans-serif;
    line-height: 1.5;
}

.footer-left h2{
	font-size: 25px;
    font-weight: 600;
}

.footer-right{
	width:50%;
	text-align:right;
	line-height: 1.5;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1508px) {
	
	.green-button {
		width:48%;
		height:81px;
	}
	
	.green-button img {
		width:15%;
	}
}

@media only screen and (max-width: 1380px) {
	
	.container {
		display:block;
		width:100%;
		padding:0;
	}
	
	.box-left {
		width:100%;
		vertical-align:middle;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		padding: 1% 0;
	}
	
	.box-right {
		width:100%;
	}
	
	h2{
	font-size: 20px;
	}
	
	strong {
    font-size: 18px;
	}
	
	
}

@media only screen and (max-width: 1250px) {
		.green-button {
		width:32%;
		height:81px;
	}
}
@media only screen and (max-width: 900px) {
	
	.green-button {
		width: 48%;
		height: 100px;
	}

}
@media only screen and (max-width: 767px) {

	.footerbkgd {
		display:block;
		height:275px;
	}
	
	.footer-left {
		width:100%;
		text-align:center;
		padding: 4% 0;
	}
	
	.footer-left h2{
		text-align:center;
	}

	
	.footer-left h2 {
		text-align: center;
		font-weight:600;
		font-size:20px;
}
	.footer-right {
		width:100%;
		text-align:center;
	}

	.logos{
		display: block;
}

	.logos a img {
		width:30%;
		display:block;
		margin:0 auto;
		padding:3% 0;
	}
	}
	
@media only screen and (max-width: 745px) {
	.green-button {
		width:48%;
		padding: 15px 0; 
		height: 50px;
	}
	.green-button h2 {
		font-size:14px;
		margin: 0;
	}
	strong {
		font-size:16px;
	}
}

@media only screen and (max-width: 604px) {
	.green-button img {
		display:none;
	}
	
	h2 {
		text-align:center;
		margin:0 auto;
		
	}
	.headerlogo img{
		width:70%;
	}
	
	.green-button {
		width:48%;
		text-align: center; 
		padding: 15px 0; 
		height: auto;
	}
	
		.headercity p {
		font-size:25px;
	}
	
	.headerphone a {
		font-size:16px;
	}

}

@media only screen and (max-width: 450px) {
	strong {
    	font-size: 16px;
}
	
	h2 {
    	text-align: center;
    	font-size: 14px;
	}
	.footer-right img {
		width:50%;
	}
}

@media only screen and (max-width: 390px) {
	
	.brands h1{
		font-size:17px;
	}
	
	.box-left img {
		display:none;
	}	
	
	.headercity p {
		font-size:20px;
	}
	
}