﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	background-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;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#242424;
	line-height:1.4em;
}

	
h1 {
	font-family:'Montserrat', sans-serif;
	font-size:26px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#242424;
	line-height:1.2em;
	padding:20px 0px!important;
}

.subpage_h1 {
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#242424;
	text-align:center;
	line-height:1.2em;
}
		

h2 {
	font-family:'Montserrat', sans-serif!important;
	font-size: 22px;
	font-weight: 800;
	color: #cd2027;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:1.2em;
}

	
h3 {
}


h4 {
	font-family:'Fjalla One', sans-serif;
	font-size: 46px;
	font-weight: 400;
	color: #fff;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}


h5 {
	font-family:'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-align:left;
	text-transform:uppercase;
}

h5.content {
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}

h5 > a {
	font-size:16px!important;
	line-height:1em!important;
	letter-spacing:0px!important;
}


h6 {
	font-family:'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:1px;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}
	
.nav_background {
	background-color:#242424;
	padding: 20px 30px;
}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding:20px 0px 20px 0px;
}

nav ul li a {
	font-family: 'Fjalla One', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff!important;
	text-transform:uppercase;
	letter-spacing:2px;
}	
			
nav ul li a:hover {
	color: #cd2027;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 275px;
	background:#242424;
	padding:10px;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding:5px 0px;
	text-align:left;
}

nav.primary ul ul li a:hover {
	color: #cd2027!important;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}

.implement_navBorder {
	padding:20px;
	border-right:1px solid #575757;
}

.implement_navNoBorder {
	padding:20px 30px 20px 30px;
	border-right:none;
}

.implement_navBtn {
	padding:20px 30px 20px 30px;	
	background-color:#cd2027;
}

.header_fb {
	display: inline-block!important;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: #ef3c42;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	color: #cd2027!important;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px!important;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
	font-family:'Montserrat',sans-serif!important;
	font-size:14px!important;
}

nav.mobile ul li li {
	padding:5px 0px!important;
}

nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}





/*===================== 
	content styles 
=======================*/

/*Landing page*/

.landing_background {
	background-image:url(../siteart/landing-bg.jpg);
	width:100%;
	min-height:1000px;
	background-repeat:none;
	background-size:cover;
	background-position-y:bottom;
}

.header_topBar {
	background-color: #000;
	padding: 10px 50px;
}

.header_locations {
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff!important;
	padding-left: 8px!important;
	padding-right:50px!important;
}

a.header_locations:hover {
	color:#e43f40!Important;
}

.location_div {
	text-align:right!important;
}

.h1_landing {
	font-family:'Montserrat', sans-serif;
	font-size: 44px;
	font-weight: 300;
	color: #fff;
	text-align:center;
	letter-spacing:4px;
	text-transform:uppercase;
}

.h2_landing {
	font-family:'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #ed1c24;
	text-align:center;
	letter-spacing:3px;
	text-transform:uppercase;
}

.h3_landing {
	font-family:'Montserrat', sans-serif;
	font-size: 42px;
	font-weight: 800;
	color: #fff;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:1.2em;
}

.h4_landing {
	font-family:'Fjalla One', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
	padding-top:10px;
}

.landing_welcome {
	padding-top: 80px;
}

.landing_locationsDiv {
	padding-top: 40px;
	padding-bottom: 100px;
}

.landing_locationsCol {
	padding:10px 30px;
	border-right:1px #fff solid;
	min-height:265px;
}

.landing_locationsColEnd {
	padding:10px 30px;
	min-height:265px;
}

.landing_btn {
	padding:25px 30px;
	margin:0 auto;
	text-align:center;
}

.landing_visitBtn {
	background-color: #ed1c24;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight:400;
	color:#fff!important;
	text-align:center;
	padding:10px 20px;
}

.landing_visitBtn:hover {
	background-color:#c80d14;
}

.header_topIcon {
	padding-right:15px;
	display:inline-block!important;
}

.header_icons {
	display:inline-block!important;
}


/*Implement page*/
.case_logo {
	padding:0px 20px;
}

.content_link {
	font-weight:700!important;
	color:#242424!Important;
}

.inventory_btn {
	text-align:center;
	padding:15px 0px;
}

.view_inventoryText {
	background-color:#242424;
	padding: 10px 25px;
	color:#fff!important;
	font-family:'Montserrat',sans-serif;
	font-size:14px;
}

.view_inventoryText:hover {
	background-color:#000;
}

.implement_contentBg {
	padding-bottom:50px;
	background-color: #fff;
	background-image: url(../siteart/content-bg.jpg);
	background-size:cover;
}

.implement_content {
	padding: 50px 0px 75px 0px;
	text-align:center;
}

.implement_buttons {
	padding:0px 50px 0px 50px;
}

.farm_btn {
	background-image:url(../siteart/farm-btn.jpg);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.construction_btn {
	background-image:url(../siteart/construction-btn.jpg);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.trucks_btn {
	background-image:url(../siteart/trucks-btn.jpg);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.trailers_btn {
	background-image:url(../siteart/trailers-btn.jpg);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.attach_btn {
	background-image:url(../siteart/attach-btn.jpg);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.manu_bg {
	background-image:url(../siteart/manu-bg.jpg);
	background-repeat:none;
	background-size:cover;
}

.manu_div {
	padding: 50px 0px;
}

.manu_img {
	padding: 0 10px 20px 10px;
}

.button_div {
	padding-bottom:15px;
}

/*Subpages*/

.subpage_content {
	padding: 50px 0px 75px 0px;
}

.subpage_h3 {
	font-family:'Fjalla One', sans-serif;
	font-size: 26px;
	font-weight:400;
	color:#cd2027;
	text-transform:uppercase;
	letter-spacing:1px;
}

.subpage_h3 > a:hover {
	color: #242424;
}

.subpage_section2 {
	background-color:#dddddd;
}

.subpage_section3 {
	background-color:#fff;
}

.subpage_border {
	border-top:5px solid #ef3c42;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact_labels {
	font-family:'Fjalla One', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #BB0C12;
	text-align:left;
	letter-spacing:2px;
	text-transform:uppercase;
}

.location_text {
	font-style:italic;
	font-size:15px;
}

.location_descrip {
	padding-left:30px;
	padding-right:30px;
}

a.contact_links {
	font-weight:700;
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	color:#242424;
}

a.contact_links:hover {
	color:#ec1d25;
}
	
.tabcontent-wrapper iframe {
	width:100%!important;
}


/*===================== 
	WP Design styles 
=======================*/

.spread_btn {
	background-color: #cd2027;
	background-image:url(../siteart/spreadall-btn.png);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.scrape_btn {
	background-color: #cd2027;
	background-image:url(../siteart/scrapeall-btn.png);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.shade_btn {
	background-color: #cd2027;
	background-image:url(../siteart/shadeall-btn.png);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.cabprotector_btn {
	background-color: #cd2027;
	background-image:url(../siteart/cabprotector-btn.png);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.dump_btn {
	background-color: #cd2027;
	background-image:url(../siteart/dumpall-btn.png);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.sidedump_btn {
	background-color: #cd2027;
	background-image:url(../siteart/sidedump-btn.png);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.other_btn {
	background-color: #cd2027;
	background-image:url(../siteart/otherbtn.png);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.fence_btn {
	background-color: #cd2027;
	background-image:url(../siteart/fenceall-btn.png);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.landscape_btn {
	background-color: #cd2027;
	background-image:url(../siteart/landscape-btn.jpg);
	background-repeat:none;
	background-size:cover;
	max-height:177px;
	padding:20px;
}

.movalley-map {
	padding-bottom:45px;
}

.product_header {
	z-index: 300;
    padding: 0;
    position: relative;
    text-align: center;
	margin-top:65px;
}

.product_heading {
	font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
}

.product_img {
	width:100%;
}

.product_headerBg {
	margin-top:-130px;
	padding:0!important;
}

.design_productBtn {
	background-color: #cd2027;
    padding: 7px;
    text-align: center;
	margin:5px 0px;
}

.prod_btnText {
	font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.design_productBtn:hover {
	background-color:#a2050b;
}

.design_productList > li {
	font-family:'Montserrat',sans-serif;
	font-size:15px;
	font-weight:500;
}

.dist_title {
	text-align:center;
	font-family:'Montserrat',sans-serif;
	font-size:16px;
	letter-spacing:1px;
	color:#000;
	text-transform:uppercase;
}

.quicklinks {
	text-align:center!important;
	font-family:'Fjalla One',sans-serif;
	font-size:18px;
	letter-spacing:2px;
	color:#000;
	text-transform:uppercase;
	padding-bottom:15px;
	margin:0px;
}

.product_title {
	text-align:center!important;
	font-family:'Fjalla One',sans-serif;
	font-size:18px;
	letter-spacing:2px;
	color:#000;
	text-transform:uppercase;
	padding-bottom:15px;
	padding-top:30px;
	margin:0px;
}

.options_div {
	border:2px solid #cd2027;
	padding:15px;
}

.about_text {
	padding-left:40px;
}

.quicklinks_bg {
	background-color:#e1e1e1;
	padding:10px 10px 50px 10px;
}
	
/*===================== 
	slideshow styles 
=======================*/
.slide {
	width:100%!important;
	border-bottom:5px solid #ef3c42;
}

.cycle-slideshow img {
	width:100%;
	padding: 0;
}

.cycle-slideshow {
	padding: 0;
	z-index:-1000;
}


/*===================== 
	inventory styles 
=======================*/
#listings-title {
	font-size:32px!important;
	text-align:left;
	padding:20px 0px;
	color:#cd2027!important;
	font-weight:500!Important;
	font-family:'Montserrat',sans-serif!important;
}

h2.m-1 {
	font-family:'fjalla one',sans-serif!important;
	font-size:20px!important;
	letter-spacing:1px!Important;
	text-transform:uppercase!important;
}


.hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2 {
	font-family:'Montserrat',sans-serif!important;
}

.hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2.m-1 {
	font-family:'fjalla one',sans-serif!important;
}

.hosted-content .listings-wrapper .listings-list .listing-name {
	font-family:'Montserrat',sans-serif;
	color:#242424!important;
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
	font-size:16px;
}

.attachment-search .search-checkboxes label .row input[type='checkbox'] {
	margin-left:25px;
	margin-top: 5px;
}


.button_text {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:12px;
	color:#fff!important;
	text-align:center!important;
	text-transform:uppercase;
	letter-spacing:0px;
}

.red_button {
	background-color:#cd2027;
	/*max-width:320px;*/
	padding:15px 10px 15px 10px;
	text-align:center;
	margin-bottom:10px;
}

.red_button:hover {
	background-color:#e43f40!important;
}

.buttons {
	padding-top:20px;
	padding-bottom:20px;
}

.attachment-search .search-checkboxes .scroll-list {
	overflow:hidden!important;
}

#subnav a:hover {
	background:#686868!important; /* Choose a background color which compliments your website */
	color:#fff;
}


/*===================== 
	contact form styles 
=======================*/

.CaptchaPanel {
	margin: 10px 0px 10px 0px;
	text-align: left;
	padding: 0px;
}

.CaptchaImagePanel {
	padding: 5px 5px 10px 0px;
}

.CaptchaImage {
	border: 1px solid #333;
}

.CaptchaMessagePanel {
	padding: 5px 5px 10px 0px;
	font-weight: bold;
}

.CaptchaAnswerPanel {
	padding: 5px 5px 10px 0px;
}

.CaptchaWhatsThisPanel {
	padding: 5px 5px 10px 5px;
}

.CaptchaWhatsThisPanel > a{
	color:#2b2b2b!important;
}

.CaptchaWhatsThisPanel > a:hover{
	font-weight:700;
}



form#dealers label {
    width: 98%;
    display: block;
    color: #000;
    font-size: 15px;
    padding: 2% 0 2% 0;
	font-family:'Montserrat', sans-serif;
}

form#dealers input {
    width: 98%;
    padding: 3px;
}

form#dealers textarea {
    width: 98%;
    height: 100px;
}

form#contact label {
    width: 98%;
    display: block;
    color: #2b2b2b;
    font-size: 15px;
    padding: 1% 0 1% 0;
	font-family:'Open Sans', sans-serif;
}

form#contact input {
    width: 98%;
    padding: 3px;
}

form#contact textarea {
    width: 98%;
    height: 100px;
}

.hosted-content #listings-title {
	font-weight:700;
	font-size:40px;
}

.contact_contactBtn {
	background-color:#ec1d25;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight:700;
	color:#fff!important;
	text-align:center;
	padding:20px 70px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:20px;
	border-style:none!important;
	border-width:none!important;
}

.contact_contactBtn:hover {
	background-color:#cd2027!important;
}

.fill_form {
	font-family:'Fjalla One', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-align:left;
	letter-spacing:2px;
	text-transform:uppercase;
}



/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:12px;
	color: #fff;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	font-weight:700;
	}
	a.footerlink:hover {
		text-decoration:none; 
		color: #e43f40!important;
		}

.footertext {
	font-size:13px; 
	color:#9a9a99;
	}

.smallfootertext {
	font-size:12px; 
	color:#9a9a99;
	font-family:'Montserrat',sans-serif;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}
	
.footer_bg {
	background-color:#000;
	padding: 20px 0 30px 0;
}

.footer_heading {
	font-family:'Fjalla One', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ec1d25;
	text-align:left;
	letter-spacing:2px;
	text-transform:uppercase;
}

.footer_address {
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align:left;
	line-height:1.6em;
}

.footer_phone {
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #fff!important;
	text-align:left!important;
}

.footer_hours {
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ec1d25!important;
	text-align:left!important;
}

.footer_sites {
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff!important;
	text-align:left;
}

.footer_phone:hover {
	color: #e43f40!important;
}

.footer_hours:hover {
	color: #fff!important;
}

.footer_sites:hover {
	color: #e43f40!important;
}

.footer_col {
	border-right: 1px solid #434343;
	padding-left:40px;
	min-height:190px;
}

.footer_logo {
	padding-top:35px;
}

.footer_colEnd {
	padding-left:40px;
	min-height:190px;
}

.footer_tractorhouse {
	padding-top:25px;
}


/*========================= 
	 Filter styles 
===========================*/


.search_label {
	padding-top:5px;
	font-family:'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-align:left;
	text-transform:uppercase;
}

.search_catDiv {
	padding:8px 0 0 0;
}

.search_left {
	padding-right:10px;
}

.inventory_searchBg {
	background-color:#eeeeee;
	padding-bottom:30px;
}

.filter_textWidth {
	width:100%;
}

.radio_textArea {
	width:auto;
}

.condition_radio {
	padding-right:10px;
	padding-left:3px;
}

.submit_button {
	background-color:#cd2027;
	text-align:center;
	border:none!important;
	padding:10px 20px 10px 20px;
	color:#fff;
	font-weight:700;
	font-family:"roboto condensed", sans-serif;
	font-size:15px;
	text-transform:uppercase;
}

.submit_button:hover {
	background-color:#e43f40!important;
}

.placeholder_label {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:13px;
	color:#000!important;
	text-align:left;
	padding: 3px 0px 3px 3px;
}


/* Other */

.scroll-list > label > .row {
	margin-left:0px!important;
	margin-right:0px!important;
	margin-top:5px;
}

.attachment-search {
	margin-top:5px;
}

.hosted-content .attachment-search .search-header{
	background-color:#333;
	font-family: 'Montserrat', sans-serif;
}

.at-share-btn-elements {
	display:none;
}

.panel-default > .panel-heading {
	border-bottom: 1px solid #ddd;
	background-color: #eeeeee;
}

.panel-default {
	border:none;
}

.panel-body {
	border-right:#ddd 1px solid;
	border-left:#ddd 1px solid;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top:none;
	border-bottom:1px solid #ddd;
}

.panel-title {
	text-align:left;
}

.dump_large {
	margin-left:50px;
}

.inventory_wrapper_1 {
	padding-bottom:25px;
}





/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

.h3_landing {
	font-size: 32px;
}

.implement_navBorder {
	padding-right:15px;
	padding-left:15px;
}

.implement_navBtn {
	padding:10px 15px 10px 15px;
}

nav ul li a {
	font-size:14px;
}

.nav_background {
	padding:20px 15px;
}

.case_logo {
	padding: 0px 10px;
	max-width:50%;
}

.header_logo {
	max-width:50%;
}

nav.primary {
	text-align:center!important;
}

.header_logosDiv {
	text-align:center;
	margin:0 auto;
	padding-bottom:15px;
}

.product_header {
	margin-top:40px;
}

.product_headerBg {
	margin-top:-105px;
}

.buttons {
	padding-top:0px;
	padding-bottom:0px;
}

.red_button {
	padding:10px;
	margin-bottom:6px;
}

.dump_large {
	margin-left:0px;
}



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.header_locations {
	padding-right:0px!important;
	text-align:left;
}

.header_fb {
	padding-top:25px;
}

nav.primary {
	text-align:center!important;
}

.header_logosDiv {
	text-align:center;
	margin:0 auto;
	padding-bottom:15px;
}

.nav_background {
	padding:20px 15px 0px 15px;
}

.header_locations {
	padding-left:0px!important;
}

.implement_content {
	padding:50px 30px 60px 30px
}

.footer_logo {
	margin: 0 auto;
	text-align:center;
}

.footer_col {
	min-height:0px!important;
	border-right:none!important;
	padding-left:0px!important;
	text-align:center;
	padding-right:0px!important;
}

.footer_colEnd {
	min-height:0px!important;
	padding-left:0px!important;
	text-align:center;
	padding-right:0px!important;
}

.footer_heading {
	text-align:center;
	margin-bottom:5px;
}

.footer_sites {
	text-align:center!important;
}

.footer_address {
	text-align:center!important;
}

.footer_sitesMobile {
	text-align:center!important;
	margin:5px 0px;
}

.footer_hours {
	text-align:center!Important;
}

.footer_phone {
	text-align:center!important;
}

.history_img {
	padding-bottom: 15px;
}

.contact_rightDiv {
	padding-top:20px;
	padding-left:0!important;
	padding-right:0!important;
}

.about_img {
	text-align:center;
	margin:0 auto;
}

.about_text {
	text-align:center!important;
	padding-left:0px;
	padding-top:35px;
}

.subpage_content {
	padding:50px 20px 25px 20px;
}

.product_header {
	margin-top:0px;
	padding-bottom:20px;
}

.product_heading {
	font-size:24px;
	color:#000;
}

.product_headerBg {
	margin-top:-82px;
}

.design_buttonDiv {
	padding-bottom:20px;
}


}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.location_div {
	padding-bottom:8px;
}

.header_topBar {
	padding: 10px 15px;
}

.implement_navBorder {
	border-right:none!important;
}

.nav_background {
	padding:20px 15px 0px 15px;
}

.header_locations {
	padding-left:0px!important;
}

h1 {
	font-size:34px;
}

h4 {
	font-size: 32px;
}

h5.content {
	font-size:20px;
}

.implement_content {
	padding:40px 20px 40px 20px
}

.movalley-map {
	padding-bottom:25px;
}

.landing_background {
	background-size:cover!important;
}


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.landing_locationsCol {
	border-right:none!important;
	min-height:200px;
}

.implement_content {
	padding:40px 10px 35px 10px
}

.product_header {
	margin-top:15px;
}

.product_heading {
	 font-size:20px;
}

.product_headerBg {
	margin-top:-54px;
}

.header_locations {
	font-size:13px;
}
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

