/* PRESETS
------------------------------------------------*/
/* 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-text-size-adjust: none;
  font-family: 'Montserrat', sans-serif; }

a {
  color: #000;
  text-decoration: underline; }

a:hover {
  color: #000;
  text-decoration: none; }

p {
  padding: 20px 0; }



#hero-video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
#hero-video video{
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
	transform: translate( -50%, -50%);
	left: 50%;
	top: 50%;
	position: relative;
}
#hero-video:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
  clear: both; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.none {
  display: none; }

* {
  box-sizing: border-box !important; }

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  position: relative; }

.sub-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  position: relative; }
  .sub-wrapper h1 {
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.3px;
    padding: 20px 0;
    color: #ed1c24;
    font-size: 28px; }
  .sub-wrapper h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: 'Unica One', sans-serif;
    padding: 20px 0; }

.no-pad-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }

::selection {
  color: #fff;
  background: #356088; }

::-moz-selection {
  color: #fff;
  background: #356088; }

/* HEADER 
----------------------------------------------*/
.header {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6); }
  .header .head-contact {
    width: 100%;
    background: #ed1c24;
    display: inline-block; }
    .header .head-contact .hc-half {
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto;
      color: #fff;
      text-align: left;
      width: 49%;
      padding: 10px; }
      .header .head-contact .hc-half a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        padding-right: 20px; }
      .header .head-contact .hc-half:last-child {
        text-align: right;
        padding: 0; }

.logo {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 20px 0; }
  .logo img {
    width: 350px;
    margin: 0 auto; }

/*STICKY NAV*/
header {
  text-align: center;
  color: #fff; }

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 1px 1px 3px #505050;
  z-index: 999; }

/*END STICKY NAV*/
/* KEYWORD SEARCH */
@font-face {
  font-family: 'icon-worksregular';
  src: url(../fonts/icon-works-webfont.eot);
  src: url(../fonts/icon-works-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/icon-works-webfont.woff) format("woff"), url(../fonts/icon-works-webfont.ttf) format("truetype"), url(../fonts/icon-works-webfont.svg#icon-worksregular) format("svg");
  font-weight: normal;
  font-style: normal; }
.keyword-search {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #202020; }
  .keyword-search input {
    border: none; }
  .keyword-search .search-input {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .keyword-search .search-input input {
      width: 100%;
      padding: 13px; }
  .keyword-search .submit-btn {
    font-family: 'icon-worksregular';
    -webkit-appearance: none;
    font-size: 16px;
    color: #fff;
    background: #202020;
    width: 60px;
    border-radius: 0; }

/* HOME PAGE STYLES
-----------------------------------------------*/
.hero {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch; }
  .hero .hero-img {
    width: 100%;}
  .hero .hero-search {
    background: url("../siteart/search-logo.png") no-repeat #ed1c24;
    background-position: bottom left;
    padding: 40px;
    color: #fff;
    text-align: left;
    width: 100%;
    text-shadow: 2px 2px 3px #000; }
    .hero .hero-search h2 {
      text-transform: uppercase;
      font-size: 22px;
      font-family: 'Unica One', sans-serif;
      font-weight: 400; }

.cta-bar {
  width: 100%;
  background: #202020;
  padding: 15px 0;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #fff; }
  .cta-bar .cta-item {
    width: 19.6%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    height: 190px;
    padding: 20px;
    text-align: left;
    margin: 2px; }
    .cta-bar .cta-item h3 {
      text-transform: uppercase;
      font-size: 24px;
      letter-spacing: 1.5px;
      padding: 10px 0;
      font-family: 'Unica One', sans-serif;
      font-weight: 400;
      text-shadow: 2px 2px 3px #000; }
    .cta-bar .cta-item hr {
      height: 3px;
      border: none;
      background: #ed1c24;
      margin: 0 0 20px 0;
      width: 55px;
      box-shadow: 2px 2px 3px #000; }
    .cta-bar .cta-item a {
      color: #fff;
      background: rgba(0, 0, 0, 0.3);
      padding: 5px 20px;
      text-transform: uppercase;
      font-size: 16px;
      text-align: center;
      display: inline-block;
      margin-left: 0;
      text-decoration: none;
      border: 2px solid #fff;
      font-family: 'Unica One', sans-serif;
      font-weight: 400;
      text-shadow: 2px 2px 3px #000;
      box-shadow: 2px 2px 3px #000;
      transition: ease .3s; }
      .cta-bar .cta-item a:hover {
        background: #fff;
        color: #000;
        text-decoration: none;
        text-shadow: none;
        transition: ease .3s; }

#dump {
  background: url("../siteart/cta/dump-trucks.png") no-repeat;
  background-size: cover;
  background-position: center; }

#tractors {
  background: url("../siteart/cta/tractors.png") no-repeat;
  background-size: cover;
  background-position: center; }

#sleepers {
  background: url("../siteart/cta/sleepers.png") no-repeat;
  background-size: cover;
  background-position: center; }

#heavyequip {
  background: url("../siteart/cta/heavy-equip.png") no-repeat;
  background-size: cover;
  background-position: center; }

#tank {
  background: url("../siteart/cta/tank-trucks.png") no-repeat;
  background-size: cover;
  background-position: center; }

#service {
  background: url("../siteart/cta/crane-trucks.png") no-repeat;
  background-size: cover;
  background-position: center; }

#water {
  background: url("../siteart/cta/water.png") no-repeat;
  background-size: cover;
  background-position: center; }

#enddump {
  background: url("../siteart/cta/end-dump.png") no-repeat;
  background-size: cover;
  background-position: center; }

#lowboy {
  background: url("../siteart/cta/low-boy.png") no-repeat;
  background-size: cover;
  background-position: center; }

#allinv {
  background: url("../siteart/cta/all-inv.png") no-repeat;
  background-size: cover;
  background-position: center; }

.home-welc {
  width: 100%;
  display: flex;
	flex-wrap: wrap;
  padding: 60px 0 60px 0;
  text-align: right; }

  .home-welc .hw-left {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 33%;
    padding: 40px 40px 40px 80px;
    text-align: left; }
  .home-welc .hw-middle {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 33%;
    padding: 40px 80px 40px 40px;
    text-align: left; }

    .home-welc .hw-left h1 {
      text-transform: uppercase;
      font-family: 'Unica One', sans-serif;
      font-weight: 400;
      font-size: 36px;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
    .home-welc .hw-left p {
      line-height: 1.5; }
  .home-welc .hw-right {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    background: #202020;
    padding: 60px;
    text-align: left;
    margin-right: 0;
    width: 33%; }
    .home-welc .hw-right h2 {
      color: #fff;
      font-family: 'Unica One', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 45px;
      line-height: 1.5; }

/* SEARCH STYLE
-----------------------------------------------*/
/* NOUI SLIDER */
.inventory-search .hp-slider .example-val {padding: 0;}
.inventory-search .noUi-target{position: relative; direction: ltr}
.inventory-search .noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.inventory-search .noUi-handle{position: relative; z-index: 1}
.inventory-search .noUi-marker, .inventory-search .noUi-pips, .inventory-search .noUi-tooltip, .inventory-search .noUi-value{position: absolute}
.inventory-search .noUi-horizontal{height: 12px; z-index: 0}
.inventory-search .noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.inventory-search .noUi-background{background: #ccc;}
.inventory-search .noUi-connect{background: #fff !important; border: 1px #000 solid;}
.inventory-search .noUi-target{width: calc(95% - 15px); margin: 15px auto 0 auto;}
.inventory-search .noUi-handle{background: #000000 !important; border: 1px solid #ccc; border-radius: 3px;}
.inventory-search .noUi-handle:after, .inventory-search .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.inventory-search .noUi-handle:after{left: 12px}
.inventory-search .noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.inventory-search .noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.inventory-search .example-val{} .inventory-search .example-val span{font-weight: 400;}
.inventory-search #slider-price-value-lower:before, .inventory-search #slider-price-value-upper:before{content: '$'; padding-right: 2px}
.column4 {margin: 10px 5px 5px 5px !important; width: 100% !important;}



/*  CONTACT PAGE
------------------------------------------------*/
.contact-top {
  width: 100%;
  border: 1px solid #eaeaea;
  display: inline-block;
  padding: 30px;
  text-align: center; }
  .contact-top .ct-third {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: center; }
    .contact-top .ct-third h4 {
      text-transform: uppercase;
      color: #ed1c24;
      font-weight: 400;
      font-size: 20px;
      font-family: 'Unica One', sans-serif;
      letter-spacing: 1.3px; }
    .contact-top .ct-third p {
      font-size: 14px; }
    .contact-top .ct-third a {
      color: #000;
      text-decoration: none; }
      .contact-top .ct-third a:hover {
        color: #ed1c24;
        text-decoration: none; }

.contact-salesmen {
  width: 100%;
  background: #f1f1f1;
  padding: 60px 0;
  display: inline-block;
  margin: 0 auto;
  text-align: center; }
  .contact-salesmen h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    font-family: 'Unica One', sans-serif;
    padding: 20px 0;
    color: #ed1c24; }
  .contact-salesmen .contact-card {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    width: 29%;
    background: #fff;
    box-shadow: 0px 15px 40px rgba(26, 30, 43, 0.13);
    padding: 30px;
    text-align: center;
    margin: 20px;
    height: 430px; }
    .contact-salesmen .contact-card img {
      display: block;
      width: 100%; }
    .contact-salesmen .contact-card h4 {
      text-transform: uppercase;
      font-family: 'Unica One', sans-serif;
      font-size: 20px;
      padding: 10px 0; }
    .contact-salesmen .contact-card p {
      font-size: 14px;
      line-height: 1.5;
      padding: 10px 0; }
    .contact-salesmen .contact-card a {
      color: #000;
      text-decoration: none; }
      .contact-salesmen .contact-card a:hover {
        color: #ed1c24;
        text-decoration: none; }

.specs-sect {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: left; }
  .specs-sect .add-specs {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding-right: 40px; }
    .specs-sect .add-specs ul {
      margin-left: 50px; }
      .specs-sect .add-specs ul li {
        line-height: 2;
        font-size: 14px; }
  .specs-sect .spec-imgs {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto; }
    .specs-sect .spec-imgs img {
      width: 49%;
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto; }

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 100px;
  background: #202020;
  overflow: hidden;
  padding-top: 10px; }

.scrolling {
  width: 100%;
  height: 92px; }


/* FOOTER
------------------------------*/
.footer {
  width: 100%;
  text-align: center;
  background: #202020;
  padding: 0; }
  .footer a {
    color: #8e8e8e;
    text-decoration: underline; }
    .footer a:hover {
      color: #8e8e8e;
      text-decoration: none; }
  .footer .foot-half {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left; }
    .footer .foot-half:last-child {
      text-align: right; }
    .footer .foot-half img {
      width: 130px; }

.divfooter {
  width: 70%;
  margin: 20px auto;
  font-size: 11px;
  color: #8e8e8e;
  margin-right: 0; }

@media screen and (max-width: 1800px) {
  .cta-bar .cta-item {
    width: 19.3%; } }
@media screen and (max-width: 1400px) {
  .home-welc .hw-left {
    padding: 40px 40px 0; }
    .home-welc .hw-left p {
      font-size: 14px; }
  .home-welc .hw-right h2 {
    font-size: 40px; } }
@media screen and (max-width: 1300px) {
  .cta-bar .cta-item {
    width: 32.3%; } }
@media screen and (max-width: 1200px) {
  .home-welc {
    padding: 40px 0 40px 20px; }
      .home-welc .hw-left h1 {
        font-size: 30px; }
    .home-welc .hw-right h2 {
      font-size: 34px; } }
@media screen and (max-width: 1050px) {
  .hero {
    display: block; }
    .hero .hero-img {
      height: 340px; }

  .home-welc {
    padding: 0; }
    .home-welc .hw-left, .home-welc .hw-middle {
      width: 100%;
      padding: 40px; }
    .home-welc .hw-right {
      width: 100%; }

  .contact-salesmen .contact-card {
    width: 45%;
    height: 480px; }

  .divfooter {
    width: 100%; } }
@media screen and (max-width: 900px) {
  .header .head-contact .hc-half {
    width: 100%;
    text-align: center; }

  .contact-salesmen {
    padding: 20px 0; }
    .contact-salesmen .contact-card {
      height: 410px;
      width: 42%; } }
@media screen and (max-width: 760px) {
  .cta-bar .cta-item {
    width: 49%; }

  .contact-top .ct-third {
    width: 100%;
    padding: 15px 0; }

  .contact-salesmen .contact-card {
    height: auto;
    width: 70%;
    margin: 20px auto; }

  .specs-sect .add-specs, .specs-sect .spec-imgs {
    width: 100%; } }
@media screen and (max-width: 600px) {
  .keyword-search {
    width: 100%; }

  .cta-bar .cta-item {
    width: 100%;
    margin: 2px auto; }

  .footer .foot-half {
    width: 100%;
    text-align: center; }
    .footer .foot-half:last-child {
      text-align: center; } }
@media screen and (max-width: 500px) {
  .contact-salesmen .contact-card {
    width: 100%; } }
