﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/


/* saira-regular - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/saira-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Saira Regular'), local('Saira-Regular'),
       url('../fonts/saira-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/saira-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/saira-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/saira-v2-latin-regular.svg#Saira') format('svg'); /* Legacy iOS */
}


/* saira-700 - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/saira-v2-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Saira Bold'), local('Saira-Bold'),
       url('../fonts/saira-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-v2-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/saira-v2-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/saira-v2-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/saira-v2-latin-700.svg#Saira') format('svg'); /* Legacy iOS */
}

/* saira-900 - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/saira-v2-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Saira Black'), local('Saira-Black'),
       url('../fonts/saira-v2-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-v2-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/saira-v2-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/saira-v2-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/saira-v2-latin-900.svg#Saira') format('svg'); /* Legacy iOS */
}


body {
	color:#000;
	font-family: 'Saira', sans-serif !important;
	margin:0;
	font-size:18px;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    text-decoration:none;
    color:#000;
}
a:hover  {
    text-decoration:underline;
    color:#f8a61a /*orange*/;
}

h1 {
	font-size:30px;
	font-family:'Saira', sans-serif;
	font-weight:700;
	color:#fff;
	color:#b3292f /*red*/
}

h2 {
	font-weight:700;
	font-size:1.8rem;
	color:#b3292f /*red*/
}

h3 {
	font-weight:400;
	font-size:1.7rem;
}

h4 {
	font-weight:400;
	font-size:1.7rem;
}

h5 {
	font-weight:700;
	font-size:1.4rem;
	font-style:italic;
	color:#fff;
}

p {
	font-size:17px;
	font-family:'Saira', sans-serif;
}
	 
.wrapper {
	width:92%;
	margin:0 auto;
	max-width:1170px;
}

.header-wrapper {
	width:96%;
	margin:0 auto;
	max-width:1500px;
}

.nav-wrapper {
	width:96%;
	margin:0 auto;
	max-width:1600px;
}

.bottom-wrapper {
	background:#111 url(../siteart/bottom-nav.jpg);
	width:100%; 
	margin:0 auto;
	position:relative; 
}
.bottom-wrapper:before {content:""; position:absolute; top:0 ;left:0; width:100%; height:100%; background:rgba(15,15,15,0.35);}

/*HOSTED CONTENT*/
.hosted-content h3 {
	font-family: 'Saira', sans-serif;
	font-size:28px;
	font-weight:400;
	color:#fff;
}

.hosted-content #listings-title {
	color:#b3292f /*red*/ 	
}

.hosted-content .dealers-list-wrapper .control-box select, .hosted-content .listings-wrapper .control-box select {
	width:auto;	
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
    color: #f00;
    font-size: 14px;
}

/**SPANS**/
.topinfo { font-weight:400; font-size:16px; padding: 0 6px;}
.orange { font-style:italic; font-size:inherit; font-weight:700; color:#f8a61a /*orange*/ }
.white { color:#fff; }
.red { color:#b3292f /*red*/ }
.footer-phone { font-size:18px; }


/*HEADER
------------------------------------------------*/
.logo-header {
	width: 100%;
    text-align: center;
}

.top-logo {
    margin: 0 auto;
    float: left;
    box-sizing: border-box;
	width:25%;
}

.top-logo img {
    image-rendering: -webkit-optimize-contrast;
	display:inline-block !important;
}

.info-right {
	margin: 0 auto;
    float: left;
    box-sizing: border-box;
	width:75%;
}

.small-box {
	width: 15%;
    height:auto;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
	float:none;
	vertical-align:top;
	padding-top:74px;
}

.small-box2 {
	width: 20%;
    height:auto;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
	float:none;
	vertical-align:top;
	padding-top:74px;
}

.small-box img {
	display:inline-block;
}

.small-box2 img {
	display:inline-block;
}

.fb-logo img {
	display:inline-block !important;
}

.gehl-logo img {
	display:inline-block !important;
}

.mah-logo img {
	display:inline-block !important;
}


.small-box p {
	font-size:13px;
	font-weight:400;
	color:#b3292f; /*red*/
}

.small-box2 p {
	font-size:13px;
	font-weight:400;
	color:#b3292f; /*red*/
}

.small-box a {
	color:#b3292f; /*red*/
}

.small-box2 a {
	color:#b3292f; /*red*/
}

#phone {
	font-size:18px;
	font-weight:700;
	color:#b3292f; /*red*/
}

.fb-logo {
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
	vertical-align:top;
	float:none;
	padding: 0 50px 0 70px;
	padding-top:103px;
    height:auto;
    display: inline-block;
}

.gehl-logo {
	width: 10%;
    height:auto;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
	float:none;
	vertical-align:top;
	padding-top:83px;
}

.mah-logo {
	width: 10%;
    height:auto;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
	float:none;
	vertical-align:top;
	padding-top:83px;
}

.gehl-logo img {
	max-width:100%;
}

.mah-logo img {
	max-width:100%;
}

.review-logo {

	padding:8px 0 !important;

	margin-top:88px !important;
	border:2px #f8a61a solid;
	background:#b3292f;
	line-height:1.1; 
	
	text-transform: uppercase;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}

.review-logo:hover {border:2px #b3292f solid; background:#f8a61a;}
.review-logo a {font-size:16px;  font-weight:700;color:#fff;}
.review-logo a:hover {color:#b3292f; text-decoration:none;}

/*BODY
------------------------------------------------*/
.welcome-bar {
	width:100%;
	display:block;
	padding:20px 0;
	background-color:#b3292f; /*red*/ /*full width of the nav*/
	border-top: #f8a61a /*orange*/ solid 4px;
	text-align:center;
}

.welcome-bar h1 {
	color:#fff;	
}

.body {
	padding:20px 0;	
}

.four-boxes {
	width:100%;
	float:none;
	padding:10px 0;
	text-align:center;
}

.inventory-box {
	width:24%;
	margin:0 auto;
	display:inline-block;
	box-sizing:border-box;
	font-size:22px;
	font-weight:700;
	color:#b3292f /*red*/;
}


/*Harmony Transport
------------------------------------------------*/
.harmony-wrapper {
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
	padding:20px 0;
	padding-bottom:40px;
}

.harmony-form {
	border: 3px solid #f8a61a /*orange*/;
	padding:20px 0;
    box-sizing: border-box;
    align-items: center;
	width:100%;
	margin:0 auto;
	text-align:center;
}

/*FORMS
------------------------------------------------*/

input {
	padding:5px;
	box-sizing:border-box;
	width:60%;
	margin:5px 0 15px 0;
	font-size:12px;
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

form {
	vertical-align:top;
	margin:0 auto;
	font-size:12px;
	float:none;
}

.yellow-button {
	display:inline-block;
	margin-bottom:15px;
	padding:12px 50px;
	width:60%;
	font-family:'Saira', sans-serif;
	background: #b3292f /*red*/;
	color: #fff;
	font-weight:700;
	text-decoration:none;	
}

.yellow-button:hover {
	background: #f8a61a /*orange*/;
	color:#b3292f /*red*/;
	font-weight:700;
	cursor:pointer;
}

form .yellow-button {
	border-style:none;
}

.main-heading {
	padding:40px 0;
	text-align:left;
	border-bottom: #f8a61a /*orange*/ solid 4px;
}

select {
    width: 60%;
    padding: 8px;
    border: 1px solid rgb(169, 169, 169);
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
}

/*Parts - Service
------------------------------------------------*/


.box-half {
	width:45%;
	float:left;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
	margin:0 auto;
	padding:40px 20px;
}

.box-half2 {
	width:55%;
	max-width:600px;
	padding:40px 20px;
	float:left;
	box-sizing:border-box;
	text-align:center;
	margin:0 auto;
}

.parts-form {
	border: 3px solid #f8a61a /*orange*/;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.map {
	border: 3px solid #f8a61a /*orange*/;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.contact-info-box {
	border: 3px solid #f8a61a /*orange*/;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/*TABS
-----------------------------------------------*/
.tabs {
	margin: 0 0 0 10px;
	padding: 0;
	font-size:14px;
	list-style: none;
	text-align: left;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.tabs li {
	display: inline;
	float: left;
}

.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	position: relative;
	display: block;
	margin-right: 10px;
	padding:8px 20px 6px 20px;
	color: #fff;
	border-top:0px #f8a61a solid;
	border-left:0px #f8a61a solid;
	border-right:0px #f8a61a solid;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background:#f8a61a;
}

.tabs li a:hover, .tabs li a.selected, .tabs li a.selected:active, .tabs li a.selected:visited {
	text-decoration: none;
	position: relative;
	color: #fff;
	background:#b3292f;
}

.tabs li a.selected:hover {
	text-decoration: none;
	color: #fff;
}

.tabcontent-wrapper {
	display: block;
	padding: 0;
    border:1px solid #212121;
	border-top:0px;
    background:#fff;
}


#subnav {
	background:#F4F4F4;
	border:1px solid #212121;
	border-bottom:0;
	padding:5px 0px;
	font-size:13px;
	
}

#subnav a:link, #subnav a:visited, #subnav a:active {
	text-decoration:none;
	text-align:center;
	color:#f8a61a;	
	padding:4px 8px;
	display:inline-block;
}

#subnav a:hover {
	background:0;
	color:#b3292f;
}

#subnav a.subnavcurrent{
    color:#fff; 
    background-color:#f8a61a;
}

ul#subNavList {list-style:none; display:block; margin:0px; list-style:none; font-size:12px; font-family: 'Open Sans', sans-serif;;}
ul#subNavList li {float:left; margin:0px; border-right:1px dotted #f8a61a; position: relative;}
ul#subNavList li a.menu {margin:2px 12px; padding:4px; display:block;}

#logins{margin:10px 0 0 0;}
#logins a{float:left;padding:5px 15px;margin:15px;background:#b3292f;color:#fff;font-size:12px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
#logins a:hover{background:#ffc500;}


/*FOOTER
------------------------------------------------*/
.bottom-nav {
	max-width:1400px;
	width: 96%;
    float: none;
    display: block;
    align-content: center;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}

.nav-box {
	width: 24%;
	margin:0 auto;
	float:left;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	display:inline-block;
}

.nav-box img {
	display:inline-block;
	padding-top:10px;	
}

.nav-box-logo {
	width:17%;
	margin:0 auto;
	float:left;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	display:inline-block;
	padding-top:80px;
	text-align:center;
}

.nav-box p {
	font-weight:700;
	font-size:14px;
}

.nav-box a {
    text-decoration:none;
    color:#fff;
	font-weight:700;
	font-size:14px;	
}

.nav-box a:hover  {
    text-decoration:underline;
    color:#b3292f /*red*/;
}

footer {
	background:#000;
	padding:40px 0;
}

.copyright {
	font-size:12px;
	color:#fff;
	text-align:center;
}

.copyright a:hover  {
    color:#f8a61a /*orange*/ !important;	
	text-decoration:underline;
}

.copyright a {
	color:#fff !important;	
}


/*

Needed for Parallax
.parallax-window1 {
    min-height: 800px;
    background: transparent;
}

.parallax-window2 {
    min-height: 400px;
    background: transparent;
}

*/

/*===================== 
                Responsive styles 
=======================*/

@media screen and (max-width: 1510px) { 
	.info-right {
		width:100%;
	}
	
	.small-box {
		padding:10px 0;
		width:15%;
	}
	
	.small-box2 {
		padding:10px 0;
		width:30%;
	}
	
	.fb-logo {
		width: 90px;
		padding:10px 0;
		padding-top:41px;
	}
	
	.gehl-logo {
		padding-top:2%;
	}
	
	.mah-logo {
		padding-top:2%;
	}
	
	.review-logo {
	margin-top:3% !important;
}

	
	.top-logo {
		text-align:center;
		margin: 0 auto;
		width:100%;
	}
	
	.top-logo img {
		max-width:100%;
		text-align:center;
	}
	
}
@media screen and (max-width: 1160px) { 
.box-half {
	width:100%;
	float:none;
	padding:0;
	padding-top:40px;
}

.box-half2 {
	float:none;
	
}

.map {
	width:100%;	
}

.box-half2 {
	float:none;
	width:100%;
	max-width:100%;
	padding: 40px 0px;
	
}
}

@media screen and (max-width: 1080px) { 
	.small-box p {
		font-size: 12px;
	}
	
	.small-box2 p {
		font-size: 12px;
	}
	
	#phone {
    	font-size: 15px;
	}
	
	.small-box2  {
		width:25%;
	}
	
	.fb-logo {
		padding-top:3%;	
	}
	
	.fb-logo img {
		width:31%;
		max-width:100%;
	}
	
	.gehl-logo img {
		width:80%;
		max-width:100%;
	}
	
	.mah-logo img {
		width:80%;
		max-width:100%;
	}
}

@media screen and (max-width: 1050px) { 
	.inventory-box {
		width:49%;
		padding:20px;
		vertical-align:top;
	}
	
	.inventory-box img {
		max-width:100%;	
		max-height:190px;
	}
}

@media screen and (max-width: 900px) {
	.nav-box {
		width: 49%;
		text-align:center;
	}
	
	.nav-box-logo {
		width:49%;
		padding-top:40px;
	}
	
	.nav-box-logo img {
		display:inline-block;
		max-width: 100%;
    	width: 30%;	
	}
}	
@media screen and (max-width: 795px) {
	.small-box  {
		width:40%;
	}
	
	.small-box2  {
		width:50%;
		padding-bottom:20px;
	}
	
	.fb-logo img {
		width:25%;
	}
	
	.fb-logo {
		width:22%;
	}
	
	.gehl-logo {
		width:24%;
	}
	
	.mah-logo {
		width:24%;
	}
	
}
@media screen and (max-width: 570px) {
	p {
		font-size:14px;	
	}
	
	.footer-phone {
		font-size:16px;
	}
	
	.nav-box p {
		font-size:12px;
	}
	
	.nav-box a {
		font-size:12px;	
	}

}
@media screen and (max-width: 480px) {
	.main-heading {
    	text-align: center;
	}
	.nav-box {
		width: 100%;
		padding:20px;
	}
	
	.nav-box-logo {
		width:100%;
		padding-top:20px;
	}
	
	.small-box p {
		font-size: 11px;
	}
	
	.small-box2 p {
		font-size: 11px;
	}
	
	#phone {
    	font-size: 13px;
	}
	
}

@media screen and (max-width: 375px) {
	.small-box  {
		width:100%;
	}
	
	.small-box2  {
		width:100%;
		padding-bottom:20px;
	}
}

@media (max-width:1034px){
	.tabs {
	margin: 0;
}

	.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	margin-right:0;
	padding:8px 10px 6px 10px;
	border-top:1px #7C7C7C solid;
	border-left:1px #7C7C7C solid;
	border-right:1px #7C7C7C  solid;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
}

@media (max-width:857px){
.tabs{font-size:13px;font-family: 'Open Sans', sans-serif;}
.tabs li a:link, .tabs li a:visited, .tabs li a:active {padding:8px 8px 6px 8px;}
}

@media (max-width:703px){
	.at-logo{float:none;top:0px;padding:4px 0;}
	#logins{margin:30px 0 0 0;}
#logins a{float:left;padding:5px 15px;margin:4px;bfont-size:12px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

.tabs{font-size:12px;letter-spacing:-.09px; font-family: 'Open Sans', sans-serif;}
.tabs li a:link, .tabs li a:visited, .tabs li a:active {padding:8px 6px 6px 6px;}

}
@media (max-width:649px){
#logins{margin:20px 0;}
#logins a{float:none; padding: 10px 20px;}

}

@media (max-width:637px){
	.tabs{font-size:15px; font-family: 'Open Sans', sans-serif;}
	.tabs{font-size:15px; font-family: 'Open Sans', sans-serif;}
	.tabs li{width:100%;}
	.tabs li a:link, .tabs li a:visited, .tabs li a:active {padding:10px 0;}
}

