﻿
/*===================== 
	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: 'Montserrat', sans-serif;
    margin: 0;
	padding:0;
	background:#ebebeb url(../siteart/background.jpg) top center repeat-x !important;
	color:#000;
	overflow-x: hidden;
	}

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: 'Montserrat', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	line-height:1.5em;
	color:#cc0001;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}

p {
    font-family:'Montserrat', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-family:'Montserrat', sans-serif;font-weight:bold;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #ffcd07;
	} 
	
	
.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:#231f20; padding:2px 0;font-size:14px;color:#fff;}
.topbar p{padding:0 0 0 0;}
.topbar i{margin-right:5px;}
.topbar ul{list-style:none;}
.topbar ul li{float:left;padding:7px 40px 7px 0;}
.topbar ul li:last-child{float:right;padding:7px 0 7px 0;}

header{width:100%;margin:0;padding:20px 0;}

.headerwrap{width:96%;max-width:1280px;margin:0 auto;display: flex; justify-content: space-between; align-items: center;}
.headerwrap img{max-width:100%;margin:5px auto; height: auto; display: block;}
.logo{}
.new-holland-header{text-align:center;}
.apache-header{text-align:center; display: flex; flex-direction: column;}
.social-icons{display: flex; justify-content: center; flex-wrap: wrap; box-sizing: border-box;}
.social-icons img {width: 100%; max-width: 45px; padding: 3%;}
.pagebottom .social-icons {justify-content: space-around;}
.address{width:100%;max-width:1280px;margin:0 auto;padding:2% 0;background:#000 url(../siteart/address-bg.jpg) center center no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;text-align:center;}
.address h3{color:#fff;font-size:20px}
.address p{color:#fff;font-size: 14px;}




/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1280px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1280px;margin:0 auto;}

a#red-btn {width: 100%; max-width: 300px; display: block; margin: 10px auto;}
a#red-btn button {border: none; background: #cc0001; padding: 10px 3%; width: 100%; cursor: pointer; transition: all .3s ease; border-radius: 5px; color: #fff; font-weight: 700; font-family:'Montserrat', sans-serif; font-size: 16px;}
a#red-btn button:hover {background: #262626;}

a#parts-btn {width: 100%; max-width: 300px; display: block; margin: 10px auto;}
a#parts-btn button {background: transparent; border: 2px solid #cc0001; padding: 10px 2%; width: 100%; cursor: pointer; transition: all .3s ease; border-radius: 5px; color: #cc0001; font-weight: 700; font-family:'Montserrat', sans-serif; font-size: 16px;}
a#parts-btn button:hover {background: #333; border: 2px solid transparent; color: #fff;}
	
/*===================== 
	slideshow styles 
=======================*/
.slides{background:#000 url(../siteart/concrete_wall.png) repeat;padding:0;color:#fff;position:relative;width:100%;max-width:1280px;margin: 0 auto; margin-bottom: 5px;}

.cycle-slideshow{}
.cycle-slideshow img{
	width:100%;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;display:none;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; transition: all .5s ease-in-out; 
}
.cycle-pager span.cycle-pager-active { color:#2885b3;}
.cycle-pager > * { cursor: pointer;}



/*===================== 
	banner styles 
=======================*/

	
/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}
label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
}
input{
	font-family: 'Montserrat', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
	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: 'Montserrat', sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:102%;
}
textarea{
	font-family: 'Montserrat', sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
}





/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.zero{text-align:center;}
.welcome{width:100%;max-width:1280px;margin:0 auto;}
.scrolling{display:block;background:#000 url(../siteart/scrollingbg.jpg) repeat; padding:30px 0; border-top:#ffcd07 4px solid;}
.specs{text-align:center;}
.specs a img{border:#ccc 1px solid;}
.specs a:hover img{border:#cc0001 1px solid;transition: all .3s ease;}
.specs h1{padding:0 0 0 0;line-height:1em;}
.specs h3{background:#262626;color:#fff;line-height:1em;padding:7px 3%;margin-bottom:10px; display: flex; justify-content: center; align-items: center;}

.shows{text-align:center;}
.shows ul{margin-bottom:10px;padding-bottom:5px;border-bottom:#ccc 1px solid;}
.shows ul li{list-style:none;display:inline-block;width:32.333%;vertical-align: top;}
.shows ul li:first-child{font-weight:bold;}

.mfg-logos img{max-width:190px;max-height:50px;vertical-align:middle;margin:10px;}
.mfg-logos img.lrg{width:100%; max-width:75px;max-height:100%;vertical-align:middle;margin:10px;}


.ribbon{text-align:center;color:#fff;background:#38b749;border-bottom:#216c2b 5px solid;position:relative;}
.ribbon h2{color:#fff;}
.linkbox{display:inline-block;zoom: 1;*display: inline;width:142px; height:70px;padding-top:100px;font-family: 'Montserrat', sans-serif;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;}

.sitemap{background:#000 url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/*--------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: 2% 0 2% 2%;
}
.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 FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.6%;
}
.span_3_of_5 {
	width: 59.2%;
}
.span_2_of_5 {
	width: 38.8%;
}
.span_1_of_5 {
	width: 18.4%;
}


/*  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%; }




/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#262626;padding:20px 0;width:100%;max-width:1280px;margin:0 auto 20px;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#ffcd07;}

footer {
	margin: 0 auto;
	width: 95%;
	}
	
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; 
	max-width:770px;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1170px) {
.specs h3{font-size:18px;min-height:40px;}
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 800px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size:24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}

p {

	font-size:14px;

	}
.apache-header{display:none;}
.new-holland-header{display:none;}
}

@media screen and (max-width: 1000px) {
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {width: 50%; margin: 1% auto; box-sizing: border-box;}
}

@media screen and (max-width: 600px) {
.shows ul li{list-style:none;display:inline-block;width:100%;}
	
	.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_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {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%; 
	}
	
	.pagebottom{padding:20px 0;text-align: center;}
.divfooter {
	text-align:center; 
	}
	
	a#red-btn button {font-size: 14px;}
}

@media screen and (max-width: 470px){
.specs h3{font-size:18px;min-height:auto;}
.logo{width:100%;}
header .social-icons{display:none !important;}
	
}
@media screen and (max-width: 414px){
	
}
	
