﻿/***** 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: 'lato', sans-serif;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
#hero-section {background: url("/siteart/hero.jpg") no-repeat; background-position: left; background-size: cover;}
.center-hero {background-position: center !important;}
.hero-overlay {background: linear-gradient(to right,rgba(0,0,0,0.20),rgba(0,0,0,0.40),rgba(0,0,0,0.60),rgba(0,0,0,0.40),rgba(0,0,0,0.20));}
.hero-content {width: 90%; margin: 0 auto; padding: 200px 0 40px 0; text-align: center;}
.hero-content h1 {color: #fff; font-size: 50px; font-style: italic; text-transform: uppercase; font-weight: bold; line-height: 55px;}
.hero-content p {color: #fff; font-size: 18px; width: 800px; margin: 0 auto; line-height: 26px; padding: 15px 0 150px 0;}
.hero-content a {color: #fff; font-size: 18px;}
.hero-content div:hover {transition: .5s; transform: translateY(-6px);}

#Inventory {width: 90%; margin: 0 auto; margin-top: 70px; display: flex; justify-content: space-between; align-items: center;}
.inventory-content {width: 40%;}
.inventory-content p {font-size: 16px; line-height: 24px; color: #808080;}
.inventory-content p span {color: #902535 !important; font-size: 18px !important; font-weight: bold !important;}
.inventory-content h2 {font-size: 28px; line-height: 35px; padding: 10px 0 15px 0;}
.inventory-content button {background: #902535; padding: 11px 0 12px 0; width: 220px; border-radius: 30px; border: none; font-size: 15px; color: #fff; font-weight: 500; margin-top: 30px;}
.inventory-content button:hover {background: #2D2D2D; transition: .5s;}
.inventory-cat {display: flex; gap: 25px; width: 45%;}
.inventory-cat a {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 10px; width: 100%;}
.inventory-cat a:hover {transition: .5s; transform: translateY(-6px);}
.inventory-cat a div {width: 90%; margin: 0 auto; padding: 20px 0 30px 0; text-align: center;}
.inventory-cat a img {width: 100%; margin-bottom: 20px; border-radius: 5px;}
.inventory-cat h3 {color: #902535; font-size: 20px; font-style: italic; text-transform: uppercase; font-weight: 700; margin-bottom: 10px;}
.inventory-cat p { color: #808080; font-size: 16px;}

#Pladson {display: flex; justify-content: space-between; margin-top: 80px;}
/*#Pladson > div {width: 50%;}*/
.map-bkgrd {background: url("/siteart/map-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%); position: absolute; z-index: 800; height: 450px; width: 50%;}
.map-overlay {background: rgba(144,37,53,0.93); height: 100%; display: flex; align-items: center;}
.map-frame {width: 100%; position: relative; z-index: 400; margin-left: 45%;}
.map-content {width: 90%; margin: 0 auto;}
.map-content h2 {color: #fff; font-size: 26px; text-transform: uppercase; margin-bottom: 8px;}
.map-content p {color: #fff; font-size: 16px; margin-top: 10px; width: 95%;}
.map-content a {color: #fff; font-size: 22px; font-weight: bold;}
.map-flex {display: flex; gap: 12%;}
.map-contact {margin-top: 70px;}
.map-contact button {background: none; border: 1px #fff solid; border-radius: 30px; width: 200px; padding: 11px 0 12px 0; font-size: 15px; color: #fff; font-weight: 500; margin-top: 30px;}
.map-contact button:hover {background: #2D2D2D; transition: .5s; border: 1px #2D2D2D solid;}

/*---OUR LOCATION---*/
.location-width {width: 90%; margin: 0 auto; display: flex; justify-content: space-between; margin-top: 50px; margin-bottom: 50px;}
.location-width div:first-child {width: 40%;}
.location-width div:last-child {width: 60%;}
.location-width h2 {font-size: 28px; line-height: 35px; padding: 10px 0 10px 0;}
.location-width li a {font-size: 16px; color: #000; line-height: 30px;}
.location-width li a:hover {color: #902535; transition: .5s;}
.location-width button {background: #902535; padding: 11px 0 12px 0; width: 200px; border-radius: 30px; border: none; font-size: 15px; color: #fff; font-weight: 500; margin-top: 20px;}
.location-width button:hover {background: #2D2D2D; transition: .5s;}

/*---CONTACT US---*/
.contact-hero {background: url("/siteart/hero.jpg") no-repeat !important; background-position: center !important; background-size: cover !important;}
.get-in-touch {width: 90% !important; margin: 0 auto !important; justify-content: space-between !important; box-shadow: none !important;}
.get-in-touch .form-width {width: 100% !important; padding: 0px !important;}
.get-in-touch .form-bkgrd {width: 60% !important; box-shadow: none !important;}
.get-in-touch .contact-map {width: 50%;}
.get-in-touch .contact-map li a {font-size: 16px; color: #000; line-height: 30px;}
.get-in-touch .contact-map li a:hover {color: #902535; transition: .5s;}
.get-in-touch .contact-map li {line-height: 30px;}
.get-in-touch .contact-map button {background: #902535; padding: 11px 0 12px 0; width: 200px; border-radius: 30px; border: none; font-size: 15px; color: #fff; font-weight: 500; margin-top: 20px;}
.get-in-touch .contact-map button:hover {background: #2D2D2D; transition: .5s;}
.consign-hero {background: url("/siteart/hero-3.jpg") no-repeat !important; background-position: center !important; background-size: cover !important;}
#consign-form {display: flex; justify-content: center; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; padding: 50px 0;}
#consign-form .form-bkgrd {width: 70%; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; background: none;}
#consign-form h2 {font-size: 28px; line-height: 35px; padding: 10px 0 10px 0;}
#consign-form p {font-size: 14px; line-height: 22px;}
#consign-form .consign-form form {margin-top: 20px;}
#consign-form .consign-form form input {border: 1px #bbb solid;}
#consign-form .consign-form form textarea {border: 1px #bbb solid;}
#consign-form .consign-form form .submitselect, #consign-form .consign-form form .submit {background: #902535; border: none;}
#consign-form .consign-form form .CaptchaMessagePanel, #consign-form .consign-form form .CaptchaWhatsThisPanel a {color: #000;}
#consign-form .consign-form form .CaptchaWhatsThisPanel a:hover {border-bottom: 1px #000 solid;}
#consign-form hr {width: 50px; margin: 0px; margin-top: 15px; border: 2px #3B3A78 solid;}
#consign-form .consign-form form .submitselect:hover {background: #2E2E2E; transition: .5s;}
#consign-form .consign-form form .submit:hover {background: #2E2E2E; transition: .5s; cursor: pointer !important;}

/*---THANK YOU---*/
.location-width p {color: #808080; font-size: 16px; line-height: 26px;}
.location-width p a {color: #902535; border-bottom: 1px transparent solid;}
.location-width p a:hover {border-bottom: 1px #902535 solid; transition: .5s;}

/*--------FORM STYLES--------------------*/
.consign-form {margin-top: 0px; position: relative;}
.consign-form p {color: #CCC; font-size: 15px; margin-bottom: 30px; line-height: 20px;}
.consign-form form input {background: #fff; width: 100%; padding: 13px 0 13px 17px; font-family: 'Lato', sans-serif; font-size: 14px; border: none;}
.consign-form td {width: 100%;}
.consign-form form {width: 98%;}
.consign-form form textarea {width: 100%; background: #fff; padding: 13px 0 13px 17px; font-family: 'Lato', sans-serif; font-size: 14px; border: none;}
.consign-form form tr {display: flex; gap: 30px; margin-bottom: 12px;}
.consign-form form table {width: 100%;}
.consign-form form .submitselect {background: #902535; padding: 11px 0 12px 0; width: 200px; border-radius: 30px; border: none; font-size: 15px; color: #fff; font-weight: 500; display: flex; justify-content: center;}
.consign-form form .submitselect:hover {background: #2B2B2B; transition: .5s; border: 2px #2B2B2B solid;}
.consign-form form .CaptchaMessagePanel {color: #fff; font-weight: normal; font-size: 14px; line-height: 20px;}
.consign-form form .CaptchaWhatsThisPanel a {color: #fff; border-bottom: 1px transparent solid; font-size: 14px;}
.consign-form form .CaptchaWhatsThisPanel a:hover {border-bottom: 1px #fff solid; transition: .5s;}
.consign-form form .submit {background: #902535; padding: 11px 0 12px 0; width: 200px; border-radius: 30px; border: none; font-size: 15px; color: #fff; font-weight: 500;}
.consign-form form .submit:hover {background: #2E2E2E; transition: .5s; cursor: pointer !important;}
.form-wrapper h2 {color: #2E2E2E; font-family: 'Lato', sans-serif; font-size: 40px; margin-bottom: 10px; line-height: 45px; text-align: center;}
.form-wrapper p {color: #fff; text-align: center;}
.consign-form .formrow {display: flex; justify-content: flex-start;}



/*-------- FOOTER STYLES ----------------*/
footer{background: #2D2D2D;}
.footer-width {width: 90%; margin: 0 auto; display: flex; justify-content: space-between; padding: 50px 0 80px 0;}
.footer-flex {display: flex; gap: 30px;}
footer a {color: #fff; font-weight: bold; font-size: 17px; border-bottom: 1px transparent solid;}
footer li a:hover {border-bottom: 1px #fff solid;}
.footer-sub-nav a {font-size: 14px; font-weight: 300; line-height: 28px; border-bottom: 1px transparent solid;}
.footer-sub-nav a:hover {border-bottom: 1px #fff solid;}
.footer-sub-nav {margin-top: 5px;}
footer button {background: transparent; border-radius: 30px; width: 170px; font-family: 'Lato', sans-serif; font-size: 16px; color: #fff; padding: 5px 0 8px 0; font-weight: 700; border: 1px #fff solid; position: relative; top: -4px;}
footer button:hover {background: #902535; border: 1px #902535 solid;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-hero {padding: 130px 0 30px 0;}
.inv-hero p {padding: 15px 0 80px 0;}
.inv-hero h1 {font-size: 45px; line-height: 50px;}
.list-content, .detail-wrapper {margin-top: 50px !important; margin-bottom: 50px !important;}
.inv-overlay {background: rgba(0,0,0,0.60) !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: #902535 !important;}
.disclaimer span {font-family: 'Lato', sans-serif !important; font-size: 16px; line-height: 26px;}
.inv-hero {width: 90% !important;}
.faceted-search-content .selected-facets-container .selected-facet, .pladsontruckscomhdev-88jlbf {background: #902535 !important;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1550px) {
	.inventory-cat {width: 50%;}
}
@media only screen and (max-width: 1500px) {
	.map-flex {gap: 10%;}
}
@media only screen and (max-width: 1450px) {
	.map-flex {gap: 8%;}
}
@media only screen and (max-width: 1400px) {
	.map-content a {font-size: 20px;}
}
@media only screen and (max-width: 1350px) {
	.inventory-cat {width: 53%;}
}
@media only screen and (max-width: 1300px) {
	.map-content a {font-size: 18px;}
}
@media only screen and (max-width: 1250px) {
	.inventory-content {width: 45%;}
	.inventory-cat {width: 55%;}
	.hero-content, #Inventory {width: 95%;}
	#Inventory {gap: 8%;}
	.inventory-cat p {font-size: 14px; line-height: 22px;}
	.inventory-cat h3 {margin-bottom: 6px;}
	#hero-section {background-position: -70px 0;}
}
@media only screen and (max-width: 1150px) {
	.hero-overlay {background: rgba(0,0,0,0.45);}
	.inventory-cat {gap: 15px;}
	.inventory-cat a {border-radius: 5px;}
	.inventory-cat a img {border-radius: 3px;}
	.inventory-content p span {font-size: 16px !important;}
	.inventory-content h2 {font-size: 24px; line-height: 31px; padding: 8px 0 15px 0;}
	.inventory-content p {font-size: 14px; line-height: 22px;}
	.inventory-content button {font-size: 14px;}
	.inventory-cat h3 {font-size: 18px;}
	.map-frame {margin-left: 0px;}
	#Pladson {flex-wrap: wrap;}
	.map-bkgrd {width: 100%; position: relative; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
	.map-content p {width: 100%;}
	.inv-hero h1 {font-size: 40px; line-height: 45px;}
	.location-width h2, #consign-form h2 {font-size: 24px; line-height: 31px; padding: 8px 0 10px 0;}
	.location-width button, .consign-form form .submitselect, .consign-form form .submit {font-size: 14px;}
	.mobile-nav-flex img {width: 170px;}
	.mobile-nav-flex {padding: 8px 0;}
}
@media only screen and (max-width: 1050px) {
	.inventory-cat p {font-size: 13px; line-height: 20px;}
}
@media only screen and (max-width: 1000px) {
	#Inventory {gap: 50px; flex-wrap: wrap;}
	.inventory-content {width: 60%;}
	.inventory-cat {width: 100%;}
	.footer-width {flex-wrap: wrap;}
	.footer-width > div {width: 100%;}
	.footer-flex {gap: 0px; justify-content: space-between; width: 80%; margin: 0 auto; margin-top: 40px;}
	.footer-width div:first-child {text-align: center;}
	.location-width, .get-in-touch {flex-wrap: wrap; gap: 50px;}
	.location-width div {width: 100% !important;}
	.get-in-touch .form-bkgrd {width: 100% !important;}
	.get-in-touch .contact-map {width: 100%;}
}
@media only screen and (max-width: 900px) {
	.footer-flex {width: 90%;}
	#hero-section {background-position: -100px 0;}
}
@media only screen and (max-width: 850px) {
	.hero-content p {width: 100%;}
	.inventory-content {width: 100%;}
}
@media only screen and (max-width: 800px) {
	.footer-flex {width: 100%;}
}
@media only screen and (max-width: 750px) {
	.consign-form form {width: 97.5%;}
}
@media only screen and (max-width: 650px) {
	.footer-flex {flex-wrap: wrap; gap: 30px; justify-content: center;}
	.footer-flex li {width: 100%; text-align: center;}
	.inv-hero h1 {font-size: 35px !important; line-height: 40px !important;}
	#consign-form .consign-form form tr {flex-wrap: wrap; gap: 12px;}
	.footer-sub-nav {display: none;}
	.footer-flex {gap: 20px;}
	footer button {top: 0px; margin-top: 20px;}
}
@media only screen and (max-width: 600px) {
	.hero-content h1 {font-size: 45px; line-height: 50px;}
	.hero-content p {font-size: 16px; line-height: 24px;}
	.hero-content a {font-size: 16px;}
	.mobile-nav-flex {padding: 6px 0;}
	.consign-form form {width: 97%;}
	#hero-section {background-position: -70px 0;}
	.hero-content {padding: 130px 0 25px 0;}
	.hero-content p {padding: 15px 0 70px 0;}
}
@media only screen and (max-width: 500px) {
	.inventory-cat {flex-wrap: wrap;}
	.map-flex {flex-wrap: wrap;}
	.map-contact {margin-top: 40px;}
	.map-bkgrd {height: 500px;}
	.map-content p {font-size: 14px; margin-top: 13px; margin-bottom: 3px;}
	.map-contact button {font-size: 14px; margin-top: 20px;}
	.map-content h2 {font-size: 24px;}
	.consign-form form {width: 96.5%;}
	.location-width p {font-size: 14px; line-height: 22px;}
	.location-width li a, .get-in-touch .contact-map li a {font-size: 14px; line-height: 28px;}
	footer a {font-size: 16px;}
	footer button {font-size: 15px; margin-top: 15px;}
	.footer-flex {gap: 15px;}
	footer img {width: 170px;}
	.footer-flex { margin-top: 25px;}
}
@media only screen and (max-width: 450px) {
	.consign-form form {width: 96%;}
	.hero-content h1 {font-size: 40px; line-height: 45px;}
	.hero-content {padding: 110px 0 25px 0;}
	.hero-content p {padding: 15px 0 60px 0;}
}
@media only screen and (max-width: 400px) {
	.consign-form form {width: 100%;}
	.consign-form form input, .consign-form form textarea {width: 95%;}
}
@media only screen and (max-width: 350px) {
	.map-contact button, .inventory-content button, .location-width button, .consign-form form .submitselect, .consign-form form .submit {width: 100%;}
	.hero-content h1 {font-size: 35px; line-height: 40px;}
	.hero-content p {font-size: 14px; line-height: 22px;}
	.hero-content a {font-size: 14px;}
}
@media only screen and (max-width: 300px) {
	.inv-hero h1 {font-size: 30px !important; line-height: 35px !important;}
}


