.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #131313;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 25px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #ffe600;
  font-weight: 600;
  text-transform: uppercase;
}

.pv-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #131313;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.29);
}

.pv-home-hero-section {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background-image: url('../images/home-hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pv-navbar {
  background-color: transparent;
}

.pv-navlink {
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 10px;
  -webkit-transition: color 400ms ease, -webkit-transform 300ms ease;
  transition: color 400ms ease, -webkit-transform 300ms ease;
  transition: color 400ms ease, transform 300ms ease;
  transition: color 400ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.pv-navlink:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #ffe600;
}

.pv-navlink.w--current {
  color: #ffe600;
}

.pv-navlink.phone-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-navlink.mobile {
  display: none;
}

.pv-navlink.with-dropdown {
  padding-right: 25px;
}

.pv-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pv-navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-navmenu.desktop {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.pv-brand {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-brand-logo-img {
  position: relative;
}

.pv-brand-link {
  position: absolute;
  width: 100%;
}

.pv-navlink-icon {
  width: 26px;
  margin-right: 10px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.pv-hero-photo-holder {
  position: relative;
  z-index: 10;
  display: block;
  width: 96%;
  max-width: 1028px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  text-align: center;
}

.pv-hero-photo-img {
  display: none;
  -webkit-transform: translate(4%, 23%);
  -ms-transform: translate(4%, 23%);
  transform: translate(4%, 23%);
}

.pv-hero-green-row {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #349400;
  color: #fff;
}

.pv-phone-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, color 400ms ease;
  transition: transform 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  text-decoration: none;
}

.pv-phone-link-mobile:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #ffe600;
}

.pv-container {
  position: relative;
  z-index: 5;
  display: block;
  width: 92%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.pv-container._w-960 {
  max-width: 960px;
}

.pv-container.pv-nav2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pv-container.navbar-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pv-container.hide {
  display: none;
}

.pv-container.mb-8 {
  margin-bottom: 80px;
}

.pv-home-2col-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pv-home-2col-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-cat-subtitle {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.pv-button-holder {
  padding-top: 25px;
}

.pv-button {
  padding: 11px 40px 9px;
  border: 2px solid #ffe600;
  border-radius: 6px;
  background-color: #ffe600;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.pv-button:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.pv-button.stroke-button {
  border: 2px solid #ffe600;
  background-color: transparent;
  color: #fff;
}

.pv-button.stroke-button.hero-button.white-button {
  background-color: transparent;
  color: #fff;
}

.pv-button.stroke-button.redbutton-stroke {
  border-color: #f90218;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
}

.pv-button.stroke-button.redbutton-stroke:hover {
  background-color: #f90218;
}

.pv-button.hero-button {
  margin-right: 20px;
}

.pv-button.hero-button.white-button {
  border-color: #fff;
  background-color: #fff;
  color: #f90218;
}

.pv-button.button-green {
  border-color: #349400;
  background-color: #349400;
  color: #ffe600;
}

.pv-button.sm-button {
  padding: 6px 25px;
  letter-spacing: 1px;
}

.pv-button.redbutton {
  border-color: #f90218;
  background-color: #f90218;
  color: #fff;
}

.pv-button.redbutton.m-20-l {
  margin-left: 20px;
}

.pv-button.redbutton.m-20-l.r-btn {
  margin-right: 20px;
  margin-left: 0px;
  float: right;
}

.pv-button.for-forms {
  margin-bottom: 25px;
}

.pv-button.pv-download-btn {
  margin-bottom: 20px;
}

.pv-button.absolute-btn {
  position: relative;
  z-index: 1;
}

.acenter {
  margin-top: 19px;
  text-align: center;
}

.acenter.width60 {
  width: 60%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.pv-home-logos-holder {
  padding-top: 30px;
  text-align: center;
}

.pv-home-photo-mobile {
  display: none;
}

.pv-home-col-text-block {
  position: relative;
  width: 100%;
  padding-bottom: 90px;
}

.pv-home-col-text-block.v2 {
  padding-bottom: 115px;
}

.pv-home-button-holder {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.pv-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131313;
  color: #999;
  font-size: 14px;
}
.pv-social-net-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-social-net-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.pv-social-net-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
}

.pv-main-hero-photo-holde {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.pv-home-truck-img {
  position: relative;
  z-index: 2;
  width: 54%;
  -webkit-transform: translate(-7%, 0px);
  -ms-transform: translate(-7%, 0px);
  transform: translate(-7%, 0px);
}

.pv-home-machine-img {
  position: relative;
  z-index: 5;
  width: 52%;
  margin-bottom: 10px;
  margin-left: -36px;
}

.pvm-header {
  position: relative;
  z-index: 100;
  background-color: #000;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}

.pvm-header.white-header {
  background-color: #fff;
}

.pv-navbar2 {
  background-color: transparent;
}

.pv-brand2 {
  width: 100px;
}

.pv-nav-sublinks {
  margin-right: 4px;
  margin-left: 4px;
  padding: 5px 4px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}

.pv-nav-sublinks:hover {
  color: #fff;
}

.pv-nav-sublinks.current-menu {
  color: #fff;
  font-weight: 700;
}

.pv-nav-sublinks.v2 {
  color: #777;
  font-weight: 600;
}

.pv-nav-sublinks.v2:hover {
  color: #111;
}

.pv-nav-sublinks.v2.pv-currrent-page {
  color: #111;
  font-weight: 700;
}

.pv-nav-sublinks.v3 {
  color: #f90218;
}

.pv-nav-sublinks.v3.pv-currrent-page {
  color: #fff;
}

.pv-navmenu-topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pv-main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #ddd;
}

.pv-main-menu.trucks {
  border-bottom-color: #333;
}

.pv-innerpage-menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-innerpage-menu-links {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 15px;
  -webkit-transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, color 400ms ease;
  transition: transform 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.pv-innerpage-menu-links:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: red;
}

.pv-innerpage-menu-links.w--current {
  color: #ffe600;
}

.pv-innerpage-menu-links.with-submenus {
  padding-right: 25px;
}

.pv-innerpage-menu-links.with-submenus.w--open {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #f90218;
}

.pv-innerpage-menu-links.with-submenus.v2:hover {
  color: red;
}

.pv-innerpage-menu-links.with-submenus.v2.submenu-top {
  color: #777;
}

.pv-innerpage-menu-links.with-submenus.v2.submenu-top:hover {
  color: #111;
}

.pv-innerpage-menu-links.with-submenus.submenu-top {
  margin-right: 4px;
  margin-left: 0px;
  color: #f90218;
  font-size: 13px;
}

.pv-innerpage-menu-links.v2 {
  color: #349400;
  font-weight: 600;
  text-transform: uppercase;
}

.pv-innerpage-menu-links.v2:hover {
  color: #000;
}

.pv-nav-sublinks-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.pv-nav-sublinks-phone-icon {
  width: 22px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pv-inner-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  padding-top: 130px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f90218;
  background-image: url('../images/home-hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.pv-inner-hero.sales-hero {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, rgba(255, 230, 0, 0.6), #349400 67%), url('../images/sales-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pv-inner-hero.sales-hero.john-deere-banner {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, rgba(255, 230, 0, 0.6) 29%, #349400), url('../images/sales-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pv-inner-hero.sales-hero.testimonials-banner {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, rgba(255, 230, 0, 0.7), #349400 67%), url('../images/shutterstock_1043501293.jpg');
  background-size: auto, 960px;
}

.pv-inner-hero.trucks {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, rgba(249, 121, 2, 0.79), rgba(182, 0, 16, 0.91) 67%), url('../images/trucks-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pv-inner-hero.trucks.daimler {
  min-height: 50vh;
  padding-bottom: 130px;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, rgba(249, 121, 2, 0.79), rgba(182, 0, 16, 0.91) 67%), url('../images/daimler.png');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pv-inner-hero.with-overlap {
  z-index: 5;
  padding-bottom: 140px;
  background-image: url('../images/home-hero-bg.jpg');
  background-size: cover;
}

.pv-inner-hero.traineeship {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.89)), to(rgba(19, 19, 19, 0.54))), url('../images/IMG_4116A.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.89), rgba(19, 19, 19, 0.54)), url('../images/IMG_4116A.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pv-inner-hero.career {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(12, 12, 12, 0.55))), url('../images/IMG_4220.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(12, 12, 12, 0.55)), url('../images/IMG_4220.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.pv-inner-hero.inner-trucks {
  padding-top: 60px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/IMG_4096.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/IMG_4096.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pv-inner-hero.inner-trucks.parts {
  padding-bottom: 170px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/IMG_0761-crop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/IMG_0761-crop.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.pv-inner-hero.inner-trucks.parts.machinery-gallery-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/r4g044854_rrd_1600_1600.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/r4g044854_rrd_1600_1600.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pv-inner-hero.inner-trucks.event-gallery {
  padding-top: 33px;
  padding-bottom: 140px;
  background-image: url('../images/IMG_4096.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pv-inner-hero.inner-trucks.contact-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(168, 0, 15, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/shutterstock_258987317.jpg');
  background-image: linear-gradient(180deg, rgba(168, 0, 15, 0.8), rgba(0, 0, 0, 0.8)), url('../images/shutterstock_258987317.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pv-inner-hero.inner-trucks.service-banner-truck {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/_a3h7179.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/_a3h7179.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pv-brand2-img {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.pv-hero-home2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-hero-home2-textblock {
  width: 48%;
  padding-top: 20px;
  padding-right: 5%;
}

.pv-hero-home2-photoblock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.pv-hero-home2-photo-img {
  -webkit-transform: translate(25px, 50px) scale(1.2);
  -ms-transform: translate(25px, 50px) scale(1.2);
  transform: translate(25px, 50px) scale(1.2);
}

.pv-hero-home2-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pv-section {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}

.pv-section.white-bg {
  background-color: #fff;
}

.pv-section.lightgray-bg {
  background-color: #f2f2f2;
}

.pv-section.lightgray-bg.padding-40-b {
  padding-bottom: 20px;
}

.pv-section.lightgray-bg.no-bottom-padding {
  padding-bottom: 0px;
}

.pv-section.no-padding-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pv-section.black-white {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #349400), color-stop(0, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.67)), to(hsla(0, 0%, 100%, 0.67))), url('../images/windmill-bw-bg.jpg');
  background-image: linear-gradient(90deg, #349400 50%, hsla(0, 0%, 100%, 0) 0), linear-gradient(180deg, hsla(0, 0%, 100%, 0.67), hsla(0, 0%, 100%, 0.67)), url('../images/windmill-bw-bg.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.pv-section.black-white.trucks {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(0, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/01-mercedes-benz-trucks-2017-actros-1851-bm-963-3400x1440.jpg');
  background-image: linear-gradient(90deg, #000 50%, hsla(0, 0%, 100%, 0) 0), linear-gradient(180deg, transparent, transparent), url('../images/01-mercedes-benz-trucks-2017-actros-1851-bm-963-3400x1440.jpg');
  background-size: auto, auto, auto 100%;
}

.pv-section.black-white.trucks.hide {
  display: none;
}

.pv-section.black-white.trucks.truck-service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(0, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/_a3h7179.jpg');
  background-image: linear-gradient(90deg, #000 50%, hsla(0, 0%, 100%, 0) 0), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/_a3h7179.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.pv-section.black-white.trainess {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f90218), color-stop(0, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/IMG_4129.jpg');
  background-image: linear-gradient(90deg, #f90218 50%, hsla(0, 0%, 100%, 0) 0), linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/IMG_4129.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, 60% 100%;
  background-repeat: repeat, repeat, no-repeat;
  color: #fff;
}

.pv-section.black-white.homepage-part-banner {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #349400), color-stop(0, hsla(0, 0%, 100%, 0))), url('../images/IMG_4209A.jpg');
  background-image: linear-gradient(270deg, #349400 50%, hsla(0, 0%, 100%, 0) 0), url('../images/IMG_4209A.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pv-section.part-section {
  background-color: #222;
}

.pv-section.part-section.hide {
  display: none;
}

.pv-section.with-photo-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.91)), to(hsla(0, 0%, 100%, 0.91))), url('../images/YsGx3BN.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.91), hsla(0, 0%, 100%, 0.91)), url('../images/YsGx3BN.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pv-section.with-photo-bg.trucks {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.88))), url('../images/1-Mercedes-Benz-Sondermodell-20Jahre-Actros-1280x686_v2-1280x686.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.88), hsla(0, 0%, 100%, 0.88)), url('../images/1-Mercedes-Benz-Sondermodell-20Jahre-Actros-1280x686_v2-1280x686.jpg');
  background-size: auto, cover;
}

.pv-section.with-photo-bg.trucks.hide {
  display: none;
}

.pv-section.for-listing-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pv-section.slant-white {
  background-image: linear-gradient(48deg, #dddada 50%, #fff 0);
}

.pv-section.slant-white.hide {
  display: none;
}

.pv-section.overlap-on-hero {
  position: relative;
  z-index: 15;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}

.pv-section.bg-333 {
  background-color: #333;
  color: #fff;
}

.pv-section.with-form {
  position: relative;
  background-color: #222;
}

.pv-section.parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 /* background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #000), color-stop(0, transparent)), url('../images/IMG_4116A.jpg');
  background-image: linear-gradient(270deg, #000 50%, transparent 0), url('../images/IMG_4116A.jpg');*/
  
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #000), color-stop(0, transparent)), url('../images/height640.jpg');
  background-image: linear-gradient(270deg, #000 50%, transparent 0), url('../images/height640.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pv-section.parts.jd-part-banner {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #000), color-stop(0, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/IMG_4129.jpg');
  background-image: linear-gradient(270deg, #000 50%, transparent 0), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/IMG_4129.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.pv-section.darkgrey-bg {
  background-color: #e7e7e7;
}

.pv-section-titleblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.pv-section-titleblock.v2 {
  color: #999;
}

.pv-section-titleblock.m-40-top {
  margin-top: 40px;
}

.pv-section-titleblock.left.left-all {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pv-h2-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #111;
  font-style: italic;
  text-transform: uppercase;
}

.pv-h2-title.fc-white {
  color: #fff;
}

.pv-h1-hero {
  color: #fff;
  font-size: 42px;
  line-height: 50px;
}

.pv-products-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pv-hero-logos {
  padding-top: 30px;
}

.pv-products-list {
  position: relative;
  display: block;
  overflow: hidden;
  width: 30%;
  margin-right: 1.6%;
  margin-bottom: 35px;
  margin-left: 1.6%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.09);
}

.pv-products-list.used-trucks {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pv-product-list-photo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  padding-bottom: 54%;
  background-color: #333;
}

.pv-product-list-photo-img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pv-product-thumb-price {
  position: absolute;
  right: 0px;
  bottom: -7px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 10px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffe600;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.pv-product-thumb-price.red {
  background-color: #f90218;
  color: #fff;
}

.pv-product-thumb-price.red.trucks-details {
  bottom: 0px;
}

.pv-product-thumb-price-angle {
  position: absolute;
  left: -20px;
  top: 0px;
  width: 20px;
  height: 40px;
  border-bottom: 40px solid #ffe600;
  border-left: 20px solid transparent;
}

.pv-product-thumb-price-angle.red {
  border-bottom-color: #f90218;
}

.pv-product-thumb-price-sign {
  padding-right: 4px;
  padding-bottom: 6px;
  font-size: 15px;
}

.pv-products-list-data-block {
  position: relative;
  z-index: 2;
  padding: 20px 25px 25px;
}

.pv-products-list-data-block.sales-details {
  padding-bottom: 30px;
  padding-left: 0px;
}

.pv-products-list-year {
  color: #349400;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-products-list-year.trucks {
  color: #f90218;
}

.pv-products-list-year.normal {
  font-weight: 400;
}

.pv-products-list-name {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.pv-products-list-data-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  color: #777;
  font-size: 15px;
}

.pv-products-list-data-name {
  padding-right: 5px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-products-list-linkblock {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.67);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.pv-products-list-linkblock:hover {
  opacity: 1;
}

.pv-products-list-linkblock.hideme {
  z-index: 1;
}

.pv-2col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-2col-texblock {
  padding-right: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ccc;
}

.pv-2col-texblock.part-right-content {
  padding-right: 0%;
  padding-left: 10%;
}

.pv-2col-photoblock {
  width: 50%;
  text-align: center;
}

.pv-2col-photoblock.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.pv-2col-photoblock-overalp-img {
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.pv-h2-gold {
  color: #ffe600;
}

.pv-h2-gold.black {
  color: #000;
}

.pv-part-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pv-part-list {
  position: relative;
  width: 30%;
  margin-top: 60px;
  border-radius: 6px;
  background-color: #349400;
  color: #fff;
}

.pv-part-list.trucks {
  background-color: #000;
  color: #aaa;
}

.pv-part-list-photo {
  position: relative;
  height: 60px;
}

.pv-part-list-photo-holder {
  position: absolute;
  left: 50%;
  top: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 120px;
  height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #ffe600;
  border-radius: 50%;
  background-color: #ffe600;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.pv-part-list-photo-holder.trucks {
  border-color: #fff;
}

.pv-part-list-photo-img {
  min-height: 100%;
}

.pv-part-list-inner {
  padding: 25px;
  text-align: center;
}

.pv-part-list-name {
  color: #ffe600;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.pv-part-list-name.trucks {
  color: #fff;
}

.pv-part-list-name.p-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pv-part-list-address {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.pv-part-list-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.pv-part-list-contacts.for-footer {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pv-part-list-contacts.m-20 {
  margin-bottom: 20px;
}

.pv-part-list-contacts.left-align {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pv-part-list-contacts-icon {
  width: 22px;
  margin-right: 7px;
}

.padtop-20 {
  padding-top: 20px;
}

.pv-h2-white {
  color: #fff;
}

.pv-h2-white.black-title {
  color: #111;
}

.pv-h2-white.pv-center {
  text-align: center;
}

.pv-h2-white.center {
  text-align: center;
}

.padtop-40 {
  padding-top: 40px;
}

.pv-events-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pv-events-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-events-list-photo-holder {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 50%;
  padding-bottom: 60%;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../images/IMG_4055.jpg');
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: 1px 1px 37px 0 rgba(0, 0, 0, 0.11);
}

.pv-events-list-photo-img {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.pv-events-list-info-block {
  position: absolute;
  right: 0px;
  bottom: 45px;
  z-index: 5;
  width: 80%;
  padding: 25px 31px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 38px 0 rgba(0, 0, 0, 0.06);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  color: #555;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.pv-events-list-info-block:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.pv-events-list-info-block.pdf-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pv-events-list-name {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #349400;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.pv-events-list-name.trucks {
  color: #f90218;
}

.pv-events-list-name.margin-bottom-none {
  margin-bottom: 0px;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-section-line {
  width: 150px;
  height: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #349400;
}

.pv-section-line.trucks {
  background-color: #f90218;
}

.pv-section-line.pv-border-yellow {
  background-color: #ffe600;
}

.pv-events-list-info-date {
  display: inline-block;
  padding: 2px 5px 0px;
  border-radius: 4px;
  background-color: #ffe600;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-events-list-info-date.trucks {
  background-color: #000;
  color: #fff;
}

.pv-events-list-info-date.trucks.pdf-textondownload {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #ccc;
  font-size: 12px;
}

.pv-footer-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #333;
}

.pv-footer-top-cols {
  width: 22%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.pv-footer-top-brand {
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pv-footer-top-left-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pv-footer-top-left-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-footer-top-left-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pv-h3-footer {
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #444;
  color: #ffe600;
  font-size: 20px;
  text-transform: uppercase;
}

.pv-footer-top-links {
  display: block;
  margin-bottom: 10px;
  color: #ccc;
  text-decoration: none;
}

.pv-innerpage-menu-links-arrow {
  margin-right: 5px;
}

.pv-dropdown-list {
  left: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.pv-dropdown-list.w--open {
  min-width: 220px;
  margin-top: 8px;
  background-color: #ffe600;
  -webkit-transform: translate(-50%, 0px) translate(0px, -5px);
  -ms-transform: translate(-50%, 0px) translate(0px, -5px);
  transform: translate(-50%, 0px) translate(0px, -5px);
}

.pv-dropdown-links {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 400ms ease, color 300ms ease;
  transition: background-color 400ms ease, color 300ms ease;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.pv-dropdown-links:hover {
  background-color: #333;
  color: #ffe600;
}

.pv-dropdown-links.w--current {
  color: #000;
}

.pv-dropdown-links.w--current:hover {
  color: #ffe600;
}

.pv-dropdown-links.top-dropdown {
  font-size: 13px;
}

.pv-submenu-traiangle {
  position: absolute;
  left: 50%;
  top: -7px;
  width: 8px;
  height: 8px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffe600;
  border-left: 8px solid transparent;
}

.pv-h1-inner-hero {
  margin-top: 10px;
  text-align: center;
}

.pv-pagination-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-pagination-links {
  min-width: 30px;
  margin-right: 1px;
  margin-left: 1px;
  padding: 3px 3px 1px;
  border-radius: 4px;
  background-color: #555;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
}

.pv-pagination-links.current-page {
  background-color: #999;
}

.pv-breadcrumb-section {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e2e2e2;
}

.pv-breadcrumbs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #111;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.pv-breadcrumbs-link:hover {
  opacity: 1;
}

.pv-breadcrumbs-link-icon {
  width: 20px;
  margin-right: 5px;
  padding-bottom: 3px;
}

.pv-breadcrumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-breadcrumbs-arrow {
  width: 12px;
  margin-right: 5px;
  opacity: 0.5;
}

.pv-currrent-page {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-toplist-info {
  padding-bottom: 35px;
}

.pv-navbar-white {
  padding-top: 10px;
  background-color: transparent;
}

.pv-header-logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-brand-machinery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-brand-machinery-logo {
  height: 60px;
}

.pv-brand-machinery-logo.v2 {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.pv-brand-machinery-name {
  padding-left: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-brand-machinery-name.v2 {
  color: #f90218;
}

.pv-brand-johndeere-logo {
  height: 45px;
}

.pv-navmenu-white {
  width: 100%;
}

.pv-call-header-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.pv-call-header-link.v2 {
  color: #fff;
}

.pv-call-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pv-call-holder.for-mobile {
  display: none;
}

.pv-callicon-img {
  width: 30px;
  margin-right: 5px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pv-callicon-img.v2 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pvt-header {
  padding-top: 5px;
  background-color: #131313;
}

.pvt-top-logos-img {
  height: 40px;
  opacity: 1;
}

.pv-h2-red {
  color: #f90218;
}

.pv-gallery-home-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pv-gallery-home-list {
  position: relative;
  overflow: hidden;
  width: 23%;
  margin: 10px 1%;
  padding-bottom: 23%;
  border-radius: 5px;
  background-image: url('../images/GBlue_140326_D3x3442_Lge_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.11);
}

.pv-gallery-home-list-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  min-width: 450px;
  background-image: url('../images/_a3h7179.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pv-gallery-home-list-link-hlder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.74);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.pv-gallery-home-list-link-hlder:hover {
  opacity: 1;
}

.pv-gallery-home-list-link-hlder.hideme {
  z-index: 2;
}

.pv-gallery-home-list-box {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  border-radius: 4px;
}

.pv-gallery-home-list-box.v2 {
  border-color: #ffe600;
}

.pv-gallery-home-list-box.v2 {
  border-color: #ffe600;
}

.text-block-2 {
  padding: 4px 10px;
  background-color: #fff;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
}

.image {
  display: block;
  width: 45%;
  float: right;
  clear: none;
}

.link-block {
  clear: none;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-3 {
  display: block;
  margin-top: 23px;
  margin-bottom: 23px;
  float: left;
}

.column-2 {
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pv-inner-page {
  position: relative;
  margin-top: 0px;
}

.pv-contienr-fullwidth {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pv-hero-history-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-hero-2col-coltext {
  width: 50%;
}

.pv-hero-2col-videocol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ccc;
  text-align: center;
  text-transform: uppercase;
}

.pv-hero-videoplay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffe600;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.pv-hero-videoplay:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pv-hero-videoplay-icon {
  width: 35%;
  margin-left: 5px;
}

.pv-goup-section {
  position: relative;
  z-index: 15;
}

.pv-back-to-top-link {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 400ms ease, -webkit-transform 200ms ease;
  transition: background-color 400ms ease, -webkit-transform 200ms ease;
  transition: background-color 400ms ease, transform 200ms ease;
  transition: background-color 400ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.pv-back-to-top-link:hover {
  background-color: #ffe600;
  -webkit-transform: translate(-50%, -50%) translate(0px, -5px);
  -ms-transform: translate(-50%, -50%) translate(0px, -5px);
  transform: translate(-50%, -50%) translate(0px, -5px);
}

.pv-back-to-top-arrow {
  max-width: 50%;
}

.pv-navlink-dropdown-icon {
  margin-right: 5px;
}

.pv-inner-hero-pagetitle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  text-align: center;
}

.pv-inner-hero-pagetitle-location {
  margin-bottom: 10px;
  padding: 5px 15px 3px;
  border-radius: 50px;
  background-color: #ffe600;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.pv-people-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translate(0px, -130px);
  -ms-transform: translate(0px, -130px);
  transform: translate(0px, -130px);
}

.pv-people-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  margin-top: 35px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.pv-people-list:hover {
  -webkit-filter: none;
  filter: none;
}

.pv-people-list.service-page {
  width: 50%;
}

.pv-people-list-photo {
  position: relative;
  z-index: 5;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pv-people-list-info {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 40px;
  color: #999;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.pv-people-list-name {
  padding-bottom: 5px;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.pv-people-list-info-arrow {
  position: absolute;
  left: 50%;
  top: -17px;
  width: 18px;
  height: 18px;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #fff;
  border-left: 18px solid transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.fc-white {
  color: #fff;
}

.pv-maindropdown.mobile {
  display: none;
}

.pv-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pv-flex-cols {
  width: 46%;
}

.pv-flex-cols.with-photo {
  text-align: center;
}

.pv-h2-smaller {
  margin-bottom: 0px;
  padding-bottom: 30px;
  font-size: 30px;
}

.pv-yt-video-holder {
  position: relative;
  border: 12px solid #fff;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.09);
}

.pv-yt-video-img {
  position: relative;
}

.pv-yt-video-ligtbox-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.58);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.pv-yt-video-ligtbox-link:hover {
  background-color: rgba(0, 0, 0, 0.26);
}

.pv-yt-video-ligtbox-play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffe600;
}

.pv-yt-video-ligtbox-play-icon {
  width: 40%;
  margin-left: 5px;
}

.pv-check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pv-check-list-icon {
  width: 26px;
  margin-right: 10px;
}

.pv-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.pv-testimonials-quote-icon {
  width: 40px;
  margin-right: 15px;
}

.pv-testimonials-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pv-testimonials-text {
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
}

.pv-testimonials-text.normal-txt {
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.pv-testimonials-name {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}

.pv-form-parallax {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 160%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.83)), to(rgba(0, 0, 0, 0.83))), url('../images/IMG_3979.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url('../images/IMG_3979.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.pv-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pv-form-2cols {
  width: 49%;
}

.pv-form-2cols.with-texrea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pv-fields {
  height: 46px;
  margin-bottom: 25px;
  border: 1px solid #000;
  border-radius: 6px;
  background-color: #fff;
}

.pv-fields.textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pb-career-box {
  margin-top: 20px;
  padding: 40px 40px 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.09);
}

.pb-career-box.hideme {
  display: none;
}

.pb-career-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 5px solid #f90218;
}

.pb-career-title {
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-career-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
}

.pv-career-address-icon {
  width: 20px;
  margin-right: 10px;
  opacity: 0.35;
}

.pv-career-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pv-career-left-cols {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}

.pv-career-right-cols {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.pv-overlapped-contentbox {
  width: 96%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -130px);
  -ms-transform: translate(0px, -130px);
  transform: translate(0px, -130px);
}

.pv-flex-fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pv-flex-fullwidth-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pv-flex-fullwidth-col.width-photo {
  padding-bottom: 35%;
}

.pv-flex-fullwidth-col.black-bg {
  background-color: #ffe600;
}

.pv-flex-fullwidth-col-innerblock {
  width: 100%;
  max-width: 600px;
  padding: 70px 50px 70px 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.pv-halfwidth-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.pv-halfwidth-slider-slide {
  background-image: url('../images/IMG_4085.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pv-halfwidth-slider-slide.slide1 {
  background-image: url('../images/IMG_0761.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pv-halfwidth-slider-slide.slide2 {
  background-image: url('../images/IMG_4097.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pv-halfwidth-slider-slide.slide3 {
  background-image: url('../images/IMG_4085.jpg');
  background-size: cover;
}

.pv-halfwidth-slider-slide.slide4 {
  background-image: url('../images/IMG_4075.jpg');
  background-size: cover;
}

.pv-service-mgr-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  border-radius: 6px;
}

.pv-service-mgr-photo-holder {
  overflow: hidden;
  width: 180px;
  min-height: 180px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: url('../images/Garry-ONeill.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.pv-service-mgr-photo-holder:hover {
  position: relative;
  -webkit-filter: none;
  filter: none;
}

.pv-service-mgr-right {
  padding: 20px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
}

.pv-service-mgr-name {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}

.pv-service-mgr-position {
  padding-left: 5px;
  color: #999;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
}

.pv-service-mgr-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-service-mgr-contact-icon {
  width: 20px;
  margin-right: 10px;
}

.text-block-4 {
  overflow: hidden;
}

.pv-pdf-download-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pv-pdf-download-icon {
  width: 40px;
  margin-right: 15px;
}

.pv-hero-inner-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.pv-embed-lightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  height: auto;
  border-radius: 5px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  cursor: pointer;
}

.pv-embed-lightbox:hover {
  opacity: 0.4;
}

.lightbox-link {
  display: none;
}

.pv-truck-details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 29px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pv-truck-details-leftphoto {
  width: 55%;
}

.pv-trucks-main-photo-holder {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  background-color: #fff;
}

.pv-truck-details-right-info {
  width: 40%;
}

.pv-truck-details-truckname {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 3px solid #000;
}

.pv-trucks-main-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.pv-trucks-main-photo.showme {
  opacity: 1;
}

.pv-trucks-main-photo.default {
  opacity: 1;
}

.pv-trucks-main-photo-solidshadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 5px;
  background-color: #f90218;
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}

.pv-trucks-thumb-photo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pv-trucks-thumb-photo {
  width: 18%;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-bottom: 19%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 4px solid #fff;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 1px 0 #000, 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.pv-trucks-thumb-photo:hover {
  opacity: 0.8;
}

.pv-trucks-thumb-photo.default {
  width: 19%;
  opacity: 1;
}

.pv-trucks-main-photo-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.27);
}

.pv-truck-brand-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd0016), to(rgba(0, 0, 0, 0.8))), url('../images/daimler.png');
  background-image: linear-gradient(180deg, #fd0016, rgba(0, 0, 0, 0.8)), url('../images/daimler.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.pv-truck-brand-banner.m-btm90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd0016), to(rgba(0, 0, 0, 0.8))), url('../images/heavy-duty2.jpg');
  background-image: linear-gradient(180deg, #fd0016, rgba(0, 0, 0, 0.8)), url('../images/heavy-duty2.jpg');
  background-size: auto, cover;
}

.pv-truck-brand-banner.daimler-banner-one {
  min-height: 60vh;
  background-image: none;
  background-position: 0px 0px;
}

.pv-truck-brand-banner.pv-3-truck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd0016), to(rgba(0, 0, 0, 0.8))), url('../images/daimler.png');
  background-image: linear-gradient(180deg, #fd0016, rgba(0, 0, 0, 0.8)), url('../images/daimler.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.pv-truck-brand-banner.pv-jd-contact {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 230, 0, 0.8), #349400 60%), url('../images/daimler.png');
}

.pv-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.pv-h3-truck {
  margin-bottom: 20px;
  color: #f90218;
  font-size: 22px;
}

.pv-truck-post {
  margin-bottom: 40px;
  padding-left: 18px;
  border-left: 4px solid #f90218;
}

.pv-truck-post.pv-truck-postr {
  padding-right: 20px;
  padding-left: 0px;
  border-right: 4px solid #f90218;
  border-left-style: none;
  text-align: right;
}

.pv-truck-post.no-border {
  padding-left: 0px;
  border-left-style: none;
}

.pv-white-font {
  color: #fffdfd;
}

.pv-white-font.font-big {
  font-size: 20px;
  line-height: 35px;
}

.pv-white-font.font-big.black {
  color: #000;
}

.pv-white-font.font-big.black.center {
  text-align: center;
}

.pv-white-font.font-big.center {
  text-align: center;
}

.pv-white-font.font-big.center.font30 {
  font-size: 28px;
  line-height: 45px;
}

.pv-white-font.font-big.center.font30.left {
  text-align: left;
}

.pv-white-font.font-big.font30.center.m10 {
  margin-top: 10px;
}

.pv-white-font.black {
  color: #000;
}

.image-2 {
  margin-bottom: 10px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-3 {
  margin-bottom: 40px;
}

.pv-banner-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle {
  display: none;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-image: none;
}

.image-4 {
  position: absolute;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-daimler-post-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pv-daimler-post-banner.pv-truck-brand-banner.pv-2-truck {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
  background-position: 0px 0px;
}

.pv-daimler-post-banner.pv-1-truck {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #2a2a2a;
}

.pv-daimler-post-banner.pv-1-truck.jd-pattern-bg {
  background-image: url('../images/pattern.jpg');
  background-position: 0px 0px;
  background-size: 40px;
}

.pv-daimler-post-banner.pv-1-truck.jd-part-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/IMG_4116A.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/IMG_4116A.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pv-2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.width-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 30px;
  border: 2px none #fff;
  border-radius: 50%;
}

.pv-phone-daimler {
  margin-bottom: 10px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

.pv-head-phone {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.pv-text-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.video {
  margin-bottom: 80px;
}

.image-5 {
  margin-bottom: 20px;
}

.pv-gallery-daimler {
  width: 82%;
  max-width: 1100px;
  margin: 35px auto;
}

.pv-daimler-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 10px;
}

.image-6 {
  min-width: 320px;
}

.pv-lightbox-bdr {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin: 7px;
  border: 1px solid #ffe600;
  border-radius: 10px;
}

.columns-3 {
  margin-bottom: 40px;
}

.pv-quick-confact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pv-sales-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.pv-quick-form {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.pv-label {
  color: #333;
  font-size: 16px;
  text-transform: none;
}

.pv-input {
  min-height: 48px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #ddd;
  border-radius: 10px;
}

.pv-input:hover {
  border-color: #349400;
}

.text-field {
  min-height: 48px;
}

.pv-textarea {
  min-height: 120px;
}

.pv-textarea.pv-input {
  border-radius: 10px;
}

.form-block {
  margin-top: 30px;
}

.pv-arrow-right {
  position: absolute;
  left: 0%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  -webkit-transform: rotate(-138deg);
  -ms-transform: rotate(-138deg);
  transform: rotate(-138deg);
}

.pv-service-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.pv-service-wrapper {
  width: 82%;
  max-width: 1100px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid.hide {
  display: none;
}

.service-post {
  position: relative;
  display: block;
  min-height: 200px;
  margin-top: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border: 2px solid #f90218;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.service-post:hover {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #f90218;
  color: #fff9f9;
}

.service-pot-para {
  display: block;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
}

.service-pot-para.p2 {
  font-size: 20px;
  text-align: center;
}

.service-post-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -48px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f90218;
}

.pv-white-bg {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
}

.columns-5 {
  display: none;
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-area-post {
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

.contact-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-7 {
  width: 22px;
  margin-top: 2px;
  margin-right: 5px;
}

.paragraph {
  margin-bottom: 0px;
  line-height: 30px;
}

.pv-global-link {
  color: #333;
  text-decoration: none;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-weight: 500;
}

.pv-btn {
  margin-top: 5px;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #f90218;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.pv-btn:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.pv-s-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f90218;
  border-radius: 10px;
}

.pv-s-block.machinery-border {
  border-color: #349400;
}

.image-8 {
  width: 60px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-manager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd0016), to(rgba(0, 0, 0, 0.8))), url('../images/GBlue_140326_D3x3442_Lge_1.jpg');
  background-image: linear-gradient(180deg, #fd0016, rgba(0, 0, 0, 0.8)), url('../images/GBlue_140326_D3x3442_Lge_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-manager.service-machinery {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#349400), to(rgba(0, 0, 0, 0.8))), url('../images/GBlue_140326_D3x3442_Lge_1.jpg');
  background-image: linear-gradient(180deg, #349400, rgba(0, 0, 0, 0.8)), url('../images/GBlue_140326_D3x3442_Lge_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.width60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sm-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sm-wrap.new-block {
  width: 80%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.team-img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}

.team-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  color: #999;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
}

.text-span-2 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.hide {
  display: none;
}

.text-span-3 {
  color: #ffe600;
  font-weight: 700;
}

.div-block-3 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-right: -43px;
  float: right;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url('../images/Garry-ONeill.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.column-19:hover {
  -webkit-filter: none;
  filter: none;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-span-4 {
  font-weight: 700;
}

.columns-9 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.columns-10 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.form {
  width: auto;
}

.form-block-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.contact-info {
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #d10012;
}

.pv-h3-white {
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
}

.contact-d-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.image-9 {
  width: 24px;
  margin-top: 2px;
  margin-right: 5px;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-weight: 600;
}

.paragraph-4 {
  margin-bottom: 0px;
}

.text-span-5 {
  font-weight: 600;
}

.center-arrow-up {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d10012;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.html-embed {
  position: relative;
  z-index: 0;
}

.add-block {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}

.columns-11 {
  margin-bottom: 80px;
}

.contact-brand {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: inline-block;
  margin-top: 4px;
  margin-right: 14px;
  padding: 15px;
  background-color: #ffe600;
}

.paragraph-5 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.html-embed-2 {
  border-top-right-radius: 0px;
}

.left {
  text-align: left;
}

.collection-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.collection-item {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-22 {
  min-height: 25vh;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url('../images/_a3h7179.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.column-22:hover {
  -webkit-filter: none;
  filter: none;
}

.column-22.col-img-2 {
  background-image: url('../images/IMG_4051.jpg');
  background-size: 800px;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #f90218;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-6 {
  padding: 15px;
}

.column-24 {
  padding-left: 0px;
}

.title-parts {
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

.div-block-6 {
  padding: 15px 15px 0px;
}

.link {
  color: #ccc;
  text-decoration: none;
}

.html-embed-3 {
  opacity: 1;
}

.jd-banner-highlight {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 230, 0, 0.5), #349400), url('../images/jd-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 230, 0, 0.5), #349400), url('../images/jd-1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.divider {
  height: 90px;
}

.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jd-img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  background-image: url('../images/R4A060221_RRD_1600_1600.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jd-img1.pa-img1 {
  background-image: url('../images/IMG_2316_1600.jpg');
  background-size: cover;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, #333, #333);
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #333;
}

.jd-60-block {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.jd-img2 {
  min-height: 60vh;
  background-image: url('../images/strongready-r4a052760.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.jd-img2.pa-img2 {
  background-image: url('../images/IMG_2286_1600.jpg');
  background-size: cover;
}

.jd-list {
  padding-bottom: 10px;
  color: #fff;
}

.jd-ul {
  margin-top: 20px;
}

.jd-img3 {
  min-height: 60vh;
  background-image: url('../images/IMG_2398.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jd-img4 {
  min-height: 60vh;
  background-image: url('../images/IMG_5292.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pv-gator-mower {
  height: 50vh;
}

.collection-item-2 {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
}

.gator-mower-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.gm-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-size: cover;
}

.mg-banner-para {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.heading {
  color: #fff;
  text-align: center;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 230, 0, 0.2), #349400 70%);
}

.collection-list-wrapper {
  height: 100%;
}

.collection-item-3 {
  height: 50vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-list-3 {
  min-height: 40vh;
}

.collection-list-wrapper-2 {
  display: none;
}

.slider {
  height: 100%;
}

.paragraph-7 {
  margin-bottom: 0px;
}

.link-block-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.enquiry-form {
  margin-top: 0px;
  background-color: #fff;
}

.form-2 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.columns-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-27 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-28 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 148, 0, 0.51)), to(rgba(52, 148, 0, 0.51))), url('../images/07_14_1_R2Z019135_MOD_RRD_1600_1600.jpg');
  background-image: linear-gradient(180deg, rgba(52, 148, 0, 0.51), rgba(52, 148, 0, 0.51)), url('../images/07_14_1_R2Z019135_MOD_RRD_1600_1600.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.collection-item-4 {
  display: block;
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pv-video-post {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.09);
}

.pv-video-post-content {
  padding: 20px 20px 10px;
}

.heading-2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

.collection-list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item-5 {
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.collection-item-5.collection-home-cs {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
}

.testimonials-post {
  position: relative;
  overflow: visible;
  border-radius: 10px;
  background-color: #fff;
}

.testimonials-images {
  position: relative;
  min-height: 300px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-post-content {
  position: relative;
  padding: 20px 20px 30px;
}

.testimonials-title {
  font-size: 18px;
  font-weight: 700;
}

.arrow-up-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  padding: 11px;
  border-top-right-radius: 10px;
  background-color: #fff;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.image-11 {
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.testimonials-job-title {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-8 {
  margin-bottom: 0px;
}

.testimonials-video {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.rich-text {
  margin-bottom: 60px;
}

.pv-testimonial-detail-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  color: #349400;
}

.categories-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #349400;
  color: #349400;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-9 {
  color: #349400;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.columns-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.h3-heading {
  margin-top: 0px;
}

.case-studies-post {
  margin-left: 0px;
}

.collection-item-6 {
  margin-bottom: 60px;
}

.cata-img {
  min-height: 350px;
  border-radius: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rich-text-2 {
  margin-bottom: 30px;
}

.rich-text-2.pv-white-font {
  margin-bottom: 0px;
}

.collection-list-wrapper-3 {
  margin-bottom: 40px;
}

.feature-post-block {
  margin-bottom: 80px;
}

.collection-item-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-8 {
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 148, 0, 0.75)), to(rgba(52, 148, 0, 0.75)));
  background-image: linear-gradient(180deg, rgba(52, 148, 0, 0.75), rgba(52, 148, 0, 0.75));
}

.column-31 {
  display: block;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns-17 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 148, 0, 0.8)), to(rgba(52, 148, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(52, 148, 0, 0.8), rgba(52, 148, 0, 0.8));
}

.div-block-10 {
  width: 80%;
}

.collection-list-wrapper-4 {
  display: block;
}

.pv-year-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pv-year-new.hide {
  display: none;
}

.paragraph-10 {
  margin-right: 5px;
  margin-bottom: 10px;
  color: #349400;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.pv-product-thumb-price-2 {
  position: absolute;
  right: 0px;
  bottom: -7px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 10px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffe600;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.pv-product-thumb-price-2.red {
  background-color: #f90218;
  color: #fff;
}

.pv-product-thumb-price-2.red.trucks-details {
  bottom: 0px;
}

.pv-product-thumb-price-2.trucks-details.yellow {
  bottom: 0px;
}

.pv-button-2 {
  padding: 11px 40px 9px;
  border: 2px solid #ffe600;
  border-radius: 6px;
  background-color: #ffe600;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.pv-button-2:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.pv-button-2.pv-download-btn {
  margin-bottom: 20px;
}

.pv-button-2.redbutton {
  border-color: #f90218;
  background-color: #f90218;
  color: #fff;
}

.pv-button-2.redbutton.m-20-l {
  margin-left: 20px;
}

.pv-button-2.pv-btn-dw {
  padding-right: 15px;
  padding-left: 15px;
}

.pv-trucks-main-photo-solidshadow-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 5px;
  background-color: #f90218;
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}

.pv-trucks-main-photo-solidshadow-2.pv-machinery-details-mainimg-bg {
  background-color: #349400;
}

.pv-product-thumb-price-angle-2 {
  position: absolute;
  left: -20px;
  top: 0px;
  width: 20px;
  height: 40px;
  border-bottom: 40px solid #ffe600;
  border-left: 20px solid transparent;
}

.pv-product-thumb-price-angle-2.red {
  border-bottom-color: #f90218;
}

.jd-overview-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  background-image: url('../images/pattern.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.black {
  color: #000;
}

.pv-truck-post-2 {
  margin-bottom: 40px;
  padding-left: 18px;
  border-left: 4px solid #f90218;
}

.pv-truck-post-2.pv-jd-post {
  border-left-color: #349400;
}

.pv-truck-post-2.pv-truck-postr {
  padding-right: 20px;
  padding-left: 0px;
  border-right: 4px solid #f90218;
  border-left-style: none;
  text-align: right;
}

.pv-truck-post-2.pv-truck-postr.pv-jd-postr {
  border-right-color: #fff;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-11.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.used-machinery-home-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.columns-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.column-34 {
  background-image: url('../images/R4D056908_RRD-Small_1600_1600.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#349400), to(#349400));
  background-image: linear-gradient(180deg, #349400, #349400);
}

.column-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.homepage-part-banner {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.column-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#349400), to(#349400));
  background-image: linear-gradient(180deg, #349400, #349400);
}

.div-block-12 {
  width: 60%;
  margin-left: 10%;
}

.div-block-12.homepage-service-container {
  margin-right: 10%;
  margin-left: auto;
}

.columns-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-38 {
  background-image: url('../images/IMG_5413.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.homepage-service-bg {
  min-height: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.63)), to(hsla(0, 0%, 100%, 0.63))), url('../images/windmill-bw-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63)), url('../images/windmill-bw-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columns-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #349400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-12 {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-3 {
  color: #fff;
  font-size: 28px;
}

.submit-button {
  background-color: #349400;
}

.image-13 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.pv-section-line-2 {
  width: 150px;
  height: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #349400;
}

.pv-section-line-2.trucks {
  background-color: #f90218;
}

.pv-yt-video-ligtbox-play-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffe600;
}

.image-14 {
  margin-bottom: -29px;
}

.image-14.absolute-img {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  margin-bottom: -40px;
}

.pv-locationbox {
  padding: 16px;
  border-radius: 10px;
  background-color: #349400;
}

.grid-3 {
  width: 80%;
  margin-right: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-3.g4 {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.spacer {
  height: 30px;
}

.column-40 {
  padding-left: 60px;
}

.pv-back-to-top-link-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 400ms ease, -webkit-transform 200ms ease;
  transition: background-color 400ms ease, -webkit-transform 200ms ease;
  transition: background-color 400ms ease, transform 200ms ease;
  transition: background-color 400ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.pv-back-to-top-link-2:hover {
  background-color: #ffe600;
  -webkit-transform: translate(-50%, -50%) translate(0px, -5px);
  -ms-transform: translate(-50%, -50%) translate(0px, -5px);
  transform: translate(-50%, -50%) translate(0px, -5px);
}

.pv-inner-hero-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  padding-top: 130px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f90218;
  background-image: url('../images/home-hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.pv-inner-hero-2.with-overlap {
  z-index: 5;
  padding-bottom: 140px;
  background-image: url('../images/home-hero-bg.jpg');
  background-size: cover;
}

.pv-inner-hero-pagetitle-location-2 {
  margin-bottom: 10px;
  padding: 5px 15px 3px;
  border-radius: 50px;
  background-color: #ffe600;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.pv-people-list-photo-block {
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  background-image: url('../images/Gordon-Studdy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .pv-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pv-navlink {
    color: #000;
    text-align: right;
  }
  .pv-navlink:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #000;
  }
  .pv-navlink.w--current {
    color: #f90218;
  }
  .pv-navlink.phone-num {
    display: none;
  }
  .pv-navlink.mobile {
    display: block;
  }
  .pv-navlink.with-dropdown {
    padding-right: 10px;
  }
  .pv-navbar-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pv-navmenu {
    left: auto;
    right: 0px;
    width: 100%;
    max-width: 400px;
    background-color: #ffe600;
  }
  .pv-navmenu.desktop {
    display: none;
    z-index: 2;
  }
  .pv-brand {
    width: 100px;
  }
  .pv-menu-button {
    color: #999;
  }
  .pv-menu-button.w--open {
    background-color: #ffe600;
    color: #000;
  }
  .pv-phone-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    line-height: 22px;
    text-decoration: none;
  }
  .pv-container.pv-nav2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .pv-container.navbar-white {
    width: 98%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pv-button.hero-button {
    margin-right: 10px;
    margin-left: 10px;
  }
  .pv-button.pv-download-btn {
    margin-right: 20px;
  }
  .acenter.width60 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .pv-main-hero-photo-holde {
    -webkit-transform: translate(0px, 80px);
    -ms-transform: translate(0px, 80px);
    transform: translate(0px, 80px);
  }
  .pv-home-machine-img {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .pv-nav-sublinks.v2 {
    margin-left: 0px;
    color: #fff;
  }
  .pv-nav-sublinks.v2.pv-currrent-page {
    color: #ffe600;
  }
  .pv-nav-sublinks.v3 {
    width: 100%;
  }
  .pv-navmenu-topbar {
    background-color: #333;
  }
  .pv-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pv-main-menu.trucks {
    padding-right: 11px;
    padding-left: 11px;
  }
  .pv-innerpage-menus {
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pv-innerpage-menu-links {
    width: 100%;
    text-align: left;
  }
  .pv-innerpage-menu-links.with-submenus {
    margin-left: 0px;
  }
  .pv-innerpage-menu-links.with-submenus.v2 {
    color: #fff;
  }
  .pv-innerpage-menu-links.v2 {
    color: #fff;
  }
  .pv-inner-hero {
    padding-bottom: 60px;
  }
  .pv-hero-home2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pv-hero-home2-textblock {
    width: 100%;
    padding-top: 10px;
    padding-right: 0%;
    text-align: center;
  }
  .pv-hero-home2-photoblock {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .pv-hero-home2-photo-img {
    max-width: 80%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .pv-hero-home2-button-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pv-section.black-white {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #349400), color-stop(0, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.67)), to(hsla(0, 0%, 100%, 0.67)));
    background-image: linear-gradient(90deg, #349400 50%, hsla(0, 0%, 100%, 0) 0), linear-gradient(180deg, hsla(0, 0%, 100%, 0.67), hsla(0, 0%, 100%, 0.67));
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .pv-section.black-white.trucks {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(0, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/01-mercedes-benz-trucks-2017-actros-1851-bm-963-3400x1440.jpg');
    background-image: linear-gradient(90deg, #000 50%, hsla(0, 0%, 100%, 0) 0), linear-gradient(180deg, transparent, transparent), url('../images/01-mercedes-benz-trucks-2017-actros-1851-bm-963-3400x1440.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, auto 100%;
    background-repeat: repeat, repeat, no-repeat;
  }
  .pv-section.black-white.trainess {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f90218), color-stop(0, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/IMG_4129.jpg');
    background-image: linear-gradient(90deg, #f90218 50%, hsla(0, 0%, 100%, 0) 0), linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/IMG_4129.jpg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .pv-inner-navmenu {
    color: #888;
  }
  .pv-h2-white.pv-center {
    text-align: center;
  }
  .pv-events-list-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pv-events-list {
    width: 80%;
  }
  .pv-dropdown-list.w--open {
    background-color: #555;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .pv-submenu-traiangle {
    display: none;
  }
  .pv-header-logos-wrap {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
  }
  .pv-header-logos-wrap.v2 {
    border-bottom-color: #333;
  }
  .pv-brand-machinery {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .pv-brand-machinery-logo {
    height: 40px;
  }
  .pv-brand-machinery-logo.v2 {
    -webkit-transform: scale(1.26);
    -ms-transform: scale(1.26);
    transform: scale(1.26);
  }
  .pv-brand-logos {
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .pv-brand-logos.v2 {
    padding-bottom: 5px;
  }
  .pv-brand-johndeere-logo {
    height: 30px;
  }
  .pv-navmenu-white.for-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pv-dropdown-holder {
    width: 100%;
  }
  .pv-call-header-link {
    color: #fff;
    font-size: 16px;
  }
  .pv-call-header-link.for-mobile {
    color: #222;
  }
  .pv-call-header-link.for-mobile.v2 {
    color: #fff;
  }
  .pv-call-holder {
    display: block;
  }
  .pv-call-holder.for-mobile {
    display: block;
  }
  .pv-menu-button-white.w--open {
    background-color: #ffe600;
  }
  .pv-menu-button-white.v2 {
    color: #999;
  }
  .pv-menu-button-white.v2.w--open {
    background-color: #333;
  }
  .pv-gallery-home-list {
    width: 44%;
    margin-right: 3%;
    margin-left: 3%;
    padding-bottom: 40%;
  }
  .pv-hero-history-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pv-hero-2col-coltext {
    width: 100%;
    text-align: center;
  }
  .pv-hero-2col-videocol {
    width: 100%;
    padding-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .pv-navlink-dropdown-icon {
    left: 0px;
    top: 0px;
    right: auto;
  }
  .pv-people-list {
    width: 42%;
    margin-right: 4%;
    margin-left: 4%;
  }
  .pv-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pv-flex-cols {
    width: 100%;
    padding-top: 35px;
  }
  .pv-flex-cols.with-photo {
    padding-top: 0px;
  }
  .pv-flex-cols.v2 {
    width: 46%;
    padding-top: 0px;
  }
  .pv-service-mgr-wrap {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pv-service-mgr-photo-holder {
    width: 100%;
    min-height: auto;
    padding-bottom: 90%;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
  }
  .pv-service-mgr-right {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
  }
  .pv-truck-details-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pv-truck-details-leftphoto {
    width: 100%;
  }
  .pv-truck-details-right-info {
    width: 100%;
    padding-top: 20px;
  }
  .contact-detail {
    font-size: 14px;
  }
  .sm-wrap {
    width: 100%;
  }
  .team-name {
    position: relative;
  }
  .columns-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pv-testimonial-detail-img {
    width: 200px;
    height: 200px;
  }
  .pv-button-2.pv-download-btn {
    margin-right: 20px;
  }
  .div-block-11 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-33 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pv-locationbox {
    margin-bottom: 20px;
  }
  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-22 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .pv-inner-hero-2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .pv-hero-photo-holder {
    padding-top: 40px;
  }
  .pv-hero-green-row {
    padding-top: 50px;
  }
  .pv-container.pv-nav2 {
    width: 98%;
    padding-top: 5px;
  }
  .pv-container.v2 {
    width: 100%;
  }
  .pv-home-col-text-block {
    padding-bottom: 0px;
  }
  .pv-home-col-text-block.v2 {
    padding-bottom: 0px;
  }
  .pv-home-button-holder {
    position: relative;
  }
  .pv-home-col-text {
    display: none;
  }
  .pv-main-hero-photo-holde {
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }
  .pv-brand2 {
    width: 80px;
  }
  .pv-inner-hero {
    padding-top: 100px;
  }
  .pv-brand2-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .pv-section.lightgray-bg {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .pv-section.black-white {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000;
    background-image: none;
  }
  .pv-section.black-white.trucks {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(0, rgba(32, 31, 31, 0.73))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/01-mercedes-benz-trucks-2017-actros-1851-bm-963-3400x1440.jpg');
    background-image: linear-gradient(90deg, #000 50%, rgba(32, 31, 31, 0.73) 0), linear-gradient(180deg, transparent, transparent), url('../images/01-mercedes-benz-trucks-2017-actros-1851-bm-963-3400x1440.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, auto 100%;
    background-repeat: repeat, repeat, no-repeat;
  }
  .pv-section.black-white.trainess {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/IMG_4129.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/IMG_4129.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .pv-section.black-white.homepage-part-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pv-section.black-white.homepage-service-bg {
    background-color: #349400;
  }
  .pv-section.part-section {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .pv-section.with-photo-bg {
    padding-bottom: 50px;
  }
  .pv-section.parts {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #000), color-stop(0, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/IMG_4116A.jpg');
    background-image: linear-gradient(270deg, #000 50%, transparent 0), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/IMG_4116A.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .pv-h1-hero {
    font-size: 30px;
    line-height: 38px;
  }
  .pv-products-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pv-products-list {
    width: 90%;
    margin-bottom: 40px;
  }
  .pv-2col-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pv-2col-texblock {
    padding: 60px 30px;
    text-align: center;
  }
  .pv-2col-texblock.trucks {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pv-2col-photoblock {
    width: 100%;
    padding-top: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: #fff;
  }
  .pv-2col-photoblock.v2 {
    display: none;
  }
  .pv-2col-photoblock.left {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: center;
  }
  .pv-2col-photoblock-overalp-img {
    width: 80%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .pv-part-list-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pv-part-list {
    width: 90%;
    margin-bottom: 50px;
  }
  .pv-part-list-name.trucks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pv-part-list-contacts.left-align {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pv-events-list {
    width: 90%;
  }
  .pv-footer-top-wrap {
    padding-bottom: 0px;
  }
  .pv-footer-top-cols {
    width: 44%;
    padding-bottom: 29px;
  }
  .pv-footer-top-brand {
    width: 100px;
  }
  .pv-hero-history-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pv-inner-hero-pagetitle-location {
    font-size: 18px;
  }
  .pv-people-list-info {
    padding: 30px;
  }
  .pv-people-list-name {
    font-size: 22px;
  }
  .pv-flex-cols.with-photo.v2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #f90218;
  }
  .pv-flex-cols.v2 {
    width: 100%;
    padding: 50px 25px;
  }
  .pv-h2-smaller {
    font-size: 24px;
  }
  .pb-career-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .pv-career-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pv-career-left-cols {
    width: 100%;
  }
  .pv-career-right-cols {
    padding-top: 5px;
    padding-left: 0px;
  }
  .pv-career-topright {
    display: none;
  }
  .pv-flex-fullwidth-col {
    width: 100%;
  }
  .pv-flex-fullwidth-col.width-photo {
    padding-bottom: 66%;
  }
  .pv-white-font.center {
    text-align: center;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-6 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .column-10 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .pv-daimler-lightbox {
    height: 200px;
    margin-bottom: 20px;
  }
  .image-6 {
    min-height: 0px;
    min-width: 350px;
  }
  .columns-3 {
    margin-bottom: 0px;
  }
  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pv-arrow-right {
    display: none;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-post {
    margin-bottom: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .service-area-post {
    margin-bottom: 20px;
  }
  .contact-detail {
    font-size: 16px;
  }
  .pv-s-block {
    margin-bottom: 20px;
  }
  .columns-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .width60 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sm-wrap.new-block {
    width: 100%;
  }
  .map-wrapper {
    margin-bottom: 20px;
  }
  .left {
    text-align: center;
  }
  .column-24 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jd-60-block {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .jd-img2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .jd-img4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .form-2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-28 {
    min-height: 50vh;
  }
  .collection-item-4 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .image-10 {
    max-width: 60%;
  }
  .collection-item-5 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .collection-item-5.collection-home-cs {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .pv-testimonial-detail-img {
    width: 250px;
    height: 250px;
  }
  .column-29 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rich-text-2.pv-white-font {
    margin-bottom: 20px;
  }
  .column-31 {
    height: 50vh;
  }
  .columns-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-32 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-block-10 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-34 {
    min-height: 50vh;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .column-37 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .div-block-12.center {
    width: 100%;
    margin-left: 0%;
    text-align: center;
  }
  .div-block-12.homepage-service-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-38 {
    min-height: 40vh;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .columns-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-14.absolute-img {
    position: relative;
  }
  .grid-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-3.g4 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-40 {
    padding-left: 0px;
  }
  .column-41 {
    margin-bottom: 40px;
  }
  .pv-inner-hero-2 {
    padding-top: 100px;
  }
  .pv-inner-hero-pagetitle-location-2 {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .pv-brand {
    width: 90px;
  }
  .pv-hero-green-row {
    padding-top: 50px;
  }
  .pv-cat-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .pv-button {
    padding-right: 25px;
    padding-left: 25px;
  }
  .pv-button.hero-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pv-button.sm-button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pv-social-net-holder {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pv-social-net-links {
    margin-bottom: 15px;
  }
  .pv-inner-hero {
    padding-top: 100px;
  }
  .pv-hero-home2-textblock {
    padding-top: 0px;
  }
  .pv-hero-home2-button-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pv-products-list {
    width: 96%;
  }
  .pv-products-list-name {
    font-size: 20px;
    line-height: 26px;
  }
  .pv-2col-photoblock {
    padding-top: 35px;
  }
  .pv-part-list {
    width: 96%;
    font-size: 15px;
  }
  .pv-part-list-name {
    font-size: 20px;
  }
  .pv-part-list-address {
    font-size: 14px;
  }
  .pv-events-list {
    width: 100%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pv-events-list-photo-holder {
    width: 80%;
    padding-bottom: 90%;
  }
  .pv-events-list-info-block {
    position: relative;
    bottom: 25px;
    width: 100%;
    padding: 20px 25px;
  }
  .pv-footer-top-cols {
    width: 100%;
  }
  .pv-footer-top-left-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pv-currrent-page {
    display: none;
  }
  .pv-header-logos-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pv-brand-machinery {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .pv-brand-machinery-logo.v2 {
    height: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .pv-brand-logos {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .pvt-top-logos-img {
    height: 30px;
  }
  .pv-gallery-home-list {
    width: 94%;
    padding-bottom: 90%;
  }
  .pv-hero-videoplay {
    width: 80px;
    height: 80px;
  }
  .pv-people-list {
    width: 4292%;
  }
  .pv-yt-video-holder {
    border-width: 8px;
  }
  .pv-testimonials-text {
    font-size: 17px;
    line-height: 32px;
  }
  .pv-form-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pv-form-2cols {
    width: 100%;
  }
  .pv-fields.textarea {
    height: auto;
    min-height: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pb-career-title {
    font-size: 26px;
    line-height: 32px;
  }
  .pv-overlapped-contentbox {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
  }
  .pv-flex-fullwidth-col-innerblock {
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-6 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .pv-daimler-lightbox {
    height: auto;
  }
  .image-6 {
    min-width: auto;
  }
  .pv-quick-confact {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .pv-service-wrapper {
    margin-top: 20px;
  }
  .columns-6 {
    margin-bottom: 0px;
  }
  .width60 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sm-wrap {
    width: 100%;
  }
  .div-block-3 {
    display: none;
  }
  .column-19 {
    min-height: 40vh;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }
  .columns-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-20 {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }
  .column-22 {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  .column-23 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
  .columns-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-24 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-25 {
    margin-bottom: 20px;
  }
  .jd-60-block {
    width: 100%;
  }
  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pv-button-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-39 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pv-inner-hero-2 {
    padding-top: 100px;
  }
}

#w-node-ba17c2b3f6f4-bf25d760 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-5d04fd1c0e68-bf25d760 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-df0d33a49ac1-bf25d760 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-d1f4af6dabea-bf25d760 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-df1ac05caece-bf25d760 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-3d1bd77fe2b7-bf25d760 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-620e059ecd06-bf25d760 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-632a85249577-bf25d760 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-23c990caa42e-bf25d760 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ba17c2b3f6f4-5d3e1c51 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-5d04fd1c0e68-5d3e1c51 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-df0d33a49ac1-5d3e1c51 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-d1f4af6dabea-5d3e1c51 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-df1ac05caece-5d3e1c51 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-3d1bd77fe2b7-5d3e1c51 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-620e059ecd06-5d3e1c51 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-632a85249577-5d3e1c51 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-23c990caa42e-5d3e1c51 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-29a23dbb2197-088d879c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f1316e5084a2-088d879c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-34cf8035d4ff-088d879c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-678bfd6dcf57-088d879c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a951d40496b1-088d879c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}
.pv-brand-johndeere-logo{ margin-top: -35px;}
.pv-brand-machinery .pv-brand-machinery-logo {height: 80px;}
.pv-brand-machinery-logo.v2{height: 50px;}

/*START CSS for Product List Navigation*/
ul#menu-product-menu, ul#menu-product-menu-two {
    list-style: none;
    padding-left: 0;
}
ul#menu-product-menu .sub-toggle, ul#menu-product-menu-two .sub-toggle{ display:none;}
ul#menu-product-menu li, ul#menu-product-menu-two li {
    /* display: inline-block; */
     text-indent: -1em; 
     display: list-item;
    text-align: -webkit-match-parent;
}
ul#menu-product-menu li a, ul#menu-product-menu-two li a{
    color: #349400;
    text-decoration: none;
    font-weight: 600;
}
ul#menu-product-menu li .sub-menu a:before,ul#menu-product-menu-two li .sub-menu a:before {
    /*border-radius: 50%;
    background: green;
    height: 6px;
    width: 6px;
    content: '';
    display: inline-block;
    margin-right: 8px;
    position: initial;*/
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.50rem;
    width: 0.50rem;
    margin-right: 0.5rem;
    background-color: green;
}
ul#menu-product-menu ul.sub-menu, ul#menu-product-menu-two ul.sub-menu {
    list-style: none;
}

/*END CSS for Product List Navigation*/
@media (max-width: 991px) {
/*.w--nav-menu-open {
    position: static;
}*/
.site-navigation.alt2 > ul > li{
    display:block !important;
}
.site-navigation > ul > li:last-of-type{ 
        margin-right: 35px !important;
}
.site-navigation.alt2.n {
    margin-right: 0 !important;
    margin-top: 115px !important;
}
.site-navigation > ul > li.menu-item-has-children::before{
    top: 7px !important;
    color:black !important;
}
.site-navigation.alt2 ul li a{ color:black !important;}
.site-navigation > ul > li .sub-menu{
    
}
.site-navigation ul li .sub-menu li a{
    text-align: right !important;
    padding-right:0 !important;
}
}
@media (max-width: 768px) {
    .pv-brand-johndeere-logo{ margin-top: 0px;}
}
@media (max-width: 480px) {
.pv-footer .column.w-col.w-col-6{ display:block;}
.pv-footer .column.w-col.w-col-6 .w-inline-block{display:block;}
.pv-footer .column.w-col.w-col-6 .image {display: block;width: 50%;float: left;}
.pv-navmenu.desktop{ z-index: 2;}
.pv-brand-johndeere-logo{ margin-top: 14px;height: 40px;}
.pvm-header.white-header .site-navigation > ul > li.menu-item-has-children .sub-toggle{background: #349400 !important; color: #fff !important;}
ul#menu-product-menu .sub-menu, ul#menu-product-menu-two .sub-menu{ display:block;}

.pv-button-2.w-inline-block.v1,.pv-button-2.pv-btn-dw.w-inline-block.v1,a.pv-button-2.redbutton.pv-btn-dw.w-inline-block,.pv-button-2.redbutton.w-inline-block{margin-top: 10px;}
.pv-main-menu.trucks > ul > li.menu-item-has-children .sub-toggle{ color: #fff;
    background: #fd0000;}
}
/******UPDATES 24 APRIL 2020******/
.pv-back-to-top-link {
    display: none;
}
.pv-main-menu.trucks .astm-search-menu {
    display: none;
}
.map-wrapper{ display:flex; margin: 10px 0;}
.PV-machinery-address-Wrapper{    background: #349400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;}
   
.pv-inner-hero.inner-trucks.contact-banner.contact-banner-machinery {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 148, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/shutterstock_258987317.jpg');
  background-image: linear-gradient(180deg, rgba(52, 148, 0, 0.8), rgba(52, 148, 0, 0.8)), url('../images/shutterstock_258987317.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
} 
    
@media (max-width: 480px) {    
    .map-wrapper{ display:block;}
    .PV-machinery-address-Wrapper{width:100%;}
    .pv-footer .pv-social-net-holder{-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: start;
    align-items: center;}
    .pv-footer .acenter .column.w-col.w-col-6 .image{max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    width: initial;
    float: inherit;}
    .pv-footer .acenter .column-2{    display: -ms-flexbox;
    display: grid;
    text-align: center;}
    .pv-brand-machinery .pv-brand-machinery-logo{     height: 50px;}
}
@media (min-width: 991px){
.pv-brand-johndeere-logo { margin-top: -15px;}
}