﻿/***** 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;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

img { border: 0;} 

.clear{clear:both;}


/***** END RESET *****/

/*===================== 
	font styles 
=======================*/


body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	overflow-x: hidden!important;
	overflow-y:scroll;
}

h1{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}

.head-contact {
    display: inline-block;
    float: left;
}

/*===================== 
	header styles 
=======================*/

.header a {color: #000;transition: .3s all;}
.header a:hover {text-decoration: none !important;}
.header {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

	.header-left{
		float:left;
		text-align: left;
		padding-bottom:10px;
	}
	.header-right{
		float:right;
		text-align: right;
	}
	.header-right img{
		float:right;
		text-align: right;
	}


.logo{
	float:left;
	text-align:left;
}

.logo img{
	margin-bottom:3px;
	width:100%;
	max-width: 480px;
}

.atlogo{
	float:right;
	padding-top:30px;
}

.navigation-wrap {    position: relative;
    width: 100%;
    margin: 0;
    background: url(../siteart/navbg.png) top center repeat-x;
    z-index: 999;
    height: 58px;}

.nav-wid {    max-width: 1060px;
    margin: 0 auto;
    width: 90%;}
/*===================== 
	content styles 
=======================*/

.content {   /*---------home Page--------*/
    background-image: url(../siteart/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -18px 0;
    width: 100%;
    left: 0px;
    position: absolute;
}

.content2 {   /*---------auction Page--------*/
    background-image: url(../siteart/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -18px 0;
    padding: 3% 0;
}

/*
.content3 { ---------Inventory Page--------
    background-image: url(../siteart/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -18px 0;
    padding: 3% 0;
}
*/

.content4 {  /*---------contact Page--------*/
    background-image: url(../siteart/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -18px 0;
    padding: 3% 0;
}

.white-bg{
	background:#fff;
	padding:2%;
}

.wrapper-home {
	width: 100%;
	padding: 4% 0 2% 0;
	max-width: 1100px;
	margin:0 auto;
}
.wrapper {
	width: 100%;
	padding: 1% 0;
	max-width: 1100px;
	margin:0 auto;
}


#middle{
	padding:0px 15px;
}

iframe{
	width:100%;
	margin: 0 0 0 0;
}


/*===================== 
	details styles 
=======================*/

#label{
	background-color:#000;
	color:#fff;
	padding-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
	width:330px;
	text-align:center;
}

#label img{
	margin-bottom:10px;
}

#label a:link, #label a:active, #label a:visited{
	color:#fff;
	text-decoration:none;
	display:block;
}

#label a:hover{
	color:#FC0;
}

#content2{
	width:960px;
	margin:0 auto;
	background-color:#fff;
	padding:20px;
}

#content2 a:link, #content2 a:active, #content2 a:visited{
	color:#000;
}

#content2 a:hover{
	color:#333;
}

.black div, .black a, .black span {
    color: #000 !important;
}
/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}

	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}



/*===================== 
	main form
=======================*/

#form{
	background: #fff;
	max-width:1100px;
	margin: 5% auto;
	color:#333333;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'montserratregular';
	background: #646d6d;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
	height: 50px;
}

#form input.send-button:hover {
	background: #158d12;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !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: #859090;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 



/*===================== 
	footer styles 
=======================*/


#footer{
	margin:50px auto;
	text-align: center;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#FFF;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#FFF;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#FFF;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#FFF;}

.divfooter {max-width:450px; width:100%;text-align:center; margin:0 auto;}


/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 2% 0!important;
	background:#fff!important;
}
	

.hosted-content #listings-title {
    font-size: 1.4rem!important;
}
	
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #FC0;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background: #FC0!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #757575!important;
    color: #fff!important;
}


/*-----Control widget size------*/

.hosted-content .widget-express .column3 img {width: 100%;max-width: 30px !important;}
.hosted-content .widget-express img {width: 30px;}
.hosted-content .hauler-image img {width: 30px;}
.hosted-content .widget-unico img { width: 30px;}
.hosted-content .listing-boxed-pricing .widgets, .hosted-content .listing-card-inner .widgets img { width: 30px;}


/*===================== 
  inventory styles 
=======================*/

#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: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !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:#75767a !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:#75767a !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 #75767a !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: #75767a !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; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.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;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!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;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}




/*===================== 
  responsive styles 
=======================*/



@media screen and (max-width: 1280px){





}

@media screen and (max-width: 1150px){
	
.wrapper-home {
    width: 96%;
    padding: 4% 0 2% 0;
    max-width: 1100px;
    margin: 0 auto;
}
.wrapper {
    width: 96%;
    padding: 1% 0;
    max-width: 1100px;
    margin: 0 auto;
}


}
@media screen and (max-width: 1050px) {

#label {
    background-color: #000;
    color: #fff;
    padding-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 330px;
    text-align: center;
    width: 100%;
    margin: 2% auto;
}
	
.column3 {
    width: 100%;
    float: none;
    padding-right: 0;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}	
	
.content {
    background-image: url(../siteart/bg.jpg);
    height: 1193px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
.header {
    background-color: #fff;
    margin: 0 auto;
    width: 96%;
    max-width: 1000px;
    padding: 0 2%;
}
	
	
	
	
	

}
@media screen and (max-width: 950px) {

.column2{
	width:100%;
	padding-right:0;
	margin:2% auto;
}

	
	
	

}
@media screen and (max-width: 750px) {
 
.header-right img {display: none!important;}
 
 
 
}
@media screen and (max-width: 530px) {

.at-logo {
    float: left;
    position: relative;
    top: 20px;
    margin: 0 0 10% 0!important;
}	
	


.content2 {
    background-image: url(../siteart/bg.jpg);
    height: 1565px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -18px 0;
}
	
	
	
	

}

@media screen and (max-width: 450px) {
	#label img {
    margin-bottom: 10px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
	.wrapper-home .column3 {
    width: 90%;
    margin: 0 auto !important;
}
	
	.logo {float: none;}
	.header a {display: inline-block;}
	.header {padding: 0!important;width: 90%; margin: 0 auto;}
}
@media screen and (max-width: 315px) {




}




