﻿/*=====================
	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%;
}

/*=====================
		Fonts
=======================*/

/*=====================
	base styles
=======================*/

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background: url(../siteart/p6.png) repeat !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;
}

.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: 10px;
  background: #f89520;
}

img {
  border: 0;
  max-width: 100%;
}

/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-weight: 700;
  color: #f89520;
}

h1 {
  font-size: 36px;
  padding: 0 0 2% 0;
  line-height: 1.2em;
}

h2 {
  font-size: 30px;
  padding: 0 0 1.5% 0;
  line-height: 1.1em;
}

h3 {
  font-size: 24px;
  padding: 0 0 1% 0;
  line-height: 1em;
}

h4 {
  font-size: 20px;
  padding: 0 0 0.5% 0;
  line-height: 1em;
}

h5 {
  font-size: 18px;
  padding: 0 0 0 0;
  line-height: 1em;
}

p {
  font-family: "Roboto", sans-serif;
  padding: 0 0 2% 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 20px;
}

strong {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/*=====================
	link styles
=======================*/

a.link:focus {
  outline: thin dotted;
  /*reset*/
}

a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

a:hover {
  text-decoration: none;
  color: #f89520;
}

.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: #4b4b4b;
  padding: 2px 0;
  font-size: 14px;
  color: #fff;
}

.topbar i {
  margin-right: 5px;
  color: #f89520;
}

.topbar ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.topbar ul li {
  float: left;
  padding: 7px 40px 7px 0;
  font-weight: bold;
  font-size: 16px;
}

.topbar ul li a {
  color: #fff !important;
}

.topbar ul li a:hover {
  color: #f89520 !important;
}

.topbar ul li span {
  color: #f89520;
}

.gehldealer {
  float: right;
}

.gehldealer p {
  font-size: 16px;
  font-weight: 700;
  padding-top: 5px;
}

.gehldealer p img {
  display: inline !important;
}

header {
  width: 100%;
  background: url(../siteart/white.png) repeat;
  margin: 0;
  padding: 13px 0;
  position: absolute;
  z-index: 1001;
  text-align: center;
}

.headerwrap {
  width: 96%;
  max-width: 1480px;
  margin: 0 auto;
}

.logo {
  width: 20%;
  float: left;
  text-align: left;
}

.logo img {
  margin: 0 auto !important;
}

.navbar {
  width: 80%;
  float: right;
  padding-top: 20px;
}

/*=====================
	content styles
=======================*/
.wrapper {
  width: 96%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  min-height: 600px;
}

#internal {
  padding: 2% 0;
}

#fill {
  padding-bottom: 17%;
}

/*=====================
	slideshow styles
=======================*/
.slides {
  background: url(../siteart/concrete_wall.png) repeat;
  padding: 0;
  color: #fff;
  position: relative;
  border-bottom: 20px solid #000;
}


.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 0.5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
  color: #2885b3;
}

.cycle-pager>* {
  cursor: pointer;
}

/*=====================
	welcome styles
=======================*/
.welcome {
  padding: 2% 0;
  border-top: 5px solid #f89520;
  margin-top: 2px;
}

.welcomeleft {
  width: 40%;
  float: left;
}

.welcomeleft h3 {
  font-weight: 300;
  padding: 0;
  color: #4b4b4b;
}

.welcomeright {
  width: 60%;
  float: left;
  position: relative;
}

.telehandler {
  position: absolute;
  top: -130px;
  z-index: 995;
}

.extended {
  position: absolute;
  top: -180px;
  z-index: 995;
}

.brandlift {
  position: absolute;
  left: 10%;
  top: -100px;
  z-index: 995;
}

.quicklinks {
  margin: 3% 0 0 0;
  text-align: center;
}

.linkbox {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30%;
  margin: 1%;
  height: 190px;
  position: relative;
  -moz-box-shadow: 5px 5px 5px #a3a3a3;
  -webkit-box-shadow: 5px 5px 5px #a3a3a3;
  box-shadow: 5px 5px 5px #a3a3a3;
  overflow: hidden;
  background: #fff;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#inventorybox {
  background: url(../siteart/inventoryback2.jpg) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#attachbox {
  background: url(../siteart/attachbackfork.jpg) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#layered {
  display: block;
  width: 100%;
  height: 190px;
  position: absolute;
  z-index: 1000;
  background: url(../siteart/attachbackplow.png) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#rentalbox {
  background: url(../siteart/rentalback2.jpg) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.linktitle {
  position: absolute;
  z-index: 995;
  top: 50%;
  left: 10%;
  right: 10%;
  width: 80%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.linktitle h2 {
  color: #4b4b4b;
  padding: 0;
  line-height: 1em;
}

.linktitle h5 {
  color: #4b4b4b;
  padding-top: 4px;
  font-weight: 300;
}

.linktitle h2 {
  border-bottom: 2px solid #f89520;
}

#inventorybox:hover {
  background: url(../siteart/inventoryback2.jpg) center right no-repeat;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#attachbox:hover {
  background: url(../siteart/attachbackfork.jpg) center right no-repeat;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#attachbox:hover>#layered {
  background: url(../siteart/attachbackplow.png) center left no-repeat;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#rentalbox:hover {
  background: url(../siteart/rentalback2.jpg) center left no-repeat;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.linkbox:hover .linktitle h2 {
  font-size: 2.1em;
  border-bottom: 3px solid #f89520;
  -moz-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding-bottom: 2px;
}

/* .linkbox:hover .linktitle h5 {
  font-size: 1.4em;
  -moz-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
} */

.conscategory,
.truckcategory {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 10px;
}

.conscategory {
  text-align: left;
}

.truckcategory {
  text-align: right;
}

.conscategory:hover,
.truckcategory:hover {
  color: #f89520;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  font-weight: 700;
}

/*=====================
	Form styles
=======================*/
.searchblock {
  background: url(../siteart/searchback.jpg) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#formpage {
  padding: 0 10px;
}

#search {
  padding: 4% 0;
}

#search h3 {
  padding: 0;
  font-weight: 300;
  color: #4b4b4b;
}

#search h1 {
  padding: 0;
  color: #fff;
}

.rowed {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.keyed label {
  text-align: left;
  color: #4b4b4b;
  font-weight: bold;
}

.keyed {
  width: 30%;
  margin: 0 1%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

form.search {
  margin: 0 0 0;
}

.search label {
  display: block;
  font-size: 16px;
  padding-top: 4%;
  width: 100%;
}

.search input {
  font-family: "Open Sans", Arial, sans-serif;
  border: #999999 none;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 98%;
  margin-bottom: 10px;
}

.search input:focus {
  border: #2885b3 solid 1px;
}

.search input.button2 {
  display: block;
  width: 50%;
  margin: 0 auto 5% auto;
  border: #277e32 solid 1px;
  background-color: #38b749;
  color: #fff;
  border-radius: 2px;
}

.search input.button2:hover {
  background-color: #277e32;
  cursor: pointer;
}

.search select {
  font-family: "Open Sans", Arial, sans-serif;
  border: #999999 solid 1px;
  padding: 1%;
  font-size: 14px;
  width: 100%;
}

.search textarea {
  font-family: "Open Sans", Arial, sans-serif;
  border: #999999 solid 1px;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 98%;
}

.searchsubmit {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.searchsubmit:hover {
  background: #fff;
  color: #f89520;
  -moz-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: pointer;
}

/*=====================
	contact styles
=======================*/
.contactblock {
  background: #fff;
  padding: 1% 0;
  position: relative;
}

.contactleft {
  width: 40%;
  float: left;
  text-align: left;
}

.contactlogo {
  margin-left: 28%;
}

.lowerlift {
  position: absolute;
  z-index: 10;
  left: 5%;
  top: -20px;
}

.contactright {
  width: 58%;
  float: right;
}

.contactrow {
  width: 80%;
  padding-right: 1%;
  text-align: right;
}

.orange {
  background: #f89520;
  width: 97%;
  float: right;
  height: 4px;
  margin-bottom: 3px;
}

.thirds {
  width: 30%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.thirds h3 {
  padding: 0;
  font-weight: 300;
  color: #4b4b4b;
  text-align: left;
}

.thirds h1 {
  padding: 0;
  color: #f89520;
  text-align: left;
}

#address h3 {
  font-weight: 400;
  text-align: center;
}

#phone h3 {
  font-weight: 700;
  color: #f89520;
  text-align: right;
}

.map {
  border-top: 10px solid #000;
}

/*=====================
	brands styles
=======================*/
.brandblock {
  margin: 2% auto;
}

.brandbox,
#dealerbox {
  padding: 15px;
  width: 23%;
  float: left;
  margin: 1% 2%;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 5px #b0b0b0;
  -webkit-box-shadow: 5px 5px 5px #b0b0b0;
  box-shadow: 5px 5px 5px #b0b0b0;
  text-align: center;
}

/*=====================
	contact styles
=======================*/
.employeeblock {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.employeeblock h3 {
  font-weight: 300;
  color: #4b4b4b;
  text-align: left;
}

.employeeblock h4 {
  line-height: 1.2em;
  font-weight: 400;
  color: #4b4b4b;
}

.employeeblock h1 {
  text-align: left;
}

.employeeblock a h4 {
  color: #f89520;
  font-weight: bold;
}

.employeecard {
  padding: 15px;
  width: 50%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 2% auto;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 5px #b0b0b0;
  -webkit-box-shadow: 5px 5px 5px #b0b0b0;
  box-shadow: 5px 5px 5px #b0b0b0;
  text-align: center;
}

.employeecard a {
  color: #000;
  font-weight: bold;
}

.employeecard a:hover {
  color: #f89520;
}

.employeecard h3,
.employeecard h5,
.employeecard a {
  margin: 5px 0;
  text-align: center;
}

.emailbar {
  background: #f89520;
  padding: 5px 0;
  width: 100%;
  margin: 8px 0 0 0;
}

.emailbar h5 {
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.emailbar:hover {
  background: #4b4b4b;
  -moz-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: pointer;
}

#contactaddress h3 {
  padding: 0;
}

#companytitle {
  padding-bottom: 1%;
}

/*=====================
	layout styles
=======================*/

.ribbon {
  text-align: center;
  color: #fff;
  background: #38b749;
  border-bottom: #216c2b 5px solid;
  position: relative;
}

.ribbon h2 {
  color: #fff;
}

.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--------*/

.hosted-content h1 {
  font-size: 26px !important;
}

.hosted-content h2 {
  font-size: 24px !important;
}

.hosted-content h3 {
  font-size: 22px !important;
}

.hosted-content input[type="submit"]:hover,
.hosted-content .btn:hover,
.hosted-content .button:hover {
  background: #f89520 !important;
}

.hosted-content .pagination>.drop-down-form select {
  width: 8% !important;
}

.attachment-search .search-checkboxes label .row input[type="checkbox"] {
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
  width: 10px;
}

.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;
}

/*=====================
	footer styles
=======================*/
.scrolling {
  display: block;
  background: url(../siteart/scrollingbg.jpg) repeat;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
}

.scrolling a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  margin: 0 20px;
}

.scrolling a:hover {
  color: #f89520;
}

.pagebottom {
  background: #fff;
  padding: 15px 0;
}

.pagebottom p {
  color: #fff;
  font-size: 14px;
}

.pagebottom a {
  color: #fff;
}

.pagebottom a:hover {
  color: #f89520;
}

footer {
  margin: 0 auto;
  width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: none;
  font-size: 11px;
  color: #f89520;
  font-weight: 400;
  border-bottom: none;
}

a.footerlink:hover {
  text-decoration: none;
  font-size: 11px;
  color: #ccc;
}

.footertext {
  font-size: 11px;
  color: #2e2e2e;
}

.smallfootertext {
  font-size: 11px;
  color: #2e2e2e;
}

.divfooter {
  text-align: center;
  margin: 0 auto;
  width: 60%;
}

/* Noui Slider Start */

#searchbar-form .column4 {
  width: 100%;
  margin-right: 20px;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  height: 70px;
  display: flex;
  align-items: center;
}

.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 10px;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
  position: absolute;
}

.noUi-horizontal {
  height: 12px;
  z-index: 0;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 21px;
  left: -13px;
  top: -6px;
}

.noUi-horizontal .noUi-handle-upper {
  top: -5px;
}

.noUi-background {
  background: #ccc;
}

.noUi-connect {
  background: #ccc !important;
  border: 1px #4b4b4b solid;
}

.search-bar .noUi-target {
  width: calc(100% - 35px);
  margin: 15px auto;
}

.noUi-target {
  width: calc(75% - 15px);
  margin: 15px auto;
}

.noUi-handle {
  position: relative;
  background: #d4d3d3 !important;
  border: 1px solid #4b4b4b !important;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #4b4b4b;
  left: 10px;
  top: 3px;
}

.noUi-handle:after {
  left: 12px;
}

.noUi-pips-horizontal {
  padding: 5px 0;
  height: 10px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-marker-horizontal.noUi-marker {
  margin-top: 5px;
  margin-left: -1px;
  width: 1px;
  height: 5px;
  background: #4b4b4b;
}

.example-val {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  /* text-transform: uppercase; */
  text-align: center;
  font-size: 16px;
  padding-bottom: 0;
}

.example-val span {
  font-weight: 400;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

/* Search Bar Section */

.search-bar-form {
  justify-content: center;
}

.search-bar-outer {
  position: relative;
  z-index: 2;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.column4 {
  width: 48%;
  padding: 0 5px;
}

.column4.middle-row {
  margin: 25px 0;
}

.search-bar-form {
  width: 100%;
}

.search-bar-form input[type="text"],
.search-bar-form select {
  background: #fff;
  border: none;
  padding: 15px;
  width: 100%;
  color: #8e8e8e;
  height: 50px;
  font-size: 14px !important;
  box-sizing: border-box;
  margin-right: 20px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
}

.search-bar-form select::placeholder {
  text-transform: uppercase;
}

.search-bar-form .bttn-base {
  margin-top: 0 !important;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2) !important;
}

.form-slider-container {
  width: 100%;
  margin-right: 20px;
}

.search-bar-form label.wrap {
  width: 100%;
  overflow: hidden;
  height: 50px;
  position: relative;
  display: block;
  margin-right: 20px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
}

.search-bar-form select.dropdown {
  height: 50px;
  padding: 10px;
  border: 0;
  font-size: 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-bar-form label.wrap:after {
  content: "\f107 ";
  font-family: FontAwesome;
  color: #f89520;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  width: 6%;
  height: 100%;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

select.dropdown {
  height: 50px;
  padding: 10px;
  border: 0;
  font-size: 15px;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.wrap:after {
  content: "\f13a ";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

.search-bar-form .bttn-base {
  padding: 0;
  width: 100%;
}

.bttn-base {
  /* font-family: "Barlow", sans-serif; */
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s !important;
  height: 50px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  white-space: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none !important;
}

.bttn-base i {
  margin-left: 10px;
}

.bttn-grey {
  color: #fff !important;
  background: #4b4b4b;
}

.bttn-grey:hover {
  background: #1a2930;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #777 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container .bold {
  color: #777 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.list-content .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count {
  display: flex !important;
  align-items: center;
}

.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container .list-sort-order-select {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.section-head {
  width: 100%;
}

.faceted-search-content .faceted-section-box {
  background: #fff !important;
}

.faceted-search-content .selected-facets-container {
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  border: none !important;
}

.faceted-search-content .faceted-section-box .faceted-search {
  border-radius: 0 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background: #f05423 !important;
  border: none;
  border-radius: 0 !important;
  color: #fff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover,
.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
  background: #be3213 !important;
  color: #fff !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #f05423 !important;
  color: #fff !important;
  font-weight: 700;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #666 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: #666;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #f05423 !important;
  border: 1px #f05423 solid !important;
}

.detail-content .detail-additional-data .data-row .data-value,
.detail-content-mobile .detail-additional-data .data-row .data-value {
  background-color: #fff !important;
}

.print-this,
.email-this {
  background: #f05423 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #be3213 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #be3213 !important;
}

.faceted-section-head i {
  color: #f05423 !important;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.legal-text-container p {
  font-size: 14px !important;
  line-height: 18px !important;
}

.listing-widgets a {
  background-color: #dddbdb !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
  background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
  border-radius: 0 !important;
}

footer a[href^="tel:"] {
  color: inherit !important;
  box-sizing: border-box;
}

/* Modal / Mobile buttons / Mobile Data Rows */
.modal-content .modal-top .modal-title {
  font-size: 1.3rem !important;
}

.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #f05423 !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
  background-color: #be3213 !important;
  color: #fff !important;
}

.contact-options a {
  background: #f05423 !important;
  color: #fff !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

/*=====================
	Responsive styles
=======================*/
@media screen and (max-width: 1750px) {
  .contactlogo {
    margin-left: 18%;
  }

  .lowerlift {
    left: 0;
  }

  .contactrow {
    width: 85%;
  }

  .brandlift {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (max-width: 1580px) {
  .contactlogo {
    margin-left: 8%;
  }

  .lowerlift {
    left: -5%;
    top: -30px;
  }

  .contactrow {
    width: 94%;
  }

  .brandlift {
    left: 5%;
    top: -80px;
  }
}

@media screen and (max-width: 1400px) {
  .telehandler {
    top: -80px;
  }

  h1 {
    font-size: 32px;
    padding: 0 0 2% 0;
    line-height: 1.2em;
  }

  h2 {
    font-size: 28px;
    padding: 0 0 1.5% 0;
    line-height: 1.1em;
  }

  h3 {
    font-size: 24px;
    padding: 0 0 1% 0;
    line-height: 1em;
  }

  h4 {
    font-size: 20px;
    padding: 0 0 0.5% 0;
    line-height: 1em;
  }

  h5 {
    font-size: 18px;
    padding: 0 0 0 0;
    line-height: 1em;
  }

  p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .extended {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    top: -170px;
  }

  .scrolling a {
    margin: 0 12px;
  }
}

@media screen and (max-width: 1250px) {
  .lowerlift {
    left: -18%;
    top: 0px;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  .contactrow {
    width: 96%;
  }

  .contactleft {
    width: 30%;
  }

  .contactright {
    width: 65%;
  }

  .divfooter {
    width: 80%;
  }

  .extended {
    position: relative;
    top: -30px;
    margin-bottom: -100px;
  }

  .brandbox,
  #dealerbox {
    width: 33%;
  }

  .brandlift {
    position: relative;
    left: 0;
    top: 0;
  }

  .employeecard {
    width: 70%;
  }

  .scrolling a {
    margin: 0 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {

  .topbar ul li,
  .gehldealer p {
    font-size: 14px;
  }

  .telehandler {
    position: relative;
    top: 0;
  }

  #inventorybox,
  #inventorybox:hover {
    background: url(../siteart/inventoryback2.jpg) center center no-repeat,
      url(../siteart/white.png) repeat;
    -moz-background-size: contain, cover;
    -webkit-background-size: contain, cover;
    background-size: contain, cover;
  }

  #attachbox,
  #attachbox:hover {
    background: url(../siteart/attachbackfork.jpg) center center no-repeat,
      url(../siteart/white.png) repeat;
    -moz-background-size: contain, cover;
    -webkit-background-size: contain, cover;
    background-size: contain, cover;
  }

  #layered,
  #attachbox:hover>#layered {
    background: url(../siteart/attachbackplow.png) center center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }

  #rentalbox,
  #rentalbox:hover {
    background: url(../siteart/rentalback2.jpg) center center no-repeat,
      url(../siteart/white.png) repeat;
    -moz-background-size: contain, cover;
    -webkit-background-size: contain, cover;
    background-size: contain, cover;
  }

  .linktitle h2,
  .linkbox:hover .linktitle h2 {
    font-size: 1.6em;
    border-bottom: 3px solid #f89520;
    padding-bottom: 2px;
  }

  .linktitle h5,
  .linkbox:hover .linktitle h5 {
    font-size: 0.9em;
  }

  .linkbox,
  #layered {
    height: 165px;
  }

  .lowerlift {
    left: -22%;
  }

  .scrolling a {
    margin: 0 6px;
    font-size: 14px;
  }

  #banners {
    margin-top: 100px;
  }

  .hosted-content h1 {
    font-size: 22px !important;
  }

  .hosted-content h2 {
    font-size: 18px !important;
  }

  .hosted-content h3 {
    font-size: 18px !important;
    line-height: 1.5em !important;
  }

  .conscategory,
  .truckcategory {
    margin: 0 2px;
  }
}

@media screen and (max-width: 1000px) {
  .topbar ul li {
    padding-right: 7px;
    font-size: 13px;
  }

  .topbar i {
    margin-right: 0;
  }

  .gehldealer p {
    font-size: 13px;
  }

  .logo {
    width: 12%;
  }

  .navbar {
    width: 88%;
    padding-top: 10px;
  }

  .welcomeleft,
  .welcomeright {
    width: 50%;
  }

  .contactleft {
    display: none;
  }

  .contactright {
    width: 100%;
  }

  .contactrow {
    text-align: center;
    width: 92%;
    padding: 0;
    margin: 0 auto;
  }

  .orange {
    width: 100%;
    float: none;
  }

  .thirds {
    vertical-align: middle;
  }

  #address h3,
  #phone h3 {
    font-size: 20px;
  }

  .divfooter {
    width: 90%;
  }

  .extended {
    top: 0;
  }

  #banners {
    margin-top: 80px;
  }

  #contactaddress {
    width: 30%;
    float: left;
    display: block;
  }

  #contactmap {
    width: 65%;
    float: right;
  }

  .employeecard {
    width: 90%;
  }

  .scrolling a {
    margin: 5px 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 760px) {
  .topbar ul {
    margin: 0 auto;
    text-align: center;
  }

  .topbar ul li {
    padding: 7px 6px;
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }

  .gehldealer {
    float: none;
    display: block;
    width: 100%;
    margin: 5px auto;
    padding: 0;
    text-align: center;
  }

  .gehldealer p {
    padding: 0;
  }

  .headerwrap {
    position: relative;
  }

  .navbar {
    padding: 0;
    width: 60%;
  }

  .logo {
    width: 15%;
    margin-left: 2%;
  }

  h1 {
    font-size: 30px;
    padding: 0 0 2% 0;
    line-height: 1.2em;
  }

  h2 {
    font-size: 26px;
    padding: 0 0 1.5% 0;
    line-height: 1.1em;
  }

  h3 {
    font-size: 22px;
    padding: 0 0 1% 0;
    line-height: 1em;
  }

  h4 {
    font-size: 18px;
    padding: 0 0 0.5% 0;
    line-height: 1em;
  }

  h5 {
    font-size: 16px;
    padding: 0 0 0 0;
    line-height: 1em;
  }

  p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .welcome {
    padding: 3% 0;
  }

  .welcomeleft,
  .welcomeright {
    float: none;
    width: 100%;
    margin: 2% auto;
  }

  .linkbox,
  .keyed {
    width: 46%;
  }

  .linktitle h5,
  .linkbox:hover .linktitle h5 {
    font-size: 1em;
  }

  .conscategory,
  .truckcategory {
    margin: 0 5px;
  }

  #sendsearch {
    width: 96%;
    margin: 20px auto;
  }

  .scrolling {
    padding: 15px 4%;
  }

  .scrolling a {
    margin: 5px 10px;
  }

  .extended {
    display: none;
  }

  .brandblock {
    text-align: center;
  }

  .brandblock h4 {
    text-align: left;
  }

  #dealerblock {
    text-align: left;
  }

  #dealerbox {
    width: 23%;
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 4.5%;
  }

  .brandbox {
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 23%;
  }

  .column4 {
    width: 47%;
  }
}

@media screen and (max-width: 680px) {
  #dealerbox {
    margin-left: 3.7%;
  }

  #contactaddress,
  #contactmap {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .contactinfo {
    float: left;
    width: 50%;
    margin-bottom: 2%;
  }

  .employeecard {
    float: right;
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .topbar ul li {
    float: none;
    display: block;
    font-size: 15px;
    padding: 0;
    text-align: center;
    margin: 5px auto;
  }

  .logo {
    width: 20%;
  }

  .wrapper {
    width: 92%;
  }

  .linkbox {
    width: 86%;
    margin: 2%;
    height: 140px;
  }

  .linktitle h2,
  .linkbox:hover .linktitle h2 {
    font-size: 1.4em;
    border-bottom: 3px solid #f89520;
    padding-bottom: 2px;
  }

  label {
    font-size: 14px;
  }

  .contactrow {
    padding: 5px 0;
  }

  .thirds {
    width: 100%;
    text-align: center;
  }

  #address,
  #phone {
    width: 48%;
    margin: 2% auto;
  }

  #address h3,
  #phone h3 {
    text-align: center;
  }

  .scrolling {
    padding: 15px 2%;
  }

  #dealerblock {
    text-align: center;
  }

  .brandbox,
  #dealerbox {
    width: 35%;
    margin: 1% 2%;
  }

  .column4 {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 15px;
  }

  .column4.middle-row {
    margin: 0;
  }

  #search .last-row {
    margin-top: 25px;
  }
}

@media screen and (max-width: 480px) {
  header {
    position: relative;
    padding: 13px 0 10px 0;
  }

  .logo {
    margin-left: 7%;
  }

  h1 {
    font-size: 26px;
    padding: 0 0 2% 0;
    line-height: 1.2em;
  }

  h2 {
    font-size: 22px;
    padding: 0 0 1.5% 0;
    line-height: 1.1em;
  }

  h3 {
    font-size: 20px;
    padding: 0 0 1% 0;
    line-height: 1em;
  }

  h4 {
    font-size: 18px;
    padding: 0 0 0.5% 0;
    line-height: 1em;
  }

  h5 {
    font-size: 16px;
    padding: 0 0 0 0;
    line-height: 1em;
  }

  p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .keyed {
    width: 98%;
    display: block;
  }

  #sendsearch {
    width: 100%;
  }

  #address h3,
  #phone h3 {
    font-size: 18px;
  }

  .scrolling {
    padding: 15px 2%;
  }

  .divfooter {
    width: 92%;
  }

  #banners {
    margin-top: 0;
  }

  .contactinfo,
  .employeecard {
    width: 90%;
    margin: 4% auto;
    float: none;
    display: block;
  }
}

@media screen and (max-width: 447px) {
  .topbar {
    font-size: 12px;
    text-align: center;
  }

  .pagebottom {
    padding: 20px 0;
    text-align: center;
  }

  .divfooter {
    text-align: center;
  }

  .brandbox,
  #dealerbox {
    display: block;
    width: 75%;
    margin: 4% auto;
  }
}

@media screen and (max-width: 400px) {
  .logo {
    width: 25%;
  }

  .linkbox {
    width: 96%;
  }
}