:root {
  --c-primary: #224b95;
  --c-secondary: #f0c603;
  --c-tertiary: #0e1829;
  --c-grey: #e8e8e8;
  --c-dark-grey: #1a1a1a;
  --s-radius: 10px;
}
/*----------------------------------------------------------------*\
    1.0 GLOBAL
\*----------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: radial-gradient(#ffffff00 0%, #ffffff00 100%), url(/img/topographic-white.png);
  background-position: bottom;
  background-size: auto;
  background-repeat: repeat;
}
p{font-weight: bold;}
.description-block,.description-block p, .description-block p span, .description-block p strong {
    font-size: 14px!important;
	font-family: arial;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
}

a {
/*  color: var(--c-secondary);*/
  color: var(--c-primary);
  text-decoration: none;
}
a:hover, a:focus, .tile-body a:hover,#latest .product-results-container h2 a:hover {
  color: var(--c-secondary);
  text-decoration: none;
}
#simple-search-box {
    border: 1px solid #d4d4d4;
    padding: 20px 10px 10px;
    margin-bottom: 25px;
    border-radius: 10px;
    height: auto;
    overflow: auto;}
.rounded{border-radius: var(--s-radius);}
.bordered{border: 1px solid #ccc;}

/* ---Styling----------------------- */
.p3 {
  padding: 18px;
}

.pt2 {
  padding-top: 12px
}
.mr3{margin-right: 18px;}
.ml3{margin-left: 18px;}
.padding-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.grid-center {
  min-height: 100%;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.vertical-center {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-clear{padding-top: 10%;}
.divider-clear-2{padding-top: 5%;}
.custom-divider {
	margin-bottom: -10%;
	margin-right: -5%;
	margin-left: -5%;
	pointer-events: none;
}

.custom-divider.negative-space{
	margin-top: -20%;
}
.custom-divider.no-space{
	margin-top: 0;
	margin-bottom: 0;
}

.custom-divider.fix{
	margin-top: -30%;
}
.custom-divider.top{
	margin-bottom: -2%;
}
/*----------------------------------------------------------------*\
    2.0 TYPOGRAPHY
\*----------------------------------------------------------------*/
.truncate{
  text-overflow: ellipsis;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}
/* ---Color----------------------- */
.color--primary {
  color: var(--c-primary) !important;
}
.color--secondary {
  color: var(--c-secondary) !important;
}
.color--tertiary {
  color: var(--c-tertiary) !important;
}
.color--white {
  color: white;
}
.color--black {
  color: black;
}
.color--key {
  color: #383838;
}
.color--grey {
  color: var(--c-primary);
}

/* ---Size----------------------- */
.font-lg{font-size: 1.5em;}
.font-xl{font-size: 3em;}
.huge {
  font-size: 5.5em;
}
.module-box {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #f9f9f9;
  transition: box-shadow 0.3s;
}

.module-box:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/*----------------------------------------------------------------*\
    FIX
\*----------------------------------------------------------------*/
#home-about .product-results-container {padding: 0;}
.product-results-container img {
    max-width: 100%;}

/*----------------------------------------------------------------*\
    3.0 COLOR PALETTE
\*----------------------------------------------------------------*/

/* ---Backgrounds----------------------- */

.bg--primary {
  background: var(--c-secondary);
}

.bg--secondary {
  background: var(--c-primary);
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #0d0d0d;
}
.bg--key {
  background: #333;
}
/*.bg-textured{background-color: #f0f0f0;}*/
.bg-textured:before, .bg-textured:after {
	content:'';
	height: 200px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	overflow: hidden;
    position: absolute;
    left: 0;
    width: 200%;
    line-height: 0;
    direction: ltr;
	background-repeat: repeat-x;
	}

.bg-textured:before {
	background-image: url('/img/bg-textured.svg');
	    z-index: -1;
	}
.bg-textured:after {
	background-image: url('/img/bg-textured-2.svg');
	bottom: -1px;
    z-index: -1;
	
	}

 .bg--image-gradient-1 {
  	 background-color: #fff;
	 background-image: -webkit-linear-gradient(top left, #0d1117 0%, #133168 100%);
	 background-image: -o-linear-gradient(top left, #0d1117 0%, #133168 100%);
	 background-image: linear-gradient(to bottom right, #0d1117 0%, #133168 100%);}

.bg-grey {
  background: #e8eced;
}
.bg--dark-grey {
  background: #303132;
}

.bg--dark{
	background-color: #080f0d;
}
.bg--accent{
	        background: -webkit-linear-gradient(#224b95e0 -200%, #0e1829db 100%), url(/img/topographic.png) repeat;
	        background: -o-linear-gradient(#224b95e0 -200%, #0e1829db 100%), url(/img/topographic.png) repeat;
	        background: linear-gradient(#224b95e0 -200%, #0e1829db 100%), url(/img/topographic.png) repeat;
			background-color: var(--c-primary);
}
/*----------------------------------------------------------------*\
    4.0 HEADER
\*----------------------------------------------------------------*/
#bottom-header .social {
    font-size: 28px;
    float: left;
    padding-left: 20px;
}
#bottom-header .contact-information {
    padding-left: 30px;
}

.logo-box {
  display: block;
  top: 0;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#full-static-map{
    background-image: url('/img/map.jpg');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top;
    overflow: hidden;
    min-height: 600px;

}

/*----------------------------------------------------------------*\
    5.0 BODY
\*----------------------------------------------------------------*/
.info-blurb h2{
      font-size: 3em;
}

/* ---Hero Search----------------------- */
.search-band {
    background: var(--c-secondary);
    height: 280px;
    padding: 50px 35px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin: auto;
    position: relative;
    border-radius: 10px;
}

/* ---Hero----------------------- */
#intro {
    height: auto;
    overflow: hidden;
    background-image: radial-gradient(#ffffff00 0%, #ffffff00 100%), url(/img/topographic-white.png);
    background-position: bottom;
    background-size: auto;
    background-repeat: repeat;
    background-color: #ffffff;
    padding-bottom: 150px;
    padding-top: 100px;
}

#intro h1 {
  font-size: 4em;
}

	
#page-hero, .page-title.bg-textured {
    padding: 25px 0 0 0;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.page-title {
	padding: 25px 0 0 0!important;
	margin-bottom: 2%;
	background: var(--c-dark-grey);}
@media screen and (max-width: 991px) {

#page-hero, .page-title.bg-textured {
padding: 50px 0 0 0;
    margin-top: 90px;    }}
#page-hero a {
  color: var(--c-secondary);
}
#page-hero a:hover {
  color: #d4d4d4;
  text-decoration: underline;
}

.hero-paragraph p{font-size: 17px;;}
.hero-paragraph{padding-left: 25px;border-left: 1px solid #4a5253;}
.hero-paragraph .highlight{border-color: var(--c-secondary);}
/*----------------------------------------------------------------*\
    7.0 Elements
\*----------------------------------------------------------------*/
/* ---Outlined Box----------------------- */
.outlined-box{
    border-radius: 5px;
    border: 2px solid #f0ebeb;
    padding: 50px 30px 25px;
    background: white;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);
    word-break: break-word;
}
/* ---Latest Equipment----------------------- */
.left-highlight {
    border-left: 1px solid #4a5253;
    padding-left: 10px;
}
.icon-border {
    margin-right: 10px;
    margin-bottom: 10px;
    background: var(--c-secondary);
    text-align: center;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.left-highlight i {
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    line-height: 25px;
    font-weight: 900;
    font-size: 17px;
}

/* ---Image Highlight Box----------------------- */
.img-highlight-left:before{
    left: 0;
    top: 50%;
    position: absolute;
    content: "";
    height: 75%;
    width: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--c-secondary);}

.img-highlight-left{
    padding-left: 35px;
    position: relative;
    margin-right: 35px;
    
}
/* ---Services Box----------------------- */
.services-box {
    width: 100%;
    margin: 20px;
    height: 300px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}
.services-box a {
    display: none;
    font-size: 28px;
    font-family: inherit;
    color: #282828 !important;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}
.service {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



.services-box:hover .service:before, .services-box:focus .service:before {
    display: block;
}

.services-box:hover a, .services-box:focus a {
    display: block;
}

.service:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(229 163 1 / 75%);
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .services-box {width: 100%; margin: 20px 0px}
/*    .wrapper {padding: 20px 20px;}*/
}

/* ---Services Description Box----------------------- */
.services-desc-box .description{
        padding:10px 25px;
}
.services-desc-box{
	background: var(--c-tertiary);
/*    border: 1px solid rgb(255 255 255);*/
    margin-bottom: 50px;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 14%);}
.services-desc-box:hover{
	background: var(--c-primary);}

/*----------------------------------------------------------------*\
    PLUGINS
\*----------------------------------------------------------------*/
.mc-field-group label, .indicates-required, #mc_embed_signup h2{color: white;}
.mc-field-group .help-block {color: var(--c-secondary);}
#mc-embedded-subscribe {background-color: var(--c-secondary)!important;}

/*----------------------------------------------------------------*\
    CONTROLS
\*----------------------------------------------------------------*/
#gallery-section {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
}
#top-category-block img { 
  border-radius: 5px;
  border: 1px solid #d4d4d4;
}
#top-category-block a{color: white;}

.product-results-container .featured {
	background-color: var(--c-dark-grey);}
.product-results-container .normal {
  height: 0;
  border-top: 0;
}
.product-results-container .btn-custom, .detail-buttons .btn-custom{
	padding: 9px;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.8);
    background-color: #464646;
    border: solid 1px #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 2px 2px rgba(255,255,255,.15), inset 0 -2px 2px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 2px 2px rgba(255,255,255,.15),inset 0 -2px 2px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.4);
    box-shadow: inset 0 2px 2px rgba(255,255,255,.15), inset 0 -2px 2px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.4);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}
.product-results-container .btn-custom:hover, .detail-buttons .btn-custom:hover{
	background: black;}
	

#latest .product-results-container .bottom{
    font-size: 15px;
}

#latest .product-results-container {box-shadow: 0px 20px 14px 0px rgb(23 44 82 / 5%); padding: 0px;}

#latest .product-results-container h2, #latest .product-results-container h2 a {
    font-size: 21px;
    line-height: 21px;
/*    text-align: left;*/
    color: #383838;
}
.product-results-grid-container .btn-custom, .product-results-grid-container .btn-success {
  width: 100% !important;
  padding: 10px 5px;
}
.product-results-grid-container:nth-service(3n) {
  border-right: 0;
}
.product-results-grid-container {
  border-right: 2px dotted #d4d4d4;
  border-bottom: 2px dotted #d4d4d4;
  padding: 25px 25px 25px;
  min-height: 700px;
}
.product-results-grid-container:nth-service(22), .product-results-grid-container:nth-service(23), .product-results-grid-container:nth-service(24) {
  border-bottom: 0px;
}
.product-results-grid-container h6 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: -.2px;
}
.product-results-container {
  margin: 0 auto 25px;
  line-height: 1.6em;
  background-color: white;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

.product-results-container .bottom {
	padding: 25px;}
.product-results-container h2 {
  font-size: 28px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: -.2px;
  text-align: center;
}
.pagination > li > a, .pagination > li > span {
  color: var(--c-secondary);
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(48, 43, 43, 0.1);
}
.RadSlider_Bootstrap .rslHorizontal .rslSelectedregion, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: var(--c-secondary) !important;
  background-color: var(--c-secondary) !important;
}
a.ls-nav-stop {
  top: -63px;
}



/* Tabs
--------------------------------------------------------------------- */
/* ANIMATIONS
===================================================================================== */
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.21);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* HEADER
===================================================================================== */
li.number {
    font-size: 24px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#header {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1970;
  /*overflow: hidden;*/
  /*padding: 0 0 25px*/
}

#top-header a:hover {
  color: var(--c-primary)!important;
}
#bottom-header, .bg--image-gradient-2 {
    border-top: 1px solid #09101c;
    background-color: var(--c-tertiary);
}
#main-header {
  clear: both;
  display: block;
  margin: auto;
  width: 100%;
}

.header-right {
  text-align: right;
}
#header .social, #header .contact-information .location-top, #header .contact-information .number {
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #header .container {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) {
  #welcome h1, .lg-heading {
    font-size: 36px;
    margin-bottom: 55px;
  }
}
#header .header-main {
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
}

.social-button {
  color: #333;
  border-width: 2px;
  border-color: #333;
  font-family: 'Asap', arial, sans-serif;
  border-radius: 10px;
  font-size: 7px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: rgba(255, 255, 255, 0);
  padding-top: 12px !important;
  padding-right: 20px !important;
  padding-bottom: 12px !important;
  padding-left: 20px !important;
  transition: all 300ms ease 0ms;
}

#top-header .social-button {
  color: #ffffff;
  border-width: 2px;
  border-color: #ffffff;
  font-family: 'Asap', arial, sans-serif;
  border-radius: 10px;
  font-size: 5px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: rgba(255, 255, 255, 0);
  padding: 5px 10px !important;
}
#top-header .social-button:hover {
  color: #000;
  background-color: rgba(255, 255, 255);
}
/*----------------------------------------------------------------*\
    6.0 FOOTER
\*----------------------------------------------------------------*/
#footer-main {
    overflow: hidden;
    transition: 0.3s ease;
    background-color: var(--c-tertiary);
    color: #fff;
    background-image: -webkit-linear-gradient(#0e182961 0%, #0e1829c4 100%), url(/img/topographic.png);
    background-image: -o-linear-gradient(#0e182961 0%, #0e1829c4 100%), url(/img/topographic.png);
    background-image: linear-gradient(#0e182961 0%, #0e1829c4 100%), url(/img/topographic.png);
    background-size: auto;
    background-repeat: nrepeat;
    background-position: bottom;
}
#footer-main .section_divider {
    border-top: 1px solid #fff;
    width: 100%;
    margin-bottom: 10px;}

#footer-main .section_divider .color-bar {
    border-top: 3px solid #ccc;}
#footer-main a {
  color: #fff;
}

#footer-main a:hover {
  color: #ccc;
}
#footer-main h3 {
  color: var(--c-primary);
  margin-bottom: 21px;
}
#footer-main hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
/*    border-top: 1px solid var(--c-secondary);*/
    border-bottom: 1px solid var(--c-secondary);}
ul.footer-menu {
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  font-size: 17px;
  padding: 0;
}
/* ---Sub Footer----------------------- */

#sub-footer a {
  color: var(--c-secondary);
}
#sub-footer a:hover {
  color: #fff;
}
#sub-footer img {
  max-width: 75px;
}
#sub-footer > div > div > div > center > img:nth-child(2) {
  max-width: 50px;
}
#footer-main .address {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.footer-logo {
  width: 200px;
}
/*Fixed Menu Bar 
-------------------------------------------- */
.nbf {
  z-index: 999;
  margin-top: -21px;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
}
.scrolled {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 21px;
  -webkit-transition: box-shadow 2s ease-out;
  -webkit-transition: -webkit-box-shadow 2s ease-out;
  transition: -webkit-box-shadow 2s ease-out;
  transition: box-shadow 2s ease-out;
  transition: box-shadow 2s ease-out, -webkit-box-shadow 2s ease-out;
  box-shadow: 0px 16px 7px 5px black;
  -moz-box-shadow: 0 16px 7px 5px black;
  -webkit-box-shadow: 0px 16px 7px 5px black;
}
.scroll-logo {
  display: none;
  margin-left: 20px;
  padding: 2px 0;
}
.container {
  -webkit-transition: width 0.4s ease-out;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.scroll-container {
  -webkit-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  width: 100%;
}
.show-logo {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*----------------------------------------------------------------*\
    0.0 Videos Page
\*----------------------------------------------------------------*/
.video-module {
  border: 1px solid var(--c-secondary);
  margin: 20px auto;
  min-height: 427px;
}
#videos h6 {
  background-color: var(--c-secondary);
  color: white;
}
/* TYPOGRAPHY
===================================================================================== */

/*Font 
-------------------------------------------- */
#welcome h1, #intro h1, #towing h1, .lg-heading, #category-image-scroller h1, #slanted-cta > div > div > a > div > h2, .info-blurb h2 {
  line-height: 1;
  font-weight: 900;
  margin-bottom: auto;
}
.shadowed{
	    text-shadow: 3px 3px 14px rgb(0 0 0 / 50%);
}
.paragraph {
  font-family: 'Source Sans Pro', 'arial', 'helvetica', sans-serif;
}
/*Featured Parts------- */
.featured-part {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 12px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  text-align: center;
  margin-bottom: 50px;
  min-height: 275px;
}
/*==================================================================================================================================================================
PORTFOLIO - OUR WORK
==================================================================================================================================================================*/
.portfolio-tile:hover, .industry-tile:hover, .topcategorybox:hover,.product-results-container:hover, #our-brands img:hover, #bodies-partners img:hover {
  transform: scale(1.015);
}
.portfolio-tile, .industry-tile, .topcategorybox, .home-link-button {
    margin:  0px 15px;
}

.tile-header-img, .topcategorybox img {
  display: block;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
  padding: 0;
}
.tile-header-img > a img {
  display: block;
  width: 100%;
}
.tile-body {
    min-height: 200px;
    position: relative;
    top: -55px;
    background: white;
    margin: 10px;
    box-shadow: 0px 20px 14px 0px rgb(23 44 82 / 7%);
}
.tile-body h2, .tile-body h2 a {
  font-weight: 900;
  color: #383838;
/*    margin-bottom: 20px;*/
    font-size: 26px;}
.tile-body .btn-custom-2{
    padding: 5px 10px;
    width: 100%;
}
/* Category CTA
===================================================================================== */
.category-cta {
/*  padding: 50px 0;*/
  position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
  min-height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}

.category-cta .one, .category-cta .two, .category-cta .three, .category-cta .four {
	opacity: 1;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
}

.category-cta .one:hover, .category-cta .two:hover, .category-cta .three:hover, .category-cta .four:hover {
	background-image: none;}

.category-cta .one {
    background-image: url("/img/cta_inventory_2.jpg");
    background-image: -webkit-linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_inventory_2.jpg);
    background-image: -o-linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_inventory_2.jpg);
    background-image: linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_inventory_2.jpg);
    background-position: center center;
    background-size: 100% auto;
    border-right: 1px solid #fff;
}
.category-cta .two {
	background-image: url("/img/cta_finance.jpg");
	background-image: -webkit-linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_finance.jpg);
	background-image: -o-linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_finance.jpg);
	background-image: linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_finance.jpg);
    background-position: center center;
    background-size: 100% auto;
}
.category-cta .three {
	background-image: url("/img/cta_sell_color.jpg");
	background-image: -webkit-linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_sell_color.jpg);
	background-image: -o-linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_sell_color.jpg);
	background-image: linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_sell_color.jpg);
    background-position: center center;
    background-size: 150% auto;
	border-left: 1px solid #fff;
}.category-cta .four {
	background-image: url("/img/cta_contact_color.jpg");
	background-image: -webkit-linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_contact_color.jpg);
	background-image: -o-linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_contact_color.jpg);
	background-image: linear-gradient(rgb(21 41 76 / 90%), rgb(15 27 48)), url(/img/cta_contact_color.jpg);
    background-position: center center;
    background-size: 150% auto;
	border-left: 1px solid #fff;
}

.category-cta h4 {
  font-size: 18px;
  letter-spacing: .025em;
}
.category-cta i {
  font-size: 30px;
}
.category-cta h3, .category-cta h4, .category-cta i {
  color: white;
  text-align: center;
}
.category-cta h3 {
  font-weight: 900;
  font-size: 36px;
  letter-spacing: .025em;
}
.category-cta .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
/* Buttons
===================================================================================== */
.btn-custom, .btn-success {
  font-weight: bold;
}
#top-header .huge {
  font-size: 3em;
}
#top-header .btn-custom-2 {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  margin-top: -5px;
  border: 2px solid var(--c-secondary);
  color: var(--c-secondary);
}
.btn-custom-2 {
  display: inline-block;
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #000000;
  background: var(--c-tertiary);
  border-radius: 0;
  -webkit-transition: .2s color ease-in;
  -o-transition: .2s color ease-in;
  transition: .2s color ease-in;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
    border-radius: 5px;
  text-transform: uppercase;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  transition: none 0s ease 0s;
  text-align: inherit;
  padding: 12px 48px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.btn-custom-2.transparent {
  color: #fff;
  border: 2px solid #fff;
  background: rgb(0 0 0 / 25%);  
}
.btn-custom-2.solid {
  color: #fff;
  background-color: #333333;
  border: 1px solid #333333;
}
.btn-custom-2.solid:hover {
  background-color: #0c1937;
  color: white !important;
  border-color: #0c1937;
}
.btn-custom-2:hover, .product-results-container .btn-custom:hover {
    background-color: var(--c-secondary);
    border-color: var(--c-secondary);
    color: var(--c-tertiary);
}
.btn-custom-3 {
  background-color: rgba(0, 0, 0, .5);
  padding: 10px 50px;
  color: #fff;
  font-family: 'Rajdhani', Helvetica, Arial, sans-serif;
}
/*
.btn-custom-3:hover {
  color: #fff!important;
}
*/
/*======================================================================================================================================================
SYSTEM
======================================================================================================================================================*/
#inventory-listings .product-results-container{
	padding: 2% 5%;
}
select#sc_ddlCategories, select#sc_ddlManufacturers,input#sc_q, select#sort, select#sc_ddlRearAxles, select#sc_ddlIndustries,select#sc_ddlModels{height: 49px;}
button#sc_sbtn, a#sc_hypReset{line-height: 35px;}

.full-width, img.img-responsive.center-block.full-width {
    width: 100%;
}

.product-results-container .product-image img{width: 100%;}
/* Sections
===================================================================================== */
.sec-spacing {
  padding-top: 4em;
  padding-bottom: 4em;
}
.sec-spacing-2 {
  padding: 0 0 10em 0;
}
.sec-spacing-3 {
  padding: 5em 0 10em 0;
}
.row-spacing {
  padding-top: 2em;
  padding-bottom: 2em;
}
/*Contact Us 
-------------------------------------------- */
#contact-us-form .form-box {margin-bottom: 50px;margin-top: 50px;}

@media (min-width: 1500px) {
#contact-us-form .form-box {
    background: white;
    padding: 50px;
    box-shadow: 0px 20px 14px 0px rgb(23 44 82 / 10%);
    margin-bottom: -150px;
    position: relative;
}
}


/*Services 
-------------------------------------------- */
#services-bottom,#categories-bottom {top: -200px;
    position: relative;
}

/*Testimonials 
-------------------------------------------- */
.testimonial-outlined-box{
    margin: 25px!important;
    min-height: 250px!important;
    border-radius: 5px;
    border: 2px solid #f0ebeb;
    padding: 50px 30px 25px;
    background: white;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);}
.review-frame {
    height: auto;
    margin: auto;
    min-height: 310px;
}

.review-frame:nth-child(3n) {
    border-right: 0;
}

/*Header 
-------------------------------------------- */
/*
.site-header {
  background-color: #1a3f73;
  margin: auto;
  height: auto;
  padding: 40px 0 50px 0;
}
*/
.site-header {
  background-color: #333333;
  margin: auto;
  height: auto;
  padding: 10px;
}
.site-header h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 27px;
  color: #f0f0f0;
  text-align: center;
}
/*
.global-header {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover!important;
  height: auto;
  background-color: #1a3f73;
  margin-top: 0px;
  padding: 120px 0 40px;
}  
  .global-header h1 {
  color: #fff;
  font-size: 49px;
}
*/
/*Dividers 
-------------------------------------------- */
.section_divider{
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    margin-bottom: 10px;
}
.section_divider .color-bar{
    border-top: 3px solid var(--c-secondary);
    width: 33%;
}

.section_divider_bottom{
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    margin-top: 10px;
}
.section_divider_bottom .color-bar-center{
    border-bottom: 3px solid var(--c-secondary);
    width: 33%;
    margin-left: 33%;
}
.section_divider .color-bar-center{
    border-bottom: 3px solid var(--c-secondary);
    width: 33%;
    margin-left: 33%;
}
hr.heading-divider {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border: 0;
  border-top: 7px solid var(--c-secondary);
  width: 10%;
  -webkit-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
hr.subheader-divider {
    margin-top: auto;
    margin-bottom: auto;
    border: 0;
    border-top: 1px solid #eee;
    clear: both;
}
hr.minor {
  width: 50%;
  float: none;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed #fff !important;
}
/*Team 
-------------------------------------------- */
/*Parallax 
-------------------------------------------- */
.parallax-cta .bottom .Diagonal {
  width: 0;
  height: 0;
  position: relative;
  bottom: 0px;
  border-right: 470px solid transparent;
  left: 0px;
}
.parallax-cta .bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
}
.parallax-cta-img {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 20px;
  min-height: 250px;
}
.parallax-cta-img.one {
  background-image: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/parallax-cta-1.jpg);
}
.parallax-cta-img.two {
  background-image: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/hero-1.jpg);
}
.parallax-cta-img.three {
  background-image: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/hero-1.jpg);
}
.parallax-section {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed;
  overflow: hidden;
}
.parallax-section-2 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top;
  overflow: hidden;
  min-height: 476px;
}
/*Slanted CTA 
-------------------------------------------- */
#slanted-cta .button {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
#slanted-cta .button h2 {
  z-index: 3;
}
#slanted-cta > div > div > a:nth-child(2) > div > span > i {
  z-index: 2;
  opacity: 0.75;
}
#slanted-cta > div > div > a:nth-child(3) > div:before {
  left: -55px;
  content: "";
  position: absolute;
  top: 0;
  background: var(--c-secondary);
  bottom: 0;
  width: 100px;
  height: 100%;
  z-index: 1;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
#slanted-cta > div > div > a:nth-child(3) > div {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}
#slanted-cta > div > div > a:nth-child(3) > div h2 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
  color: white;
}
#slanted-cta > div > div > a:nth-child(2) > div {
  overflow: hidden;
}
#slanted-cta > div > div > a:nth-child(1) > div > span > i {}
#slanted-cta > div > div > a:nth-child(3) > div > span > i {
  position: absolute;
  top: -75%;
  right: 10%;
  color: #0b0b0b;
  font-size: 120px;
  border: 10px solid;
  border-radius: 100%;
  padding: 42px;
}
#slanted-cta > div > div > a:nth-child(2) > div > span > i {
  position: absolute;
  top: -75%;
  right: 10%;
  color: #0b0b0b;
  font-size: 120px;
  border: 10px solid;
  border-radius: 100%;
  padding: 42px;
}
#slanted-cta .button h2, #slanted-cta > div > div > a:nth-child(2) > div > span > i {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}
/*Home 
-------------------------------------------- */
/*Home Menu------- */
#home-menu {
  background: #b9b9b9;
}
#home-menu-container {
  border-top: 10px solid var(--c-secondary);
  margin-top: -60px;
}
#home-menu #button {
  background-color: #252525;
  color: white;
  height: auto;
  padding: 30px 10px 10px 10px;
  border-left: white 1px solid;
  border-top: white 1px solid;
}
#home-menu #button:hover {
  background-color: var(--c-secondary);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
h3.home-banner-menu {
  line-height: 0.2;
}
.box_shadow {
  -webkit-box-shadow: 1px 1px 7px 0px grey;
  /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
  box-shadow: 1px 1px 7px 0px grey;
  /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}
.box_shadow_inset {
  -webkit-box-shadow: 1px 1px 7px 0px grey inset;
  /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
  box-shadow: 1px 1px 7px 0px grey inset;
  /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

#parallax-overflow {
  -webkit-box-shadow: 0px 1px 7px black inset;
  box-shadow: 0px 1px 7px black inset;
  min-height: 400px;
}
#overflow-bottom {
  margin-top: -14%;
  position: relative;
  z-index: 999;
}
#overflow-bottom .col-md-4 {
  border-right: 1px dotted rgba(128, 128, 128, 0.15);
}
#overflow-bottom .col-md-4:last-child {
  border-right: none;
}
/*Current Inventory------- */
#current-inventory {
    background-image: linear-gradient(0deg, rgb(7 27 193 / 89%) 0%, rgb(15 25 103 / 86%) 100%), url(/img/footer-bg.jpg);  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.side-search {
  padding: 40px 36px;
    background-image: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(148 148 148 / 90%) 100%), url(/img/footer-bg.jpg);  background-size: cover;
  background-position: center;
}
#current-inventory .heading:before {
  content: "";
  position: absolute;
  top: 13%;
  left: 285px;
  right: 110px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
/*Inventory 
-------------------------------------------- */
/*Inventory Slider------- */
#slider-nav .slick-current {
    border-bottom-color: var(--c-secondary);
}
/*Inventory Header------- */
#inventory a {
  font-family: 'Source Sans Pro', 'arial', 'helvetica', sans-serif;
  font-size: 17px;
  font-weight: 900;
}
/*Inventory Header------- */
.inventory-container {
  background-color: #1a3f74;
}
.header--image--container {
  padding: 30px;
}
.inventory-container h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
}
/*Search 
-------------------------------------------- */
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(188, 16, 16, 0);
  background-color: #e1e1e1;
  border-color: #2f5597;
}
button#asc_sbtn {
  padding: 6px 3px;
  background: var(--c-secondary);
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: 14px;
  color: #454648;
}
.search-wrapper {
  width: 100%;
  padding: 8px 5px;
  border: 1px solid #d36c28;
  height: 51px;
}
@media handheld, only screen and (max-width: 766px) {
  .input-group {
    width: 100%;
  }
  .input-group .form-control {
    width: 100%;
  }
}
/* Slider
--------------------------------------------------------------------- */


#home-vendors .slick-slide img {
    border: 1px solid #eeeeee;
}

.sold-overlay {
/*	content: ""; */
    position: relative;
    top: 100px;
    left: 0;
	opacity: 1;
	border: 0!important;}

#home--inventory .slick-slide, #home-vendors .slick-slide {
  margin: 0 13px;
}
#home--inventory .slick-list {
  width: 100% !important;
  height: none !important;
}
.slick-prev, .slick-next {
  top: 50% !important;
}
#dealer-slider .slick-prev, #dealer-slider .slick-next {
  top: -45px !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
#dealer-slider .slick-prev {
  left: auto;
  right: 42px;
}
#home-slider {
  clear: both;
  overflow: hidden;
  max-width: 1270px;
  margin: auto;
}
.home-slider-outter {
  margin: auto;
  padding-top: 50px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(80%, #b9b9b9));
  background: linear-gradient(to bottom, #ffffff 0%, #b9b9b9 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b9b9b9', GradientType=0);
}
#home--inventory .slick-prev, #home--inventory .slick-next {
  background-color: #f4b400 !important;
}
#home--inventory .slick-prev:before, #home--inventory .slick-next:before {
  color: #333;
}
.slider-background {
  background: rgb(19, 19, 16);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 16, 1)), color-stop(50%, rgba(25, 25, 25, 1)), to(rgba(33, 33, 36, 1)));
  background: linear-gradient(180deg, rgba(19, 19, 16, 1) 0%, rgba(25, 25, 25, 1) 50%, rgba(33, 33, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131310", endColorstr="#212124", GradientType=1);
  border: #333 7px solid;
  -webkit-box-shadow: 0px 1px 3px black;
  box-shadow: 0px 1px 3px black;
}
.tab {}
/* Section Titles
--------------------------------------------------------------------- */
#categories p {
  text-indent: 21px;
  padding: 10px 0 0px 0;
}
#categories .title {
  font-style: italic;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 28px;
  font-size: 4em;
  padding-bottom: 10px;
  /*    color: #383838;*/
}
@media only screen and (max-width:721px) {
    #categories .title {font-size: 3em;}}
#categories .title span.emphasis {
  font-style: normal;
  color: var(--c-secondary);
  font-size: 28px;
  font-size: 1em;
    }
a.text-cta:hover {
  text-decoration: underline;
}
a.text-cta {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 2px;
}
/* Page Titles
--------------------------------------------------------------------- */
#page-title {
/*  padding-top: 10px;*/
/*  padding-bottom: 10px;*/
  text-align: center;
}
#page-title h1 {
  font-weight: 900;
  text-transform: uppercase;
	font-size: 3em;
}
@media only screen and (min-width: 100px) and (max-width:721px) {
  #page-title {
    padding-top: 23px;
    padding-bottom: 23px;
    height: auto;
  }
}
/* Breakpoints
===================================================================================== */
/* Min Width
--------------------------------------------------------------------- */
@media (max-width: 1529px) {
  .auction-img, .staff-img {
    height: 370px;
  }
}
@media (min-width: 1530px) {
/*
  .container {
    width: 1500px;
  }
*/
  .category-cta h3 {
    font-size: 60px;
    line-height: 52px;
  }
}
/*--min-width:1200px--*/
@media (min-width: 1200px) {
  .compressed-padding {
    margin-left: 12em;
    margin-right: 12em;
  }
}
/*--min-width:992px--*/
@media (min-width: 992px) {
        #top-header a {
  color: white;
}
   #top-header{    
		border-bottom: 1px solid var(--c-primary);
        /* background: -webkit-linear-gradient(top left, #0d1117 0%, #133168 100%); */
        background: -webkit-linear-gradient(#224b9500 -200%, #0e182900 100%), url(/img/topographic.png) repeat;
        background: -o-linear-gradient(#224b9500 -200%, #0e182900 100%), url(/img/topographic.png) repeat;
        background: linear-gradient(#224b9500 -200%, #0e182900 100%), url(/img/topographic.png) repeat;
        box-shadow: 0px 5px 10px rgb(0 0 0 / 42%);
        -webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 42%);
        background-color: var(--c-tertiary);
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	}

  .product-results-container .text-darkred.b.text-center {
    color: var(--c-secondary);
    font-size: 21px;
  }
  #slanted-cta > div > div > a:nth-child(2) > div {
    height: 85px;
  }
  #welcome h1, #towing h1, #category-image-scroller h1, .lg-heading {
    font-size: 60px;
    text-transform: uppercase;
  }
}
/* Max Width
--------------------------------------------------------------------- */
/*--max-width:1200px--*/
@media (max-width: 1200px) {
  #header .header-locations li {
    width: 33%;
  }
  li.number {
    padding-left: 30px;
    font-size: 20px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  #header .social {
    padding-left: 20px;
  }
  #header .contact-information {
    padding-left: 20px;
  }
}
/*--max-width:1099px--*/
@media (max-width: 1199px) {
  #auction {
    height: auto;
  }
  .auction-img {
    height: 200px;
  }
  .auction-img, .staff-img {
    border-top-right-radius: 5px;
  }
  #auction .top, #staff .top, #vendors .top {
    border-top-right-radius: 0;
  }
  .vertical-center-md-reset {
    min-height: auto !important;
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
  }
}
/*--max-width:991px--*/
@media (max-width: 991px) {
  .vertical-center-sm-reset {
    min-height: auto !important;
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
  }
	#page-title h1 {
    font-size: 2em;
}
.sec-spacing{padding-top: 2em;padding-bottom:2em;}
#intro {
    margin-top: 80px;}
    
    .product-results-grid-container {
    border-right: 0px;
  }
  .product-results-grid-container:nth-child(2n+1) {
    border-right: 2px dotted #d4d4d4;
  }

  #footer-main .col-sm-6 {
    padding-bottom: 25px;
  }
  #footer-main img {
    padding-top: 50px;
  }
  #top-search {
    padding: 0px;
    max-width: 100%;
    margin-top: 80px;
  }
  #gavel .container-fluid {
    padding: 0;
  }
  .text-sm-center {
    text-align: center;
  }
  #gavel .container-fluid .row .container-fluid:after {
    margin-left: 65px;
  }
  #top-header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    overflow: hidden;
    clear: both;
    z-index: 1;
  }
  #slanted-cta > div > div > a:nth-child(3) > div:before {
    display: none;
  }
  #slanted-cta .button {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  #slanted-cta .button h2, #slanted-cta > div > div > a:nth-child(2) > div > span > i {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .footer-links li {
    padding: 0 12px;
    margin-bottom: auto;
    border-left: none;
    text-align: center;
  }
  #home-menu-container {
    margin-top: 0px !Important;
  }
  #home-slider h1 {
    font-size: 21px;
  }
  /*
  .header--image--container,.site-header {
  margin-top: 10px!important;
}
*/
  /*
 .parallax-section-2 {
 margin-top:40px;
 }
*/
}
/*--max-width:767px--*/
@media (max-width: 767px) {
	#page-title h1 {
    font-size: 1.25em;
}
	.sec-spacing{padding-top: 1em;padding-bottom:1em;}

	.text-center-sm{
		    text-align: center;
	}
		#welcome h1, #intro h1, #towing h1, .lg-heading, #category-image-scroller h1, #slanted-cta > div > div > a > div > h2, .info-blurb h2 {
    font-size: 2.5em;
}
	#page-hero, .page-title.bg-textured {
	margin-top: 50px;
}
    .pull-reset-xs{float: none!important;}
.product-results-container {
    margin: auto;}
  #service .bottom, #auction .bottom, #staff .bottom {
    min-height: 220px;
  }
  .header-logo {
    display: block;
  }
  #home-slider h1 {
    font-size: 9px;
  }
  .site-header h1 {
    text-align: center !important;
  }
  .nbf {
    background-color: #11334e;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }
}

/* Min & Max Width
--------------------------------------------------------------------- */
@media screen and (max-width: 1270px) and (min-width:767px) {
  #home-slider h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) and (min-width:767px) {
  .mgmenu > li > a, .mgmenu > li > span {
    font-size: 12px !important;
    padding: 12px 0px 13px 10px !important;
  }
}
@-moz-document url-prefix() {
  .scrolled {
    box-shadow: none;
  }
}
.wrapper{margin: auto;width: 95%;}

/*
@media (max-width: 991px) {
	.wrapper{padding-top:20px;padding-bottom:20px;}}
*/

#bodies-partners hr, #home-categories hr{
	border-top: 1px solid var(--c-secondary);
	border-bottom: 1px solid var(--c-secondary);
}
#sentence-search {
    clear: both;
    width: 100%;
    overflow: hidden;
}

#sentence-search .form-inline .form-control {
    height: 3.5em;
    border-radius: 0;
}

#sentence-search .form-inline .form-group {
    display: block;
    float: left;
}

#sentence-search .form-inline .form-group.type .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#sentence-search .form-inline .form-group.manufacturer {
}

#sentence-search .btn-custom {
    height: 3.5em;
    border: none;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    border-radius: 5px;
    background-color: var(--c-primary);
}
@media (max-width: 599px) {
    #sentence-search .form-inline .form-group.type, #sentence-search .form-inline .form-group.manufacturer {
        width:47.5%;
        float: left;
    }

    #sentence-search .form-inline .form-group.manufacturer .form-control {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #sentence-search .form-inline .form-group.keyword .form-control {
        border-radius: 5px;
    }

    #sentence-search #search-button .btn-custom {
        margin-top: 15px;
    }
	#sentence-search .form-inline .form-group {
        float: none;
        width: 95%;
    }
	  #sentence-search .btn-custom {
        width: 100%;
        border-top-left-radius: 5px!important;
        border-bottom-left-radius: 5px!important;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    }

/*
#sentence-search {
    box-shadow: 4px 4px 7px 0px rgb(0 0 0 / 28%);
}
*/

#sentence-search.error-page .form-control, #sentence-search.error-page .input-group-btn .btn-default {
    border-color: #013179;
}
#our-brands img, #bodies-partners img{
	max-width: 250px;
}

#our-brands .our-brands-block, #bodies-partners .body-partners-block{
	border: 1px solid #ccc;
    min-height: 160px;
}

#bodies-partners .body-partners-block{
    min-height: 220px;
}

@media (max-width: 991px) {
	#our-brands img, #bodies-partners img{
	max-width: 100%;
	}}
@media (min-width: 991px) {
	.wrapper.bordered, .bordered-section{
    border: 1px solid #ccc;
		padding: 2% 5%;
		}

}
.table-striped > tbody > tr {
    font-weight: bold;
}

@media print {
	body{margin: 0;}	
	h1, h2, h3, h4, h5, #page-title h1{
    font-size: 1.25em;
	text-align: left;
}
	.description-block p, .description-block p span {
    font-size: 10px!important;}
	.table-condensed>tbody>tr>td{padding: 1px 0;}
    .page-title.bg-textured{padding:0;}
    .print-format{font-size: 12px!important;}
    .col-print-1 {width:8%;  float:left;}
    .col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}
	.col-print-8 {
  padding-bottom: 56.25%;
  position: relative;
}

#slider-for .slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-center.h6, h6.text-center, #pricing-block,#rental-block  {
    font-size: 1em;
	text-align: left;
}
	p, td.h6, td, h5,.h5 {
    font-size: 12px;
	text-align: left;
}
.wrapper {
    width: 100%;
/*	padding: 5px;*/
}
	
#bf-revz-widget-3974970832, .slider-counter, #slider-for .slick-prev, #slider-for .slick-next,.blank15 {display: none!important;}
/*#bf-revz-widget-3974970832 {display: none!important;}*/
.sec-spacing{padding: 0;}
a[href]:after{content: none;}
#slider-for .slick-slide img {width: auto!important; max-width: 100%!important;}
.description-block {
    /* -webkit-line-clamp: 2; */
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 20;
    text-overflow: ellipsis;
	text-align: left;
}	

	#slider-for .slick-slide {
		 display: none !important;
	}
	#slider-for .slick-slide.slick-active {
		 display: block !important;
	}
	 #slider-for .slick-list {
		 height: auto !important;
	}
	 #slider-for .slick-track {
		 width: auto !important;
		 height: auto !important;
		 transform: none !important;
	}
	#slider-for .slick-track .slick-slide {
		 width: auto !important;
	}
	}