/***** 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 *****/


@font-face {
    font-family: 'icon-worksregular';
    src:url(../fonts/icon-works-webfont.eot);
    src: url(../fonts/icon-works-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/icon-works-webfont.woff) format('woff'),
         url(../fonts/icon-works-webfont.ttf) format('truetype'),
         url(../fonts/icon-works-webfont.svg#icon-worksregular) format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	overflow-x: hidden;
	width: 100%;
}
::-moz-selection {
    background: #ffd300;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ffd300;
    color: #fff;
    text-shadow: none;
}
h1,h2,h3,h4{ color: inherit; text-transform: uppercase}
h1{font-size: 40px; font-weight: 700; letter-spacing: 1px; line-height: 40px;}
h2{font-size: 32px; font-weight: 700; letter-spacing: 1px;}
h3{font-size: 26px; font-weight: 700; letter-spacing: 1px;}
h4{font-size: 18px; font-weight: 700; letter-spacing: 1.25px;}


p{line-height: 24px;}


a{ color: inherit;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	text-decoration: none;
}
a:hover{color: #ffd300;}

.fine-print {font-size: 13px;}

.clear{clear:both;}	

.shadow{box-shadow: 0px 6px 14px -7px rgba(0,0,0,.28);}


/*---STYLES---*/
.blue{color: #00205b;} .gray{color: #ACACAC;} .yellow{color: #f1b514;}

.blue-bg{background: #00205b; color: #fff;}
.black-bg{background: #000; color: #fff}
.white-bg{background: #fff;}
.light-gray{background: #e6e6e6;}

.wrapper-center{width: 80%; margin:  0 auto; text-align: center;}
.wrapper-inner{width: 80%; margin:  0 auto;}
.wrapper90{width: 90%; margin:  0 auto;}

.pad{padding:20px 0;}
.l-pad{padding:50px 0;}
.xl-pad{padding:80px 0;}


#blue-btn{background: #00205b; color: #fff; padding: 15px 30px; text-align: center; font-weight: 700; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 2px; text-transform: uppercase; border-radius: 6px;}
#blue-btn:hover{background: #000; color: #fff;}

#yellow-btn{background: #f1b514; color: #000; padding: 12px 30px; text-align: center; font-weight: 700; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 1px; text-transform: uppercase; border-radius: 6px;}
#yellow-btn:hover{background: #ffd300; color: #000;}


.flex-box{display: flex; align-items: center}
.flex-box .col-2{justify-content: flex-start; width: 50%; margin: 0 3px 0 0} 
.flex-box .col-2:last-of-type{margin: 0 0 0 0} 

.flex-row{display: flex;}


/*-- page images --*/

.pageimage{
	background-size: cover; 
	background-color: #282828;
	color: #fff;
	padding:5% 0;
	border-bottom: 5px solid #f1b514
}
.pageimage .wrapper-center h1{font-size: 60px; opacity: .8; line-height: 100%; color: #f1b514}

.pageimage.partspg{background: url(/siteart/pageimages/parts.jpg) no-repeat center top fixed;}
.pageimage.auctionspg{background: url(/siteart/pageimages/auctions.jpg) no-repeat center top fixed;}
.pageimage.financepg{background: url(/siteart/pageimages/finance.jpg) no-repeat center top fixed;}
.pageimage.valuepg{background: url(/siteart/pageimages/value.jpg) no-repeat center top fixed;}


/*---HEADER ---*/

.header{background: #fff; display: flex; align-items: center; margin: 0 auto; position: relative; z-index: 999;}
.header .left{display: flex; align-items: center; justify-content: flex-start; width: 65%;}
.header .left img{width: 100%; max-width: 250px; position: relative; top: 0; z-index: 111; padding-right: 1em;}

.header .right{justify-content: flex-start; width: 35%; text-align: right; padding: 10px 0; position: relative;}
.header .right #google-icon{margin-right: 25px; display: inline-block; font-weight: 700;}
.header .right #google-icon img{max-width: 25px; display: inline-block; margin-right: 5px; vertical-align: middle}

.header .right .fa, .header .right .fab{display: inline-block; background: #00205b; color: #fff; text-align: center; padding: 10px; border-radius: 6px; font-size: 20px; vertical-align: middle;}
.header .right .fa:hover,.header .right .fab:hover{background: #f1b514; color: #000; transition: .3s ease-in-out all;}

/*--search--*/
.headsearch{display: inline-block; width: 100%; margin-top: 20px}
#search, #submit {
	display:inline-block; 
	zoom: 1; 
	vertical-align:middle; 
	border:none; 
}

#search{
	width:60%; 
	color:#969696;
	background: #e6e6e6; 
	height: auto;
	padding: 12px!important;
	line-height: normal;
	border-radius:6px 0 0 6px;	
}
#submit{
	margin-left:-10px; 
	background:#00205b; 
	padding:10px 15px; 
	font-family: 'icon-worksregular'; 
	color: #fff; 
	font-size: 20px; 
	font-weight: bolder;
	cursor: pointer;
	border-radius:6px;
}
#submit:hover{background: #f1b514; color: #000; transition: .3s ease-in-out all;}

/*-- side tabs--*/	

.side {
    background: #fff;
    width: 300px;
    height: 600px;
    position: fixed;
    z-index: 99999;
}


#commodity {
     top: 250px; 
    height: auto;
    z-index: 99999;
	right: -410px;
	width:410px;
}

#commodityTab {
    display: block;
	height: 50px;
	width: 50px; 
	background:url(../siteart/commodity-icon.png) no-repeat;
    position: absolute;
    left: -45px;
    top: 0px;
}


#weather {
     top: 310px; 
    height: auto;
    z-index: 998;
	right: -300px;
	width:300px
}

#weatherTab {
    display: block;
	height: 50px;
	width: 50px; 
	background:url(../siteart/weather-icon.png) no-repeat;
    position: absolute;
    left: -45px;
    top: 0px;
}


/*-- hero--*/
.cycle-slideshow{width: 100%; border-bottom: 5px solid #f1b514}
.cycle-slideshow img{width: 100%; display: block}

.hero-overlay{background-color: rgba(0,0,0,.6); position: absolute; z-index: 999; top: 18vw; left: 0; color: #fff; width: 650px;}
.hero-overlay h1 {font-size:40px; line-height: 100%; margin-bottom: 10px;} .hero-overlay p{font-size: 20px}


/*-- categories--*/
.categories{display: flex; align-items: center; flex-wrap: wrap}
.zoom-container {
	flex: 1;
	margin: 10px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zoom-container img {
	display: block;
	width: 100%;
	height: 100%;
	-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(0, 0, 0, .15);
	-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:hover .zoom-caption:hover{background: rgba(0, 0, 0, .45);}
.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
 	letter-spacing: 2px;
	vertical-align: middle;
	margin: 25% auto;
	width: 100%
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container:hover .zoom-caption {background: none;}

/*--scrolling inventory--*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
/*--manu  --*/

.wrapper-manu{display: flex;}
.wrapper-manu .manu{flex: 1; margin: 20px} .wrapper-manu .manu img{width: 100%; max-width: 300px; filter:grayscale();}
.wrapper-manu .manu img:hover{filter: grayscale(0.0); transition: .3s ease-in-out all;}


/*-- SUB PAGES --------------------*/
/*-- inv --*/
.inv-wrapper{display: flex; width: 90%; margin: 0 auto}
.inv-wrapper .left{justify-content: flex-start; width: 80%;}
.inv-wrapper .right{justify-content: flex-start; width: 20%;}
.inv-wrapper .right .wrapper-inner{border: 1px solid #ccc; float: right; width: 90%;}
.inv-wrapper .right h4{background: #e6e6e6; color: #000; text-align: left; padding: 10px 0 10px 10px;}
.inv-wrapper .right span{margin-right: 15px;}

.request-button{padding: 15px 12px; border-top: 1px solid #ccc; font-size: 16px; text-decoration: none; display: block; background: #00205b; color: #fff; letter-spacing: 0}
.request-button:hover{background: #000; color: #fff;}


.mobile-request{display: none; width: 100%;}
.mobile-request .wrapper-inner{border: 1px solid #ccc; width: 100%;}
.mobile-request h4{background: #e6e6e6; color: #000; text-align: left; padding: 10px 0 10px 10px;}
.mobile-request span{margin-right: 15px;}

/*--parts service --*/

.manu-box{flex: 1; border: 1px solid #ffd300; text-align: center; margin: 5px;}
.manu-box img{padding: 20px 0; max-width: 225px}
.manu-box:hover{opacity: .7}


/*--media --*/
.media-box{flex: 1; border: 1px solid #ffd300; text-align: center; margin: 5px;}
.media-box img{padding: 20px 0; max-width: 225px} .media-box h4{margin-bottom: 10px} .media-box iframe{width: 100%; height: 350px; display: block}
.media-box:hover{opacity: .7}


/*--parts service --*/
.cont-box{flex: 1; border: 1px solid #ffd300; text-align: center; margin: 5px; padding: 30px 0}


/*---FOOTER---*/
.footer{display: flex;flex-wrap: wrap}
.footer .col{flex: 1; }
.footer .col ul{display: inline-block; vertical-align: top; width: 45%;} .footer .col ul li{line-height: 30px}
.footer .col img{float: right; display: block; width: 100%; max-width: 250px; margin: 0;}
.footer .col a {color: #fff} .footer .col a:hover{text-decoration: underline; color: #fff}

/*---FORMS -----------------------------------*/
.form-row{display: flex;}
.formfield{flex: 1; font-family: 'Roboto Condensed', sans-serif; position: relative; padding: 5px 0; margin: 5px; font-size:13px;}


.formfield input, .formfield select  {
	width: 100%;
	padding: 10px 0;
	border:1px solid #134773;
	background:#fff;	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
}

input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }
.formfield textarea {
	width: 100%;
	padding: 10px 0;
	border:1px solid #134773;
	font-weight: 700;
	color:#000;
	background:#fff;
	font-family: 'Roboto Condensed', sans-serif;
    height:85px;	
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
} 

form input.button,
form input.button:focus {
	float: none;
    width:160px;
    margin:0 auto;
	font-size:15px;
	display: block;
	border: none;
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
	
	background: #ffd300; 
	color: #fff; 
	padding: 15px 0; 
	text-align: center; 
	font-weight: 700; 
	font-family: 'Roboto Condensed', sans-serif; 
	letter-spacing: 2px; 
	text-transform: uppercase
	
}
form input.button:hover {
    background: #000; /* For browsers that do not support gradients */
	margin: 0 auto;
	text-align: center;
	display: block;
	transition: all .8s ease; 
}

/*control the Captcha */

.CaptchaPanel {margin: 0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000 !important;width: 100%;  text-align:left;}
.CaptchaPanel input{width: 100% !important; max-width: 300px;}
.CaptchaImagePanel {
	
margin-top: 10px;
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;
text-align: center;
	color: #000 !important
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 auto;
	padding:10px 0 10px 0 !important;
	width: 100%;
	float: right;
	display: block;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 



/*---RESPONSIVE STYLES --------------------------*/


@media screen and (max-width: 1550px) {	
.hero-overlay{top: 15vw;}
.hero-overlay h1 {font-size:38px; line-height: 100%; margin-bottom: 10px;} .hero-overlay p{font-size: 20px}

}


@media screen and (max-width: 1250px) {	
.hero-overlay{top: 12vw; width: 750px}

.zoom-container .zoom-caption h3 {font-size: 20px}
	
}

@media screen and (max-width: 1024px) {	

.wrapper-center,.wrapper-inner{width: 90%;} 
.wrapper-center.manuwrap{width:75%;}

.hero-overlay{top: 0; position: relative; width: 100%; background:#000; text-align: center}
.hero-overlay h1 {font-size:35px; line-height: 100%; margin-bottom: 10px;} .hero-overlay p{font-size: 18px}
	
/*-- header --*/

.header{display: block}
.header .left{justify-content: center; width: 100%; text-align: center}	
.header .left img{max-width: 222px; position: relative; padding: 0 1em; display: block;}
.header .right{justify-content: flex-end; width: 100%; text-align: center;}
.headsearch{display: block; width: 100%;}	
#bs-search{width: 75%}	

/*-- inv--*/
.inv-wrapper{display: block;}
.inv-wrapper .left{width: 100%; justify-content: flex-end; margin-top:40px; display: block}	
.inv-wrapper .right{display: none}	

.request-button{font-size: 14px;}

.mobile-request{display: block;}
	
}

@media screen and (max-width: 850px) {
.xl-pad{padding:65px 0;}

.pageimage .wrapper-center h1{font-size: 45px; opacity: .8; line-height: 100%; color: #f1b514}

	
.flex-box{display: block; align-items: center}
.flex-box .col-2{justify-content: flex-end; width: 100%; margin: 15px auto} 
.flex-box .col-2:last-of-type{margin: 15px auto} 
.flex-row{display: block;}		
.flex-box .col-2 video{width: 100% !important; margin-bottom: 20px}	

	

	.wrapper-manu{display: block; text-align: center}
.wrapper-manu .manu{display: inline-block; margin: 15px;}
.wrapper-manu .manu img{ max-width: 150px}
	
	
	
/*--parts service --*/
.manu-box{flex: 1; display: block; width:100%; margin: 10px auto;}
.manu-box img{padding: 20px 0; max-width: 225px}
.manu-box:hover{opacity: .7}


/*--media --*/
.media-box{flex: 1; display: block; width:100%; margin: 10px auto;}
.media-box img{padding: 20px 0; max-width: 225px} .media-box h4{margin-bottom: 10px} .media-box iframe{width: 100%; height: 350px; display: block}
.media-box:hover{opacity: .7}


/*--parts service --*/
.cont-box{flex: 1; display: block; width:100%; margin: 10px auto; padding: 30px 0}
	
		
/*---FORMS --*/
.form-row{display: block;}
.formfield{flex: 1; margin: 5px auto; width: 100%; display: block}
	

/*---FOOTER---*/
.footer{display: block;flex-wrap: wrap; padding: 20px 0}
.footer .col{flex: 1; display: block; width: 100%; padding: 10px 0; text-align: center}
.footer .col ul{display: block; vertical-align: top; width: 100%;} .footer .col ul li{line-height: 30px}
.footer .col img{display: none}
	
}


@media screen and (max-width: 649px) {
	
.categories{display: block}
.zoom-container{display: block; width: 90%; margin: 10px auto}
.zoom-container .zoom-caption h3 {font-size: 25px}

	
.pageimage{padding: 80px 0}
.pageimage.partspg{background: url(/siteart/pageimages/parts.jpg) no-repeat center top fixed;}
.pageimage.auctionspg{background: url(/siteart/pageimages/auctions.jpg) no-repeat center top fixed;}
.pageimage.financepg{background: url(/siteart/pageimages/finance.jpg) no-repeat center top fixed;}

}

@media screen and (max-width:530px) {
	
	.header .left {flex-wrap: wrap; padding: 0; margin-top: 15px;}
	
	.hero-overlay h1 {font-size:32px;}
	
}

@media screen and (max-width:480px) {
	.zoom-container .zoom-caption h3 {font-size: 20px}
}