﻿/*===================== 
	Color information
	
	- Blue: #0054a6;
	- Red-Orange: #fb4835;
	-
	-
		 
=======================*/
/*===================== 
	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 
=======================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Montserrat', sans-serif;
    margin: 0;
	padding:0;
	}

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;}
	
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 

.thumbnail{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	width:30%;
	margin:0.5%;
	vertical-align:top;
}
.thumbnail2 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 46%;
    margin: 2% 1%;
    vertical-align: top;
}
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 24px; color:#000; padding:1% 0 2% 0;}
	h2 {color:#E61B05; font-size:24px; text-align:center; padding:1% 0 4% 0;}
	h3 {font-size:21px; color:#000; padding:2% 0;}
	h3.heading {font-size:24px; font-weight:bold;}
	h3.sub-heading {font-size:22px; font-weight:normal;}
	h4 {font-size:21px; color:#fb4835; padding:2% 0 1% 0;}
	h5 {font-size: 18px; color:#000; font-weight:normal; padding: 0 0 1% 0;}
	
	h1.slide{
		font-size:30px;
		font-weight:bold;
		padding:1% 0;
	}
	h5.slide-sub{
		font-size:26px;
	}
	h5.slide{
		font-size:35px;
		font-weight:bold;
		text-shadow:1px 1px 3px rgba(0,0,0,.6);
	}

p {
	margin: 0;
	color:#000;
	font-size:16px;
	line-height:28px;
	padding:0 0 2% 0;
	}
	
p.col {
	margin: 0;
	color:#000;
	font-size:14px;
	line-height:21px;
	padding:3% 0 6% 0;
	}

.bold {
    font-weight: bold;
	}
.white{
	color:#fff;
}
.blue{
	color:#0054a6;
}
.align-left {
	text-align: left ! important;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #fb4835;
		}  
a.blue_btn{
	text-align:center;
	background: #0054a6;
	padding:2% 4%;
	display:inline-block;
	margin:3% 2% 2% 2%;
	color:#fff;
	font-size:14px;
	font-weight:normal;
}
a.blue_btn:hover{
	background:#fb4835;
}
a.first{
	margin:3% 2% 2% 0;
}

a.orange_btn{
	text-align:center;
	background: #fb4835;
	padding:1.5% 10px;
	display:inline-block;
	margin:-5% 2% 2% 2%;
	width: 16%;
	color:#fff;
	font-size:14px;
	box-sizing:border-box;
	font-weight:normal;
	float:left;
	position:relative;
	z-index:100;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.75);
}
a.orange_btn:hover{
	background:#E61B05;
}

a.ghost_btn{
	display:block;
	box-sizing:border-box;
	text-align: left;
	color:#E61B05;
	border: #E61B05 solid 1px;
	width: 45%;
	margin:2% 0 0 3%;
	padding: 2% 0 2% 12%;
	float:left;
}
a#construction{
	background:url(../siteart/construction_icon.png) no-repeat;
	background-position:5% 0;
}
a#attachments {
	background:url(../siteart/attachments_icon.png) no-repeat;
	background-position:3% 0;
}
a#agricultural {
	background:url(../siteart/farm_icon.png) no-repeat;
	background-position:5% 0;
}
a#rent {
	background:url(../siteart/rental_icon.png) no-repeat;
	background-position:5% 0;
}
a#trailers{
	background:url(../siteart/trailer_icon.png) no-repeat;
	background-position:5% 0;
}
a#new{
	background:url(../siteart/new_icon.png) no-repeat;
	background-position:5% 0;
}
a.ghost_btn:hover{
	background:#fb4835 !important;
	color:#f4f4f4;
}
/*===================== 
	header styles 
=======================*/

header {
	width: 100%;
	background:url(../siteart/headerbg.jpg) no-repeat;
	background-size:cover;
	overflow:auto;
	}
.head_left{
	float:left;
	position:relative;
	display:inline-block;
	padding: 2% 0 0 6%;
}
.head_right{
	float:right;
	position:relative;
	display:inline-block;
	padding: 2% 6% 0 0;
}
#main_logo{
	width:330px;
	float:left;
	position:relative;
	display:inline-block;
	margin:0 auto;
	padding: 0 0 0 24%;
	box-sizing: content-box;
}
.head_mobile{
	display:none;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{ /* hiding responsive menu button */
	display: none;
	}
nav.mobile { /* hiding responsive menu */
	display:none;
}

/***** Start of primary nav ******/
nav.primary {
	width:100%;
	background:#0054a6;
	padding:0;
	margin:0;
	}
	nav.primary ul {
		max-width:1400px;
		margin:0 auto;
		padding:0;
		}
		nav.primary ul li {
			margin:0;
			padding:0;
			float:left;
			display:block;
			list-style-type:none;
			}
			nav.primary ul li a {
				display:block;
				color:#fff;
				font-size:21px;
				font-weight:bold;
				padding:12px 24px;
				margin:0;
				}	
			nav.primary ul li a:hover {
				background:#fb4835;
				}
			nav.primary ul li li a { /* appearance of the sub-level links */
				display:block;
				border-bottom:#fff solid 1px;
				font-size:18px;
			}
			nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */
			}
/* Optional-use, Begin targeting styles of first and last links */
nav.primary ul li:last-child  { /* Optional-use, this targets last li */
}
nav.primary ul li:last-child a {  /* Optional-use, this targets last link */
}
nav.primary ul li:first-child a { /* Optional-use, this targets first li */
}
  
/* Optional-use, targeting styles of first and last sub-level links*/
nav.primary ul li li:last-child  {
}
nav.primary ul li li:last-child a {
	border-bottom:none;
}
nav.primary ul li li:first-child a {
}
/* Optional-use, End targeting styles of first and last links */
  
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
  
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
	top:15px;
	width:300px;
}
  
nav.primary ul li:hover > ul {  
    display: block;
    z-index: 100;
	background:#0054a6;
}
  
nav.primary ul ul li {
    float: none; 
    position: relative;
    margin:0;
}
/******** End of primary Nav ***************/

/*===================== 
	content styles 
=======================*/
.whitebg{
	background:rgba(255,255,255,.85);
	max-width:500px;
	padding: 4% 2%;
}
.new-equip-logo{
	display:block;
	max-width:200px;
	margin:auto;
}
.col-photo{
	width:100%;
}
.col-photo-pad{
	width:100%;
	padding:12% 0 0 0;
}

.col-photo.yanmar-warranty {
	max-width: 100px;
}
/***Button Styles *******/
figure.category{
	display: inline-block;
	zoom:1; 
	*display:inline;
    float: left;
	margin: 2% 4%;
	width: 25%;
}
figure.category img{
	width:100%;
	margin:auto;
	display:block;
}
figure.category figcaption{
	color:#333;
	font-weight:600;
	font-size:24px;
	text-align:center;
	padding:2% 0 5% 0;
}
figure.category:hover figcaption {
	color:#fb4835;
}
figure.category:hover {
	opacity:.8;
}

.employee-login-button {
	width: 100%;
	background-color: #0054a6;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}

.employee-login-button:hover {
	background-color: #fb4835;
}

.hosted-content .column2{
	border:none;
}

/**********************************/
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/

.scroll_wrap{
	width:100%;
	height:90px;
	overflow:hidden; 
}
iframe.scroller{
	background:#fff; 
	width:100%; 
	height:90px; 
	padding:0; 
	border:0; 
}
.banner img{
	width:100%;
}
/*===================== 
	layout styles 
=======================*/
.text_wrap{
	width: 100%;
	background-color: #333;
	background-image:url(../siteart/textbg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin: 0;
	padding:7% 0;
	}
.wrap {
	width: 100%;
	margin: 0;
	background:#fff;
	}
.white_wrap {
	width: 100%;
	margin: 0;
	background:#fff;
	}
.container {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing:border-box;
	padding:2%;
	}
.container-wide {
	max-width: 1400px;
	margin: 0 auto;
	box-sizing:border-box;
	padding:2% 3%;
}
.narrow_container {
	box-sizing:border-box;
	max-width: 900px;
	margin: 0 auto;
	padding:2% 1%;
	}

.flex {
	padding:10% 0;
}
.flex img{
	display:inline-block;
	padding:2px;
}
.hosted-content{
	padding:3% 0 0 0;
}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { 
	width: 30%;
	float:left;
	display:inline-block;
	padding:1% 0 2% 3%;
	}
.col-1-2 { 
	width: 48%;
	float:left;
	display:inline-block;
	padding: 3% 1%;
	}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/******* Div Table **********/
.two-col{
	display:block;
	min-width:345px;
	padding:2% 0 4% 0;
}
.three-col{
	display:block;
	min-width:400px;
	padding:2% 0 4% 0;
}
.four-col{
	display:block;
	min-width:530px;
	padding:2% 0 4% 0;
}
div.column2{
	display:inline-block;
	float:left;
	border:1px #000 solid;
	width:50%;
	box-sizing:border-box;
}
div.column3{
	display:inline-block;
	float:left;
	border:1px #000 solid;
	width:33%;
	box-sizing:border-box;
}
div.column4{
	display:inline-block;
	float:left;
	border:1px #000 solid;
	width:25%;
	box-sizing:border-box;
}
div.title-row{
	text-align:center;
	border-bottom: 1px #000 solid;
	box-sizing:border-box;
	font-size:16px;
}
div.row{
	border-bottom: 1px #000 solid;
	box-sizing:border-box;
	padding:1% 0 1% 2%;
	font-size:16px;
}
div.column2 div.row:last-child{
	border-bottom: none;
}
/****************************/

.hosted-content .column4, .hosted-content .column3 {
	border:none;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:url(../siteart/concrete_seamless.png) repeat;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #616161;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #616161;
		}

.footertext {
	font-size:11px; 
	color:#616161;
	}

.smallfootertext {
	font-size:11px; 
	color:#616161;
	}

.divfooter {
	max-width:490px; 
	text-align:left;
	color:#616161;
	float:left;
	padding:3% 0 1% 4%;
	}
.foot_contact{
	float:right;
	text-align:right;
	color:#616161;
	padding:1% 4% 1% 0;
}

/*=========================== 
	 Inventory styles 
=============================*/

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#0054a6 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #0054a6 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #0054a6 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
.list-content {
	margin: 15px auto!important;
}

/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

.view-listing-details-link {
	color: #ffffff!important;
}


/*=========================== 
	 Responsive styles 
=============================*/
@media screen and (max-width: 1700px)  {
	h1.slide{font-size:25px;}
	h5.slide-sub{font-size:18px;}
	h5.slide{font-size:26px;}
}
@media screen and (max-width: 1500px)  {
	#main_logo{padding: 0 0 0 18%;}
	h1.slide{font-size:18px;}
	h5.slide-sub{font-size:16px;}
	h5.slide{font-size:21px;}
	nav.primary ul {
		max-width:1000px;
		margin:0 auto;
	}
	nav.primary ul li a {
		font-size:16px;
		padding:12px 16px;
	}
}
@media screen and (max-width: 1250px)  {
	#main_logo{padding: 0 0 0 13%;}

	h1.slide{font-size:16px;}
	h5.slide-sub{font-size:16px;}
	h5.slide{font-size:18px;}	
}
@media screen and (max-width: 1000px)  {
	#main_logo{
		width:30%;
		float:left;
		position:relative;
		display:inline-block;
		margin:0 auto;
		padding: 0 0 0 5%;
	}
	div.title-row{font-size:14px;}
	div.row{font-size:14px;}
	nav.primary ul {
		max-width:770px;
		margin:0 auto;
	}
	nav.primary ul li a {
		font-size:14px;
		padding:12px 9px;
	}
	
}
@media screen and (max-width: 900px)  {

	.divfooter {
		max-width:490px; 
		text-align:center;
		color:#616161;
		float:none;
		margin:0 auto;
		padding:1% 0 1% 4%;
		}
	.foot_contact{
		float:none;
		text-align:center;
		color:#616161;
		margin:0 auto;
		padding:1% 4% 1% 0;
	}
	div.title-row{font-size:13px;}
	div.row{font-size:13px;}

	h1.slide{display:none;}
	h5.slide-sub{display:none;}
	h5.slide{display:none;}

}
@media screen and (max-width: 770px)  {
	nav.primary{
		display:none;
	}

	/*==============================
		Mobile Nav Styles			
	================================*/	
	#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 */
		background:#0054a6;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding: .1em 0 .1em 0.8em;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		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: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		vertical-align: top;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		border-top: 1px solid #151515;
		border-bottom: 1px solid #454545;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
	}
	nav.mobile ul li a {
		position: relative;
		display: block;
		padding: 10px;
		color: #999;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {
		background: #000;
		color: #fff;
	}
	nav.mobile ul li li a { /* appearance of the sub-level links */
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #ccc;
		text-decoration: none;
	}
	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/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%;
	}
	#main_logo{
		width:40%;
		float:none;
		position:relative;
		display:block;
		margin:0 auto;
		padding: 0;
	}
	.head_left, .head_right{
		display:none;
	}
	.head_mobile{
		display:block;
		text-align:center;
		padding:1% 0;
	}
	h3.sub-heading {font-size:18px; font-weight:normal;}
	a.ghost_btn{
		text-align: left;
		width: 55%;
		margin:2% auto;
		padding: 3% 0 3% 14%;
		float:none;
	}
	.col-1-2 { 
		width: 95%;
		float:none;
		display:block;
		margin:0 auto;
		padding: 2% 0;
		}
	.parts_logo{
		width:90%;
	}
	.col-1-3 { 
		width: 80%;
		float:none;
		display:block;
		margin:0 auto;
		padding:1% 0 2% 0;
	}
	div.title-row{font-size:14px;}
	div.row{font-size:14px;}
	a.orange_btn{
		margin:2% 2% 2% 2%;
		font-size:14px;
		width:45%;
	}
}
@media screen and (max-width: 540px)  {
	a.ghost_btn{
		text-align: left;
		width: 75%;
		margin:2% auto;
		padding: 3% 0 3% 20%;
		float:none;
	}
	#main_logo{
		width:60%;
	}
	.col-1-3 { 
		width: 90%;
	}
	div.title-row{font-size:12px;}
	div.row{font-size:12px;}
	figure.category{width: 40%;}
	figure.category figcaption{font-size: 18px;}
	div#my-slider{display:none;}
	.thumbnail2 {
		display: block;
		width: 90%;
		margin: 2% auto;
	}
}
@media screen and (max-width: 420px)  {
	a.ghost_btn{
		text-align: left;
		width: 85%;
		margin:2% auto;
		padding: 4% 0 4% 25%;
		float:none;
	}
}

