* {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, sans-serif; }

ol, ul {
  list-style: none; }

.clear {
  clear: both;
  height: 0px;
  margin: 0; }

header, nav, article, section, footer, img {
  display: block; }

.clear-it:after {
  content: "";
  display: block;
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 115%; }

h1 {
  font-size: 32px;
  margin-bottom: 16px; }

h2 {
  font-size: 28px;
  margin-bottom: 14px; }

h3 {
  font-size: 26px;
  margin-bottom: 12px; }

h4 {
  font-size: 24px;
  margin-bottom: 10px; }

h5 {
  font-size: 20px;
  margin-bottom: 7px; }

h6 {
  font-size: 18px;
  margin-bottom: 5px; }

p {
  margin-bottom: 18px; }

.red {
  color: #cb1518; }

.dk-red {
  color: #B31215; }

.lt-gray {
  color: #e3e3e3; }

.dk-gray {
  color: #222; }

.black {
  color: #000; }

.white {
  color: #fff; }

.bold {
  font-weight: 700; }

.caps {
  text-transform: uppercase; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.black-link {
  color: black;
}
.black-link:hover, .black-link:active, .black-link:focus {
  color: black;
}

.white-link {
  color: white;
}
.white-link:hover, .black-link:active, .black-link:focus {
  color: white;
}

.row-tsd {
    margin: 0px;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  a.red-btn, a:hover.red-btn {
    background: #cb1518;
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
    a.red-btn:hover, a:hover.red-btn:hover {
      background: #B31215; }

ul.list {
  list-style: disc;
  margin: 0 0 14px 14px; }
  ul.list li {
    list-style: disc;
    margin-left: 14px; }

body {
  font-family: 'Open Sans', Arial, sans-serif;
  background: #222;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: none; }

.wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 1230px; }

.sm-wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 900px; }

.no-margin {
  margin: 0 !important; }

.full-img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.column1 {
  width: 8.33333%; }

.column2 {
  width: 16.66666%; }

.column3 {
  width: 25%; }
#contact .column3:first-of-type h4{
	    margin-left: 60%;
    white-space: nowrap;
}
.column4 {
  width: 33.33333%; }

.column5 {
  width: 41.66666%; }

.column6 {
  width: 50%; }

.column7 {
  width: 58.33333%; }

.column8 {
  width: 66.66666%; }

.column9 {
  width: 75%; }

.column10 {
  width: 83.33333%; }

.column11 {
  width: 91.66666%; }

.column12 {
  width: 100%; }

.col-pad-lt {
  padding: 0 0 0 2%; }

.col-pad-rt {
  padding: 0 2% 0 0; }

.col-pad-center {
  padding: 0 1%; }

.border-left {
  border-left: 1px #fff solid; }

.border-right {
  border-right: 1px #fff solid; }

/** header/nav styles **/
header {
  width: 100%;
  padding: 12px 0;
  background: #fff;
  border-top: 5px #cb1518 solid; }

.logo {
  width: 90%;
  margin: 0 auto; }
  .logo img {
    width: 100%;
    height: auto;
    max-width: 310px;
    margin: 0 auto; }

nav.clear-it {
  width: 100%;
  background: #cb1518; }
  nav.clear-it ul {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  nav.clear-it li {
    display: inline-block;
    position: relative; }
    nav.clear-it li:hover > ul {
      display: block;
      z-index: 99999; }
  nav.clear-it a:link, nav.clear-it a:active, nav.clear-it a:visited {
    color: #fff;
    font-weight: 700;
    display: block;
    line-height: 50px;
    font-size: 16px;
    padding: 0 13px; }
    nav.clear-it a:link:hover, nav.clear-it a:active:hover, nav.clear-it a:visited:hover {
      background: #B31215; }

nav.clear-it ul ul {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 50px;
  left: 0;
  width: 180px;
  background: #e3e3e3;
  text-align: left; }
  nav.clear-it ul ul ul {
    position: absolute;
    left: 100%;
    top: 0; }
  nav.clear-it ul ul li {
    float: none;
    position: relative;
    display: block; }
    nav.clear-it ul ul li a:link, nav.clear-it ul ul li a:active, nav.clear-it ul ul li a:visited {
      font-size: 14px;
      line-height: 16px;
      padding: 10px 0px 10px 10px;
      border-bottom: 1px solid #222;
      color: #000; }
      nav.clear-it ul ul li a:link:hover, nav.clear-it ul ul li a:active:hover, nav.clear-it ul ul li a:visited:hover {
        background: #000;
        color: #fff; }

#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 16px;
  background: #cb1518;
  color: #fff;
  margin: 0 !important;
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4); }
  #mobile-nav .close-nav {
    width: 100%;
    display: block;
    text-align: right;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px #fff solid;
    cursor: pointer; }
    #mobile-nav .close-nav i {
      font-size: 24px;
      margin-right: 15px; }
  #mobile-nav ul {
    clear: both;
    display: block;
    padding: 0; }
    #mobile-nav ul li {
      display: block;
      margin: 0;
      line-height: 40px;
      position: relative;
      border-bottom: 1px solid #fff; }
      #mobile-nav ul li a, #mobile-nav ul li span {
        padding: 0 15px;
        display: block;
        font-weight: 700;
        text-decoration: none;
        color: #fff; }
        #mobile-nav ul li a:hover, #mobile-nav ul li span:hover {
          background: #B31215;
          color: #fff; }
      #mobile-nav ul li.expandable .end {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: center; }
        #mobile-nav ul li.expandable .end.rotate {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    #mobile-nav ul ul {
      border-bottom: none;
      margin: 0;
      background: #000; }
      #mobile-nav ul ul.collapsed {
        display: none; }
      #mobile-nav ul ul.expanded {
        display: block !important; }
      #mobile-nav ul ul li {
        line-height: 40px;
        font-size: 14px; }
        #mobile-nav ul ul li:last-child {
          border-bottom: none; }
        #mobile-nav ul ul li a, #mobile-nav ul ul li span {
          color: #fff;
          padding-left: 30px; }
          #mobile-nav ul ul li a:hover, #mobile-nav ul ul li span:hover {
            background: #B31215; }

/** content styles **/
.top-section {
  width: 100%;
  display: block;
  border-bottom: 2px #222 solid;
  background: #000 url("../siteart/dk-pattern.jpg") repeat; }
  
  .cycle-slideshow {
    width: 100%;
    overflow: hidden; }
    .cycle-slideshow .cycle-pager {
      text-align: right;
      width: 100%;
      z-index: 500;
      position: absolute;
      bottom: 10px;
      right: 4%;
      overflow: hidden; }
      .cycle-slideshow .cycle-pager span {
        font-family: arial;
        font-size: 50px;
        width: 16px;
        height: 20px;
        line-height: 20px;
        display: inline-block;
        color: #ddd;
        cursor: pointer; }
        .cycle-slideshow .cycle-pager span.cycle-pager-active {
          color: #cb1518; }
    .cycle-slideshow .cycle-pager > * {
      cursor: pointer; }
    .cycle-slideshow .slide {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      width: 100%;
      top: 0;
      left: 0; }
      .cycle-slideshow .slide img {
        width: 100%;
        height: auto; }
.slide.cycle-slide {width:100%;}

.home-hero-overlay {
    position: absolute;
    top: 7vw;
    z-index: 501;
    width: 100%;
    text-align: center;
    background-color: white;/*#d3d7e0;*/
    padding: 50px;
}

.home-hero-overlay-text {
    font-size: 60px;
    color: #cb1518;
    position: relative;
    top: 40px;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-10-20 13:28:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.text-pop-up-top, .home-hero-overlay-text{-webkit-animation:text-pop-up-top .5s cubic-bezier(.25,.46,.45,.94) .5s both;animation:text-pop-up-top .5s cubic-bezier(.25,.46,.45,.94) .5s both}

@-webkit-keyframes text-pop-up-top{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:none}100%{-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:0 1px 0 #e6e6e6,0 2px 0 #e6e6e6,0 3px 0 #e6e6e6,0 4px 0 #e6e6e6,0 5px 0 #e6e6e6,0 6px 0 #e6e6e6,0 7px 0 #e6e6e6,0 8px 0 #e6e6e6,0 9px 0 #e6e6e6,0 50px 30px rgba(0,0,0,.3)}}@keyframes text-pop-up-top{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:none}100%{-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:0 1px 0 #e6e6e6,0 2px 0 #e6e6e6,0 3px 0 #e6e6e6,0 4px 0 #e6e6e6,0 5px 0 #e6e6e6,0 6px 0 #e6e6e6,0 7px 0 #e6e6e6,0 8px 0 #e6e6e6,0 9px 0 #e6e6e6}}

/*@-webkit-keyframes text-pop-up-top{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:none}100%{-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:0 1px 0 #FFF,0 2px 0 #FFF,0 3px 0 #FFF,0 4px 0 #FFF,0 5px 0 #FFF,0 6px 0 #FFF,0 7px 0 #FFF,0 8px 0 #FFF,0 9px 0 #FFF,0 50px 30px rgba(0,0,0,.3)}}@keyframes text-pop-up-top{0%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:none}100%{-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-shadow:0 1px 0 #FFF,0 2px 0 #FFF,0 3px 0 #FFF,0 4px 0 #FFF,0 5px 0 #FFF,0 6px 0 #FFF,0 7px 0 #FFF,0 8px 0 #FFF,0 9px 0 #FFF}}*/


.home-news-img {
    width: 50%;
    display: block;
    margin: auto;
    box-sizing: border-box;
    padding: 15px;
} 
.home-news-text {
    color: white;
}

article {
  width: 100%;
  background: #fff url("../siteart/pattern.jpg") repeat;
  padding: 55px 0; }

.brands {
  margin-top: 45px; }
  .brands a {
    background: rgba(227, 227, 227, 0.55);
    display: block;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    .brands a img {
      width: 100%;
      height: auto;
      max-width: 268px;
      margin: 0 auto; }
    .brands a:hover {
      background: #e3e3e3; }

.red-box {
  background: #cb1518;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  margin: 25px 0 15px 0; }

.loc-map iframe {
  width: 100%;
  height: 350px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #222 solid; }

.cycle-service, .cycle-parts {
  width: 100%;
  overflow: hidden; }
  .cycle-service img, .cycle-parts img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0; }

.manu-logos {
  width: 100%;
  display: block;
  margin: 25px 0; }
  .manu-logos img {
    width: 18%;
    height: auto;
    float: left;
    margin: 0 1% 20px 1%;
    max-width: 250px; }

.staff {
  width: 100%;
  display: block; }
  .staff div {
    width: 25%;
    padding: 0 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px; }
    .staff div img {
      width: 100%;
      height: auto;
      max-width: 300px;
      margin-bottom: 7px; }
    .staff div:nth-of-type(4n + 1) {
      clear: left; }

.news-block {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #222 dashed; }

.brand-logo {
  width: 100%;
  display: block;
  margin-bottom: 20px; }
  .brand-logo img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin: 0 auto; }

.cat-boxes {
  width: 100%;
  display: block; }
  .cat-boxes a {
    width: 20%;
    padding: 10px 1%;
    float: left;
    text-align: center;
    color: #cb1518;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .cat-boxes a img {
      width: 100%;
      height: auto;
      max-width: 187px;
      margin: 0 auto 10px auto; }
    .cat-boxes a span {
      border-top: 3px #222 solid;
      padding-top: 10px;
      display: block; }
    .cat-boxes a:hover {
      background: #e3e3e3; }

/** parts styles **/
.parts-btn-link {
    color: black;
    font-weight: 700;
    font-size: 20px;
}
.parts-btn-link:hover,
.parts-btn-link:active,
.parts-btn-link:focus{
    color: #cb1518;
}

.parts-btn {
    background: rgba(227, 227, 227, 0.55);
    display: block;
    margin: auto;
    width: 80%; 
    padding: 35px 15px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.parts-btn:hover,
.parts-btn:active,
.parts-btn:focus{
    background: #e3e3e3;
}

.parts-img {
    width: 100%;
    max-width: 275px;
    display: block;
    margin: auto;
    padding-bottom: 25px;
}

.parts-slideshow {
    padding-bottom: 35px;
}


/** contact styles **/
.hero {
  width: 100%;
  display: block; }
  .hero img {
    width: 100%;
    height: auto; }

.contact-team-pad {
    padding-top: 45px;
}

/** footer styles **/
.btm-nav {
  width: 100%;
  background: #cb1518;
  display: block; }
  .btm-nav ul {
    width: 100%;
    text-align: center; }
  .btm-nav li {
    display: inline-block;
    position: relative; }
  .btm-nav a:active, .btm-nav a:link, .btm-nav a:visited {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 10px; }
    .btm-nav a:active:hover, .btm-nav a:link:hover, .btm-nav a:visited:hover {
      background: #B31215; }

.foot {
  width: 100%;
  display: block;
  background: #000;
  padding: 35px 0;
  color: #fff; }
  .foot .foot-logo {
    width: 90%;
    margin: 0 auto 20px auto; }
    .foot .foot-logo img {
      width: 100%;
      height: auto;
      max-width: 156px;
      margin: 0 auto; }

footer {
  width: 100%;
  padding: 25px 0; }
  footer .copyright, footer .hosted-by {
    text-align: left;
    color: #999;
    font-size: 12px; }
  footer .hosted-by {
    text-align: right; }

::placeholder {
  color: #000;
  opacity: 1; }

:-ms-input-placeholder, ::-ms-input-placeholder {
  color: #000; }

#formpage label {
  display: block;
  margin-bottom: 3px; }
#formpage input {
  width: calc(100% - 12px);
  padding: 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  margin-bottom: 12px; }
  #formpage input:focus {
    background: #e3e3e3;
    color: #222;
    border: 1px solid #cb1518;
    outline-style: none; }
  #formpage input .checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff; }
  #formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline; }
  #formpage input.radio:focus, #formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none; }
  #formpage input.button, #formpage input.button:focus {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #cb1518;
    border: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-appearance: none; }
  #formpage input.button:hover {
    background: #B31215;
    color: #fff; }
#formpage textarea {
  width: calc(100% - 12px);
  padding: 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  height: 120px;
  margin-bottom: 12px; }
  #formpage textarea:focus {
    background: #e3e3e3;
    color: #222;
    border: 1px solid #cb1518;
    outline-style: none; }
#formpage select {
  width: calc(100% - 2px);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #ddd;
  color: #000;
  vertical-align: middle;
  font-size: 12px;
  line-height: normal;
  padding: 5px;
  margin-bottom: 12px; }
  #formpage select:focus {
    background: #e3e3e3;
    color: #222;
    border: 1px solid #cb1518;
    outline-style: none; }


/*===================== 
	form styles 
=======================*/
.center {
    text-align: center;
}

.sell-text {
    margin-top: 30px;
    margin-bottom: 0px;
}

.contact_form {
    margin: 15px auto;
    padding: 15px;
    border: 1px solid #989898;
    width: 100%;
    background-color: white;
    font-size: 14px;
}

.sell-header {
    color: #cb1518;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
}

.contact-p {
    font-size: 18px;
}

.sell-0 {
    margin-bottom: 0px!important;
}

.sell-label {
    font-size: 14px;
    font-weight: 400;
}

.submit-button {
    background-color: #cb1518;
    color: white;
    font-size: 18px;
    padding: 5px 15px; 
    border: 2px solid #cb1518;
    margin-top: 10px;
    margin-bottom: 30px;
}

.submit-button:hover{
    border: 2px solid #cb1518;
    color: #cb1518;
    background-color: white;
}

/*===================== 
	thank you styles 
=======================*/

.thanksrow {
    text-align: center;
}

.thankyou {
    font-weight: 700;
    text-align: center;
    color: #cb1518;
}

.thanks-text {
    font-size: 18px;
    text-align: center;
}

.thanks-button {
    color: white;
    background-color: #cb1518;
    padding: 10px 25px;
    border: 2px solid #cb1518;
    margin: 20px auto;
    font-size: 20px;
}

.thanks-button:hover{
    border: 2px solid #cb1518;
    color: #184c88;
    background-color: white;
}

/*control the Captcha */
.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: center;
  line-height: normal !important; }

.CaptchaImagePanel {
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  .CaptchaImagePanel img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 160px; }

.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: 3px auto;
  padding: 2px 0px 2px 0px !important; 
  background-color: white!important;
  border: 1px solid #989898!important;
  width: 250px!important;
  display: block;
  }

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 7px 0;
  padding: 8px 0 8px 0 !important; }
  .CaptchaWhatsThisPanel a {
    color: #000; }
    .CaptchaWhatsThisPanel a:hover {
      text-decoration: none; }

.show-1024, .show-tablet, .show-640 {
  display: none; }

@media screen and (max-width: 1475px) {
    .home-hero-overlay {
        top: 4vw;
    }
}

@media screen and (max-width: 1366px) {
  nav.clear-it a:link, nav.clear-it a:active, nav.clear-it a:visited {
    font-size: 14px;
    padding: 0 12px; }
  .top-section .cycle-slideshow {
    width: 80%; } 
    .home-news-img {
        width: 100%;}    }

@media screen and (max-width: 1165px) {
    .home-hero-overlay {
        top: 3vw;
        padding: 35px;
    }
    
    .home-hero-overlay-text {
        margin: 5px auto;
    }
}

@media screen and (max-width: 1140px) {
  nav.clear-it a:link, nav.clear-it a:active, nav.clear-it a:visited {
    font-size: 13px;
    padding: 0 7px; }
    nav.clear-it ul ul li a:link, nav.clear-it ul ul li a:active, nav.clear-it ul ul li a:visited {
    font-size: 13px; } 
    .btm-nav a:active, .btm-nav a:link, .btm-nav a:visited {
        padding: 0px 4px;
    }    
}
@media screen and (min-width: 1025px) {
  #mobile-nav {
    display: none !important; } }
@media screen and (max-width: 1024px) {
  .show-1024 {
    display: block; }

  .hide-1024 {
    display: none; }

  .column1-ht {
    width: 8.33333%; }

  .column2-ht {
    width: 16.66666%; }

  .column3-ht {
    width: 25%; }

  .column4-ht {
    width: 33.33333%; }

  .column5-ht {
    width: 41.66666%; }
	
	#contact .column3{width: 100%; clear: both; padding: 0 !important;}

#contact .column3:first-of-type h4{
	    margin-left: 0;
    white-space: normal;
}
	    .contact-team-pad {
        padding:0px    }
  .column6-ht {
    width: 50%; }

  .column7-ht {
    width: 58.33333%; }

  .column8-ht {
    width: 66.66666%; }

  .column9-ht {
    width: 75%; }

  .column10-ht {
    width: 83.33333%; }

  .column11-ht {
    width: 91.66666%; }

  .column12-ht {
    width: 100%; }

  .col-pad-lt-ht {
    padding: 0 0 0 2%; }

  .col-pad-rt-ht {
    padding: 0 2% 0 0; }

  .col-pad-center-ht {
    padding: 0 1%; }

  .col-pad-clear-ht {
    padding: 0; }

  body {
    font-size: 16px; }

  p {
    margin-bottom: 16px; }

  h1 {
    font-size: 30px;
    margin-bottom: 14px; }

  h2 {
    font-size: 26px;
    margin-bottom: 12px; }

  h3 {
    font-size: 24px;
    margin-bottom: 10px; }

  h4 {
    font-size: 22px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  #simple-menu {
    height: 36px;
    line-height: 36px;
    width: 80px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 700; }

  .staff div {
    width: 33.33333%; }
    .staff div:nth-of-type(4n + 1) {
      clear: none; }
    .staff div:nth-of-type(3n + 1) {
      clear: left; }

  .cat-boxes a {
    width: 33.33333%;
    margin-bottom: 20px;
    font-size: 18px; }

  .btm-nav a:active, .btm-nav a:link, .btm-nav a:visited {
    font-size: 12px;
    padding: 0 3px; } }

@media screen and (max-width: 815px) {
    .btm-nav a:active, .btm-nav a:link, .btm-nav a:visited {
        font-size: 11px;}}

@media screen and (max-width: 768px) {
  .show-tablet {
    display: block; }

  .hide-tablet {
    display: none; }

  .column1-vt {
    width: 8.33333%; }

  .column2-vt {
    width: 16.66666%; }

  .column3-vt {
    width: 25%; }

  .column4-vt {
    width: 33.33333%; }

  .column5-vt {
    width: 41.66666%; }

  .column6-vt {
    width: 50%; }

  .column7-vt {
    width: 58.33333%; }

  .column8-vt {
    width: 66.66666%; }

  .column9-vt {
    width: 75%; }

  .column10-vt {
    width: 83.33333%; }

  .column11-vt {
    width: 91.66666%; }

  .column12-vt {
    width: 100%; }

  .col-pad-lt-vt {
    padding: 0 0 0 2%; }

  .col-pad-rt-vt {
    padding: 0 2% 0 0; }

  .col-pad-center-vt {
    padding: 0 1%; }

  .col-pad-clear-vt {
    padding: 0; }

  article {
    padding: 35px 0; }

    .home-hero-overlay-text {
        font-size: 50px;
    }
    
  .loc-map iframe {
    height: 300px; }

  .staff div {
    width: 50%; }
    .staff div:nth-of-type(3n + 1) {
      clear: none; }
    .staff div:nth-of-type(odd) {
      clear: left; }

  .manu-logos img {
    width: 31.33333%; }

  .btm-nav {
    padding: 10px 0; }
    .btm-nav li {
      display: block; }
    .btm-nav a:active, .btm-nav a:link, .btm-nav a:visited {
      font-size: 14px;
      padding: 5px 0;
      line-height: 16px; }
    
  .foot {
    padding: 25px 0; } }

@media screen and (max-width: 725px) {
    .home-hero-overlay {
        top: 43vw;
        padding: 0px;
    }
    .home-hero-overlay-text {
        margin: 6px auto;
    }
}

@media screen and (max-width: 640px) {
  .show-640 {
    display: block; }

  .hide-640 {
    display: none; }

  .column1-hp {
    width: 8.33333%; }

  .column2-hp {
    width: 16.66666%; }

  .column3-hp {
    width: 25%; }

  .column4-hp {
    width: 33.33333%; }

  .column5-hp {
    width: 41.66666%; }

  .column6-hp {
    width: 50%; }

  .column7-hp {
    width: 58.33333%; }

  .column8-hp {
    width: 66.66666%; }

  .column9-hp {
    width: 75%; }

  .column10-hp {
    width: 83.33333%; }

  .column11-hp {
    width: 91.66666%; }

  .column12-hp {
    width: 100%; }

  .col-pad-lt-hp {
    padding: 0 0 0 2%; }

  .col-pad-rt-hp {
    padding: 0 2% 0 0; }

  .col-pad-center-hp {
    padding: 0 1%; }

  .col-pad-clear-hp {
    padding: 0; }

  body {
    font-size: 14px; }

  p {
    margin-bottom: 14px; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  header {
    border-top-width: 2px; }

  .logo img {
    max-width: 250px; }

  .top-section .award-box {
    padding: 15px 4%; }

  .brands {
    margin-top: 25px; }
    .brands a {
      padding: 20px 15px;
      width: 80%;
      margin: 0 auto 10px auto; }
      .brands a img {
        max-width: 165px; }

  .cat-boxes a {
    width: 50%;
    font-size: 16px;
    padding: 10px 2%; }

    .home-hero-overlay-text {
        font-size: 36px;
    }
    
    .daytona-part-choice-img {
        padding-bottom: 50px;    }   
    
    .contact-team-pad {
        padding:0px    }
    
  .foot .foot-logo img {
    max-width: 120px; }
  .foot .border-left {
    border-left: none;
    border-top: 1px #fff solid;
    padding-top: 15px; }
  .foot .border-right {
    border-right: none;
    border-bottom: 1px #fff solid;
    margin-bottom: 15px; }

  footer {
    padding: 20px 0; }
    footer .copyright, footer .hosted-by, footer .hosted-by {
      font-size: 10px;
      text-align: center; } }
@media screen and (max-width: 480px) {
  .column1-vp {
    width: 8.33333%; }

  .column2-vp {
    width: 16.66666%; }

  .column3-vp {
    width: 25%; }

  .column4-vp {
    width: 33.33333%; }

  .column5-vp {
    width: 41.66666%; }

  .column6-vp {
    width: 50%; }

  .column7-vp {
    width: 58.33333%; }

  .column8-vp {
    width: 66.66666%; }

  .column9-vp {
    width: 75%; }

  .column10-vp {
    width: 83.33333%; }

  .column11-vp {
    width: 91.66666%; }

  .column12-vp {
    width: 100%; }

  .col-pad-lt-vp {
    padding: 0 0 0 2%; }

  .col-pad-rt-vp {
    padding: 0 2% 0 0; }

  .col-pad-center-vp {
    padding: 0 1%; }

  .col-pad-clear-vp {
    padding: 0; }

  .top-section .award-box {
    font-size: 14px; }

  .loc-map iframe {
    height: 250px; }

  .staff div {
    width: 100%; }

  .manu-logos img {
    width: 48%; } }
