/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Montserrat', sans-serif;
}



a {
	color:inherit;
	text-decoration:underline;
	
}

a:hover{
	color:#dbac5e;
	text-decoration:none;
}

p{
	padding:20px 0;
}

/*----captcha
/*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;
	display: inline-block;
}

.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;} 
        

html {scroll-behavior: smooth;}

 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.none{display:none;}

*{box-sizing:border-box;}


.site-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}

.no-pad-wrapper {
	width:100%;
	max-width:1500px;
	margin:0 auto;
	position:relative;
}

.site-wrapper ol {list-style:auto inside;}
.site-wrapper ul {list-style: inside;}


::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/

.top-contact{
	display:inline-block;
	margin:0 auto;
	text-align:right;
	padding:0 20px;
}

.top-contact p{
	color:#fff;	
	font-weight:500;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	font-size: 14px;
	letter-spacing: .5px;
}
.top-contact a {text-decoration:none;display:inline-block; margin:4px;}
.top-contact a:hover {text-decoration:underline; color:#fff; }
.top-contact a[href^="tel:"] {margin-left:15px; font-size:16px; color:#fff; text-decoration:none;}
.top-contact a[href^="tel:"]:hover {text-decoration:none;}	

a.orange-button {display: inline-block; padding:12px 20px; text-decoration:none; text-transform:uppercase; color:#000 !important; border-radius:20px; background: #E16C32; transition: .3s ease;}
a.orange-button:hover {text-decoration:none; background: #d5865f;}

a.black-button {display: inline-block; padding:12px 20px; text-decoration:none; text-transform:uppercase; color:#fff !important; border-radius:20px; background: #111; transition: .3s ease;}
a.black-button:hover {text-decoration:none; background: #474747;}

.auction-bar{
	width:100%;
	display:block;
	text-align:center;
	margin:0 auto;
	background:#E16C32;
	padding-top:20px; padding-bottom:20px;
}

.auction-bar a{
	text-decoration: none;
	font-weight:600;
	text-transform:uppercase;
}

.auction-bar a:hover{
	color:white;
}

.header{
	width:100%;
	display:block;
	text-align:right;
	margin:0 auto;
	background:#1e1e1e;
}

.logo{
	text-align:left;
	margin:0 auto;
	display:inline-block;
	padding:20px 0 0 0;
	position:absolute;
	left:0;
	z-index:99;
}

.logo img{
	width:100%;
	max-width:370px;
	margin:0;
}




.starburst {position: absolute; right: 10%; background: #000; color:#fff; padding: 15px 25px; text-decoration: none; font-weight: 800; text-transform: uppercase; border-bottom-right-radius: 20px;border-bottom-left-radius: 20px; transition: .3s ease;}
.starburst:hover {background: #fff;}

/* HOME PAGE STYLES
-----------------------------------------------*/

.hero{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
}

.hero img{
	width:100%;
	display:block;
}


.quick-search-bar {
	position:relative; z-index:5; 
	display:flex; flex-flow:row wrap; align-items: center;
	width:96%; max-width:1200px; margin:-25px auto 25px auto; padding:28px; background:#e0e0e0; box-sizing: border-box;
}
.quick-link-search form.search-form {width:100%;}


.announcement-banner {
	padding:38px 30px 42px 30px;font-size:18px; line-height: 1.3; text-align:center;font-weight: 600; text-transform:uppercase; color:#fff; 
	
	background-color: #1e1e1e; background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2338302b' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.announcement-banner span {font-size:24px; font-weight:800; color:#E16C32}


/*---POP-UP -----------------------------------*/

*, *: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: 5px;
    right: 20px;
                transition: all 0.2s;
                font-size: 45px;
                font-weight: bold;
                text-decoration: none;
                color: #fff;
                padding:0 3px;
}
.popup .close:hover {
  background: #000;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/*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: 1090px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 36px 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;
}

.popup img {display: flex; margin: 0 auto; width: 80%;}
.popup-text {display: none;}
/************************************************** Equipment Images *****************/




/*  NAVIGATION
------------------------------------------------*/
#navcontain {
    background: #1e1e1e;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}


#menu-button{display:none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; margin:0; padding:0;}

nav.primary ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:flex-end; margin:0; padding:0;}
nav.primary ul li {margin:0; padding:0; list-style-type:none; }
				
nav.primary ul li a {
	display:block; padding:20px;
    font-size: 16px; line-height:1; text-align:center; text-decoration:none; font-weight: 500; text-transform:uppercase; color:#fff;
	cursor:pointer; -webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
	
	
	border: 0;
    position: relative;
    box-sizing: border-box;


}	

nav.primary ul li a:hover {color:#cfcfcf;}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: auto;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
padding:15px 0; font-size:.94em; line-height:18px; text-align:left; color:#fff; border:0; background: #181818;
	
	width: 260px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 20px;
    text-align: left;
    color: #fff;
    border-bottom: #ccc 1px solid;
    z-index: 999;
    text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    line-height: 1;
    font-weight: 500;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {color:#fff; background:#000;}

/*  NAV DROPDOWNS
------------------------------------------------*/
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: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}



.box-contain {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
}

.box-wrap {
    width: calc(99% - 10px);
    float: none;
    margin: 0 auto;
    text-align: center;
	
	display:flex; flex-flow:row wrap; justify-content:space-around; 
}

.zoom-container {
    /*float: left;*/
    /*width: 25%;*/
	flex:1 33.33%;
	/*flex:1 33.333%;*/
	
    border: 1.5px solid #fff;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.main-zoomer {flex:1 50%; max-height:100%;}
.long-zoomer {flex:1 100%; max-height:300px;}

.zoom-container .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background:rgba(221,103,45,.85);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.zoom-container .zoom-caption h6 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
}

.zoom-container img {
    display: block !important;
	
	position:relative; 
	 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
    margin: 0;
}

.zoom-container:hover .zoom-caption {
    background: none
}

.zoom-container:hover img {
    transform: scale(1.25) translate(-40%, -40%);
    display: block;
}

.zoom-container:hover span {
    color: #fff;
}





/* RESET */
.cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *{box-sizing: border-box;}

/* MODAL */
.lock{overflow: hidden; -webkit-overflow-scrolling: touch;}

a.show-modal {cursor: pointer;}

.modal{display: none; position: fixed; background: rgba(0,0,0,.5); padding-top: 3.5%; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; z-index: 99999;}
.modal .modal-content{position: relative; margin: auto; width: calc(100% - 30px); max-width:1200px; background: #fff; border-radius: 3px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25); animation-name: animatetop; animation-duration: .4s;}
.modal .modal-head{position: relative; padding: 15px 25px 0; color: #555;}
.modal .modal-head .close{position: absolute; top: 15px; right: 15px; font-size: 20px; color: #ccc; cursor: pointer;}
.modal .modal-head .close:hover{color: #000;}
.modal .modal-main{padding: 25px 25px 50px;}
.modal .modal-main img {width:100%;}

.modal .modal-buttons{background: #f5f5f5; padding: 10px 15px; border-top: 1px #ddd solid;}
.modal .modal-buttons a{display: inline-block; float: right; padding: 10px 35px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; border-radius: 3px; cursor: pointer;}
.modal .modal-buttons .save-modal{background: #F89520; color: #fff;}
.modal .modal-buttons .save-modal:hover{background: #E16C32; color: #fff;}
.modal .modal-buttons .close-modal{color: #999;}
.modal .modal-buttons .close-modal:hover{color: #555;}

@keyframes animatetop{
	from{top: -300px; opacity: 0} to{top: 0; opacity: 1}
}




/*== Welcome Section ==*/

.welcome-section{
	background:#333;
	color:#eee;
	text-align:center;
	padding:70px 0;
}

.welcome-info{
	padding:60px 0;
	border-top:2px solid #4f4f4f;
	width:70%;
	margin: 0 auto;
}

.welcome-info h1{text-transform:uppercase; padding:20px 0;}


/* SUB PAGE STYLES
-----------------------------------------------*/
.sub-hero{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
}

.sub-title{
	width:100%;
	display:inline-block;
	margin:0 auto;
}

.sub-title img{
	display:inline-block;
	vertical-align:middle;
	width:100px;
	margin:0 auto;
}

.sub-title h1, .sub-title span{
	vertical-align:middle;
	display:inline-block;
	color:#333;
	font-size:45px;
	text-transform:uppercase;
	font-weight:700;
	padding:30px 0;
}

.sub-main{
	padding:40px 0 100px 0;
}

.col-3-4{
	width:60%;
	display:inline-block;
	margin:0 auto;
	vertical-align:middle;
	padding: 0 20px 0 0;
}

.col-1-4{
	width:29%;
	display:inline-block;
	margin:0 auto;
	vertical-align:middle;
}

.col-1-4 img{
	width:100%;
}

/*contact page*/

.sub-main .c-left h3{
	text-align:left;
	text-transform:uppercase;
	color:#333;
	padding:10px 0;
	font-size:24px;
}

.sub-main .c-left p{
	color:#333;
	text-align:left;
	font-size:20px;
	padding:10px 0;
}

.c-left h4{text-transform: uppercase; font-size:20px; color:#fff}
.sub-main .c-left h4{color:#333;}

.sub-main .c-left a{
	color:#333;
	text-decoration:none;
}

.sub-main .c-left a:hover{
	color:#E16C32;
	text-decoration:none;
}

.faq-menu {padding:40px 0 80px 0;}
.faq-menu li {padding:3px 0; line-height:1.3;}

/*financing page*/
.fin-left{
	width:24%;
	display:inline-block;
	margin:0 0 20px 0;
	vertical-align:middle;
	text-align:left;
}

.fin-left img{width:250px;}

.fin-right{
	width:60%;
	display:inline-block;
	margin:0 0 20px 0;
	vertical-align:middle;
	padding:0 50px;
	border-left:1px solid #eaeaea;
}

.fin-right a{color:#333;}


/*location page*/
.loc-left{
	width:calc(40% - 50px);
	display:inline-block;
	margin:0 0 20px 0;
	vertical-align:middle;
	text-align:left;
	padding:0 50px 0 0;
	border-right:1px solid #eaeaea;
}

.loc-left h3{
	text-transform:uppercase;
	color:#000;
	padding:10px 0;
	font-size:28px;
}
.loc-left h4{font-size:22px; text-transform: uppercase;}
.loc-left p{
	font-size:20px;
	padding:10px 0;
}

.loc-left a{
	text-decoration:none;
}


.loc-right{
	width:63%;
	display:inline-block;
	/*margin:0 0 20px 0;*/
	box-sizing: border-box;
	vertical-align:middle;
	padding:0 0 0 50px;
}

.loc-right .cycle-slideshow {z-index:5; position:relative;overflow:hidden; width:100%; margin:0; padding:0; box-sizing: border-box;}
.loc-right .cycle-slideshow img {position:relative; width:100%; margin:0; padding:0;}

.loc-map {margin:50px 0 0 0;}


/* Popup Overlay - covers entire screen */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show popup when active */
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Container */
.popup-container {
    position: relative;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px; /* Reduced padding for slight white space */
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.4s ease;
}

@keyframes popupSlideIn {
    from {
        transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 36px;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
    z-index: 10; /* Keep close button above image */
}

.popup-close:hover {
    color: red;
}

/* Popup Content */
.popup-content {
    text-align: center;
}

.popup-gif {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 0; /* Removed bottom margin */
}

.popup-title {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #333;
}

.popup-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .popup-container {
        padding: 15px;
    }
    
    .popup-title {
        font-size: 24px;
    }
}

/* INVENTORY
------------------------------------------------*/
.cf{background:#fff; }
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button-bestused{
	background:#E16C32 !important;
}
.hosted-content h1{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}





/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:110px;
    overflow:hidden;
	background:#fff;
	padding:10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/* CONTACT SECTION
------------------------------*/
.contact-section{
	width:100%;
	padding:30px 0;
	background:#333;
}

.contact-bg{
	background:url(../siteart/contact-bg.jpg) no-repeat;;
	background-size:cover;
	width:100%;
	padding:100px 0;
}

.contact-section h3{
	text-align:left;
	text-transform:uppercase;
	color:#fff;
	padding:10px 0;
	font-size:24px;
	text-shadow:1px 1px 3px #000;
}

.contact-section p{
	color:#fff;
	text-align:left;
	font-size:20px;
	padding:10px 0;
	text-shadow:1px 1px 3px #000;
}

.contact-section a{
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 3px #000;
}

.contact-section a:hover{
	color:#E16C32;
	text-decoration:none;
}

.c-left{
	width:40%;
	display:inline-block;
	text-align:left;
	vertical-align:middle;
	margin:0 auto;
}

.c-right{
	width:59%;
	display:inline-block;
	margin:0 auto;
	vertical-align:middle;
}

.ship-btn{
	width:250px;
	padding:20px;
	margin-top:20px;
	border:1px solid #E16C32;
	text-align:center;
	color:#E16C32;
	display:inline-block;
	transition:ease-in .3s;
}

.ship-btn:hover{
	background:#E16C32;
	color:#fff;
	transition:ease-out .3s;
}


/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#c7c7c7;
	font-size:11px;
	text-align:center;
	background:url(../siteart/light-wool-texture.png) #fff;
	padding: 0 0 30px 0;
}

.footer a{
	color:#c7c7c7;
	text-decoration:underline;
}

.footer a:hover{
	color:#c7c7c7;
	text-decoration:none;
}
.divfooter{
	width:60%;
	margin:20px auto;
}
.upper-contact h4,.upper-contact p {font-size: 16px; color:#fff; line-height: 26px; font-weight: 400}
.upper-contact h4 b {font-weight: 800;}
.contact-section p {font-size: 18px; color:#fff; line-height: 26px; font-weight: 400}


/* FACETED INVENTORY
------------------------------*/

#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:#e16c32 !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, .selected-facet, .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:#e16c32 !important;}

.selected-facet, .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 #e16c32 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .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: #e16c32 !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;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}


.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}



.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}





@media screen and (max-width:1750px){
	.icon-section{top:610px;}
}


@media screen and (max-width:1550px){
	.icon-section{top:530px;}
}
@media screen and (max-width:1500px) {
	nav.primary ul li a {
        padding: 20px 15px;
    }
}
@media screen and (max-width:1380px) {
    nav.primary ul li a{
        padding: 20px 10px;
    }
}

@media screen and (max-width:1310px){
	.icon-section{top:440px;}
}

@media screen and (max-width:1250px){
	.sub-hero{padding-top:30px;}	
}

@media screen and (max-width:1280px){
	.logo {width: 100%; margin: 0 auto; text-align: center; position: relative;}
	.header-contact {width: 100%; text-align: center; margin: 0 auto;}
	.top-contact {width: 100%; text-align: center; margin: 0 auto; padding: 5px 0;}
	.top-contact a[href^="tel:"] {display:block;margin-top:10px;}
	.starburst {width: 90%; padding: 15px 0; right: 5%; left: 5%;  text-align: center;}
	
	
	
	nav.primary{display:none;}
	#menu-button{width:100%; display:inline-block; font-size: 1.25em; text-align:center; position: relative; z-index:400; }
	#menu-button a{display:inline-block; font-size:16px;  color:#fff; text-decoration: none; padding:20px; cursor:pointer;}
	
	nav.mobile ul li a .fa{
		width:25px;
		font-weight:100;
		padding:8px 3px;
		margin:0 0 0 5px;
		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 {position:absolute; right:10px; margin:18px 0 0 0;}

	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -285px;
		width: 285px;
		height: 100%;
		z-index: 500;
		overflow:auto;
		padding-bottom:40px;
		background:#333;
	}
	
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index:9999;
		display: inline-block;
		
		top: 15px;
		left: 15px;
		font-size:16px;
		word-spacing:13px;
		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 .menu-header {	
		color: #ccc;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
		background:#313131;
	}			
	nav.mobile .menu-title {position: absolute; vertical-align: top; top: 16px; right: 47px; text-transform:uppercase; font-size:12px; color: #ccc;}
		
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color: #ccc; text-decoration: none; vertical-align: top; cursor:pointer; font-family: Arial, sans-serif;}
	nav.mobile .menu-toggle:hover {color: #fff;}
	
	/* MENU LIST STYLE */
	nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
	nav.mobile ul li {color: #999; font-size:15px; border-bottom: 1px solid #303030;}
	
	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size:15px;
		text-align:right;
		cursor:pointer; 
		text-decoration: none;
		border-left:4px #333 solid;
		padding: 15px 35px 15px 20px;
		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 #E16C32 solid;}
	
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {color: #ccc; background: #444; border-left:4px #444 solid; padding: 15px 10px 15px 15px;}
	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 {color: #ccc; background: #555; border-left:4px #555 solid;}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}	
}

@media screen and (max-width:1150px){
	.icon-section{top:370px;}
	
	.fin-left{width:30%;}
	.fin-right{width:69%;}
	
	
	
	.loc-left{width:calc(45% - 50px);}
	.loc-right{width:58%;}
}

@media screen and (max-width:1024px){
	.quick-search-bar {margin:2% auto;}
	
	.zoom-container {width: 50%;}
	.zoom-container .zoom-caption h6 {font-size: 20px;}
	
		.loc-left{width:100%; margin:0 auto; padding:0; text-align:center; border-right:0;}
	.loc-right{width:100%; margin:50px 0 0 0; padding: 0;}
	.dividebar {margin-left:auto !important; margin-right:auto !important;}
}

@media screen and (max-width:930px){
	
	
	.col-3-4{width:70%;}
	
	.icon-section{top:310px;}
	
	.fin-left img{width:200px;}
}

@media screen and (max-width:830px){
	.c-left{width:100%; padding-bottom:20px;}
	.c-right{width:100%;}
}

@media screen and (max-width: 830px){

.popup-text {display:contents; color:#fff !important; text-align: center !important; font-weight: 600;}

.popup-text a {text-decoration: none}

.popup-text a:hover {color: #dbac5e;}
}
 
@media screen and (max-width:730px){
	.icon-section{top:270px;}
	.icon-btn img{width:130px;}
	
	.welcome-info{width:80%;}
	.welcome-info h1{font-size:26px;}
	
	.col-3-4{width:90%;}
	.col-1-4{width:100%;}
	
	.fin-left{width:100%; text-align:center; margin:0 auto; padding:20px 0;}
	.fin-right{width:100%; text-align:center; padding:20px 0; border-left:none; border-bottom:1px solid #eaeaea;}
	
	

	
		.popup img{padding-top: 40px; width: 90%;}
}

@media screen and (max-width:650px){
	.logo img{max-width:400px; margin: 0 auto}
	
	.icon-section{
		position:relative;
		top:auto;
		background:#333;
		padding:20px 0;
	}
	
	.icon-btn{
		width:80%;
		text-align:left;
		padding:20px 0;
		display:block;
		border-top:1px solid #c7c7c7;
	}
	
	.icon-btn:nth-child(1){
		border-top:none;
	}
	
	
	.icon-btn img{
		width:70px;
		display:inline-block;
		margin:0 20px 0 0;
		vertical-align:middle;
		text-align:left;
	}
	
	.icon-btn h3{
		display:inline-block;
		vertical-align:middle;
		text-align:left;
	}

	.welcome-section{padding:10px 0;}
			.welcome-info iframe{height:225px!important; width: 100%!important; }

	.contact-section h3{font-size:22px;}
	.contact-section p{font-size:18px;}
}

@media screen and (max-width:550px){
	.logo img{max-width:350px;}
	.top-contact {width: 95%; margin: 0 auto;}
	.top-contact p{width: 100%; text-align: center; margin: 0 auto; padding: 5px 0;}
	
	.starburst {font-size: 14px;}

	.welcome-info{width:100%;}
	.welcome-info p{text-align:left;}
	
	.divfooter{width:100%;}
	
	.zoom-container {flex: 1 50%;}
	.zoom-container .zoom-caption h6 {font-size: 18px;}

}


@media screen and (max-width:450px){
	.logo{
		position:relative;
		text-align:center;
		width:100%;
		padding:20px 0;
	}
	.logo img{margin-top:0;}
	
	.top-contact{width:100%; text-align:center;}
	.icon-btn{width:90%;}
	
	.sub-hero{padding-top:0;}
	.sub-title h1{font-size:30px;}
	
	.sub-main{padding:0 0 30px 0;}
}

@media screen and (max-width:400px){
	.zoom-container {flex: 1 100%;}
}
