﻿/***** 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;
}

/***** END RESET *****/

body {
	background: #381f07;
	font-family: Arial, Helvetica, sans-serif;
    padding-top:20px;
}


/***** TEXT/LINK FORMATTING *****/

a:link, a:visited {
	color: #764c29;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

p {
	color: #191919;
	font-size: 12px;
}

h3 {
	color: #402416;
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 25px 0;
}

h4, h5, h6 {
	color: #191919;
}

h4  {
	display: inline-block;
}

h5 {
	font-size: 15px;
	line-height: 1.4em;
}

.footer table {
	color: #666;
}

/***** SITE FRAMEWORK *****/

.hosted-content .attachment-search {display:none !important}

.full #wide_col{max-width:100% !important}

.hosted-content #wide_col {
    float: none !important;}

#wide_col {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.hosted-content .fluid {
    float: none !important;
}
.main-bg{
    background-image:url("../siteart/new-bg.jpg");
    background-size:contain;
    width:100%;
    margin:0 auto;
    height:100%;
    max-width:980px;
}

.columns {
  float: left;
  width: 33.33%;
}

.content-bg{
    background-image: url("../siteart/new-content-bg.jpg");
    background-size:cover;
    width:95%;
     box-shadow: 1px 1px 5px #000;
    margin:75px auto 10px auto;
}
.content-column {
      float: left;
    margin:20px;
    padding-bottom:20px
}

.one{width:50%;}

.one p{
    line-height:1.5;
}

.two{
    width:40%;
}

.aw-widget-current{
   float:right; 
    width:90%; 
    margin-top:90px
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.header-section{
    padding-top:40px;
    text-align:center
}

.mobile-header{display:none}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}

nav.mobile {display:none;}



nav.primary ul li a .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: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.primary {
	padding:0;
	display:block;
	width:100%;
    margin-right:20px;
    max-width:940px;
	position:relative;
    float:right;
    background-image:url("../siteart/nav-bg.jpg");
    background-size:cover;
    margin-top:20px;
    box-shadow: 2px 2px 5px #000;
    text-align:center;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0 -2px;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: Georgia, "Times New Roman", Times, serif;
                font-weight:600;
				color:#fff;
				font-size:12px;
				line-height:30px;
				text-decoration:none;
				padding:6px 15px;
				display:block;
				margin:0;
                text-shadow: 2px 1px #000;
				}	
			nav.primary ul li a:hover {
				color:#c2b59b;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li {
				display:block;
				width:250px;
				background: #381f07;
				list-style-type:none;
			}
			nav.primary ul li li a { 
				font-size:12px;
                text-shadow:none;
				line-height:5px;
				padding:15px 15px;
				color:#fff;
				display:list-item;
				text-align:left;
                font-weight:100;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color:#c2b59b; 
                background: #764c29;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
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;
}
/*-----Inventory Links-----------------*/
.button-container{
	width:100%; 
	display:flex; 
	flex-direction:row; 
	flex-wrap:wrap;
	justify-content: center;
	padding-top:5px;
}
.white{display:none;}
.buttons{
	width:215px; 
	background-color:#fff; 
	padding:5px; 
	margin:5px; 
	transition:.2s ease;
}
.buttons a{
	display:flex; 
	flex-direction:row; 
	text-decoration:none; 
	justify-content: space-around;
}
.buttons img{
	width:32%; 
	height:auto;
}
.buttons p{
	padding:20px 5px; 
	text-align:center; 
	font-weight:400; 
	font-size:12px; 
	color:#381f07;
}

.buttons:hover{background-color:#381f07;}
.buttons:hover p{color:#fff;}
.buttons:hover img{display:none;}
.buttons:hover .white{display:block;}
/**page about**/

.scrolling-inv {
	height: 120px;
	width: 980px;
}

.footer {
	padding: 25px 0;
	text-align: center;
}

.footer table {
	margin: 0 auto;
}


	.anylinkcss a:link,
	.anylinkcss a:visited {
		color: #FFF;
		display: block;
		text-decoration: none;
		font-size: 13px;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 8px 25px 8px 15px;
		-webkit-text-shadow: 2px 2px 0px #000;
		-moz-text-shadow: 2px 2px 0px #000;
		-o-text-shadow: 2px 2px 0px #000;
		text-shadow: 2px 2px 0px #000;
	}
	.anylinkcss a:hover, 
	.anylinkcss a:active {
		background: #764c29;
		color: #c2b59b;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		-o-text-shadow: none;
		text-shadow: none;
	}

.center-contact{
    margin-top:110px;
    margin-left:40px
}

	
	/* SCROLLING INV */
	
.scrolling-wrap {
    width:95%;
    height:90px;
    overflow:hidden;
    margin:10px auto;
    padding-bottom:15px;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/* Styles for Auction Section begin  */

/*--------------Footer Section----------------*/

#footer {
	padding:20px 0 20px 0;
	text-align:center;
	width:980px;
	margin:0 auto;
	display:none;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
}

a.footerlink:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
}

.smallfootertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#fff;
}

.divfooter {
	width:450px;
	text-align:center;
	margin:0 auto;
}

.main-content-wrapper {
	padding-bottom: 100px;
}

/*--------------InventorySection----------------*/



.inv .list-content, .inv .detail-wrapper, .inv .bread-crumbs-heading, .inv .compare-listings-container {
	background: #c1b399;
	box-shadow: 1px 1px 5px #000;
}
.list-listings-count {
	color:#000!important;
}

.view-listing-details-link{color:#FFF!important;}
.view-listing-details-link:hover{color:#51301b!important;}
.list-content .list-listing, .list-listing-mobile{background-color:#c1b399!important;border-color:#51301b!important;}
.faceted-search-content .faceted-section-head{background-color:#51301b!important;color:#FFF!important}
.faceted-search-content .faceted-section-box{background-color:#c1b399!important;}
.fin-stacked{background-color:#c1b399!important;}

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#51301b !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#51301b !important;}

 .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #51301b !important; transition: ease all 0.2s !important;}

 .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #51301b !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 




@media screen and (max-width: 900px)  {
.content-column {
      float: none;
}

.one{width:95%;margin:0 auto}

.divider {display:none} 

.aw-widget-current{
   float:none; 
    width:95%; 
    margin-top:20px;
}
    
.two{
    width:100%;
}
.center-contact{
    margin-top:0px;
    margin-left:-50px
}
}

@media screen and (max-width: 700px)  {

.aw-widget-current{
   float:none; 
    width:90%; 
    margin-top:20px;
}
    
}
@media screen and (max-width: 1000px)  {

/*==============================
		Mobile Nav Styles			
================================*/	
    .web-header{display:none}
    
    .mobile-header{display:block}
    
    .left-image, .right-image{display:none}
    nav.primary {
        width:95%;
        margin-right:2.5%;
    }
	nav.primary ul{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:30px; 
        margin-top:7px;
        margin-bottom:5px;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		}
		#menu-button a{
			 color:#fff;
             text-shadow: 2px 1px #000;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background:#381f07;
		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;
            margin-bottom:25px;
		}

		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;
		color: #fff;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color:  #c2b59b;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
	     font-family: Georgia, "Times New Roman", Times, serif;
        font-weight:600;
        color:#fff;
        font-size:12px;
        line-height:30px;
        text-decoration:none;
        padding:6px 15px;

	}
	nav.mobile ul li a:hover {
		background: #764c29;
		color: #c2b59b; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background:#513418;
		position: relative;
		display: block;
		line-height:30px;
		color: #c2b59b;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background: #764c29}

	/* 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;
	}
	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 */ 
		background:url(../siteart/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-footer {color:#c2b59b; position:relative; text-align:center; font-size:12px; line-height:16px; padding:15px 0;font-family: Georgia, "Times New Roman", Times, serif;}

	/* 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:#000;font-size:12px;margin-top:-3px}
}
	

