/*=====================
	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 !important;
  margin: 0;
  padding: 0;
  color: #000;
  overflow-x: hidden;
}

svg:not(:root) {
  overflow: hidden;
  /*reset*/
}

/* clear floats */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

.clear {
  clear: both;
  margin: 0 auto;
}

/*image replacement*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 5px solid #1a2930;
  height: 0;
}

img {
  border: 0;
  max-width: 100%;
}

/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0 0 2% 0;
  font-weight: 700;
  line-height: 1.5em;
  color: #1a2930;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

p {
  font-family: "Roboto", sans-serif;
  padding: 0 0 2% 0;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
}

strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/*=====================
	link styles
=======================*/

a.link:focus {
  outline: thin dotted;
  /*reset*/
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #fbe400;
}

.appbutton {}

.appbutton a {
  background: #38b749;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

.appbutton a:hover {
  background: #262626;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

/*=====================
	list styles
=======================*/
ul.list {
  margin: 0;
  padding: 0 0 5% 7%;
}

ul.list li {
  font-size: 16px;
}

/*=====================
	header styles
=======================*/
header {
  width: 100%;
  margin: 0;
  height: 200px;
  background: #1d376a;
  text-align: center;
}

.head-wrap {
  max-width: 1300px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  padding: 1.5% 0;
}

.addressbar {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding-top: 10px;
}

.addressbar {
  color: #fff;
  text-align: center;
}

.addressbar h3 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 20px;
  color: #fff;
  padding: 0;
}

.choteau {
  float: left;
}

.greatfalls {
  float: left;
  margin:0 auto;
}

.choteau h4,
.greatfalls h4 {
  color: #cccccc;
}

.choteau h3,
.choteau h4 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.greatfalls h3,
.greatfalls h4 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 20px;
}

.header-nav {
	float: right;
	margin: 0 auto;
}

.header-nav a, 
.header-nav span {
	font-size: 20px;
	color: #fbe400;
	font-weight: 700;
}

.header-nav a:hover {
	color: #fff;
}

.addressbar {
  display: block;
  width: 100%;
}

.logo-wrap {display:flex; flex-flow:row; align-items:center; justify-content: center;  }

.logo {
	display: inline-block;
  margin: 0 2.5% 0 auto;
  text-align: center;
 
}

.logo img {
  text-align: center;
  float: none;
  margin: 0 auto;
	width:100%; 
	max-width: 454px;
}

.logo-alt {
	display: inline-block;
	margin: 0 auto 0 2.5%;
  text-align: center;
 
}

.logo-alt img {
  text-align: center;
  float: none;
  margin: 0 auto;
	width:100%; 
	max-width:362px; 
}

/*=====================
	nav styles
=======================*/
/* see menumaker.css for additional nav styles */

/*=====================
	content styles
=======================*/
.wrapper {
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
}

.container-b {
  /* width: 96%; */
  /* max-width: 1230px; */
  margin: 0 auto;
  background: #fff;
   padding: 2% ; 
   margin: 2%; 
}

#manu img {
  max-width: 100%;
}

.cf h1 {
  font-size: 1.7em;
}

.filterwrap {
  padding: 2%;
  background: #fff;
}

.filterwrap h3,
.filterwrap p {
  padding-bottom: 0 !important;
}

#homefilter {
  background: #1d376a;
}

/*=====================
	about us styles
=======================*/
#copytext h1 {
  color: #1a2930;
  padding: 1% 5%;
}

#copytext p {
  padding: 0 5%;
}

/*=====================
	contact us styles
=======================*/
#contact h2,
#contact h3 {
  color: #1a2930 !important;
}

.sendbutton:hover {
  background: #1a2930;
  color: #fff;
}

/*=====================
	slideshow styles
=======================*/
.slides {
  background: url(../siteart/concrete_wall.png) repeat;
  padding: 0;
  color: #fff;
  position: relative;
}

.cycle-slideshow {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
}

.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;
  *zoom: 1;
  *display: inline;
  color: #ddd;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
  color: #2885b3;
}

.cycle-pager>* {
  cursor: pointer;
}

/*=====================
	checkerboard styles
=======================*/
.checker {
  width: 24%;
  margin: 0.5%;
  background: rgba(0, 0, 0, 0.2);
  height: 300px;
  float: left;
  position: relative;
}

.checker h2 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 48px;
  padding: 0;
  font-weight: 700;
  line-height: 1.5em;
}

.line {
  width: 100%;
  border-bottom: 3px solid #fff;
  display: block;
  margin: 0 auto;
  position: relative;
}

.checker h3 {
  color: #fff;
  font-size: 20px;
  padding-top: 5px;
  vertical-align: middle;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  margin: 0;
  line-height: 1.5em;
  
}

.checker:hover {
  background: rgba(0, 0, 0, 0.8);
}

.checker .textbox {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#next img {
  max-width: 100%;
  max-height: 100%;
}

.checker h3,
#next {
  vertical-align: middle;
  display: inline-block;
}

#outer {
  background: url(../siteart/newlogo_back.jpg) center center no-repeat;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 99;
}

.truckback {
  background: url(../siteart/truck_back2.jpg) center center no-repeat;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.trailerback {
  background: url(../siteart/trailer_back2.jpg) center center no-repeat;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.constructionback {
  background: url(../siteart/construction_back.jpg) center center no-repeat;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.partsback {
  background: url(../siteart/parts_back.jpg) center center no-repeat;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.attachmentsback {
  background: url(../siteart/truck_attachments_back.jpg) center center no-repeat;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.farmback {
  background: url(../siteart/farm_back.jpg) center center no-repeat;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.rentalback {
  background: url(../siteart/rentals_back.jpg) center center no-repeat;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.otherback {
  background: url(../siteart/other_back.jpg) center center no-repeat;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 100;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

/*=====================
	quicklink styles
=======================*/

.quicklinks {
  background:#fefefe url(../siteart/truck_bg2.jpg) center center no-repeat;
  -moz-background-size: cover;
  webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 2%;
}

.linkbox,
.linkbox a {
  height: 270px;
  width: 100%;
}

.linkbox h3 {
  color: #1a2930;
  font-size: 30px;
  font-weight: bold;
}

.linkbox:hover h3 {
  color: #1a2930;
}

.breakdown a {
  display: block;
  text-align: center;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  color: #0a1612;
}

.breakdown a:hover {
  color: #949494;
}

#trucks a,
#trailers a,
#farm a,
#construction a,
#trucksrent a,
#trailersrent a,
#constructionrent a,
#farmrent a,
#attachmentsrent a,
#rvcat a,
#atvcat a,
#motorcyclecat a,
#snowcat a,
#boatcat a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}

#trucks,
#trucksrent {
  background: url(../siteart/truck_active.png) center center no-repeat;
  -moz-background-size: cover;
  webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#trucks:hover,
#trucksrent:hover {
  transform: translateY(-25px);
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#trailersrent {
  background: url(../siteart/trailers_active2.png) center center no-repeat;
  -moz-background-size: cover;
  webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#trailersrent:hover {
  transform: translateY(-25px);
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#construction,
#constructionrent {
  background: url(../siteart/construction_active.png) center center no-repeat;
  -moz-background-size: cover;
  webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#construction:hover,
#constructionrent:hover {
  transform: translateY(-25px);
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#farm,
#farmrent {
  background: url(../siteart/farm_active.png) center center no-repeat;
  -moz-background-size: cover;
  webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#farm:hover,
#farmrent:hover {
  transform: translateY(-25px);
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#attachmentsrent {
  background: url(../siteart/attachments_active2.png) center center no-repeat;
  -moz-background-size: cover;
  webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#attachmentsrent:hover {
  transform: translateY(-25px);
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#rvcat {
  background: url(../siteart/rv_active.png) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#rvcat:hover {
  transform: translateY(-25px);
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#atvcat {
  background: url(../siteart/atv_active.png) center center no-repeat;
  -moz-background-size: cover;
  webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#atvcat:hover {
  transform: translateY(-25px);
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#motorcyclecat {
  background: url(../siteart/motorcycle_active.png) center center no-repeat;
  -moz-background-size: cover;
  webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#motorcyclecat:hover {
  transform: translateY(-25px);
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#snowcat {
  background: url(../siteart/snowmobile_active.png) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#snowcat:hover {
  transform: translateY(-25px);
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#boatcat {
  background: url(../siteart/boat_active.png) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#boatcat:hover {
  transform: translateY(-25px);
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.flex-center {
  display: flex;
  justify-content: center;
}

/*=====================
	brand styles
=======================*/
.logorow {
  width: 100%;
  margin: 2% auto;
  text-align: center;
}

#manu {
  width: 17%;
  margin: 1%;
  display: inline-block;
}

/*=====================
	Form styles
=======================*/

/*----Inventory Search Toggles----*/
.buttonrow {
  height: 90px;
  background: #1d376a;
}

#tabs {
  padding-top: 10px;
}

ul#tabs li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../siteart/navback.jpg) repeat;
  -moz-box-shadow: 5px 5px 5px #606060;
  -webkit-box-shadow: 5px 5px 5px #606060;
  box-shadow: 5px 5px 5px #494949;
  text-align: center;
  margin: 1%;
  width: 31%;
  display: block;
  float: left;
  cursor: pointer;
}

ul#tabs li:hover {
  background: #000;
  color: #fff;
}

#tabs li h3 {
  color: #1a2930;
  padding: 1%;
}

#tabs li h3:hover {
  color: #fff;
}

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#tab li {
  display: none;
}

ul#tab li.active {
  display: block;
}

/*----Inventory Search Boxes----*/

#machinesearch h3,
#trucksearch h3,
#partssearch h3 {
  color: #fff;
}

.partbox {
  text-align: center;
}

.partslink {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -moz-box-shadow: 5px 5px 5px #353535;
  -webkit-box-shadow: 5px 5px 5px #353535;
  box-shadow: 5px 5px 5px #353535;
}

.partslink:hover {
  transform: translateY(-15px);
}

#formpage {
  padding: 0 10px;
}

form.internal-form {
  margin: 0 0 0;
}

#formed label {
  display: block;
  font-size: 18px;
  padding-top: 4%;
  width: 100%;
  color: #fff;
  font-weight: bold;
}

.internal-form label {
  color: #000;
}

.internal-form input {
  font-family: "Open Sans", Arial, sans-serif;
  border: #999999 solid 1px;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}

.internal-form input:focus {
  border: #2885b3 solid 1px;
}

input.button2 {
  display: block;
  width: 50%;
  margin: 0 auto 5% auto;
  border: #277e32 solid 1px;
  background-color: #38b749;
  color: #fff;
  border-radius: 2px;
}

input.button2:hover {
  background-color: #277e32;
  cursor: pointer;
}

.internal-form select {
  font-family: "Open Sans", Arial, sans-serif;
  border: #999999 solid 1px;
  padding: 1%;
  font-size: 14px;
  width: 5%;
}

#catid,
#cond {
  width: 90% !important;
}

.internal-form textarea {
  font-family: "Open Sans", Arial, sans-serif;
  border: #999999 solid 1px;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 100%;
}

/*=====================
	model search styles
=======================*/
.searchbutton,
.searchfield {
  width: 30% !important;
  padding: 0.5% 0;
  margin: 0 auto;
}

.searchbutton {
  background: #1d376a;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.searchbutton:hover {
  background: #fff;
  color: #1a2930;
}

#modelsearch {
  margin: 0;
  background: #777;
  height: 42px;
  padding: 8px 0 0 8px;
}

/*=====================
	layout styles
=======================*/
.padit {
  padding: 2% 0;
}

.welcome h1 {
  color: #1a2930;
}

.welcome {
  text-align: center;
  background: url(../siteart/subtle_surface.jpg) repeat;
}

.scrolling {
  display: block;
  background: url(../siteart/scrollingbg.jpg) repeat;
  padding: 30px 0;
  border-top: #ffcd07 4px solid;
}

#confirmed {
  padding: 3% 0 18% 0;
}

#attached {
  padding: 3% 0 5% 0;
}

.blue {
  color: #1a2930;
}

.sitemap {
  background: url(../siteart/escheresque_ste.png) repeat;
  color: #fff;
}

.sitemap p {
  line-height: 2em;
}

.sitemap i {
  font-size: 42px;
  margin-right: 20px;
}

/*=====================
	inventory styles
=======================*/

.inventory {
  background: url(../siteart/subtle_surface.jpg) repeat;
  padding: 2% 0;
}

.invfilters {
  background: url(../siteart/truck_back.jpg) top center no-repeat;
  padding: 2%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hosted-content ul.options {
  width: 90%;
}

.hosted-content .attachment-search .checkbox {
  width: 10px !important;
}

.attachment-search .search-checkboxes label .row input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  -o-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox;
}

.hosted-content h1 {
  font-size: 24px !important;
}

.hosted-content h2 {
  font-size: 22px !important;
}

.hosted-content h3 {
  font-size: 20px !important;
}

.viewbutton {
  background: url(../siteart/navback.jpg) repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.viewbutton h5 {
  padding: 0;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}


/*=====================
	careers styles
=======================*/

.career-buttons{
	margin: 0 auto;
	text-align: center;
}


.career-buttons .button{
	padding: 10px 20px;
	color: white !important;
}













/*=====================
	team styles
=======================*/
.team {
  background: url(../siteart/subtle_surface.jpg) repeat;
  padding: 2%;
  margin: 0 auto;
  width: 96%;
}

.team h2 {
  text-align: center;
  color: #1a2930;
}

.body-link {
  color: #000 !important;
  transition: all 0.3s ease-in-out;
}

.body-link:hover {
  opacity: 0.6;
}

.employees {
  text-align: center;
}

.employees p,
.employees h4,
.employees h5 {
  color: #0a1612;
}

.employees a {
  color: #fce600;
}

.mailbutton {
  background: #1a2930;
  width: 65%;
  margin: 0 auto;
  padding: 3% 1%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.mailbutton:hover {
  background: #0a1612;
}

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/* Filter boxes */

#filter-box,
#filter-box-two,
#filter-box-three {
  text-align: center !important;
  background: url(/siteart/navback.jpg) repeat !important;
  padding: 5px 0 !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#filter-box h3,
#filter-box-two h3,
#filter-box-three h3 {
  color: #1d376a;
  font-size: 20px;
}

#filter-title,
.filter-icon {
  display: inline-block !important;
}

.accordion-container:hover {
  cursor: pointer;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 2%;
}

.hosted-content .col {
  margin: 0 0 0 0 !important;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.5%;
}

.span_10_of_12 {
  width: 83%;
}

.span_9_of_12 {
  width: 74.5%;
}

.span_8_of_12 {
  width: 66%;
}

.span_7_of_12 {
  width: 57.5%;
}

.span_6_of_12 {
  width: 49%;
}

.span_5_of_12 {
  width: 40.5%;
}

.span_4_of_12 {
  width: 32%;
}

.span_3_of_12 {
  width: 23.5%;
}

.span_2_of_12 {
  width: 15%;
}

.span_1_of_12 {
  width: 6.5%;
}

/*  GRID OF TEN  */
.span_10_of_10 {
  width: 100%;
}

.span_9_of_10 {
  width: 89.8%;
}

.span_8_of_10 {
  width: 79.6%;
}

.span_7_of_10 {
  width: 69.4%;
}

.span_6_of_10 {
  width: 59.2%;
}

.span_5_of_10 {
  width: 49%;
}

.span_4_of_10 {
  width: 38.8%;
}

.span_3_of_10 {
  width: 28.6%;
}

.span_2_of_10 {
  width: 18.4%;
}

.span_1_of_10 {
  width: 8.2%;
}

/*  GRID OF EIGHT  */
.span_8_of_8 {
  width: 100%;
}

.span_7_of_8 {
  width: 87.25%;
}

.span_6_of_8 {
  width: 74.5%;
}

.span_5_of_8 {
  width: 61.75%;
}

.span_4_of_8 {
  width: 49%;
}

.span_3_of_8 {
  width: 36.25%;
}

.span_2_of_8 {
  width: 23.5%;
}

.span_1_of_8 {
  width: 10.75%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.6%;
}

.span_3_of_5 {
  width: 59.2%;
}

.span_2_of_5 {
  width: 38.8%;
}

.span_1_of_5 {
  width: 18.4%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.5%;
}

.span_2_of_4 {
  width: 49%;
}

.span_1_of_4 {
  width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.13%;
}

.span_1_of_3 {
  width: 32.26%;
}

/*=====================
	footer styles
=======================*/

.pagebottom {
  background: #111111;
  padding: 50px 0;
  border-top: #474747 4px solid;
}

.pagebottom a {
  color: #fff;
}

.pagebottom a:hover {
  color: #fbe400;
}

#footerlogo {
  text-align: left;
  margin: 0 auto;
}

#footerlinks h3 {
  color: #999;
}

footer {
  margin: 0 auto;
  width: 100%;color:#fff;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  border-bottom: none;
}

a.footerlink:hover {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}

.footertext {
  font-size: 11px;
  color: #fff;
}

.smallfootertext {
  font-size: 11px;
  color: #fff;
}

.divfooter {
  text-align: left;
  margin: 0 auto;
}

.social img {
  display: inline-block !important;
}

/* 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: #ffcd07 !important;
  border: 1px #cbc8c7 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 #9e9e9e !important;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #9e9e9e;
  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: rgb(204, 204, 204);
}

.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: 31%;
  padding: 0 5px;
}

.column4.last-row {
  margin-top: 25px;
}

.search-bar-form {
  width: 100%;
}

.search-bar-form input[type="text"],
.search-bar-form select,
.location-container 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,
.location-container 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,
.location-container 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,
.location-container 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: #005c9a;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  width: 6%;
  height: 100%;
  pointer-events: none;
}

.location-container label.wrap:after {
  content: "\f107 ";
  font-family: FontAwesome;
  color: #005c9a;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  width: 5%;
  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-grey {
  color: #1d376a !important;
  background: #cacaca;
}

.bttn-grey:hover {
  background: #1a2930;
  color: #dedede !important;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.inventory-page {
  padding-top: 50px;
}

.list-content .list-top-section .sticky-top-menu .listing-option-bar-content {
  max-width: 80% !important;
}

.faceted-search-field {
  overflow-x: hidden;
}
.parts-list-content .parts-title-and-breadcrumbs .parts-title {padding:0 !important;}

.list-top-section .list-listings-count,
.rent-title-details, .lease-title-details, .fractional-title-details,
.parts-list-content .parts-title-and-breadcrumbs .parts-listings-count,
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color:#111 !important;}

.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {font-size:18px !important;}

.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 {
  margin: 0 auto;
  max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
  height: 30px;
  line-height: 30px;
}

.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: #dedede !important;
  border: none;
  color: #1d376a !important;
}

/* .bttn-blue:hover {
  background: #285e99;
  opacity: 1 !important;
} */

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #1d376a !important;
  color: #dedede !important;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #666 !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 {
  background: #1a2930 !important;
  color: #fff !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: #1d376a;
}

.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: #1d376a !important;
  border: 1px #1d376a solid !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
  position: relative;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 200;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  border: 0 !important;
  cursor: pointer;
  padding-left: 8px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.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 {
  border: 0 !important;
  color: #fff;
  margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
  background-color: #efefef !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
  width: 100%;
  padding: 10px 7px;
  background-color: #efefef !important;
  font-weight: bold;
  margin-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: Arial, sans-serif;
  white-space: pre-wrap;
  flex-direction: column;
  width: 804px;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #dedede !important;
  color: #1d376a !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: #1a2930 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #1a2930 !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: none;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #666;
}

.list-content .list-main-section .list-container .list-listing {
  border: 1px solid #dedede;

  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
  margin-bottom: 6px;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #dedede !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #1d376a;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #241e20;
  border-radius: 0 !important;
  cursor: pointer;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}

.legal-text-container p {
  font-size: 11px !important;
  line-height: 15px !important;
}

.modal-content .modal-top .modal-title {
  font-size: 20px !important;
}

.faceted-search-content .selected-facets-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.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;
}

.detail-content .detail-main-body .detail-body-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
  float: right;
  width: 37%;
  margin-right: 20px;
}

.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call .dealer-phone,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text .dealer-phone {
  color: #fff !important;
}

.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: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border: 0 !important;
  background: #1d376a !important;
}

.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: #1a2930 !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.mc-thumbs {
  z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
  z-index: 2 !important;
}

footer a[href^="tel:"] {
  color: inherit !important;
  box-sizing: border-box;
}

.list-container-flexrow .buy-now-link,
.list-container-flexrow .contact-options a,
.list-container-flexrow .dealer-phone-text {
  background-color: #333;
  color: #1d376a !important;
}



.list-container-flexrow .dealer-phone-call {
  color: #fff !important;
}

.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 {
  min-width: 100% !important;
  width: 100% !important;
}

/* Modal / Mobile buttons / Mobile Data Rows */

.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #1d376a !important;
  color: #dedede !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
  background-color: #1a2930 !important;
  color: #fff !important;
}

.contact-options a {
  background: #dedede !important;
  background-color: #dedede !important;
  color: #1d376a !important;
}

/* Parts */

.view-listing-details-link,
.buy-now-link {
  background-color: #dedede !important;
  color: #1d376a !important;
}

.view-listing-details-link:hover,
.buy-now-link:hover {
  background-color: #1a2930 !important;
  color: #dedede !important;
}

#part-detail-content .part-detail-additional-data .data-row .data-label {
  min-width: 23%;
  color: #fff;
  background-color: #1d376a !important;
}

.detail-contact-bar .contact-bar-btn {
  color: #1d376a !important;
  background: #dedede !important;
}

.detail-contact-bar .contact-bar-btn:hover {
  color: #dedede !important;
  background: #1a2930 !important;
}

/*=====================
	Responsive styles
=======================*/
@media screen and (min-width: 1715px) {
	header {
		height: 215px;
	}
}

@media screen and (max-width: 1600px) {
	header {
		height: 200px;
	}
	
  .checker h2 {
    font-size: 36px;
    margin: 0 auto;
  }

  .checker h3 {
    color: #fff;
    font-size: 18px;
  }
}

@media screen and (max-width: 1450px) {
  .linkbox {
    height: 250px;
  }

  .linkbox h3 {
    font-size: 20px;
  }

  .checker {
    height: 250px;
  }

  .checker h2 {
    font-size: 30px;
  }

  .checker h3 {
    font-size: 16px;
  }

  #next {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {

  #trucksrent,
  #trailersrent,
  #constructionrent,
  #farmrent,
  #attachmentsrent {
    width: 23%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    float: none;
  }

  #rvcat,
  #atvcat,
  #motorcyclecat,
  #boatcat,
  #snowcat {
    width: 25%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    float: none;
  }

  .linkbox {
    height: 220px;
  }

  #attached {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 1100px) {
  .addressbar {
    padding-top: 10px;
  }

  /*.addressbar h3 {
    font-size: 18px;
  }*/

  .choteau h4,
  /*.greatfalls h4*/ {
    font-size: 16px;
  }

  .linkbox {
    height: 200px;
  }

  .checker {
    height: 200px;
  }

  .checker h2 {
    font-size: 24px;
  }

  .checker h3 {
    font-size: 14px;
  }

  #next {
    display: none;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .mailbutton {
    width: 90%;
  }

  #footerlinks {
    width: 32%;
    text-align: center;
  }

  #footerlogo {
    width: 100%;
    text-align: center;
    margin: 2% auto;
  }

  .divfooter {
    text-align: center;
    width: 80%;
  }

  .pagebottom {
    padding: 15px 0;
  }

  .checker {
    background: #000;
  }

  #outer {
    background: #fff;
  }

  .truckback,
  .constructionback,
  .attachmentsback,
  .aboutback,
  .trailerback,
  .partsback,
  .farmback,
  .otherback {
    background: none;
  }

  #farm:hover,
  #construction:hover,
  #trucks:hover,
  #trucksrent:hover,
  #trailersrent:hover,
  #constructionrent:hover,
  #farmrent:hover,
  #attachmentsrent:hover,
  #rvcat:hover,
  #atvcat:hover,
  #motorcyclecat:hover,
  #boatcat:hover,
  #snowcat:hover {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .cf h2 {
    padding-left: 2%;
  }
}

@media screen and (max-width: 1000px) {
  .checker h2 {
    font-size: 24px;
  }

  .checker h3 {
    font-size: 13px;
  }

  .linkbox {
    height: 185px;
  }

  .logorow {
    margin: 1% auto;
  }

  .logo,
  .addressbar {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
    float: none;
  }

  .logo img {
    margin: 0 auto;
    text-align: center;
  }

  .viewbutton {
    width: 90%;
  }

  .viewbutton h5 {
    font-size: 14px;
  }

  .list-content .list-title {
    display: block !important;
    padding: 2px;
    text-align: left !important;
  }
	
  .addressbar {
	padding-top: 20px;
  }
	
  .greatfalls h3,
  .greatfalls h4 {
	font-size: 16px;
   }
	
  .header-nav a,
  .header-nav span {
	font-size: 16px;
   }

  /* .listings-watchlist-lnk-wrapper {
    float: none !important;
    position: static !important;
    display: block !important;
  } */
}

@media screen and (max-width: 900px) {
  .checker {
    width: 49%;
    height: 150px;
  }

  .linkbox {
    height: 160px;
  }

  .linkbox h3 {
    font-size: 17px;
  }

  #tabs li>h3 {
    font-size: 18px;
  }

  .mailbutton {
    width: 100%;
  }

  #footerlinks h3 {
    font-size: 18px;
  }

  #locationinfo {
    width: 100%;
    margin: 1%;
  }

  header {
    height: auto;
  }
	
  .addressbar {
	padding-top: 0px;
	padding-bottom: 20px;
  }

  /*.addressbar h3 {
    font-size: 17px;
  }

  .choteau h4,
  .greatfalls h4 {
    font-size: 15px;
  }*/
}

@media screen and (max-width: 860px) {
  .column4 {
    width: 45%;
    padding: 0 12px;
    margin-bottom: 25px;
  }

  .column4.last-row {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 15px;
  }

  #trucksrent,
  #trailersrent,
  #constructionrent,
  #farmrent,
  #attachmentsrent,
  #rvcat,
  #atvcat,
  #motorcyclecat,
  #boatcat,
  #snowcat {
    width: 33%;
    margin: 5% 2%;
  }

  .linkbox {
    height: 140px;
  }

  #tabs li>h3 {
    font-size: 16px;
  }

  ul#tabs li {
    margin: 0.5%;
    width: 32%;
  }

  .searchbutton,
  .searchfield {
    width: 40% !important;
  }

  #modelsearch {
    height: 40px;
    padding: 10px 0 0 8px;
  }

  #copytext {
    width: 100%;
  }

  #aboutphoto {
    display: none;
  }

  .choteau,
  .greatfalls {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
	
  .header-nav {
	display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
	padding-top: 5px;
  }
	
  .choteau h4,
  .greatfalls h4 {
    padding: 0;
  }
	
  .addressbar {
	padding-top: 10px;
	padding-bottom: 10px;
  }

/*  header {
    height: 210px;
  }*/

  #manu {
    width: 23%;
  }

  .hosted-content .quote-form .button {
    margin-top: -15% !important;
  }
}

@media screen and (max-width: 768px) {

  /* .container-b {
    width: 80%;
    padding: 2%;
  } */
  .mailbutton strong {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .linkbox {
    height: 130px;
  }

  .linkbox h3 {
    font-size: 16px;
  }

  ul#tabs li {
    margin: 0.5% auto;
    width: 100%;
  }

  #formed,
  .staff {
    width: 48%;
    margin: 1%;
  }

  .staff {
    padding: 3% 0;
  }

  .last {
    float: none;
    margin: 0 auto !important;
    text-align: center;
  }

  .mailbutton {
    width: 80%;
  }

  #manu {
    width: 28%;
  }

  .hosted-content .fixed-column6 {
    width: 96% !important;
    padding: 2% !important;
    margin: 0 auto !important;
  }

  .hosted-content .quote-form .button {
    margin-top: -8% !important;
  }

  .hosted-content .quote-form .tool-logo {
    padding: 0 !important;
    margin: 8% auto !important;
  }
}

@media screen and (max-width: 655px) {
  .hosted-content .quote-form .button {
    width: 97% !important;
    margin-top: -15% !important;
  }
	
	.team .flex-center {flex-flow: column;}	
	.staff {width:100% !important;}	
}

@media screen and (max-width: 600px) {
  .logo {
    padding: 0;
  }

  .checker {
    height: 120px;
  }

  .partstitle {
    padding-top: 18%;
  }

  .checker h2 {
    font-size: 20px;
  }

  .searchbutton,
  .searchfield {
    width: 49% !important;
    padding: 1% 0;
  }

  #modelsearch {
    height: 40px;
    padding: 10px 0 0 5px;
  }

  #trucksrent,
  #trailersrent,
  #constructionrent,
  #farmrent,
  #attachmentsrent {
    width: 36%;
    margin: 7% 2%;
  }

  .hosted-content ul.options {
    width: 100%;
    display: block;
  }

  .hosted-content .form-row {
    margin: 0 auto !important;
  }

  .column4 {
    width: 100%;
  }
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 4% 0 4% 0%;
  }

  .span_1_of_10,
  .span_2_of_10,
  .span_3_of_10,
  .span_4_of_10,
  .span_5_of_10,
  .span_6_of_10,
  .span_7_of_10,
  .span_8_of_10,
  .span_9_of_10,
  .span_10_of_10 {
    width: 100%;
  }

  .span_1_of_8,
  .span_2_of_8,
  .span_3_of_8,
  .span_4_of_8,
  .span_5_of_8,
  .span_6_of_8,
  .span_7_of_8,
  .span_8_of_8 {
    width: 100%;
  }

  .span_1_of_5,
  .span_2_of_5,
  .span_3_of_5,
  .span_4_of_5,
  .span_5_of_5 {
    width: 100%;
  }

  .span_1_of_4,
  .span_2_of_4,
  .span_3_of_4,
  .span_4_of_4 {
    width: 100%;
  }

  .span_3_of_3,
  .span_2_of_3,
  .span_1_of_3 {
    width: 100%;
  }

  .span_1_of_12,
  .span_2_of_12,
  .span_3_of_12,
  .span_4_of_12,
  .span_5_of_12,
  .span_6_of_12,
  .span_7_of_12,
  .span_8_of_12,
  .span_9_of_12,
  .span_10_of_12,
  .span_11_of_12,
  .span_12_of_12 {
    width: 100%;
  }

  #trucks,
  #farm,
  #construction,
  #rvcat,
  #atvcat,
  #motorcyclecat,
  #boatcat,
  #snowcat {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    float: none;
  }

  #trucks,
  #trailers,
  #farm,
  #construction,
  #trucksrent,
  #trailersrent,
  #constructionrent,
  #farmrent,
  #attachmentsrent,
  #rvcat,
  #atvcat,
  #motorcyclecat,
  #boatcat,
  #snowcat {
    width: 45%;
  }

  /*#trucks,#trailers,#construction,#parts,#attachments,#farm,#about,#other{display:block;width:96%;margin:2%;}*/
  #modelsearch {
    height: 40px;
    padding: 10px 0 0 3px;
  }

  #formed,
  .staff {
    width: 96%;
  }

  .staff {
    float: none;
    display: block;
    margin: 1% auto;
  }

  .mailbutton {
    width: 75%;
  }

  #footerlinks {
    width: 100%;
    margin: 2% auto;
    text-align: center;
  }

  .divfooter {
    text-align: center;
    width: 96%;
  }

  .logorow {
    margin: 2% 0;
  }

  .head-wrap {
    padding: 2.5% 0;
  }

  /* .container-b {
    width: 90%;
    padding: 2%;
  } */
  #manu {
    width: 45%;
  }

  #filter-box h3,
  #filter-box-two h3,
  #filter-box-three h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 447px) {
  .pagebottom {
    padding: 20px 0;
    text-align: center;
  }

  .divfooter {
    text-align: center;
  }

  .checker h2 {
    font-size: 18px;
  }

  .checker h3 {
    font-size: 12px;
  }
	
	
	
}

@media screen and (max-width: 414px) {

  #trucks,
  #trailers,
  #farm,
  #construction,
  #trucksrent,
  #trailersrent,
  #constructionrent,
  #farmrent,
  #attachmentsrent,
  #rvcat,
  #atvcat,
  #motorcyclecat,
  #boatcat,
  #snowcat {
    width: 60%;
  }

  #trucksrent,
  #trailersrent,
  #constructionrent,
  #farmrent,
  #attachmentsrent {
    margin: 9% 2%;
  }

  .checker h3 {
    font-size: 11px;
  }

  .head-wrap {
    padding: 4% 0;
  }

  .choteau,
  .greatfalls {
    padding: 0 8%;
  }

  /*header {
    height: 240px;
  }*/
}

@media screen and (max-width: 380px) {

  .searchbutton,
  .searchfield {
    width: 48% !important;
    padding: 1% 0;
  }
	
  .greatfalls {
    padding: 0 25%;
  }
}

@media screen and (max-width: 275px) {
  .greatfalls {
    padding: 0 13%;
  }
}