﻿/***** 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'poppins', sans-serif;}

/*--- HEADER STYLES ---------------------*/
header {width: 95%; margin: 0 auto; padding: 10px 0; display: flex; justify-content: space-between; align-items: center;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.hero-bkgrd {background: url("/siteart/hero-new.jpg") no-repeat; background-position: center; background-size: cover;}
.hero-overlay {background: #000; background: linear-gradient(125deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);}
.hero-wrap {width: 95%; margin: 0 auto; padding: 250px 0 80px 0;}
.hero-wrap h1 {font-family: 'poppins', sans-serif; font-weight: 700; font-size: 45px; line-height: 55px; color: #fff; margin-bottom: 10px;}
.hero-wrap p {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 20px; line-height: 30px; color: #fff;}
.hero-btns {display: flex; gap: 10px; align-items: center; margin-top: 30px; flex-wrap: wrap;}
.hero-btns button {width: 220px; display: flex; justify-content: center; align-items: center; padding: 12px 0 10px 0; font-family: 'poppins', sans-serif; font-size: 16px; line-height: 26px;}
.hero-btns > a:first-child button, .hero-btns > a:nth-child(2) button, .hero-btns > a:last-child button {background: none; border: 1px #FFF solid; color: #FFF;}
.hero-btns > a:first-child button:hover, .hero-btns > a:nth-child(2) button:hover, .hero-btns > a:last-child button:hover {background: #FFFE01; border: 1px #FFFE01 solid; color: #000; transition: .8s;}

.cat-wrap {width: 95%; margin: 0 auto; padding: 100px 0; display: flex; justify-content: space-between; gap: 50px; align-items: center;}
.cat-wrap > div {width: 50%;}
.cat-wrap h2 {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 35px; line-height: 45px; color: #000; margin-bottom: 15px;}
.cat-wrap p {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 30px; color: #000; margin-bottom: 30px;}
.cat-wrap a {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 30px; color: #000;}
.cat-wrap a i {padding-left: 15px;}
.cat-wrap a:hover i {padding-left: 25px; transition: .8s;}
.cat-card {background: #F7F7F7;}
.cat-card-wrap {padding: 25px;}
.cat-card-wrap img {width: 100%; margin-bottom: 15px;}
.cat-card-wrap h3 {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 25px; line-height: 35px; color: #000; margin-bottom: 10px;}
.cat-card-wrap p {font-size: 15px; line-height: 28px; margin-bottom: 20px;}
.cat-card-wrap a {font-size: 15px; line-height: 28px;}
.cat-wrap .slick-track {display: flex; gap: 10px;}
.cat-wrap .slick-prev, .slick-next {color: #000 !important;}

.contact-bkgrd {background: #F7F7F7;}
.contact-wrap {width: 95%; margin: 0 auto; padding: 100px 0; display: flex; gap: 50px; align-items: center;}
.contact-wrap > div {width: 100%;}
.contact-wrap h2 {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 35px; line-height: 45px; color: #000; margin-bottom: 15px;}
.contact-wrap p {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 30px; color: #000; margin-bottom: 30px;}
form .form-flex > div {display: flex; gap: 10px; margin-bottom: 10px;}
form .form-textarea {display: flex; margin-bottom: 30px;}
.contact-wrap input {width: 100%; border: none; font-family: 'poppins', sans-serif; font-size: 15px; line-height: 25px; font-weight: 400; color: #000; padding: 12px 0 10px 20px;}
.contact-wrap textarea {width: 100%; border: none; font-family: 'poppins', sans-serif; font-size: 15px; line-height: 25px; font-weight: 400; color: #000; padding: 12px 0 0 20px; height: 150px;}
.contact-wrap input::placeholder, .contact-wrap textarea::placeholder {color: #000;}
.contact-wrap .submitselect {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 30px; color: #000;}
.contact-wrap .submitselect i {padding-left: 15px;}
.contact-wrap .submitselect:hover i {padding-left: 25px; transition: .8s;}
.contact-wrap .submit {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 30px; color: #fff; background: #000; padding: 12px 0 10px 0; width: 165px;}
.contact-wrap .submit:hover {background: #FBA105; color: #000; transition: .8s; cursor: pointer !important;}
.contact-wrap .CaptchaMessagePanel {font-weight: 400;}
.contact-wrap .CaptchaAnswerPanel input {width: auto;}
.contact-wrap .CaptchaWhatsThisPanel a {color: #000; text-decoration: underline;}

/*---CONTACT US---*/
.breadcrumbs {background: #F7F7F7;}
.breadcrumbs-wrap {width: 95%; margin: 0 auto; display: flex; gap: 10px; align-items: center; padding: 10px 0; flex-wrap: wrap;}
.breadcrumbs-wrap a, .breadcrumbs-wrap p {font-family: 'poppins', sans-serif; font-size: 16px; line-height: 26px; color: #000;}
.breadcrumbs-wrap a:hover {text-decoration: underline; transition: .8s;}

.contact-page h1 {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 45px; line-height: 55px; color: #000; margin-bottom: 20px;}
.contact-page .contact-wrap {align-items: flex-start;}
.contact-page .contact-bkgrd {padding: 100px 50px;}
.contact-page ul {margin-bottom: 50px;}
.contact-page li {margin-bottom: 10px;}
.contact-page li a {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 18px; line-height: 28px; color: #000; display: flex; gap: 8px; align-items: center;}
.contact-page li i {background: #F7F7F7; border-radius: 50px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 20px; line-height: 20px;}
.contact-page li a:hover i {background: #FBA105; transition: .8s;}

/*---THANK YOU---*/
.thankyou p {font-size: 18px; line-height: 30px;}
.thankyou a {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 18px; line-height: 30px; color: #000;}
.thankyou a i {padding-left: 15px;}
.thankyou a:hover i {padding-left: 25px; transition: .8s;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer {background: #000; margin-top: -69px; position: relative;}
.footer-wrap {width: 95%; margin: 0 auto; padding: 100px 0; display: flex; justify-content: space-between;}
footer p {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 20px; line-height: 30px; color: #fff;}
footer ul {margin-top: 15px;}
footer li {margin-bottom: 8px;}
footer li a {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 15px; line-height: 25px; color: #fff;}
footer li a:hover {color: #FFFE01; transition: .8s;}
footer button {width: 165px; display: flex; justify-content: center; align-items: center; padding: 12px 0 10px 0; font-family: 'poppins', sans-serif; font-size: 16px; line-height: 26px; background: #FFFE01; border: 1px #FFFE01 solid; color: #000; margin-top: 30px;}
footer button:hover {background: none; border: 1px #fff solid; color: #fff; transition: .8s;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content, .detail-wrapper {padding: 50px 0 !important;}
.list-content, .list-top-section .list-title .list-title-text, .list-top-section .list-listings-count, .faceted-search-content .selected-facets-container .selected-header .filter-clear-all, .faceted-search-content .faceted-section-head .faceted-section-title, .faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .selected-facets-container .selected-facet, .faceted-search-content .faceted-section-box .faceted-text-input, .faceted-search-content .faceted-section-box .faceted-range, .list-content .listing-portion-title, .list-content .listing-widgets a, .list-redesign .listing-card-grid .contact-container .shared .dealer-data, .list-redesign .listing-card-grid .contact-container .shared .email, .detail-wrapper, .buenavistarentscomhdev-cvl3bv, .buenavistarentscomhdev-1cuaq4u, .buenavistarentscomhstg-cvl3bv, .buenavistarentscomhstg-1cuaq4u, .buenavistarentscom-cvl3bv, .buenavistarentscom-1cuaq4u, .options-popper-div .options-popper-btn, .buenavistarentscomhdev-88jlbf, .buenavistarentscomhdev-w4b0yk, .buenavistarentscomhdev-9uiqsl, .buenavistarentscomhdev-9gup2g, .buenavistarentscomhdev-1gmgn39, .buenavistarentscomhdev-xxli94, .buenavistarentscomhstg-88jlbf, .buenavistarentscomhstg-w4b0yk, .buenavistarentscomhstg-9uiqsl, .buenavistarentscomhstg-9gup2g, .buenavistarentscomhstg-1gmgn39, .buenavistarentscomhstg-xxli94, .buenavistarentscom-88jlbf, .buenavistarentscom-w4b0yk, .buenavistarentscom-9uiqsl, .buenavistarentscom-9gup2g, .buenavistarentscom-1gmgn39, .buenavistarentscom-xxli94 {font-family: 'poppins', sans-serif !important;}
.list-top-section .list-listings-count, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #000 !important;}
.faceted-search-content .selected-facets-container .selected-facet {background: #000 !important; color: #fff !important;}
.faceted-search-content button.faceted-search, .list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text, .grouped-faceted-header, .buenavistarentscomhdev-88jlbf, .buenavistarentscomhstg-88jlbf, .buenavistarentscom-88jlbf, .listing-carousel .recommended-listings-section .view-all-link, .listing-carousel .recommended-auctions-section .view-all-link {background: #000 !important;}
.buenavistarentscomhdev-xxli94, .buenavistarentscomhstg-xxli94, .buenavistarentscom-xxli94, .ts-disclaimer {line-height: 30px !important;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1100px) {
	form .form-flex > div {flex-wrap: wrap;}
}
@media only screen and (max-width: 1050px) {
	.contact-page .contact-wrap {flex-wrap: wrap;}
	.contact-page form .form-flex > div {flex-wrap: nowrap;}
}
@media only screen and (max-width: 800px) {
	.cat-wrap {flex-wrap: wrap;}
	.cat-wrap > div {width: 100%;}
	.contact-wrap {flex-wrap: wrap;}
	.contact-wrap > div {width: 100%;}
	form .form-flex > div {flex-wrap: nowrap;}
}
@media only screen and (max-width: 650px) {
	.hero-wrap {padding: 200px 0 80px 0;}
	.hero-wrap h1, .contact-page h1 {font-size: 40px; line-height: 50px;}
	.hero-wrap p {font-size: 18px; line-height: 28px;}
	.hero-btns {flex-wrap: wrap;}
	.footer-wrap {flex-wrap: wrap; gap: 50px;}
	.footer-wrap > div {width: 100%;}
	.contact-page li a {font-size: 16px; line-height: 26px;}
	.contact-page li i {width: 45px; height: 45px; font-size: 18px; line-height: 28px;}
	.thankyou p {font-size: 16px; line-height: 28px;}
	.thankyou a {font-family: 'poppins', sans-serif; font-weight: 400; font-size: 16px; line-height: 28px; color: #000;}
}
@media only screen and (max-width: 500px) {
	form .form-flex > div {flex-wrap: wrap;}
	.contact-page form .form-flex > div {flex-wrap: wrap;}
}
@media only screen and (max-width: 450px) {
	.hero-wrap {padding: 150px 0 50px 0;}
	.hero-wrap h1, .contact-page h1 {font-size: 35px; line-height: 45px;}
	.hero-wrap p {font-size: 16px; line-height: 26px;}
	.cat-wrap, .contact-wrap, .footer-wrap {padding: 80px 0;}
	.cat-wrap h2, .contact-wrap h2 {font-size: 30px; line-height: 40px;}
	.contact-page .contact-bkgrd {padding: 80px 25px;}
}
@media only screen and (max-width: 400px) {
	header > a {width: 58%;}
	header > a img {width: 100%;}
	.contact-page li i {width: auto; height: auto; background: none;}
	.contact-page li a:hover i {background: none; color: #FBA105; transition: .8s;}
	.hero-btns button, .hero-btns a, footer button {width: 100%;}
}
@media only screen and (max-width: 350px) {
	.hero-wrap h1, .contact-page h1 {font-size: 30px; line-height: 40px;}
	.hero-wrap p {font-size: 16px; line-height: 26px;}
	.cat-wrap h2, .contact-wrap h2 {font-size: 28px; line-height: 38px;}
	.cat-card-wrap h3 {font-size: 22px; line-height: 32px;}
}





