/* CONTAINERS
===================================================================================== */
body{    font-family: 'Barlow',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;}


/* Customer Specific
--------------------------------------------------------------------- */
.auction-justify{
    padding-right: 100px;
}
/* General
--------------------------------------------------------------------- */
.h-100{
    height: 100%;
}
.padding-0{
    padding-left: 0!important;
    padding-right: 0!important;
}

#staff, #vendors {
    box-shadow: 3px 4px 7px rgb(128 128 128 / 0.20);
    -moz-box-shadow :3px 4px 7px rgb(128 128 128 / 0.20);
      -webkit-box-shadow : 3px 4px 7px rgb(128 128 128 / 0.20);}
/*#staff{height:380px;}*/

#news{height: auto;clear: both;}
#auctions {
    width: 100%;
    margin: auto;
    clear: both;
height: auto;}
#auction{
    height: auto;
    margin-bottom: 75px;
}
#auction img{
    display: block;
    max-width: 100%;
    height: auto;
}

.past-auction{
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}
#gallery-section{
   border-bottom: 1px solid #cdcdcd;
   padding-bottom: 10px;
}
#vendors{
    height: 450px;
}

.product-results-container .normal{
    height: 0; 
    border-top:0; 
}
.product-results-container{
    border: 1px solid #cccccc;
    padding: 25px;
    border-radius: 5px;
}

#latest .product-results-container{
    border: none;
    padding: 0;
    border-radius: 0;
}
#service .top {
    border: 1px solid #cdcdcd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#qualities #service .bottom{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 300px;
}
.product-results-container, #service{
    box-shadow: 3px 4px 7px rgb(128 128 128 / 0.20);
    -moz-box-shadow :3px 4px 7px rgb(128 128 128 / 0.20);
      -webkit-box-shadow : 3px 4px 7px rgb(128 128 128 / 0.20);}
.product-results-container h2{
    font-weight: bold;
    min-height: 52px;
    font-size: 25px;
}
.product-results-container hr, .under_box{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #cdcdcd;
}
#top-category-block h2, .product-results-container .bottom, #service .bottom, #auction .bottom, #news .bottom, #staff .bottom{
/*    background: #dadada;*/
    background: #f7f7f7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border:1px solid #cdcdcd;
    padding: 20px 10px;
}
#vendors .bottom{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f7f7f7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border:1px solid #cdcdcd;
}
 #auction .top, #news .top, #staff .top {
    border-top-right-radius: 5px;
    border:1px solid #cdcdcd;
    padding: 10px;
}
#staff .bottom img{max-width: 170px;
border-radius: 5px;
}
#staff .bottom{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height:  392px;
}
#vendors .bottom{ 
    background: #f7f7f7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: none;
    border:1px solid #cdcdcd;
    min-height: 100%;
    display: -webkit-inline-grid;
    display: -ms-inline-grid;
    display: inline-grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
 #auction .bottom, #news .bottom, #staff .bottom{
    background: #f7f7f7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: none;
    border:1px solid #cdcdcd;
    padding: 20px 10px;
}
.auction-img{
    border-top-left-radius: 5px;
    border:1px solid #cdcdcd;
    border-bottom: 0px;
    background-size: cover;
    background-position: center;
}

.staff-img{
    border-top-left-radius: 5px;
    border:1px solid #cdcdcd;
    border-bottom: 0px;
    background-size: cover;
    background-position: center;
}
.product-results-container img{
    border-radius: 5px;
    border:1px solid #cdcdcd;
    border-bottom: 0px;}

#latest .product-results-container img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border:1px solid #cdcdcd;
    border-bottom: 0px;}
#top-category-block img, #news .cover-image{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;  
    border:1px solid #cdcdcd;
    border-bottom: 0px;
}
#service img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;  
}
.pagination>li>a, .pagination>li>span {
    color: #fcb03f;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(48, 43, 43, 0.1);
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover,
a:focus, .tile-body a:hover {
  color: #ff9901;
  text-decoration: none;
}

.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: #fcb03f!important;
    background-color: #fcb03f!important;
}
.color--primary {
  color: #fcb03f!important;
}
.color--secondary {
  color: #183153!important;
}
.color--tertiary {
  color: #fcb03f!important;
}

.color--white {
  color: white;
}

.color--black {
  color: black;
}

.color--key {
  color: #383838;
}

a.ls-nav-stop {
  top: -63px;
}

.b-bottom{
 border-bottom: 5px solid #fcb03f;
}


.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;}

.p3 {
    padding: 18px;
}
.mb0 {
margin-bottom:0 !important;
}

#intro {
    padding: 150px 0;
    height: auto;
    overflow: hidden;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/hero-1.jpg);
    background-size: cover;
    background-color: dimgrey;
    /*    background-attachment: fixed;*/}
/* Tabs
--------------------------------------------------------------------- */
#top-search {padding: 24px; max-width: 80%;margin: auto;}
#content1 {
    background: url(/img/menu/menu-trucks.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;}
#content2 {
    background: url(/img/menu/menu-trailers.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;}
#content3 {
    background: url(/img/menu/menu-construction.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;}
#content4 {
    background: url(/img/menu/menu-forestry.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;}
#content5 {
    background: url(/img/menu/menu-aggregate.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;}
#content6 {
    background: url(/img/menu/menu-attachments.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;}
#content7 {
    background: url(/img/menu/menu-more.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;}

.menu-bg{background: #dadada;}
#menutab section hr {border-top: 1px solid #CCC;margin-top: 0px; margin-bottom: 0px;}
#menutab section {
    display: none;
}

#menutab input {
    display: none;
}

#menutab label {
    display: block;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    color: #000;
    border: 1px solid transparent;
    text-align: left;
    clear: both;
    float: left;
    min-width: 20%;
}

#menutab label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

/*
#menutab label[for*='1']:before {
    content: '\f05a';
}

#menutab label[for*='2']:before {
    content: '\f2a0';
}

#menutab label[for*='3']:before {
    content: '\f0ac';
}
*/


#menutab label:hover {
    color: #888;
    cursor: pointer;
}

#menutab input:checked + label {
    color: #010101;
    /* border: 1px solid #ddd; */
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    /* border-bottom: 1px solid #fff; */
    background-color: #fcb03f;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#menutab input:checked + label:after {
    border-left: 7px solid transparent!important;
    border-right: 7px solid transparent!important;
    border-top: 7px solid #642d91!important;
}



#menutab input:checked + label hr.under_box:after {
    width: 0;
    height: 0;
    margin-bottom: 10px;
    border-top: 1px solid #cdcdcd;

}

#menutab #tab1:checked ~ #content1,
#menutab #tab2:checked ~ #content2,
#menutab #tab3:checked ~ #content3,
#menutab #tab4:checked ~ #content4,
#menutab #tab5:checked ~ #content5,
#menutab #tab6:checked ~ #content6,
#menutab #tab7:checked ~ #content7 {
    display: inline-block;
    margin: -10px 0 0 0;
    min-width: 80%;
    padding: 0 25px;
    min-height: 365px;
}

/*
#menutab #tab2:checked ~ #content2 {
    padding: 10px;
}
*/


@media screen and (max-width: 650px) {
    #menutab label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    #menutab label {
        padding: 15px;
    }
}

/* ANIMATIONS
===================================================================================== */

/* 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);
}

/* Bounce To Right */
.hvr-bounce-to-right {
 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);
 position: relative;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.5s;
 transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #242424;
background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#242424));
background: linear-gradient(180deg, #333333 0%, #242424 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#242424",GradientType=1);
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 0 50%;
 transform-origin: 0 50%;
 -webkit-transition-property: transform;
 -webkit-transition-property: -webkit-transform;
 transition-property: -webkit-transform;
 transition-property: transform;
 transition-property: transform, -webkit-transform;
 -webkit-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
 color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* HEADER
===================================================================================== */

#header {
  background: #ffffff;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1970;
  /*overflow: hidden;*/
  /*padding: 0 0 25px*/
}
#main-header {
    padding: 15px 0;
    border-bottom: 5px solid #fcb03f;
    box-shadow: 1px 1px 14px #000;
}
/*
#header a {
  color: #fff;
}


#header a:hover {
  color: #fcb03f!important;
}
*/




.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;
}
#header .business-address{text-align: right;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .025em;
    color: #4d4d4d;}

#header .social{
  font-size: 28px;
  float: left;
  padding-left: 20px;
}

#header .contact-information {
  padding-left: 30px;
}

.phone-1 a{color: #fcb03f!important;}
.phone-1 a:hover{color: #fcb03f!important;}

/*
#header .contact-information:before {
  display: none;
  content: "";
  position: absolute;
  top: -1px;
  left: 25px;
  height: 22px;
  border-left: 1px solid #b3b3b3;
  z-index: 0;
  display: block;}
*/


li.number {
  padding-left: 80px;
  font-size: 24px;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}

.social .fa {
  color: #3b5998}

li.number .fa {
  color: #c91404;
}
.number span.phone-1,.number span.phone-2{
  display: block;
}



ul.header-locations {
  font-family: 'Barlow',Helvetica,Arial,sans-serif;
}

@media (min-width: 1200px) {
  #header .header-main {
    /*padding-top: 35px;*/
    /*padding-bottom: 38px;*/
  }
     #header .container {
    padding-top: 7px;
    padding-bottom: 7px;  }
}

@media (min-width: 768px) {
    #footer-main .large a {font-size: 36px!important;}
    #welcome h1, #towing h1, .lg-heading{font-size: 36px;
    margin-bottom: 55px;}
    #welcome p, #towing p{margin-bottom: 44px;}

  #header .header-main {
    /*padding-bottom: 20px;*/
  }
}

#header { 
    background: #f0f0f0;}
#header .header-main {
  /*padding-top: 20px;
  padding-bottom: 15px;*/
  font-family: 'Barlow',Helvetica,Arial,sans-serif;
}

.header-logo {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  text-align: left;
}

/*#auction-logo{max-width: 100%;}*/


/* Maps & More
--------------------------------------------------------------------- */
span.day{
  padding-right: 20%;
}

/* Footer
===================================================================================== */
#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;    
}
.social-block {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    margin-bottom: 45px;
}
.social-block li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.social-block li a .fa {
    display: block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    font-size: 24px;
    text-align: center;}
.social-block li a .fa {
    font-size: 30px;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: transparent;
}
.footer-logo {
    width: 200px;
}


.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  .btn-custom-2 {
    letter-spacing: 5px;}
    
#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);}

#footer-main {
    overflow: hidden;
    background: #f0f0f0;
    transition: 0.3s ease;
    border-top: 5px solid #fcb03f;
    box-shadow: 1px 1px 14px #000;
    -webkit-box-shadow: 1px 1px 14px #000;
}
.footer-links{
    color: #fff;
    font-size: 18px;
    line-height: 36px;    
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-transform: uppercase;
    max-width: 90%;
    margin-bottom: 30px;
}

.footer-links li{
    padding: 0 12px;
    margin-bottom: 12px;
    border-left: 2px solid white;
    line-height: 21px;
}

.footer-links li:first-child {
    border-left: none;
}
#footer-main a {
  color: #383838;
}

#footer-main .large.phone {margin-bottom: 50px;}
#footer-main .large fa {font-size: 25px;}
#footer-main .large a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;}

#footer-main a:hover {
  color: #ff9901;
}

#footer-main hr {
  margin-top: 0px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fcb03f;
}

#footer-main hr.minor {
  width: 50%;
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
  border-top: 1px dashed #fff!important;
}

ul.footer-menu {
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  font-size: 17px;
  padding: 0;
  font-family: 'Barlow',Helvetica,Arial,sans-serif;

}


/* Menu
===================================================================================== */

#mgmenu1 {
  border-radius: 7px;
}

.mgmenu > li > a,
.mgmenu > li > span {
  font-family: 'Barlow',Helvetica,Arial,sans-serif;
}

/* Navbar
===================================================================================== */

#nav {
  margin-bottom: -20px;
}

#navbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 90%;
  display: block;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 99;
  display: none;
  -webkit-box-shadow: 1px 1px 7px 0px grey;
  box-shadow: 1px 1px 7px 0px grey;

}

#navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}




/*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;
}

/* VIDEOS

===================================================================================== */
.video-module {
    border: 1px solid #fcb03f;
    margin: 20px auto;
    min-height: 427px;
}
#videos h6{
    background-color: #fcb03f;
    color: white;}
/* BLOG

===================================================================================== */
.blog_content p{
    text-align: justify;
}
.blog-article_tag-item{
    float: left;
    padding-right: 10px;
}
.blog-article_tags {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;}

.blog-article_tag{
    pointer-events: none;
    transition: opacity .25s ease-in-out;
    display: block;
    border-radius: 4px;
    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 2;
    color: currentColor;
opacity: .8;}

.blog-article img{
    transition: border-color .25s ease-in-out;
    border: 1px solid #fcb03f;
}
.blog-share.blog-share--list {
    margin-left: 30px;
}

.blog-article_footer {
    margin-top: 28px;}

li.blog-pagination_item.next{padding-left: 10px;}
li.blog-pagination_item.prev{padding-right: 10px;}
li.blog-pagination_item.next, li.blog-pagination_item.prev, li.blog-pagination_item.next a, li.blog-pagination_item.prev a{color:#999999;}
li.blog-pagination_item.next, li.blog-pagination_item.prev, li.blog-pagination_item.pages{float: left;line-height: 2em;text-align: center;}
li.blog-pagination_item.pages, li.blog-share_item.blog-share_item--twitter, .blog-article_header-detail--category {border-left:  1px solid #999999;border-right:  1px solid #999999;padding: 0 10px;}

ul.blog-pagination_list, ul.blog-sidebar_link-list, .blog-sidebar,.blog-article_tag-list {
    list-style: none;
}

.blog-share_heading{
    float: left;
}
.blog-share_list{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style-type: none;}

.blog-share_item{
    transition: opacity .25s ease-in-out;
    position: relative;
    display: block;
    min-width: 30px;
    min-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
    color: currentColor;
/*    opacity: .6;*/
    position: relative;
    float: left;
    text-align: center;
}
#blog-sidebar-header,#blog-sidebar-posts,#blog-sidebar-categories{
    padding: 25px 30px 30px;
    background-color: #f3f3f3;
    border: 1px solid #e6e6e6;
}

.collapse-title:after{
    transition: all .25s ease-in-out;
    content: '\f106';
    font-family: FontAwesome;
    display: inline-block;
    padding-left: .5rem;
    opacity: .5;
}

/* Read More
--------------------------------------------------------------------- */

.read-more-wrap, .read-more-wrap-2,.blog-sidebar {margin: auto;padding: 0;text-indent: 14px;}
.read-more-state, .read-more-state-2 {
    display: none;
}

.read-more-target, .read-more-target-2 {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .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 {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:after, .read-more-state-2 ~ .read-more-trigger-2:after {font-family: "FontAwesome"; font-weight: 900; content: '\f054';}

.read-more-state:checked ~ .read-more-trigger:after, .read-more-state-2:checked ~ .read-more-trigger-2:after {font-family: "FontAwesome"; font-weight: 900; content: "\f078";}


.read-more-trigger, .read-more-trigger-2 {
    cursor: pointer;
    display: inline-block;
    padding: .1em .3em;
    color: #fcb03f;
/*
    background-color: #3897f7;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #3897f7;
    border-radius: .25em;
*/
}


/* ANIMATIONS
===================================================================================== */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* TYPOGRAPHY
===================================================================================== */
h1, h2, h3, h4, h5, h6 {color: #fcb03f;}
/*Font 
-------------------------------------------- */
.text-muted, #product-description, #product-specifications {
    font-size: 17px;}

#welcome h1, #towing h1, #category-image-scroller h1{
    text-align: center;}

#welcome h1, #intro h1, #towing h1, .lg-heading, #category-image-scroller h1, #slanted-cta > div > div > a > div > h2{
    line-height: 1;
    font-weight: 900;
        margin-bottom: 25px;}

#welcome p, #towing p, .font-lg {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 34px;}
.huge {
  font-size: 3em;
}
.header-locations a {
  color: #fff;
}

#home--inventory a {
  color: #fdae1b;
}
#home--inventory a:hover{
  color: #fff;
}
p, .news-feed li, .news-feed a{font-size: 20px;}
.news-feed a{color: #183153;}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Barlow',Helvetica,Arial,sans-serif;
 color: #383838;
    font-weight: bold;

}

.paragraph {
  font-family: 'Source Sans Pro', 'arial', 'helvetica', sans-serif;
}
/*

.product-results-container {
    margin: 0 auto 25px;
    padding: 20px;
    line-height: 1.6em;
    background-color: white;
    border: 3px solid #fcb03f;
    border-radius: 10px;}

.product-results-container .normal, .dealer-results-container .normal {
    height: 0px;
    border-top: none;
}

.product-results-container h2 {
  font-size: 25px;
  font-weight: bold;}

.product-results-container .product-price,
.event-specifics {
  font-size: 21px;
  color: #4a4a4a;
}
*/

#gavel .container-fluid {
    background-image: url('/img/towing-bg.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
}
#towing a{color: black;}
#towing img.icon{
    max-width: 125px;
}

#gavel .col-md-6{min-height: 500px;}
/*#gavel .container-fluid:before{display: table;content: " ";}*/
#gavel .container-fluid .row .container-fluid:after{
    display: block;
    z-index: 7;
/*
    width: 200px;
    height: 175px;
*/
    /* content: ""; */
    margin-left: -55px;
    position: absolute;
/*    top: 0;*/
    left: 50%;
/*    background-image: url(/img/gavel.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*==================================================================================================================================================================
PORTFOLIO - OUR WORK
==================================================================================================================================================================*/
.portfolio-tile:hover, .industry-tile:hover, .topcategorybox:hover{
	border-color: #221f20;
	border-width: 2px;
    box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
    transform: scale(1.005);
}
.portfolio-tile, .industry-tile, .topcategorybox, .home-link-button{
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 25px;
}

.portfolio-tile:hover, .industry-tile:hover{
    box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
    transform: scale(1.005);
	border-color: #000;
}

.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: 70px;
}
.tile-body h2, .tile-body a{
        font-weight: 900;
/*        color: #383838;*/
}

/* Category CTA
===================================================================================== */
#home-categories {background: black;}
#home-categories a:hover .inner h3, #home-categories a:hover .inner h4{color: #fcb03f;}
#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-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
===================================================================================== */
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    font-size: 35px;
    margin-top: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

#auction-buttons, #news-buttons, #staff-buttons, #vendors-buttons{
    float: left;
    width: 100%;
}

#news .btn.auction-3 {
    width: 100%;
    border-bottom-left-radius: 5px;}
 
.btn.staff-1, .btn.staff-3, .btn.vendors-1, .btn.vendors-3{    
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    width: 50%;
}
.btn.auction-1, .btn.auction-2, .btn.auction-3 {
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    width: 33.333333%;
}

.btn.auction-1, .btn.staff-1,.btn.vendors-1  {
    background-color: #fcb03f;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn.auction-2{
    border: 1px solid #fcb03f;
    border-radius: 0;
}
.btn.auction-3, .btn.staff-3, .btn.vendors-3{
    background-color: #183153;
    color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-custom{font-weight: bold;}
#top-header .huge {font-size: 3em;}

#top-header{
    font-size: 14px!important;
    line-height: 14px!important;
} 

.btn-custom-2 {
    font-weight: 100!important;
    font-size: 14px!important;
    line-height: 14px!important;
    }

.btn-custom-2 {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff; 
    border: 3px solid #ffffff;
    border-radius: 5px;
    -webkit-transition: .2s color ease-in;
    -o-transition: .2s color ease-in;
    transition: .2s color ease-in;
}

.btn-custom-2.transparent{
    border: 3px solid transparent;
}

.btn-custom-2.solid {
    color: #fff;
    background-color: #333333;
    border: 1px solid #333333;
}

.btn-custom-2.solid:hover {
background-color: #183153;
    color: white!important;
    border-color: #183153;
}

.btn-custom-2:hover {
    color: #fcb03f;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
}

.btn-custom-3 {
  background-color: rgba(0, 0, 0, .5);
  padding: 10px 50px;
  color: #fff;
  font-family: 'Barlow',Helvetica,Arial,sans-serif;
}
.img-responsive.full-width, .full-width{width: 100%!important;}
#auction-buttons .full-width{border-bottom-left-radius: 4px;}
/*
.btn-custom-3:hover {
  color: #fff!important;
}
*/


/* Sections
===================================================================================== */
.sec-spacing{padding: 4em 0;}
.row-spacing{padding: 2em 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 
-------------------------------------------- */

hr.heading-divider {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  border: 0;
  border-top: 7px solid #fcb03f;
  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;
}


/*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: #fcb03f;
    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 #fcb03f;
  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: #fcb03f;
  -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+ */
}

.review-frame.testimonials {
	padding: 35px;
	border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-bottom: 50px;
/*	    min-height: 460px;*/
}
.review-frame {
  height: auto;
  overflow: visible;
/*  padding: 7px;*/
  margin: 0px auto;
}

#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: url(/img/trailersource-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 418px;
}

.side-search{
  padding: 40px 36px;
  background-image: url(/img/trailersource-bg-search.jpg);
  background-size: cover;
  background-position: center;
  min-height: 418px;
}

#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 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: #fcb03f;
  text-transform: uppercase;
  font-weight: 900!important;
  font-size: 14px;
}

.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--inventory .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;
}


/* Backgrounds
--------------------------------------------------------------------- */

.bg-white {
  background: #fff;
}
.bg-black {
  background: #333;
}

.bg-glass {
  background: rgba(255, 255, 255, 0.60);
  border-radius:5px;
}

.bg--primary{background: #fcb03f;}
.bg--key{background: #333;}
.bg-textured{
    background-color: #fff;
    background-image: url(/img/background.jpg);
    background-image: -webkit-linear-gradient(to right, rgb(255 255 255 / 75%) 0%, rgb(255 255 255 / 80%) 100%),url(/img/bg.jpg);
    background-image: -o-linear-gradient(to right, rgb(255 255 255 / 75%) 0%, rgb(255 255 255 / 80%) 100%),url(/img/bg.jpg);
    background-image: linear-gradient(to right, rgb(255 255 255 / 75%) 0%, rgb(255 255 255 / 80%) 100%),url(/img/bg.jpg);
}
.bg-grey {
  background: #d8d8d8;
}

.bg--dark-grey {
  background: #191919;
}

.bg-blue {
  background: #183153;
}

.bg-secondary {
  background: #183153;
}



/* Padding
--------------------------------------------------------------------- */

.pt2 {
  padding-top: 12px
}


/* Page Titles
--------------------------------------------------------------------- */

#page-title {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
/*  width: 100%;*/
}

#page-title h1 {
  font-weight: 900;
  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){
/*
    #auction-logo{
    max-width: 250px;
}
*/
    
.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) {
    .product-results-container .text-darkred.b.text-center {
    background: #fcb03f;
    color: black;
    padding: 5px 10px;
    width: 35%;
    position: absolute;
    top: 20px;
    right: 0px;
    -webkit-box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 75%);
    box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 75%);
    border-radius: 5px;
    border: 1px solid #000;
    }
    
    #slanted-cta > div > div > a:nth-child(2) > div {
    height: 85px;
}
    #welcome h1, #towing h1, #category-image-scroller h1, .lg-heading{font-size: 60px;}
}
/* 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, #news{height: auto;}
    .auction-img{height: 200px;}
    .auction-img, .staff-img{
        border-top-right-radius: 5px;
    }
    #auction .top, #news .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) {
    #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;

}
    #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) {
   #service .bottom, #auction .bottom, #news .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;
  }
}
/*--max-width:599px--*/
@media (max-width: 599px) {
    .btn.auction-1, .btn.auction-2, .btn.auction-3{
        font-size: 12px;
    }
    
/*    #intro {    background-image: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/hero-2-sm.jpg);}*/
    .category-cta{
    padding: 6px 0;
    }
}
/* 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;
  }
}
