﻿body {
  background: url(../siteart/cream_pixels.png) repeat;
  font-family: 'titillium_webregular';
}
.bg {
  background: url(../siteart/cream_pixels.png) repeat;
}
/* --- Text --- */
h1 {
  font-family: 'titillium_webblack';
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 7px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .25px;
}
h2 {
  font-family: 'titillium_webblack';
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 7px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .25px;
}
h3 {
  font-family: 'titillium_webbold';
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 7px;
  font-weight: normal;
  text-transform: uppercase;
}
h4 {
  font-family: 'titillium_webbold';
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 7px;
  font-weight: normal;
}
h4.tagline {
  font-family: 'titillium_webitalic';
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 7px;
  font-weight: normal !important;
}
h5 {
  font-family: 'titillium_webbold';
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 7px;
  font-weight: normal;
}
h6 {
  font-family: 'titillium_webbold';
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 7px;
  font-weight: normal;
}
/* weights */
.light {
  font-family: 'titillium_weblight';
}
.semibold {
  font-family: 'titillium_websemibold';
}
.regular {
  font-family: 'titillium_webregular';
  font-size: 14px;
}
.bold {
  font-family: 'titillium_webbold';
}
strong {
  font-family: 'titillium_webbold';
}
.extrabold {
  font-family: 'titillium_webblack';
}
p {
  font-family: 'titillium_webregular';
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px 0 !important;
}
p strong {
  font-family: 'titillium_webbold';
  font-weight: normal;
}
.smaller {
  font-size: 10px;
  line-height: 16px !important;
  margin-bottom: 3px !important;
}
.small {
  font-size: 12px;
  line-height: 18px !important;
  margin-bottom: 6px !important;
}
.large {
  font-size: 16px;
  margin-bottom: 6px;
}
.larger {
  font-size: 18px;
  line-height: 28px;
}
.textdropshadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.88);
}
.textdropshadow-lg {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.92);
}
ul.list {
  list-style: inside;
  font-family: 'titillium_weblight';
  font-size: 16px;
}
ul.list li {
  padding: 4px 0 10px 0;
}
ul.list-nobullet {
  list-style: none;
  font-family: 'titillium_weblight';
  font-size: 16px;
}
ul.list-nobullet li {
  padding: 2px 0 8px 0;
}
ol {
  font-family: 'titillium_weblight';
  font-size: 16px;
  margin: 0 0 15px 25px !important;
}
ol li {
  padding: 3px 0;
}
/*text color*/
.white {
  color: #fff;
}
.black {
  color: #000;
}
.lightgrey {
  color: #c1c1c1;
}
.grey {
  color: #666666;
}
.darkgrey {
  color: #343434;
}
.yellow {
  color: #fbdd55;
}
.darkyellow {
  color: #c1a62a;
}
.darkeryellow {
  color: #7e6700
}
::-moz-selection {
  color: #fff;
  background: #c1a62a;
}
::selection {
  color: #fff;
  background: #c1a62a;
}
/*link*/
a {
  text-decoration: none;
  line-height: normal;
  color: inherit;
  cursor: pointer;
}
a.underline {
  text-decoration: underline !important;
}
a:hover {
  color: #000;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
}
a.white {
  color: #fff;
}
a.white:hover {
  color: #fbdd55;
}
a.black {
  color: #000;
}
a.lightgrey {
  color: #c1c1c1;
}
a.darkgrey {
  color: #343434;
}
a.yellow {
  color: #fbdd55;
}
a.darkyellow {
  color: #c1a62a;
}
a.no-opacity:hover {
  opacity: 1 !important;
}
a img {
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
a img:hover {}
a.yel-outline {
  border: solid 1px #fbdd55;
  color: #fbdd55;
  background: 0;
  text-align: center;
  padding: 8px 0;
  margin: 8px 0;
  width: 100% !important;
}
a.yel-outline:hover {
  border: solid 1px #fbdd55;
  background: #fbdd55;
  color: #000;
}
a h1 {
  text-decoration: none !important;
  color: inherit;
}
a h2 {
  text-decoration: none !important;
  color: inherit;
}
a h3 {
  text-decoration: none !important;
  color: inherit;
}
a h4 {
  text-decoration: none !important;
  color: inherit;
}
a h5 {
  text-decoration: none !important;
  color: inherit;
}
a h6 {
  text-decoration: none !important;
  color: inherit;
}
.shadow-hover {
  transition: all 0.5s ease;
}
.shadow-hover:hover {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
  opacity: 1;
}
a:focus {
  color: auto;
}
a:link {
  color: auto;
}
a:visited {
  color: auto;
}
a.button {
  color: #fff;
  padding: 10px 0;
  font-family: 'titillium_webregular';
  font-size: 20px;
  text-decoration: none;
  text-transrom: uppercase;
  cursor: pointer;
  border: solid 2px #c1a62a;
  background: #fbdd55;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
a.button:hover {
  color: #fff;
  background: #c1a62a;
  border: solid 2px #fbdd55;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
}
/* --- bg color --- */
.white-bg {
  background-color: #fff;
}
.black-bg {
  background-color: #000;
	
}
.lightgrey-bg {
  background-color: #e3e3e3;
}
.grey-bg {
  background-color: #484649;
}
.darkgrey-bg {
  background-color: #343434;
}
.yellow-bg {
  background-color: #fbdd55;
}
.darkyellow-bg {
  background-color: #c1a62a;
}
.white-bg-trans {
  background: rgba(255, 255, 255, 0.15);
}
.ie8 .white-bg-trans {
  background: #fff;
}
.ie7 .white-bg-trans {
  background: #fff;
}
.black-bg-trans {
  background: rgba(0, 0, 0, 0.85);
}
.ie8 .black-bg-trans {
  background: #000;
}
.ie7 .black-bg-trans {
  background: #000;
}
.lightgrey-bg-trans {
  background: rgba(147, 147, 147, 0.8);
}
.ie8 .lightgrey-bg-trans {
  background: #e3e3e3;
}
.ie7 .lightgrey-bg-trans {
  background: #e3e3e3;
}
.darkgrey-bg-trans {
  background: rgba(48, 48, 48, 0.8);
}
.ie8 .darkgrey-bg-trans {
  background: #343434;
}
.ie7 .darkgrey-bg-trans {
  background: #343434;
}
.yellow-bg-trans {
  background: rgba(251, 221, 85, 0.8);
}
.ie8 .yellow-bg-trans {
  background: #fbdd55;
}
.ie7 .yellow-bg-trans {
  background: #fbdd55;
}
.darkyellow-bg-trans {
  background: rgba(193, 166, 42, 0.8);
}
.ie8 .darkyellow-bg-trans {
  background: #c1a62a;
}
.ie7 .darkyellow-bg-trans {
  background: #c1a62a;
}
.white-texture-bg {
  background: url(../siteart/cream_pixels.png) repeat;
  position: relative;
  z-index: 1;
}
.darkpattern-bg {
  background: url(../siteart/darkdenim3.png) repeat;
	background-color: #333;
}
/* ---- Head ---- */
header {
  background: url(../siteart/head-bg.jpg) repeat-x;
  height: 163px;
  
}
.logo {
  padding: 8px 0 0 0;
}
.ieda-hold {
  display: block;
  position: absolute !important;
  right: 130px !important;
  width: 150px;
}
.bbb-hold {
  display: block;
  position: absolute !important;
  right: 0px !important;
  width: 150px;
}

/* ---- form ---- */
#form {
  position: relative;
  top: 40px;
}
.form-bg {
  background: #000;
  padding: 8px;
}
#form label.srch-lbl {
  font-family: 'titillium_websemibold';
  color: #000;
  font-size: 16px;
  margin: 10px 0 0 0;
}
#form input.srch-txt {
	width:calc(100% - 60px) !important;
  padding: 5.5px 7px;
  border: 1px solid #B1B1B1;
  font-family: 'titillium_webregular';
  color: #000;
  font-size: 14px;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#form textarea {
  padding: 6px 5px;
  border: 1px solid #B1B1B1;
  font-family: 'titillium_webregular';
  color: #000;
  font-size: 14px;
  height: 120px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#form select {
  padding: 0px 5px;
  border: 1px solid #B1B1B1;
  font-family: 'titillium_webregular';
  color: #000;
  font-size: 14px;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#form option {
  padding: 2px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#form .srch-button {
  color: rgba(255, 255, 255, 0.0);
  padding: 0;
  margin: 0;
  font-family: 'titillium_webregular';
  font-size: 20px;
  text-decoration: none;
  text-transrom: uppercase;
  cursor: pointer;
  border: solid 2px #000;
  background: url(../siteart/searchicon.png) center #474747 no-repeat;
  background-size: 40%;
  height: 31px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#form .srch-button:hover {
  color: rgba(255, 255, 255, 0.0);
  background: url(../siteart/searchicon.png) center #000 no-repeat;
  background-size: 40%;
  border: solid 2px #000;
}
/**/
/* ---- /form ---- */
/* ---- navigation ---- */
.nav-hold {
  background: #201f1f;
  border-bottom: solid 6px #fbdd55;
  position: relative;
  z-index: 9999;
}
ul#nav {
  position: relative;
  display: block;
  z-index: 9999;
  margin: 0 auto 0 auto;
  text-align: center;
}
#nav li {
  display: block;
  position: relative;
  float: left;
  text-align: center;
}
#nav li a {
  width: 100%;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'titillium_webregular';
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  float: left;
  padding: 0 33px;
  height: 1%;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
#nav li a:hover {
  height: 1%;
  background: #fbdd55;
  color: #000;
}
/* appearance of the sub-level links */
#nav li ul li {
  width: 270px;
  list-style: none;
  display: block;
}
#nav li ul {
  border: ;
}
#nav li li a {
  font-family: 'titillium_webregular';
  font-size: 13.5px;
  line-height: 18px;
  padding: 7px;
  text-align: left;
  background: #0E0E0E;
  border: solid 1px #000;
}
#nav li li li a:hover {
  color: #fff;
  background: #000;
}
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav ul {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  background: #1E1E1E;
  border-bottom: solid 3px #fbdd55;
  border-left: solid 3px #fbdd55;
  border-right: solid 3px #fbdd55;
  border-top: solid 6px #fbdd55;
}
#nav ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  background: #1E1E1E;
}
#nav ul ol li a {
  width: 255px;
  font-family: 'titillium_weblight';
  font-size: 10px;
  padding: 11px 15px;
  text-align: left;
  background: #1E1E1E;
  border-bottom: #000 1px solid;
  border-right: 0;
  margin-left: -25px
}
#nav li:hover > ul {
  display: block;
  line-height: normal;
  z-index: 100;
}
#nav ul li {
  float: none;
  position: relative;
}
/* ---- /navigation ---- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.scrolling {
  width: 100%;
  height: 92px;
}
/* ---- slideshow ---- */
#slidehold {
  position: relative;
  width: auto;
  height: 307px;
  overflow: hidden;
  top: 0;
  margin-bottom: 0;
  z-index: 1;
  background: url(../siteart/slide1.jpg) no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
}
img.mobile-img {
  display: none !important;
}
@media (max-width:578px) {
  #slidehold {
    display: none;
  }
  img.mobile-img {
    display: block !important;
  }
}
@media (min-width:768px) {
  #slidehold {
    height: 307px;
  }
}
@media (min-width:992px) {
  #slidehold {
    height: 397px;
  }
}
@media (min-width:1200px) {
  #slidehold {
    height: 479px;
  }
}
@media (min-width:1349px) {
  #slidehold {
    height: 502px;
  }
}
@media (min-width:1750px) {
  #slidehold {
    height: 553px;
  }
}
.mobile-content {
  display: none;
}
.tagline-info {
  display: block;
  position: relative;
  top: 190px;
  border-left: 5px solid #fbdd55;
  left: 12px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.tagline {
  position: relative;
  top: 280px;
  border-left: 5px solid #fbdd55;
  left: 12px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
/*--*/
/*
@keyframes slide1 {0%{opacity:0} 30%{opacity:1} 40%{opacity: 1} 50%{opacity:0} 100%{opacity:0}
from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);}
to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);}
}
@-webkit-keyframes slide1 {0%{opacity:0} 30%{opacity:1} 40%{opacity: 1} 50%{opacity:0} 100%{opacity:0}
from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);}
to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);}
}
@-moz-keyframes slide1 {0%{opacity:0} 30%{opacity:1} 40%{opacity: 1} 50%{opacity:0} 100%{opacity:0}
from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);}
to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);}
}
@-o-keyframes slide1 {0%{opacity:0} 30%{opacity:1} 40%{opacity: 1} 50%{opacity:0} 100%{opacity:0}
from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);}
to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);}
}
@keyframes slide2 {0%{opacity:0} 45%{opacity:0} 55%{opacity:1} 60%{opacity:1} 100%{opacity:0}
from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);}
to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);}
}
@-webkit-keyframes slide2 {0%{opacity:0} 45%{opacity:0} 55%{opacity:1} 60%{opacity:1} 100%{opacity:0}
from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);}
to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);}
}
@-moz-keyframes slide2 {0%{opacity:0} 45%{opacity:0} 55%{opacity:1} 60%{opacity:1} 100%{opacity:0}
from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);}
to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);}
}
@-o-keyframes slide2 {0%{opacity:0} 45%{opacity:0} 55%{opacity:1} 60%{opacity:1} 100%{opacity:0}
from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);}
to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);}
}
.slide1 {animation:slide1 15s ease reverse forwards infinite;}
.slide2 {animation:slide2 15s ease reverse forwards infinite;}
*/
/* ---- /slideshow ---- */
/* Call to action icons */
.icon-hold {
	position: relative;
	top: 200px;
	left:10%;
}
.call-icon-inv {
  background: url(../siteart/listinglink2.jpg) no-repeat #000000;
  background-size: contain;
  border: solid 3px #fbdd55;
  position: relative;
  height: 220px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
  opacity: 1;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
.call-icon-inv:hover {
  background: url(../siteart/listinglink2-on.jpg) no-repeat;
  background-size: contain;
}


.call-icon-inv .usedinv-ttle {
  background: #c1a62a;
  padding: 3px 8px 2px 8px;
  position: absolute;
  top: 152px;
  width: 100%;
}
.call-icon-contact .contactinv-ttle {
  position: absolute;
  top: 120px;
  padding: 0 8px;
}
.callarrow {
  font-size: 14px;
  background-color: #fbdd55;
  line-height: 0px;
  padding: 9px 8px 6px 8px;
  margin: 0;
  width: 100%;
  position: absolute !important;
  bottom: 0px !important;
}
/* ---- /slideshow ---- */
.main-content {
  position: relative;
  z-index: 100;
}
/* ---- equipment bg ---- */
.equip-bg {
  background: url(../siteart/machinlineup-bg.jpg);
  background-size: cover;
  padding: 35px;
  border-bottom: solid 1px #fff;
	background-color: #333;
}
/* ---- /equipment bg ---- */
/* ---- category ---- */
.brushedmetal-bg {
  background: url(../siteart/brushedmetal-bg.jpg) top repeat-x;
}
/* zoom */
.zoom-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px 0;
}
.zoom-container img {
  display: block;
  width: 100%;
  height: auto;
  border: solid 6px #171717;
  -webkit-transition: all .5s ease; /* Safari and Chrome */ -moz-transition: all .5s ease; /* Firefox */ -ms-transition: all .5s ease; /* IE 9 */ -o-transition: all .5s ease; /* Opera */ transition: all .5s ease;
}
.zoom-container:hover img {
  -webkit-transform: scale(1.25); /* Safari and Chrome */ -moz-transform: scale(1.25); /* Firefox */ -ms-transform: scale(1.25); /* IE 9 */ -o-transform: scale(1.25); /* Opera */ transform: scale(1.25);
}
.zoom-container:hover .zoom-caption {
  background: none;
}
/* ---- /category ---- */
/* ---- sandhills footer ---- */
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
  text-decoration: underline;
  font-family: 'titillium_weblight';
  font-size: 13px;
  color: #6E6E6E;
}
a.footerlink:hover {
  text-decoration: none;
  font-family: 'titillium_weblight';
  font-size: 13px;
  color: #6E6E6E;
}
.footertext {
  font-family: 'titillium_weblight';
  font-size: 13px;
  color: #6E6E6E;
}
.smallfootertext {
  font-family: 'titillium_weblight';
  font-size: 10px;
  color: #6E6E6E;
}
.divfooter {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 8px 0;
}
/* --- Old Browsers --- */
.ie7 .noseven {
  display: none !important;
}
.ie8 .noeight {
  display: none !important;
}
.onlyseven {
  display: none !important;
}
.onlyeight {
  display: none !important;
}
.ie7 .onlyseven {
  display: block !important;
}
.ie8 .onlyeight {
  display: block !important;
}
.ie9 #slidehold {
  background: url(../siteart/slide1.jpg) center center;
}
.ie8 #slidehold {
  background: url(../siteart/slide1.jpg) center center;
}
.ie7 #slidehold {
  background: url(../siteart/slide1.jpg) center center;
}
.ie8 .black-bg-trans {
  width: 400px !important;
}
.ie7 .black-bg-trans {
  width: 400px !important;
}
.ie7 #form .srch-button {
  color: rgba(255, 255, 255, 1) !important;
  background-image: none;
}
.ie7 #form .srch-button:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-image: none;
}
.ie8 #form .srch-button {
  color: rgba(255, 255, 255, 1) !important;
  background-image: none;
}
.ie8 #form .srch-button:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-image: none;
}
.ie8 .con-loc-sec .text-right {
  text-align: center;
}
.ie8 .con-loc-sec .text-left {
  text-align: center;
}
.ie7 .con-loc-sec .text-right {
  text-align: center;
}
.ie7 .con-loc-sec .text-left {
  text-align: center;
}
/*--*/
.box-sizing-reset * {
  box-sizing: border-box !important;
}

/* Inventory Styling */
.detail-additional-data h4{
			font-family: Arial,sans-serif!important;
}
.list-title-text {
		font-family: 'titillium_webregular'!important;
}
.detail-title, h4 .span {
		font-family: Arial,sans-serif!important;
}
.mobile-breadcrumb, .faceted-show-all-btn, .faceted-search, .fin-calc-btn-mobile, .email-seller-link, .mc-btn.mc-selected {
    background-color: #201f1f!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 {
  background: #fbdd55 !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  {
  color: #201f1f !important;
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {
    color: #fff !important;
}
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {
  background: #201f1f !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {
  background: #201f1f !important;
}


/* --- Responsive Styles --- */
@media screen and (max-width:1370px) {
  .contactinv-ttle .regular {
    font-size: 12px;
  }
}
@media screen and (max-width:1324px) {
  /* ---- navigation ---- */
  #nav li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
  }
  #nav li a {
    font-family: 'titillium_weblight';
    font-size: 16px;
    padding: 0 20px;
    height: 1%;
  }
}
@media screen and (max-width:1230px) {
  /* --- Text --- */
  h1 {
    font-family: 'titillium_webblack';
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .25px;
  }
  h2 {
    font-family: 'titillium_webblack';
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .25px;
  }
  h3 {
    font-family: 'titillium_webbold';
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .25px;
  }
  h4 {
    font-family: 'titillium_webbold';
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  h5 {
    font-family: 'titillium_webbold';
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  h6 {
    font-family: 'titillium_webbold';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .smaller {
    font-size: 8px;
    line-height: 14px !important;
    margin-bottom: 3px !important;
  }
  .small {
    font-size: 10px;
    line-height: 16px !important;
    margin-bottom: 6px !important;
  }
  .large {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .larger {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width:1200px) {
  p.tagline-info {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 10px;
  }
  .tagline {
    position: relative;
    top: -5px;
    left: 0px;
  }
  .icon-hold {
    position: relative;
    top: 0px;
  }
  .call-icon-inv .usedinv-ttle {
    top: 155px;
  }
  .call-icon-inv {
    background: url(../siteart/listinglink2.jpg) no-repeat #c1a62a center;
    background-size: cover;
  }
  .call-icon-inv:hover {
    background: url(../siteart/listinglink2-on.jpg) no-repeat #c1a62a center;
    background-size: cover;
  }
  .ieda-hold {
    width: 100px;
    right: 90px !important;
  }
  .bbb-hold {
    width: 100px;
  }

}
@media screen and (max-width:992px) {
  header {
    background: #D9D9D9;
    height: auto;
  }
  .container-head p.white {
    color: #000;
  }
  .ieda-hold {
    display: none;
  }
  .bbb-hold {
    display: none;
  }

  /* ---- form ---- */
  #form {
    position: relative;
    top: 00px;
  }
  #form label.srch-lbl {
    font-family: 'titillium_webregular';
    color: #000;
    font-size: 12px;
    margin: 10px 0 0 0;
  }
  #form .srch-button {
    background-size: auto;
  }
  #form .srch-button:hover {
    color: rgba(255, 255, 255, 0.0);
    background: url(../siteart/searchicon.png) center #000 no-repeat;
    background-size: 40%;
    border: solid 2px #000;
  }
  /**/
  /* ---- /form ---- */
}
@media screen and (max-width:950px) {
  #slidehold {
    height: 392px;
  }
}
@media screen and (max-width:768px) {
  .container-head p.white {
    display: none;
  }
  #slidehold {
    height: 420px;
  }
  #form {
    margin-bottom: 7px;
  }
  #form .srch-button {
    background-size: 22%;
  }
  #form .srch-button:hover {
    background-size: 22%;
  }
  .equip-bg {
    background: #292929;
    padding: 20px;
  }
  .equip-bg .left-border-ltgrey {
    border-left: 0 !important;
  }
  .icon-hold {
    position: relative;
    top: 20px;
  }
}
@media screen and (max-width:581px) {
  #slidehold {
    display: none;
  }
  #slidehold .top-margin45 {
    margin-top: 0px !important;
  }
  #slidehold .left-pad15 {
    padding-left: 6px !important;
  }
  #slidehold .right-pad15 {
    padding-right: 6px !important;
  }
  #slidehold .container {
    padding: 0px !important;
  }
  #slidehold h5.white {
    padding: 15px 0 2px 0;
  }
  #form .srch-button {
    background-size: 35%;
  }
  #form .srch-button:hover {
    background-size: 35%;
  }
  .white-texture-bg .top-border-orange .text-right {
    text-align: center !important;
  }
  .white-texture-bg .top-border-orange .text-left {
    text-align: center !important;
  }
  .white-texture-bg .top-border-orange .float-left {
    float: none !important;
  }
  .white-texture-bg .top-border-orange .float-right {
    float: none !important;
  }
  .white-texture-bg .top-border-orange .right-border-ltgrey {
    border-right: 0 !important;
  }
}
@media screen and (max-width:578px) {
  .mobile-content {
    display: block;
  }
}
@media screen and (max-width:395px) {
  #form .srch-button {
    background-size: 8%;
  }
  #form .srch-button:hover {
    background-size: 8%;
  }
}
@media screen and (max-width:260px) {
  #form .srch-button {
    background-size: 14%;
  }
  #form .srch-button:hover {
    background-size: 14%;
  }
}