/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
}

@font-face {
  font-family: 'Helvetica LT Std Condensed', 'Oswald', sans-serif; 
}

a {
	color:#000;
}

a:hover{
	color:black;
	text-decoration:underline;
}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float:left;}
.right {float:right;}


*{
	box-sizing:border-box;
}

body {
	font-family: 'Helvetica LT Std Condensed', 'Oswald', sans-serif;
}

.hc{font-family: 'Helvetica LT Std Condensed', 'Oswald', sans-serif;}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}

::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}

#formpage h1,
.wrapper.wheel-polishing h1{
 font-size: 1.5em !important;
}

/* ------Header------ */
.header {
	width:100%;
	background:#eaeaea;
}

.header-hc {
	padding-bottom:30px;
    bottom: 50px;
    left: 300px;
    right: 5px;
    text-align:right;
    font-size:20px;
	color:#717171;
}

.header-nav a {
    margin:0 15px;
    color: #4d4d4d;
    text-decoration:none;
}
.header-nav a:last-child{
    margin-right:12px;
}

.header-nav a:hover{
    color: #366AB5;
}

.logo{
	position:absolute;
	width:90%;
	text-align:left;
	margin:0 auto;
}

.text-overlay{
	width:90%;
	max-width:1200px;
	color:#fff;
	text-shadow:2px 2px #000;
	position:absolute;
	text-align:center;
	margin:auto;
	top:20px;
	left:0;
	right:0;
	z-index:999;
}
.text-overlay h1{
	font-size:90px;
	border-bottom: 6px solid #000;
	width:100%;
	max-width:1200px;
}

.text-overlay h2{
	font-family: 'Cookie', cursive;
	font-size:70px;
	width:100%;
	max-width:1200px;
}





/* INVENTORY CATEGORIES BAR
------------------------------------------------*/
.cat-bar{
	width:100%;
	background:#790000;
	text-align:center;
	margin:0 auto;
}
.cat-bar h3{
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
}
.cat {
	width:20%;
	display:inline-block;
}
.cat img:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ts-modal-content {color: #000 !important;}


/* HOME WELCOME
-----------------------------------------------*/
.welcome{
	background:url(../siteart/road-bg.jpg) no-repeat;
	background-size:cover !important;
	width:100%;
	max-width:none !important;
	padding:40px 20px;
}

.welcome-para{
	background:rgba(255,255,255,0.79);
	width:100%;
	max-width:1200px;
	padding:20px;
	color:#000;
	margin:0 auto;
}

.welcome-para h2{
	width:100%;
	font-size:52px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}

.welcome-para p{
	width:100%;
	font-size:20px;
}


/***** SIDE TABS *****/



.side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 999999;
}


#weather {
     top: 350px; 
    height: auto;
    z-index: 999;
	right: -300px;
}

#weatherTab {
    display: block;
	height: 150px;
	width: 55px; 
	background:url(../siteart/weathertab.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

/* VENDOR SECTION
-----------------------------------------------*/

.vendors {
	width:100%;
	background:#eaeaea;
	text-align:center;
	margin:0 auto;
}

.vendors-para{
	width:100%;
	max-width:1200px;
	text-align:left;
	margin:0 auto;
	padding:20px;
	color:#000;
}

.vendors-para h3{
	text-transform:uppercase;
	font-size:36px;
	padding-bottom:10px;
}

.vendors-para p{
	font-size:18px;
}

.manu-bar {
	width:100%;
	max-width:1200px;
	border-top:6px solid #790000;
	border-bottom:6px solid #790000;
	text-align:center;
	margin:0 auto;
	padding:40px 0;
}
.manu {
	width:22%;
	display:inline-block;
	padding:30px 0;
}

.gray{
	background-color:#eaeaea;
}


.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button-dct {
	background:#790000 !important;
}


/* WHEEL POLISHING
-----------------------------------------------*/

.wheel-polishing h3{
	text-transform:uppercase;
	color:#790000;
	font-size:32px;
	padding:20px 0;
}
.wheel-polishing h4{ 
	text-transform:uppercase;
	color:#790000;
	background:#eee;
	padding:5px;
	margin: 40px 0 0 0;
	font-size:35px;
	text-align:center;
}

.wheel-polishing h4 > a{color:#790000;}


.center{text-align:center;}

.polisher{
	padding:60px 0;
	width:20%;
	display:inline-block;
	vertical-align:middle;
	margin:0 50px;
}

.rims{
	padding:60px 0;
	width:40%;
	display:inline-block;
	vertical-align:middle;
	margin:0 50px;
}






/* FOOTER CONTACT
-----------------------------------------------*/

.footer-contact{
	width:100%;
	background:#eaeaea;
	text-align:center;
	margin:0 auto;
	padding:20px 0;
}

.fc{
	width:30%;
	color:#000;
	padding:20px;
	display:inline-block;
	vertical-align:middle;
}


.fc a{
	text-decoration:none;
	color:#000;
}

.fc a:hover{
	text-decoration:underline;
	color:#000;
}

.break{
	border-right: 3px solid #fff;
	display:inline-block;
	height:80px;
	vertical-align:middle;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background:#790000;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/* FOOTER STYLES
-----------------------------------------------*/
.footer{
	background:#790000;
	padding:20px;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#D1CECE;
}

a.footerlink:hover {
	text-decoration:none; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#D1CECE;
}

.footertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#D1CECE;
}

.smallfootertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#D1CECE;
}

.divfooter {
	width:70%; 
	text-align:center; 
	margin:0 auto;
}


/*
-------------------Contact Form Styles */

.container {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.container h2 {
	font-size:24px;
	text-transform:uppercase;
}

.container .listing-boxed-details h2 {
	text-align:left;
}
.wrap {
	width: 100%;
	margin: 0;
}

.contact-form{
	width:60%; 
	display:inline-block;
}
#formpage {
	vertical-align: top;
	padding: 15px 0px 40px 0px;
	display:inline-block;
}

.formfield {
	width: 40%;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	color: #000;
	min-width: 175px;
}
.CaptchaPanel {
	margin: 10px 0px 10px 0px;
	text-align: center;
	padding: 10px;
}
.CaptchaImagePanel {
	padding: 5px 5px 10px 5px;
}
.CaptchaMessagePanel {
	padding: 5px 5px 10px 5px;
	font-weight: bold;
}
.CaptchaAnswerPanel {
	padding: 5px 5px 10px 5px;
}
.CaptchaWhatsThisPanel {
	padding: 5px 5px 10px 5px;
}
#formpage div {
	vertical-align: top;
	padding: 5px 5px;
	position: relative;
}
#formpage input {
	padding: 6px 5px 10px;
	border: 1px solid #8e8d8d;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 13px;
	background: #fff;
}
#formpage input {
	width: 100%;
	margin-top: 5px;
}

#formpage input.button, #formpage input.button:focus {
	width: 25%;
	display:inline-block;
	position:relative;
	margin: 0;
	padding: 30px;
	background: #eaeaea;
	border: 4px solid #790000;
	font-size: 14px;
	line-height: 0;
	font-weight: bold;
	color: #790000;
	text-transform: uppercase;
}

#formpage input.button:hover{
	background:#C3122F;
	color:#fff;
}

input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
.CaptchaPanel {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	line-height: normal !important;
	color: #000;
	margin: 0 auto;
}
.CaptchaImagePanel {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.CaptchaMessagePanel {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	font-weight: normal !important;
	font-size: 12px;
	line-height: 14px;
}
.CaptchaAnswerPanel {
	margin: 0 auto;
	padding: 2px 0px 2px 0px !important;
	width: 30%;
}
.CaptchaWhatsThisPanel {
	line-height: 0;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {
	color: #000;
}
img {
	border: 0;
}
.CaptchaImage {
	border: 1px solid #333;
}
#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #8e8d8d;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 12px;
	background: #fff;
	margin-top: 5px;
}
#formpage textarea {
	width: 71%;
	height: 85px;
}


.side-contact {
	width:29%;
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding:40px 0 0 20px;
	border-left:2px gray solid;
}

.sc-content{
	display:block;
}

.sc-content h3{
	padding-bottom:20px;
}

.sc-content p{
	padding-bottom:10px;
}

.sc-content a{
	text-decoration:none;
	color:#000;
}

.sc-content a:hover{
	text-decoration:underline;
	color:#000;
}

.map{
	display:block;
	padding:10px 0;
}

/* Inventory Styles */

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#790000 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#790000 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #790000 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #790000 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}


@media screen and (max-width:1170px){
		#formpage div{
		width:100%;
	}
	#formpage textarea {
		width: 100%;
	}
		.side{
		display:none;
	}
	.wheel-polishing h4{font-size:30px;}
}


@media screen and (max-width:1050px){
	.wheel-polishing h4{font-size:24px;}
}

@media screen and (max-width:950px){
	

	
	.logo{
		position:relative;
		text-align:center;
	}

	.header-hc{
		width:100%;
		text-align:center;
		margin:0 auto;
		display:inline-block;
		padding-top:20px;
	}
	
	.text-overlay h1{
		font-size:60px;
	}

	.text-overlay h2{
		font-size:40px;
	}
	
	.contact-form{
		width:100%;
	}
	
	.side-contact{
		display:none;
	}
	
	.cat{
		width:40%;
	}
	
	.manu {
		width:40%;
	}
	


}
@media screen and (max-width:850px){
	
	.welcome-para h2 {
		font-size:75px;
	}

	.text-overlay h1{
		font-size:40px;
	}

	.text-overlay h2{
		font-size:30px;
	}
	
}

@media screen and (max-width:750px){
	
	.welcome-para h2 {
		font-size:55px;
	}
	.fc{
		display:block;
		width:100%;
	}
	.break{
		display:none;
	}


}
@media screen and (max-width:650px){

	.cat{
		display:block;
		width:100%;
	}
	.welcome-para h2{
		font-size:36px;
	}
	.welcome-para p{
		font-size:18px;
	}
	
	.manu{
		width:100%;
		display:block;
	}
	
	
	#formpage input.button, #formpage input.button:focus {
	width:50%;
}

}

@media screen and (max-width:550px){
	
	.logo img{
		width:90%;
	}
	.hc p{
		font-size:13px;
	}
	.welcome-para h2{
		font-size:30px;
	}
	.welcome-para p{
		font-size:16px;
	}
	
	.vendors-para h3{font-size:28px;}
	
	.wheel-polishing h4{font-size:20px;}
	.polisher{width:50%; margin:0 auto; padding:40px 0;}
	.rims{width:80%; margin:0 auto; padding:40px 0;}
}

@media screen and (max-width:390px){

	#formpage input.button, #formpage input.button:focus {
	width:100%;
	}
	
	.text-overlay h1{
		font-size:30px;
	}

	.text-overlay h2{
		font-size:26px;
	}
	
	
}