/*----------------------------------------------------------------*\
    1.0 GLOBAL
\*----------------------------------------------------------------*/
:root {
    --g-ratio: 1.618;
    --base-size: 14px; 
}
html {
  scroll-behavior: smooth;
  background-color: #eef2f6; 
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
    	background-color: #ffffff; 
        margin: 0 auto; 
        width: 100%; 
    	max-width: 1600px; 
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.05); 
        min-height: 100vh;
		border: 1px solid #dcdce0;;
}
body, #inventory-list-view a {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a, dl{
    font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
}
a {color: #232323;}
.dark-bg, .dark-bg p, .dark-bg .p,.dark-bg h1,.dark-bg h2,.dark-bg h3,.dark-bg h4,.dark-bg h5,.dark-bg h6,.dark-bg .h1, .dark-bg .h2,.dark-bg .h3,.dark-bg .h4,.dark-bg .h5,.dark-bg .h6,.dark-bg a,.dark-bg .a,.dark-bg dl{color: #f1f1f1!important;}
a:hover, .services-desc-box:hover a, #latest .product-results-container:hover a {
  color: #dd022f;
  text-decoration: none;
}

a:hover, a:focus,#latest .product-results-container h2 a:hover, #inventory-list-view a:hover {
  color: #f5471d;
  text-decoration: none;
}

#inventory-list-view a{
	color: #232323;
}

p.typ01, #inventory-details tbody, .product-content-container, .product-results-container .product-price {
	font-size: 1.25em;
}

.read-more-wrap,
.read-more-wrap-2,
.read-more-wrap-3,
.read-more-wrap-4,
.read-more-wrap-5,
.blog-sidebar {
    margin: auto;
    padding: 0;
    text-indent: 14px;
}
.read-more-state,
.read-more-state-2,
.read-more-state-3,
.read-more-state-4,
.read-more-state-5 {
    display: none;
}
.read-more-target,
.read-more-target-2,
.read-more-target-3,
.read-more-target-4,
.read-more-target-5 {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
    display: block;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state-2:checked ~ .read-more-wrap-2 .read-more-target-2,
.read-more-state-3:checked ~ .read-more-wrap-3 .read-more-target-3,
.read-more-state-4:checked ~ .read-more-wrap-4 .read-more-target-4,
.read-more-state-5:checked ~ .read-more-wrap-5 .read-more-target-5 {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:after,
.read-more-state-1 ~ .read-more-trigger-1:after,
.read-more-state-2 ~ .read-more-trigger-2:after,
.read-more-state-3 ~ .read-more-trigger-3:after,
.read-more-state-4 ~ .read-more-trigger-4:after,
.read-more-state-5 ~ .read-more-trigger-5:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f054";
}
.read-more-state:checked ~ .read-more-trigger:after,
.read-more-state-1:checked ~ .read-more-trigger-1:after,
.read-more-state-2:checked ~ .read-more-trigger-2:after,
.read-more-state-3:checked ~ .read-more-trigger-3:after,
.read-more-state-4:checked ~ .read-more-trigger-4:after,
.read-more-state-5:checked ~ .read-more-trigger-5:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f078";
}

.read-more-trigger,
.read-more-trigger-1,
.read-more-trigger-2,
.read-more-trigger-3,
.read-more-trigger-4,
.read-more-trigger-5 {
    cursor: pointer;
    display: inline-block;
    padding: 0.1em 0.3em;
    color: #232323;
}
.full-width{width: 100%;}
/* ---Styling----------------------- */
.col-25-gutter {
    padding-left: 25px !important;
	padding-right: 25px !important;}
.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;
}
.br10{border-radius: 10px;}
.br5{border-radius: 5px;}

.line-clamp-1, .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.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;
}
.accent-lg{
    width: 35px;
}
.rounded{border-radius: 8px;}
.rounded img {
    border-radius: 50%;
}
.bordered{border: solid 2px #dcdce0;}
.image-blender {
    position: relative;
    overflow: hidden;
}

.image-blender img {
    display: block;
    width: 100%;
    height: auto;
}

.image-blender::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
 background: linear-gradient(
        to bottom, 
        transparent 0%, 
        transparent 70%, 
        rgba(255, 255, 255, 0.95) 92%,
        rgb(255, 255, 255) 100% 

    );
}
.shadow-riser, #sticky-cta-container.has-shadow{box-shadow:
  0px 0px 0px 0px transparent,
  0px 0px 0px 0px transparent,
  0px 28px 56px 0px rgba(36, 41, 46, 0.04),
  0px 8px 16px 0px rgba(36, 41, 46, 0.12);}
@media (max-width: 991px) {
#sticky-cta-container.has-shadow{box-shadow:none;}}
/*----------------------------------------------------------------*\
    2.0 TYPOGRAPHY
\*----------------------------------------------------------------*/
/* ---Color----------------------- */
.color--primary {
  color: #232323 !important;
}
.color--secondary, a[href="/"]:hover {
  color: #dd022f !important;
}
.color--tertiary {
  color: #ee4015 !important;
}
.color--white, a[href="/"]  {
  color: white;
}
.color--black {
  color: black;
}
.color--key {
  color: #232323;
}

/* ---Size----------------------- */
.font-lg{font-size: 1.5em;}
.huge {
  font-size: 5.5em;
}
/*----------------------------------------------------------------*\
    3.0 COLOR PALETTE
\*----------------------------------------------------------------*/

/* ---Backgrounds----------------------- */

.bg--primary {
  background: #232323;
}

.bg--secondary {
  background: #dd022f;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}
.bg--grey {
  background: #f1f1f1;
}
.bg--light-grey, #sticky-action-bar.show {
  background: #eef2f6!important;
}
.bg--key {
  background: #232323;
}
.bg-textured {
  background-color: #fff;
/*
  background-image: url(/img/textured-bg.svg);
  background-image: -webkit-linear-gradient(to bottom, rgb(255 255 255 / 35%) 50%, rgb(255 255 255 / 95%) 75%), url(/img/textured-bg.svg);
  background-image: -o-linear-gradient(to bottom, rgb(255 255 255 / 35%) 50%, rgb(255 255 255 / 95%) 75%), url(/img/textured-bg.svg);
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 35%) 50%, rgb(255 255 255 / 95%) 75%), url(/img/textured-bg.svg);
*/
}
.bg--accent {
  background-color: #fff;
  background-image: url(/img/mountain-bg.png);
 background-image: -webkit-linear-gradient(rgb(255 255 255 / 35%) 50%, rgb(255 255 255 / 90%) 75%), url(/img/mountain-bg.png);
 background-image: -o-linear-gradient(rgb(255 255 255 / 35%) 50%, rgb(255 255 255 / 90%) 75%), url(/img/mountain-bg.png);
 background-image: linear-gradient(rgb(255 255 255 / 35%) 50%, rgb(255 255 255 / 90%) 75%), url(/img/mountain-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.background-img-1 {
  	background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg--green-1{background-color: #dd022f;}
.bg--green-2{background-color: #005e33;}
.bg--green-3{background-color: #00501e;}
.bg--green-4{background-color: #004313;display: grid;}

.bg--green-1, .bg--green-2, .bg--green-3, .bg--green-4{
	padding: 7em 5%;
	min-height: 450px;
}

 .bg--image-gradient-1 {
  background-color: #fff;
  background-image: url('/img/bg--image-gradient-1.jpg');
  background-image: -webkit-linear-gradient(to bottom, rgb(229 163 1 / 85%) 20%, rgb(229 163 1 / 94%) 30%), url(/img/bg--image-gradient-1.jpg);
  background-image: -o-linear-gradient(to bottom, rgb(229 163 1 / 85%) 20%, rgb(229 163 1 / 94%) 30%), url(/img/bg--image-gradient-1.jpg);
  background-image: linear-gradient(to bottom, rgb(229 163 1 / 85%) 20%, rgb(229 163 1 / 94%) 30%), url(/img/bg--image-gradient-1.jpg);
}
.bg--image-gradient-2 {
  background-color: #fff;
  background-image: url('/img/bg--image-gradient-2.jpg');
  background-image: -webkit-linear-gradient(to bottom, rgb(48 49 50 / 85%) 20%, rgb(48 49 50 / 94%) 30%), url(/img/bg--image-gradient-2.jpg);
  background-image: -o-linear-gradient(to bottom, rgb(48 49 50 / 85%) 20%, rgb(48 49 50 / 94%) 30%), url(/img/bg--image-gradient-2.jpg);
  background-image: linear-gradient(to bottom, rgb(48 49 50 / 85%) 20%, rgb(48 49 50 / 94%) 30%), url(/img/bg--image-gradient-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-grey {
  background: #666666;
}
.bg--dark-grey {
  background: #303132;
}

/*----------------------------------------------------------------*\
    4.0 HEADER
\*----------------------------------------------------------------*/
/*
.logo-box img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 5px;
}
*/
/*
.logo-box {
  display: block;
  height: 100px;
  top: 0;
  justify-content: center;
  position: relative;
  z-index: 1;
}
*/

/*----------------------------------------------------------------*\
    5.0 BODY
\*----------------------------------------------------------------*/
#trusted-brands {
    background-image: url(/img/truckandvanoutlet-bg-finv-row.jpg);
    background-image: -webkit-linear-gradient(rgb(255 255 255 / 35%) 50%, rgb(255 255 255 / 90%) 75%), url(/img/truckandvanoutlet-bg-finv-row.jpg);
    background-image: -o-linear-gradient(rgb(255 255 255 / 35%) 50%, rgb(255 255 255 / 90%) 75%), url(/img/truckandvanoutlet-bg-finv-row.jpg);
    background-image: linear-gradient(rgb(255 255 255 / 35%) 50%, rgb(255 255 255 / 90%) 75%), url(/img/truckandvanoutlet-bg-finv-row.jpg);
}
 #recent-ad-results-grid {
    background-image: url(/img/truckandvanoutlet-bg-finv-row.jpg);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%), url(/img/truckandvanoutlet-bg-finv-row.jpg);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%), url(/img/truckandvanoutlet-bg-finv-row.jpg);
    background-image: linear-gradient(rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%), url(/img/truckandvanoutlet-bg-finv-row.jpg);
}
#sell-truck-aside {
    background-image: url(/img/truckandvanoutlet-bg-dep-row.jpg);
    background-image: -webkit-linear-gradient(rgb(221 0 47) 0%, rgb(221 0 47 / 50%) 50%, rgb(221 0 47 / 75%) 75%), url(/img/truckandvanoutlet-bg-dep-row.jpg);
    background-image: -o-linear-gradient(rgb(221 0 47) 0%, rgb(221 0 47 / 50%) 50%, rgb(221 0 47 / 75%) 75%), url(/img/truckandvanoutlet-bg-dep-row.jpg);
    background-image: linear-gradient(rgb(221 0 47) 0%, rgb(221 0 47 / 75%) 50%, rgb(221 0 47) 100%), url(/img/truckandvanoutlet-bg-dep-row.jpg);
}
#financing-aside {
    background-image: url(/img/truckandvanoutlet-bg-finv-row.jpg);
    background-image: -webkit-linear-gradient(rgb(0 41 107) 0%, rgb(0 41 107 / 75%) 50%, rgb(0 41 107) 100%), url(/img/truckandvanoutlet-bg-dep-row-bottom.jpg);
    background-image: -o-linear-gradient(rgb(0 41 107) 0%, rgb(0 41 107 / 75%) 50%, rgb(0 41 107) 100%), url(/img/truckandvanoutlet-bg-dep-row-bottom.jpg);
    background-image: linear-gradient(rgb(0 41 107) 0%, rgb(0 41 107 / 75%) 50%, rgb(0 41 107) 100%), url(/img/truckandvanoutlet-bg-dep-row-bottom.jpg);
}
.info-blurb h2{
      font-size: 7em;
}
.border-highlight {
    border-left: 3px solid #F24513;
    padding-left: 12px; 
}
/*
.border-highlight:before {
    -webkit-border-radius: 69px;
    -moz-border-radius: 69px;
    border-radius: 69px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -10px;
    width: 3px;
    background-color: #F24513;
    }
*/

/* ---Hero Search----------------------- */
.search-band {
    background: #dd022f;
    height: 280px;
    padding: 50px 35px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin: auto;
    position: relative;
    border-radius: 10px;
}

/* ---Hero----------------------- */
#intro {
	padding-top: 25px;
	padding-bottom: 25px;
    height: auto;
/*    overflow: hidden;*/
    background-color: #fff;
    background-image: -webkit-linear-gradient(rgb(0 0 0 / 74%) 0%, rgb(0 0 0 / 75%) 75%, rgb(255 255 255) 100%), url(/img/fontana-home.webp);
    background-image: -o-linear-gradient(rgb(0 0 0 / 74%) 0%, rgb(0 0 0 / 75%) 75%, rgb(255 255 255) 100%), url(/img/fontana-home.webp);
    background-image: linear-gradient(rgb(0 0 0 / 74%) 0%, rgb(0 0 0 / 75%) 75%, rgb(0 0 0) 100%), url(/img/fontana-home.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#page-hero, .page-title.bg-textured {
    background-color: #fff;
 background-image: url('/img/hero-1.png');
  background-image: -webkit-linear-gradient(200deg, rgb(134 134 108 / 93%) 0%, rgb(134 134 108 / 98%) 100%), url(/img/hero-1.png);
  background-image: -o-linear-gradient(200deg, rgb(134 134 108 / 93%) 0%, rgb(134 134 108 / 98%) 100%), url(/img/hero-1.png);
  background-image: linear-gradient(200deg, rgb(134 134 108 / 93%) 0%, rgb(134 134 108 / 98%) 100%), url(/img/hero-1.png);
  background-position: center center;
  padding: 200px 0 0 0;
}
@media screen and (max-width: 991px) {
.clear-top-section {
    margin-top: 80px;
}	
section#top-scroll {
    margin-top: 80px;
}	
#page-hero, .page-title.bg-textured {
padding: 50px 0 0 0;
    margin-top: 50px;    }}
#page-hero a {
  color: #dd022f;
}
#page-hero a:hover {
  color: #d9dde9;
  text-decoration: underline;
}

.hero-paragraph p{font-size: 17px;;}
/*.hero-paragraph{padding-left: 25px;border-left: 1px solid #4a5253;}*/
.hero-paragraph .highlight{border-color: #dd022f;}
/*----------------------------------------------------------------*\
    7.0 Elements
\*----------------------------------------------------------------*/
.accent-heading {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.accent-heading::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #e74c3c;
  height: 3px;
  min-width: 50px;
/*  width: 50%;*/
  bottom: -5px;
  border-radius: .5rem;
}

.accent-heading.align-left::after {
  left: 0;
  right: auto;
  margin-left: 0;
}
.accent-heading.align-center::after {
  left: 50%;
  transform: translateX(-50%);
}
#quote--block {
    border-radius: 10px;
    background-image: url(/img/accent.svg);
    background-repeat: no-repeat;
    background-size: 45%;
	background-position: -40% 30%;}
/* ---Latest Equipment----------------------- */
.icon-border {
    margin-right: 10px;
    margin-bottom: 10px;
    background: #dd022f;
    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: 400;
    font-size: 17px;
}


/* ---Services Description Box----------------------- */
.services-desc-box .description{
        padding:10px 25px;
}
.services-desc-box img{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.services-desc-box{
border: 1px solid #d9dde9;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px rgb(255 255 255 / 15%);
}

/*----------------------------------------------------------------*\ FAQs \*----------------------------------------------------------------*/

/*----------------------------------------------------------------*\
    PLUGINS
\*----------------------------------------------------------------*/
.mc-field-group label, .indicates-required, #mc_embed_signup h2{color: white;}
.mc-field-group .help-block {color: #dd022f;}
#mc-embedded-subscribe {background-color: #dd022f!important;}

/*----------------------------------------------------------------*\
    CONTROLS
\*----------------------------------------------------------------*/
#home--services h3{font-size: 42px;}
#gallery-section {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
}
#top-category-block img {
  border-radius: 5px;
  border: 1px solid #d9dde9;
}
#top-category-block a{color: white;}
.product-results-container .normal {
  height: 0;
  border-top: 0;
}
a.btn.btn-success, a#sc_hypGetFinancing{
		line-height: 35px;
		font-size: 1.5em;
}
#latest .product-results-container .bottom{
    font-size: 17px;
}

#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 {
    text-align: left;
    color: #232323;
}
.product-results-grid-container .btn-custom, .product-results-grid-container .btn-success {
  width: 100% !important;
  padding: 10px;
	
}
.product-results-grid-container .btn-success {
	border-radius: 0;
    border: none;
}
.product-results-grid-container:nth-service(3n) {
  border-right: 0;
}

.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;
}
.product-results-container {
  margin: 0 auto 25px;
  line-height: 1.6em;
  background-color: white;
  border: 1px solid #d9dde9;
  border-radius: 0.5rem;
  padding: 25px;    
}
.pagination > li > a, .pagination > li > span {
  color: #dd022f;
}
.table-striped > tbody > tr:nth-child(even):not(.skip){
  background-color: rgb(238 242 246);
/*  background-color: rgba(48, 43, 43, 0.1);*/
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.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: #dd022f !important;
  background-color: #dd022f !important;
}
a.ls-nav-stop {
  top: -63px;
}



/* Tabs
--------------------------------------------------------------------- */
/* ANIMATIONS
===================================================================================== */
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);

    transform: scale(1.3);
  }
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover .hvr-icon, .hvr-icon-pulse-grow:focus .hvr-icon, .hvr-icon-pulse-grow:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;

}
/* 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
===================================================================================== */
#header {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1970;
  /*overflow: hidden;*/
  /*padding: 0 0 25px*/
}
#top-header a {
  color: white
}
ul.social-block {
    display: inline-flex;
	padding-left: 0;
}
.social-block li {
  display: inline-block;
  margin: 5px;
}

.social-block li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;   /* adjust size */
  height: 40px;  /* adjust size */
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;   /* icon color */
  font-size: 18px; /* icon size */
  transition: all 0.3s ease;
}

.social-block li a:hover {
  background: #fff;
  color: #00246d!important; /* icon hover color */
}

.social-block li i {
  line-height: 1;
}
/*
#top-header a:hover {
  color: #dd022f
}
*/
#bottom-header {
	background-color: white;
}
#main-header {
  clear: both;
  display: block;
  margin: auto;
  width: 100%;
  border-bottom: 1px solid rgb(51 51 51 / 10%);
}

.header-right {
  text-align: right;
}
#header .social, #header .contact-information .location-top, #header .contact-information .number {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
}
/*
@media (min-width: 1200px) {
  #header .container {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
*/

#header .header-main {
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}
#header .map-hours i {
    font-size: 42px;
    float: left;
    padding-right: 50px;
}

#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: #666666;
  background-color: rgba(255, 255, 255);
}
/*----------------------------------------------------------------*\
    5.0 HOME
\*----------------------------------------------------------------*/
a#cta01 {
    cursor: pointer;
    display: block;
    text-align: center;
    color: #666666;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 22px;
    padding: 1.75em 5%;
	border: 1px solid #ccc;}

a#cta01:hover {
	background: #cfcfcf;
    color: #666666;}


#sentence-search {clear: both;overflow: hidden;display: inline-block;margin: auto;width: 100%;}

#sentence-search .form-inline .form-control {height: 2.5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 2em;}
#inventory-search .form-control {height: 3.5em;border-radius: 5px;}

#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, #inventory-search .btn.btn-custom {height: 3.5em;border: none;border-bottom-left-radius: 0!important;border-top-left-radius: 0!important;border-radius: 5px;background-color: #dd022f;
    line-height: 2.5em;
    color: #f1f1f1;
}
#sentence-search .btn-custom{
    height: 2.5em;
    line-height: 2em;
	font-size: 2em;}
#sentence-search .btn-custom:hover, #inventory-search .btn.btn-custom:hover{background-color: #8d8f92;color: #f1f1f1;}
#sentence-search .form-inline .form-group {width: 25%;}
#sentence-search .form-inline .form-group.key-features{width: 100%;}
#sentence-search input#sc_scs1_q  {width: 75%;}
#sentence-search .btn-custom  {width: 25%;}
#sentence-search select#sc_scs1_ddlManufacturers, #sentence-search select#sc_scs1_ddlCategories {
    width: 100%;
}

@media (max-width: 991px) {
	#latest .product-results-container .bottom {font-size: 17px;}
	#sentence-search .form-inline .form-group, #sentence-search input#sc_scs1_q, #sentence-search .btn-custom, #sentence-search .form-inline .form-group.key-features{width: 100%;}	
	#sentence-search .form-inline .type, #sentence-search .form-group.manufacturer {width: 50%;}	
	#sentence-search .form-inline .form-control {width: 100%;}	
	#sentence-search .btn-custom{margin-top:14px;}
	#sentence-search .form-inline .form-group.manufacturer .form-control{border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;}	
	#sentence-search input#sc_scs1_q, #sentence-search .btn-custom {border-radius: 5px!important;}}

.page-title-container{
    width: 100%;
    text-align: center;
    padding: 1em 5%;
    background: -webkit-linear-gradient(rgb(0 36 109 / 90%) 50%, #00246d), url(/img/fontana-home.webp);
    background: -o-linear-gradient(rgb(0 36 109 / 90%) 50%, #00246d), url(/img/fontana-home.webp);
    background: linear-gradient(rgb(0 36 109 / 90%) 50%, #00246d), url(/img/fontana-home.webp);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}
/*----------------------------------------------------------------*\
    6.0 FOOTER
\*----------------------------------------------------------------*/
#footer-main {
  overflow: hidden;
  transition: 0.3s ease;
/*  background-color: #666666;*/
}
#footer-main h2{
    position: relative;
    display: inline-block;
    padding-bottom: .4rem;
}

#footer-main h2::after{
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 30px;
    background: #cc0000;  
    bottom: -10px;
}
/*
#footer-main a {
  color: #101010;
}
*/
#footer-main  ul.social-block {
    display: inline-block;
	margin: auto;
}
#footer-main a:hover {
  color: #dd022f!important;
}

#footer-main .social-block li a:hover {
	border-color: #101010;
	background-color: #101010;
	color: #f1f1f1!important;
}

#footer-main hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px dotted #1e1e1e;
}
ul.footer-menu, dl#hours {
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  font-size: 21px;
  padding: 0;
}
/* ---Sub Footer----------------------- */

#sub-footer a {
  color: #dd022f;
}
#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-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;
}

/* TYPOGRAPHY
===================================================================================== */

/*Font 
-------------------------------------------- */
.thick, .color--data-bold, h1, .h1{font-weight: 900;}
.thin{font-weight: 100;}
.paragraph {
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 400;
}
.site-heading {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
  text-align: center;
  margin-top: 5px;
}

.site-heading::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 50px;   
  height: 7px;   
  background: #d00; 
  border-radius: 3px;
}

#ad-details .site-heading{text-align: left;}
/*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;
}
/*==================================================================================================================================================================
SYSTEM
==================================================================================================================================================================*/
select#sc_ddlCategories, select#sc_ddlModels,select#sc_ddlLocations, select#sc_ddlManufacturers,input#sc_q, select#sort, select#sc_ddlRearAxles, select#sc_ddlIndustries,select#suspensionType,select#TransmissionType,select#FuelType,select#DriveTrainType, select#GVWRType,select#DrivetrainType, select#CabType{height: 49px;}
button#sc_sbtn, a#sc_hypReset,select#suspensionType,select#TransmissionType,select#FuelType,select#DriveTrainType,select#GVWRType, select#DrivetrainType, select#CabType{line-height: 35px;}
a#sc_hypReset{max-width: 150px;color: #f1f1f1;}
.product-results-container .product-image img{width: 100%; border-radius: 10px;}
.rating-container .rating-stars {color: #f9b32e !important;}
/*==================================================================================================================================================================
Tiles & Containers
==================================================================================================================================================================*/
.industry-tile:hover, .topcategorybox:hover,.product-results-container:hover, .services-desc-box:hover {
  transform: scale(1.025);
}
.product-results-container.no-animation:hover{
  transform: none;
}

#ad-details .product-results-container:hover{
  transform: none;
}
#TopCategoryImageGrid .product-results-container{
  padding: 0;
}

#TopCategoryImageGrid .product-results-container a{font-size: .75em;}

#ad-details .product-results-container .inner-container{
  padding: 25px;
}
.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: auto;
    box-shadow: 0px 20px 14px 0px rgb(23 44 82 / 7%);
    border: 2px solid #f1f1f1;
    border-radius: 5px;
}
.tile-body h2, .tile-body h2 a {
  color: #232323;
    font-size: 35px;
    letter-spacing: 1px;}
.tile-body h2 a:hover {
    color: #dd022f;
}
.tile-body h2.h6, .tile-body h2.h6 a {
    font-size: 21px;
    letter-spacing: 1px;}
/* Category CTA
===================================================================================== */
#home-categories {
  background: black;
}
#home-categories a:hover .inner h3, #home-categories a:hover .inner h4, #top-header a:hover {
  color: #dd022f;
}
#home-categories a:hover {
  transition: all .2s ease-in-out;
  opacity: .75;
}
.category-cta {
  padding: 50px 0;
  position: relative;
  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;
  max-height: 471px;
  border: 2px solid white;
}
.category-cta.one {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 84, 84, 1)), to(rgba(38, 34, 35, 1))), url("/img/services/services-1.jpg");
  background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/services/services-1.jpg);
  background-position: center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454", endColorstr="#262223", GradientType=1);
}
.category-cta.two {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 84, 84, 1)), to(rgba(38, 34, 35, 1))), url("/img/services/services-2.jpg");
  background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/services/services-2.jpg);
  background-position: center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454", endColorstr="#262223", GradientType=1);
}
.category-cta.three {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 84, 84, 1)), to(rgba(38, 34, 35, 1))), url("/img/services/services-3.jpg");
  background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/services/services-3.jpg);
  background-position: center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454", endColorstr="#262223", GradientType=1);
}
.category-cta.four {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 84, 84, 1)), to(rgba(38, 34, 35, 1))), url("/img/services/services-4.jpg");
  background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/services/services-4.jpg);
  background-position: center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454", endColorstr="#262223", GradientType=1);
}
.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-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
===================================================================================== */
#top-header .huge {
  font-size: 3em;
}
.btn-custom-2, .product-results-container .btn-custom, .detail-buttons .btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 14px 20px;
    font-weight: 700;
/*    font-size: 0.95rem;*/
    text-align: center;
    text-transform: uppercase;
    border-radius: .5rem;
    background: #dd022f;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease;
}
.btn-custom-2:hover, .product-results-container .btn-custom:hover, .detail-buttons .btn-custom:hover  {
    background: #8d8f92;
    transform: translateY(-1px);
}
.btn-custom-2:active {
    transform: translateY(0);
}


.btn-custom-3 {
  background-color: rgba(0, 0, 0, .5);
  padding: 10px 50px;
  color: #fff;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
}

.xl-btn{
	padding: 14px 50px 14px 50px;
    font-size: 17px;}
/*
.btn-custom-3:hover {
  color: #fff!important;
}
*/
/*
.product-results-container .btn-custom, .detail-buttons .btn-custom{
        background-color: #dd022f;
        border-color: transparent;
		line-height: 35px;
		font-size: 1.5em;
		border-radius: 6249.9375rem;
	    color: white !important;
		font-weight: 700;
		letter-spacing: normal;
}
*/

/* Sections
===================================================================================== */
.sec-spacing {
  padding-top: 2em;
  padding-bottom: 2em;
}
.sec-spacing-2 {
  padding-bottom: 10em;
}
.sec-spacing-3 {
    padding-top: 1em;
    padding-bottom: 5em;
}
.row-spacing {
  padding-top: 2em;
  padding-bottom: 2em;
}
/* Components
===================================================================================== */
/*Quote Hero-------------------------------------------- */
.quote-hero, .dark-bg .quote-hero {
    position: relative;
    font-size: 2rem; 
    line-height: 1.55;
    color: inherit;
    max-width: 780px;  
    margin: 0 auto;
    padding: 3rem 2.5rem;  
    font-weight: 500;
}

.quote-hero:before,
.quote-hero:after {
    position: absolute;
    font-family: serif;
    font-size: 7rem;        
    color: rgba(0,0,0,0.8);
    line-height: 1;
    pointer-events: none;   
}
.dark-bg .quote-hero {
    color: #fff;
}
.dark-bg .quote-hero:before,
.dark-bg .quote-hero:after {
    color: rgba(255,255,255,0.18);
}


.quote-hero:before {
    content: "\201C";
    left: -1rem;
    top: -1.2rem;
}

.quote-hero:after {
    content: "\201D";
    right: -1rem;
    bottom: -1.1rem;
}
/*Cart
-------------------------------------------- */
#shopping-cart {
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;}
span.count-bubble {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 0px 5px;
    position: relative;
}
/*Ad Results Grid 
-------------------------------------------- */
@media (min-width: 992px) {
    #collapseOne.collapse:not(.in) {
        display: block; 
        height: auto;
    }
}
.product-action-container{border-top: 1px solid #e3e6f1;
	padding-top: 5px;}
.tag-container{min-height: 35px;}
.recently-updated-tag,.newly-listed-tag,.price-reduced-tag{border-radius: 6249.9375rem;
    color: white;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
    margin-bottom: 5px;
    display: inline-block;}
.recently-updated-tag{background: #dd022f;}
.newly-listed-tag{background: #333;}
.price-reduced-tag{background: #72c66f;}

/*Ad Details 
-------------------------------------------- */
#ad-details .table-condensed td {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 991px) {
#ad-details .table-condensed td {
    font-size: calc(var(--base-size) * var(--g-ratio));
}
}

.compensate-for-scrollbar {
    margin-right: auto!important;
}
.pricing-details .h5 {
    font-size: 3em;
	letter-spacing: 1px;}
#product-specifications .h6{
	    font-size: 2em;
    letter-spacing: 1px;
}
#sticky-cta-container {
    z-index: 900;
    background-color: #ffffff;
	transition: top 0.4s ease-in-out; 
    position: fixed; 
    top: -300px;
}

@media (max-width: 991px) {
    #sticky-cta-container {
        position: static !important; 
        box-shadow: none;
        transition: none;
        top: auto !important;
    }
}
#sticky-action-bar {
	width: 100%;
    max-height: 0;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out,
                opacity 0.3s ease-in-out,
                padding 0.3s ease-in-out;
    pointer-events: none;
}

#sticky-action-bar.show {
    max-height: 500px;
    opacity: 1;
    padding-top: 10px !important;
    pointer-events: auto;
	border-top: 1px solid #d2d4dc;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem; 
}

#sticky-cta-container.has-shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out; 
}

.sticky-action-bar-wrapper .full-width-btn {
    display: block; 
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}
a#sc_hypSaveListing, a#sc_hypSaveListing {
	border-radius: 0!important;
	border: none;
    background: none;
    line-height: normal;
    border-right: 1px solid #d2d4dc;
}
a#sc_hypSaveListing {color: #237032!important;}
a#sc_hypSaveListing:hover, a#sc_hypShare:hover{color: #dd022f!important;}
.h4.b.color--data-bold {
    padding-bottom: 105px;
    display: inline-block;
    background: #333;
	font-size: calc(var(--base-size) * var(--g-ratio));
    color: #f1f1f1;
    padding: 5px 20px;
	margin-top: 15px;
    margin-bottom: 0;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	}
.h4.b.color--data-bold:not(:first-of-type) {
    margin-top: 35px;
}
.table-striped > tbody > tr:first-child:not(.skip) {
    border-top: 2px solid #333;
}
/*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: -100px;
    position: relative;
}
}


/*Services 
-------------------------------------------- */
#services-bottom,#categories-bottom {top: -200px;
    position: relative;
}
#services-top,#categories-top {
    min-height: 400px;
}
/*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: #333333;
  margin: auto;
  height: auto;
  padding: 10px;
}
.site-header h1 {
  text-transform: uppercase;
  font-size: 27px;
  color: #f0f0f0;
  text-align: center;
}

/*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 #dd022f;
    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 #dd022f;
    width: 33%;
    margin-left: 33%;
}
.section_divider .color-bar-center{
    border-bottom: 3px solid #dd022f;
    width: 33%;
    margin-left: 33%;
}
hr.heading-divider {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border: 0;
  border-top: 7px solid #dd022f;
  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: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dashed black;
  width: 50%;
}
hr.minor {
  width: 50%;
  float: none;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed #fff !important;
}
/*Team 
-------------------------------------------- */
/*Parallax 
-------------------------------------------- */
.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: #dd022f;
  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 #dd022f;
  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: #dd022f;
  -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;
}

/*Inventory 
-------------------------------------------- */
/*Inventory Slider------- */
#slider-nav .slick-current img{
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#slider-nav .slick-current {
    border-bottom-color: #dd022f;
	border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
/*Inventory Header------- */
#inventory a {
  font-family: 'Source Sans Pro', 'arial', 'helvetica', sans-serif;
  font-size: 17px;
}
/*Inventory Header------- */
.inventory-container {
  background-color: #1a3f74;
}
.header--image--container {
  padding: 30px;
}
.inventory-container h1 {
  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: #dd022f;
  text-transform: uppercase;
  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
--------------------------------------------------------------------- */
#slider-for img, #slider-nav img{border-radius: 0.5rem;}
#home-vendors .slick-slide img {
    border: 1px solid #eeeeee;
}
#home--inventory .slick-slide {
  margin: 0 13px;
}
#home--inventory .slick-list {
  width: 100% !important;
  height: none !important;
}
.slick-prev, .slick-next {
  top: 50% !important;
}

#dealerimagecarousel .slick-slide, #WebsiteReviewCarousel .slick-slide {
    padding: 0 12px;
}

#dealerimagecarousel .slick-list, #WebsiteReviewCarousel .slick-list {
    margin: 0 -12px;
    padding: 0 20px;
}
#dealerimagecarousel .slick-prev:before, #dealerimagecarousel .slick-next:before {color: #232323;}
#dealerimagecarousel .slick-prev, #dealerimagecarousel .slick-next {
  top: -80px !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
#dealerimagecarousel .slick-prev {
  left: auto;
  right: 42px;
}
#home--inventory .slick-prev, #home--inventory .slick-next {
  background-color: #f4b400 !important;
}
#home--inventory .slick-prev:before, #home--inventory .slick-next:before {
  color: #333;
}
#home-manufacturers .slick-slide img {
    padding: 25px 0;
}
/* Section Titles
--------------------------------------------------------------------- */
#categories p {
  text-indent: 21px;
  padding: 10px 0 0px 0;
}
#categories .title {
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 28px;
  font-size: 4em;
  padding-bottom: 10px;
  /*    color: #232323;*/
}
@media only screen and (max-width:721px) {
    #categories .title {font-size: 3em;}}
#categories .title span.emphasis {
  font-style: normal;
  color: #dd022f;
  font-size: 28px;
  font-size: 1em;
    }
a.text-cta:hover {
  text-decoration: underline;
}
a.text-cta {
  font-size: 21px;
}
/* Page Titles
--------------------------------------------------------------------- */
#page-title {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  /*  width: 100%;*/
}
#page-title h1 {
  text-transform: uppercase;
}
@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) {
#WebsiteReviewCarousel .product-results-container{
  min-height: 300px;
}	
	/*----------------------------------------------------------------*\
    4.0 SCROLLED MENU
\*----------------------------------------------------------------*/
#header img{transition: width 2s;}
.wsfixed #top-header .btn.btn-custom-2{top: 0;}
.wsfixed #header .container{padding-top: 0;padding-bottom: 0px;}
.wsfixed #top-header .container{width: 90%;}
.wsfixed #top-header .btn-custom-2 {
	border-radius: 0;
	line-height: 14px;}
.wsfixed #header img{width:65%;transition: width 2s;}
   #top-header{background: #ffffff;}

  .product-results-container .text-darkred.b.text-center {
    color: #dd022f;
    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;
  }
	.text-center-md-reset {
    text-align: center;
  }
}
/*--max-width:991px--*/
@media (max-width: 991px) {
	.page-title-container {
    width: 100%;
    text-align: center;
    margin-top: 75px;
		padding: 2em 5%;}
	.text-left-sm{text-align: left;}
  .vertical-center-sm-reset {
    min-height: auto !important;
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
  }
.text-center-sm-reset {
    text-align: center;
  }
  .product-results-grid-container {
    border-right: 0px;
  }

  #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;
  }

  #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) {
	.text-center-xs-reset, .text-xs-center {
    text-align: center;
  }
	  .vertical-center-xs-reset {
    min-height: auto !important;
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
  }
	.pull-right-xs-reset{float: none;}
	.tile-body{top: auto;}
	.page-title-container .sec-spacing-3{padding-top: 0;padding-bottom: 0;}
	.page-title-container h1, #intro h1, #intro h3, .page-title-container h1, .info-blurb h2, #pre-footer h4 {
    font-size: 49px;
    line-height: 49px;
}
	#latest .product-results-container h2, #latest .product-results-container h2 a {
    font-size: 28px;
		line-height: 28px;
	}
	
	.info-blurb h6{
		font-size: 21px;
	}
	.paragraph {font-size: 17px;}
    .pull-reset-xs{float: none!important;}
  #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;
  }
}
#top-header a.btn.btn-custom-2{
    top: 15px;
    position: relative;
    font-size: 18px;
    padding: 10px 20px;
  }

/* 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;
  }
}
a.map-hours {
    float: right;
    padding-right: 2vw;
}
#hours .day{float: left;}
#hours .time{float: right;}
.wrapper {
  width: 100%;
  max-width: 1400px; 
  margin: 0 auto;
  padding: 0 1rem; 
}
.wrapper.full-width {
  max-width: none; 
}

@media (min-width: 576px) {
  .wrapper {
    width: 95%;
  }
}

/*
@media (min-width: 768px) {
  .wrapper {
    width: 92%;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    width: 95%;
  }
}
*/

@media (min-width: 1600px) {
  .wrapper {
    width: 100%;
  }
}
#search-box .panel-group {
    margin-bottom: auto;
}
#search-box {
    border-radius: 10px;
    transition: height 0.3s, background-color 0.3s, margin 0.3s, position 0.3s;
}
#search-box .panel-title{font-size: 18px;}
.fixed-left.sticky {
    width: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.fixed-left.sticky {
	position: fixed;
    width: 20%;
	top: 25px;
    }
.fixed-left {
	position: relative;
    width: 100%;
    padding: 5px;
    }

.fixed-left img {
	display: none;
    }

.fixed-left.sticky img {
    display: block;
    }
.fixed-left.sticky {
	top: 25px;
    }

.fixed-left.sticky #search-logo {
     border-radius: 10px; 
	margin-bottom: 20px;}
@media (min-width: 1199px) {
	.fixed-left.sticky {
    width: 270px;
	}}
    @media (max-width: 768px) {
      .fixed-left {
        position: static!important;
        transform: none;
      }
    }
#grid-layout-01 .product-results-container, #dealerimagecarousel .product-results-container {
    padding: 0;
	box-shadow: 0 0 #0000, 0 0 #0000, 0px 4px 32px 0px rgba(36,41,46,.04),0px 4px 4px 0px rgba(36,41,46,.04);
}

#grid-layout-01 .product-results-container .bottom, #dealerimagecarousel .product-results-container .bottom {
    padding: 10px;
}
#grid-layout-01 .product-results-container img, #dealerimagecarousel .product-results-container img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	width: 100%;
	height: 218px;
/*	min-height: 218px;*/
	max-height: 218px;
}

.listing-heading, #grid-layout-01 .product-results-container .bottom .title h6, #grid-layout-01 .product-results-container .bottom .title h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 0px;
    color: #183558;
}
#grid-layout-01 .product-results-container .bottom .additional-description span {
    font-weight: 100;
    font-size: .75em;
    line-height: normal;
}

 .bottom .product-price, #grid-layout-01 .product-results-container .bottom .product-price {
    line-height: 22px;
    font-size: 24px;
    font-weight: 700;
    bottom: 0px;
    margin-bottom: 4px;
    color: #3d763d;
}
#grid-layout-01 .favorite-block .btn-custom, #grid-layout-01 .favorite-block .btn-success {
    background-color: transparent!important;
}

#grid-layout-01 .price-comparison-block, #grid-layout-01 .favorite-block {
    position: absolute;
    left: 20px;
    top: 10px;
}
#grid-layout-01 .favorite-block {
	left: auto;
    right: 20px;
}
.product-results-container:hover .favorite-block{right: 5px!important;}

#grid-layout-01 a.financing-text {
	color: #5cb85c;
}
#grid-layout-01 .favorite-block i, #grid-layout-01 .price-comparison-block i {
	font-size: 21px;
    font-weight: 900;
    color: #dcdce0;
    background: rgb(0 0 0 / 14%);
    padding: 5px;
    border-radius: 35px;
}
#search-box.sticky {
  position: sticky;
  top: 0;
  z-index: 999; 
  background: #fff;
  padding: 10px;
}

@media (max-width: 767px) {
#search-box.sticky {
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 15px;
  }
}

