﻿
/*===================== 
	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 {
    font-family: 'Source Sans Pro', sans-serif;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-family: 'Rokkitt', serif;
	}
	h1 {font-size:35px;}

p {
	margin: 0;
    line-height: normal;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	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: none;
		color:inherit;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
    background: url("../siteart/header-bg-img.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 1% 0 0 0;
}
.top-header {
	width: 60%;
	margin: 0 auto;
}
.logo {
    display: inline-block;
    vertical-align: bottom;
    width: 58%;
    box-sizing: border-box;
    padding-left: 20%;
    padding-bottom: .25%;
}
.logo img {
    display: inline-block;
}
.header-info {
    background: #fff;
    color: #222;
    font-weight: bold;
    text-align: left;
    width: 42%;
    box-sizing: border-box;
    padding: .75% 0 .25% 2%;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Rokkitt', serif;
}
.header-info p, .header-info img {
    display: inline-block;
    vertical-align: middle;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
    background: #222;
    text-align: center;
    border-top: 3px solid #fff;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #fff;
				display: block;
				padding: 10px 20px;
				text-transform:uppercase;
				font-size:14px;
				-webkit-transition-duration: 0.3s; /* Safari */
  				transition-duration: 0.3s;
                font-family: 'Source Sans Pro', sans-serif;
				}	
			nav.primary ul li a:hover {
				background: #111;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#222;
	width:175px;
	display:block;
    text-align: left;
	text-decoration:none !important;
}
nav.primary ul li li a:hover {  /* appearance of the sub-level links on hover */
	background:#d42031 !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
	box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.6);
}
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;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
}

/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
	display:none;	
}

/*===================== 
	drone/slideshow styles 
=======================*/


/*===================== 
	banner styles 
=======================*/
.banner {
    background: #d42031;
    padding: .75% 0;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	layout styles 
=======================*/
.wrap {
	max-width:60%;
	margin: 0 auto;
}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/
footer {
	margin: 0;
	width: 100%;
    background:url("../siteart/footer-bg-img.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1% 0;
    color: #fff;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:10px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:10px;
		color: #fff;
		}

.footertext {
	font-size:10px; 
	color:#fff;
}
.smallfootertext {
	font-size:10px; 
	color:#fff;
}
.divfooter {
	width:100%; 
	text-align:right; 
	margin:0 auto;
    color: #fff;
}

footer .col-1-4 {
    display: inline-block;
    vertical-align: top;
}
footer .col-1-4 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
footer .col-1-4 ul li {
    line-height: 18px;
    font-size: 13px;
}
	




/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
	position:fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}


/* popup 2 */
.cd-popup2 {
	position:fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 41, 47, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999;
}
.cd-popup2.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}


/* popup 3 */
.cd-popup3 {
	position:fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 41, 47, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999;
}
.cd-popup3.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}


/* popup 4 */
.cd-popup4 {
	position:fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 41, 47, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999;
}
.cd-popup4.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}


/* popup 5 */
.cd-popup5 {
	position:fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 41, 47, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999;
}
.cd-popup5.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}


/* popup 6 */
.cd-popup6 {
	position:fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 41, 47, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999;
}
.cd-popup6.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}




.cd-popup-container {
  position: relative;
  width: 80%;
	max-width: 550px;
	padding: 40px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  top:40px;
  z-index:999999;
}
.cd-popup-container ul{column-count: 2; text-align: left}
.cd-popup-container ul li{list-style: none; line-height: 2;}

.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #333;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


/*===================== 
	Home Page 
=======================*/

.parts-week-ad{
	width: 100%;
	padding: 20px;
	background:#d42031;
	color:#fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
}

.parts-flyer-1 img {
	width:70%;
	height: auto;
	display: block;
	margin:0 auto;
}
.callout-span {
    background: url("../siteart/callout-bg-img.png") #fff;
    text-align: center;
    color: #000;
    padding: 1.5% 0;
}
.callout {
    display: inline-block;
    vertical-align: middle;
    padding: 1%;
    width: 13%;
}
.callout img {
    width: 80%;
}

.hvr-animation {
	-webkit-transition: margin 1s ease;
    -moz-transition: margin 1s ease;
    -o-transition: margin 1s ease;
    -ms-transition: margin 1s ease;
    transition: margin 1s ease;
}
.hvr-animation:hover {
	margin-right: -20px;
}
.callout h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.intro-section {
    padding: 2% 0;
}
.intro-section h1 {
    color: #d42031;
    text-transform: uppercase;
}
.employemnt-section {
    background: url("../siteart/employment-bg-img.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1.75% 0;
}
.employemnt-section .col-3-4, .employemnt-section .col-1-4 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.employemnt-section .col-3-4 h2 {
    font-size: 25px;
}
.employemnt-section .col-3-4 p {
    font-size: 18px;
}
.black-btn {
    background: #222;
    text-align: center;
    color: #fff;
    border: none;
    padding: 2% 0;
    font-weight: 600;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
.black-btn:hover {
    background: transparent;
    border: 2px solid #fff;
}
.mfg-logos {
    text-align: center;
    padding: 2% 0;
}
.mfg-logos h2 {
    text-transform: uppercase;
    color: #d42031;
    font-size: 28px;
}
.mfg-logos img {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    padding: 1%;
}
	
/*===================== 
	Contact Page 
=======================*/
.contact-form {
    background: #f9f9f9;
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
    margin-top: 2%;
    text-align: left;
}
.contact-form h3 {
    padding-bottom: 2%;
}
.contact-form form input {
    width: 32.5%;
    display: inline-block;
    vertical-align: middle;
    padding: .25% .50%;
    margin: 0 .5% .75% 0;
    box-sizing: border-box;
}
.contact-form form textarea {
    width: 100%;
    padding: .25%;
    box-sizing: border-box;
}
.contact-form form .CaptchaPanel {
    text-align: left;
}
.contact-form form input.button {
    background: #d42031;
    border: none;
    color: #fff;
    padding: 1% 0;
    border-radius: 2px;
    font-weight: 500;
}

/*===================== 
	About Page 
=======================*/
.pg-pad {
    padding: 3% 0;
}
	
/*===================== 
	Inventory Page 
=======================*/	
#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}

/*===================== 
	search styles 
=======================*/	

#search {
    width:100%;
    background:#fff;
    display:none;
    padding:10px 0 0 0;
}

#search .row {width:100%; display:block;}
#search .row:after {content:""; clear:both; display:block;}
#search .col2 {width:50%; float:left; }
#search .col4, .side-search .col4 {width:25%; float:left; margin-right:2%;}
	
#search .label-box {width:6%; float:left; padding-top:0.5%;}

#search label, .side-search label {width:100%; display:block; margin-bottom:5px; font-size:14px; text-transform: uppercase; color:gray;}

.hidden-search {padding:15px 0;}
.keywords {background:#333; padding:15px;}
.pad-it {padding:20px 0; border-bottom:solid 1px #EBEBEB;}

.side-search {width:25%; width:calc(25% - 1px); border-right:1px solid #d7d7d7; float:left; background:#fff; height:100%; position:absolute;}
.side-search .pad-it {padding:15px 3%; border-bottom:0;}

.half-col-lt {
	width:46%;
	width:calc(46% - 16px);
	border-right:1px #d7d7d7 solid;
	margin:0 2%;
	padding-right:15px;
	float:left;
}
.half-col-rt {
	width:46%;
	float:left;
	position:relative;
	margin:0 2%;
}

.hidden-search form, .side-search form {width:100% !important;}

.hidden-search .row input.text,
.hidden-search .row textarea,
.hidden-search .row select,
.side-search .row input.text,
.side-search .row textarea,
.side-search .row select {
	height: 30px;
	width: 97%;
    padding: 6px 5px;
    font-size: 15px;
    background-color:#F3f3f3;
    border: 1px solid #dad9d9;
	margin-bottom:10px;
	border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}

.hidden-search.keywords input {
    padding: 6px 5px;
}

.hidden-search form input {
    width: 48%;
}


.hidden-search form input.text:focus,
.hidden-search form textarea:focus,
.hidden-search form select:focus,
.side-search form input.text:focus,
.side-search form textarea:focus,
.side-search form select:focus {
    outline:none;
}

.hidden-search form a.btn, .hidden-search form button, .hidden-search form input[type="submit"], .hidden-search form .Actions .action {
	width:100%;
	width:calc(100% - 40px);
	-webkit-appearance: none;
	background:gray !important;
	color:#fff !important;
	float:none !important;
	text-align:center;
	padding:10px 20px;
	margin:0 0 20px 0;
	text-decoration:none;
	border:none;
	cursor:pointer;	
	font-weight:bold;
	border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
.side-search form a.btn, .side-search form button, .side-search form input[type="submit"], .side-search form .Actions .action {
	width:98%;
	-webkit-appearance: none;
	background:#8aff00!important;
	color:#000000!important;
	float:none !important;
	text-align:center;
	padding:10px 2%;
	margin:0 0 20px 0;
	text-decoration:none;
	border:none;
	cursor:pointer;	
	font-weight:bold;
	border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
.hidden-search form a.btn:hover, .hidden-search form button, .hidden-search form input[type="submit"]:hover, .hidden-search form .Actions .action:hover,
.side-search form a.btn:hover, .side-search form button, .side-search form input[type="submit"]:hover, .side-search form .Actions .action:hover {
	background:#000000!important;
	color: #8aff00!important;
	cursor: pointer
}
.hidden-search.keywords form input[type="submit"] {margin-bottom:0px;}

/* nouislider */
.hp-slider .noUi-target, .hp-slider .noUi-target *{-webkit-touch-callout: none; -webkit-user-select: none; -ms-touch-action: none; touch-action: none; -ms-user-select: none; -moz-user-select: none; -moz-box-sizing: border-box; box-sizing: border-box}
.hp-slider .noUi-target{position: relative; direction: ltr}
.hp-slider .noUi-base{width: 100%; height: 100%; position: relative; z-index: 1}
.hp-slider .noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.hp-slider .noUi-handle{position: relative; z-index: 1}
.hp-slider .noUi-marker, .hp-slider .noUi-pips, .hp-slider .noUi-tooltip, .noUi-value{position: absolute}
.hp-slider .noUi-stacking .noUi-handle{z-index: 10}
.hp-slider .noUi-state-tap .noUi-origin{-webkit-transition: left .3s, top .3s; transition: left .3s, top .3s}
.hp-slider .noUi-state-drag *{cursor: inherit!important}
.hp-slider .noUi-base{-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.hp-slider .noUi-horizontal{height: 12px; z-index: 0}
.hp-slider .noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.hp-slider .noUi-vertical{width: 18px}
.hp-slider .noUi-vertical .noUi-handle{width: 28px; height: 34px; left: -6px; top: -17px}
.hp-slider .noUi-background{background: #FAFAFA; box-shadow: inset 0 1px 1px #f0f0f0}
.hp-slider .noUi-connect{background: #4a4a4a; box-shadow: inset 0 0 3px rgba(51, 51, 51, .45); -webkit-transition: background 450ms; transition: background 450ms}
.hp-slider .noUi-target{border-radius: 4px; border: 1px solid #D3D3D3; box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; width: calc(100% - 10px); margin: 10px auto;}
.hp-slider .noUi-target .noUi-connect{box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB}
.hp-slider .noUi-draggable{cursor: w-resize}
.hp-slider .noUi-vertical .noUi-draggable{cursor: n-resize}
.hp-slider .noUi-handle{border: 1px solid #D9D9D9; border-radius: 3px; background: #FFF; cursor: default; box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB}
.hp-slider .noUi-active{box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB}
.hp-slider .noUi-handle:after, .hp-slider .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.hp-slider .noUi-handle:after{left: 12px}
.hp-slider .noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before{width: 14px; height: 1px; left: 6px; top: 14px; right: 0;}
.hp-slider .noUi-vertical .noUi-handle:after{top: 17px}
.hp-slider [disabled] .noUi-connect, .hp-slider [disabled].noUi-connect{background: #B8B8B8}
.hp-slider [disabled] .noUi-handle, .hp-slider [disabled].noUi-origin{cursor: not-allowed}
.hp-slider .noUi-pips, .hp-slider .noUi-pips *{-moz-box-sizing: border-box; box-sizing: border-box}
.hp-slider .noUi-pips{color: #999}
.hp-slider .noUi-value{width: 40px; text-align: center}
.hp-slider .noUi-value-sub{color: #ccc; font-size: 10px}
.hp-slider .noUi-marker{background: #CCC}
.hp-slider .noUi-marker-large, .hp-slider .noUi-marker-sub{background: #AAA}
.hp-slider .noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.hp-slider .noUi-value-horizontal{margin-left: -20px; padding-top: 20px}
.hp-slider .noUi-value-horizontal.noUi-value-sub{padding-top: 15px}
.hp-slider .noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 2px; height: 5px}
.hp-slider .noUi-marker-horizontal.noUi-marker-sub{height: 10px}
.hp-slider .noUi-marker-horizontal.noUi-marker-large{height: 15px}
.hp-slider .noUi-pips-vertical{padding: 0 10px; height: 100%; top: 0; left: 100%}
.hp-slider .noUi-value-vertical{width: 15px; margin-left: 20px; margin-top: -5px}
.hp-slider .noUi-marker-vertical.noUi-marker{width: 5px; height: 2px; margin-top: -1px}
.hp-slider .noUi-marker-vertical.noUi-marker-sub{width: 10px}
.hp-slider .noUi-marker-vertical.noUi-marker-large{width: 15px}
.hp-slider .noUi-tooltip{display: block; border: 1px solid #D9D9D9; border-radius: 3px; background: #fff; padding: 5px; text-align: center}
.hp-slider .noUi-horizontal .noUi-handle-lower .noUi-tooltip{top: -32px}
.hp-slider .noUi-horizontal .noUi-handle-upper .noUi-tooltip{bottom: -32px}
.hp-slider .noUi-vertical .noUi-handle-lower .noUi-tooltip{left: 120%}
.hp-slider .noUi-vertical .noUi-handle-upper .noUi-tooltip{right: 120%}
.hp-slider .example-val{font-weight: 700}
.hp-slider #slider-snap{margin-bottom: 20px}
.hp-slider #slider-length-value-lower:after, .hp-slider #slider-length-value-upper:after{content: ' ft'}
.hp-slider #slider-price-value-lower:before, .hp-slider #slider-price-value-upper:before{content: '$'; padding-right: 5px}
.hp-slider #slidersearch {width: 90%; margin: 0 auto;}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: 0!important;
    left: -13px!important;
}
.detailed-row {
	font-size: 14px!important;
}
/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1585px) {
.wrap {
    max-width: 70%;
}
}

@media screen and (max-width: 1475px) {
.logo {
    padding-left:10%;
}
.header-info {
    padding: .75% 0 .25% 5%;
}
.wrap {
    max-width: 75%;
}   
}

@media screen and (max-width: 1250px) {
.wrap {
    max-width: 80%;
} 
.employemnt-section .col-1-4 {
    width: 28%;
}
.employemnt-section .col-3-4 {
    width: 70%;
}
}

@media screen and (max-width: 1050px) {
.wrap {
    max-width: 85%;
}
    
.contact-form form input {
    padding: .50% .25%;
    width: 100%;
}
.contact-form form input.button {
    padding: 1.25% 0;
}
.callout {
    width: 18%;
}
    nav.primary ul li a {
      padding: 10px 15px;
      font-size: 14px;
    }
}

@media screen and (max-width: 960px) {
.logo {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.header-info {
    padding: .75% 2%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.wrap {
    max-width: 90%;
}
.employemnt-section {
    padding: 3% 0;
}
.employemnt-section .col-3-4, .employemnt-section .col-1-4 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.black-btn {
    margin: 2% 0 0 0;
    padding: 1.5% 0;
}
.callout {
    width: 30%;
}
    
footer .col-1-4 {
    width: 45%;
}
    
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}

@media screen and (max-width: 760px) {
	.cd-popup-container ul{column-count: 1;}
	
	
.wrap {
    max-width: 90%;
}
.mfg-logos img {
    width: 15%;
    padding: 1% 2%; 
}
.callout {
    width: 47%;
}
footer .col-1-4 {
    width: 49%;
    text-align: center;
}

/*============================= 
	mobile btn styles 
==============================*/	
.mobile-btns {
	display:inline-block;
	width:30%;
	background:#222;	
}
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}

@media screen and (max-width: 375px) {
    
footer .col-1-4 {
    width: 100%;
    margin: 1% 0;
    text-align: center;
}
}
	
