﻿/***** BEGIN RESET *****/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Exo 2', sans-serif;
}

ol,
ul {
  list-style: none;
}

body,
html {
  height: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address,
img {
  display: block;
}

/***** END RESET *****/
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-top: 20px;
}

ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #000;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

ul.breadcrumb li a:hover {
  color: #000;
  text-decoration: underline;
}

body {
  -webkit-text-size-adjust: none;
  background: url("../siteart/whitediamond.png") repeat;
  background-attachment: fixed;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

strong {
  font-weight: 700;
}

p,
ul li {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.5em;
}

ul.emp li {
  margin-left: 25px;
  list-style: disc;
  line-height: 1.7em;
}

ol.vision li {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.7em;
  margin-left: 25px;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
  color: #E61C22;
}

a:hover {
  text-decoration: underline;
  color: #E61C22;
}

hr {
  border: 1px solid #98999a;
}

/* header styles */
header {
  max-width: 100%;
  height: auto;
  background: #E61C22 url("/siteart/redpattern.png") repeat;
}

.header {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  float: left;
  background: #E61C22 url("/siteart/redpattern.png") repeat;
	
}

#header-skew {
  width: 30%;
  height: auto;
  -webkit-transform: skewX(20deg) skewY(0deg);
  -moz-transform: skewX(20deg) skewY(0deg);
  -o-transform: skewX(20deg) skewY(0deg);
  transform: skewX(20deg) skewY(0deg);
  transform-origin: bottom right;
  background: #000;
  overflow: hidden;
  position: relative;
}

.logo {
  padding: 10px 10%;
  max-width: 100%;
  height: auto;
  -webkit-transform: skewX(-20deg) skewY(0deg);
  -moz-transform: skewX(-20deg) skewY(0deg);
  -o-transform: skewX(-20deg) skewY(0deg);
  transform: skewX(-20deg) skewY(0deg)
}

.logo img {
  max-width: 100%;
  height: auto;
}

/* section 1 */
.img {
  height: 600px;
  -webkit-transform: skewX(-20deg) skewY(0deg);
  -moz-transform: skewX(-20deg) skewY(0deg);
  -o-transform: skewX(-20deg) skewY(0deg);
  transform: skewX(-20deg) skewY(0deg);
  transform-origin: bottom right;
}

#main-skew {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  background: #000;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewX(20deg) skewY(0deg);
  -moz-transform: skewX(20deg) skewY(0deg);
  -o-transform: skewX(20deg) skewY(0deg);
  transform: skewX(20deg) skewY(0deg);
  transform-origin: bottom right;
}

.mainimage {
  max-width: 70%;
  width: 100%;
  display: inline-block;
  height: auto;
  position: absolute;
  z-index: 2;
  vertical-align: top;
}

.non-skew {
  max-width: 45%;
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  z-index: 0;
  vertical-align: top;
  float: right;
}

.non-skew:hover {
  cursor: pointer;
}

.mbtop {
  height: 300px;
  width: 100%;
  background: #000 url("../siteart/products.png") no-repeat;
  position: relative;
  border: 1px solid #E61C22;
  box-sizing: border-box;
}

.mbbottom {
  height: 300px;
  width: 100%;
  background: #000 url("../siteart/used.png") no-repeat;
  position: relative;
  border: 1px solid #E61C22;
  box-sizing: border-box;
}

.mbtop .centered,
.mbbottom .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #fff;
  font-size: 2em;
}

.mbtop:hover .centered,
.mbbottom:hover .centered {
  color: #E61C22;
}

.mainimage .centered {
  position: absolute;
  left: 25%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #fff;
  font-size: 3em;
  -webkit-transform: skewX(-20deg) skewY(0deg);
  -moz-transform: skewX(-20deg) skewY(0deg);
  -o-transform: skewX(-20deg) skewY(0deg);
  transform: skewX(-20deg) skewY(0deg);
}

.skewrightimg img,
.skewleftimg img {
  max-width: 100%;
  height: auto;
}

/* skew on left */
.skewleftimg {
  max-width: 100%;
  height: auto;
  -webkit-transform: skewX(-20deg) skewY(0deg);
  -moz-transform: skewX(-20deg) skewY(0deg);
  -o-transform: skewX(-20deg) skewY(0deg);
  transform: skewX(-20deg) skewY(0deg);
  transform-origin: bottom right;
}

#skewleft {
  width: 100%;
  height: auto;
  background: #000;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewX(20deg) skewY(0deg);
  -moz-transform: skewX(20deg) skewY(0deg);
  -o-transform: skewX(20deg) skewY(0deg);
  transform: skewX(20deg) skewY(0deg);
  transform-origin: bottom right;
}

.skewleft {
  max-width: 50%;
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  vertical-align: top;
}

.non-skewleft {
  max-width: 50%;
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  vertical-align: top;
  float: right;
  text-align: right;
}

/* skew on right */
.skewrightimg {
  max-width: 100%;
  height: auto;
  -webkit-transform: skewX(20deg) skewY(0deg);
  -moz-transform: skewX(20deg) skewY(0deg);
  -o-transform: skewX(20deg) skewY(0deg);
  transform: skewX(20deg) skewY(0deg);
  transform-origin: bottom left;
}

#skewright {
  width: 100%;
  height: auto;
  background: #000;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewX(-20deg) skewY(0deg);
  -moz-transform: skewX(-20deg) skewY(0deg);
  -o-transform: skewX(-20deg) skewY(0deg);
  transform: skewX(-20deg) skewY(0deg);
  transform-origin: bottom left;
}

.skewright {
  max-width: 50%;
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  vertical-align: top;
}

.non-skewright {
  max-width: 50%;
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  vertical-align: top;
  float: left;
}

/* inventory styles */
.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: #BA161C !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: #BA161C !important;
}

.search-results,
.compare-listings-container .compare-container .compare-price {
  color: #BA161C !important
}

.list-content .list-title .list-listings-count,
.list-content .price-container .price,
.bread-crumbs-heading .return-links .return-links-link i,
.bread-crumbs-heading .return-links .return-links-link span {
  color: #BA161C !important;
}

.list-content .list-container .buy-now-link,
.list-content .list-container .contact-btn,
.list-content .list-container .check-availability,
.list-content .list-container .email-seller,
.list-content .list-container .video-chat,
.list-content .list-container .facebook-messenger,
.list-content .list-container .whatsapp,
.list-content .list-container .text,
.faceted-search-content .faceted-section-box .faceted-search,
.detail-content-mobile .detail-contact-bar .contact-bar-btn {
  background: #000 !important;
  font-weight: bold !important;
  border-radius: 2px !important;
}

.view-listing-details-link:hover,
.buy-now-link:hover,
.faceted-search-content .faceted-section-box .faceted-search:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.compare-listings-container .compare-container .button:hover {
  background: #e8e7e6 !important;
  color: #000 !important;
  text-decoration: none !important;
}

.detail-content-mobile .contact-options a {
  background: #BA161C !important;
  color: #fff !important;
  border-radius: 2px !important;
}

.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {
  background: #000 !important;
  border-radius: 2px !important;
}

.view-listing-details-link,
.buy-now-link,
.faceted-search-content .selected-facets-container .selected-facet,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.compare-listings-container .compare-container .button,
.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button,
.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input,
.modal-container .form-bottom .captcha-and-submit .captcha-placeholder button,
.modal-container .form-bottom .captcha-and-submit .captcha-placeholder input {
  background: #BA161C !important;
  font-weight: bold !important;
  color: #fff !important;
  border-radius: 2px !important;
}

.detail-content-mobile .contact-options a {
  background: #000 !important;

}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container:first-child label {
  padding: 0 !important;
}

.compare-chkbox-container .compare-listings .fa-check {
  top: 17px !important;
  left: 6px !important;
}

.fin-calc span,
.compare-checked,
.currency-selector,
.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3 {
  color: #000 !important;
}

.compare-listings-container .compare-container .button {
  width: auto !important;
}

.compare-checked:hover,
.list-content .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count {
  color: #BA161C !important;
}

.media-buttons .print-this,
.media-buttons .email-this,
.detail-content .dealer-info .phone-and-email .send-email-btn {
  border-radius: 2px !important;
  border-color: #BA161C !important;
  color: #BA161C !important;
  background: transparent !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  border-color: #000 !important;
  color: #000 !important;
}
.mobile-option-bar .mobile-option-bar-filter{color: #000!important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label {
  padding: 0 0px 0 10px !important;
}

/* form styles */
* {
  box-sizing: border-box;
}

input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-family: 'Exo 2', sans-serif;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #E61C22;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-family: 'Exo 2', sans-serif;
}

input[type=submit]:hover {
  background-color: #98999a;
  color: #fff;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.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;
  display: inline-block;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 0 0;
  padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: #000;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

@media screen and (max-width: 600px) {

  .col-25,
  .col-75,
  input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/*media page */
.media-wrapper {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: left;
  align-items: baseline;
  align-content: center;
  flex-wrap: wrap;
}

.section {
  width: 25%;
  margin-bottom: 20px;

}

.section p {

  padding-top: 6px !important;

}

.section img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.54);
}

.section p {
  text-align: center !important;
}

/* spotlight tiles styles */
.fourbt a:link,
.fourbt a:active,
.fourbt a:visited {
  text-decoration: none;
  color: #fff;
}

.fourbt a:before {
  content: '';
  background: #00000070;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
}

.fourbt a:hover {
  text-decoration: underline;
  color: #fff;
}

.fourbt {
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.5em;
  display: block;
  float: left;
  width: 25%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box !important;
  background: #000;
}

.fourbt img {
  max-width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  border: 1px solid #E61C22;
}

.fourbt:hover img {
  opacity: 0.3;
  cursor: pointer;
}

.fourbt:hover {
  opacity: 1;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 4;
}

.centered span {
  font-weight: 300;
}

.dallesport {
  background-image: url("../siteart/steel-mill.jpg");
  max-height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  max-width: 100%;
}

.dallesport h1 {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 3em;
}

.dallesport p {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
}

.anaconda {
  background-image: url("../siteart/anaconda/anaconda.png");
  max-height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  max-width: 100%;
}

.anaconda h1 {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 3em;
}

.anaconda p {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
}

.appraisals {
  background-image: url("../siteart/Appraisals.jpg");
  max-height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  max-width: 100%;
}

.appraisals h1 {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 3em;
}

.appraisals p {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
}

.re-manu {
  background-image: url("../siteart/re-manu/Equipment-Remanufacturing-1.jpg");
  max-height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  max-width: 100%;
}

.re-manu h1 {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 3em;
}

.re-manu p {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
}

.inv-main {margin: auto; padding: 3% 0px;}

.wrapper {
  width: 80%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 3% 0px;
  overflow: hidden;
  box-sizing: border-box;
}

.onecols {
  width: 25%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

.onecols img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.twocols {
  width: 75%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
}

.halfcols {
  width: 50%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
}

.paddd {
  padding-right: 15px;
}

.highlights {
  background: #f5f5f5;
  border: 1px solid #ddd;
  width: 31%;
  padding: 1%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 0px 1%;
}

.highlights img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

.highlights h3 {
  color: #E61C22;
}

.fivecols {
  width: 20%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
}

.button {
  display: inline-block;
  background-color: #E61C22;
  border: 1px solid #ddd;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.3em;
  padding: 10px 15px;
  max-width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-weight: 700;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

footer {
  max-width: 100%;
  height: auto;
  background: #E61C22 url("../siteart/redpattern.png") repeat;
  color: #fff;
}

footer p {
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.4em;
}

.fivecols i {
  padding-right: 10px;
}

footer a:link,
footer a:active,
footer a:visited {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  text-decoration: none;
  color: #98999a;
}

.hosted-content .dealers-list-wrapper .control-box input[type='text'],
.hosted-content .listings-wrapper .control-box input[type='text'] {
  width: auto;
}

.hosted-content .pagination>.drop-down-form select,
.hosted-content .pagination-blog>select {
  width: auto;
}

.hosted-content .red,
.hosted-content .redtext,
.hosted-content .field-validation-error {
  font-size: 16px;
}

.gallery-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.gallery-wrap img {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.list-top-section .list-listings-count{
color: #BA161C!important;	
}

/************************************************ Responsive Styles **/

@media screen and (min-width: 1000px) {
  .margin-top-neg {
    margin-top: -77px;
  }
}

@media screen and (max-width: 1680px) {


  .non-skew {
    max-width: 52%
  }

  .mbtop .centered,
  .mbbottom .centered {
    left: 70%;
  }
}

@media screen and (max-width: 1641px) {
  .media-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 1480px) {


  .img {
    width: auto;
    height: 500px;
  }

  .mbtop {
    height: 250px;
  }

  .mbbottom {
    height: 250px;
  }
}

@media screen and (max-width: 1280px) {

  .non-skew {
    max-width: 55%
  }
}

@media screen and (max-width: 1180px) {

  .non-skew {
    max-width: 57%
  }

  .media-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }

  .section {
    width: 45%;
    display: inline-block;
    margin-bottom: 20px;
  }

  .section img {
    margin-bottom: 5px;
    max-width: 300px;
  }

  .gallery-wrap img {
    width: 48%;
  }

}

@media screen and (max-width: 1024px) {

  .wrapper {
    padding: 5% 0px;
  }

  .mainimage {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
  }

  .mainimage img {
    max-width: 100%;
    height: auto;
  }

  .img {
    height: auto;
  }

  .mainimage .centered {
    left: 25%;
    top: 40%;
    font-size: 2em;
    -webkit-transform: skewX(0deg) skewY(0deg);
    -moz-transform: skewX(0deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
  }

  .img {
    padding-left: 0;
    -webkit-transform: skewX(0deg) skewY(0deg);
    -moz-transform: skewX(0deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
  }

  #main-skew {
    margin: 0 0 0 0;
    -webkit-transform: skewX(0deg) skewY(0deg);
    -moz-transform: skewX(0deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
  }

  .non-skew {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    float: none;
  }

  .mbtop {
    height: 200px;
  }

  .mbbottom {
    height: 200px;
  }

  .dallesport {
    background-attachment: scroll;
  }

  .dallesport h1 {
    font-size: 2em;
  }

  .dallesport p {
    font-size: 1.2em;
  }

  .skewleftimg {
    -webkit-transform: skewX(0deg) skewY(0deg);
    -moz-transform: skewX(0deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
    transform-origin: bottom right;
  }

  #skewleft {
    -webkit-transform: skewX(0deg) skewY(0deg);
    -moz-transform: skewX(0deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
    transform-origin: bottom right;
  }

  .skewleft {
    max-width: 100%;
  }

  .non-skewleft {
    max-width: 100%;
    float: none;
    text-align: left;
  }

  /* skew on right */
  .skewrightimg {
    -webkit-transform: skewX(0deg) skewY(0deg);
    -moz-transform: skewX(0deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
    transform-origin: bottom left;
  }

  #skewright {
    -webkit-transform: skewX(0deg) skewY(0deg);
    -moz-transform: skewX(0deg) skewY(0deg);
    -o-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg);
    transform-origin: bottom left;
  }

  .skewright {
    max-width: 100%;
  }

  .non-skewright {
    max-width: 100%;
    float: none;
  }

  .skewrightimg img,
  .skewleftimg img {
    border: 1px solid #555;
  }

  .mbtop .centered,
  .mbbottom .centered {
    left: 50%;
  }

  .fivecols {
    font-size: 14px;
  }

  .highlights {
    width: 100%;
    margin: 1% 0;
    text-align: center;
  }

  .highlights img {
    display: inline-block;
  }
}

@media screen and (max-width: 856px) {
  .section {
    width: 100%;
  }
}



@media screen and (max-width: 767px) {
  .fivecols {
    width: 50%;
    margin-bottom: 15px;
  }

  .halfcols {
    width: 100%;
  }

  .paddd {
    padding-right: 0px;
  }

  .onecols {
    width: 100%;
  }

  .twocols {
    width: 100%;
  }

  .mbtop {
    height: 100px;
  }

  .mbbottom {
    height: 100px;
  }

  .mbtop .centered,
  .mbbottom .centered {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 500px) {
	#header-skew {
		width: 70%;}
  .fourbt {
    font-size: 1.2em;
    width: 50%;
  }

  .fivecols {
    width: 100%;
  }

  .mainimage .centered {
    left: 25%;
    top: 25%;
    font-size: 1.3em;
  }

  .button {
    width: 100%;
  }

  .gallery-wrap img {
    width: 100%;
    margin-right: 0;
  }
}