﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
		Fonts
=======================*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 10, 2015 */

@font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-bold-webfont.woff') format('woff'),
         url('../webfonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-light-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-light-webfont.woff') format('woff'),
         url('../webfonts/oswald-light-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'oswaldmedium';
    src: url('../webfonts/oswald-medium-webfont.eot');
    src: url('../webfonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-medium-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-medium-webfont.woff') format('woff'),
         url('../webfonts/oswald-medium-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald_regularregular';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-regular-webfont.woff') format('woff'),
         url('../webfonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
	padding:0;
	background:#fff;
	color:#000;
	}

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;
	border-bottom:none;
    height: 0;
	border-color:#ccc;
	} 

img { border: 0; max-width:100%;} 

.floatright{float:right;}
.floatleft{float:left;}
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'oswaldbold';
	margin: 0;
	padding:0 0 2% 0;
	font-weight:normal;
	line-height:1em;
	color:#2b4592;
	text-transform:uppercase;
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size:36px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {color:#e2303c;}

p {
    font-family: 'Lato', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	font-weight:400;
	}
strong{font-weight:700;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:#e2303c;
}

a:hover  {
	text-decoration: none;
	color: #2b4592;
} 

.red-button{background:#E12D39;color:#fff;text-transform:uppercase;padding:14px 40px;display:inline-block;border: #e2303c 1px solid;}
.red-button:hover{background:#2b4592;color:#fff;border: #fff 1px solid;}
	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; border-radius:3px;}
 

/*===================== 
	list styles 
=======================*/
ul{margin:0;}

/*===================== 
	header styles 
=======================*/
header{position:relative;width:100%;margin:0;padding:15px 0;background:#fff;background:url(../siteart/amt-header-bg.jpg) center center no-repeat;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);z-index:99;
background-color:black;
}

.headerwrap{width:96%;max-width:1170px;margin:0 auto;}
.logo{float:left;width:30%;}
.header-right{float:left;width:70%;}
.address{text-align:right;padding:20px 0;color:#fff;text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);}
.address h2{padding:0;color:#000;}
.address h5{padding:0;color:#000;}
.address-mobile{display:none;text-align:center;padding:10px 0;color:#fff;text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);}
.hero{overflow:hidden;}
.herobox{position:relative;float:left;width:25%;height:380px;box-sizing:border-box;border:#fff 1px solid;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.herobox .textbox{text-align:center;width:90%;position:absolute;top:50%;left:50%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);font-family: 'Roboto Condensed', sans-serif;z-index:1;}
.herobox .textbox h2{font-size:48px;color:#fff;font-family: 'oswaldbold';margin:0 0 0 0;text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);}

.herobox .textbox span{text-transform:uppercase;font-size:18px;display: block;color:#fff;}
.herobox:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.1; transition: .3s all;display:block;background-color: black;}
.herobox:hover:after {opacity: 0.8;background: #2b4592;}

a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .linkbox{color:#000;}
#trailers{background-image:url(../siteart/trailers-hero.jpg)}
#equipment{background-image:url(../siteart/equipment-hero.jpg)}
#parts{background-image:url(../siteart/parts-hero.jpg)}
#service{background-image:url(../siteart/service-hero.jpg)}

.showcasebox{float:left;width: 14%;margin: 0 0 0 0;box-sizing: border-box;height: 140px;margin:1%;position:relative;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;border:#ccc 1px solid;}


.showcasebox .showcasebox-title{display:block;text-align:center;width: 100%;background: #fff;position:absolute;bottom: 0;font-size: 16px;color: #000;font-family: 'Roboto Condensed', sans-serif;font-weight:700;line-height:1em;margin:0 0 0 0;text-transform:uppercase;z-index:999;padding:4px 0;}


.showcasebox:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.0; transition: .3s all;display:block;}

.showcasebox:hover .showcasebox-title{display:block;}

.showcasebox:hover:after {opacity: 0.3;background: #000;}






a .showcasebox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .showcasebox{color:#000;}


.facebook{
	text-align: left;
color: white;/* padding-top: 12px; */position: absolute;margin: 50px 0 0 4%;}
.facebook a{color: #2b4592;}
.facebook-2{display: none;}

/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1170px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1230px;margin:0 auto;}
.halfbox{float:left;width:50%;}
.halfbox.padit{padding:2% 2%; box-sizing:border-box;}
.sidebar{float:left;width:25%;padding-right:20px;box-sizing:border-box;}
.sidebar .red-button{display:block;padding:10px 20px;}
.maintext{float:right;width:75%;padding-left:20px;box-sizing:border-box;}
.banner {
margin:0px auto;
width:100%;
background-repeat:no-repeat;
background-position:center center;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
color:#fff;
background-color:#2b4592;
border-bottom:#262626 1px solid;
}
.banner h1{color:#fff;padding:0 0 0 0;line-height:1em;}
.banner .padit{padding:4% 0;}

.stripe{background: rgba(42, 69, 146, .8); padding: 30px 120px 20px 19%;display:inline-block;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);}


.welcome {
background-repeat:no-repeat;
background-position:center center;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-color:#fff;
background-image:url(../siteart/welcomebg.jpg);
}


/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.borderit{padding:15px;border:#ccc 1px solid;background:#fff;}
.scrolling{display:block;background:url(../siteart/scrollingbg.jpg) repeat; padding:10px 0; }
.ribbon{display:block;position:relative;padding:40px 0;background: #2b4592;font-size:20px;color:#fff;border-top: #111111 1px solid;border-bottom: #111111 1px solid;}
.ribbon span{display:inline-block;font-family: 'oswaldbold'; font-size:44px;text-transform:uppercase;margin-right:20px;line-height:1em;padding-right:30px;margin-right:30px;border-right:#fff 2px solid;}
.ribbon p{display:inline-block;padding:0;}

.red-ribbon{display:block!important;position:relative;padding: 20px 0;background: #e2303c;text-align:center!important;}
.red-ribbon h2{color:#fff;font-family: 'oswaldbold';font-size: 42px;text-transform:uppercase;padding-bottom: 15px;font-style: italic;text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);}
.red-ribbon h3{color:#fff;font-size: 28px;text-transform:uppercase;padding: 0 0 0 0;font-style: italic;text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);}
.red-ribbon h3 br{display:none;}
.red-ribbon a:hover {color:#2b4592;text-decoration: none;}


.red-ribbon a{color:#fff ;text-decoration:none;}
.red-ribbon h3 span{color:#fff !important;text-decoration:none;}

.logos{background:#dddddd;text-align:center;border-top:#9c9b9b 1px solid;border-bottom:#9c9b9b 1px solid;margin-bottom:5px;}
.logos img{vertical-align: middle;margin:20px 5%;display:inline-block;}
.linkbox{display:inline-block;zoom: 1;*display: inline;width:142px; height:70px;padding-top:100px;font-family: 'quanticobold';position:relative;}
a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .linkbox{color:#000;}
.brochure{float:left;width:33.333%;padding:15px;box-sizing:border-box;font-weight:700;}
.brochure.shadow img{-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);}






.parts-logos{text-align:center;}
.parts-logos img{margin:5px;vertical-align:top;max-height:40px;}

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

.location-pics{float:left;width: 48%;height:auto;margin:0 2% 2% 0;}

.thumbnail{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	width:260px;
	height:190px;
	margin:1%;
}

	
/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}

input{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	
	margin-bottom:10px;
	box-sizing:border-box;
}
input:focus{
	border: #2885b3 solid 1px;
}

input[type="radio"] {
    margin: 0 3px 10px 0;
	display:inline-block;
	width:auto;
}


input.button2{
	display:block;
	width:50%;
	margin:0 auto 5% auto;
	border:#277e32 solid 1px;
	background-color:#38b749;
	color:#fff;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#277e32;
	cursor:pointer;
}

select{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:102%;
}
textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.CaptchaPanel{margin:0 0 0 0 !important;}
.CaptchaMessagePanel{font-size:12px;}
.CaptchaAnswerPanel{padding:0 0 0 0 !important;}


/*--------Scrolling Inventory--------*/

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:0 auto;
	height:92px; 
	padding:0;
	background:#000;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#000
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }

.hosted-content .col{margin:0 0 0 0 !important;}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }



.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label {
    display: inline-block!important;
    margin-bottom: 5px;
    cursor: pointer;
}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {background:#2b4592 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-family:'oswaldregular' !important;font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #2b4592 !important;text-transform: uppercase; letter-spacing: 1px;font-family:'oswaldregular' !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.paging-container .page-navs .list-page-nav{
    background-color: #2b4592!important;
    
}

.list-content .list-title .list-listings-count{
    color: #2b4592!important;
    
}




/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 650px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}			
}

/*===================== 
	footer styles 
=======================*/

.pagebottom{background:url(../siteart/footerbg.jpg) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;padding:50px 0;background-color:black;}
.pagebottom h2,.pagebottom h3,.pagebottom h4,.pagebottom h5{color:#fff;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#e2303c;}

footer {
	margin: 0 auto;
	width: 100%;
	padding:10px 0;
	background:#2b4592;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#fff;
	}

.smallfootertext {
	font-size:11px; 
	color:#fff;
	}

.divfooter {
	text-align:center; 
	margin:0 auto;
	max-width:1170px;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1620px) {
	.facebook {
    margin: 50px 0 0 10px;
}
}
@media screen and (max-width: 1495px) {
	.facebook {
    display: none;;
}
	.facebook-2{		
	text-align: right;
    color: white;
    padding-top: 12px;display: block;}
	.facebook-2 a{		
    color: white;}
}



@media screen and (max-width: 1495px) {
	.ribbon{padding:20px 0;}
	.ribbon span{font-size:36px;}
	.ribbon p{line-height:1.2em;}
	.red-button{font-size:18px;padding:10px 30px;}
}

@media screen and (max-width: 1200px) {
	.ribbon{padding:20px 0;}
	.ribbon span{font-size:36px;}
	.ribbon p{line-height:1.2em;}
	.red-button{font-size:18px;padding:10px 30px;}
}
@media screen and (max-width: 1100px) {
	.address{font-size:14px;}
	.herobox{height:240px;}
	.herobox .textbox h2{font-size:36px;}
	.ribbon .red-button{margin-top:10px;}
	.ribbon .red-button.floatright{float:none;}
}
@media screen and (max-width: 1000px) {
	.logo {width:25%;}
	.header-right {width:75%;}
}
@media screen and (max-width: 900px) {
h1 {font-size: 36px;}
h2 {font-size:30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
p {font-size:14px;}
.thumbnail{width:30%;}
}
@media screen and (max-width: 800px) {
.logo {width:100%;text-align:center;}
.header-right {width:100%;}
.address{text-align:center;padding-top:20px;}
.herobox{height:220px;}
.herobox .textbox h2{font-size:30px;}
.logos img{max-width:200px;width:auto;max-height:45px;height:auto;margin: 10px 5%;}
.ribbon span{border-right:none;padding-right:0;}
.showcasebox{width:18%;}
.showcasebox .showcasebox-title{font-size:16px;}
.facebook-2{text-align: center;text-shadow: 1px 1px 1px rgb(0 0 0);}
	
}

@media screen and (max-width: 650px){
	.pagebottom{padding:20px 0; text-align: center;}
}
@media screen and (max-width: 600px) {
.address{display:none;}	
.address-mobile{display:block;}	
.halfbox{float:none;width:100%;}
.halfbox.padit{padding:2% 2%; box-sizing:border-box;}
.sidebar{float:none;width:100%;padding-right:0;box-sizing:border-box;}
.maintext{float:none;width:100%;padding-left:0;box-sizing:border-box;}
.showcasebox{width:31%;}
.showcasebox .showcasebox-title{font-size:16px;}
.thumbnail{width:46%;}
}


@media screen and (max-width: 480px){
.herobox{width:50%;height:180px;}
.herobox .textbox h2{font-size:30px;}
.pagebottom{padding:20px 0;text-align: center;}
.divfooter {
	text-align:center; 
	}
.thumbnail{width: 47%;height: 130px;}
.stripe{padding: 20px 2% 10px 2%;display: block;}
.red-ribbon h3 br{display:block;}
}
@media screen and (max-width: 414px){
	
}
	
