/***** 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;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/

@import url(//fonts.googleapis.com/css?family=Oswald:300,400,500,700);

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	-web-text-size-adjust:none;
	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;} 

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/

/*  There should only be one H1 tag:
ex: <h1 class="page=title">Name</h1>     */

h1 { font-family: 'Oswald', sans-serif; font-weight:700; color: #f68b20; font-size: 31px; text-transform: uppercase;}


h2 { font-family: 'Oswald', sans-serif; font-weight:700; color: #f68b20; font-size: 31px;}
h3 { font-family: 'Oswald', sans-serif; font-weight:700; color: #fff; font-size: 20px;}
h4 { font-family: 'Oswald', sans-serif; font-weight: 500; color: #000; font-size: 16px;}
h4 a{ font-family: 'Oswald', sans-serif; font-weight: 500; color: #000; font-size: 16px;}
h4 a:hover{color: #f68b20;}
h5 { font-family: 'Oswald', sans-serif; font-weight: 400; color: #fff; font-size: 12px;}


h6 { font-family: 'Oswald', sans-serif; font-weight:500; color: #80543b; font-size: 16px;}
h7 { font-family: 'Oswald', sans-serif; font-weight:400; color: #80543b; font-size: 14px;}

p { font-family: 'Oswald', sans-serif; font-weight: 400!important; font-size: 16px; line-height: 38px; color:#000;}

.quote{
	font-style: italic;
	font-family: 'Oswald', sans-serif;
	font-weight: 400; 
	font-size: 20px; 
	line-height: 28px;
	font-weight:600; 
	color:#000;
}

.break{
	height:200px;	
}


/*===================== 
	link styles 
=======================*/

a{
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	color: #000;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #f68b20; text-decoration:none;}

.counter{
	margin:0 auto;
	text-align:center
}

.counter img{
	max-width:800px;
	width:100%;	
}

/*===================== 
	header styles 
=======================*/


.header {
    width: 100%;
	background: url('../siteart/header_bg.jpg');
	overflow:hidden;
	height:115px;
}

	
#logo {
    position: relative;
    bottom: 95px;
    max-width: 355px;
    margin: 0 auto -180px;
    z-index: 998;
    width: 100%;
}
#logo img {
    max-width: 355px;
    width: 100%;
    height: auto;
    margin: 0 auto;
	z-index: 9;
}

.header-right {
    float: right;
    text-align: right;
    padding: 2% 0;
}


/*===================== 
	nav styles 
=======================*/

#menu{
	visibility:hidden;
}

#nav{
	max-width: 1100px;
	margin: 0 auto;
}

#nav ul{
	list-style:none;
	position:relative;
	width: 100%;
	z-index: 999; 
}

#nav a {
    position: relative;
    display: inline-block;
	font-family: 'Oswald', sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    padding: 25px 10px 19px 22px;
    font-weight: bold;
}

#nav ul a:hover {
    color: #fff;
    border-bottom: solid 3px #fff;
}

.left{
	float: left;
	text-align: left;
}

.right{
	float: right;
	text-align: right;
}



/*===================== 
	content styles 
=======================*/



.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}

.map-inv {
    background-image: url(../siteart/map.jpg);
    border-top: #f8a14b solid 3px;
    background-size: cover;
    width: 100%;
    opacity: 1;
    position: relative;
    top: -14px;
    margin: 0 0 -45px;
    padding: 90px 0;
}

.map {
    background-image: url(../siteart/map.jpg);
    border-top: #f8a14b solid 3px;
    background-size: cover;
    width: 100%;
    opacity: 1;
    position: relative;
    top: 33px;
    margin: 0 0 0;
    padding: 90px 0;
}
.map-title {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 999;
    bottom: 0px;
}
.map-title h2 {font-size:52px;}
.map-title h4 a {font-size:37px;}

.map-border{
	margin-top:0;
	border-top: 3px solid #f68b20;	
}

.auction-container{
	margin: 2% auto 0;
	width:100%;
	max-width:1100px;
	overflow:hidden;
}

.at-logo{
	margin:2% auto;	
	text-align: center;
}

.products{
	text-align:center;
	margin: 2% auto;
	width:100%;
	float:left;	
	/*display:inline;*/
}
.products img {
    padding: 2% 4%;
}

.parts a h4{color:#80543b}
.parts a h4:hover{color:#f68b20}

/*===================== 
	zoom-wrap 
=======================*/

.zoom-container {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 2px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	font-weight:500;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container a{color: #bbbbbb;}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(25, 7, 7, 0.82);
    -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 h2 {
    display: block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 26px;
    font-style: normal;
    margin: 14% 0 0;
    text-transform: uppercase;
    color: #fff;
}
.zoom-container:hover .zoom-caption {
	background: none;
}



	
/*===================== 
	slideshow styles 
=======================*/


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: -14px auto;
    bottom: 14px;
	border-top: 5px solid #f68a1e;
}
.cycle-slideshow img{
	width:100%;
}


.giant{
	position:relative;
    bottom: 14px;
	width:100%;
}
.giant img{width:100%;}

/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap-home {
    width:100%;
    height:90px;
    overflow:hidden;
	position: relative;
	border-top: 5px solid #f68a1e;
	margin: 0 0 -33px;
}

.scrolling-wrap-inv {
    width: 100%;
    height: 90px;
    overflow: hidden;
    position: relative;
    border-top: 5px solid #f68a1e;
    margin: 0 0 0px;
    bottom: 14px;
}


.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	position: relative;
    bottom: 14px;
	border-top: 5px solid #f68a1e;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.clear {clear:both;}

.container {
	max-width: 1100px;
	margin: 2% auto;
	width:100%
}


.container h2{
	color:#000;
	font-size: 25px;
}

	
.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;}


.send-button a{
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	background: #80543b;
	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;
	padding: 10px 15px;
    font-weight: 500;
}

.send-button a:hover {
	background: #f68b20;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}



/*===================== 
	main form
=======================*/

#form{
	background: #fff;
	max-width:1100px;
	margin: 5% auto;
	color:#80543b;
}

#form iframe{width:100%;}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #80543b;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #80543b;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #80543b;
	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: 'Oswald', sans-serif;
	font-weight:500;
	background: #80543b;
	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: #f68b20;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}

#form input placeholder{
	color: #ceae8f;	
}
 
/*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;
	font-family: 'Oswald', sans-serif;
}

.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: #80543b;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*===================== 
	 footer styles 
=======================*/


.footer {
    background-image: url(../siteart/footer_bg.jpg);
    background-repeat: repeat;
    width: 100%;
    padding: 50px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 0;
    bottom: -34px;
    position: relative;
    height: 100%;
    font-size: 14px;
}
.footer a {
    font-size: 14px;
}


.right-foot{float:right; text-align:right;}
.left-foot{float:left; text-align:left;}

.right-foot a{padding-right:20px;}
.right-foot a, .left-foot a{color:#fff;}
.right-foot a:hover, .left-foot a:hover{color:#f68b20;}

.divfooter {
    line-height: 14px;
    width: 60%;
	margin: 0 auto;
} 



/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content{color:#000!important;}

.hosted-content .p-tb-10 {
    padding: 5% 0!important;
}
	
	
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #757575;
    font-family: 'Oswald', sans-serif!important;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background: #f68719!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #757575!important;
    color: #fff!important;
}
.hosted-content #main-search .form-row {
    width: 100%;
    float: left;
    margin: 0 0 12px;
    color: #000 !important;
}

.hosted-content .nobr {
    white-space: nowrap;
    color: #000	!important;
}

.listings-wrapper .listing-smallcard .listing-smallcard-spec {
    line-height: 20px;
    color: #000 !important;
}

.hosted-content .bold {
    font-family: 'Oswald', sans-serif!important;
    font-weight: bold;
    color: #000 !important;
}

.hosted-content .listings-detail-wrapper .information-box {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding: 1.5rem 2%;
    padding: 15px 2%;
    -ms-word-break: break-word;
    word-break: break-word;
    color: #000 !important;
}



/*===================== 
  responsive styles 
=======================*/

.show-menu-for-mobile {display:none;}  

@media screen and (max-width: 1280px) and (min-width:1091px) {

.show-menu-for-mobile {display:none;}



}
@media screen and (max-width: 1190px) {

.container{
	margin: 2% 2%;	
	width: 95%;
}
#form {
    margin: 5% 5%;
    width: 91%;
}

.wrapper{width:94%; margin: 0 3%}


}
@media screen and (max-width: 1090px) {
 
.show-menu-for-mobile {display:block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

#navicon {
    float: left;
    font-size: 32px;
    text-decoration: none;
    position: absolute;
    z-index: 999999999;
    margin: 2.25rem;
    top: 20px;
    color: #fff;
}
#nav  {display:none;}

#menu{
	visibility:visible !important;
}
.header {
	overflow:visible !important;
}


 
 
}
@media screen and (max-width: 1115px) {

.zoom-container .zoom-caption h2 {
    font-size: 20px;
    font-style: normal;
    margin: 11% 0 0;
}

}
@media screen and (max-width: 905px) {

.zoom-container .zoom-caption h2 {
    font-size: 15px;
    font-style: normal;
    margin: 11% 0 0;
}

.right-foot {
    float: left;
    text-align: left;
	width: 100%;

}
.left-foot {
    float: left;
    text-align: left;
    width: 100%;
	padding-bottom:30px;
}



}
@media screen and (max-width: 815px) {
	
.map-title {bottom: 40px;}



}
@media screen and (max-width: 743px) {

.zoom-container { width: 50%;}
.zoom-container .zoom-caption h2 {
    font-size: 20px;
    font-style: normal;
    margin: 11% 0 0;
}

.header {height: 135px;}

#logo {
    bottom: 120px;
    max-width: 300px;
}

.column2 {
    width: 100%;
    float: none;
    padding-right: 25px;
    box-sizing: border-box;
}



}
@media screen and (max-width: 660px) {

.map-title h2 {font-size: 39px;}


}
@media screen and (max-width: 540px){


.products{float:none; width:100%; display:block; margin: 2% 0 0;}
.products img {
    padding: 2%;
    display: block;
    text-align: center;
    float: none;
    margin: 0 auto;
}



}
@media screen and (max-width: 520px){
.header {height: 169px;}
#logo {bottom: 163px; padding-left: 60px;}
#logo img {width: 76%;}

#navicon {margin: 1.25rem;}

h2 {font-size: 25px;}
h1 {font-size: 27px; margin: 5% 0 0;}

.products{float:left; width:100%; display:block;}

.scrolling-wrap {
    bottom: 0;
    top: 25px;
}

.at-logo {
    margin: 11% auto 2%;
    text-align: center;
}

}
@media screen and (max-width: 368px) {

.zoom-container { width: 100%;}

h2 {font-size: 21px;}
h4 a {font-size: 13px;}

.products img {
    margin: 7% auto;
}
#navicon {
    margin: 1% 1.25rem;
}

.map-title h2{font-size:31px;}
.map-title h4 a{font-size:29px;}

}