﻿/***** 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;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/
.faceted-option-checkbox-container > label > .option-name {color: white !important;}
.faceted-option-checkbox-container {background-color: black !important;}
.list-title-text {font-family: 'Rye', cursive !important; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8); }
.view-listing-details-link {background-color: #025bbf !important; color: white !important;}
.list-listing {font-family: 'Oswald', sans-serif;}
.listing-portion-title {font-family: 'Rye', cursive !important; }
.dealer-name {font-family: 'Rye', cursive !important; }

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}


/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oswald Light'), local('Oswald-Light'),
       url('../fonts/oswald-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}


/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oswald Bold'), local('Oswald-Bold'),
       url('../fonts/oswald-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}



body {
	color:#000;
	font-family: 'Oswald', sans-serif;
	margin:0;
	font-size:18px;
	-webkit-text-size-adjust: none;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    text-decoration:none;
    color:#000;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
a:hover  {
    text-decoration:underline;
    color:#fff;
}

h1 { font-size:40px; font-family: 'Rye', cursive; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8); }
h2 { font-weight:700; font-size:36px; font-family: 'Oswald', sans-serif; }
h3 { font-weight:400; font-size:32px; font-family: 'Oswald', sans-serif; }
h4 { font-weight:700; font-size:26px; font-family: 'Oswald', sans-serif; }
h5 { font-weight:700; font-size:20px; font-family: 'Oswald', sans-serif; }

p { /*margin-bottom:15px;*/ font-size:18px; font-family: 'Oswald', sans-serif; }
	 
.wrapper {
	width:96%;
	margin:0 auto;
	max-width:1170px;
}

.wrapper-lrg {
    width: 85%;
    margin: 0 auto;
}

.wrapper-sml {
	width:92%;
	margin:0 auto;
	max-width:1000px;
}

.wrapper-smler {
	width:85%;
	margin:0 auto;
	max-width:800px;
}

.grey-background {
	background:url(../siteart/background.jpg) repeat;
}

.grey-wrapper {
	width:92%;
	margin:0 auto;
	max-width:1500px;
	background:#fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.padding20 { margin:0 auto; padding:20px 0; }
.padding50 { margin:0 auto; padding:50px 0; }
.padding200 { margin:0 auto; padding:100px 0; }

/**SPANS**/
.topblue { font-weight:700; font-style:italic; font-size:14px; }
.center { text-align:center; }
.italic { font-style:italic; }
.bold { font-weight:700; }
.small { font-weight:400; font-size:10px; }
.font-rye { font-weight:400; font-family: 'Rye', cursive !important; font-size:inherit; }

/**FORMS**/
input {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
	
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

form {
	vertical-align:top;
	margin:0 auto;
}

/*===================== 
                HEADER 
=======================*/
.main-header {
	width:100%;
	margin: 0 auto;
}

.main-header img {
	width:100%;
	margin: 0 auto;
	display:block;
}

.main-header2 {
	display:none;
}

.top-bar {
	background:#191919; /*dark grey*/
	margin:0 auto; 
	padding:10px 20px;
	border-bottom: #810406 solid 3px;
}

.lrg-wrapper {
	width:92%;
	margin:0 auto;
	max-width:1170px;
}

.top-bar-text {
	text-decoration:none;
	float:right;
	margin:10px 0;
}

.top-bar-text img {
	width: 15px;
	display:inline-block;
}

.top-bar-left {
	text-decoration:none;
	float:left;
	margin:2px 0;
}

.top-bar-text p {
	font-size:12px;
	color:#fff;
	padding:0 10px;
}

.top-bar-text a {
	font-size:16px;
	color:#fff!important;
	padding:0 5px;
}

.top-bar-text a:hover {
	text-decoration:none;
	color:#810406!important; /*red*/
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;	
}

.top-bar-text i {
	font-size:16px;
	color:#fff;
}

.top-bar-text i:hover {
	text-decoration:none;
	color:#15729b; /*blue*/
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;	
}


/*===================== 
               MAIN
=======================*/

.grey-container {
	background:#303030;
	margin:0 auto;	
}

.hero-text {
	width: 35%;
	float:left;
	color:#fff;
	padding: 8% 0;
}
.hero-text a {
	color:#fff;
}

.hero-text a:hover {
	color:#810406;/*red*/
}

.underline {
    border-bottom: 5px solid #fff;
    width: 300px;
    padding-bottom: 12px;
}

.hero-slide {
	width: 60%;
    margin:0 2%;
    float: left;
}

.main-photo {
	width:100%;
	margin: 0 auto;	
	display:inline-block;
	border:4px #fff solid;	
}

.main-photo img {
	width:100%;
	margin: 0 auto;		
}

.dark-grey-container {
	background:#191919;
	margin:0 auto;
}

.dark-grey-container h1 { color:#fff; text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;}
.dark-grey-container p { color:#fff; }

.go-center { text-align:center; margin:0 auto; }
.about-buttons {
	width: 35%;
	float:left;
	color:#fff;
	text-align:center;
	padding: 20px 0;
}

.about-text {
	width: 60%;
    float: left;
	padding: 20px 0;
}

.about-text {
	color:#fff;
}

.links-contain {
	width: 50%;
    float: left;
}

/**blue button**/
	.blue-button {
		width:60%;
		float:none;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#025bbf /*blue*/;
		color:#fff;
		border:1px solid #fff;
		font-size:14px;
		font-weight:400;
		display:inline-block;
		margin:10px 0;
		font-weight:700;
		padding:10px 0;
		text-align:center;
		vertical-align:top;
		border-radius: 15px;
	}

	a .blue-button {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .blue-button {
		color: #fff;
		background:#810406 /*red*/;
		border:1px solid #fff;
	}


.hvr-shrink {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

/*===================== 
                SCROLLING INVENTORY 
=======================*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin:10px 0;
	border-top:6px solid #d8232f;
	border-bottom:6px solid #d8232f;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
                MAP 
=======================*/
.map {
	margin: 0 auto;
	width:100%;
}

/*===================== 
                CONTACT 
=======================*/
.contact-boxes {
	margin: 0 auto;
	box-sizing:border-box;
	width:100%;
	padding: 20px;
}

.contact-boxes h2 {
	color:#fff;
	padding-bottom:20px;
}


.contact-boxes img {
	width:3%;
	margin:0 auto;
}

.contact-boxes a {
	color:#fff;
	text-decoration:underline;
}
.contact-boxes p {
	color:#fff;
	font-family: 'Oswald', sans-serif;
}

.contact-boxes a:hover {
	color:#025bbf /*blue*/;
	text-decoration:none;
}

.contain60 {
	width: 60%;
    margin: 0 auto;
    box-sizing: border-box;
    float: left;
    padding: 10px 5px;
}

.contain40 {
	width: 40%;
    margin: 0 auto;
    box-sizing: border-box;
    float: left;
    padding: 10px 5px;
	display:inline-block;
	max-width:100%;
	color:#fff;
}

/*===================== 
                PARTS SEARCH 
=======================*/
.inventory-contain {
	box-sizing:border-box;
	width: 100%;
    text-align:center;
    background-size: 100%;
	padding:20px 0;
	 color:#fff !important;
}

iframe.parts_search{
	width:100%;
	min-height:600px;
}
.container {
	box-sizing:border-box;
	max-width: 1200px;
	padding:1% 3%;
	margin: 0 auto;
	}
.parts_container{
	max-width: 1400px;
	margin: 0 auto;
}


#listings-title p {
    color:#fff !important;
}

.border-bottom h1 {
     color:#fff !important;
}

body .full .inner-wrap p {
     color:#fff !important;
}

.listings-wrapper .border-bottom, .listings-detail-wrapper .border-bottom, .listings-drilldown-wrapper .border-bottom {
    color:#fff;
}
/*===================== 
                FORM 
=======================*/
.contact {
	float:none;
	display:inline-block;
	box-sizing:border-box;
	align-items:center;
	text-align:left;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	width:100%;
	height:auto;
	float:left;
	margin: 0 auto;
	padding:0 20px;
}

.contact h5 {
	color:#025bbf /*blue*/;
	font-weight:700;
	text-align:center;
}

.thin-border {
	padding:20px;
	margin: 20px 0;
	border:1px solid #ccc;
}

.splitform-container {
	width:100%;
	display:inline-block;
	margin:0 auto;
	box-sizing:border-box;
}

.splitform {
	width: 48%;
    float: left;
	padding:10px 0;
	color:#fff;
}

.CaptchaWhatsThisPanel a {
    color: #fff;
}

form {
    vertical-align: top;
    margin: 0 auto;
    font-size: 12px;
}

form p {
    font-size: 12px;
}

select {
	font-family: 'Oswald', sans-serif;
	box-sizing:border-box;
	width:100%;
	padding:5px;
	margin:5px 0 10px 0;
}

option {
	font-family: 'Oswald', sans-serif;
	box-sizing:border-box;
	margin:5px 0 10px 0;
}

input {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
}

textarea {
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

.CaptchaPanel {
    margin:0 !important;
}
.green-button {
	display:block;
	margin-bottom:15px;
	padding:12px 0;
	width:60%;
	margin: 0 auto;
	float:none;
	font-family: 'Rye', cursive;
	color:#fff;
	background:#025bbf /*blue*/;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	cursor:pointer;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;	
	border-radius: 15px;
	border: 1px solid #fff;
}

.green-button:hover {
	color: #fff !important;
	background:#fff;
	text-shadow:none;
	background: #810406;/*red*/
	border-radius: 15px;
	border: 1px solid #fff;
}

.contact-box1 {
	float:left;
	width: 35%;
	box-sizing: border-box;
	margin:30px 1% 60px 1%;
	border:#ccc 1px solid;
	padding:20px;
	min-height:300px;
}

.contact-box2 {
	float:left;
	width: 60%;
	box-sizing: border-box;
	height:auto;
	margin:30px 1% 60px 1%;
}

.contact-third-contain {
	width:100%;
	height:auto;
	margin: 0 auto;
	border-top:.75px solid #ccc;
	display:inline-block;
	box-sizing:border-box;
	padding-top: 5px;
}

.half {
	width:48%;	
	float:left;
	text-align:left;
	display:inline-block;
	box-sizing:border-box;
	margin:0 1%;
	padding: 0 auto;
}

.half p {
	font-size:12px;
}



/*===================== 
               QUICK LINKS
=======================*/
.quick-links-contain {
	width:100%;
	margin:0 auto;
	border-top:6px solid #787878;
}

.quick-box {	
	margin:0 auto;
	width:20%;
	min-height: 145px;
    float: left;
    padding: 30px 0;
	display:inline-block;
}

.quick-box img {
	display:inline-block;
	margin: 0 auto;
}

.quick-box p {
	font-size:14px;	
	color:#fff;
}

.quick-box a {
	font-size:14px;
	color:#fff;	
	font-weight:400;
}

.quick-box a:hover {
	color:#025bbf /*blue*/;
	text-decoration:none;
}


/*===================== 
                FOOTER 
=======================*/
.footer-wrapper {
		background:#191919;
		margin:0 auto;	
		padding:20px 0;
	}
	.footer-container {
		width: 100%;
		margin: 0 auto;	
	}
	.left-side {
		display:inline-block;
		text-align:left;
		font-weight:700;
		box-sizing:border-box;
		width: 49%;
		text-transform:none;
		vertical-align:middle;
	}
	.left-side p {
		margin-bottom:0;
		font-size:12px;
		color:#fff;
		font-family: 'Rye', cursive;
	}
	.left-side a {
		font-size:12px;
		color:#fff;
		font-weight:700;
		text-decoration:none;
		font-family: 'Rye', cursive;
	}
	.left-side a:hover {
		text-decoration:underline;
		color:#810406;/*red*/
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	.right-side {
		display:inline-block;
		text-align:right;
		box-sizing:border-box;
		width: 49%;
		text-transform:none;
		font-weight:400;
	}
	.right-side p {
		font-size:12px;
		font-weight:700;
		color:#fff;
		text-decoration:none;
		font-family: 'Rye', cursive;
	}
	.right-side a {
		font-size:12px;
		font-weight:700;
		color:#fff;
		text-decoration:none;
		font-family: 'Rye', cursive;
	}
	.right-side a:hover {
		text-decoration:underline;
		color:#810406;/*red*/
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	

/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1100px) { 
.quick-box a { font-size:10px; color:#fff; font-weight:400; }

	.contain40 {
		width:100%;	
		text-align:center;
	}
	.contain60 {
		width:100%;	
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	.hero-text { width: 100%; padding: 20px 0 10px 0; text-align: center; }
	.hero-slide { width: 95%; padding: 10px 0 20px 0; }
	.underline {  margin: 0 auto; }
}
@media screen and (max-width: 820px) {
	.quick-box { padding: 15px 0 15px 40px; width: 40%; min-height: 146px;} 
	.padding20 { padding:10px 0; }
	.padding50 { padding:20px 0; }
}
@media screen and (max-width: 768px) {
	.about-text { width: 100%; }
	.about-buttons { width: 100%; }
	
	.quick-box { text-align:center; width: 100%; padding:10px 0; min-height:auto;}
	.quick-box img { padding-top:0; }
	
	.dark-grey-container h1 { text-align: center; font-size:30px;}
	.links-contain { width:100%; text-align:center; }
}	
@media screen and (max-width: 700px) {
	.right-side { width: 100%; text-align:center; }
	.right-side a { font-size:10px; }
	.right-side p { font-size:10px; }
	.left-side { width: 100%; text-align:center; }
	.left-side a { font-size:10px; }
	.left-side p { font-size:10px; }
	
	.about-text { width: 100%;}
	.about-buttons { width: 100%;}
}
@media screen and (max-width: 570px) {
	.top-bar { padding:10px 0; }
	.top-bar-text { text-align: center; margin: 5px 0; width: 100%; }
	
	.main-header { display:none; }
	.main-header2 { display:block; width:100%; margin: 0 auto; }
	.main-header2 img { width:100%; margin: 0 auto; display:block; }
	
	.splitform { width: 100%; padding: 10px 0 0 0; margin: 0 !important;}
}
@media screen and (max-width: 480px) {

}
