﻿/*===================== 
	Color information
	
	- Yellow: #ffc20e;
	-
	-
	-
		 
=======================*/
/*===================== 
	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 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Oswald', sans-serif !important;
    line-height: 1.5;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 36px; 
		color: #ffc20e;

	}
	h2 {
		font-size: 28px; 
		color: #ffc20e;
	}
	h3 {
		font-size: 24px;
		color: #ffc20e;
	}
	h4 {
		font-size: 18px;
		color: #ffc20e;
	}


p {
	margin: 0;
	font-size: 18px;
	padding:2% 0;
	}
.small_txt{font-size: 12px;}
.bold {font-weight: bold;}
.yellow {color:#ffc20e;}
.white {color:#fff;}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #888; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*---POP-UP -----------------------------------*/

.logos {    
	display: flex;
    justify-content: center;
    gap: 50px;}

a.popup-button {
	background: #ffc20e;
	color:#000;
	text-transform:uppercase;
	font-size:18px;
	margin-top:30px;
	font-weight:500;
    padding: 10px;
    /* text-align: center; */
    display: flex;
    width: 100%;
    justify-content: center;
}

a.popup-button:hover {
background:#d4a30d;
}

*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.2);
                padding: 35px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;
}
.popup .close {
    position: absolute;
    top: -10px;
    right: 15px;
    transition: all 0.2s;
    font-size: 56px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 0px 5px 0px 5px;
}

.popup .content {
  max-height: 60%;
  overflow: auto;
}

.link-image {border-bottom:12px solid #fff;border-right:12px solid #fff;}

.fifty-years {border-top:13px solid #fff;border-left:13px solid #fff;}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background: #000;
                border:3px solid #ffffff;
                border-radius: 5px;
                width: 100%;
                max-width: 1300px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0 0 0;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -1800%;
    left: -1000%;
    display: none;
}
.overlay h4{
	color:#fff;
	font-size: 28px;
	width:80%;
	margin:auto;
}

.link-image {
    position: relative;
}
.link-img-overlay-button {
    position: absolute;
    z-index: 1;
    left: 10%;
    bottom: 10%;
    width: 40%;
}
.link-img-overlay-button:hover img {
    filter:grayscale(1);
}

.popup-content p {
	color:#fff;
	font-size:30px;
	text-align:center;
	color:#ffc20e;
}

.large-pop-text {font-size:45px;color:#fff;}

/*===================== 
	header styles 
=======================*/
header {
	width: 100%;
	background:#000;
	}
.head-right{
	width: 50%;
	float:right;
	box-sizing: border-box;
}
img.main-logo{
	float:left;
	padding: 4% 0 0 2%;
}
.top-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding:0 0 1% 0;
	align-items:flex-start;
	text-align: center;
}
/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	width:100%;
	position:relative;
	background: linear-gradient(180deg, hsla(180, 1%, 32%, 1) 0%, hsla(0, 0%, 0%, 1) 100%);
	}
	nav.primary ul {
		display: flex;
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			flex: 1;
			margin: 0;
			border-left: 1px #6F7272 solid;
			border-right: 1px #000 solid;
			list-style-type: none;
			}
		nav.primary ul li:first-child {
			border-left: none;
			}
		nav.primary ul li:last-child {
			border-right: none;
			}
			nav.primary ul li a {
				display: flex;
				align-items: center;
				justify-content: center;
				padding: 15px;
				margin: 0;
				font-size: 18px;
				text-align: center;
				color: #FFC20E;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:700;
				}	
			nav.primary ul li a:hover {
				background: #FFC20E;
				color:#000;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover 
			nav.primary ul li li a:hover { 
			}*
/* 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; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	slideshow styles 
=======================*/
.hero img {width:100%;}

/*===================== 
	Figure styles 
=======================*/
.silver-bg .flex a{
	display: block;
	margin: auto;
}
figure img{
	display: block;
	margin: auto;
}
figure figcaption{
	color:#000;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
}
figure:hover{
	opacity: .6;
}

/*===================== 
	Form styles 
=======================*/
form.consign {
	width: 100%;
	box-sizing: border-box;
	color: #000;
  }
  form.consign select {
	width: 100%;
	padding: 9px 10px;
	box-sizing: border-box;
	display: inline-block;
  }
  form.consign input, form.consign textarea {
	width: 100%;
	padding: 9px 10px;
	box-sizing: border-box;
	display: inline-block;
	font-family: inherit;
  }
  form.consign textarea {
	height: 100px;
  }
  form.consign input.consignButton {
	width: 50%;
	display: block;
	margin: 30px auto 20px auto;
	background: #ffc20e;
	font-size: 21px;
	font-weight: bold;
	color: #000;
	border: none;
  }
  form.consign input.consignButton:hover {
	cursor: pointer;
	background: #d4a30d;
  }
  form.consign input::-webkit-input-placeholder, form.consign textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
  }
  form.consign input::-moz-placeholder, form.consign textarea::-moz-input-placeholder { /* Firefox 19+ */
	color: #000;
  }
  form.consign input:-ms-input-placeholder, form.consign textarea::-mx-input-placeholder { /* IE 10+ */
	color: #000;
  }
  form.consign input:-moz-placeholder, form.consign textarea:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
  }
  form.consign input::placeholder, form.consign textarea::placeholder {
	color: #000;
	opacity: 1;
  }
  form.consign div.col-1-2 {
	width: 49%;
	box-sizing: border-box;
	float: left;
	padding: 1%;
  }
  form.consign div.col-1-4 {
	width: 24%;
	box-sizing: border-box;
	float: left;
	padding: 1%;
  }
  form.consign div.col-1 {
	width: 96%;
	padding: 1%;
  }
  .CaptchaMessagePanel{
	color:#fff;
  }

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	background: #000 url(/siteart/bg-dark.jpg) top center no-repeat;
    background-size: 100% auto;
    padding: 50px 0;
	}
.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1%;
	box-sizing: border-box;
	}
.silver-bg{
	width:100%;
	background: url(/siteart/bg-chrome.jpg) top center no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}
	
.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.flex-icons{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.flex-locations{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-5 img{width:70%; margin:auto; }
.col-1-4 { width: 24%; box-sizing:border-box; margin: 0 auto;}
.col-1-4 img{width:100%;}
.col-1-3 { width: 33%; box-sizing:border-box; margin: 0 auto;}
.top-col-1-3 { width: 33%; box-sizing:border-box; margin: 0 auto;}
.col-1-3 img{width:100%;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.loc-col-1-2 { width: 49%; box-sizing:border-box;}
.col-1-2 img.fluid{width: 90%; margin: auto;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box; margin: auto;}

.scrolling-wrap{
	width:100%;
	height:90px;
	overflow:hidden;
}
iframe.scrolling{
	width:100%;
	height:90px;
}

.post-container-inventory-buttons{display: flex; flex-wrap: wrap;}
.column-padding-inventory-buttons{width: 25%;}
.zoom{position: relative; height: 175px; margin: 1px; border: 1px #fff solid; overflow: hidden;}
.zoom img{display: block; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.zoom .zoom-caption{display: flex; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, .5); padding: 0 20px; font-size: 24px; font-weight: 700; text-transform: uppercase; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); line-height: 1.2; color: #fff; transition: all .5s ease; z-index: 10;}
.zoom:hover .zoom-caption{background: rgba(255, 194, 14, 0.75);}

/*===================== 
	search styles 
=======================*/
.tab-buttons{display: flex; flex-wrap: wrap; background: #f5f5f5; font-size: 24px; font-weight: 700; text-align: center;}
.tab-buttons .tab-button{display: flex; flex: 1; align-items: center; justify-content: center; padding: 20px; color: #888; cursor: pointer; transition: all .2s ease-in-out;}
.tab-buttons .tab-button:hover{color: #444;}
.tab-buttons .tab-button.active{background: #FFC20E; color: #000;}
.tab-buttons .tab-button:after{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f13a"; margin-left: 15px;}

.tab-content{display: none; padding: 25px 0 50px;}
.tab-content.active{display: block;}

.detailed-form{display: block; background: #FFC20E;}
.detailed-form h2{display: block; font-size: 24px; font-weight: 700; margin-bottom: 15px;}
.detailed-form form{display: flex; flex-wrap: wrap; align-items: flex-end;}
.detailed-form form .column{width: calc(33.3333% - 10px); margin: 5px;}
.detailed-form label{display: block; font-size: 12px; font-weight: 700;}
.detailed-form input[type="text"], .detailed-form select{display: block; width: 100%; padding: 6px; border: 1px #ddd solid; box-sizing: border-box;}
.detailed-form input[type="submit"]{display: block; width: 100%; background: rgba(0, 0, 0, 0.5); margin-top: 15px; padding: 12px; font-weight: 700; text-transform: uppercase; color: #fff; border: none;  transition: all .2s ease-in-out;}
.detailed-form input[type="submit"]:hover{background: #000;}

/*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:2% 0; background: #fff;}

/*----View Details Button----*/
.view-listing-details-link {background:#ffc20e !important; color: #000 !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #ffc20e !important; color:#000 !important;}


/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#ffc20e !important; color:#fff !important;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background: url(/siteart/bg-footer.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0 25px;
    border-top: 1px #262626 solid;
	background-color: #000!important;
	}
.foot-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.foot-links{
	margin: 0;
	padding:0;
}
ul.foot-links li{
	list-style-type: none;
}
ul.foot-links li a{
	color:#fff;
	text-decoration: underline;
}
ul.foot-links li a:hover{
	text-decoration: none;
}

/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1420px)  {
	.head-right{width: 65%;}
}
@media screen and (max-width: 1260px)  {
	.head-right{
		width: 100%;
		float:none;
		box-sizing: border-box;
	}
	.mobile-logo-align{
		display: flex;
		justify-content: center;
		padding:2% 0 0 0;
		gap: 30px;
	}
	img.main-logo{
		float:none;
		padding: 0 0 0 4%;
	}
	.top-flex{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding:0 0 1% 0;
		align-items:flex-start;
		text-align: center;
	}
	.flex{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 960px)  {

	.col-1-5 { width: 33%; box-sizing:border-box; padding:1% 0;}
	.col-1-4 { width: 100%; box-sizing:border-box; margin: auto;}
	.col-1-3 { width: 100%; box-sizing:border-box; margin: auto;}
	.col-1-2 { width: 100%; box-sizing:border-box; margin: auto;}
	.col-2-3 { width: 100%; box-sizing:border-box; margin: auto;}
	.col-3-4 { width: 100%; box-sizing:border-box; margin: auto;}

	.mobile-hide{display: none;}

	.column-padding-inventory-buttons{width: 33%;}

	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: linear-gradient(180deg, hsla(180, 1%, 32%, 1) 0%, hsla(0, 0%, 0%, 1) 100%);
		text-align: center; 
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 0;
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #ffc20e solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
}
@media screen and (max-width: 710px)  {
	.tab-buttons{font-size: 14px;}
	.top-col-1-3 { width: 100%; box-sizing:border-box; margin: auto;}
	.detailed-form form .column{width: calc(50% - 10px); margin: 5px;}
	.column-padding-inventory-buttons{width: 50%;}
}
@media screen and (max-width: 800px)  {
	.large-pop-text {font-size: 31px;}
	.popup-content p {font-size: 23px;}
}
@media screen and (max-width: 490px)  {
	.foot-flex{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.col-1-5 { width: 50%; box-sizing:border-box; padding:1% 0;}
	.col-1-5 img{display: none;}
	.loc-col-1-2 { width: 100%; box-sizing:border-box; text-align: center;}
	.column-padding-inventory-buttons{width: 100%;}
}

@media screen and (max-width: 574px)  {
	.mobile-logo-align {align-items: center;flex-direction: column;gap: 9px;}
}

@media screen and (max-width: 532px)  {
	.logos {    
	display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;}
	.popup-content p {font-size:19px;}
	.large-pop-text {font-size: 27px;}
}