/***** BEGIN RESET *****/

* {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0;
}

/***** END RESET *****/

header,
nav,
article,
footer {
  display: block;
  min-width: 280px;
}

body {
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  min-width: 280px;
  font-family: "Montserrat", sans-serif;
}
.invwrap {
  -webkit-text-size-adjust: none;
  width: 100%;
}
.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 2000px;
}
.headwrap {
  width: 90%;
  margin: 0 auto;
  max-width: 2000px;
}

.brand-logo {
  position: absolute;
  top: 0px;
  right: 346px;
  text-align: center;
  color: #000;
  font-size: 12px;
}
.go-right {
  float: right;
}

.show-tablet,
.show-768 {
  display: none;
}

/* INVENTORY STYLES
------------------------------------------------*/
/*ALL INVENTORY SYTLES GO HERE FOR SAFEKEEPING*/
.container {
  width: 94%;
  max-width: 1500px;
  margin: 0 auto;
}
.invmain {
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
}
.cf {
  background: none;
}
.container {
  background: none;
}
.container .cf a:hover {
  color: #a2a568;
}
.container .cf h5 {
  color: #000000;
}
.fa-map-marker::before {
  color: #a2a568;
}
.hosted-content .p-tb-10 {
  margin: 2% auto;
}

.main {
  overflow-x: hidden;
}

.invbuttons {
  margin: 20px auto;
  text-align: center;
  float: none;
}
.invbuttons a {
  background: #a2a568;
  border: 2px solid #fff;
  color: #000000;
  padding: 12px;
  border-radius: 5px;
  font-size: 18px;
  width: 30%;
  max-width: 500px;
  margin: 0 3%;
}
.invbuttons a:hover {
  background: #a1a1a1;
  color: #a2a568;
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #a2a568 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: #a1a1a1 transparent transparent transparent;
  margin-top: -2px;
}
.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  border-color: #a1a1a1 transparent transparent transparent;
  margin-top: -2px;
}

/*===================== 
                PARTS SEARCH 
=======================*/
iframe.parts_search {
  width: 100%;
  min-height: 400px;
  height: auto;
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #a2a568;
}

.parts_container {
  margin: 0 auto;
}

.part-img {
  max-width: 500px;
  width: 35%;
  float: right;
  padding: 30px 0 30px 0;
  box-sizing: border-box;
}

.partsearch {
  width: 100%;
  float: left;
  margin: 15px auto 20px auto;
}

#keysearch form {
  width: 100%;
  float: right;
  margin: 5px 0 0;
}

#form input.keyword,
#form input.squarebutton {
  margin: 0;
}

#form .keyword {
  width: calc(100% - 63px);
  padding: 10px;
  border-left: solid 1px #808080;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  border-right: 0;
  float: left;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#form .squarebutton,
#form .squarebutton:focus {
  width: 41px;
  height: 41px;
  color: #fe0000;
  float: left;
  position: relative;
  border: solid 1px #808080;
  background: url(../siteart/search2.png) no-repeat #a2a568 center;
  background-size: 60% 60%;
}

#form .squarebutton:hover {
  background: url(../siteart/search2.png) no-repeat #000 center;
  background-size: 60% 60%;
  color: #000;
  cursor: pointer;
}

/***************************** typography styles **/

.no-margin {
  margin: 0 !important;
}

a {
  color: #2b2b2b;
  text-decoration: none;
}
a:hover {
  color: #a2a568;
}

strong {
  font-weight: 700;
}
em {
  font-style: italic;
}

.red {
  color: #ff7a00;
}
.dk-red {
  color: #f5d73b;
}
.white {
  color: #fff;
}
.black {
  color: #a2a568;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

h1 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 700;
}
h2 {
  text-decoration: underline;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
h3 {
  color: #484747;
  font-size: 24px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 400;
}

h2#email-modal-title {
  color: #a2a568 !important;
}

h6 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
h6 a {
  text-decoration: none;
}
h6 a:hover {
  color: #a2a568;
}
p {
  margin-bottom: 16px;
}

h6 a span {
  text-decoration: none;
}
h6 a:hover span {
  color: #a2a568;
}

/***************************** header styles **/

.top-bar {
  width: 100%;
  background: #a2a568;
  padding: 4px 0 6px 0;
  text-align: right;
  display: inline-block;
  line-height: 25px;
  display: none;
  z-index: 9999999;
}
.top-bar h6 {
  color: #fff;
  font-weight: 500;
}
.top-bar h6 a {
  color: #ffffff;
}
.top-bar a:hover {
  color: #b7b7b7;
}

.cont-top {
  float: left;
  padding-top: 4px;
  display: none;
}
.phone {
  margin-right: 18px;
}

.google {
  display: block;
  padding-top: 10px;
  position: relative;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  font-size: 15px;
  color: #000;
}
/*===================== 
	Keyword Search form styles 
=======================*/

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #fff !important;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center2 {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
}
.hvr-underline-from-center2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #a2a568 !important;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center2:hover:before,
.hvr-underline-from-center2:focus:before,
.hvr-underline-from-center2:active:before {
  left: 0;
  right: 0;
}

header {
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 20px 0;
  border-bottom: solid 1px #eee;
}

header a {
}

.logo {
  float: left;
  display: inline-block;
  padding-top: 10px;
}
.logo img {
  width: 100%;
  display: block;
  max-width: 400px;
}

.headinfo {
  float: right;
  text-align: right;
  padding-top: 30px;
  overflow: hidden !important;
  z-index: 999999;
}
.headinfo span {
  font-weight: 800;
  color: #fff;
  font-size: 18px;
}
.headinfo .hyd {
  display: none;
}
.headinfo h6 {
  padding-top: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

.headinfo a:hover {
  color: #acacac;
}

.head-butt {
  background: #fff;
  border: 1px solid #a2a568;
  color: #a2a568;
  padding: 3px 20px;
  margin-top: 6px;
  clear: both;
  display: block;
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  width: 150px;
  text-align: center;
}
.head-butt:hover {
  background: #a2a568;
  color: #fff;
}

.no-cursor:hover {
  cursor: default;
}

.mid-head {
  margin: 35px auto 0 auto;
  float: none;
  position: absolute;
  display: block;
  text-align: center;
  width: calc(100% - 90px);
}
.mid-head h6 {
  margin-left: -60px;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
}
.mid-head span {
  display: inline-block;
}
.mid-head a {
  font-size: 18px;
}
.mid-head a:hover {
  color: #acacac;
}

.mid-head .hyd {
  margin-left: -80px;
  margin-bottom: 32px;
  font-weight: 800 !important;
  color: #fff;
  font-size: 20px;
}

.banner img {
  width: 38%;
}

/***************************** nav styles **/
nav {
  text-align: center;
  margin-top: 10px;
}

nav ul {
  width: 100%;
  margin: 0 auto;
}
nav li {
  float: none;
  display: inline-block;
  position: relative;
  color: #ffffff;
  margin-right: 0%;
}
nav a:link,
nav a:active,
nav a:visited {
  display: block;
  text-decoration: none;
  color: #656746;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding: 9px 16px;
  text-transform: uppercase;
}
nav ul li a:hover {
  color: #92955b;
}

nav ul ul {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 36px;
  left: 0;
  width: 240px;
  background: #656746;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  overflow: hidden;
  border-radius: 5px;
}

nav ul ul li a {
  margin-right: 0px;
}
nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

nav ul li:hover > ul {
  display: block;
  z-index: 99999;
}

nav ul ul li {
  text-align: left;
  float: none;
  position: relative;
  display: block;
  background: #333;
  border: 0;
  border-bottom: 1px solid #222;
}

nav ul ul li a:link,
nav ul ul li a:active,
nav ul ul li a:visited {
  font-size: 14px;
  line-height: 36px;
  padding: 0 0 0 15px;
  border-right: 0;
  color: #ffffff;
}

nav ul ul li a:hover {
  background: #000;
}

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #000000;
  height: 1px;
}

nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 0.5s;
  padding-top: 10px;
}

nav.fill ul li a:after {
  text-align: left;
  content: ".";
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
  color: #000000;
}
nav.fill ul li a:hover:after {
  z-index: -1;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #ffcc00;
  }
}

/*******************************************************************SLIDESHOW***************************************************************/

.slide-contain {
  width: 100%;
  float: none;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}

.cycle-slideshow,
.cycle-slide {
  width: 100%;
}

.cycle-slideshow img,
.cycle-slide img {
  width: 100%;
  float: left;
}

.cycle-slideshow {
  width: 100%;
  overflow: hidden;
  float: left;
  display: block;
}
.cycle-slideshow img {
  display: block;
  width: 100%;
  float: left;
}

/*pager */
.pager {
  text-align: center;
  width: 100%;
  margin: -50px 0 -2px;
  position: relative;
  z-index: 999;
  float: left;
}
.pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
.pager span.cycle-pager-active {
  color: #000;
}
.pager > * {
  cursor: pointer;
}

/* overlay */
.cycle-overlay {
  font-family: "roboto_regular";
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 480px;
  z-index: 600;
  color: #ffffff;
  padding: 35px 2% 35px 4%;
  margin-bottom: 3%;
}

.cycle-overlay p,
.cycle-overlay h1 {
  font-size: 30px;
  line-height: 30px;
  color: #656746;
  font-weight: 400;
}

.cycle-overlay span {
  float: left;
  font-weight: 700;
  color: #656746;
  font-size: 40px;
  padding: 5px 15px 5px 0px;
  border-radius: 5px;
}

.cycle-overlay img {
  width: 24px !important;
  padding-left: 18px;
  float: right;
  margin-top: 5px;
}

.cycle-overlay a:hover span {
  color: #000;
  text-decoration: none;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #a2a568;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Forward */

.hvr-forward img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover img,
.hvr-forward:focus img,
.hvr-forward:active img {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/***************************** content styles **/

.whitemid {
  background: #ffffff;
  border-top: 2px solid #a2a568;
  border-bottom: 2px solid #a2a568;
}

.honey {
  background: url("../siteart/dark-honeycomb.png") repeat;
}

.box-bg {
  background: url("../siteart/qbkls-blk.png") fixed;
}

.logos {
  float: none;
  text-align: center;
  padding: 30px 0 30px 0;
}
.logos a {
  display: inline-block;
  box-sizing: border-box;
}

/***** ZOOM *****/

.cat {
  width: 90%;
  margin: 40px 5% 55px 5%;
  float: left;
}
.logos h2 {
  color: #656746;
  border-bottom: 5px solid #72703f !important;
  border: 1px solid #a2a568;
  margin-bottom: 30px;
  background: #efefe3;
  text-decoration: none;
  padding: 8px 0;
  width: 82%;
  float: none;
  text-align: center;
  margin: 0 auto 25px auto;
}

.zoom-container h4 {
  margin-bottom: 0px;
}

.text-white .zoom-container {
  float: none;
  width: 19.5%;
  margin: 10px auto;
}

.zoom-container {
  float: none;
  width: calc(25% - 4px);
  margin: 1px auto;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #a2a568;
  background: #ffffff;
  box-sizing: border-box;
}
.zoom-container img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.zoom-container .zoom-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.zoom-container .zoom-caption h4 {
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
  background: rgba(140, 139, 83, 0.7);
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.zoom-container:hover .zoom-caption {
  background: rgba(140, 139, 83, 0.7);
}
.zoom-container:hover .zoom-caption h4 {
  background: none;
  color: #fff;
}
.zoom-container:hover img {
  transform: scale(1.3);
}

.prod .zoom-container:hover .zoom-caption {
  background: none;
  cursor: default;
}
.prod .zoom-container:hover .zoom-caption h4 {
  background: rgba(140, 139, 83, 0.7);
  color: #fff;
}

.prod .zoom-container:hover img {
  transform: scale(1);
}

.box-contain {
  width: 100%;
  text-align: center;
  background: #a2a568;
  padding: 20px;
  box-sizing: border-box;
}
.box-buttons a {
  color: #656746;
  width: 47%;
  float: none;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 10px;
  background: #fff;
  border-bottom: 3px solid #000;
  padding: 13px 0;
}
.box-buttons h4 {
  color: #656746;
  font-weight: 800;
  text-transform: uppercase;
}
.box-buttons a:hover {
  background: #acacac;
}
.box-buttons a:hover h4 {
  color: #fff;
}
.box-buttons img {
  padding-right: 12px;
  vertical-align: middle;
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

/***************************** grey/yellow styles **/
article {
  width: 100%;
  display: block;
  margin: 0px auto 0px auto;
  padding: 60px 0;
}

/***************************** organge styles **/

.inner-contain {
  background: url("../siteart/qbkls-blk.png") fixed;
  position: relative;
  border-top: 5px solid #a2a568;
}
.inner-wrap {
  width: 74%;
  display: block;
  margin: 0px auto 0px auto;
  max-width: 1400px;
}
.one-third {
  padding: 15px;
  width: 35%;
  margin: 30px 0;
  display: inline-block;
  box-sizing: border-box;
  background: url("../siteart/qbkls-blk.png") fixed;
  height: 300px;
  box-sizing: border-box;
  border: 3px solid #a2a568;
}
.one-third h3 {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  color: #efefe3;
}

.one-third a {
  color: #fff;
}

.two-third {
  float: right;
  padding: 30px 0;
  width: 65%;
  display: inline-block;
  box-sizing: border-box;
}

.map-area {
  width: calc(100% - 2px);
  text-align: center;
  float: none;
  box-sizing: border-box;
  border: 1px solid #a2a568;
  height: 300px;
}
.map-area iframe {
  width: calc(100% - 1px);
  height: 100%;
  box-sizing: border-box;
}

/** internal page styles **/

.staff {
  width: 100%;
  display: block;
}
.staff:after {
  content: "";
  display: block;
  clear: both;
}

.emp {
  width: 23%;
  float: left;
  margin: 0 2% 15px 0;
}
.emp img {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-bottom: 5px;
  display: block;
}
.emp:nth-of-type(5),
.emp:nth-of-type(9) {
  clear: left;
}

.contact-info {
  width: 28%;
  float: left;
  margin: 0 2% 15px 0;
}
.map {
  width: 70%;
  float: left;
}
.map iframe {
  width: 100%;
  display: block;
  height: 350px;
}

.brands {
  width: 100%;
  display: block;
}
.brands:after {
  content: "";
  clear: both;
  display: block;
}
.brands a {
  width: 23%;
  margin: 0 0.5% 10px 0.5%;
  float: left;
}
.brands img {
  width: 100%;
  height: auto;
  max-width: 210px;
  display: block;
}

.loc {
  width: 31.33333%;
  float: left;
  margin: 0 2% 20px 0;
}

.events:after {
  content: "";
  clear: both;
  display: block;
}
.event {
  width: 23%;
  float: left;
  margin: 0 2% 15px 0;
}
.event:nth-of-type(5),
.event:nth-of-type(9) {
  clear: left;
}

/***************************** crushing & scrap **/
.third {
  text-align: left;
  margin: 40px auto 20px auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.third .express:hover {
  opacity: 0.7;
  cursor: pointer;
}
.third h4 {
  color: #a2a568;
  text-transform: uppercase;
}

/***************************** brand styles **/
.mid {
  width: 100%;
  display: block;
  padding: 140px auto 0 auto;
  background: url(../siteart/wool.png) fixed;
  margin: 0 auto;
}

.text-wrap {
  width: 90%;
  max-width: 2050px;
  margin: 0 auto;
  padding: 45px 0px 65px 0px;
  text-align: left;
}
.text-white h1 {
  border-bottom: 2px solid #000;
}
.text-white .sub {
  color: #a1a1a1;
  font-size: 22px;
  display: block;
}

.text-white a {
  color: #000;
}
.text-white a:hover {
  color: #a2a568;
}

.half {
  width: 40%;
  min-width: 250px;
  float: left;
  text-align: left;
  display: inline-block;
  margin-top: 30px;
}
.half2 {
  width: 55%;
  float: right;
  margin: 30px auto;
  display: inline-block;
}

.half2 #formpage {
  margin-top: 0px;
}

.map-area2 {
  width: 90%;
  display: block;
  text-align: center;
  border: 1px solid #a1a1a1;
  box-sizing: border-box;
  margin: 60px auto 0px auto;
}
.map-area2 iframe {
  width: 100%;
  height: 280px;
  display: block;
}
.facebook-pop {
  width: 100%;
  text-align: left;
  height: 400px !important;
}
.fb_iframe_widget span {
  height: 400px !important;
}
.fb_iframe_widget iframe {
  height: 400px !important;
}

/***************************** footer styles **/

footer {
  width: 100%;
  color: #656746;
}

footer .col1,
footer .col2,
footer .col3 {
  float: left;
  width: 25%;
  color: #656746 !important;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  line-height: 24px;
  padding: 1.5em;
}

footer .col2 h6,
footer .col2 a,
footer .col1 a {
  color: #656746 !important;
  font-weight: 800;
}

footer .col3 p {
  margin: 20px 0;
  padding: 0.5em;
  border: 3px solid #a2a568;
  text-align: center;
  font-weight: 800;
  display: inline-block;
}

.quick-link {
  float: none;
  text-align: center;
  padding: 10px 0;
  background: #fff;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.quick-link ul {
  width: 100%;
}
.quick-link li {
  display: inline-block;
  line-height: 20px;
}
.quick-link a {
  text-transform: uppercase;
  font-size: 16px;
  color: #656746;
  padding: 10px 20px;
  font-weight: 800;
}
.quick-link a:hover {
  color: #acacac;
}

.hosted {
  text-align: center;
  width: 100%;
  display: block;
  color: #fff;
  background: #a2a568;
  padding: 15px 10px;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  font-size: 12px;
}
.hosted a {
  color: #fff;
}
.hosted a:hover {
  color: #acacac;
}

.rtfooter {
  float: right;
  text-align: right;
  width: 40%;
  max-width: 600px;
  padding: 25px 0;
}

.rtfooter h4 {
  text-decoration: none !important;
}

.quick-one {
  width: 200px;
}
.quick-two {
  width: 340px;
}
.quick-three {
  width: 250px;
}

#formpage2 {
  float: none;
  padding: 0;
  width: 100%;
}
#formpage2 h4 {
  color: #000;
  text-align: left;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 10px;
}
#formpage2 p {
  color: #000;
  padding-top: 5px;
}
form a:hover {
  cursor: pointer;
}
#formpage2 label {
  display: block;
}
.col2 {
  width: calc(50% - 4px);
  margin: 0 auto;
  display: block;
  float: none;
}
#formpage2 option {
  color: #000000;
}
/*** form styles ***/
#formpage2 .row-half {
  width: 50%;
  width: calc(50% - 4px);
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 8px;
}
#formpage2 .row p {
  margin-bottom: 0px;
  margin-top: 5px;
}
#formpage2 .col-full {
  padding-bottom: 2px;
}
#formpage2 .col2 {
  padding-bottom: 8px;
}
#formpage2 input {
  width: 100%;
  width: calc(100% - 12px);
  padding: 5.5px 5px;
  border: 1px solid #000;
  color: #000000;
  background: #ffffff;
  font-size: 14px;
}
#formpage2 .column3 input {
  background: #a2a568;
  color: #fff;
  width: 100%;
  font-size: 14px;
}

#formpage2 .column3 input:hover {
  cursor: pointer;
  background: #ffffff;
  color: #ab8913;
}
#formpage2 textarea {
  padding: 6px 5px;
  width: 100%;
  width: calc(100% - 7px);
  border: 1px solid #000;
  color: #000000;
  font-size: 14px;
  background: #ffffff;
  height: 120px;
  margin-right: 0;
  padding-right: 0;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage2 select {
  width: 100%;
  border: 1px solid #a2a568;
  color: #000000;
  vertical-align: middle;
  font-size: 12px;
  margin-bottom: 5px;
  background: #ffffff;
  line-height: normal;
  padding: 5px;
  margin-top: 1px;
}

#formpage2 input.checkbox {
  padding: 0;
  border: 0;
  margin: 0 5px 0 0;
  width: 13px;
  height: 13px;
  display: inline;
  background-color: #fff;
}

#formpage2 input.radio {
  padding: 0;
  border: 0;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  display: inline;
}

.check {
  height: 100%;
  margin-bottom: 20px;
  align-content: center;
}
.check input {
  margin-top: 10px !important;
  margin-left: 10px !important;
  padding: 0 10px;
}

/* focus states of various types of fields */

#formpage2 input:focus,
#formpage2 textarea:focus,
#formpage2 select:focus {
  color: #000000;
  border: 1px solid #a2a568;
  outline-style: none;
}
#formpage2 input.radio:focus,
#formpage2 input.checkbox:focus {
  background: none;
  border: 0;
  outline-style: none;
  width: 10px;
}

#formpage2 input.button,
#formpage2 input.button:focus {
  width: 100%;
  width: calc(100% - 12px);
  border: 1px solid #a2a568;
  margin: 0;
  padding: 7px 0;
  background: #000000;
  border: 0;
  font-size: 14px;
  margin-top: 10px;
  line-height: 14px;
  font-weight: bold;
  color: #e4e4e4;
}
#formpage2 input.button:hover {
  background: #898989;
  color: #ffffff;
}

.column3 {
  margin-bottom: 30px;
}
#formpage2 input.sub:hover {
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #a2a568;
  margin: 0;
  float: none;
}

/*  EXPANDER
------------------------------------------------*/

#formpage2 .toggle.expander.expanded {
  display: none;
  float: none;
  margin: 0;
}

#formpage2 a.expander.toggle.column3.submit-button.collapsed {
  width: 100%;
  width: calc(100% - 12px);
  background: #a2a568;
  border: 1px solid #a2a568;
  display: inline-block;
  padding: 5.5px 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
  margin: 0;
}
#formpage2 a.expander.toggle.column3.submit-button.collapsed:hover {
  width: 100%;
  width: calc(100% - 12px);
  background: #000000;
  display: inline-block;
  padding: 5.5px 5px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
  margin: 0;
}
#formpage2 .text-link.expander.collapsed {
  visibility: visible;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  float: none;
  background: #363636;
}

#formpage2 .text-link.expander.expanded {
  color: #000000;
  max-width: 300px;
  float: none;
  margin: 0;
}

#formpage2 .toggle.expander.expanded:hover {
  text-decoration: none;
  color: #ffffff;
  background: #898989;
  outline-style: none;
  border: 1px solid #ab8913;
  max-width: 300px;
  float: none;
  margin: 0;
}

#formpage2 .toggle.expander.collapsed:hover {
  text-decoration: none;
}

#formpage2 .captcha {
  width: 100%;
  margin: 0 auto;
  color: #a2a568;
  line-height: 19px;
  text-align: center;
}

#formpage2 .captcha a {
  color: #a2a568;
}
#formpage2 .captcha a:hover {
  color: #a2a568;
}
#formpage2 .captcha input {
  margin: 0;
  float: none;
  max-width: 300px;
}

#formpage2 .CaptchaImage {
  margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
}

.half2 #formpage2 .captcha {
  width: 100%;
  margin: 0 auto;
  color: #000000;
  line-height: 19px;
  text-align: center;
}

.half2 #formpage2 .captcha a {
  color: #000000;
}

/***************************** responsive styles **/

@media screen and (max-width: 1690px) {
  .headinfo {
    padding-top: 14px;
  }
  .mid-head {
    margin-top: 25px;
  }
  .mid-head h6 {
    font-size: 18px;
    margin-left: -40px;
  }
  .mid-head .hyd {
    font-size: 18px;
    margin-left: -40px;
    margin-bottom: 40px;
  }

  nav a:link,
  nav a:active,
  nav a:visited {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 9px;
  }

  .brand-logo {
    right: 237px;
  }
}

@media screen and (max-width: 1450px) {
  .new-used h2 {
    width: 72%;
  }

  .sec {
    width: 32.2%;
    margin: 40px 2px;
  }
  .mid-head h6 {
    margin-left: -20px;
  }
  .mid-head .hyd {
    margin-left: -20px;
  }
}
@media screen and (max-width: 1370px) {
  .sec {
    height: 360px;
  }

  .infobox h2 {
    font-size: 22px;
  }
  .sec ul li {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 19px;
  }
  .half h4 {
    font-size: 19px;
  }

  .text-white .zoom-container {
    width: 24.5%;
  }
}
@media screen and (max-width: 1300px) {
  .new-used h2 {
    width: 72%;
  }

  nav a:link,
  nav a:active,
  nav a:visited {
    font-size: 18px;
  }

  .inner-wrap {
    width: 85%;
  }

  .cycle-overlay {
    font-family: "roboto_regular";
    background: rgba(255, 255, 255, 0.8);
    width: 380px;
    padding: 30px 2% 30px 4%;
    margin-bottom: 3%;
  }

  .cycle-overlay p,
  .cycle-overlay h1 {
    font-size: 30px;
    line-height: 30px;
    color: #656746;
    font-weight: 400;
  }

  .cycle-overlay span {
    float: left;
    font-weight: 700;
    color: #656746;
    font-size: 32px;
    padding: 5px 15px 5px 0px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 1250px) {
  .third {
    width: 98%;
    margin: 10px auto;
    float: left;
    text-align: left;
    position: relative;
    display: inline-block;
  }
  .top-bar {
    display: block;
  }
  .cont-top {
    display: block;
    float: none;
    text-align: center;
  }
  .mid-head {
    display: none;
  }
  .headinfo .hyd {
    display: block;
  }
  header {
    border-top: 0px;
  }
}

@media screen and (max-width: 1140px) {
  nav a:link,
  nav a:active,
  nav a:visited {
    font-size: 16px;
  }

  .quick-one {
    width: 250px;
  }
  .quick-two {
    width: 380px;
  }
}

@media screen and (max-width: 1050px) {
  .zoom-container .zoom-caption h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 96%;
    display: block;
  }
  .headwrap {
    width: 96%;
  }
  body {
    font-size: 14px;
  }
  p {
    margin-bottom: 14px;
  }

  .sec ul li {
    font-size: 16px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  .half h4 {
    font-size: 17px;
  }

  .quick-link li {
    line-height: 18px;
  }
  .quick-link a {
    font-size: 15px;
  }

  .orange {
    padding: 20px 3%;
  }
  .inner-contain {
    z-index: 9;
  }

  .inner-wrap {
    width: 91%;
  }

  .text-wrap {
    padding: 25px 0px 65px 0px;
  }
  .text-white .sub {
    font-size: 20px;
  }
  .text-white {
    padding: 20px 0;
  }

  .cycle-overlay {
    font-family: "roboto_regular";
    background: rgba(255, 255, 255, 0.8);
    width: 340px;
    padding: 20px 2% 15px 4%;
    margin-bottom: 4.5%;
  }
  .cycle-overlay img {
    margin-top: 2px;
  }
  .cycle-overlay p,
  .cycle-overlay h1 {
    font-size: 24px;
    line-height: 24px;
    color: #a2a568;
    font-weight: 400;
  }

  .cycle-overlay span {
    float: left;
    font-weight: 700;
    color: #a2a568;
    font-size: 28px;
    padding: 5px 15px 5px 0px;
    border-radius: 5px;
  }

  .text-white .zoom-container {
    width: 32.5%;
  }
}
@media screen and (max-width: 950px) {
  nav a:link,
  nav a:active,
  nav a:visited {
    font-size: 15px;
    padding: 9px 13px;
  }

  .new-used h2 img {
    width: 5%;
  }

  .quick-one {
    width: 200px;
  }
  .quick-two {
    width: 290px;
  }
}

@media screen and (max-width: 900px) {
  .infobox {
    padding: 15px 0 8px 45px;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    text-align: left;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 860px) {
  .sec {
    height: 360px;
    width: 47%;
    margin: 20px 0.8% 0 0.8%;
  }

  .box-buttons a {
    width: 46%;
  }
}

@media screen and (max-width: 800px) {
  .one-third {
    width: 50%;
  }
  .two-third {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .show-768 {
    display: block;
  }
  .loc-list {
    font-size: 12px;
  }

  .headinfo {
    padding-top: 17px;
  }
  .headinfo h6 {
    font-size: 14px;
  }
  .headinfo span {
    font-size: 16px;
  }

  h2 {
    font-size: 20px;
  }
  h4 {
    font-size: 15px;
  }

  article {
    width: 100%;
    display: block;
    margin: 0px auto 0px auto;
    padding: 40px 0;
  }

  .half {
    text-align: left;
    float: none;
    min-width: none;
    margin-left: 0;
    width: 100%;
    min-width: 200px;
  }

  .half2 {
    width: 100%;
    float: none;
    margin: 40px auto 0 auto;
    padding-top: 0px;
  }
  .contact-info {
    width: 40%;
    margin: 0 0% 15px 0;
  }

  .hosted {
    text-align: center;
    float: none;
    width: 100%;
    max-width: 768px;
    margin-top: 10px;
  }

  .manu-logos a.lg {
    width: 45%;
    max-width: 250px;
  }
  .manu-logos a.med-sm {
    width: 19.4%;
    max-width: 145px;
  }

  .text-white .zoom-container {
    width: 49%;
  }

  .zoom-container {
    width: calc(33% - 4px);
  }

  .facebook-pop {
    text-align: center;
  }
}

@media screen and (max-width: 1360px) {
  .brand-logo {
    display: none;
  }
  .sec {
    width: 97%;
    height: auto;
    padding-bottom: 25px;
  }

  .logo img {
    max-width: 300px;
  }
  .headinfo {
    padding-top: 7px;
  }
  .headinfo span {
    font-size: 15px;
  }
  footer .col1,
  footer .col2,
  footer .col3 {
    float: none;
    width: 100%;
  }

  nav {
    margin-top: 10px;
    display: block;
    float: right;
    width: 100%;
    min-width: unset;
  }

  .show-tablet {
    display: block;
  }
  .hide-tablet {
    display: none;
  }

  #simple-menu {
    float: right;
    background: url(../siteart/mobile-nav-icon.png) no-repeat center center;
    height: 38px;
    filter: invert(1);
    width: 38px;
    display: block;
    cursor: pointer;
    padding-right: 25px;
  }
  #simple-menu:hover {
    background: url(../siteart/mobile-nav-icon-hover.png) no-repeat center
      center;
  }

  .text-white .sub {
    font-size: 18px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 16px;
  }
  h6 {
    font-size: 13px;
  }

  .orangetextwrap {
    display: block;
    text-align: left;
    float: left;
    background: #a2a568;
    width: 25%;
    min-width: 175px;
    text-align: right;
    padding: 4px 25px 0px 5px;
    color: #000000;
    margin-top: 40px;
  }

  .contact-info {
    width: 60%;
    padding-bottom: 8px;
  }

  .locations div {
    width: 48%;
    margin: 0 2% 15px 0;
  }
}

@media screen and (max-width: 620px) {
  .box-buttons a {
    width: 48%;
    margin: 0 auto;
  }
  .cont-top {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .headwrap {
    width: 100%;
  }
  .logo {
    width: 95%;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .logo img {
    margin: 0 auto;
  }

  .headinfo {
    float: none;
    text-align: center;
    padding: 10px 0;
  }
  .head-butt {
    float: none;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
  }

  .cat h1 {
    color: #ffffff;
    border-bottom: 2px solid #a1a1a1;
    margin-bottom: 15px;
  }

  .zoom-container {
    width: calc(50% - 4px);
  }

  .quick-link {
    width: 100% !important;
    padding-left: 0%;
    border-right: 0;
    text-align: center;
    height: auto;
  }
  .quick-link ul {
    padding-bottom: 0px;
  }

  .cycle-overlay {
    font-family: "roboto_regular";
    background: rgba(255, 255, 255, 0.8);
    width: 300px;
    padding: 20px 2% 15px 4%;
    margin-bottom: 4.5%;
  }
  .cycle-overlay img {
    margin-top: 0px;
  }
  .cycle-overlay p,
  .cycle-overlay h1 {
    font-size: 20px;
    line-height: 20px;
    color: #656746;
    font-weight: 400;
  }

  .cycle-overlay span {
    float: left;
    font-weight: 700;
    color: #656746;
    font-size: 24px !important;
    padding: 5px 15px 5px 0px;
    border-radius: 5px;
  }
  .pager {
    display: none;
  }
}

@media screen and (max-width: 545px) {
  .box-buttons a {
    width: 98%;
    margin: 8px auto;
  }
  .box-contain {
    padding: 10px;
  }

  #formpage2 .row-half {
    width: 100%;
    width: calc(100% - 4px);
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 515px) {
  .invbuttons a {
    background: #a2a568;
    border: 2px solid #fff;
    color: #000000;
    padding: 8px;
    border-radius: 5px;
    font-size: 18px;
    width: 80%;
    max-width: 500px;
    margin: 0 3% 18px 3%;
  }

  .zoom-container .zoom-caption h4 {
    font-size: 20px;
  }

  .one-third {
    width: calc(100% - 2px);
    float: none;
    margin: 30px auto 0 auto;
    padding: 15px 0 0 0;
    text-align: center;
    height: 200px;
  }
  .two-third {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-top: 0px;
  }
  .map-area {
    height: 230px;
  }
}

@media screen and (max-width: 480px) {
  nav {
    margin-top: 10px;
  }

  #formpage2 .row-half {
    width: 100%;
    margin-right: 0%;
  }

  .loc-list {
    width: 100%;
  }

  .cont-top span {
    display: block;
  }
}
@media screen and (max-width: 395px) {
  .top-bar h6 {
    font-size: 13px;
  }
  .top-bar img {
    width: 14px;
    margin-left: 10px;
    padding-right: 3px;
  }
  .fb2 {
    margin: 0px 5px 5px 0;
  }

  nav {
    margin-top: 10px;
  }

  .zoom-container .zoom-caption h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 375px) {
  .top-bar h6 {
    font-size: 12px;
  }

  .border-box .strikethrough {
    display: none;
  }
  .border-box h6 {
    width: 45%;
  }

  .hours .go-right {
    float: none;
  }

  .contact-info {
    width: 100%;
  }

  .brands a {
    width: 48%;
  }

  .loc {
    width: 100%;
    margin: 0 0% 20px 0;
  }
}
@media screen and (max-width: 355px) {
  .top-bar h6 {
    font-size: 12px;
  }
  .top-bar img {
    width: 16px;
    margin-left: 7px;
    padding-right: 3px;
  }
}

@media screen and (max-width: 335px) {
  .fb2 {
    margin: 0px auto;
    display: block;
    float: none;
    text-align: center;
  }
  .fb2 img {
    margin: 18px auto 0px auto;
    display: block;
    float: none;
    text-align: center;
    padding: 0px;
  }

  .top-bar h6 {
    display: block;
    text-align: center;
  }

  .cycle-overlay {
    font-family: "roboto_regular";
    background: rgba(255, 255, 255, 0.8);
    width: 260px;
    padding: 20px 2% 15px 4%;
    margin-bottom: 4.5%;
  }
  .cycle-overlay img {
    margin-top: 0px;
  }
  .cycle-overlay p,
  .cycle-overlay h1 {
    font-size: 18px;
    line-height: 18px;
    color: #656746;
    font-weight: 400;
  }

  .cycle-overlay span {
    float: left;
    font-weight: 700;
    color: #656746;
    font-size: 20px !important;
    padding: 5px 15px 5px 0px;
    border-radius: 5px;
  }
}
