/* 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; 	
}

body.main {
	-webkit-text-size-adjust:none;
	font-family: 'Montserrat', sans-serif;		
}



a:-webkit-any-link  {
	color:#000;
	text-decoration: none!important;
}

a:hover{
	color:#333;
	text-decoration:none;
}

p{
	padding:7px 0 0!important;
	
}

/* Inventory
------------------------------------------------*/
.list-content .listing-widgets .Currency a,
.list-redesign .widget-container .listing-widgets .shipping a{
	background: #65bc53 !important;
}
.list-top-section .list-listings-count {
	color: #2772A0!important;}
.list-redesign .widget-container .listing-widgets .shipping a {
	color: #000 !important;
}

.containter.cf{
	width: unset !important;
	max-width: 1450px !important;
}
.header-overlay {
    height: 200px;    
}
 

.parts-list-content .parts-title-and-breadcrumbs .parts-listings-count {
	color: #2A79A9!important;}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left-alt {float:left;}
.left {float:left;}
.right {text-align:right;}
.none{display:none;}
.center {text-align: center;}

.spacer {padding:20px;}
.spacer-lg {padding:50px;}
.spacer-pg {padding:7% 15px;}

*{
	box-sizing:border-box;
}

body { 

}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}

.no-pad-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}




::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	text-align:right;
	margin:0 auto;
	background:#65bc53;
	margin-bottom: -10px;
}

.logo{
	text-align:left;
	padding:0px 0 0 25px;
	margin:-7px auto;
	display:inline-block;
	z-index: 9;
	float:left;
	position: absolute;
}
.logo img{
	width:200px;
	margin:0 auto;
}

.phone { margin-top: 20px; border-left: 2px solid #000;}
.phone a {color:#000;font-weight: 900; text-decoration: none; font-size: 16px; padding:5px 0 0 30px;}

.black-btn a {color:#fff!important; text-underline:none; text-transform: uppercase;}
.black-btn {background:#000; padding:15px 40px; cursor: pointer; color:#fff!important; text-underline:none!important; text-transform: uppercase; }
.black-btn:hover {background:#65bc53;}

.fa-chevron-right {padding-left:15px;}

/* HOME PAGE STYLES
-----------------------------------------------*/

.slide-text p {line-height: 25px;}
.slide-text a {font-weight: bold; color: #fff; text-transform: uppercase; font-size: 14px;}
.slide-text {font-weight: bold; color: #fff; text-transform: uppercase; font-size: 2em!important; text-shadow: 1px 1px 5px #000;}
.slide-larger {font-weight: bold; color: #fff; text-transform: uppercase; font-size: 18px!important; margin-bottom: 12px;}
.under {text-decoration: underline;}
.mfgs {
	display: flex!important;
	align-items: center;
}
.mfgs img {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	height: 100px;
	object-fit: contain;
	object-position: center;
}
.mfgs .slick-arrow {
	cursor: pointer;
}
.mfgs .slick-arrow:hover {
	opacity: 0.7;
}
.txt p {font-size: 13px;}

.quote-bg {background:url(/siteart/quote-bg.png); background-size: cover; overflow: auto; height:270px; background-color: black;}
.quote-bg h2 {color:#fff; text-shadow: 1px 1px 5px #000;}

/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#000 !important;
}

.hosted-content .hosted-content .svg-inline--fa.fa-w-10{width:auto !important;}

.hosted-content h1{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

/* Fade
------------------------------------*/

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.fade-in {
  animation: fadeIn .5s ease forwards;
}

.fade-in-two {
  animation: fadeIn 2.0s ease forwards;
}

.fade-in-three {
 animation: fadeIn 4.0s ease forwards;
}



@keyframes topFadeOut {
  0% {
    position: absolute;
    top: -3rem;
    opacity: 0;
  }

  75% {
    position: absolute;
    top: 7.5em;
    opacity: 1;
  }

  100% {
    opacity: 1;
	
  }
}



/* =============================================================================
     CTA                                                             
============================================================================= */

			.cta {
			    overflow: auto;
				padding:10px 10px 20px;
				position: relative;
				z-index: 1;
				background:#49574f;
			}
			.cta ul { 
				margin:0; 
				list-style:none; 
				width: 100%;
				display: table;
				position: relative;
			}
			
			.cta ul li { 
				padding: 0;
				
			}
			.cta ul li:first-child { margin-left:0px; }
			
			.cta ul li div:first-child {
				list-style:none;
				position: relative;
				background-repeat:no-repeat;
				background-size: cover;
				background-position: 50% 50%;
				padding: 0;
				height: 350px;
				z-index:999;
				margin-bottom: 10px; 
			}
            .cta a {
                display: block;
            }
			.cta a span {
				text-align: left;
				display: table-cell; 
				vertical-align:top;
			}
			.cta a h2 { color: #fff; font-weight: bold; line-height: 1;  font-size:20px;  vertical-align: bottom; width:40%; padding:20px 10px; background:#000; margin:20px 0 -10px; text-align: center; float: left;}
			.cta a h2 strong { display: block; font-weight: 800; }
			.cta a:hover { opacity: 1; }
			.cta a .overlay {
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				padding: 0;
				width: 100.2%;
				height: 100%;
			}
			.cta ul li .cta1 { background-image:url(/siteart/handlers.png); margin:10px; }
			.cta ul li .cta2 { background-image:url(/siteart/shear.png); margin:10px;}
			.cta ul li .cta3 { background-image:url(/siteart/recycling.png); margin:10px;}
			.cta ul li .cta4 { background-image:url(/siteart/demo.png); margin:10px;}

			.cta a:hover .overlay { background: rgba(101,188,83,.7); }
			
				/* Interior */
				#interior .cta ul li div:first-child { height: 135px; }


ul.secondary li{display: block; text-align: left; padding-bottom: 7px;}
ul.secondary li a {padding:10px 0; text-decoration: none; font-weight: bold; text-align: left;}

ul.tertiary li  {display: block; text-align: right; padding-bottom:7px;}
ul.tertiary li a {padding:10px 0; text-decoration: none; font-weight: bold; text-align: right;}


/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#eaeaea;
	font-size:11px;
	text-align:center;
	background:#272727;
	padding: 20px  0 30px 0;
	overflow: auto;
}

.footer a{
	color:#eaeaea!important;
	
}

.footer a:hover{
	color:#eaeaea!important;
	text-decoration:none;
}
.divfooter{
	width:60%;
	margin:20px auto;
}





@media screen and (max-width:1120px){
	.phone {display:none;}
	.left-alt {float: none;}
	
	
	.carousel-caption {top:30%!important;}
	.cta a h2 {width:100%;}
	
	.container {margin-top: 100px!important; width:100%!important;}
	.spacer-pg {padding:15% 10px;}
}

@media screen and (max-width:992px){
	.carousel-caption {top:17%!important;}
}
@media screen and (max-width:768px){
	.left-alt {text-align: center!important;}
	.text-left {text-align: center!important;}
	.text-right {text-align: center!important;}
	ul.secondary li {text-align: center;}
	ul.tertiary li {text-align: center;}
	
	.spacer-pg {padding-top:150px;}
}

@media screen and (max-width:550px){
	.carousel-caption {display: none;}
	.black-btn {font-size: 12px!important; padding:10px;}
	.spacer-lg {padding: 50px 0px;}
	
	
}

@media screen and (max-width:300px){
	.logo {padding:0px;}
	.logo img {width:120px;}
	
}
