﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/
.lineimg > img {max-height: 140px;}
.lineimg {display: inline-table; padding: 10px;}

.allwrap {width: fit-content; display: block; margin: auto;}

.standouth3 {padding: 10px 15px; background-color: black !important; color: white !important; margin: auto !important; width: fit-content;}


/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}
	h2 {color:#275085; }
.blue {
    color: #275085 !important;
}
p {
	margin: 0;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    text-decoration:none;
	color: inherit;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration:none;
		color:#275085;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	background: #f9f9f9;
	border-bottom:10px #275085 solid;
}
header {
	margin: 0 auto;
	max-width: 70%;
	padding: 1% 0;
	display: flex;
}
header .col-1-3, header .col-2-3 {
	display: flex;
	vertical-align: middle;
	padding: 0;
	
}
header .col-2-3 {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	
	
}
header .logo img {
	width: 100%;

	
}




/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
.menu-toggle {
	display:none;	
}

nav ul li a.live-color {
	color:#275085 !important;	
}
nav ul li a.live-color:hover {
	color:#fff !important;
}

nav.primary {
	background-color:#222;
	border-bottom:10px #275085 solid;
	width:100%;
	text-align: center;
	}
	nav ul {
		max-width:1150px;
		margin:0 auto;
		padding:0;
		}
		nav ul li {
			display:inline;
			}
			nav ul li a {
				color:#fff;
				font-size: 14px;
				padding:15px;
				}	
			nav ul li a:hover {
				color:#fff;
				background-color:#275085;
				}
				
nav.primary ul li a:hover {
	background: #275085;
	color: #fff;
}
nav.primary ul li li a {  /* appearance of the sub-level links */
	background: #275085;
	border-top: #99A8B7 solid 3px;
	width: 150px;
}
nav.primary ul li li a:hover {  /* appearance of the sub-level links on hover */
	background: #99A8B7;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover > ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
}
nav.primary ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
nav.primary ul li a {
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.banner {
	max-width: 100%;
	padding: .6% 0;
	background: #eee;
}
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
.scrolling{
    width:100%;
    height:92px;
}

				
/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}

.wrap {
	max-width: 70%;
	margin: 0 auto;
}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#222;
	border-top:15px solid #275085;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:12px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:12px;
		color: #275085;
		}

.footertext {
	font-size:12px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	width:50%; 
	text-align:center; 
	margin:0 auto;
	padding:2% 0 1% 0;
	}

/*===================== 
	home page
=======================*/
.background-img {
	background: url(../siteart/hero-img-7.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding:0 0 1.5% 0;
}

.menu-section {
	width: 100%;
	margin: 0 auto;
}
.sidebar {
	display:inline-block;
	vertical-align: middle;
	width: 20%;
	background: #f9f9f9;
	border: #eee 1px solid;
	padding:2% 1%;
}
.sidebar-nav {
	width: 100%;
	text-align: left;
}
.sidebar-nav h3 {
	text-transform: uppercase;
	color: #275085;
}
.sidebar-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}
.sidebar-nav ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
.sidebar-nav ul li a {
	font-size: 17px;
	line-height: 25px;
	color: #222222;
}
.sidebar-nav ul li a:hover {
	/* background:#275085; */
	background: #eee;
}


.content-div {
	display: inline-block;
	vertical-align: top;
	width: 77%;
	text-align: center;
}
.hero-img {
	margin: 0 auto;
	text-align: center;
}
.inv-call-out {
	width:77%;
	display: inline-block;
	vertical-align: top;
	margin:0 auto;
	padding:0 0 1% 0;
	text-align: center;
}
.img-callouts {
	display: inline-block;
	vertical-align: top;
	width:32%;
	position: relative;
}
.img-callouts p {
	position: absolute;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	top: 40%;
	left: 0%;
	right: 0%;
	text-shadow: 1px 2px #1b1b1b;
}
.img-callouts:hover p {
	color:#275085;
}
.intro-section {
	padding-bottom: 1.5%;
}
.intro-section .col-1-3, .intro-section .col-2-3 {
	display: inline-block;
	vertical-align: top;
}
.intro-section .col-2-3 {
	text-align: left;
}
.intro-section .col-2-3 h2 {
	margin:0;
	padding:5% 0 2% 0;
}
.intro-section .col-2-3 p {
	line-height:40px;	
}
.intro-section .col-2-3 ul {
	list-style-type:none;
	line-height:30px;
	padding:0;	
	margin:0;
}
.intro-section .col-2-3 h4 {
	color: #111;
}

/* =======================
	consignment page
======================== */
.consign-area {
	margin:10% 0 15% 0;	
	text-align:center;
}
.agreement-btn {
	background-color:#275085;
	text-align:center;
	color:#fff;
	width:15%;
	padding:1% 5%;
}
.agreement-btn:hover {
	color:#fff;	
}

.flex {
	display: flex;
	
}

ul.flex {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.part-items.flex {
	gap: 20px;
}

ul.flex li {
	list-style: none;
}

.bold-blue {
	font-weight: 600;
	color: #275085;
}


/* ===================== 
	inventory page
======================= */	
.listings-list h5 {
	font-size:13px !important;	
}
.cf {
	width: 100%;
}
.view-listing-details-link{color: #fff!important;}

/* ===================== 
	contact page
======================= */	
.contact-pg-info {
	padding:3% 0;
	margin:2% auto;
	background:#f9f9f9;
}
.contact-pg-info .col-1-3 {
	margin:0 auto;
	width:30%;
	padding-top:2%;
}
.contact-pg-info .col-1-3 img {
	width:25%;
	margin:0 auto;
	padding:0 38%;
}
.contact-pg-info .col-1-3 p {
	text-align:center;
	padding-top:2%;
	margin-bottom:5%;
}
.contact-pg-info .col-1-3 p a {
	color:#222;	
}
.contact-pg-info .col-1-3 p a:hover {
	color:#275085 !important;	
}
.contact-pg-info .col-2-3 {
	width:65%;	
}

/* =================================================
				Media Screens
================================================= */
@media screen and (max-width: 1575px) {
.wrap {
	max-width: 75%;
}
header {
	max-width: 75%;
}
	
}

@media screen and (max-width: 1400px) {
.wrap {
	max-width: 85%;
}
header {
	max-width: 85%;
}
.img-callouts {
	width: 42%;
}
	
}



@media screen and (max-width: 1140px) {
/* nav ul li a {
	padding:16px 19px;	
} */
.wrap {
	max-width: 90%;
}
header {
	max-width: 90%;
}
	
}

@media screen and (max-width: 1050px) {
.sidebar {
	display: none;
}
.hero-img {
	width: 100%;
}
.wrap {
	max-width: 100%;
}
nav.primary {
	display:none;	
}
header {
	max-width: 100%;
}
.content-div {
	width: 100%;
}
.inv-call-out {
	width: 95%;
	display: block;
}
.img-callouts {
	width: 48%;
}
	
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding-left: 3%;
	padding-bottom: 1%;
	padding-top:.5%;
	background-color:#275085;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}

@media screen and (max-width: 930px) {
figure {
	width:23%;
	height:200px;
	margin:0 3% 5% 3%;
	padding: 1%;	
	border: #fff solid 3px;
}
a figure:hover {
	width:23%;
	height:200px;
	margin:0 3% 5% 3%;
	padding: 1%;	
	border: #275085 solid 3px;
	color:#275085;
}
figure img {
	width:65%;	
	margin:0 auto;
	padding:8% 17%;
}
figure figcaption {
	font-size:15px;	
}
}

@media screen and (max-width: 762px) {
header {
	text-align: center;
	flex-direction: column;
}
header .logo {
	width:50%;
	margin:0 auto;
	text-align: center;
	flex-direction: column;
}
header .col-2-3 {
	text-align: center;
	
	}
.img-callouts {
	width: 90%;
	margin: 0 auto;
	display: block;
}
	
/*	
figure {
	width:35%;
	height:auto;
	margin:0 5% 5% 5%;
	padding: 1%;	
	border: #fff solid 3px;
}
a figure:hover {
	width:35%;
	height:auto;
	margin:0 5% 5% 5%;
	padding: 1%;	
	border: #275085 solid 3px;
	color:#275085;
}
figure img {
	width:55%;	
	margin:0 auto;
	padding:8% 23% 5% 23%;
}
figure figcaption {
	font-size:14px;	
} 
*/
.col-1-3 {
	width:40%;
	margin:0 auto;
	float:none;	
}
.col-2-3 {
	margin:0 auto;
	width:90%;
	padding:5%;
}
.col-2-3 h2 {
	margin:0;
	padding:5% 0 2% 0;
	font-size:20px;
}
.col-2-3 p {
	line-height:26px;
	font-size:16px;	
}
.col-2-3 ul {
	list-style-type:none;
	line-height:30px;
	padding:0;	
	margin:0;
}
.divfooter {
	width:90%;	
	padding:5% 0;
}
.contact-pg-info .col-2-3 {
	width:90%;
	float:none;
	margin:0 auto;	
}
.contact-pg-info .col-1-3 {
	margin:0 auto;
	width:90%;
	padding-top:2%;
}
.contact-pg-info .col-1-3 img {
	width:20%;
	margin:0 auto;
	padding:0 38%;
}
.contact-pg-info .col-1-3 p {
	text-align:center;
	padding-top:2%;
	margin-bottom:5%;
}
.contact-pg-info .col-1-3 p a {
	color:#222;	
}
.auctionTlogo {
	padding:2% 10%;	
}
.consign-area {
	padding:0 4%;	
}
.agreement-btn {
	background-color:#275085;
	text-align:center;
	color:#fff;
	padding:2% 30%;
}

	
@media screen and (max-width: 590px){
	.part-items {
		flex-direction: column;
	}
	
	.bottom-text {
		margin: 0 auto;
		width: 80%;
	}
	}
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding-left: 3%;
	padding-bottom: 1%;
	background-color:#275085;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}


/*
figure {
	width:15%;
	height:225px;
	margin:0 1%;
	padding: 1%;	
	border: #fff solid 3px;
}
a figure:hover {
	width:15%;
	height:225px;
	margin:0 1%;
	padding: 1%;	
	border: #275085 solid 3px;
	color:#275085;
}
figure img {
	width:80%;	
	margin:0 auto;
	padding:15% 10%;
}
figcaption {
	color:#fff;	
	text-align:center;
}
a figure:hover figcaption{
	color:#275085;
}
*/





