﻿
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Montserrat', sans-serif;
    margin: 0;
	padding:0;
	}
	
.clear { clear: both;}

img { border: 0;} 
img.fluid-width{width:100%;}
hr.banner-break{width:100%; color: inherit; margin:3% 0;}
.img-responsive{max-width: 100%; height: auto; display:block;}

.jobbox {padding: 35px !important; border: 1px solid #eb0000;}

/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 26px; font-weight: 600;}
	h2 {font-size: 24px; font-weight: 600;}
	h2.red-highlight{color:#eb0000; border-bottom: 2px solid #eb0000; margin:5% 3% 0 3%;}
	h3 {font-size: 21px; font-weight: 600;}
	h4 {font-size: 18px; font-weight: 600;}


p {
	margin: 0;
	padding:1% 0;
	font-size: 16px;
	line-height: 24px;
	}

.bold {font-weight: bold;}
.red{color:#eb0000}
.white{color:#fff;}
.center-txt{text-align: center;}





.our-team {
  padding: 30px 0 40px;
  margin: 0px;
  background-color: black;
  text-align: center;
  overflow: hidden;
  position: relative;
width: 19.65%; display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    height: 250px;
}

@media screen and (max-width: 1000px) {
    .our-team {width: 32.65%;}
}

@media screen and (max-width: 700px) {
    .our-team {width: 49.5%;}
}

@media screen and (max-width: 500px) {
    .our-team {width: 49.3%;}
}



.team-content > h3 {font-size: 18px !important; color: white !important;}

.our-team .title {
  display: block;
  font-size: 14px;
  color: #eb0000;
  text-transform: capitalize;
}


.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}



.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 0%;
  background-color: #eb0000;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eb0000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  transform: scale(0.9);
}



.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #eb0000;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 18px;
  color: black;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #eb0000;
  background-color: #f7f5ec;
}

.teamwrap {}








/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: underline;
		}  

a.red-outline{
	font-size: 18px;
	font-weight: 600;
	color:#eb0000;
	border: #eb0000 solid 1px;
	border-radius: 5px;
	padding:2% 0;
	margin:2% 0;
	max-width:280px;
	background: none;
	display: block;
	text-align: center;
	transition:.2s ease-in;	
}
a.red-outline:hover{
	color:#fff;
	background:#eb0000;
	text-decoration: none;
}
a.white-outline{
	font-size: 18px;
	font-weight: 600;
	color:#fff;
	border: #fff solid 1px;
	border-radius: 5px;
	padding:1.5% 0;
	margin:2% 0;
	width:220px;
	background: none;
	display: inline-block;
	text-align: center;
	transition:.2s ease-in;	
}
a.white-outline:hover{
	color:#000;
	background:#fff;
	text-decoration: none;
}
a.fb-link{
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
}

/*===================== 
	header styles 
=======================*/

header {
	width:100%;
	background:#000;
	display: flex;
	}
header .main-logo{
	box-sizing: border-box;
	padding:.5% 0 .5% 2%;
}
header .main-logo img{
	max-width: 280px;
}
header .top-contact{
	color:#fff;
	font-size: 18px;
	text-align: right;
	box-sizing: border-box;
	padding:1% 2% 1% 0;	
}
.top-logo img{width:145px;}
.stihl-img {width:125px;}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	width:100%;
	background: #eb0000;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none;
			}
			nav.primary ul li a {
				color:#fff;
				font-size:17px;
				text-decoration:none;
				padding:18px 21px;
				display:block;
				margin:0;
				text-align:center;
				text-transform:uppercase;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:400;
                font-family: 'Montserrat', sans-serif !important;
				}	
			nav.primary ul li a:hover {
				background: #000000;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:14px;
				line-height:16px;
				padding:10px 0 10px 12px;
				color:#fff;
				background: #181818;
				text-align:left;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background: #3A3A3A;
			} 
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
	width: 230px;
}
nav.primary ul ul li {
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

button.search-btn{
	position: absolute;
	right:3%;
	top:12px;
	background: url(/siteart/icons/search-icon.png) no-repeat;
	background-size: 100% 100%;
	width:30px;
	height: 30px;
	border:none;
	transition:.2s ease-in;	
}
button.search-btn:hover{
	filter: invert(1);
	cursor: pointer;
}

/*======================= 
	  layout styles 
=========================*/

.wrap {
	width: 100%;
	margin: 0;
	}
.wrap-pad{
	padding:3% 0;
}
.container {
	max-width: 1500px;
	margin: 0 auto;
	padding:1%;
	}
.parts-service-wrap{
	width:100%;
}
.top-wrap{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.paper-wrap{
	width:100%;
	background: url(/siteart/paper_fibers.png) repeat;
}

.flex-col{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 50%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}


.left-banner{
	width:50%;
	background:#ffffff;
}
.banner-container{
	max-width:600px;
	box-sizing: border-box;
	margin:auto;
	padding:10% 1%;
}
.right-banner{
	width:50%;
	background:#fff;
	/*clip-path: polygon(0% 0%,100% 0%,100% 100%,20% 100%);
	background: url("/siteart/auction-bg.jpg") no-repeat;
	background-size: cover;*/
}
.cycle-slideshow img{
	width:80%;
	margin:2% 0 0 10%;
}
.right-banner hr{
	max-width: 75px;
	margin: 15px auto;
	border: none;
	border-top: 1px #fff solid;
	opacity: .5;
}
.right-banner h2{
	font-size: 34px;
	line-height: 1.25;
}
.right-banner p{
	margin: 5px 0;
	line-height: 1.25;
}

.parts-side{
	background:url(/siteart/parts_bg.jpg) no-repeat;
	background-size: cover;
	padding: 4% 3% 4% 19%;
	box-sizing: border-box;
	background-color:#000;
}
.service-side{
	background:url(/siteart/service_bg.jpg) no-repeat;
	background-size: cover;
	padding: 4% 16% 4% 5%;
	box-sizing: border-box;
	background-color:#000;
}

img.poly{
	display: block;
	width:100%;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

/** ICONS and BRANDS on Home Page **/
.icons-flex,.brands-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.icons-flex a, .brands-flex a{
	width:32%;
	padding:0 .5%;
}
.icons-flex a:hover, .brands-flex a:hover{opacity: .7;}
.icons-flex figure{
	margin: 0;
	padding:0;
}
.icons-flex a figure img{
	width:30%;
	display: block;
	margin: auto;
	padding:6% 0;
}
.icons-flex a figure figcaption{
	text-align: center;
	font-size: 18px;

}
.brands-flex a figure{
	margin: 0;
	padding:0;
}
.brands-flex a figure img{
	width:65%;
	display: block;
	margin: auto;
	padding: 6% 0;
}

/*** HOME PAGE MAP AND CONTACT AREA ***/
.map-area{padding:6% 0 0 0;}
.map-area .title{
	font-size: 36px;
	font-weight: 600;
	color:#000;
	padding:0 20px 10px 0;
}
.map-area .bars{
	width:calc(100% - 310px);
	height: 20px;
	border-top:#eb0000 1px solid;
	border-bottom:#eb0000 1px solid;
	margin: 12px 0 0 0;
}
.contact-info{
	padding: 15% 0 3% 0;
	margin: -12% 0 0 0;
}


.featured-wrapper {
	width: 100%;
	padding: 40px 12%;
	box-sizing: border-box;
	display: block;
	background: black;
}
.featured-wrapper > .featuredheader {
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
}


/*===================== 
	Form styles 
=======================*/
form.consign {
	width: 100%;
	box-sizing: border-box;
	color: #000;
	margin: 0 0 10% 0;
  }
  form.consign select {
	width: 100%;
	padding: 9px 10px;
	box-sizing: border-box;
	display: inline-block;
  }
  form.consign input, form.consign textarea {
	width: 100%;
	padding: 9px 10px;
	box-sizing: border-box;
	display: inline-block;
	font-family: inherit;
  }
  form.consign textarea {
	height: 100px;
  }
  form.consign input.consignButton {
	width: 50%;
	display: block;
	margin: 30px auto 20px auto;
	background: #eb0000; 
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	border: none;
	transition:.2s ease-in;	
  }
  form.consign input.consignButton:hover {
	cursor: pointer;
	background: #000;
	color:#fff;
  }
  form.consign input::-webkit-input-placeholder, form.consign textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
  }
  form.consign input::-moz-placeholder, form.consign textarea::-moz-input-placeholder { /* Firefox 19+ */
	color: #000;
  }
  form.consign input:-ms-input-placeholder, form.consign textarea::-mx-input-placeholder { /* IE 10+ */
	color: #000;
  }
  form.consign input:-moz-placeholder, form.consign textarea:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
  }
  form.consign input::placeholder, form.consign textarea::placeholder {
	color: #000;
	opacity: 1;
  }
  form.consign div.col-1-2 {
	width: 49%;
	box-sizing: border-box;
	float: left;
	padding: 1%;
  }
  form.consign div.col-1-4 {
	width: 24%;
	box-sizing: border-box;
	float: left;
	padding: 1%;
  }
  form.consign div.col-1 {
	width: 96%;
	padding: 1%;
  }
  /***** SEARCH FORM *****/
.search-area{
	display: none;
	width:100%;	
	padding:2% 0;
	border-bottom:#cecece solid 1px;
}
#inv-search{
	width:80%;
	margin: auto;
}
#inv-search input.keyword{
	width:89%;
	padding:10px;
	border-radius: 0;
	border: #333 1px solid;
	box-sizing: border-box;
}
#inv-search button.submit-btn{
	width:10%;
	padding:10px 0;
	border-radius: 0;
	border: #eb0000 1px solid;
	background:#eb0000;
	font-size: 14px;
	color:#fff;
}
#inv-search button.submit-btn:hover{
	background:#000;
	border: #000 1px solid;
	cursor: pointer;
}
/*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:4.5% 0;}

/*----View Details Button----*/
.view-listing-details-link {background:#eb0000 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*----Price----*/
.listing-main-stats .price, .list-listings-count {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #eb0000 !important; color:#fff !important;}

/* ---- Parts ----- */
.parts-listing-container .parts-button{background: #eb0000 !important; color:#fff !important;}
.parts-listing-container .parts-button:hover{background:#000 !important; color:#fff !important}
	
#part-detail-content .part-detail-additional-data .data-row .data-label{background:#000 !important; color:#fff !important;}

/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#eb0000 !important; color:#fff !important;
}


.revealme {display: none !important;}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	padding: 2% 0;
	width: 100%;
	background:#000;
	}

.foot-contact{
	text-align: right;
}

ul.foot-list{
	margin: 0;
	padding: 0;
}
ul.foot-list li{
	margin: 0;
	padding: 4px 0;
	list-style-type: none;
}
ul.foot-list li a{
	font-size: 16px;
	color:#fff;
}

.cta-btn {display:flex; justify-content: center;}
a.red-outline-2{
	font-size: 18px;
	font-weight: 600;
	color:#eb0000;
	border: #eb0000 solid 1px;
	border-radius: 5px;
	padding:30px 20px;
	margin:2% 0;
	max-width:280px;
	background: none;
	display: block;
	text-align: center;
	transition:.2s ease-in;	
}
a.red-outline-2:hover{
	color:#fff;
	background:#eb0000;
	text-decoration: none;
}
/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1330px)  {
	nav.primary ul li a {
		font-size:14px;
		padding:18px 16px;
	}	
}
@media screen and (max-width: 1075px)  {
	.top-wrap{
		width:100%;
		background: none;
		flex-direction: column;
	}
	.left-banner{
		width:100%;
	}
	.banner-container{
		max-width:100%;
		width:100%;
		box-sizing: border-box;
		margin:auto;
		padding:10% 4%;
	}
	.right-banner{
		width:100%;
		clip-path: none;
	}
	.featured-wrapper {padding: 3em 7%;}
	.featured-wrapper > .featuredheader {font-size: 28px;}
	.cycle-slideshow img{
		width:80%;
		margin:0 0 8% 10%;
	}
	.right-banner a.white-outline{
		display: block;
		width: 100%;
	}
	
	nav.primary ul li a {
		font-size:14px;
		padding:18px 10px;
	}	
}
@media screen and (max-width: 960px)  {
    
    .hideme {display: none !important;}
    .revealme {display: block !important;}

	header {flex-direction: column;}
	header .main-logo{
		box-sizing: border-box;
		padding:.5% 0;
	}
	header .main-logo img{
		max-width: 280px;
		display: block;
		margin: auto;
	}
	header .top-contact{
		color:#fff;
		font-size: 18px;
		text-align: center;
		box-sizing: border-box;
		padding:2% 0;
		
	}
	.mobile-hide{display: none;}
	.col-1-2 { width: 100%;}

	.parts-side{padding: 4% 16% 4% 5%;}
	.service-side{
		background:url(/siteart/service_bg.jpg) no-repeat;
		background-size: cover;
		padding: 4% 16% 4% 5%;
		box-sizing: border-box;
	}
	form.consign div.col-1-2 {
		width: 98%;
		box-sizing: border-box;
		float: none;
		padding: 1%;
	  }


	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #eb0000;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #eb0000 solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
}
@media screen and (max-width: 730px)  {
	.flex-col{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.featured-wrapper {padding: 2.5em 7%;}
	.featured-wrapper > .featuredheader {font-size: 26px;}
	.foot-contact{text-align: center;}
	.foot-hide{display: none;}
	.mobile-center{text-align: center;}
	.col-1-3 { width: 100%; padding:2% 0;}
	.col-2-3 { width: 100%; padding:2% 0;}

	.mobile-hide730{display:none;}
}
@media screen and (max-width: 470px)  {
	.icons-flex a, .brands-flex a{
		width:49%;
		padding:0 .5%;
	}
	.featured-wrapper {padding: 2em 7%;}
	.featured-wrapper > .featuredheader {font-size: 24px;}
	
	.icons-flex a figure figcaption {
		text-align: center;
		font-size: 16px;
	}
	a.red-outline-2{padding:17px 10px;}
}