/***** 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;
}

.site_width ol, .site_width ul, .container-max-width ol, .container-max-width ul {list-style: none;}
.clear {clear: both; height:0px; margin:0; overflow:hidden;}
.site_width {width: 1020px; margin: 0 auto;overflow:hidden;}
.site_width a:link, .site_width a:visited, .site_width a:active, .container-max-width a:link, .container-max-width a:visited, .container-max-width a:active {color: #00a480; text-transform:uppercase; margin: 5px 0px; font-size:12px; font-family: 'Open Sans', sans-serif; font-weight: 900; font-style: normal; text-decoration: none;}
.site_width a:hover, .container-max-width a:hover {color: #f10026;}

/***** END RESET *****/

/****************** STRUCTURE ******************/

/* GENERIC MODIFIERS */
.clear {clear:both;}
.right{float: right;}
.pad30{padding: 30px 0;}
.pad-sides{padding: 0 30px;}
.margin-bottom20{margin-bottom: 20px!important;}
.col33{width: calc(30% - 24px); padding: 12px;}
.flex{display: flex; flex-wrap: wrap; justify-content: space-around;}
.wrapper {
	width: 80%;	
	margin: 0 auto 0px auto;
}

.bg-light{
	background: #f8f8f8;	
	-moz-border-radius: 5px;  /* for Mozilla Ffox */
	-webkit-border-radius: 5px;  /* for Safari, Chrome & others */
	border-radius: 5px;  /* for IE9 */
	color:#000;
}
.bg-grey{background: #252525; color: #fff;}
.bg-black{background: #000; color: #fff;}

.inline-block{display: inline-block;}

#at-btn{
	position: absolute;
    right: 25px;
    bottom: 130px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
											 color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700; display:flex; align-items: center; gap: 10px;
	transition: ease all 0.2s;
	justify-content: center;
}
#at-btn:hover{filter: invert(1);
	background: #000;
}
#maincontainer{
	position:relative;
	background: url(../siteart/top_bg.png) repeat-y center;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	padding: 0px 0px 15px 0px;
	height: 450px;
	overflow: hidden;
}

.container-max-width{
	max-width: 1050px;
	width: auto;
	margin: 0px auto 0px auto;
}
.container-max-width.pad30{
	max-width: 1020px;
	width: auto;
	margin: 0px auto 0px auto;
}

.content-block{display: inline;}
.text-content{
	width: 280px;
	margin: 0 auto;
	padding: 0px 20px;
	display: inline-block;
	vertical-align: top;
}

.right .text-content{
	padding: 0 0 0 20px;
}
/***** GENERAL STYLES END *****/

/* HEADER */
.ww-header .flex{
	display: flex;
	width: 50%;
	max-width: 690px;
}

.ww-header {
	display: flex;
	justify-content: space-between;
	width:100%;
	margin: 0 auto;
	position:relative;	
	z-index: 10;
	clear:both;
	height: 98px;
	background: #f8f8f8;
	/*background: #f8f8f8 url(../siteart/color_bar.png) right no-repeat;*/
   -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.8);
   box-shadow: 0px 0px 15px rgba(0,0,0,.8);
}	
#ww-logo{
	width: 100%;
	max-width: 278px;
	padding-right: 30px;
	margin-top: 0px;
}
.color-block-grp{
	max-width: 700px;
	width: 50%;
	height: 98px;
}
.color-block{
	width: 25%;
	float: left;
	height: 98px;
}

.bg-red{background:#f10026;}
.bg-orange{background:#ff6200;}
.bg-blue{background:#00a480;}
.bg-green{background:#3dba00;}

/* BODY */
body {
  width: 100%;
  position:relative;
  z-index:0;
  height:auto;
  background: #252525;
}


/* FOOTER */

footer {
	width: 100%;
	background: url(/siteart/footer.png) center no-repeat;
	line-height: 13px;
}

footer ul {
	margin: 0 auto;
}

footer li{
	display: block;
	float: left;
		
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#a40314;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#fff;}
.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff;}
.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:11px; color:#fff;}
.divfooter {max-width:450px; text-align:center; margin:0 auto; padding: 20px;}

/****************** STRUCTURE END ******************/


/*************** NAVIGATION ***************/
.site_width nav {
	margin: 0px 0px 0px 0px;
    width: 270px;
	position:relative;
	display: block;
	float: left;
}

.site_width nav ul{
	float:left;
 	list-style: none;
	margin: 0px auto;
}

.site_width nav li {
	list-style: none;
	display: block;
	height: 50px;
	box-sizing: unset;
	width: 260px;
}
	
.site_width nav a:link, 
.site_width nav a:visited, 
.site_width nav a:active {
	padding: 20px 10px 20px 10px;
	background: #393939;
	color: #fff;
	margin: 0px;
	width: 170px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.site_width nav a:hover {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   color:#000;
   background:#f8f8f8;
}

#slide{
	display: block;
	float: left;	
	width: 750px;
	height: 340px;
	overflow: hidden;
	margin-bottom: 4px;
}
#slide img{
	width: 750px;
	height: auto;
}
#slide iframe{margin-left: 20px;}

ul .right{
	float: right;
	margin-top: -63px;
	position: absolute;
	right: -13px;
}

.green_text{ color: #3dba00;}

.green{
	background: #3dba00;
	padding: 15px 20px 20px 20px;
	cursor: pointer;
}

.green:hover{
	background: #0F3;
}

.blue{
	background: #00a480;
	padding: 15px 20px 20px 20px;
	cursor: pointer;
}

.blue:hover{
	background:	#0C9;

}

.orange{
	background: #ff6200;
	padding: 15px 20px 20px 20px;
	cursor: pointer;
}

.orange:hover{
	background: #F93;	
}

.red{
	background: #f10026;
	padding: 15px 20px 20px 20px;
	cursor: pointer;
}

.red:hover{
	background: #F00;	
}
/*************** NAVIGATION END ***************/

/*************** FONT HIERARCHY ***************/
.site_width p, .container-max-width p {
	font-family:Arial, Helvetica, sans-serif;	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	position:relative;
}
 

.site_width h1, h2, .container-max-width h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
	position:relative;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.site_width h3, .container-max-width h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	margin: 0px 0px 10px 0px;
}

.site_width h4, .container-max-width h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	margin: 0px 0px 10px 0px;
}

.site_width h5, .container-max-width h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	margin: 5px 0px;
}

h1.small-header, h2.smaller-header  {
	font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 22px !important;
    margin: 0px 0px 10px 0px !important;
}

 h2.uppercase-heading {    
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    position: relative;
    text-transform: uppercase;
  margin: 0px 0px 20px 0px;
    padding: 0px;}

/*************** FONT HIERARCHY END ***************/

/* THANK YOU PAGE */

#thankyou-text{
	padding: 20px 0 0 0; 
}

/* CONTACT PAGE */

#contact {
	float: right;	
	text-align: center;
	margin-top:-16px;
}

#contact h4 {
	color: #c5c1b5;
	font-size: 20px;	
	margin-bottom: -7px;
}

#contact-form label{
	font-family:Arial, Helvetica, sans-serif;	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-transform:uppercase;
	color: #000 !important;	
}

#contact-form h3{
	color: #3dba00;
	text-transform: uppercase;
	font-size: 22px;	
}

.phone-link {
	font-family:Arial, Helvetica, sans-serif;	font-family: 'Open Sans', sans-serif;
	font-weight: 400!important;
	font-style: normal;
	font-size: 14px!important;
	position:relative;
	color: #fff!important;
	cursor: pointer;
}

.small-header{	
	font-size: 22px;
	text-transform: none;
}

#contact-form input, #contact-form textarea{
	width: 99%;
}
.CaptchaPanel, .CaptchaAnswerPanel{
	padding-left: 0!important;
	padding-right: 0!important;
}

#contact-form textarea {height: 100px;}


/* INVENTORY - SCROLLING, EXTRAS */
.scrolling-wrap{max-width: 1020px;}
.scrolling-wrap iframe{
	width: 100%; 
	height: 90px; 
	border-top: 2px #cccccc solid!important; 
	border-bottom: 2px #cccccc solid!important; 
}

#inv iframe{max-width: 1050px; width: 100%!important;}
#inv_nav{
	background: #f8f8f8;
	max-width: 1050px;	
	height: 100px;
	margin: 20px 0px -20px 0px;;
	padding: 20px 0px;
	-moz-border-radius: 5px 5px 0 0;  /* for Mozilla Ffox */
	-webkit-border-radius: 5px 5px 0 0;  /* for Safari, Chrome & others */
	border-radius: 5px 5px 0 0;  /* for IE9 */
}

#inv_nav ul{
	margin: 0px auto;
	max-width: 450px;
}

#inv_nav li{
	display: block;
	float: left;	
}

#button{
	background: #3dba00;
	padding: 20px 6px 20px 6px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;	
	width: 200px;
	margin: 0px 0px;
	text-align: center;
	-moz-box-shadow: 0 0 5px #969696;  /* for Mozilla Ffox */
	-webkit-box-shadow: 0 0 5px #969696;  /* for Safari, Chrome & others */
	box-shadow: 0 0 5px #969696;  /* for IE9 */
}

#button:hover{
	background: #0F3;
}

/* INVENTORY - FACETED */

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb {background:#3dba00 !important;  color: #fff !important;}

.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: #3dba00 !important; color: #fff !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #3dba00 !important; color: #fff !important;}

.material-icons{color:#3dba00!important;}

.list-title-text, .parts-title-text{margin-left: 12px;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #3dba00!important;}

.paging-container .page-navs .list-page-nav{background-color: #3dba00!important;}

/* BREAKPOINTS */

@media only screen and (max-width: 1175px){
	.wrapper{width: 95%;}
}

@media only screen and (max-width: 1000px){
	.container-max-width.pad30:not(#thankyou-text){display:inline-flex; flex-wrap: wrap;}
	.content-block{width: 100%; padding-top: 30px; display:flex;}
	.text-content{padding-right: 0; flex-grow:1;}
	.col33{width: 100%;}
}
@media only screen and (max-width: 700px){
	#maincontainer{height: unset;}
	
	#at-btn{
		position: relative;
		left: unset;
		right: unset;
		bottom: unset;
		margin: 10px;
		background: #000;
		color: #fff;
		width: calc(100% - 20px);
		box-sizing: border-box;
	}
	
	#slide {margin-left: -200px;}
	#slide iframe{margin-left: 0px;}
		ul .right {
    	left: unset;
		right: 10px;
	}
	nav ul li{margin-left: -210px; transition: margin 0.4s ease; position: relative;}
	nav ul li:hover{margin-left: 0px;}
}
@media only screen and (max-width: 550px){
	.wrapper{width: 90%;}
	#ww-logo img{width:200px; margin: 12px 6px;}	
	h1, h2, h3, h4, h5{text-align: center;}
	
	.content-block img{width:100%;}
	.content-block.right {float:none;}
	.content-img{display: none;}
	.text-content{padding: 0px!important; width: 100%;}
	
	.divfooter{background: #000;}
	
	nav a:link, nav a:visited, nav a:active {font-size: 12px; width: 150px;}
	ul .right {
    	left: unset;
		right: 12px;
	}
	nav li {
		width: 240px;
	}
	
	#slide {margin-left: -180px;}
	#slide iframe{margin-left: 0px;}
	
	nav ul li{margin-left: -210px; transition: margin 0.4s ease; position: relative;}
	nav ul li:hover{margin-left: 0px;}
}