﻿/*===================== 
	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%;}



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:60px 0 0 0 !important;
	background: #000 url("../siteart/new img/background.JPG") top center no-repeat fixed !important; -webkit-background-size: contain !important; -moz-background-size: contain !important; -o-background-size: contain !important; background-size: contain !important;
	color:#000;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}

.group {
	zoom: 1; 
	display: flex; 
	justify-content: center;
	/*alyssa*/
}	
	
.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-bottom:0;
	border-style: solid;
    height: 0;
	} 

img { border: 0; /* max-width:100%;*/} 

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:underline;
	color:#ff0000;
}

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;
}

	
/*===================== 
	typography 
=======================*/

.span_4_of_4 h1, .span_4_of_4 h2, .span_4_of_4 p {
	text-align: center; /*alyssa*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	margin: 0;
	padding:0 0 20px 0;
	font-weight:700;
	line-height:1em;
	color:#ff0000;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}

p {
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding: 0 0 15px 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-weight:700;}


/*===================== 
	header styles 
=======================*/
header{position:fixed;width:100%;margin:-60px 0 0 0;padding:0 0;background: rgba(000, 000, 000, .85);border-bottom:#ff0000 4px solid;z-index:999;}

.headerwrap{width:96%;max-width:1280px;margin:0 auto;}

.logo{
	/*float:left;*/
	width:10%;
	padding:10px 0;
	display: inline-block;
	vertical-align: middle;
	/*alyssa*/
}

.logo img {
	width: 135%; 
	max-width: 400px !important;
	padding: 0 20px;
	/*alyssa*/
}


.address{text-align:right;padding-top:10px;}
.address h2{padding:0;color:#000;}
.address h5{padding:0;color:#000;}


/*===================== 
	content styles 
=======================*/

.empty-container {
	height: 75px;	
}
	


.wrapper{width:96%;max-width:1280px;margin:0 auto;padding:0;}
.container {
	width:96%;
	max-width:1230px;
	box-sizing:border-box;
	margin:30px auto;
	padding:30px;
	background: rgba(255, 255, 255, .94);
	border:#ccc 1px solid;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,.75);
	}




	
/*===================== 
	slideshow styles 
=======================*/
.slides{padding:0;color:#fff;position:relative;}

.cycle-slideshow{}
.cycle-slideshow img{
	width:100%;display:block;
}


/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 40px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; transition: all .5s ease-in-out; 
}
.cycle-pager span.cycle-pager-active { color:#ff0000;}
.cycle-pager > * { cursor: pointer;}

	

/*===================== 
	layout styles 
=======================*/
.hero{position:relative;padding:50px 20%;text-align:center;box-sizing:border-box;}



.padit{padding:2% 0;}
.welcome{background:url(../siteart/welcomebg.jpg) center center no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.linkbox{
	position:relative;
	text-align:center;
	display: inline;
	float:left;
	box-sizing:border-box;
	background:#262626;
	width: 19%;
	height: 120px;
	padding:0;
	border: #9a0817 10px solid;
	margin: .5%;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.linkbox-textbox{}
.linkbox p{color:#fff;font-size:14px;line-height:24px;z-index:10;position:relative;padding:10px;}
.linkbox p span{font-size:24px;text-transform:uppercase;font-family: 'Roboto Condensed', sans-serif;font-weight:700;}
.linkbox:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #c02031;opacity: 1.0; transition: .3s all;display:block;z-index:1;}
.linkbox:hover:after {opacity: 0.7;background: #000;}

.catbox{position:relative;float:left;width:31.33%;margin:1%;height:173px;background:#ccc;overflow:hidden;box-sizing:border-box;border:#ccc 1px solid; background-position:center center;background-repeat:no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.catbox:after {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.0; transition: .3s all;display:block;z-index:10;}
.catbox:hover .catbox-title { -webkit-transform: translateY(0); transform: translateY(0);}
.catbox:focus .catbox-title { -webkit-transform: translateY(0); transform: translateY(0);}
.catbox-title{width:100%;box-sizing:border-box;padding:8px 10px;display:block;position:absolute;height: 173px;background: rgba(0, 0, 0, .6);color:#fff;text-transform:uppercase;font-size:14px;line-height:14px;z-index:100; -webkit-transform: translateY(140px); transform: translateY(140px); transition: -webkit-transform .35s ease-out; transition:transform .35s ease-out;}
.catbox-title i{color:#ff0000;float:right;}
.catbox-title a{color:#fed10c;display:block;text-decoration:none;background:#c02031;padding:5px;color:#fff;border:#fff 1px solid;}
.catbox-title a:hover{color:#fff;background:#000;}
#new{background-image:url(../siteart/ws-bg.jpg);}
#used{background-image:url(../siteart/trailers.jpg);}

#western{background-image:url(../siteart/ws-bg.jpg);}
#inventory{background-image:url(../siteart/inventory-bg.jpg);}
#dealer{background-image:url(../siteart/info-bg.jpg);}
#service{background-image:url(../siteart/service-bg.jpg);}
#parts{background-image:url(../siteart/parts-bg.jpg);}
#contact{background-image:url(../siteart/contact-bg.jpg);}


.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/*===================== 
	Form styles 
=======================*/
.order-form{display:block;background:#fff;padding:15px;border:#ccc 1px solid;}

#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}
label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
}
input{
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	box-sizing:border-box;
	width:98%;
	margin:0 1% 10px;
}
input.half{width:48%;float:left;}

input:focus{
	border: #4d4d4d solid 1px;
}
input.button2{
	display:block;
	width:50%;
	margin:0 auto 20px;
	border:#4d4d4d solid 1px;
	background-color:#ff0000;
	color:#fff;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#4d4d4d;
	cursor:pointer;
}

select{
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:102%;
}
textarea{
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
	margin:0 1% 10px;
	box-sizing:border-box;
}

.CaptchaPanel {
    margin: 0px 0px 0px 0px !important;
    text-align: center;
    padding: 0px !important;
}

.CaptchaImagePanel,
.CaptchaMessagePanel,  
.CaptchaAnswerPanel, 
.CaptchaWhatsThisPanel {
	margin:0px 0px 0px !important;
	font-size: 12px;
	color: #000;
	text-align: left !important;
	font-weight:normal!important;
	padding:0px 0 0!important;
	box-sizing:border-box;
	}

.CaptchaImagePanel{float:left;margin-right:10px !important;}
.CaptchaMessagePanel{}
#CaptchaAnswer{margin:5px 0; width:50%;}
fieldset{width:98%;box-sizing:border-box;margin:0 1% 15px;background:#fff;}



/*  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;}
.listings-wrapper .listing-thumb {
    padding: 10px;
    border: #ccc 1px solid;
    background: #fff;
}

/*  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: 45%; original*/
	width: 80%; /*alyssa*/
}

.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%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 600px) {
	.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:#111111;padding:50px 0;border-top:#474747 4px solid;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#ff0000;}

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:left; 
	margin:0 auto;
	padding-left: 7%;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1280px) {
.linkbox{width: 49%;}
.linkbox#parts{width: 99%;}
}

@media screen and (max-width: 1024px) {
.catbox{height:133px;}
.catbox-title{height: 133px; -webkit-transform: translateY(104px); transform: translateY(104px);font-size: 12px;line-height: 12px;}

}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 800px) {
.catbox{width:48%;height:100px;}
.catbox-title{height: 100px; -webkit-transform: translateY(70px); transform: translateY(70px);}
.logo{width:15%;}
.address{text-align:center;padding-top:20px;}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size:24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}

p {

	font-size:14px;

	}
	
	.empty-container {
		height: 45px;	
}

	.span_6_of_12 {
		width: 96%;
}
	
		.span_2_of_12 {
		width: 100%;
			margin: 0 auto;
}
	
	.group {
		display: block;
		margin: o auto;
		
	}
	
	footer {
		text-align: center;
	}
	
	.divfooter {
	text-align:center; 
	margin:0 auto;
	padding-left: 0%;
	}
	
	.pagebottom{padding:20px 0;text-align: center;}

}
@media screen and (max-width: 600px) {
.pagebottom{padding:20px 0;text-align: center;}
.linkbox p span{font-size:18px;}
.container{;padding:10px;}
}

@media screen and (max-width: 480px){
.linkbox{border:#9a0817 10px solid;}	
}
	
