@charset "utf-8";
/* CSS Document */


.row {margin:0px;}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.3;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 36px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 30px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 24px;

}

h4 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
    font-size: 18px;

}

.qts-bold {
    font-weight: 700;
}

.qts-semibold {
    font-weight: 600;
}

/* HEADER & NAVIGATION */

.container-head {
	width: 100%;
	margin: 0 auto;
	
}
.flex-container.flex-header {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    align-items: center;
}

.flex-contactinfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flex-contactinfo .row.py-4.justify-content-md-end.bottom-header {
    padding-bottom: 0 !important;
}

.nav-wrapper {
	display: flex;
    justify-content: flex-end;
}
.headerbg {
    background-color: #f8f8f8;
    background-image: url("/siteart/brushed-alum-dark.png");  
}

.headerbg a {
    color: #000;
}

.bottom-header {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.logo {
    text-align: center;
}

.header-logo {
    margin-bottom: 0 !important;
}

img.headerlogo {
   max-height: 55px;
}

.redbg {
    background-color: #007DF5;
}

.navbar {
    background-color: #007DF5;
    font-size: 24px;
}

.navbar a {
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
	font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
	color: #fff;
    padding: 0px;
}

.navbar a:active {
    color: #96989c;
}

.navbar a:hover {
    color: #96989c;
}

.flex-contactinfo .top-header div, .bottom-header div{box-sizing: content-box !important;}


/* FACETED INVENTORY HEADER */

.head-wrapper {
	    display: flex;
    padding-top: 1.5rem;
    padding-right: 15px;
    padding-left: 15px;
    flex-wrap: wrap;
    align-content: center;
	font-family: 'Open Sans', sans-serif !important;
	width: 100%;
	justify-content: center;
} 


.space {
	flex: 0 0 25%;
    max-width: 25%;
    text-align: right;
    margin: 0 16px 0 0;
    padding: 0 15px;
	
}

.space1 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 0 15px;
    text-align: center;
}

.mac-logo {
	    display: flex;
    justify-content: flex-end;
}

.contact-wrap {
	display: flex;
    justify-content: flex-end;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.contact1 {  flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 0 15px;
}

.next-logos {
	flex: 0 0 80%;
    max-width: 75%;
    padding: 0 15px;
}

.logo-wrap {
	flex: 0 0 20%;
    max-width: 20%;
    padding-bottom: 1.5rem;
    text-align: center;
    padding: 0 15px;
}

img.logo {
    width: 320px;
    max-width: 100%;
}

*:not(.mac-logo){
  box-sizing : border-box !important;
} 
*:not(.head-wrapper){
  box-sizing : border-box !important;
} 
*:not(.logo-wrap){
  box-sizing : border-box !important;
} 



/* HERO */

.carousel {
    position: relative;
}

.carousel-caption {
    position: absolute;
    right: unset;
    bottom: 10%;
    left: 5%;
    z-index: 10;
    padding: 40px;
    background-color:rgb(233 236 239 / 75%);
    text-align: left;
    color: #000;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

	.caption-right{left: unset !important;right: 5% !important;}
.display-4 {
    color: #000;
    text-transform: uppercase;
    font-size: 40px;
    padding: 0 0 10px 0;
    font-weight: 600;
    letter-spacing: 0px;
}

.lead {
    font-size: 20px;
}

.btn-hero {
    background-color: #007DF5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

/* QUICK CONTACT */

.quick-contact {
    background-image: url(/../siteart/road.jpg);
    color: #fff;
}

.quick-contact a {
    color:#fff;
}

.redoverlay {
    background: rgba(0,125,245,0.89);     
}


/* FOOTER */


.pre-footer{
    background-color: #000;
	color: #fff;
    font-size: 12px;
}

.pre-footer a{
    color:#fff;
}

.pre-footer a:hover{
    color:#fff;
}

.footlogo {
    max-width: 150px;
}

/* LISTINGS */

.cf {
    max-width: 1200px;
    background-color: #fff;
}

/* MEET OUR TEAM */

.ourteam h1 {
    text-transform: uppercase;
}

.ourteam a {
    color: #007DF5;
}

/* LOCATIONS */

.locbox{
    background-color: #007DF5;
}

.locbox h1{
    color: #fff;
}

.locbox h2{
    color: #fff;
}

.locbox a{
    color: #fff;
}

.locbox span {
   color: #fff; 
}

.locations p {
    color: #000;
}

hr.blackline {
    height: 6px;
    border-color: #000; 
}


/* CONTACT */

.contact a {
    color: #007DF5;
}

.contact h1 {
    text-transform: uppercase;
}

.btn-contact {
    background-color: #007DF5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

/* FORM */
.formbutton {
    padding:10px 12px; 
    background:#007DF5; 
    border:4px #007DF5 solid;
    font-size:14px; 
    line-height:14px; 
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#fff;
}


/*control the Captcha */
.CaptchaMessagePanel {padding:0 0 0 0 !important; margin:0 0 0 0 !important; font-weight:normal !important; font-size:12px; line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0; padding:0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 0 0; padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000; font-size:12px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

/* TIMED AUCTIONS */

.auctionTimeLogo{
    width:250px; 
    float:right; 
    position:relative;
    margin-bottom: 30px;
    margin-top: -5px;
}


/*FACETED INVENTORY STYLES*/

.inv-page {padding-top: 50px !important;padding-bottom: 50px !important;}
.faceted-search-content .selected-facets-container .selected-facet,.view-listing-details-link, .buy-now-link,.compare-listings-container .compare-container .button,.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn,.detail-content .detail-additional-data .data-row .data-label,.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder input,.detail-content-mobile .detail-contact-bar .contact-bar-btn,.contact-options a,.detail-content-mobile .detail-additional-data .data-row .data-label {	color: #fff !important;
	background: #007DF5 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,.currency-selector {
	color:#007DF5 !important;
		border-color: #007DF5 !important;
}

.list-content .list-listing-mobile .dealer-phone-container a {
	border-color: #007DF5 !important;
}
.list-content .price-container .price,.compare-listings-container .compare-container .compare-price,.bread-crumbs-heading .return-links .return-links-link i,.bread-crumbs-heading .return-links .return-links-link span,.list-content .list-title .list-listings-count,.list-content .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count {
	color: #007DF5 !important;
}

.compare-chkbox-container .compare-listings .compare-label {
	margin-bottom: 5px !important;
	margin-left: 3px !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
	margin-top: 0 !important;
	margin-left: 3px !important;
}
.compare-chkbox-container .compare-listings .fa-check {
	top: 1px !important;
    left: 2px !important;
}

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3 {
	color: #000 !important;
	
}

.list-content .list-container .buy-now-link, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text {
	background: #333 !important;
}


/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
    

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 1519px) {
    
	.contact1 {
		text-align: left !important;
	}
	
	.next-logos {
		justify-content: flex-end !important;
	}
	.head-wrapper {
		    display: inline-flex;
    padding-top: 1.5rem;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif !important;
		    margin-right: -15px;
    margin-left: -15px;
	}
	
	
	.space1 {
		text-align: right;
	}
}

@media (max-width: 1350px) {
	.lead {
    font-size: 16px;
}
	.display-4 {font-size: 32px;}
	
}

@media (max-width: 1086px) {
	img.logo {
    width: 280px;
	}
}
@media (max-width: 877px) {
	.contact1 {
		padding: 0 !important;
	}
		.space {
		padding: 0 !important;
		
	}
	
	.space1 {
		text-align: right;
	}
}


/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
    
.carousel-caption {
    position: absolute;
    right: 5%;
    left: 5%;
    bottom: 5px;
    z-index: 10;
    padding: 20px;
    background-color: rgba(0,0,0,.6);
    text-align: left;
}
    
.display-4 {
    font-size: 30px;    
    }

}

@media (max-width: 1030px) { 
	.flex-container.flex-header {flex-wrap: wrap;
		gap: 30px;}
	.header-logo {
    flex-basis: 100%;
		text-align: center;
}
	
	.flex-contactinfo .top-header, .bottom-header{justify-content: center!important;}
	.bottom-header {
    justify-content: space-between !important;
}
	.bottom-header .text-md-left {
    padding: 8px 0 !important;
}
}


@media (max-width: 767px) {
	.logo-wrap {
		text-align: center;
		padding: 15px 24px;
		max-width: 100% !important;
		width: 100% !important;
		flex: none !important;
	}
	
	
	.mac-logo {
		display: inline-flex;
    width: 100%;
		justify-content: center;
	}
	.next-logos {
		text-align: center;
		padding: 0;
		max-width: 100% !important;
		width: 100% !important;
		flex: none !important;
	}
	
	.contact-wrap {
		display: inline-block;	
		width: 100%;
	}
	
	.space {
		    flex: 0 0 33.333333%;
    max-width: 33.333333%;
		margin: 0 !important;
	}
	.space1 {
		flex: 0 0 25%;
    max-width: 25%;
		text-align: center;
	}
	
	
	.contact1 {
	flex: 0 0 100%;
    max-width: 100%;
		text-align: center !important;
		padding-bottom: 0.25rem !important;
		padding-top: 0.25rem !important;
}
	.xl-logo {
		margin-top: 19px;
	}
}
@media (max-width: 576px) {
	
	.space1 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
	
	.space {
		    flex: 0 0 25%;
    max-width: 25%;
	}
	
	.mac-logo {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    flex-wrap: wrap;
}
	
	
	
	
	
}
@media (max-width: 575px) {
	.space1, .space {
		    flex: 0 0 50%;
    max-width: 50%;
	}	
	
}
@media (max-width: 310px) {
	.header-logo img {
		width: 78% !important;
	}
}

/*Large devices (desktops, less than 1200px)*/
/*@media (min-width: 992px) and (max-width: 1199px) {
 
.carousel-caption {
    position: absolute;
    right: 18%;
    left: 5%;
    bottom: 50px;
    z-index: 10;
    padding: 30px;
    background-color: rgba(0,0,0,.6);
    text-align: left;
}
    
.display-4 {
    font-size: 36px;    
    }    

}

/*Extra large devices (large desktops)*/
/*@media (min-width: 1200px) {
    
.carousel-caption {
    position: absolute;
    right: 20%;
    left: 5%;
    bottom: 100px;
    z-index: 10;
    padding: 30px;
    background-color: rgba(0,0,0,.6);
    text-align: left;
}
    
.display-4 {
    font-size: 36px;    
    } 
    
}

/*Extra EXTRA large devices (Extra large desktops)*/

/*@media (min-width: 1400px) {   
    
.carousel-caption {
    position: absolute;
    right: 35%;
    bottom: 130px;
    left: 5%;
    z-index: 10;
    padding: 40px;
    background-color: rgba(0,0,0,.6);
    text-align: left;
}

.display-4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    padding: 0 0 10px 0;
}
   
}
*/

/*Extra EXTRA large devices (Extra large desktops)*/
@media (max-width: 1200px) {   
    
	.carousel-caption {position:unset;background: #fff;box-shadow: none;padding:40px 20px;}

}