﻿
/*===================== 
	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
=======================*/



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
	padding:0;
	background:#495058;
	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;
    height: 0;
	} 

img { border: 0; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	font-weight:900;
	line-height:1.5em;
	color:#fff;
	}
	h1 {font-size: 36px;}
	h2 {font-size: 30px;}
	h3 {font-size: 24px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}

p {
    font-family: 'Source Sans Pro', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
    font-weight:400;
	}
strong{font-family: 'Source Sans Pro', sans-serif;font-weight:900;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	} 
	
	
.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.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
.topbar{background:#2b3137;padding:5px 0;border-bottom:1px solid #fff;}
.topbarleft{float:left;margin-top:2px;}
.topbarleft h4{padding:0;color:#9a9a9a;}
.topbarleft h4 a{color:#fff;}
.socialrow a img{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;margin:0 1px;}
.topbarright{float:right;width:70%;text-align:right;}

.sitewindow{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;margin-left:3%;}
.sitewindow img,.sitewindow p{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;}
.sitewindow p{margin-left:10px;color:#fff;line-height:1em;padding:0;text-align:left;}
.sitewindow p span{font-weight:bold;display:block;}

.header{width:100%;margin:0;padding:10px 0;background:url("../siteart/headback.jpg") repeat-x;}

.headerwrap{width:96%;max-width:1580px;margin:0 auto;}
.logo{float:left;}
.navbar{float:right;margin-top:12px;}


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1580px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1620px;margin:0 auto;}

.internal{background:#495058;padding:2% 0 0 0;}
.internal h2{padding:0;}

.lowerfold{background:url("../siteart/grayfade.jpg") center center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}

	
/*===================== 
	slideshow styles 
=======================*/
.heroslider{max-height:400px;overflow:hidden;}
.heroslide{position:relative;}
.herotext{position:absolute;width:30%;left:0;padding:2%;bottom:20%;z-index:99;background:url("../siteart/slidefade.png") repeat-y;}
.herotext h3{color:#fff;font-weight:400;padding:0;line-height:1.1em;}
.herotext h1{color:#fff;line-height:1.1em;}
.herotext h1 span{display:block;}
.herotext a{background:url("../siteart/chrome.png") repeat;padding:5px 0;width:50%;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;text-align:center;display:block;font-weight:900;}

/*===================== 
	quicklink styles 
=======================*/
.quicklinks{padding:2% 0;text-align:center;}
.quicklinks h1{padding:0;line-height:1.2em;}	
.quicklinks p{color:#fff;padding-bottom:10px;}
.linkbox{display:inline-block;zoom: 1;*display: inline;vertical-align:top;width:17%;position:relative;height:260px;margin:1%;border:1px solid #fff;}
.linktext{width:90%;text-align:center;position:absolute;top:50%;-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);left:5%;right:5%;z-index:11;}
.linktext h4{font-weight:400;padding:0;line-height:1.1em;}
.linktext h3{line-height:1.2em;border-bottom:2px solid #fff;padding:0;margin-bottom:2%;}
.linktext p{line-height:1.3em;font-size:16px;}
.linkbutton{background:url("../siteart/chrome.png") repeat;padding:5px 0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;text-align:center;font-weight:900;margin:6px auto;font-size:15px;}

.shaded{display:block;width:100%;height:100%;position:absolute;z-index:10;background:rgba(0,0,0,0.6);}
.linkbox:hover > .shaded{background:rgba(255,255,255,0.8);-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;}
.linkbox:hover > .linktext h3{color:#000;border-bottom:2px solid #000;-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;}
.linkbox:hover > .linktext h4,.linkbox:hover > .linktext p{color:#000;-moz-transition:0.2s all ease;-webkit-transition:0.2s all ease;-ms-transition:0.2s all ease;-o-transition:0.2s all ease;transition:0.2s all ease;}
.linkbox:hover > .linktext > .linkbutton{background:#000;color:#fff;}

#storebox{background:url("../siteart/storeback.jpg") center bottom no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#auctionbox{background:url("../siteart/auctionback.jpg") center bottom no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#usedbox{background:url("../siteart/usedback.jpg") center bottom no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#trackbox{background:url("../siteart/prowlertrackcutout.jpg") center bottom no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#underbox{background:url("../siteart/undercarriageback.png") center bottom no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#tirebox{background:url("../siteart/tiresback.png") center bottom no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#wheelbox{background:url("../siteart/wheelsback.jpg") center bottom no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#ottbox{background:url("../siteart/ottback.jpg") center bottom no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#attbox{background:url("../siteart/attback.jpg") center bottom no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}


/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}
label{
	font-size:16px;
	width:100%;
}
input{
	font-family: 'Source Sans Pro', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
	margin-bottom:10px;
}
input:focus{
	border: #2885b3 solid 1px;
}
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: 'Source Sans Pro', sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:98%;
}

textarea{
	font-family: 'Source Sans Pro', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
}

input[type='checkbox'],input[type='radio']{width:15px !important;min-width:15px !important;margin-right:2px;}



/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.welcome h1{color:#000;}
.welcome{text-align:center;background:url(../siteart/welcomebg.jpg) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.scrolling{display:block;background:url(../siteart/scrollingbg.jpg) repeat; padding:30px 0; border-top:#ffcd07 4px solid;}


.ribbon{text-align:center;color:#fff;background:#38b749;border-bottom:#216c2b 5px solid;position:relative;}
.ribbon h2{color:#fff;}


.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/*===================== 
	store styles 
=======================*/
#hs-content-wrapper{background:#fff;max-width:1560px;margin:2% auto;width:96%;}
.hs-container{padding:1%;}
#hs-main-content h1,#hs-main-content h2,#hs-main-content h3,#hs-main-content h4{color:#000 !important;}
.hs-btn.hs-highlighted{background:#ccc;}
.hs-btn.hs-highlighted:hover{background:#333;color:#fff !important;}
.product-controls select{width:5%;}

/*===================== 
	contact styles 
=======================*/
.contactleft{float:left;width:70%;}
.contactleft iframe{height:350px;}
.contactright{float:right;width:28%;margin-left:2%;}
.contactright h4{padding:0;}
.contactright p{color:#fff;}
.contactright a:hover{color:#ccc;}

/*--------Scrolling Inventory--------*/

.hosted-content .pagination > .drop-down-form select{width:8% !important;}
.hosted-content h1{font-size:24px !important;line-height:1.3em;}
.hosted-content h2{font-size:22px !important;line-height:1.2em;}
.hosted-content h3{font-size:20px !important;line-height:1.1em;}

.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
}


/*===================== 
	footer styles 
=======================*/

.pagebottom{padding:50px 0;}
.pagebottom p{color:#fff;font-size:16px;}
.pagebottom a{color:#fff !important;}
.pagebottom a:hover{color:#ccc !important;}

.footercolumn{width:21%;float:left;margin-right:4%;}
.footercolumn h3{padding:0;border-bottom:2px solid #fff;margin-bottom:2%;}

.footerlinks a{display:block;margin:2px 0;}

#footerright{text-align:center;}
#footerright a img{margin:0 1%;}
.footerlegal{margin:4% 2%;display:inline;}

.pubfooter{padding:2% 0;background:url("../siteart/rebel.jpg") repeat;}
footer {
	margin: 0 auto;
	width: 100%;
	}
	
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:#666;
	}

.smallfootertext {
	font-size:11px; 
	color:#666;
	}

.divfooter {
	text-align:center; 
	margin:0 auto;
	}

/*===================== 
	legal styles 
=======================*/
.legaltext h4{padding:0;}
.legaltext p{color:#fff;}
.legaltext ul{margin-top:0;margin-bottom:2%;}
.legaltext ul li{color:#fff;font-size:18px;}
.nopad{padding:0;}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1450px) {
	h1 {font-size: 28px;}
	h2 {font-size: 24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
    p {font-size: 16px;}
    .heroslider{max-height:320px;}	
    .herotext a{width:60%;}
    .linkbox{height:220px;width:18%;margin:0.5%;}
    .linkbutton{font-size:14px;}
    
    .internal{padding:4% 0 0 0;}
}

@media screen and (max-width: 1200px) {
    .navbar{margin-top:25px;}
    .logo{width:200px;}
    .sitewindow{margin-left:1%;}
    .sitewindow img{-moz-transform:scale(0.8);-webkit-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}
    .sitewindow p{margin-left:0;}
    .corptext{margin-left:-12px !important;}
    .herotext{bottom:10%;width:35%;}
    .herotext a{width:75%;}
    .linkbox{width:30%;height:190px;}
    .linkbutton{font-size:14px;}
    
    .contactleft iframe{height:300px;}
    
}

@media screen and (max-width: 800px) {
	h1 {font-size: 24px;}
	h2 {font-size: 20px;}
	h3 {font-size: 18px;}
	h4 {font-size: 16px;}
	h5 {font-size: 15px;}
    p {font-size: 15px;}    
    .logo{width:160px;}
    .navbar{margin-top:15px;}
    .sitewindow img{-moz-transform:scale(0.7);-webkit-transform:scale(0.7);-ms-transform:scale(0.7);-o-transform:scale(0.7);transform:scale(0.7);margin-left:-15px;}
    .sitewindow p{margin-left:-5px;}
    .corptext{margin-left:-18px !important;}
    .herotext{position:relative;width:90%;padding:2% 5%;text-align:center;display:block;background:#000;}
    .herotext h1{padding:0;}
    .herotext h1 span{display:inline;}
    .herotext a{font-size:14px;width:60%;margin:1% auto;display:block;}
    .quicklinks{padding:4% 0;}
    .linkbox{width:46%;margin:1%;height:190px;}
    
    .internal h2{font-size:24px !important;width:80%;margin:0 auto;border-bottom:2px solid #fff;text-align:center;margin-bottom:4%;}
    .contactleft iframe{height:200px;}
    .contactleft,.contactright{float:none;display:block;width:100%;margin:0 auto;text-align:center;}
}

@media screen and (max-width: 650px) {
    .topbarleft,.topbarright{float:none;display:block;width:100%;margin:0 auto;text-align:center;}
    .logo{width:140px;}
    .navbar{margin-top:12px;}
    .linkbutton{font-size:13px;}
    .linktext p{font-size:15px;}
    .pagebottom{text-align:center;padding:15px 0;}
    .footercolumn{float:none;display:inline-block;zoom: 1;*display: inline;vertical-align:top;width:45%;margin:2%;}
}

@media screen and (max-width: 480px){
    .wrapper,.headerwrap{width:92%;}
    .topbarright{display:none;}
    .herotext{width:96%;padding:2%;}
    .linkbox{width:90%;margin:2% auto;height:160px;}
    
    .internal h2{width:100%;}
}

@media screen and (max-width: 414px){
	h1 {font-size: 20px;}
	h2 {font-size: 18px;}
	h3 {font-size: 16px;}
	h4 {font-size: 15px;}
	h5 {font-size: 14px;}
    p {font-size: 14px;}  
    .heroslider{display:none !important;}
    .footercolumn{width:80%;}
}

@media screen and (max-width: 360px){
    .linkbox{width:92%;margin:2% auto;height:180px;}
}
