﻿
/*===================== 
	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%;}

/*===================== 
	base styles 
=======================*/
html {
    font-family: 'Open Sans', sans-serif !important;
    -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;
    font-family: 'DM Serif Text', serif;
    text-transform: uppercase;
    font-style: italic;
	}
	h1 {font-size:35px;}

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*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color:inherit;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
}
.logo {
    width: 26%;
    display: inline-block;
    vertical-align: middle;
}
.header-info {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #fff;
}

.header-info a {
	color: #fff !important;
}
.secondary-head {
    background: #444745;
    padding: 1.5% 0;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #fff;
				display: block;
				padding: 10px 15px;
				text-transform:uppercase;
				font-size:14px;
				-webkit-transition-duration: 0.3s; /* Safari */
  				transition-duration: 0.3s;
				}	
			nav.primary ul li a:hover {
				background: #a39643;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#4478db;
	width:150px;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#5689EC !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* 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;
	display:block;
}


/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
	display:none;	
}

/*===================== 
	layout styles 
=======================*/
.wrap {
	max-width:60%;
	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: #444745;
    padding: .65% 0;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:10px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:underline; 
		font-size:10px;
		color: #fff;
		}

.footertext {
	font-size:10px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	width:55%; 
	text-align:center; 
	margin:0 auto;
    color: #fff;
	}
	
/*===================== 
	Home Page 
=======================*/
.hero-img {
    background: url("../siteart/hero-img-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3% 0;
}
.callout-span {
    text-align: center;
    width: 75%;
    margin: 0 auto 3% auto;
    padding: 7.5% 0;
}
.call-btns {
    width: 25%;
    margin: 0 1%;
    color: #fff;
    text-transform: uppercase;
    font-family: 'DM Serif Text', serif;
    font-size: 22px;
    display: inline-block;
    padding: .45% 0;
    vertical-align: middle;
    background: rgba(255,255,255,.40);
    border: 2px solid #fff;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
.call-btns:hover {
    background: #a39643;
    border: 2px solid #a39643;
}
.intro-section {
    background: url(../siteart/intro-bg-img-2.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 11% 0 3% 0;
    margin-top: -156px;
}
.intro-section h1 {
    color: #a39643;
}
.offer {
    background: #444745;
    padding: 1.5% 0;
    text-align: center;
}
.offer h3 {
    color:#a39643;
    font-size: 22px;
}
.offer p {
    color: #fff;
}
.collage {
    text-align: center;
    padding: 2.5% 0;
}
.collage h3 {
    color:#a39643 ;
    font-size: 22px;
    padding-bottom: 1%;
}
.collage .col-1-2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5%;
    width: 48%;
}

.contact-section {
    background: url("../siteart/contact-bg-img.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2% 0;
}
.contact-section h3 {
    color:#a39643;
    font-size: 22px;
    padding-bottom: 1%;
}
.contact-section .col-1-3, .contact-section .col-2-3 {
    display: inline-block;
    vertical-align: middle;
}
.contact-section .col-2-3 .col-1-2 {
    display: inline-block;
    vertical-align: top;
}
.yellow-btn {
    background: #a39643;
    color: #fff;
    width: 70%;
    padding: 1.5% 0;
    text-align: center;
    margin-top: 4%;
}
.yellow-btn:hover {
    background: #444745;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
	
/*===================== 
	Contact Page 
=======================*/	
.contact-pg {
    padding: 3% 0;
    text-align: center;
}
.contact-pg h1 {
    color: #a39643;
    padding-bottom: 1.5%;
}
.contact-pg form {
	padding:3% 1%;
	width: 98%;
	display: block;
	margin: 1% auto;
	text-align: center;
	background: #f9f9f9;
}
.contact-pg form input {
	width: 32%;
	display: inline-block;
	vertical-align:middle;
	padding: .25%;
}
.contact-pg form textarea {
	width: 98%;
	padding: .25%;
	margin: 1% 0 0 0;
}
.contact-pg form input.button {
	background:#a39643;
	border-radius: 3px;
	padding:.75% 0;
	text-align: center;
	color: #fff;
	margin:0 auto;
	font-size: 15px;
	width: 25%;
    font-family: 'DM Serif Text', serif;
	text-transform: uppercase;
	-webkit-transition-duration: 0.3s; /* Safari */
  	transition-duration: 0.3s;
	border: none;
}
.contact-pg form input.button:hover {
	background: #444745;
}
	
/*===================== 
	Inventory Page 
=======================*/	
#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}

.detail-content .detail-additional-data h3, .detail-content .detail-additional-data span,.detail-content-mobile .detail-additional-data span, .detail-content-mobile .detail-additional-data h3 {
	font-family: 'DM Serif Text', serif !important; 
}
.container p, .container a,.container span,.detail-content .detail-additional-data div {
	    font-family: 'Open Sans', sans-serif !important;
}

.view-listing-details-link, .buy-now-link,.contact-options .collapsible-content a:hover,.email-seller .des-email-seller a:hover,.faceted-search-content .selected-facets-container .selected-facet,.detail-content .detail-additional-data .data-row .data-label,.detail-content .detail-main-body .main-detail-data .offer-btn:hover, .detail-content .detail-main-body .main-detail-data .buy-btn:hover,.compare-listings-container .compare-container .button,.contact-options .collapsible-content a,.detail-content-mobile .detail-additional-data .data-row .data-label,.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder input,.faceted-search-content .faceted-section-box .faceted-search:hover{
	background-color: #a39643 !important;
	color: #fff !important;
}

.faceted-search-content .faceted-section-box .faceted-horizontal-slider .faceted-slider-thumb {
	font-family: Arial,sans-serif !important;

}

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3 {
	color: #000 !important;
}

.view-listing-details-link:hover, .buy-now-link:hover,.list-content .list-container .buy-now-link, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text,.faceted-search-content .selected-facets-container .selected-facet:hover,.faceted-search-content .faceted-section-box .faceted-horizontal-slider .faceted-slider-thumb, .detail-content .detail-main-body .main-detail-data .buy-btn,.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn,.compare-listings-container .compare-container .button:hover,.des-retail-phone,.email-seller,.contact-btn,.detail-content-mobile .detail-contact-bar .contact-bar-btn,.faceted-search-content .faceted-section-box .faceted-search  {
	background-color: #444745 !important;
}
.compare-listings-container .compare-container .compare-specs .cs-row .specs-title {
	font-size: 15px !important;
}
.compare-listings-container .compare-container .compare-specs .cs-row .cs-label {
	font-size: 14px !important;
}

.compare-listings-container .compare-container .compare-specs .cs-spec,.compare-listings-container .compare-container .button {
	font-size: 13px !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
	border-color: #a39643 !important;
	background: #444745 !important;
	color:  #a39643 !important;
}



.list-content .list-listing-mobile .dealer-phone-container a {
	border-color: #444745 !important;
	color:  #444745 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
	border-color: #444745 !important;
	background: #a39643 !important;
	color:  #444745 !important;
}

.compare-checked a,.list-content .price-container .price,.currency-selector,.compare-listings-container .compare-container .compare-price,.list-content .list-top-section .list-listings-count {
	color: #a39643 !important;
}

.detail-content .search-results,.bread-crumbs-heading .return-links .return-links-link span,.bread-crumbs-heading .return-links .return-links-link i {
	color: #444745 !important;
}

.detail-content .detail-additional-data .data-row .data-label {
	font-weight: bold !important;
	letter-spacing: .5px !important;
}


/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1600px) {
.wrap {
    max-width: 75%;
} 
.callout-span {
    margin: 0 auto 7% auto;
}
}

@media screen and (max-width: 1300px) {
.wrap {
    max-width: 80%;
}
.intro-section {
    margin-top: -110px;
}
.callout-span {
    width: 85%;
}
.call-btns {
    width: 44%;
}
}

@media screen and (max-width: 1075px) {
.wrap {
    max-width: 85%;
}
.intro-section {
    padding: 10% 0 3% 0;
    margin-top: -87px;
}
    
.divfooter {
    width: 75%;
}
    
.contact-pg form input {
    width: 98%;
    padding: .75% .25%;
    margin: .5% 0;
}
.contact-pg form input.button {
    width: 85%;
}
}

@media screen and (max-width: 960px) {
.logo {
    width: 75%;
    display: block;
    text-align: center;
    margin: 1% auto;
}
.logo img {
    width: 40%;
}
.hero-img {
    padding: 1% 0 3% 0;
}
.header-info {
    width: 100%;
    display: block;
    text-align: center;
    margin: 1% auto;
}
.wrap {
    max-width: 90%;
}
    
.divfooter {
    width: 95%;
} 
    
.contact-section .col-1-3, .contact-section .col-2-3 {
    width: 100%;
    text-align: center;
}
.contact-section .col-2-3 .col-1-2 {
    width: 100%;
    margin: 1% auto;
}
.yellow-btn {
    width: 100%;
    margin-top: 3%;
}
    
.contact-pg form {
    margin: 3% auto 1.5% auto;
}   
.contact-pg form input.button {
    width: 95%;
    padding: 1% 0;
}
    
/*==============================
	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:1% 0 1% 3%;
	background-color:#222;
}
#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: 760px) {
.wrap {
    max-width: 95%;
}
.callout-span {
    width: 95%;
}
.call-btns {
    width: 85%;
    margin: 2% auto;
    padding: 1.5% 0;
}
.intro-section {
    padding: 13% 0 4% 0;
    margin-top: -75px;
}
.offer {
    padding: 3.5% 0;
}
.collage .col-1-2 {
    margin: .75% auto;
    width: 100%;
}
    
.contact-section .col-1-3, .contact-section .col-2-3 {
    width: 100%;
    text-align: center;
}
.contact-section .col-2-3 .col-1-2 {
    width: 100%;
    margin: 1% auto;
}
.yellow-btn {
    width: 100%;
    margin-top: 3%;
}

/*============================= 
	mobile btn styles 
==============================*/	
.mobile-btns {
	display:inline-block;
	width:30%;
	background:#222;	
}
	
/*==============================
	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:1% 0 1% 3%;
	background-color:#222;
}
#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%;
}
}
	
