﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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;
}
:root{
	--red:#80534b;
	--tan: #d2c8b5;
	--text: 'Roboto', sans-serif;
	--heading: 'Montserrat', sans-serif;
}
a{text-decoration:none;}

h1, h2, h3, h4{font-family:var(--heading); font-weight:800; text-transform:uppercase;}

.red-btn{width:180px; display:block; transition:.3s ease; padding:12px; height:42px; text-align:center; font-size:16px; margin:0 3px; box-sizing:border-box; color:#fff; background:var(--red); border-radius:25px;}
.red-btn:hover{background:var(--tan); color:#000;}
.tan-btn{width:180px; display:block; padding:12px; transition:.3s ease; height:42px; text-align:center; font-size:16px; margin:0 3px; box-sizing:border-box; color:#000; background:var(--tan); border-radius:25px;}
.tan-btn:hover{background:var(--red); color:#fff;}


.hero-img{  position:relative; perspective: 600px; }
.hero-img img{position:absolute;animation:turn 1s linear infinite; animation-play-state:paused;animation-delay: calc(var(--scroll) * -1s);}
@keyframes turn{
    to{
         transform: rotateX(25deg)
    }
}
@keyframes grow{
    to{
        transform:scale(1.2);
    }
}
.show{position:relative; transform: translateX(-150px); opacity:0; transition:1s all ease}
.show.active{transform: translateX(0); opacity:1;}

.showSecond{position:relative; opacity:0; transition:1s all ease}
.showSecond.active{ opacity:1;}

.showThird{position:relative; transform: translateY(150px); opacity:0; transition:1s all ease}
.showThird.active{transform: translateY(0); opacity:1;}


@keyframes appear{
	0%{
		opacity:0;
	}
		100%{
			opacity:1;
		}
	}


/*--- HEADER STYLES ---------------------*/
/*----Header on Scroll Styles---*/
.activeheader{background:#000;}
.activeheader .logo{width:140px;}
.activeheader nav.primary ul li a{padding:20px 12px;}
.activeheader .icon-row{padding:5px 10px;}
.active-header .header{padding:5px 10px;}
.inv .active-header{top:27px!important;}

header{width:100%; z-index:500; border-bottom:solid 1px var(--tan); position:fixed; top:0; left:0; right:0;background-color:#000;}
.header{width:100%; position:relative; max-width:1500px; margin:0 auto; padding:10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.logo{width:100%; max-width:180px;}
.logo img{width:100%}
.header-right{display:flex; width:auto; flex-direction:row; justify-content: flex-end;}

.icon-row{display:flex; flex-direction:row; padding:17px 10px; box-sizing:border-box;}
.icon-row .icon{padding:5px; font-size:18px; justify-content: center; margin:0 3px; display:flex; height:42px; width:42px; box-sizing: border-box; background:var(--red); color:#fff; border-radius:50%;}
.icon i{display:flex; transition:.3s ease; justify-content: center; align-content:center; flex-wrap:wrap;}
.icon:hover{background:var(--tan); color:#000;}

.temp-hide {display: inline;}

.red-btn i{padding-right:5px;}

.auction-tabs {display: flex; justify-content: space-between; align-items: center; position: absolute; top: 100%; right: 0; width: 100%; float: right; z-index: 5; gap: 5px;}

.auction-tabs .right, .auction-tabs .left {display: flex; justify-content: center;}
.auction-link {display: flex; justify-content: center; align-items: center; width: 210px; max-width: 210px; background-color: #fff; border-radius: 0 0 5px 5px; margin: 0 10px; text-align: center; padding: 5px; min-height: 50px; max-height: 65px; box-shadow: 0px 5px 15px #000; transition: .3s all ease;}
.auction-link img {max-width: 100%; height: auto; display: block;}
.auction-link:hover {box-shadow: 0px 2px 5px #fff;}

.auction-tabs .left a {color: #000; font-family: var(--text); font-weight: 600;}

.activeheader #searchbar{top:85px;}
#searchbar { top:103px; position: absolute;  display: none; float: left;  width: 100%;  z-index: 350; box-sizing: border-box;  height: 60px; background: var(--red);

 #searchform {
	 .keywords {  width: 100% !important;  text-align: center !important; border:none!important;  outline: none !important; padding: 25px 25px !important;  font-size: 16px !important; line-height: 28px !important;  color: #fff !important;  background: var(--red) !important;  font-family:var(--text)!important;font-weight: 400!important;}
	.keywords::placeholder{color:#fff;}
	}
}


/*---BODY--------------------------------*/
.black-back{width:100%; background-color:#000!important; padding:100px 0; background-attachment:fixed; color:#fff; background:url("/siteart/black-texture.webp") center center repeat-y;}
.hero-text{width:100%; margin:0 auto; max-width:1000px; text-align:center; padding:150px 10px 30px 10px; box-sizing:border-box;animation:2s ease-out 0s 1 appear;}
.hero-text h1{font-size:70px; font-weight:600; line-height:72px;}
.hero-text h2{font-size:34px; color:var(--tan); font-weight:600; line-height:36px;}
.hero-text p{font-size:16px; line-height:24px; padding:25px 0;}
.btn-row{display:flex; flex-direction:row; justify-content: center }
.btn-row a {margin:3px;}
.btn-row-left {display:flex; flex-direction:row; justify-content: left; margin-top: 20px;}

.hero-flex {display: flex; justify-content: space-around; align-items: center;}
.hero-flex-thirds {width: 33.33%; text-align: center;}
.hero-flex-thirds img {width: 70%;}

.hero-img{width:100%; max-width:1500px; margin:0 auto; height:600px;}
.hero-img img{width:100%; height:100%; object-fit:cover;}

.tan-back{width:100%; background:var(--tan); box-shadow:1px 1px 8px 5px rgba(0,0,0,.2);}
.width{width:100%; margin:0 auto; max-width:1500px; padding:10px; box-sizing:border-box;}
.search{padding:260px 0 80px 0; display:flex; flex-direction:row;}
.search h2{font-size:45px; width:450px; color:#000; font-weight:600;}
.search-form{width:calc(100% - 450px);}
.search-form form{width:100%;}
.search-row{display:flex; flex-direction:row; width:100%;}
.search-row input{width:calc(100% - 100px); border:none; height:60px; padding:14px; background:#BDB29D;}
.search-row button{width:100px; height:60px; background:var(--red); color:#fff; font-size:26px; padding:10px; display:flex; align-content:center; justify-content: center; border:None;}
.search-row button i{font-size:26px;display:flex; align-content:center; justify-content: center; flex-wrap:wrap;}


.about{width:100%; padding:60px 0; display:flex; flex-direction:row;}
.about-left{width:50%; padding:10% 5% 10px 0;}
.about-left h2{font-size:34px; color:#000; font-weight:600;}
.about-left p{font-size:16px; line-height:24px; padding:30px 0;}

.about-right{width:50%; position:relative;}
.about-right img{box-shadow:1px 1px 4px 3px rgba(0,0,0,.15); object-fit: cover;}
.large{width:70%; float:right;}
.large img{width:100%;}
.small{width:300px; height:360px; position:absolute; left:0; bottom:70px;}
.small img{width:100%; height:100%; object-fit:cover;}
.about-left a{margin-top:20px;}
.small{animation:grow 1s linear infinite; animation-play-state:paused;animation-delay: calc(var(--scroll) * -1s);}


.qls{width:100%; padding:60px 0; display:flex; flex-direction:row;}
.ql{width:calc(33.33% - 20px); overflow:hidden; height:320px; margin:10px; position:relative;}
.ql img{width:100%; transition:.3s ease; height:320px; object-fit:cover; filter:brightness(.5); background-color:#000;}
.ql h2{font-size:32px; font-weight:600; color:#fff; position:absolute; z-index:100; bottom:40%; left:0; right:0; text-align:center;}
.ql:hover img{transform:scale(1.1);}

.services{padding:80px 0; width:100%l }
.services h2{font-size:45px; font-weight:400; color:#000; padding-bottom:40px;}
.service-row{width:100%; display:flex; flex-direction:row;}
.service-row div{width:calc(25% - 20px); padding:10px; box-sizing:border-box; flex-direction:column; margin:10px; display:flex;}
.service-row div i{font-size:20px; color:#fff; height:55px; width:55px; padding:5px; box-sizing:border-box; display:flex; justify-content: center; align-items:center; flex-wrap:nowrap; background:var(--red); border-radius:50%;}
.service-row h3{font-size:20px; padding:15px 0; line-height:22px;}
.service-row p{font-size:16px; line-height:24px;}

.register{width:100%; display:flex; flex-direction:row; margin:20px 0; gap:30px;}
.register-body {width:100%; margin: 0 auto; padding: 30px 0; }
.register-body ul {list-style: circle;}
.register-left {width: calc(50% - 15px); padding: 30px 0; }
.register-right {width: calc(50% - 15px); padding: 30px 0; max-width: 650px;}

.video-wrapper {display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px;}
.video-div {width: 50%; text-align: center;}
.video-div video {width: 95%;}
.video-h2 {font-size: 30px; color: #000; font-weight: 700; padding-bottom: 20px;}

/*-------Swiper--------*/
.inventory-slider-wrapper {display: flex; justify-content: space-around; align-items: center;}
.swiper {width: 100%; height: 400px; min-height: 250px;}
.swiper-slide {text-align: center; display: flex; justify-content: center; align-items: center; position: relative;}
.sold-item {position: absolute;
    bottom: 20%;
    background-color: var(--tan);
    z-index: 1;
    padding: 10px 30px;
    color: #000;
    font-family: var(--heading);
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px; box-shadow: 0 4px 7px 2px rgba(0,0,0,0.7);}
.swiper-slide::before {content: ""; position: absolute; inset: 0; background-image: var(--bg-url); background-size: cover; background-position: center; filter: blur(20px); transform: scale(1.1); z-index: 0;}
.swiper-slide img {position: relative; width: 60%; height: 100%; object-fit: contain; z-index: 1; display: block;}
.swiper-pagination-bullet {background-color: #fff; opacity: 0.9;}
.swiper-pagination-bullet-active {background-color: #80534b;}
.swiper-button-next, .swiper-button-prev {color: #fff !important;}

/*-------Contact--------*/
.contact{width:100%; display:flex; flex-direction:row; margin:40px 0;}
.contact-left{width:calc(100% - 500px);}
.contact-right{width:500px; box-sizing:border-box; padding:4% 10px 10px 3%;}
.box{padding:15px 0; box-sizing:border-box;}
.name{font-size:22px; font-weight:600;}
.title{font-size:18px; font-style:italic; font-weight:400;}
.box a{font-size:16px; color:#000; font-weight:500; transition:.3s ease;}
.box a:hover{color:var(--red);}

.con a{color:#fff; text-decoration:underline; transition:.3s ease;}
.con a:hover{color:var(--tan);}


/* Pop up */
#overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background:rgba(255,255,255,.2);-webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px); z-index:550; filter:blur(2px); display: none;}

.item{width: 100%; left:0; overflow-y:scroll; display:none; padding-bottom:50px; margin:0 auto;padding-top:50px;top:0;position:fixed;z-index: 1000;height: 100%;}


html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
.clear { clear: both;}

.item-container{top:150px;padding-bottom:50px;max-height:90vh; box-sizing:border-box; max-width: 1100px;min-height: 300px;margin:0 auto;background: #fff;position: relative;z-index: 103;padding:40px 40px;box-shadow: 0 2px 5px rgba(0,0,0,.5); width:98%;}
.item-container .close{float: right; margin-top:10px; margin-right:-30px; height: 35px;left: 0px;  font-size:40px; font-weight:800;color:#000;position: relative;padding-left:13px;top: -50px;width: 28px;}
.item-container .close:hover{cursor:pointer; color:var(--red);}
.item-container h2{text-align:left!important; padding:5px 0!important;}
.item-container h3{color:var(--red);}
/*----------Meet the team---------*/
.team h2{padding:20px 0; text-align:left; font-size:30px;}
.team-row{width:100%; display:flex; flex-direction:row; padding-bottom:40px;}
.member{width:calc(25% - 10px); padding:25px; text-align:left; box-sizing:border-box; margin:5px; background:#fff!important; box-shadow:1px 1px 5px 3px rgba(0,0,0,.15); border:none;}
.member img{width:300px; display:block; height:300px; margin:0 auto; object-position:top; border-radius:50%; object-fit:cover;}
.member h3{font-size:20px; padding:10px 0; }
.member p{padding:12px 0; transition:.3s ease; box-sizing:border-box; font-size:16px; width:100%; color:#000!important; font-weight:500;}
.member p:hover{cursor:pointer; }
.member p i{transition:.3s ease;}
.member p:hover i{padding-left:10px;}
.item-container p{color:#000!important;}
.item-container h2{color:#000!important;}
.member a{color:#333; font-size:15px; padding: 0; display:block;}
.member a:hover{color:var(--red);}


/*--------FORM STYLES--------------------*/
.flex-form h2{font-size:22px; font-weight:600; padding:15px 0 10px 0;}
.flex-form{width:100%; padding:40px; box-sizing:border-box; box-shadow:1px 1px 3px 2px rgba(0,0,0,.15);}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;}
#formpage label{font-size:18px; font-weight:500; padding:10px 0 5px 0;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #777!important;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
.form-third{width:calc(33.33% - 10px);display:block;vertical-align:middle;margin:5px;}
#formpage input[type="text"],#formpage input[type="email"], #formpage input[type="date"],#formpage select,#formpage input[type="phone"]{width:100%;box-sizing:border-box;}

#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 


#formpage input.submit-button, #submit-btn button{width:180px; display:block;  padding:12px; height:42px; text-align:center; font-size:16px; margin:0 3px; box-sizing:border-box; color:#fff; background:var(--red); border-radius:25px; border:none;}

#formpage input.submit-button:hover, #submit-btn button:hover{background:var(--tan); color:#000!important; cursor:pointer}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:180px;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaPanel{text-align:left!important;}

/*-------- FOOTER STYLES ----------------*/
.footer{width:100%; display:flex; padding-bottom:60px; flex-direction:row; justify-content: space-between;}
.footer-left img{max-width:200px;}
.footer-right {display:flex; flex-direction:row; justify-content: flex-end;}
.footer-right a{color:#fff; font-size:16px; font-weight:400; padding:10px 10px;}
.footer-bottom{padding:15px 0 40px 0; border-top:solid 1px var(--tan); display:flex; flex-direction:row; justify-content: space-between;}
.footer-left p{font-weight:300; font-size:14px;}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background:#80534b !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #80534b !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #d2c8b5 !important;
    color: #000 !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}





/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1650px) {
	.hero-img{width:90%; perspective:800px;}
}
@media only screen and (max-width: 1480px) {
.member img{width:250px; height:250px; }
}
@media only screen and (max-width: 1170px) and (min-width: 1050px) {
	.temp-hide {display: none;}
	.icon-row .red-btn {width: 40px;}
	.activeheader nav.primary ul li a {padding: 20px 9px;}
}
@media only screen and (max-width: 1350px) {	
	.hero-img{height:450px;}
	.contact-right{width:300px;}
	.contact-left{width:calc(100% - 300px);}
	.member img{width:220px; height:220px;}
	.member{padding:25px 10px;}
}
@media only screen and (max-width: 1150px) {	
	.about{flex-direction:column; padding:30px 0;}
	.serivces{padding:40px 0;}
	.about-left{width:100%; padding:20px 0;}
	.about-right{width:70%; margin:0 auto;}
	.hero-img{height:380px;}
	.ql img, .ql{height:240px;}
	.ql h2{font-size:30px;}
	.service-row{flex-wrap:wrap;}
	.service-row div{width:calc(50% - 20px)!important;}
	.member{width:calc(50% - 10px);}
	.team-row{flex-wrap:wrap;}
	.inv-swiper-h2 {padding-bottom: 10px; text-align: center;}
	.inventory-slider-wrapper {flex-direction: column;}
}

@media only screen and (max-width: 1050px) {
	.register {flex-direction: column-reverse;}
	.register-left {width: calc(100% - 60px); max-width: 1000px;}
	.register-right {width: calc(100% - 60px); max-width: 1000px;}
	.btn-row{flex-direction:column; justify-content: center;}
	.btn-row a{margin:3px auto;}
	
	.auction-tabs .right, .auction-tabs .left {flex-direction: column; width: 100%;}
	.auction-link {border-radius: 5px 0 0 5px; margin: 5px 0;}
	.left .auction-link {border-radius: 0 5px 5px 0;}
	.auction-tabs .right {align-items: flex-end;}
}

@media only screen and (max-width: 950px) {	
	.hero-text h1{font-size:50px; line-height:67px;}
	.hero-text h2{font-size:28px; line-height:34px;}
	.about-right{width:90%;}
	.small{width:260px; height:300px; bottom:60px;}
	.search{flex-direction:column;}
	.search h2{text-align:center; width:100%; font-size:32px;}
	.search-form{width:100%;}
	.hero-img{height:350px;}
	.ql img, .ql{height:200px;}
	.ql h2{font-size:26px;}
	.footer{flex-direction:column;}
	.footer-bottom{flex-direction:column-reverse;}
	.footer-left, .footer-right{width:100%;}
	.footer-right{justify-content: flex-start; flex-wrap:wrap; padding-bottom:15px;}
}
@media only screen and (max-width: 850px) {
	.services {padding: 30px 0px;}
	.video-wrapper {flex-direction: column;}
	.video-div {width: 90%;}
	.video-h2 {padding: 20px 0px;}
}
@media only screen and (max-width: 800px) {	
	.icon-row{display:none;}
	.qls{flex-wrap:wrap; padding:20px 0 30px 0;}
	.ql{width:100%;}
	.contact{flex-direction:column-reverse; margin:10px 0;}
	.contact-left, .contact-right{width:100%;}
	.swiper-slide img {width: 100%; height: auto;}
}
@media only screen and (max-width: 700px) {
	.hero-flex {flex-direction: column;}
	.hero-flex-thirds {width: 100%; padding-bottom: 30px;}
}
@media only screen and (max-width: 600px) {	
	.hero-text h1{font-size:50px; line-height:52px;}
	.hero-text h2{font-size:30px; line-height:32px;}
	.about-right{display:none;}
	.search h2{font-size:30px; line-height:36px;}
	.hero-img{height:280px;}
	.ql img, .ql{height:180px;}
	.service-row div{width:calc(100% - 20px)!important; padding:0;}
	.footer{padding-bottom:20px;}
	.about-left h2, .services h2{font-size:30px; line-height:37px;}
	.flex-form{padding:30px;}
	.flex-form h2{font-size:20px; line-height:27px; padding:10px 0;}
	.member{width:calc(100% - 10px);}
	.swiper {width: 100%; margin-right: 0% !important;}
}
@media only screen and (max-width: 500px) {
	.auction-tabs {align-items: flex-end;}
	.auction-link {border-radius: 5px 0 0 5px; margin: 5px 0; width: 90%;}
}
@media only screen and (max-width: 480px) {
	.hero-text h1{font-size:32px; line-height:34px;}
	.hero-text h2{font-size:22px; line-height:25px;}
	.search-row{flex-direction:column;}
	.search-row input{width:100%;}
	.search-row button{width:100%;}
	.hero-img{height:220px;}
	.ql img, .ql{height:150px;}
	.team h2{font-size:24px;}
	.item-container{top:50px; padding:20px;}
	.item-container .close{margin-top:30px; margin-right:-10px;}
	.item-container h2{font-size:22px!important;}
	.item-container h3{font-size:18px;}
	.register-body p {font-size: 13px;}
	.register-body ul li {font-size: 13px;}
	.register-left p {font-size: 13px;}
	.video-h2 {font-size: 20px;}
}
@media only screen and (max-width: 380px) {
	.hero-text h1{font-size:30px; line-height:32px;}
	.hero-text h2{font-size:20px; line-height:22px;}
	.hero-img{height:200px;}
	.ql img, .ql{height:120px;}
	.ql h2{font-size:20px;}
	.about-left h2, .services h2{font-size:22px; line-height:22px;}
	.flex-form {padding:20px;}
	.hero-flex-thirds img {width: 90%;}
	.inv-swiper-h2 {font-size: 20px;}
}




