﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 


/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: roboto, sans-serif !important;
}

h1,h2,h3,h4,h5,h6{font-family: apotek, sans-serif !important;}

p{font-family: roboto, sans-serif !important;font-size:16px;line-height: 1.5;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr {
    border: none;
    height: 1px;
    background: #eaeaea;
}

/*--- PAGE LOADER  ---------------------*/


.loaderContain {
    /*! CSS Used from: http://sublettemachinery.com.hstg/css/style.css?v=1 */
    z-index: 999999999999;
    position: relative;
	background-color:#ed1e2c;
}

.loaderContain #loader {
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loaderContain #loader img {
    top: 50%;
    left: 50%;
    max-width: 100%;
	width: 600px;
}

.loaderContain #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.loaderContain #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #ed1e2c;
    z-index: 1000;
}

.loaderContain #loader-wrapper .loader-section.section-left {
    left: 0;
}

.loaderContain #loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    /* -webkit-transform: translateX(-100%); */
    -ms-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    opacity: 0;
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.breadcrumb-section {
    margin-bottom: 30px;
}

.breadcrumb-section a {color: #000;font-weight: 900;opacity: .5; transition: .3s all; font-size: 15px;
}

.breadcrumb-section a:hover {opacity: 1;}

/*---HEADER--------------------------------*/
header{box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; position:relative;background: #fff;}
.logo img{max-width: 100%; width: 300px;}
.flex-top {padding: 5px 0;justify-content: flex-end;align-items: center;}
.main-head .flex-container {;align-items: center;justify-content: space-between;}
.social-icons,.right-side {display: flex;gap: 20px;color: #000;align-items: center;}
.social-icons a{color:#0072b1!important;font-size:16px;}
.right-side a{color:#000;font-family: apotek, sans-serif !important;text-transform: uppercase;font-weight:600;letter-spacing: 1px;font-size:16px;line-height: 2;}

.logo a {display: inline-block;}
.plus-minus{color:#000!important;transition:.4s ease;    line-height: 1;
    margin: 0;font-size: 28px !important;}
nav.primary ul li:hover .plus-minus{color:#ed1e2c!important;transform:rotate(90deg);transform-origin:center;}


/*---BODY--------------------------------*/
.search-bar{background:#fff;display:flex;gap:10px;align-items: center;}
.search-bar i {font-size: 16px;padding-left: 10px;}
.search-bar input {border: none !important;box-sizing: content-box !important;line-height:2.5 !important;color: #000 !important;font-size: 15px !important;font-family: roboto, sans-serif !important;}
input.search-btn {display: none !important;}
.search-bar input:focus{outline: none;}
/*---BODY--------------------------------*/
.page-wid {max-width: 1300px;margin: 0 auto;width: 90%;}
.page-wid h1 {font-size: 48px; margin-bottom: 10px;line-height: 1;}
.wid90{width:90%;margin:0 auto;}
.flex-container {display: flex;}
.grid-container{display:grid;}
.relative{position:relative;}
.center {text-align: center;}
.asfalt-tex{background-image: url("/siteart/asfalt-dark.png"); background-color: #fff;}
.off-white{background:#ebecf0;}
.red-icon,span.red-txt{color:#ed1e2c;}
#pad-xl{padding-top: clamp(70px, 5%, 90px);padding-bottom: clamp(70px, 5%, 90px);}
#pad-l{padding-top: clamp(30px, 5%, 60px);padding-bottom: clamp(30px, 5%, 60px);}
/*---HERO---*/
.hero-section {position: absolute;top: 25%;left: 5%;width: 45%;}
.hero{height: 700px;overflow: hidden;}
.hero img{object-fit: cover;height:100%;width:100%;}
.hero h1 {color: #fff;text-transform: uppercase;font-size: 74px;text-shadow: 2px 2px 3px rgba(0,0,0,0.5);line-height: 1;margin-bottom: 15px;letter-spacing: 1px}
.hero h1 span{display:block;}
.hero p{color:#fff;text-shadow: 2px 2px 3px rgba(0,0,0,0.5);margin-bottom: 40px; font-size: 18px;}
.off-white.hero-half {bottom: 0;position: absolute;right: 0;padding: 40px 0;max-width: 50%;width: 100%;}
form.hero-search {width: 90%;margin: 0 auto;}
.hero-search .search-bar{padding: 10px;}
.hero-search input {width: 100%;font-size: 16px;line-height: 2;}
.hero-search .search-bar i{font-size:22px;}
video#bgvideo {position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;z-index: -100;-ms-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);background: url("../siteart/placeholder.jpg") no-repeat;background-size: cover;}
.overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.35) 100%);
    z-index: -1;
}
/*---HOME ---*/
.flex-home {display: grid;grid-template-columns: repeat(2, 1fr);gap: 60px;grid-auto-rows: minmax(100px, auto);}
.half-side{flex: 1;}
.flex-home .half-side.relative {height: 100%;}

.flex-home .txt-wrap{padding: 12% 0;}
.home-img {
    border: 5px solid #ed1e2c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10%;
}
.img-holder,.map-holder {position: absolute;top: 5%;bottom: 5%;left: 5%;box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;}

.img-holder{right: 5%;}
.map-holder{right: 0;}
.img-holder img {width: 100%;object-fit: cover;height: 100%;}
a.auctiontime-btn {
    padding: 20px;
    position: absolute;
    bottom: -15px;
    border-radius: 5px;
    background: #ebecf0;
    right: 0;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.home-txt h2 {text-transform: uppercase;font-size: 36px;line-height: 1;margin-bottom: 20px;letter-spacing: 1px;}
span.small-txt{display:block;font-size:28px;font-weight:500;color:#808080;font-weight: 500;margin-bottom: 5px;}

.extra-reviews p {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
    line-height: 1.25;
    font-size: 26px;
    font-weight: 300;
    font-family: apotek, sans-serif !important;
    letter-spacing: 1px;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.25);
}

.extra-reviews {
	margin-bottom: 50px;
}

.bid-banner {
    background: #f4f4f4;
    position: absolute;
    padding: 10px 20px;
    z-index: 999;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    top: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bid-banner h3 {font-weight: 500 !important;font-size: 20px;letter-spacing: 1px;}
/*--MANU SLIDER ---*/


.brand {
    margin: 0 50px;
	transition: .4s all;
	filter: grayscale(0);opacity: 1;
}

.brand:hover {filter: grayscale(1);
	opacity: .75;}
.manu-slider img {max-width: 100%;width: 200px;margin: 0 auto !important;}
.manu-slide h2 {font-size: 32px;opacity: .5;font-weight: 600;margin-bottom: 5px;letter-spacing: 2px;text-transform: uppercase;}

.slide-btn,.slide-reviews {position: absolute;top: 50%;transform: translate(-50%, -50%);right: 0;display: none;
}
.slide-reviews{display: block !important;}
.light-btn {background: #fff;border: 1px solid #e8e8e8;padding: 10px 15px;font-size: 20px;color: #ed1e2c;transition:.4s all;
}

.light-btn:hover {background: #eaeaea;}

.manu-slide .relative {display:flex;align-items: center;justify-content: center;margin-bottom: 40px}
.manu-slide {
    padding-top: 0 !important;
}

.review-slider .slick-track
{
    display: flex !important;
}

.review-slider .slick-slide
{
    height: inherit !important;
}

/*--------	BUTTON STYLES--------------------*/
.button-wrap.flex-container {
    gap: 20px;
    margin-top: 20px;
}
button{cursor: pointer;transition: .3s all;}
button.red-btn {
    background: #ed1e2c;
    border: 1px solid #ed1e2c;
    padding: 15px;
    color: #fff;
    font-family: apotek, sans-serif !important;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

button.red-btn:hover {
	background: #c41230 !important;
	
    border: 1px solid #c41230;
}

button.black-btn {
    background: #000;
    border: 1px solid #000;
    padding: 15px;
    color: #fff;
    font-family: apotek, sans-serif !important;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

button.black-btn:hover {background: #333;}
/* Icon Spin */
.hvr-icon-spin {
  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-spin .hvr-icon {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


/*-------- CONTACT STYLES ----------------*/
.contact-wrap {grid-template-columns: repeat(2, 1fr);gap: 10%;grid-auto-rows: minmax(100px, auto);}
.contact-txt { margin-top: 20px;}
.contact-txt h2 {font-size: 22px !important;margin-bottom: 5px;font-weight: 600;letter-spacing: 1px;}

span.border-left { border-left: 5px solid #ed1e2c; display: block;margin-bottom: 20px;padding-left: 10px;}
.contact-txt a {color: #000;}
.contact-wrap .home-txt {
    padding: 5% 0;
}

.contact-form {
    text-align: center;
}

.contact-form h2 {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-wrap iframe{box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;}

.contact-socials a {
    font-size: 4px;
    color: #fff;
}
/*-------- ABOUT STYLES ----------------*/
.about-info .contact-txt {margin: 0;display: flex;flex-direction: column;gap: 30px;}
.about-info .border-left {margin: 0;}
.flex-about {gap: 10%;}

.about-half {flex: 2;}
.about-info {flex: 1;}

.customer-reviews h2 {
    font-size: 42px;
    letter-spacing: 1px;
    font-weight: 500;
	text-transform: uppercase;
}


.review {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    position: relative;
	margin-top: 30px;
	
}

.review-logo img {
       max-width: 100%;
    height: 85px;
    margin: 15px auto 0;
}

.review-wrap {
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 30px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	    margin: 20px;
}

span.review-logo,span.review-txt {
    flex: 1;
}



span.review-txt i {
  font-size: 48px;
    opacity: .2;
    margin-bottom: 20px;
}

.border-bg {
    border: 5px solid #ed1e2c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10%;
}

.review-txt strong {
    margin-top: 20px;
    display: block;
}

/*-------- FOOTER STYLES ----------------*/
footer{background: #000;padding: 40px 0;}
a.foot-logo {
    display: block;
}

a.foot-logo:hover {opacity: 1 !important;}

a.foot-logo img{max-width:100%;
    width: 230px !important;}
.foot-flex {
    gap: 20%;
}

.foot-col ul {
    line-height: 2;
	display:flex;
	justify-content: space-between;
}
.foot-col {
    flex: 1;
}

.foot-col:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.foot-col a,.foot-col {
    color: #fff;
	transition: .3s all;
}

.foot-col a:hover {opacity: .5;}

p.foot-title {
    font-family: apotek, sans-serif !important;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
	margin-bottom: 10px;
}

.foot-socials a {
    font-size: 5px;
    color: #fff;
}

.icon-background {
    color: #333;
}

a.hvr-icon-spin:hover{opacity: 1 !important;}

a.at-logo {
 display: block;
	margin-top: 20px;
}

a.at-logo img {
    max-width: 100%;
    width: 180px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons),.list-top-section .list-title .list-title-text{font-family: apotek, sans-serif !important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.list-top-section .list-title .list-title-text {
    font-size: 36px !important;
}
.faceted-search-content .selected-facets-container .selected-facet,.list-content .price-container .price,.list-content .listing-description,.list-content .spec-value,.list-content .spec-label, .list-content .dealer-data,.list-top-section .list-title .list-listings-count {font-family: roboto, sans-serif !important;}
.faceted-search-content .faceted-section-head .faceted-section-title {
    font-family: apotek, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

.list-content .listing-portion-title {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#ed1e2c !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#ed1e2c !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #ed1e2c !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #ed1e2c !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}



.facet-list .faceted-search {
    background: transparent !important;
}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1280px) {
	.hero-section {top: 20%;width: 75%;}
	
	.foot-flex {
    gap: 10%;
}
	.customer-reviews .wid90 {
    width: 100%;
}

	.customer-reviews h2.wid90{width: 90% !important;}
}
@media only screen and (max-width: 1280px) {
	.slide-btn{display: block;}
}
@media only screen and (max-width: 1230px) {
	.flex-home .txt-wrap {
    padding: 0;
}
	
	.home-txt h2 {font-size: 32px;}
	
	span.small-txt {font-size: 22px;}
}
@media only screen and (max-width: 1130px) {
	.logo img {
    max-width: 100%;
    width: 230px;
}	
	
}
@media only screen and (max-width: 1050px) {
	.flex-home {grid-template-columns: repeat(1, 1fr);}
.half-side.home-txt {
    order: -1;
}
	
	.flex-home .half-side.relative{height:500px;}
	
	.flex-about{flex-wrap: wrap;gap:60px;}
	.about-half,.about-info{flex-basis: 100%;}
	.about-info .contact-txt{flex-wrap:wrap;flex-direction: row;}
	.about-info .border-left {margin: 0;flex: 1;flex-basis: 40%;}
	.contact-wrap{grid-template-columns: repeat(1, 1fr);gap: 20px;}
	.contact-wrap iframe {height: 300px;}
	.contact-wrap .home-txt{padding: 0;}
}

@media only screen and (max-width: 950px) {
	.foot-flex {flex-wrap: wrap;gap: 50px;    text-align: center;}
	.foot-col{flex-basis: 100%;}
	.foot-col ul{gap:50px;justify-content: normal}
	.foot-col:first-of-type {order: 1;align-items: center;gap: 40px;}
	.foot-col ul{flex-wrap:wrap;gap: 0;}
	span.half-list {flex-basis: 100%;}
	.off-white.hero-half{max-width:100%;}
	.hero-section {top: 20%;width: 90%;right: 5%;left: 5%;}
	.review-wrap{margin: 10px;}
}

@media only screen and (max-width:820px) {
	.slide-reviews{position: unset;transform: none;}
}
@media only screen and (max-width: 670px) {
	.manu-slide .relative{flex-wrap:wrap;justify-content: center;}
	.slide-btn{position:unset;transform: none;}
	.manu-slide h2{flex-basis:100%;}
}


@media only screen and (max-width: 767px) {
	.flex-top{gap:30px;}
	.right-side,.head-search{width:100%; justify-content:flex-end;}
	.hero h1 {font-size: 58px; color: #000;text-shadow: none;}
	.hero p {color: #000;text-shadow: none;}
	.hero h1 span{display:inline-block;}
	.hero{height: auto;position: unset;}
	video#bgvideo{position: unset;transform: none;width: 100%;}
	.overlay{display: none;}
	.hero-section{padding: 40px 0;margin: 0 auto;}
	.off-white.hero-half,.hero-section {position: unset;}
	
	
}
@media only screen and (max-width: 600px) {
	.about-info .border-left {flex-basis: 100%;}
}

@media only screen and (max-width: 500px) {
	.hero h1 {font-size: 42px;}
	.social-icons{display: none;}
	.flex-home .half-side.relative {height: 400px;}
	.main-head .flex-container {width: 100%;justify-content: center;flex-wrap: wrap;}
	.logo {flex-basis: 100%;background: #FE0122;padding: 5px 0;text-align: center;}
	.logo img {max-width: 100%;width: 90%;margin: 0 auto;}
	.page-wid h1 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1;
}
	.flex-top {padding: 10px 0;}
	
	.button-wrap {flex-wrap: wrap;}
	.button-wrap a{flex-basis: 100%;}
	.button-wrap button {width: 100%;}
	.phone-link,.location-link{display: none;}
	
}
@media only screen and (max-width: 420px) {
	.flex-home .half-side.relative {height: auto;}
	.home-img,.img-holder{display: none;}
	a.auctiontime-btn{display: inline-block; position: unset;width: 100%;text-align: center;padding: 30px 0;}
	.auctiontime-btn img {width: 90%;max-width: 100%;margin: 0 auto;}
	.hero h1 {font-size: 36px;}
	.hero p{font-size: 16px;}
}

