html {
  overflow-y: scroll;
}

body {
    overflow: hidden;
}
h1 {
  font-weight: 100;
  letter-spacing: 1px;
}
h3 {
  letter-spacing: 1px;
  font-weight: 100;
}
.nav {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-style: italic;
}
ul {
  margin: 0px;
  padding: 0px;
}
.menu {
  display: none;
}
.menu ul {
  min-width: 100%;
  text-align: center;
}
.slicknav_menu {
  display: block;
}

.slicknav_parent img {
  display: none;
}

.slicknav_nav a {
  padding: 0px 10px!important; 
}
#top-wrap {
  display: none;
}
.menutop {
  width: 600px;
  float: left;
}
/* SEARCH RESULTS PAGE CSS */
.comwrap .search {
  display: grid;
  width: 75vw;
  margin: 0 auto;
  /*background-color: rgba(0,0,0,0.2);*/
}

/*#searchForm {
  padding-top: 90px;
}

.search .pagination {
  padding-bottom: 30px;
}*/


.searchsearch_bar {
    position: absolute;
    top: 18px;
    right: 85px;
}

form.form-inline {
    transform: skewX(-24deg);
}

.search {
    padding-top: 120px;
}

button.btn.hasTooltip {
    padding: 7px 20px;
    color: white;
    transform: skewx(-24deg);
}

input#mod-search-searchword115 {
    height: 25px;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 150px;
}

input#mod-search-searchword115::placeholder {
    color: #ccc;
    padding-left: 10px;
    font-size: 20px;
}


.pagination {
  padding-bottom: 40px;
  font-size: 18px;
}

.pagination ul {
  list-style: none;
  display: block;
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.pagination-start span, .pagination-prev span, .pagination-next span, .pagination-end span {
  display: none;
}

.result-text {
  padding-bottom: 10px;
}

.result-created, .result-category {
  display: none;
}

/* PRODUCT PAGE CSS */
.option-wrapper:hover p {
  text-align: inherit;
  font-size: 15px;
}

#colors-wrapper .color-title {
  color: #fff;
}


/* DEALER PAGE CSS */
.dealer h3 {
  color: #000;
}

#menu-wrap {
  background-repeat: repeat-x;

  position: fixed;
  z-index: 30;
  width: 100%;
}

#menu-wrap .wrap {
  width: 100%;
  height: fit-content;
  background: #1d3362; /* Old browsers */
  background: -moz-linear-gradient(left, #1d3362 0%, #091120 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1d3362 0%,#091120 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1d3362 0%,#091120 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3362', endColorstr='#091120',GradientType=1 ); /* IE6-9 */
  height: 65px;
}

#logo {
  background: #000000;
  background: -moz-linear-gradient(left, #000000 0%, #414141 100%);
  background: -webkit-linear-gradient(left, #000000 0%,#414141 100%);
  background: linear-gradient(to right, #000000 0%,#414141 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#414141',GradientType=1 );
  transform: skewx(-24deg);
  width: 35vw;
  height: 113px;
  margin-left: -25px;
  display: block;
  float: left;
  margin-right: 25px;
}

#logo img {
  width: 27vw;
  margin-top: 20px;
  margin-left: 100px;
  transform: skewx(24deg);
}

#logo img:hover {
  opacity: .95;
}

/* MEGA MENU CSS */

.trailerMegaMenu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 62px;
  background: #fff;
  padding-top: 45px;
}

.trailerMegaMenuOption {
  display: none;
}

.trailerMegaMenuModel {
  width: 260px;
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  padding-top: 30px;
}

.trailerMegaMenuModel img {
  width: 100%;
}

.trailerMegaMenuModel span {
  font-family: 'kanit';
  font-style: italic;
  color: #064A84;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
}

.trailerMegaMenuModelDesc {
  display: block;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  padding: 0px;
  width: 100%;
}

.trailerMegaMenuModelDesc p {
    text-transform: none;
    font-weight: 400;
    margin: 0;
    line-height: .9;
    font-size: 10pt;
}

.trailerMegaMenuSelectionActive {
  color: #990000 !important;
}

.trailerMegaMenuModel a {
  position: relative;
}

#menuAlumIcon, #menuSteelIcon {
  position: absolute;
  width: 44px;
  height: auto;
  left: 0;
  top: 0;
}

.item-102 ul {
  //padding-left: 0px !important;
}



.item-102 ul li ul {
  margin-top: 0px !important;
}

.icon_steel {
    width: 60px;
    height: 60px;
    background-image: url(/ahimages/steelIcon.png);
    background-size: cover;
    position: absolute;
    top: 194px;
    margin-left: -40px;
}

.icon_aluminium {
    width: 60px;
    height: 60px;
    background-image: url(/ahimages/alumIcon.png);
    background-size: cover;
    position: absolute;
    top: 194px;
    margin-left: -40px;
}


/* DEALER MENU CSS */

.dealerMenu {
  display: block;
  position: absolute;
  left: -9px;
  bottom: -44px;
  background: #252525;
  background: -moz-linear-gradient(left,#252525 0%,#e0e0e0 100%);
  background: -webkit-linear-gradient(left,#252525 0%,#e0e0e0 100%);
  background: linear-gradient(to right,#252525 0%,#e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525',endColorstr='#e0e0e0',GradientType=1 );
  width: 30vw;
  z-index: -1;
  text-align: right;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  color: #fff;
  font-family: 'kanit';
  text-transform: uppercase;
  transform: skewx(-24deg);
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
}

.dealerMenuTitle {
  display: inline-flex;
  position: relative;
  top: 8px;
}

.dealerMenuZip {
  display: inline-flex;
  position: relative;
  top: 8px;
}

.dealerMenuButton {
  display: inline-flex;
}


.find-dealer .dealerMenu {
    display: none;
}
input#zip {
    color: grey;
    width: 120px;
}

input#homezip {
  color: grey;
}
button {
    background: #990000;
}

.dealer_btn {
    transform: skewx(-24deg);
    position: absolute;
    top:15px;
    left: -10px;
}

a.dealer_btn {
    background: #990000;
    padding: 13px 80px;
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.item-page button {
    color: white;
    padding: 3px;
}

.hero-wrap {
  height: 500px!important;
  position: relative;
  top: -25px;
  background-size: cover;
  background-position-y: -15vw;
  background-repeat: no-repeat;
}

.hero-wrap .wrap {
  /*float: right;*/
  width: 75vw;
  padding-top: 50px;
}

.hero-wrap h1 {
  font-family: 'Kanit', sans-serif;
  color: #ffffff;
  font-style: italic;
  text-transform: uppercase;
  font-size: 2em;
  padding-top: 201px;
  margin: 0px;
  padding-left: 20px;
  text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}
.hero-wrap p {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #0A8ADF;
  margin: 5px;
  padding-left: 15px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: -14px;
  font-style: italic;
  text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}

.hero-wrap .heroTrailer {
  width: 23vw;
  position: absolute;
  height: auto;
  z-index: 1;
  bottom: 145px;
  max-width: 430px;
}

.hero-wrap a.btn {
  line-height: 42px;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.hero-wrap a.btn:hover {
  text-decoration: underline;
}
.hero-wrap a.btn::before {
  content: url(/ahimages/headarrow.png);
  vertical-align: text-top;
  padding-right: 10px;
}

.heroshelf {
    background: url(/ahimages/fadebackground.png);
    background-size: cover;
    width: 110vw;
    height: auto;
    min-height: 300px;
    margin-top: 140px;
}

.shelf-wrap {
  display: inline-flex !important;
  background-size: 150% !important;
  margin-top: -265px !important;
  height: 275px !important;
  width: 100%;
  background-position-x: 65%;
}

.shelf-wrap .wrap {
  display: none;
}

.view-action-container {
  margin: 0 auto;
  /*width: 1440px;*/
  height: 600px;
}
.viewAction {
  clear: both;
}

.view-action-header {
  text-align: center;
  font-family: 'Kanit';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 45px;
}

.view-action-header span {
  font-style: italic;
  color: #0A8ADF;
}

.slick-slide {
  width: 350px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.5;
}

.slick-active {
  opacity: 1;
}

.view-action-slide {
  transform: skewX(-15deg);
}

.view-action-slide.slick-slide.slick-active a {
    text-decoration: none;
}

.view-action-title {
  text-align: center;
  font-family: 'Kanit';
  text-transform: uppercase;
  background: #0A8ADF;
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
}

.view-action-title-content {
  transform: skewX(15deg);
}

.view-action-background {
  height: 35vh;
  background-color: #cccccc;
}

.view-action-background.racing {
    background-image: url(/ahimages/racing.jpg);
    background-position: center center;
}

.view-action-background.car {
    background-image: url(/ahimages/car.jpg);
    background-position: center center;
}

.view-action-background.cargo {
    background-image: url(/ahimages/cargo.jpg);
    background-position: center center;
}

.view-action-background.aluminum {
    background-image: url(/ahimages/atv.jpg);
    background-position: center center;
}

.blue-wrap {
  background: url('/ahimages/bluePaper.png');
  background-size: 106%;
  background-repeat: no-repeat;
  background-position-x: -1vw;
  height: auto;
  padding-top: 90px;
}

.blue-container {
  height: 100%;
  background-color: #1e3565;
}

.blue-container .custom {
  display: inline-flex;
  width: 49%;
  color: #ffffff;
}

.blue-content {
  padding: 30px 150px;
  text-align: center;
}

.blue-title {
  font-family: 'Kanit';
  text-transform: uppercase;
  font-size: 2.5vw;
  font-weight: 600;
}

.blue-title span {
  font-style: italic;
  color: #0A8ADF;
}

.blue-img img {
  width: 100%;
}

.blue-text {
  text-align: center;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blue-button {
  background: url('/ahimages/red-button.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: fit-content;
  display: inline-block;
}

.blue-button div {
  font-size: 25px;
  text-transform: uppercase;
  padding: 8px 40px;
  font-family: 'Kanit';
  font-weight: 400;
  color: #ffffff;
}

.blue-button a {
    color: white;
    text-decoration: none;
}

.blue-button:hover {
    opacity: .75;
}

.lightBlue-wrap {
  background: url('/ahimages/lightBluePaper.png');
  background-size: 106%;
  background-repeat: no-repeat;
  background-position-x: -1vw;
  height: auto;
  padding-top: 100px;
  margin-bottom: -100px;
  margin-top: 20px;
  clear: both;
  display: none;
}

.lightBlue-container{
  height: auto;
  background-color: #0a8adf;
  padding-bottom: 125px;
}

.alumSteel {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.alumSteelHeader {
  font-family: 'Kanit';
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
}

.alumSteelHeaderText {
  display: inline-block;
}

#alumSteelImg {
  width: 500px;
  height: 250px;
  background: url(/ahimages/alumSteelPaper2.png) center;
  background-repeat: no-repeat;
}

#alumHeader {
  color: #ffffff;
}

#vsHeader {
  font-style: italic;
  color: #0267AB;
}

#steelHeader {
}

.alumSteelImgContent {
  display: inline-flex;
}

.alumSteelImg {
  display: inline-flex;
}

#alumIcon img {
  max-width: 155px;
  max-height: 155px;
  padding-top: 25%;
}

#alumIcon img, #steelIcon img {
  max-width: 155px;
  max-height: 155px;
  padding-top: 25%;
}

#alumSteelPaper {
  background: url(/ahimages/alumSteelPaper.png);
  background-size: inherit;
  height: 100%;
  background-repeat: no-repeat;
  width: 70px;
  display: table-row;
  background-position-y: -400px;
  background-position-x: -15px;
  margin: 0 auto;
}

.alumSteelContent {
  color: #ffffff;
  width: 35vw;
  margin: 0 auto;
  margin-top: 15px;
}

.slick-next, .slick-prev {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 100px;
  top: 15vh;
}

.slick-next {
  background: url('/ahimages/arrowRight.png');
  background-repeat: no-repeat;
  right: 20px;
}

.slick-prev {
  background: url('/ahimages/arrowLeft.png');
  background-repeat: no-repeat;
  left: 20px;
  z-index: 1;
}

.hero-slider .slick-next, .hero-slider .slick-prev {
  top: 28vh;
}

.footer-header {
  font-size: 50px;
  color: #ffffff;
  width: 50%;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Kanit';
}

.footer-header span {
  color: #0a8adf;
}



.buckets {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.bheader {
  height: 100px;
  width: 100%;
  margin: auto;
}
.bheader h3 {
  color: #252525;
  font-family: 'Kanit';
  font-size: 45px;
  text-align: center;
  padding-top: 19px;
  text-transform: uppercase;
  font-weight: 700;
}

.bheader h3 span {
  color: #0a8adf;
  font-style: italic;
}

.bwrap {
  /*background-image: url(/ahimages/background.jpg);*/
  background-size: cover;
  margin-top: -42px;
  display: none;
}

/* Trailer Page CSS */

.trailerPickerContainer {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.trailerPickerTop {
  display: inline-block;

}

.trailerPickerTopLeft, .trailerPickerTopRight {
  display: inline;
  width: 50%;
}

.trailerPickerTopLeft {
  float: left;
  position: relative;
  top: 70px;
  text-align: center;
}

.trailerPickerLeftTitle {
  font-size: 70px;
  font-family: 'Kanit';
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px;
}

.trailerPickerLeftCopy {
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
  color: #0a8adf;
  font-weight: 600;
  padding-bottom: 40px;
}

.trailerPickerTopRight {
  float: right;

}

.trailerPickerTopRight img {
  width: 100%;
}

.trailerPickerFilterMenu {
  position: relative;
  margin-top: 25px;
}

.trailerPickerFilterMenu div {
  display: inline-block;
}

.trailerPickerFilterTitle {
  border-right: 60px solid transparent;
  border-top: 93px solid #0a8adf;
  border-left: 275px solid #0a8adf;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.5));
}

.trailerPickerFilterTitleText {
  font-family: 'Kanit';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 40px;
  position: absolute;
  top: 9px;
  left: 40px;
  width: 100px;
  line-height: .9;
  text-align: center;
  z-index: 2;
}

.trailerPickerFilterOptions {
  width: 100%;
  background: #1e3565;
  position: absolute;
  top: 7px;
  left: 0;
  height: 80px;
}

.trailerPickerFilterActivity {
  padding-left: 26vw;
  color: #ffffff;
  height: 100%;
  font-size: 2vw;
  font-family: 'kanit';
  text-transform: uppercase;
  transform: skewX(-22deg);
  padding-right: 2vw;
}

.trailerPickerFilterActivity div {
  padding-top: 17px;
  transform: skewX(22deg);
}

.trailerPickerFilterSize {
  color: #ffffff;
  height: 93%;
  font-size: 2vw;
  font-family: 'kanit';
  text-transform: uppercase;
  transform: skewX(-22deg);
  padding-right: 2vw;
  padding-left: 2vw;
  padding-top: 5px;
  background: #064a84;
  text-align: center;
}

.trailerPickerFilterSize div {
  padding-top: 17px;
  transform: skewX(22deg); 
}

.trailerPickerFilterConstruction {
  color: #ffffff;
  height: 93%;
  font-size: 2vw;
  font-family: 'kanit';
  text-transform: uppercase;
  transform: skewX(-22deg);
  padding-right: 2vw; 
  padding-left: 2vw;
}

.trailerPickerFilterConstruction div {
  padding-top: 17px;
  transform: skewX(22deg); 
}

.trailerPickerFilterRoof {
  color: #ffffff;
  height: 93%;
  font-size: 2vw;
  font-family: 'kanit';
  text-transform: uppercase;
  transform: skewX(-22deg);
  padding-right: 2vw; 
  padding-left: 2vw;
  padding-top: 5px;
}

.trailerPickerFilterRoof div {
  padding-top: 17px;
  transform: skewX(22deg); 
}

.trailerPickerFilterFront {
    color: #ffffff;
    height: 94%;
    font-size: 2vw;
    font-family: 'kanit';
    text-transform: uppercase;
    transform: skewX(-22deg);
    padding-right: 2vw;
    padding-left: 2vw;
    background: #064a84;
    padding-top: 5px;
}

.trailerPickerFilterFront div {
  padding-top: 17px;
  transform: skewX(22deg); 
}

.trailerPickerFilterAll {
  color: #ffffff;
  height: 93%;
  font-size: 2vw;
  font-family: 'kanit';
  text-transform: uppercase;
  transform: skewX(-22deg);
  padding-right: 2vw;
  padding-left: 2vw;
  padding-top: 5px;
}

.trailerPickerFilterAll div {
  padding-top: 17px;
  transform: skewX(22deg); 
}

.trailerPickerSubFilter {
  display: none;
}

.trailerPickerSubFilterActive {
  display: block;
  position: absolute;
  background: #ccc;
  transform: skewX(22deg);
  right: -15px;
  list-style: none;
  font-size: 2vw;
  min-width: 270px;
  top: 80px;
  text-align: center;
  box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.5);
}

.trailerPickerSubFilterActive li {
  padding: 0px 15px 0px 15px;
  color: #064a84;
  background: #dfeffb;
  font-weight: 700;
  font-size: 22px;
}

.trailerPickerSubFilterActive li:nth-child(even) {
  background: #fff;
}

.trailerPickerFilterActivity:hover, .trailerPickerFilterSize:hover, .trailerPickerFilterConstruction:hover, .trailerPickerFilterRoof:hover, .trailerPickerFilterFront:hover, .trailerPickerFilterAll:hover, .trailerPickerSubFilterActive li:hover {
  cursor: pointer;
}

.trailerPickerFilterCat:hover {
  color: #ffffff;
  background: #064a84 !important;
}

.trailerPickerModelContainer {
  margin-top: 25px;
  text-align: center;
}

.trailerPickerModel {
  width: 260px;
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
  text-align: center;
}

.trailerPickerModelImg img {
  width: 100%;
}

.trailerPickerModelName {
  font-family: 'kanit';
  font-style: italic;
  color: #064A84;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
}

.trailerPickerModelDesc {
  display: block;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  padding: 0px;
  width: 100%;
}

/* Trailer Page CSS */

.trailerPageMenu {
  margin-bottom: 20px;
  margin-top: 20px;
  border-top: 2px solid #ccc;
  padding-top: 20px;
}

.trailerPageMenuContainer {
  text-align: center;
}

.trailerPageMenuOption {
  display: inline-block;
  font-family: 'Kanit';
  /* font-style: italic; */
  font-weight: 700;
  font-size: 25px;
  border-right: 4px solid black;
  padding-right: 10px;
  transform: skewX(-10deg);
  line-height: 1.1;
  padding-left: 10px;
  color: black;
  text-decoration: none;
}

.trailerPageMenuOption a {
    color: black;
  text-decoration: none;
}

.trailerPageMenuOption:last-of-type {
  border-right: 0px;
}

.trailerPageStandard {
  background-color: #1f3565;
}

.trailerPageStandardTitle, .trailerPageAddOptionTitle {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 700;
  font-size: 45px;
  width: 80%;
  margin: 0 auto;
  padding-top: 15px;
}

.trailerPageStandardFeaturesContainer {
  height: 100%;
  background-color: #1f3565;
  overflow: auto;
}

.trailerPageStandardBottom {
  background: url('/ahimages/bluePaper.png');
  background-size: 106%;
  background-repeat: no-repeat;
  background-position-x: -1vw;
  height: 100px;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
  background-color: white;
}

.trailerPagePackage {
  height: 400px;
  margin-top: 160px;
}

.trailerPagePackageTitle {
  text-transform: uppercase;
  color: #1f3565;
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 700;
  font-size: 45px;
  width: 80%;
  margin: 0 auto; 
}

.trailerPageAddOptionContainer {
  height: 100%;
  background-color: #1f3565;
  overflow: auto;
  padding-bottom: 70px;
}

.trailerPageAddOptionBox {
  width: 80%;
  margin: auto;
}

.trailerPageAddOptionTitle-wrap {
    background: #1f3565;
}

.trailerPageColor {
  background-color: #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.5);
  clear: both;
}

.trailerPageColorTitle, .trailerPageSpecTitle, #trailer_gallery {
  text-transform: uppercase;
  color: #1f3565;
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 700;
  font-size: 45px;
  width: 80%;
  margin: 0 auto; 
}

#trailer_packages h1 {
  width: 100%;
  text-transform: uppercase;
  color: #1f3565;
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 700;
  font-size: 45px;
  margin: 0 auto;
  margin-top: 50px;
}

.trailerPagePackageContainer {
  width: 80%;
  margin: auto;
}

.trailerPageColorSubTitle {
  display: inline-block;
  color: #801010;
  font-size: 25px;
  padding-left: 10px;
}

.trailerColorContainer {
  text-align: center;
}

.trailerColorOption {
  display: inline-block;
  width: 80px;
  height: 100px;
  transform: skewX(-15deg);
  margin-right: 10px;
  box-sizing: border-box;
}

.trailerColorOption:last-of-type {
  margin-right: 0px;
}


.options-wrapper {
    overflow:hidden;
}
.option-wrapper {
	width:25%;
	float:left;
	height:200px;
    transition:0.3s all ease;
	position:relative;
	overflow:hidden;
}
.option-image {
	width:100%;
	height:200px;
	background-size:cover;
	transition:all 1.3s ease;
}
.option-wrapper p {
	opacity:0;
	position:absolute;
	top:0;
	background:rgba(0,0,0,0.8);
	text-align:center;
	display:block;
	width:100%;
	transition:all 0.3s ease;
	padding:1em;
    color: white;
    font-family: 'Kanit';
}
.option-wrapper:hover p {
	opacity:1.0;
	top:1em;
    text-align: center;
    font-size: 17px;
}
.option-wrapper:hover {
	opacity:1.0;
	cursor:pointer;
}
.option-wrapper:hover .option-image {
	transform:scale(1.1);
}

.trailerPageSpec {
  padding-top: 50px;
}

.trailerPageSpec table {
  margin: 0 auto;
}

.ad-wrap {
  display: none;
}

.footer-wrap {
  background-color: #252525;
  padding-top: 40px;
  height: auto;
  padding-bottom: 135px;
}
.footer-wrap a {
  color: white;
  text-decoration: none;
}
.footer-wrap a:hover {
  text-decoration: underline;
}
.customf-row {
  width: 46%;
  padding: 0% 2%;
  color: #fff;
  float: left;
}
.customf-row p,
.customf-row li,
.customf-row a {
  font-size: 15px;
  list-style-type: none;
  font-weight: 500;
  font-family: 'Kanit';
}
.customf-row h3 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}
.customnews {
  color: #fff;
  padding: 2%;
}
.customnews h3 {
  font-size: 18px;
  border-bottom: solid 2px #fff;
}
.copy-wrap {
  background: #1e3565;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-size: 106%;
  background-position-x: -1vw;
  z-index: 10;
  margin-top: -100px;
  height: auto;
}

.copy-wrap .wrap {
  font-size: 12px;
}

.customcopyright {
  width: 100%;
}

.customcopyright a {
  color: white;
  text-decoration: none;
}

.customcopyright a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
tr:nth-child(odd) {
  background-color: #e3e3e3;
}
td,
th {
  padding: 6px;
}
.item-page {
  padding: 50px 0px;
}
.comwrap {
  /*background-image: url(/ahimages/background.jpg);*/
  /*background-size: cover;*/
  margin-top: 100px;
}
.blog {
  padding: 40px;
  max-width: 950px;
  margin: auto;
}
.gbs3 {
  padding-top: 100px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.chrono_credits {
  display: none;
}
a.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle {
  text-decoration: none;
}
.accordion-heading.panel-heading {
  background-color: #c07e51;
}
.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
  color: white;
}
.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
  color: #c07e51;
}

#menu-wrap ul {
  padding-top: 6px;
}

#menu-wrap li.item-106:hover > ul li {
  display: block;
  border: none;
}


/* Chrono Forms */

.semanticui-body.G2-joomla.chronoforms.index {
    width: 80%;
    margin: auto;
    max-width: 700px;
    margin-top: 100px;
}

a.chronoforms6_credits {
    display: none;
}

@media (max-width: 535px) {
  #logo {
    width: 100% !important;
    height: 135px!important;
    transform: skewx(0deg);
    margin-left: 0px;
    margin-right: 0px;
  }

  #logo img {
    transform: skewx(0deg);
      margin-top: 75px!important;
  }

  .blue-content {
    padding: 0px;
  }
    .dealer_btn {
        top: 160px!important;
    }
}


@media (max-width: 768px) {
  #logo {
    width: 60vw;
    height: 95px;
  }

  #logo img {
    width: 50vw;
    margin-top: 20px;
    margin-left: 55px;
  }

  .dealerMenu {
    display: none;
  }

  .hero-wrap {
    height: 700px!important;
    top: 50px!important;
    margin: -15px;
    margin-top: -75px;
    margin-bottom: -35px;
  }

  .home .comwrap {
    display: none;
  }
    
    .dealer_btn {
        display: block!important;
        top: 104px;
    }

  .hero-wrap .wrap {
    width: 100%;
    padding-top: inherit;
  }

  .hero-wrap .wrap div {
    display: none;
  }

  .hero-wrap .heroTrailer {
    width: 70vw;
  }

  .shelf-wrap {
    margin-top: -220px !important;
    height: 235px !important;
  }

  .lightBlue-wrap {
    display: none;
  }
  
  .blue-wrap {
    padding-top: 41px;
    height: 100%;
  }

  .blue-container .custom {
    width: 100%;
  }

  /* Trailer Page Mobile CSS */
  .trailerPickerTopLeft, .trailerPickerTopRight {
    width: 100%;
    position: inherit;
  }

  .trailerPickerTopRight img {
    max-width: 700px;
  }

  .trailerPageStandardBottom {
    height: 30px;
  }

  .trailerPageAddOption {
    height: 400px;
    padding-top: 0px;
  }

  .trailerPageAddOptionTitle {
    margin-top: 30px;
    margin-bottom: -15px;
    padding-top: 35px;
  }

}

@media (max-width: 1450px) {
    .dealerMenu {
        display: none;
    }
    
     .menu {
        display: none !important;
      }
      .slicknav_menu {
        display: block;
      }
    #logo {
        width: 360px;
        height: 80px;
      }
    #logo img {
        width: 288px;
        margin-left: 30px;
    }
    #menu-wrap li {
        font-size: 16px!important;
        padding: 21px 10px!important;
    }
    #menu-wrap li:hover > ul {
      padding-left: 359px!important;
      text-align: left;
    }
    #menu-wrap li li:hover > ul {
      padding-left: 65px!important;
    }
}

@media (min-width: 1450px) {
    .dealer_btn {
        display: none;
    }
}

@media (min-width: 768px) {
  .wrap,
  .col-12,
  .item-page,
  .gbs3 {
    width: 750px;
    margin: auto;
  }
  /*#logo img {
    width: 381px;
  }*/
  #top-wrap .search {
    display: block;
    width: 150px;
    float: right;
    padding-top: 24px;
  }
  input#mod-search-searchword {
    width: 140px;
    background-color: #7c6d56;
    border: 1px solid #fff;
    padding: 5px;
  }
  #top-wrap {
    display: none;
    height: 75px;
    background-color: #000;
  }
  #top-wrap ul {
    padding-top: 25px;
  }
  #top-wrap li {
    list-style-type: none;
    display: inline;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 13px;
  }
  #top-wrap a {
    color: #fff;
    text-decoration: none;
  }
  #top-wrap a:hover {
    text-decoration: underline;
  }
  li.item-109 a {
    font-size: 19px;
    color: #c07e51 !important;
    text-decoration: underline !important;
  }
  li.item-109 a:hover {
    text-decoration: none !important;
  }
  #menu-wrap ul {
    /*padding-top: 40px;*/
    display: inline-block;
    /*position: absolute;*/
  }
  #menu-wrap ul ul {
    display: none;
  }
  #menu-wrap ul ul ul {
    background-color: rgba(255,255,255,0.8) !important;
  }
  #menu-wrap li {
    list-style-type: none;
    display: inline-grid;
    padding: 18px 10px;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: -5px;
  }
  #menu-wrap li:last-child {
    border-right: none;
  }
  #menu-wrap li:hover {
    background-color: rgba(255,255,255,0.2);
    /*padding-bottom: 30px;*/
  }
  #menu-wrap li:hover > ul {
    display: block;
    margin-top: 30px;
    padding-top: 0px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: -1;
    padding-left: 65px;
  }
  #menu-wrap li:hover > ul li {
    border-color: #000;
    display: inline-block;
    font-size: 20px;
    padding-right: 13px;
    border-right: 4px solid #d2d2d2;
    padding-left: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #menu-wrap li:hover > ul li:hover {
    /*padding-bottom: 9px;*/
    background-color: rgba(255,255,255,0);
  }
  #menu-wrap li:hover > ul a {
    color: #000;
  }
  #menu-wrap a {
    color: #fff;
    text-decoration: none;
    /*padding-bottom: 30px;*/
  }
  /*#menu-wrap a:hover {
    text-decoration: underline;
  }*/
  #menu-wrap li.item-101 {
    display: none;
  }
  #menu-wrap li.item-412 {
    display: none;
  }
  #menu-wrap li:hover > ul ul li {
    display: inline-block;
    border: none;
    padding-top: 50px;
  }
  .hero-wrap {
    height: 760px!important;
    margin:-15px;
    top: 80px!important;
  }
  .hero-wrap h1 {
    padding-top: 100px;
    font-size: 3em;
    padding-left: 20px;
    font-weight: 600;
  }
  .hero-wrap p {
     font-size: 4em; 
    }
  .hero-wrap a.btn {
    padding-left: 230px;
    display: none;
  }

  .customf-row {
    width: 16%;
  }
  .bheader h3 {
    font-size: 30px;
    padding-top: 15px;
  }
  .buckets {
    flex-direction: row;
  }
}


@media (min-width: 1050px) {

  .menu {
    display: inline-block !important;
  }
  #top-wrap {
    display: block;
  }
  /*#logo img {
    margin-left: -100px;
  }*/
  .wrap,
  .col-12,
  .gbs3 {
    width: 950px;
    margin: auto;
  }
    .footerwrap {
     width: 80%;
    }
}

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0,0,0,0);
  }
  .featherlight:last-of-type {
    background: rgba(0,0,0,0.8);
  }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255,255,255,0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    border: none;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* ---------------------------------------------------------------------------
 * Trailer detail page - structure.
 *
 * The rules above (.trailerPicker*, .trailerPage*, .trailerColor*) skin the
 * sections; these lay out what sits inside them. They were an inline <style>
 * block on the Joomla trailer page and are kept here because the Alba view
 * (src/templates/americanhauler/overrides/wctrailers/trailer/view.php)
 * deliberately does not inline the shared Wells Cargo trailer stylesheet.
 * --------------------------------------------------------------------------- */

.trailerPageStandard {
  color: #fff;
}

.trailerPageStandardFeatureBox .row {
  display: flex;
  width: 80%;
  margin: auto;
}

.trailerPageStandardFeatureBox .col.col-4 {
  padding: 10px;
  padding-left: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  object-fit: scale-down;
}

.feature-highlight h3 {
  font-weight: 700;
}

ul.features-list {
  width: 80%;
  margin: auto;
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  list-style: bullet;
}

ul.features-list li {
  position: relative;
  padding-bottom: 1em;
  padding-right: 1em;
}

p.disclaimer {
  width: 80%;
  margin: auto;
  padding-top: 20px;
}

@media (min-width: 768px) {
  ul.features-list {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    list-style: none;
  }

  ul.features-list li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
  }

  #trailer_features .row .col img {
    object-fit: scale-down;
    max-width: 100%;
    width: 100%;
  }
}
