/***** BEGIN RESET *****/
* {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Poppins", Arial, sans-serif;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0;
}
/***** END RESET *****/



.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .fin-calc-mobile>a {background:#fe0000 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #fe0000 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3, .fin-calc p, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}

.dealer-btns-bottom a {background: #fe0000 !important;}
.page-nav{background-color:#fe0000!important}
.view-listing-details-link i, .view-listing-details-link span,.view-listing-details-link span:hover {color:white !important;}
.search-results {color:#fe0000!important}
.return-links span, .return-links i {color:#fe0000!important;}
.faceted-search-content {background-color: white;}





header,
nav,
article,
footer,
img {
  display: block;
}
body {
  background: #000;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: none;
  font-family: "Poppins", sans-serif;
}

nav .wrap {
	max-width: 100%;
}
.wrap {
  width: 94%;
  margin: 0 auto;
  max-width: 1230px;
}

.clear-it:after {
  content: "";
  display: block;
  clear: both;
}

.column1,
.column2,
.column3,
.column4,
.column5,
.column6,
.column7,
.column8,
.column9,
.column10,
.column11,
.column12 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
}
.column1 {
  width: 8.33333%;
}
.column2 {
  width: 16.66666%;
}
.column3 {
  width: 25%;
}
.column4 {
  width: 33.33333%;
}
.column5 {
  width: 41.66666%;
}
.column6 {
  width: 50%;
}
.column7 {
  width: 58.33333%;
}
.column8 {
  width: 66.66666%;
}
.column9 {
  width: 75%;
}
.column10 {
  width: 83.33333%;
}
.column11 {
  width: 91.66666%;
}
.column12 {
  width: 100%;
}

.col-pad-lt {
  padding: 0 0 0 2%;
}
.col-pad-rt {
  padding: 0 2% 0 0;
}
.col-pad-center {
  padding: 0 1%;
}

.show-tablet,
.show-480,
.show-1024 {
  display: none;
}

/** typography styles **/

/* font-family:'Raleway', sans-serif;
font-family:'Poppins', sans-serif; */

p {
  margin-bottom: 16px;
}
.no-margin {
  margin: 0 !important;
}

.red {
  color: #fe0000;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
h2 {
  font-size: 28px;
  margin-bottom: 14px;
}
h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
h5 {
  font-size: 18px;
  margin-bottom: 7px;
}
h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

a {
  color: #fe0000;
  text-decoration: none;
}
a:hover {
  color: #000;
}

ul.list {
  list-style: disc;
  margin: 0 0 14px 0;
}
ul.list li {
  list-style: disc;
  list-style: inside;
}

/** header/nav styles **/
nav.clear-it {
  width: 100%;
  background: #fe0000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
nav.clear-it ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
nav.clear-it li {
  display: inline-block;
  position: relative;
}
nav.clear-it a:link,
nav.clear-it a:active,
nav.clear-it a:visited {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 0 11px;
  line-height: 40px;
  text-decoration: none;
  margin-left: -4px;
  border-left: 1px #ff4c4c solid;
  border-right: 1px #bf0000 solid;
}
nav.clear-it a:hover {
  background: #bf0000;
}
nav.clear-it li:first-child a {
  margin-left: 0;
}
nav.clear-it li:first-child a:before {
  content: "";
  display: block;
  border-right: 1px #bf0000 solid;
}
nav.clear-it li:last-child a:before {
  content: "";
  display: block;
  border-left: 1px #ff4c4c solid;
}

/* mobile nav */
#mobile-nav .close-nav {
  width: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px #666 solid;
  text-align: right;
}
#mobile-nav .close-nav i {
  margin-right: 15px;
  font-size: 24px;
  cursor: pointer;
}

#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  font-weight: 700;
  background: #000;
  color: #fff;
  margin: 0 !important;
  -moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
}
#mobile-nav ul {
  clear: both;
  display: block;
  padding: 0;
}
#mobile-nav ul li {
  display: block;
  margin: 0;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #666;
}
#mobile-nav ul li a,
#mobile-nav ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
#mobile-nav ul li a:hover {
  background: #fe0000;
  color: #fff;
}

#mobile-nav ul li.expandable .end {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  display: block;
}
#mobile-nav ul li.expandable .end.rotate {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#mobile-nav ul ul.collapsed {
  display: none;
}
#mobile-nav ul ul.expanded {
  display: block;
}

#mobile-nav ul li ul {
  border-bottom: none;
  margin: 0;
  background: #333;
}
#mobile-nav ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
#mobile-nav ul li ul li:last-child {
  border-bottom: none;
}
#mobile-nav ul li ul li a,
#mobile-nav ul li ul li span {
  color: #fff;
  padding-left: 30px;
}
#mobile-nav ul li ul li a:hover {
  background: #fe0000;
  color: #fff;
}

.hero {
  width: 100%;
  display: block;
  border-bottom: 3px #fe0000 solid;
  position: relative;
}

header {
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px 0;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
}
.logo {
  width: 30%;
  float: left;
  margin-right: 10%;
}
.logo img {
  width: 100%;
  height: auto;
  max-width: 233px;
}
.rt-head {
  width: 60%;
  float: left;
  text-align: right;
  margin-top: 20px;
}
.rt-head h4,
.rt-head h6 {
  font-family: "Poppins", sans-serif;
}
.rt-head a {
  color: #000;
  text-decoration: none;
}
.rt-head a:hover {
  color: #fe0000;
}

.cycle-slideshow {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cycle-slideshow div.slide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cycle-slideshow img {
  width: 100%;
  height: auto;
}
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 0;
  width: 5%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 800;
  height: 100%;
  cursor: pointer;
}
.cycle-prev {
  left: 0;
  background: url("../siteart/lt-arrow.png") 50% 60% no-repeat;
  background-size: 30%;
}
.cycle-next {
  right: 0;
  background: url("../siteart/rt-arrow.png") 50% 60% no-repeat;
  background-size: 30%;
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.static-hero {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.static-hero.parts {
  background-image: url("../siteart/parts-hero.jpg");
}
.static-hero.service {
  background-image: url("../siteart/service-hero.jpg");
}
.static-hero.used {
  background-image: url("../siteart/slides/2-r.jpg");
}
.static-hero.rental {
  background-image: url("../siteart/slides/2-r.jpg");
}
.static-hero.contact {
  background-image: url("../siteart/contact-hero.jpg");
}
.static-hero.new {
  background-image: url("../siteart/slides/1-r.jpg");
}
.static-hero.attach {
  background-image: url("../siteart/attach-hero-r.jpg");
}
.static-hero.government {
  background-image: url("../siteart/slides/3-r.jpg");
}
.static-hero.construction {
  background-image: url("../siteart/construction-hero.jpg");
}

/** content styles **/
article {
  width: 100%;
  padding: 50px 0;
  background: url("../siteart/texture.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.yanmar-box {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 35px 7%;
  border: 2px #fe0000 solid;
}
.yanmar-box img {
  width: 100%;
  height: auto;
  margin: 0 auto 25px auto;
  max-width: 267px;
}

.equip-boxes {
  width: 100%;
  display: block;
  border-top: 3px #000 solid;
  border-bottom: 3px #fff solid;
}
.equip-boxes a {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}
.equip-boxes img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 1;
}
.equip-boxes span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  color: #fff;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding: 27% 5% 0 5%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.equip-boxes a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.loc-map {
  display: block;
  margin-bottom: 20px;
}
.loc-map iframe {
  width: calc(100% - 2px);
  height: 300px;
  border: 1px #666 solid;
}

.equip-tile a {
  width: 23%;
  margin: 0 1% 20px 1%;
  float: left;
  background: #000;
  text-align: center;
  position: relative;
  border: 2px #000 solid;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.equip-tile a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 1;
}
.equip-tile a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #fff;
  font-size: 24px;
  font-size: 700;
  padding: 27% 5% 0 5%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.equip-tile a:hover {
  border-color: #ff0000;
}
.equip-tile a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.price-list img {
  width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
}

/** footer styles **/
.foot {
  background: #fe0000;
  padding: 25px 0;
  display: block;
}
.foot p {
  color: #fff;
  font-size: 14px;
}
.foot a {
  color: #fff;
  text-decoration: none;
}
.foot a:hover {
  color: #000;
}

.foot-nav li {
  font-size: 14px;
}

footer {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
.copyright {
  color: #fff;
  font-size: 12px;
}

/** form styles **/
#formpage label {
  display: block;
  margin-bottom: 3px;
}
#formpage input {
  width: calc(100% - 12px);
  padding: 6px 5px;
  border: 1px solid #8e8d8d;
  color: #333;
  font-size: 12px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#formpage textarea {
  width: calc(100% - 12px);
  padding: 6px 5px;
  border: 1px solid #8e8d8d;
  color: #333;
  font-size: 12px;
  height: 120px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#formpage select {
  width: calc(100% - 2px);
  border: 1px solid #8e8d8d;
  color: #333;
  vertical-align: middle;
  font-size: 12px;
  line-height: normal;
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#formpage input.checkbox {
  padding: 0;
  border: 0;
  margin: 0 5px 0 0;
  width: 13px;
  height: 13px;
  display: inline;
  background-color: #fff;
}
#formpage input.radio {
  padding: 0;
  border: 0;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  display: inline;
}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
  background: #fff;
  color: #000;
  border: 1px solid #16598d;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
  background: none;
  border: 0;
  outline-style: none;
}

#formpage input.button,
#formpage input.button:focus {
  width: 100%;
  margin: 0;
  padding: 7px 0;
  background: #000;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
}
#formpage input.button:hover {
  background: #fe0000;
  color: #fff;
}

/*control the Captcha */
.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: center;
  line-height: normal !important;
}
.CaptchaImagePanel {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.CaptchaImagePanel img {
  width: 100%;
  height: auto;
  max-width: 160px;
  margin: 0 auto;
}
.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 16px;
}
.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}
.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 5px 0;
  padding: 8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {
  color: #000;
}
.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/** responsive styles **/
@media screen and (max-width: 1451px) {
 nav.clear-it a:link, nav.clear-it a:active, nav.clear-it a:visited {
   padding: 0 5px;
	 font-size: 15px;
  }
}

@media screen and (min-width: 1281px) {
  #mobile-nav {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .equip-boxes span {
    padding: 22% 5% 0 5%;
  }
	 .hide-1024 {
    display: none !important;
  }
	
	  #simple-menu {
    float: left;
    height: 40px;
    width: 80px;
    display: block;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
  }
  nav.clear-it a:link,
  nav.clear-it a:active,
  nav.clear-it a:visited {
    font-size: 18px;
    border-left: none;
    border-right: none;
    padding: 0 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 1210px) {
  nav.clear-it a:link,
  nav.clear-it a:active,
  nav.clear-it a:visited {
    font-size: 14px;
    padding: 0 7px;
  }
  .cycle-prev .cycle-next {
    background-size: 40%;
  }
}

@media screen and (max-width: 1024px) {
 
  .show-1024 {
    display: block;
  }

  .column6-ht:nth-of-type(odd) {
    clear: left;
    content: "";
    display: block;
  }

  .column1-ht {
    width: 8.33333%;
  }
  .column2-ht {
    width: 16.66666%;
  }
  .column3-ht {
    width: 25%;
  }
  .column4-ht {
    width: 33.33333%;
  }
  .column5-ht {
    width: 41.66666%;
  }
  .column6-ht {
    width: 50%;
  }
  .column7-ht {
    width: 58.33333%;
  }
  .column8-ht {
    width: 66.66666%;
  }
  .column9-ht {
    width: 75%;
  }
  .column10-ht {
    width: 83.33333%;
  }
  .column11-ht {
    width: 91.66666%;
  }
  .column12-ht {
    width: 100%;
  }

  .col-pad-lt-ht {
    padding: 0 0 0 2%;
  }
  .col-pad-rt-ht {
    padding: 0 2% 0 0;
  }
  .col-pad-center-ht {
    padding: 0 1%;
  }
  .col-pad-clear-ht {
    padding: 0;
  }



  .cycle-prev,
  .cycle-next {
    background-size: 40%;
  }

  .static-hero {
    height: 350px;
  }
  .equip-boxes span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .column1-vt {
    width: 8.33333%;
  }
  .column2-vt {
    width: 16.66666%;
  }
  .column3-vt {
    width: 25%;
  }
  .column4-vt {
    width: 33.33333%;
  }
  .column5-vt {
    width: 41.66666%;
  }
  .column6-vt {
    width: 50%;
  }
  .column7-vt {
    width: 58.33333%;
  }
  .column8-vt {
    width: 66.66666%;
  }
  .column9-vt {
    width: 75%;
  }
  .column10-vt {
    width: 83.33333%;
  }
  .column11-vt {
    width: 91.66666%;
  }
  .column12-vt {
    width: 100%;
  }

  .col-pad-lt-vt {
    padding: 0 0 0 2%;
  }
  .col-pad-rt-vt {
    padding: 0 2% 0 0;
  }
  .col-pad-center-vt {
    padding: 0 1%;
  }
  .col-pad-clear-vt {
    padding: 0;
  }

  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }

  body {
    font-size: 14px;
  }
  p {
    margin-bottom: 14px;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  h5 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  h6 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .mobile-contact {
    float: right;
  }

  .logo {
    width: 30%;
    margin: 0 35%;
  }

  .cycle-prev,
  .cycle-next {
    width: 7%;
    background-position: 50% 75%;
  }

  article {
    padding: 40px 0;
  }
  .main-content {
    text-align: center;
  }
  .yanmar-box {
    border: none;
    border-bottom: 2px #fe0000 solid;
    background: #fff;
    padding: 15px 3%;
  }
  .yanmar-box img {
    width: 60%;
    margin-bottom: 12px;
  }

  .equip-boxes a {
    width: 33.33333%;
  }
  .equip-tile a {
    width: 31.33333%;
  }

  .foot .column4:nth-of-type(3) {
    clear: left;
    margin-top: 20px;
  }
  .foot p,
  .foot-nav li {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .column1-hp {
    width: 8.33333%;
  }
  .column2-hp {
    width: 16.66666%;
  }
  .column3-hp {
    width: 25%;
  }
  .column4-hp {
    width: 33.33333%;
  }
  .column5-hp {
    width: 41.66666%;
  }
  .column6-hp {
    width: 50%;
  }
  .column7-hp {
    width: 58.33333%;
  }
  .column8-hp {
    width: 66.66666%;
  }
  .column9-hp {
    width: 75%;
  }
  .column10-hp {
    width: 83.33333%;
  }
  .column11-hp {
    width: 91.66666%;
  }
  .column12-hp {
    width: 100%;
  }

  .col-pad-lt-hp {
    padding: 0 0 0 2%;
  }
  .col-pad-rt-hp {
    padding: 0 2% 0 0;
  }
  .col-pad-center-hp {
    padding: 0 1%;
  }
  .col-pad-clear-hp {
    padding: 0;
  }

  header {
    padding: 10px 0;
  }
  .logo {
    width: 36%;
    margin: 0 32%;
  }
  .logo img {
    max-width: 180px;
  }

  .cycle-slideshow {
    height: 270px;
  }
  .static-hero {
    height: 250px;
  }

  article {
    padding: 25px 0;
  }
  .loc-map iframe {
    height: 200px;
  }
  .equip-tile a span {
    font-size: 18px;
  }

  footer {
    padding: 10px 0;
  }

  #formpage input,
  #formpage textarea,
  #formpage select {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 480px) {
  .column1-vp {
    width: 8.33333%;
  }
  .column2-vp {
    width: 16.66666%;
  }
  .column3-vp {
    width: 25%;
  }
  .column4-vp {
    width: 33.33333%;
  }
  .column5-vp {
    width: 41.66666%;
  }
  .column6-vp {
    width: 50%;
  }
  .column7-vp {
    width: 58.33333%;
  }
  .column8-vp {
    width: 66.66666%;
  }
  .column9-vp {
    width: 75%;
  }
  .column10-vp {
    width: 83.33333%;
  }
  .column11-vp {
    width: 91.66666%;
  }
  .column12-vp {
    width: 100%;
  }

  .col-pad-lt-vp {
    padding: 0 0 0 2%;
  }
  .col-pad-rt-vp {
    padding: 0 2% 0 0;
  }
  .col-pad-center-vp {
    padding: 0 1%;
  }
  .col-pad-clear-vp {
    padding: 0;
  }

  .hide-480 {
    display: none;
  }
  .show-480 {
    display: block;
  }

  .cycle-prev,
  .cycle-next {
    width: 10%;
  }

  .yanmar-box h3 {
    font-size: 18px;
  }
  .equip-boxes a {
    width: 50%;
  }
  .equip-tile a {
    width: 48%;
  }

  .foot .column4:nth-of-type(2) {
    margin-top: 20px;
  }
  .foot .column4:nth-of-type(3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .logo {
    width: 50%;
    margin: 0 25%;
  }
}
@media screen and (max-width: 320px) {
}
