﻿/*===================== 
	Color information
	
	- #d59d17 - gold
	-
	-
	-
		 
=======================*/
/*===================== 
	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 {
    font-family: Montserrat, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
	}

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;} 

.container-fluid {
    overflow: hidden;
}

* {
	box-sizing: border-box;
}
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
    font-size: 14px;
	}

	
h1 {
    font-size: 30px;
}
		

h2 {
    font-size: 26px;
}

	
h3 {
    font-size: 20px;
}


h4 {
    font-size: 18px;
}


h5 {
    font-size: 16px;
}


h6 {
}

.yellow {
    color: #d59d17;
}

.bld {
    font-weight: bold;
}

.allcaps {
    text-transform: uppercase;
}

.center {
	text-align: center;
	box-sizing: border-box;
}

.flex-cont-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    text-decoration:none;
    color: #fff;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
        color: #d59d17;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
	}

.topbar_contain {
    background-color:  #000;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.topbar {
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.header_links {
    font-size: 12px;
}

.topbar_link {
    color: #fff !important;
}

.topbar_link:hover {
    color: #d59d17 !important;
}

.header_contain {
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.logomark_contain {
    box-sizing: border-box;
}

.logotype_contain {
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.logo_contain {
    box-sizing: border-box;
}

.logo {
    margin: auto;
}

.number_contain {
    padding-right: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.header_ext {
    text-align: right;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*===================== 
	nav styles 
=======================*/
.nav_contain {
    position: absolute;
    top: 155px;
    box-sizing: border-box;
}

nav.primary {
    width: 72%;
	padding-right:100px;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: center;
    float: right;
    background-color: #d59d17;
    box-sizing: border-box;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: center;
    text-transform: uppercase;
	padding: 10px;
}

nav ul li a {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}	
			
nav ul li a:hover {
	color: #000;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: normal;
	color: #fff;
	text-align:center;
	font-size: 14px;
	font-weight:600;
	}
	
nav.primary ul li li a:hover { 
	color: #000;
	text-align: center;
	font-size:  14px;
	font-weight: 600;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: #d59d17;
	padding: 10px 20px;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding: 5px;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	background: #d59d17;
	border-bottom: none;
	text-align: center;
	min-height: 0 !important;
    box-sizing: border-box;
	}
	#menu-button a{
		 color: #fff;
		 text-decoration: none;
		 text-align: center !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
    box-sizing: border-box;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	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: Montserrat, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
    text-transform: uppercase;
}
nav.mobile ul li a:hover {
	color: #d59d17;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
    display: block;
    padding: 0px 10px 0px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase !important;
    padding-left: 25px;
}
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: #000;
	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/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-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%;
}


/*===================== 
	home styles 
=======================*/
.hero_bkg {
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.hero {
    width: 100%;
    box-sizing: border-box;
}

.hero_text {
    color: #fff;
    text-shadow: 5px 5px 10px black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn_wrapper {
    width: 100%;
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
    position: relative;
    top: -35px;
    box-sizing: border-box;
}

.btn_contain {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
}

.btn {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    width: 50%;
    display: inline-block;
    margin: 0;
    font-size: 30px;
    padding-right: 30px;
}

.btn:hover {
    padding-left: 25px;
}

.logo_btn {
    display: inline-block;
    padding-right: 15px;
}

i.fas.fa-angle-right {
    color: #000;
}

.blk_block_btn {
    background-color: #000;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.gld_block_btn {
    background-color: #d59d17;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.block_btn {
    color: #fff;
}

.block_btn:hover {
    color: #999;
}

.about_wrapper {
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.about_contain {
    padding: 0;
    width:50%;
    padding-right: 50px;
    box-sizing: border-box;
}

.about {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.75;
}

.fb-page {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.map_wrapper {
    width: 100%;
    padding: 0;
    display: flex;
    box-sizing: border-box;
}



/*===================== 
	contact styles 
=======================*/
.contact_link {
    color: #000 !important;
}

.contact_link:hover {
    color: #d59d17 !important;
}


/*===================== 
	form styles 
=======================*/

.form- {
    padding: 0px 2%;
}

.contact-text {
    margin-top: 30px;
    margin-bottom: 0px;
}

.contact_form {
    margin: 15px auto;
    padding: 15px;
    border: 1px solid #000;
    width: 100%;
}

.contact-header {
    color: #d59d17;
    font-size: 36px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 5px;
}

.contact-p {
    font-size: 14px;
}


.contact-p2 {
    font-size: 14px;
    padding:15px 0;
    text-align: center;
}

.submit-button {
    background-color: #d59d17;
    color: white;
    font-size: 18px;
    padding: 5px 15px; 
    border: 2px solid #d59d17;
    margin-top: 10px;
    margin-bottom: 30px;
}

.submit-button:hover{
    border: 2px solid #d59d17;
    color: #d59d17;
    background-color: white;
}

/*===================== 
	thank you styles 
=======================*/

.thanksrow {
    text-align: center;
}

.thankyou {
    padding: 25px 0px;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #d59d17;
}

.thanks-text {
    font-size: 18px;
    text-align: center;
}

.thanks-button {
    color: white;
    background-color: #d59d17;
    padding: 10px 25px;
    border: 2px solid #d59d17;
    margin: 30px auto;
    font-size: 20px;
    display: block;
}

.thanks-button:hover{
    border: 2px solid #d59d17;
    color: #d59d17;
    background-color: white;
}

/*===================== 
	captcha styles 
=======================*/

/*control the Captcha */
.CaptchaPanel {
    margin:0 0 0 0 !important;
    padding:0 0 0 0 !important;
    text-align: center;
    line-height:normal !important;
    }

.CaptchaImagePanel {
    margin:0 0 0 0;
    padding:0 0 0 0;
    }

.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:2px 0px 2px 0px !important;
    }

.CaptchaWhatsThisPanel {
        line-height:0;
        margin:0 0 0 0;
        padding:8px 0 8px 0 !important;
    }
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 



/*===================== 
	iframe sites styles 
=======================*/
.auctiontime {
    width: 1020px;
}


/*===================== 
	lnventory styles 
=======================*/
.body-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-content .list-title .list-listings-count {
    color: #d59d17 !important;
}

.fin-calc {
    color: #d59d17 !important;
}

.modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn:hover {
    background: #d59d17 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
    background-color: #d59d17 !important;
}

.info {
    color: #000 !important;
}

.list-content .list-main-section .list-container .list-error a {
    color: #000 !important;
}

.list-content .list-main-section .list-container .list-error a:hover {
    color: #d59d17 !important;
}

.list-container-flexrow .price-container .price {
    color: #000 !important;
}

.list-container-flexrow .view-listing-details-link, .list-container-flexrow .buy-now-link, .list-container-flexrow .check-availability-link, .list-container-flexrow .email-seller-link, .list-container-flexrow .dealer-phone-call {
    background-color: #333 !important;
}

.list-container-flexrow .view-listing-details-link:hover, .list-container-flexrow .buy-now-link:hover, .list-container-flexrow .check-availability-link:hover, .list-container-flexrow .email-seller-link:hover, .list-container-flexrow .dealer-phone-call:hover {
    background-color: #d59d17 !important;
}

.button {
    background-color: #333 !important;
    border-color:#333 !important;
}

.button:hover {
    background-color: #d59d17 !important;
    border-color:#d59d17 !important;
}

.detail-content .search-results {
    color: #333 !important;
}

.detail-content .detail-main-body .main-detail-data .detail-price {
    color: #000 !important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {
    background-color: #333 !important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn:hover, .detail-content .detail-main-body .main-detail-data .buy-btn:hover {
    background-color: #d59d17 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    border-color: #333 !important;
    color: #333 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
    border-color: #d59d17 !important;
    color: #d59d17 !important;
}

.detail-content .detail-additional-data .data-row .data-label {
    background-color: #333 !important;
}

.detail-content .dealer-info .contact-information .address {
    color: #333 !important;
}

.detail-content .dealer-info .dealer-company-header {
    color: #333 !important;
}

.detail-content .dealer-info .dealer-company-header:hover {
    color: #d59d17 !important;
}

.list-content .list-top-section .listing-option-bar .list-listings-count {
    color: #d59d17 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: #333 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn:hover {
    background: #d59d17 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
    color: #333 !important;
}

a.dealer-title-link {
    color: #333 !important;
}

a.dealer-title-link:hover {
    color: #d59d17 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    background-color: #333 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover {
    background-color: #d59d17 !important;
}

.detail-content-mobile .dealer-info .address-and-contact .address {
    color: #333 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    background-color: #333 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover {
    background-color: #d59d17 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    border-color: #333 !important;
    background-color: #333 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover {
    border-color: #d59d17 !important;
    background-color: #d59d17 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
    background-color: #333 !important;
    border-color: #333 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile:hover {
    background-color: #d59d17 !important;
    border-color: #d59d17 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {
    background-color: #333 !important;
    border-color: #333 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover {
    background-color: #d59d17 !important;
    border-color: #d59d17 !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label {
    background-color: #333 !important;
}

.detail-content-mobile .share-listing {
    color: #333 !important;
}

.detail-content-mobile .accordion-container .form-bottom .captcha-and-submit .mobile-close {
    color: #333 !important;
    border-color: #333 !important;
}

.faceted-search-content .mobile-done-button-container .mobile-done-button {
    background: #333 !important;
}

.faceted-search-content .mobile-done-button-container .mobile-done-button:hover {
    background: #d59d17 !important;
}



.tabs li a:link, .tabs li a:visited, .tabs li a:active {height: 100%;}

.link_btn {
	background-color: #d59d17;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px solid #d59d17;
	border-radius: 0;
	padding: 5px 10px;
	margin-top: 15px;
	box-sizing: border-box;
}

.link_btn:hover {
	color: #d59d17;
	background: none;
}


/*===================== 
	footer styles 
=======================*/
footer {
	margin: 0;
	width: 100%;
    box-sizing: border-box;
	}

.footer_wrapper {
    background-color: #000;
    color: #fff;
    box-sizing: border-box;
}

.footer_contain {
    padding: 20px 50px;
    box-sizing: border-box;
}

.foot_quicklink {
    padding: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.foot_contact {
    padding: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.foot_copy {
	padding: 20px;
    text-align: right;
    box-sizing: border-box;
}

.foot_logo {
    margin-left: auto;
    padding-bottom: 10px;
}

.copyright {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.75;
}

.copyright_head {
    font-size: 10px;
    font-weight: 800;
}

.copy_link {
    color: #fff !important;
}

.copy_link:hover {
    color: #d59d17 !important;
}

.divfooter {
	display: none;
	}
	
.outlook_btn {
	background-color: #d59d17;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px solid #d59d17;
	border-radius: 0;
	padding: 5px 10px;
	margin-top: 15px;
}

.outlook_btn:hover {
	color: #d59d17;
	background: none;
}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width: 1500px ) {
    .header_links { font-size: 11px;}
    .number_contain {padding-right: 50px;}
    nav.primary {padding-right: 50px;padding-left: 9px;}
    nav > ul > li {padding-left: 0;}
    .btn_wrapper {padding-left: 100px;padding-right: 100px;}
    .logo_btn {width: 200px;}
    .about_wrapper {padding-left: 100px;padding-right: 100px;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .nav_contain {position: inherit;top: auto;}
    nav.primary {padding-right: 50px;padding-left: 50px;width: 100%;top: 50px;position: inherit;}
    nav > ul > li {padding-left: 10px;}
    .number_contain {width:40%;padding-top: 45px;padding-bottom: 45px;}
    .logotype_contain {width: 30%; padding-top: 50px;padding-bottom: 50px;}
    .logomark_contain {width: 30%;}
    .btn_wrapper {padding-left: 50px;padding-right: 50px;}
    .logo_btn {width: 175px;}
    .about_wrapper {padding-left: 50px;padding-right: 50px;}
    .auctiontime {width: 90%;}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header_links {font-size: 12px;}
    .number_contain {width: 50%; padding-left: 0;}
    .sm_number_contain {display: none;}
    .foot_logo {padding-bottom: 10px;margin: auto;}
    .foot_quicklink {width: 50%;}
    .foot_contact {width: 50%;}
    .foot_copy {text-align: center;}
    .btn_wrapper {padding-left: 0;padding-right: 0;}
    .about_contain {padding: 0; width: 100%; text-align: center;}
    .fb-page {width: 90%;margin-right: 5%;margin-left: 5%;}
    .contact-text {text-align: center;}
}

@media only screen and (max-width : 850px) {
    .sell-w-u-col-1-2 {
        width:100%;
        margin:0 auto;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .sm_number_contain {display: inline-block; width: 50%; padding-left: 0; padding-top: 25px; padding-bottom: 25px; padding-right: 50px;box-sizing: border-box;}
    .number_contain {display: none;}
    .footer_contain {padding: 20px 25px;}
    .hero_welcome {font-size: 18px;}
    .hero_ba {font-size: 28px;}
    .btn_contain {width: 100%;}
    .blk_block_btn {width: 100%;}
    .gld_block_btn {width: 100%;}
    .body-content {width: 90%;}
	.container {display: block !important;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
     .sm_number_contain {padding-right: 25px;}
     .footer_contain {padding: 20px 0px;}
     .foot_quicklink {width: 34%;}
     .foot_contact {width: 66%;}
    .hero_welcome {font-size: 16px;}
    .hero_ba {font-size: 24px;}
}

@media only screen and (max-width: 400px) {
    .sm_number_contain {padding-top: 10px;padding-bottom: 10px;padding-right: 15px;}
    .header_ext { font-size: 11px;}
    .header_links {display: grid;}
    .foot_quicklink {width: 100%;text-align: center;}
    .foot_contact {width: 100%;text-align: center;}
    .hero_welcome {font-size: 12px;}
    .hero_ba {font-size: 20px;}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .sm_number_contain {padding-top: 0px;padding-bottom: 0px;}
    .header_ext { font-size: 10px;}
}

