﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*=====================
	@Font-Face
=======================*/

@font-face {
  font-family: "montserratlight";
  src: url("/fonts/montserrat-light-webfont.eot");
  src: url("/fonts/montserrat-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/montserrat-light-webfont.woff2") format("woff2"),
    url("/fonts/montserrat-light-webfont.woff") format("woff"),
    url("/fonts/montserrat-light-webfont.ttf") format("truetype"),
    url("/fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "montserratregular";
  src: url("/fonts/montserrat-regular-webfont.eot");
  src: url("/fonts/montserrat-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("/fonts/montserrat-regular-webfont.woff") format("woff"),
    url("/fonts/montserrat-regular-webfont.ttf") format("truetype"),
    url("/fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratbold";
  src: url("/fonts/montserrat-bold-webfont.eot");
  src: url("/fonts/montserrat-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("/fonts/montserrat-bold-webfont.woff") format("woff"),
    url("/fonts/montserrat-bold-webfont.ttf") format("truetype"),
    url("/fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*=====================
	base styles
=======================*/

html,
body {
  font-family: "montserratlight";
  font-size: 14px;
  -web-text-size-adjust: none;
  margin: 0;
  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;
}

/*image replacement*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-style: solid;
  height: 0;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

/*=====================
	typography
=======================*/

.greeting h1 {
  font-family: "montserratbold";
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;	
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

h2 {
  font-family: "montserratbold";
  color: #242424;
  font-size: 21px;
}

h3 {
  font-family: "montserratbold";
  color: #000;
  font-size: 28px;
}

h4 {
  font-family: "montserratlight";
  color: #242424;
  font-size: 18px;
  text-align: left;
}

h5 {
  font-family: "montserratbold";
  color: #4373ba;
  font-size: 21px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

h6 {
  font-family: "montserratbold";
  color: #242424;
  font-size: 28px;
  text-align: left;
}

h7 {
  font-family: "montserratregular";
  color: #ccc;
  font-size: 11px;
}

h7 a {
  color: #ccc;
}

h7 a:hover {
  color: #fff;
}

h8 {
  font-size: 11px;
  color: #ccc;
  font-family: "montserratregular";
}

h8 a {
  font-size: 11px;
  color: #fff;
  font-family: "montserratregular";
}

h8 a:hover {
  color: #999;
}

p {
  font-family: "montserratlight";
  font-size: 17px;
  line-height: 21px;
  color: #000;
}

p a {
  color: #4373ba;
  text-decoration: none;
}

p a:hover {
  color: #999999;
  text-decoration: none;
}

p .fa {
  color: #999999;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 18px;
  position: relative;
  top: 2px;
  left: 2px;
}

p .fa:hover {
  color: #4373ba;
}

b {
  font-family: "montserratregular";
  font-size: 16px;
  line-height: 28px;
  color: #242424;
}

.header-top i {
  font-family: "montserratlight";
  font-size: 15px;
  line-height: 28px;
  color: #242424;
}

.quote {
  font-style: italic;
  font-family: "montserratlight";
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

/*=====================
	link styles
=======================*/

a {
  font-family: "montserratbold";
  color: #4b77c0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a:hover {
  color: #39619c;
  text-decoration: none;
}

/*=====================
	header styles
=======================*/

header {
  margin: 0 auto;
  width: 100%;
  z-index: 1002;
  position: relative;
}

.wrap {
  max-width: 1480px;
  width: 100%;
  margin: auto;
}

.header-top {
  float: right;
  text-align: right;
  padding: 1% 0;
  font-size: 13px;
  width: 100%;
  background: #242424;
}

.header-top a {
  color: #f7f7f7 !important;
  padding-right: 2%;
  font-family: "montserratlight";
}

.header-top a:hover {
  color: #4373ba !important;
}

.logo {
  /*max-width: 340px;*/
  z-index: 9999;
    position: relative;
    bottom: 9px;
    /* padding-left: 70px; */
    /* margin: 1.5% 0 0 0; */
    width: 40%;
}

.header-top .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4373ba;
  padding-right: 3px;
}

.main-giant {
  width: 100%;
  margin: 0 auto;
  position: relative;
  bottom: 15px;
}


header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}


/*.main-giant img{
	width:100%;
	margin: 0 auto;
}*/

/*=====================
	slideshow styles
=======================*/
.slides {
  background: url(../siteart/concrete_wall.png) repeat;
  padding: 0;
  color: #fff;
  position: relative;
	background-color:#000;
}

.cycle-slideshow {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
}

.cycle-slideshow img {
  width: 100%;
	opacity: 0.85 !important;
}

/* 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;
}

.greeting {
  text-align: left;
  z-index: 100;
  position: absolute;
  top: 45%;
  -moz-transform: translate(0, -45%);
  -webkit-transform: translate(0, -45%);
  -o-transform: translate(0, -45%);
  -ms-transform: translate(0, -45%);
  transform: translate(0, -45%);
  width: 35%;
  left: 5%;
}

.greeting h1 {
  font-size: 32px;
}

.greeting a .link {
  margin: 1% 0;
}

.link {
  color: #ffffff;
  border: 1px solid #4373ba;
  background: #4373ba;
  font-size: 16px;
  font-family: "montserratregular";
  padding: 9px 3px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 3% 0;
  max-width: 350px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.link:hover {
  color: #fff;
  border: 1px solid #39619c;
  background: #39619c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/*=====================
	CONTENT styles
=======================*/

.wrapper {
  width: 100%;
  margin: 3% auto;
  max-width: 1480px;
}

.wrapper-other {
  width: 100%;
  margin: 0 auto;
  max-width: 1480px;
}

.content {
  padding: 2% 0;
  background: #cdcdcd;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.fulllink {
  width: 100%;
  background: #4373ba;
  padding: 8px 0;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.fulllink:hover {
  background: #39619c;
}

.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

/*=====================
      servicing
=======================*/

.new {
  width: 75%;
  padding: 0 2%;
  margin: 5% auto;
}

.new p {
  color: #686868;
  font-size: 17px;
  padding-bottom: 5%;
}

.new p a {
  color: #fff;
  font-size: 14px;
  background: #4373ba;
  padding: 15px 35px;
  border-radius: 4px;
  font-family: "montserratbold";
}

.new p a:hover {
  color: #fff;
  font-size: 14px;
  background: #39619c;
  padding: 15px 35px;
  border-radius: 4px;
  font-family: "montserratbold";
}

/*=====================
       financing
=======================*/

.financing-box {
  width: 100%;
  margin: 0 auto;
  background: #242424;
  padding: 0;
}

.finance-wrap {
  max-width: 1200px;
}

.financing-box .left {
  float: left;
}

.financing-box .left img {
  width: 100%;
  max-width: 620px;
}

.financing-box .right {
  float: right;
}

.financing-box p {
  width: 100%;
  color: #fff;
  max-width: 500px;
  margin: 5% 0;
  padding-left: 2%;
}

.btn {
  color: #ffffff;
  border: 1px solid #4373ba;
  background: #4373ba;
  font-size: 14px;
  text-align: center;
  font-family: "montserratbold";
  padding: 17px 25px;
  text-transform: uppercase;
  margin: 1% 2% 0 2%;
  border-radius: 2px;
  display: inline;

  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.btn:hover {
  color: #fff;
  border: 1px solid #39619c;
  background: #39619c;
}

/*=====================
 scrolling inventory
=======================*/

.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

/*=====================
	layout styles
=======================*/

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.column1 {
  width: 75%;
  float: left;
  padding-right: 50px;
  box-sizing: border-box;
}

.column2 {
  width: 50%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}

.column3 {
  width: 33.33333%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}

.column3 img {
  width: 100%;
}

.column3 p {
  max-width: 315px;
  line-height: 15px;
}

.column3 iframe {
  width: 100%;
}

.column4 {
  width: 25%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
  color: #d3d3d3;
}

.column5 {
  width: 20%;
  float: left;
  box-sizing: border-box;
}

.column6 {
  width: 16.66666%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}

/*=====================
	main form
=======================*/

#form {
  max-width: 1100px;
  margin: 0 auto;
  color: #333333;
}

#form h5 {
  font-family: "montserratlight";
  color: #6b6969;
  font-size: 15px;
  text-transform: uppercase;
  width: 99%;
  background: #e7e7e7;
  padding: 5px;
  margin-bottom: 5px;
}

#form input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0 15px;
  height: 30px;
  box-sizing: border-box;
  font-family: "montserratlight";
}

#form textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0 15px;
  height: 90px;
  box-sizing: border-box;
  font-family: "montserratlight";
  font-size: 13px;
}

#form select {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0 15px;
  height: 30px;
  box-sizing: border-box;
  color: #9b9b9b;
}

#form select placeholder {
  color: #9b9b9b;
}

#form input[type="checkbox"] {
  margin: 5px 10px 0 0;
  width: 13px;
  height: 13px;
  display: inline;
}

#form input[type="radio"] {
  margin: 5px 10px 0 0;
  width: 15px;
  height: 15px;
  display: inline;
}

#form input.send-button,
#form input.send-button:focus {
  text-align: center;
  text-transform: uppercase;
  width: 207px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #4373ba;
  font-family: "montserratbold";
  background: #4373ba;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-radius: 6px;
  height: 50px;
}

#form input.send-button:hover {
  color: #4373ba;
  background: #fff;
  border: 1px solid #4373ba;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

/*CAPCHA*/

.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: left !important;
  line-height: normal !important;
}

.CaptchaAnswerPanel input {
  width: 200px !important;
}

.CaptchaImagePanel {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 0 0;
  padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: #4373ba;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/*=====================
	SMALL FORM
=======================*/

.search-inv {
  background: #ffffff;
  text-align: center;
  z-index: 999;
  position: relative;
  width: 75%;
  margin: 0 auto;
  display: none !important;
}

#small-form {
  background: #fff;
  margin: 0 auto;
  padding: 3% 2%;
  color: #fff;
  width: 96%;
  float: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#small-form .left {
  width: 48%;
  margin: 1% auto;
  float: left;
}

#small-form .right {
  width: 48%;
  margin: 1% auto;
  float: right;
}

#small-form .half {
  width: 52%;
  padding-right: 3%;
  margin: 0 auto;
  display: inline;
  float: left;
}

#small-form .half2 {
  width: 45%;
  padding-right: 0%;
  margin: 0 auto;
  display: inline;
  float: left;
}

#small-form input {
  width: 100%;
  padding: 5px 5px;
  border: 1px solid #fff;
  margin: 3px 0 0px;
  height: 36px;
  box-sizing: border-box;
  color: #727272;
  background: #e1e3e3;
}

#small-form textarea {
  width: 100%;
  padding: 5px 0px;
  border: 1px solid #fff;
  margin: 3px 0 0px;
  height: 36px;
  box-sizing: border-box;
  color: #727272;
  background: #e1e3e3;
}

#small-form select {
  width: 100%;
  padding: 5px 0px;
  border: 1px solid #fff;
  margin: 3px 0 0px;
  height: 36px;
  box-sizing: border-box;
  color: #9b9b9b;
  background: #e1e3e3;
}

#small-form input[type="checkbox"] {
  margin: 5px 10px 0 0;
  width: 13px;
  height: 13px;
  display: inline;
}

#small-form input[type="radio"] {
  margin: 5px 10px 0 0;
  width: 15px;
  height: 15px;
  display: inline;
}

#small-form input.sm-send-button,
#small-form input.sm-send-button:focus {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: #4373ba;
  font-family: "montserratregular";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-radius: 6px;
  height: 50px;
}

#small-form input.sm-send-button:hover {
  color: #fff;
  background: #39619c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

/*=====================
     footer styles
=======================*/

.footer {
  width: 100%;
  background: #4373ba;
  padding: 1% 0;color:#fff;
  margin: 1% 0 0px;
}.footer h7,.footer h8 {color:#fff;}
.footer h7 a{font-size: 15px !important;color:#fff !important;}
/*-----control widget size------*/

.hosted-content .widget-express .column3 img {
  width: 100%;
  max-width: 30px !important;
}

.hosted-content .widget-express img {
  width: 30px !important;
}

.hosted-content .hauler-image img {
  width: 30px !important;
}

.hosted-content .widget-unico img {
  width: 30px !important;
}

.hosted-content .listing-boxed-pricing .widgets,
.hosted-content .listing-card-inner .widgets img {
  width: 30px !important;
}

/*-----hide widgets------*/

.hosted-content .widget-express .column3 {
  display: none !important;
}

.hosted-content .widget-express {
  display: none !important;
}

.hosted-content .hauler-image {
  display: none !important;
}

.hosted-content .widget-unico {
  display: none !important;
}

.hosted-content .listing-boxed-pricing .widgets,
.hosted-content .listing-card-inner .widgets img {
  display: none !important;
}

.currency-capital-price-container img {
  width: 0 !important;
  max-width: 30px !important;
  display: none !important;
}

a.widget-express-container {
  display: none !important;
}

a.widget-unico-container {
  display: none !important;
}

a.widget-hauler-container {
  display: none !important;
}

a.widget-nah-container {
  display: none !important;
}

/*----------------------*/

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.header-top a[href^="tel:"] {
  color: #7a7a7a;
}

.header-top a[href^="tel:"]:hover {
  color: #4373ba;
}

.list-content .list-title {
  color: #000;
}

input[type="button"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  height: auto;
  line-height: normal;
}

.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;
}

.list-content {
  max-width: 100%;
}

.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 {
  background: #141416 !important;
  text-transform: uppercase;
}

.print-this,
.email-this {
  background: #4373ba !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: none !important;
}

.print-this:hover,
.email-this:hover {
  background: #000 !important;
}

.paging-container .list-page-number,
.ui-selectmenu-text {
  font-size: 16px !important;
  font-weight: 800;
}

.paging-container .page-navs .list-page-nav {
  margin-left: 10px !important;
  text-transform: uppercase;
}

.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: #4373ba !important;
  border: none;
  color: #fff !important;
  border-radius: 0 !important;
}

.detail-additional-data span,.detail-additional-data h3 {
	font-size: 22px !important;
	margin: 5px 0 !important;
}
.faceted-search-content .faceted-section-head {
  text-transform: uppercase;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #4373ba !important;
  color: #fff !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: #141416 !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: #000 !important;
  color: #fff;
}

.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: green;
}

.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: green !important;
  border: 1px green solid !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #000;
  border: 1px #000 solid;
}

.white-bg .container {
  width: 100% !important;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: flex !important;
  flex-direction: column !important;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.list-content .list-title .list-listings-count {
  display: block;
  width: 100%;
  margin-left: 0;
}

.list-content .print-this,
.list-content .email-this {
  margin: 0 0 0 5px;
  padding: 7px 15px;
  font-size: 14px;
}

.list-content .list-main-section .list-container .list-listing {
  background: #f2f2f2;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: green;
}

.fin-calc p {
  line-height: 10px;
}

.has-search-bar {
  width: 74%;
}

.legal-text-container {
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

#parts-content
  .parts-bottom-section
  .parts-list-view
  .parts-list-content
  .parts-listing-container
  .parts-button.view-details,
#part-detail-content .part-detail-additional-data .data-row .data-label {
  color: #fff !important;
  background-color: #4373ba !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: #4373ba !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover {
  background-color: #000 !important;
}

footer h7 {font-size: 15px !important;}

/*=====================
  responsive styles
=======================*/

@media screen and (max-width: 1580px) {
  .wrap {
    width: 96%;
  }
}

@media screen and (max-width: 1435px) {
  .logo {
    width: 30%;
  }

  .wrapper {
    width: 94%;
    padding: 0 3%;
  }

  .wrapper-other {
    width: 94%;
    padding: 0 3%;
  }

  .wrap {
    width: 94%;
    padding: 0 3%;
  }

  .greeting {
    top: 30%;
    -moz-transform: translate(0, -30%);
    -webkit-transform: translate(0, -30%);
    -o-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }

  .manus img {
    padding: 2% 4%;
  }
}

@media screen and (max-width: 1300px) {
  .wrap {
    position: relative;
  }

  .logo {
    width: 40%;
    display: block;
    margin: 0 auto;
    bottom: 0;
  }

  .main-giant {
    bottom: auto !important;
  }

  .fulllink {
    margin: 15px auto;
    font-size: 20px;
  }
}

@media screen and (max-width: 1165px) {
  .greeting h1 {
    font-size: 28px;
  }

  .new {
    width: 94%;
    padding: 0 2%;
    margin: 8% auto;
  }
}

@media screen and (max-width: 1134px) {
  .financing-box .left img {
    width: 100%;
    max-width: 530px;
  }
}

@media screen and (max-width: 1052px) {
  .financing-box .left img {
    width: 100%;
    max-width: 465px;
  }

  .financing-box p {
    max-width: 500px;
    margin: 2% 0;
    padding-left: 2%;
  }
}

@media screen and (max-width: 1041px) {
  .footer .left {
    float: left;
    width: 100%;
    margin: 1% auto;
    text-align: center;
  }

  .footer .right {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1025px) {
  .greeting {
    width: 95%;
  }

  .financing-box {
    width: 100%;
    margin: 0 auto;
    background: #242424;
    padding: 4% 0 6%;
  }

  .financing-box p {
    max-width: 470px;
    margin: 2% auto;
    padding-left: 0;
  }

  .finance-wrap {
    max-width: 1200px;
    padding: 2% 0;
  }

  .financing-box .right {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2%;
  }

  .financing-box .left {
    float: left;
    width: 100%;
    margin: 1% auto;
    text-align: center;
  }

  .financing-box .left img {
    width: 100%;
    max-width: 395px;
    margin: 0 auto;
  }

  .btn {
    font-size: 12px;
    padding: 12px 25px;
    margin: 1% 2% 0 2%;
  }
}

@media screen and (max-width: 956px) {
  .logo {
    width: 50%;
  }

  .small-blck h3 {
    font-size: 22px;
    font-family: "montserratregular";
  }

  #inventory .column3 a {
    padding: 15px 25px;
    width: 100%;
  }
	
	header .wrap {
		justify-content: center !important;
		flex-wrap: wrap;
	}
	.logo, #navcontain {
		flex-basis: 100%;
    text-align: center;
	}
	
	
}

@media screen and (max-width: 912px) {
  .financing-box {
    width: 100%;
    margin: 0 auto;
    background: #242424;
    padding: 4% 0 6%;
  }

  .financing-box p {
    max-width: 445px;
    margin: 2% auto;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .financing-box .left {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .financing-box .right {
    float: none;
    text-align: center;
    margin: 0 auto;
  }

  .btn {
    font-size: 12px;
    padding: 12px 25px;
    margin: 0 2%;
  }
}

@media screen and (max-width: 897px) {
  .column4 {
    width: 100%;
    padding-right: 0;
    margin: 2% 0;
  }
}

@media screen and (max-width: 755px) {
  .logo {
    width: 60%;
  }

  h1 {
    font-size: 21px;
  }

  .link {
    font-size: 12px;
    padding: 9px 3px;
    margin: 6% 0;
    max-width: 250px;
  }

  .greeting {
    top: 40%;
    -moz-transform: translate(0, -40%);
    -webkit-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }

  .greeting h1 {
    font-size: 24px;
  }

  .new .column2 {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5%;
    text-align: center;
  }

  .new h3 {
    font-size: 24px;
    text-align: center;
  }

  .new h4 {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 710px) {
  .logo {
    bottom: 0;
    /*margin-bottom:20px;*/
  }

  .new {
    margin: 12% auto 10%;
  }

  .column2 {
    width: 100%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    margin: 2% auto;
  }

  h1 {
    font-size: 19px;
    line-height: 26px;
  }
}

@media screen and (max-width: 575px) {
  .logo {
    width: 65%;
  }

  .greeting h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 19px;
    margin: 3% 0 0;
  }

  #small-form .left {
    width: 100%;
    margin: 1% auto;
    float: left;
  }

  #small-form .right {
    width: 100%;
    margin: 1% auto;
    float: left;
  }
}

@media screen and (max-width: 530px) {
  .link {
    /*font-size: 16px;*/
    padding: 3px 11px;
    /*width: 205px;*/
    margin: 2% 0 0;
  }

  .header-top {
    float: none;
    padding: 2% 0%;
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 19px;
  }

  .link {
    margin: 2% 0 0;
  }

  .logo {
    /*max-width: 295px;*/
    z-index: 9999;
    position: relative;
    padding-left: 0;
  }

  .search-inv {
    background: #242424;
    text-align: center;
    z-index: 999;
    position: relative;
    width: 85%;
    margin: 0 auto 3%;
  }

  .new {
    width: 94%;
    padding: 0 3%;
    margin: 5% auto;
  }

  .new h6 {
    font-size: 15px;
  }

  .new h5 {
    font-size: 15px;
    text-align: left;
  }

  h7 {
    font-size: 10px;
  }
}

@media screen and (max-width: 422px) {
  .main-giant {
    bottom: 40px;
  }

  .logo {
    margin: 4% auto;
    margin-bottom: 0;
    width: 96%;
  }

  .greeting {
    position: relative;
    width: 96%;
    padding: 2%;
    background: #000;
    text-align: center;
    top: auto;
    left: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .greeting a .link {
    margin: 1% auto;
  }

  #small-form {
    margin: 0% auto;
    padding: 4% 2%;
    width: 96%;
  }

  h1 {
    font-size: 19px;
  }

  .fulllink {
    font-size: 16px;
  }
}

@media screen and (max-width: 378px) {
  .financing-box p {
    max-width: 445px;
    margin: 1% auto;
    padding-left: 0;
    width: 95%;
    text-align: center;
  }

  .btn {
    font-size: 12px;
    padding: 12px 25px;
    margin: 3% auto;
    width: 50%;
    float: none;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 315px) {
}
