﻿/*Shorthand functions*/
/*CSS effects*/
a {
  -moz-transition: color 200ms ease-in;
  -o-transition: color 200ms ease-in;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  text-decoration: none;
}
a:hover {
  color: #000;
}
.fadein {
  opacity: 0;
  transform-origin: 50% 50%;
  transform: translateY(15px);
  transition: all 600ms ease;
}
.fadedin {
  opacity: 1;
  transform-origin: 50% 50%;
  transform: translateY(0);
}
.zoomin {
  opacity: 0;
  transform-origin: 50% 50%;
  transform: scale(1.1, 1.1);
  transition: all 1000ms ease;
}
.zoomedin {
  opacity: 1;
  transform-origin: 50% 50%;
  transform: scale(1, 1);
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
.grid-containerMax {
  max-width: 1860px;
  margin: 0 auto;
}
.full-height {
  height: 100%;
}
.hiddenNav {
  position: absolute;
  right: 0;
  top: 100px;
  display: block;
  z-index: 100;
}
.NavContainer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #000;
  text-align: right;
}
.hiddenNav li {
  margin-bottom: 30px;
}
.hiddenNav a {
  color: #7f7f7f;
  clear: both;
}
.hiddenNav a:hover {
  color: #ec6607;
  clear: both;
}
.err {
  color: rgba(255, 0, 0, 0.8) !important;
}
.invalid {
  border-left: 4px solid rgba(255, 0, 0, 0.8) !important;
}
.sub-menu {
  display: none;
  margin-top: 15px;
  margin-right: 0px;
  background-color: #1a1a1a;
}
.sub-menu li {
  margin-bottom: 0 ;
  padding-bottom: 0;
}
.tbSearch {
  z-index: 8000;
  position: absolute;
  right: 0;
  top: 100px;
  display: none;
}
.tbSearch input {
  border: 1px solid #C9C9C9;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  padding-left: 20px;
  height: 40px;
}
@media screen and (max-width: 39.9375em) {
  .hiddenNav {
    width: 100%;
  }
  .openNav {
    width: 100% !important;
    height: auto;
    opacity: 1;
    padding: 85px 70px 45px 0;
  }
}
@media screen and (min-width: 40em) {
  .openNav {
    width: 500px !important;
    height: auto;
    opacity: 1;
    padding: 85px 70px 45px 0;
  }
}
.navParts {
  width: 1090px;
}
.navAbout {
  width: 1090px;
}
.NavContainerFull {
  opacity: 0;
  pointer-events: none;
  height: 0px !important;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  color: white;
  text-align: right;
}
.NavContainerFull .cell div {
  padding-bottom: 24px;
}
.openNavFull {
  opacity: 1 !important;
  pointer-events: auto !important;
  height: auto !important;
  padding: 40px 60px;
}
@media screen and (min-width: 40em) {
  .homepage_first_section_tx {
    font-size: 26px;
    line-height: 26px;
  }
  footer {
    padding: 58px 0;
  }
  .newsletter_tt {
    font-size: 30px;
  }
  .news_block,
  .instragram_block {
    height: 550px;
  }
  #parts_section a span {
    font-size: 20px;
  }
  #keep_up_to_date {
    padding: 90px 0;
  }
  #keep_up_to_date .fa-caret-right {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 26px 34px;
    font-size: 26px;
    background-color: #fff;
  }
  #keep_up_to_date input[type=text] {
    border: 1px solid #F5F5F5;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    padding-left: 60px;
    height: 80px;
  }
  #keep_up_to_date [type=text]::-webkit-input-placeholder {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 18px;
  }
  #keep_up_to_date [type=text]:-moz-placeholder {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 18px;
  }
  #keep_up_to_date [type=text]::-moz-placeholder {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 18px;
  }
  #keep_up_to_date [type=text]:-ms-input-placeholder {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 18px;
  }
  #keep_up_to_date [type=text]::-ms-input-placeholder {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 18px;
  }
  .tbSearch input {
    width: 400px;
  }
  .homepage_second_tt {
    font-size: 20px;
    font-weight: 500;
  }
}
@media screen and (max-width: 39.9375em) {
  .tierHeader {
    height: 200px !important;
  }
  .error_page .grid-container {
    min-height: calc(100vh - 100px - 66px);
  }
  .newsletter_tt {
    font-size: 20px;
  }
  .more_about_us .cell:nth-child(3) {
    display: none;
  }
  .show-for-xlarge {
    display: none;
  }
  .tbSearch input {
    width: 100%;
  }
  #keep_up_to_date {
    padding: 60px 0;
  }
  #keep_up_to_date .fa-caret-right {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 16px 28px;
    font-size: 26px;
    background-color: #fff;
  }
  #keep_up_to_date input[type=text] {
    border: 1px solid #F5F5F5;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    padding-left: 30px;
    height: 60px;
  }
  .ProductBackTo {
    float: right;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    z-index: 4;
    font-weight: bold;
  }
  #keep_up_to_date [type=text]::-webkit-input-placeholder {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 14px;
  }
  #keep_up_to_date [type=text]:-moz-placeholder {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 14px;
  }
  #keep_up_to_date [type=text]::-moz-placeholder {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 14px;
  }
  #keep_up_to_date [type=text]:-ms-input-placeholder {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 14px;
  }
  #keep_up_to_date [type=text]::-ms-input-placeholder {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 14px;
  }
  .homepage_first_section {
    height: 425px;
  }
  .homepage_second_section {
    min-height: 220px;
  }
  .homepage_third_section {
    min-height: 250px;
  }
  .find_part_font {
    font-size: 16px;
    line-height: 16px;
  }
  .find_part_tt {
    padding: 0 20px;
    display: block;
  }
  .search_part {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #parts_section a span {
    font-size: 16px;
  }
  .featured_product1,
  .featured_product2 {
    width: 320px;
    display: block !important;
    margin: 0 auto 60px auto;
  }
  .featured_container {
    padding: 100px 0 30px 0;
    display: inline-block;
  }
  .news_block,
  .instragram_block {
    height: 335px;
  }
  .news_text_block {
    padding: 50px 0;
  }
  .twitter_block {
    padding: 70px 0;
  }
  #locate_dealer .grid-containerMax {
    padding-top: 40px;
  }
  .p_text_size,
  .p_text_size p,
  .p_text_size a {
    font-size: 12px;
  }
  .featured_p_tt {
    font-size: 30px;
    line-height: 30px;
    color: white;
  }
  .btn_text_size {
    font-size: 16px;
  }
  footer i {
    font-size: 20px !important;
    display: block;
    padding: 8px 0;
  }
  .product_filter_btn {
    cursor: pointer;
    color: #ec6607;
  }
}
@media screen and (max-width: 99.9375em) {
  .tierHeader .grid-padding-x > .cell {
    padding-right: calc(.9375rem * 3);
    padding-left: calc(.9375rem * 3);
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product_filter_btn {
    cursor: pointer;
    color: #ec6607;
  }
  .more_about_us .cell:nth-child(3) {
    display: none;
  }
  .show-for-xlarge {
    display: none;
  }
  .error_page .grid-container {
    min-height: calc(100vh - 100px - 266px);
  }
  footer i {
    font-size: 22px !important;
    display: block;
  }
  .ProductBackTo {
    float: right;
    padding-right: 15px;
    padding-top: 64px;
    font-size: 16px;
    font-weight: 500;
    z-index: 4;
    font-weight: bold;
  }
  #featured_products img {
    width: 100%;
  }
  .homepage_first_section_tx {
    font-size: 40px;
    line-height: 40px;
  }
  .btn_text_size {
    font-size: 18px;
  }
  .news_text_block {
    padding: 100px 0;
  }
  .twitter_block {
    padding: 115px 0;
  }
  .homepage_first_section {
    height: 680px;
  }
  .homepage_second_section {
    height: 350px;
  }
  .homepage_third_section {
    height: 400px;
  }
  .find_part_font {
    font-size: 20px;
  }
  .search_part {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .featured_product1,
  .featured_product2 {
    width: 422px;
    display: block !important;
    margin: 0 auto 60px auto;
  }
  .featured_container {
    padding: 60px 0 20px 0;
    display: inline-block;
  }
  .homepage_second_tt {
    font-size: 35px;
    font-weight: 500;
  }
  #locate_dealer .grid-containerMax {
    padding-top: 60px;
  }
  .p_text_size,
  .p_text_size p,
  .p_text_size a {
    font-size: 14px;
  }
  .featured_p_tt {
    font-size: 50px;
    line-height: 50px;
    color: white;
  }
}
@media screen and (min-width: 64em) {
  .error_page .grid-container {
    min-height: calc(100vh - 100px - 296px);
  }
  footer i {
    font-size: 22px !important;
    display: block;
  }
  .ProductBackTo {
    float: right;
    padding-right: 15px;
    padding-top: 64px;
    font-size: 16px;
    font-weight: 500;
    z-index: 4;
    font-weight: bold;
  }
  .btn_text_size {
    font-size: 18px;
  }
  .featured_p_tt {
    font-size: 50px;
    line-height: 50px;
    color: white;
  }
  .homepage_first_section {
    height: 850px;
  }
  .homepage_first_section_tx {
    padding-bottom: 160px;
    padding-left: 40px;
    font-size: 50px;
    line-height: 50px;
  }
  .homepage_second_section,
  .homepage_third_section {
    height: 100%;
  }
  .homepage_second_section40 {
    height: 40%;
  }
  .homepage_third_section60 {
    height: 60%;
  }
  .find_part_font {
    font-size: 24px;
  }
  .featured_product1 {
    float: right;
  }
  .homepage_second_tt {
    font-size: 35px;
    font-weight: 500;
  }
  .p_text_size,
  .p_text_size p,
  .p_text_size a {
    font-size: 14px;
  }
  .twitter_colour i {
    color: #fff !important;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
  }
  .twitter_colour:hover i {
    color: #1dcaff !important;
    text-shadow: none;
  }
  .twitter_colour:active i,
  .twitter_colour:focus i {
    color: #1dcaff !important;
    text-shadow: none;
  }
}
@media screen and (min-width: 64em) and (max-width: 99.9375em) {
  .show-for-xlarge {
    display: none;
  }
  .grid-containerMax .grid-x {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .featured_product_margin1 {
    margin-right: 16px;
  }
  .featured_product_margin2 {
    margin-left: 16px;
  }
  .featured_container {
    padding: 50px 40px;
    border: 1px solid #7f7f7f;
    display: inline-block;
    float: right;
  }
  .featured_product2 {
    margin-right: 100px;
  }
  .featured_product1 {
    margin-left: 100px;
  }
}
@media screen and (min-width: 100em) {
  .featured_product_margin1 {
    width: 580px;
    margin-left: 140px;
  }
  .featured_product_margin2 {
    width: 580px;
    margin-right: 140px;
    float: right;
  }
  .featured_container {
    padding: 80px 96px;
    border: 1px solid #7f7f7f;
    display: inline-block;
    float: right;
  }
}
.homepage_second_section a {
  color: #fff;
}
.homepage_second_section a:hover {
  color: #ec6607;
}
.homepage_third_section .quality {
  padding-left: 40px;
  cursor: pointer;
}
.homepage_third_section .quality:hover .homepage_third_tt,
.homepage_third_section .quality:hover .p_text_size {
  color: #ec6607;
}
.homepage_third_section .quality:hover .homepage_third_tt span,
.homepage_third_section .quality:hover .p_text_size span {
  color: #ec6607 !important;
}
.br {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#news_media a,
#news_media .twitter_block i,
#news_media .twitter_block a,
nav ul a,
footer a,
#locate_dealer a,
#keep_up_to_date a,
.at {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.at_slow {
  -webkit-transition: all 1200ms ease-out;
  -moz-transition: all 1200ms ease-out;
  -ms-transition: all 1200ms ease-out;
  -o-transition: all 1200ms ease-out;
  transition: all 1200ms ease-out;
}
.newsletter_tt {
  font-weight: bold;
}
#keep_up_to_date a {
  color: #ec6607;
}
#keep_up_to_date a:hover {
  color: #000;
}
footer {
  background: #000;
  color: #7f7f7f;
  font-size: 14px;
}
footer li {
  padding: 4px 0;
}
footer b {
  color: white;
}
footer ul {
  list-style: none;
  margin: 0;
}
footer a {
  color: #7f7f7f;
}
footer a:hover {
  color: white;
}
footer a b {
  color: white;
}
footer a b:hover {
  color: #ec6607;
}
footer a:focus,
footer a:active {
  color: #ec6607;
}
/*contact form*/
input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
textarea:focus,
textarea:active {
  border-color: rgba(40, 40, 40, 0.2);
  box-shadow: none;
  background-color: #f2f2f2;
  color: #7f7f7f;
}
.tbEmailAddressSubscribe:hover,
.tbEmailAddressSubscribe:active,
.tbEmailAddressSubscribe:focus {
  border-color: rgba(40, 40, 40, 0.32) !important;
  box-shadow: none;
  background-color: #dadada !important;
  color: #656565 !important;
}
.form [type=text],
.form [type=password] {
  height: 54px;
}
.form textarea {
  min-height: 150px;
}
.form textarea::-webkit-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form textarea:-moz-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form textarea::-moz-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form textarea:-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form textarea::-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=email]::-webkit-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=email]:-moz-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=email]::-moz-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=email]:-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=email]::-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=text]::-webkit-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=text]:-moz-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=text]::-moz-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=text]:-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=text]::-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=password]::-webkit-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=password]:-moz-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=password]::-moz-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=password]:-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=password]::-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=tel]::-webkit-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=tel]:-moz-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=tel]::-moz-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=tel]:-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
.form [type=tel]::-ms-input-placeholder {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 18px;
}
nav ul {
  list-style: none;
  text-transform: uppercase;
}
nav ul li {
  display: inline-block;
  padding: 8px 10px;
  margin: 0 12px;
  float: right;
}
nav ul a {
  color: #000;
}
nav ul a:active,
nav ul a:focus,
nav ul a:hover {
  color: #ec6607;
}
.twitter_colour:hover {
  color: #379AF2;
}
nav i {
  font-size: 26px !important;
}
.featured_image_container {
  width: 100%;
}
/*  Tier  */
.tierHeader {
  height: 300px;
  position: relative;
}
.tierHeaderOverlay {
  background: -moz-linear-gradient(left, #000000 0%, #000000 41%, #000000 48%, rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #000000 41%, #000000 48%, rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000000 0%, #000000 41%, #000000 48%, rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1000', endColorstr='@color100000', GradientType=1);
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.tierHeader .br {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.tierHeader .grid-container {
  z-index: 3;
  position: relative;
}
.tierHeader .breadcrumb {
  position: absolute;
  left: 45px;
  top: 35px;
  z-index: 100;
}
.tierHeader .selected_bcrumb {
  font-weight: bold;
  color: white !important;
}
.tierHeader .breadcrumb a,
.generic_breadcrumb .breadcrumb a {
  color: #7f7f7f;
  font-size: 12px;
}
.generic_breadcrumb .selected_bcrumb {
  font-weight: bold;
  color: #000 !important;
}
.generic_breadcrumb .breadcrumb {
  padding-left: 15px;
  padding-top: 64px;
}
.secondary-breadcrumb {
  padding-top: 15px;
  margin-top: 30px;
  border-top: 2px solid #EBEBEB;
}
.secondary-breadcrumb a {
  color: #7f7f7f;
  font-size: 14px;
}
.secondary-breadcrumb a:last-child {
  font-weight: bold;
}
.tierHeader .grid-container,
.tierHeader .grid-x,
.tierHeader .br {
  height: 100%;
}
.page h1 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
}
@media screen and (max-width: 39.9375em) {
  .page .tierHeader h1 {
    font-size: 25px;
    line-height: 32px;
  }
  .page .tierHeader .align-middle {
    padding-top: 30px!important;
  }
}
.page h5 {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}
.page p,
.page li {
  font-size: 15px;
  color: #7f7f7f;
  line-height: 24px;
}
.page hr {
  border-bottom: 2px solid #F2F2F2;
  margin: 50px 0 70px 0;
  width: 100%;
}
.page .nr {
  font-size: 125px;
  line-height: 100px;
  font-weight: 800;
  border-left: 1px solid #ddd;
}
.page .numbers .cell:nth-last-child(1) .nr {
  border-right: 1px solid #ddd;
}
.page-content p a,
.page-content p strong span {
  color: #1b99d6 !important;
}
.nr_tx {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  padding-top: 30px;
}
.tier_links {
  font-size: 16px;
  font-weight: 500;
}
.tier_links img:hover {
  box-shadow: 0 0 0 2px rgba(236, 102, 7, 0.2);
}
.tier_links div {
  padding: 38px 0 48px 0;
}
.tier_links i {
  color: #ec6607;
}
.tier_links .at {
  color: #000;
}
.tier_links:hover .at {
  color: #ec6607;
}
.page #find_part select {
  margin: 0;
  height: 64px;
  border-color: #EBEBEB;
  border-width: 2px;
  border-radius: 0;
  background-image: url(/images/content/sort.png);
  background-size: 13px 22px;
  background-position: calc(100% - 15px) center;
  padding-left: 35px;
}
.page #find_part select:hover,
#find_part select:active,
#find_part select:focus {
  box-shadow: none;
  border-color: #bbb;
}
.page #find_part .grid-container {
  max-width: 1440px;
}
.page #find_part a {
  color: #000;
}
.page #find_part a:hover {
  color: #ec6607;
}
.page .locate_dealer_tier select {
  margin: 0;
  height: 64px;
  border-color: #EBEBEB;
  font-weight: 300;
  font-size: 16px;
  border-width: 2px;
  border-radius: 0;
  background-image: url(/images/content/sort.png);
  background-size: 13px 22px;
  background-position: calc(100% - 15px) center;
  padding-left: 35px;
}
.page .locate_dealer_tier select:hover,
#find_part select:active,
#find_part select:focus {
  box-shadow: none;
  border-color: #bbb;
}
.page .locate_dealer_tier .grid-container {
  max-width: 1440px;
}
.page .locate_dealer_tier a {
  color: #000;
}
.page .locate_dealer_tier a:hover {
  color: #ec6607;
}
.page .locate_dealer_tier input {
  margin: 0;
  height: 64px;
  border-color: #EBEBEB;
  border-width: 2px;
  border-radius: 0;
  padding-left: 35px;
}
.page .locate_dealer_tier input:hover,
.locate_dealer_tier input:active,
.locate_dealer_tier input:focus {
  box-shadow: none;
  border-color: #bbb;
}
.page .locate_dealer_tier [type=text]::-webkit-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.page .locate_dealer_tier [type=text]:-moz-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.page .locate_dealer_tier [type=text]::-moz-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.page .locate_dealer_tier [type=text]:-ms-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.page .locate_dealer_tier [type=text]::-ms-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.tbFindPart {
  height: 46px;
  font-size: 24px;
  padding-bottom: 50px;
  border: 0 !important;
  font-weight: 300;
  border-bottom: 2px solid #EBEBEB !important;
  text-align: center;
  box-shadow: none;
  background: none !important;
}
.tbFindPart:hover,
.tbFindPart:active,
.tbFindPart:active {
  box-shadow: none;
  outline: 0;
  border: 0;
  text-align: center;
  border-bottom: 2px solid #EBEBEB;
  background: none !important;
}
.submitform [type=text],
.submitform textarea {
  margin: 0 0 1rem;
  height: 64px;
  border-color: #EBEBEB;
  border-width: 1px;
  border-radius: 0;
  padding-left: 35px;
  box-shadow: none;
}
.submitform textarea {
  padding-top: 18px;
}
.submitform [type=text]:hover,
.submitform [type=text]:active,
.submitform [type=text]:focus {
  box-shadow: none;
  border-color: #bbb;
}
.submitform select {
  margin: 0 0 1rem;
  height: 64px;
  border-color: #EBEBEB;
  border-width: 1px;
  border-radius: 0;
  background-image: url(/images/content/sort.png);
  background-size: 13px 22px;
  background-position: calc(100% - 15px) center;
  padding-left: 35px;
}
.submitform select:hover,
.submitform select:active,
.submitform select:focus {
  box-shadow: none;
  border-color: #bbb;
}
.submitform [type=text]::-webkit-input-placeholder,
.submitform textarea::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.submitform [type=text]:-moz-placeholder,
.submitform textarea:-moz-placeholder {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.submitform [type=text]::-moz-placeholder,
.submitform textarea::-moz-placeholder {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.submitform [type=text]:-ms-input-placeholder,
.submitform textarea:-ms-input-placeholder {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.submitform [type=text]::-ms-input-placeholder,
.submitform textarea::-ms-input-placeholder {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.page .grid-container {
  max-width: 1440px;
}
.paging a,
.paging {
  color: #989898;
}
.paging a b {
  color: #000;
}
.paging-numbers {
  padding: 0 10px;
}
.paging-numbers .page_nr:hover,
.paging-arrow:hover {
  color: #000;
}
.view_product_btn {
  height: 55px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 55px;
}
.find_stockist_btn {
  height: 55px;
  border: 1px solid #f2f2f2;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 55px;
}
.view_productB_btn {
  height: 70px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 70px;
}
.find_stockistB_btn {
  height: 70px;
  border: 1px solid #f2f2f2;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 70px;
}
.view_product_btn:hover,
.view_productB_btn:hover {
  color: #ec6607;
}
.find_stockist_btn:hover,
.find_stockistB_btn:hover {
  color: #fff;
  border-color: #ec6607;
  background-color: #ec6607;
}
.filter_by {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
}
.filter:hover,
.filter_by_item:hover {
  color: #ec6607;
  cursor: pointer;
}
.filter_by i {
  float: right;
  line-height: 22px;
  color: #989898;
}
.sel {
  color: #000 !important;
  font-weight: bold;
}
.filter_by_items {
  display: none;
  padding: 16px 0 16px 16px;
}
.filter_by_item {
  clear: both;
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  color: #000;
}
.filter_by_item:before {
  content: '\f096';
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  color: #000;
  left: 0;
  top: -2px;
}
.filter_by_item.sel:before {
  content: '\f046';
}
.filter_by_item.grey-out:not(.sel) {
  color: rgba(0, 0, 0, 0.24) !important;
}
.img_full {
  width: 100%;
}
.generic_social_media {
  padding-bottom: 46px;
}
.generic_social_media a {
  color: #CCCCCC;
  margin-right: 54px;
  font-size: 22px;
}
.generic_social_media a:hover {
  color: #ec6607;
}
.template-6 #other-links a {
  color: #222;
}
.template-6 #other-links a .fa-caret-right {
  color: #eaeaea;
  vertical-align: middle;
  font-size: 24px;
}
.template-6 #other-links a span {
  vertical-align: middle;
  margin-left: 8px;
}
.template-6 #other-links a:hover .fa-caret-right {
  color: #ec6607;
}
.template-6 h1 {
  font-size: 32px;
  line-height: 24px;
  font-weight: bold;
}
.template-6 .product_code {
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: 400;
}
.generic_gradient {
  pointer-events: none;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 41%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 41%, #ffffff 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 41%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=0);
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.35;
}
.page {
  position: relative;
}
strong {
  font-size: 20px;
  font-weight: 500;
  color: #1b99d6;
}
.fa-twitter:hover {
  color: #379AF2;
}
.fa-facebook:hover {
  color: #3b5998;
}
.fa-share:hover {
  color: black;
}
.fa-pinterest:hover {
  color: #B91725;
}
.product-images-container img {
  margin-bottom: 34px;
}
.template-7 a {
  color: #000;
}
.template-7 a:hover {
  color: #ec6607;
}
.template-3 img {
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  -webkit-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
}
.template-3 img:hover {
  box-shadow: 0 0 0 1px #f5f5f5;
}
.template-4 .find_part_font .ei-search-icon {
  display: none;
}
.template-4 .tbFindPart {
  margin: 0;
}
.template-4 .find_part_font {
  padding-bottom: 20px;
}
/*.product-images-container {
    .medium-only( {
        img:not(:first-child) {
            display: none;
        }
    }

    );

    .small-only( {
        img:not(:first-child) {
            display: none;
        }
    }

    );
}*/
.recent-articles a {
  color: #000;
}
.recent-articles a:hover {
  color: #ec6607;
}
.ei-search-icon {
  display: none;
}
.template-15 {
  padding-bottom: 120px;
}
.template-15 h1,
.template-15 h2,
.template-15 h3,
.template-15 h4,
.template-15 h5,
.template-15 h6,
.template-15 p {
  color: #000;
}
.template-15 .search-paging a {
  margin-right: 12px;
}
.template-15 .Selected {
  font-weight: bold;
  text-decoration: underline;
}
.template-15 a {
  color: #000;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.template-15 a:hover {
  color: #ec6607;
}
.template-15 a strong {
  color: #000;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.template-15 a strong:hover {
  color: #ec6607;
}
.paging-current {
  font-weight: bold;
  color: #111 !important;
}
.product-landing-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  padding: 16px 0 20px 0 !important;
  color: #989898;
}
.product-landing-text p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.product-landing-text li {
  /*list-style-position: inside;
        margin-left: -18px;*/
  font-weight: 400;
}
.product-landing-text::first-letter {
  text-transform: uppercase;
}
.product-landing-text strong {
  color: #989898;
  font-size: 14px;
  font-weight: bold;
}
.product-generic-image {
  cursor: pointer;
}
.product-generic-image:hover {
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.view-answer-block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.view-answer-block .view-answer-title {
  color: #989898;
  font-size: 20px;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.view-answer-block .view-answer-link {
  color: #ec6607;
  font-size: 16px;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.view-answer-block .view-answer-link span {
  vertical-align: middle;
}
.view-answer-block .view-answer-link i {
  font-size: 32px;
  vertical-align: middle;
  margin-left: 24px;
}
.view-answer-block:hover .view-answer-title {
  color: #ec6607;
}
.view-answer-block:hover .view-answer-link {
  color: #000;
}
/*--- Download template*/
.download-block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.download-block .download-title {
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 20px;
  color: #000;
}
.download-block .download-text {
  font-size: 14px;
  color: #989898;
}
.download-block .view-answer-link {
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #ec6607;
  font-size: 16px;
}
.download-block .view-answer-link span {
  vertical-align: middle;
}
.download-block .view-answer-link i {
  font-size: 32px;
  vertical-align: middle;
  margin-left: 24px;
}
.download-block:hover .download-title {
  color: #ec6607;
}
.download-block:hover .view-answer-link {
  color: #000;
}
.template-20 .grid-tiled h2 {
  font-size: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.template-20 .grid-tiled .tile {
  margin: 16px;
  float: left;
  height: 220px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.template-20 .grid-tiled .tile .ei-input.ei-checkbox {
  margin-top: 4px;
}
.template-20 .grid-tiled .tile .label {
  color: #000;
  background-color: transparent;
  border-radius: 0;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 64em) {
  .template-20 .grid-tiled .tile {
    width: calc(20% - 32px);
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .template-20 .grid-tiled .tile {
    width: calc(25% - 32px);
  }
}
@media screen and (max-width: 39.9375em) {
  .template-20 .grid-tiled .tile {
    width: calc(50% - 32px);
  }
}
.template-20 strong,
.template-20 b {
  color: #ec6607;
  font-weight: bold;
}
.template-20 a {
  color: #ec6607;
}
.template-20 a:hover {
  color: #000;
}
.template-20 .pnlBulkDownload a {
  display: inline-block;
  padding: 4px 8px;
  color: #ec6607;
}
.template-20 .pnlBulkDownload a:hover {
  color: #000;
}
.template-20 .pnlBulkDownload i {
  display: inline-block;
  margin-right: 10px;
}
.template-20 [type=text] {
  margin: 0;
  border-radius: 0;
  width: 100% !important;
  height: 40px;
}
.template-20 .button {
  background-color: #000;
  margin: 0;
  width: 100%;
  border-radius: 0;
  height: 40px;
}
.template-20 .button:hover {
  background-color: #ec6607;
}
.template-20 select {
  border-radius: 0;
  border: 2px solid #000;
  height: 40px;
}
.oil-header .cell {
  background-color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.oil-header .cell p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 14px;
  padding-bottom: 20px;
}
.oil-header .cell p.first {
  padding-left: 15px;
}
.oil-header .cell.alt {
  background-color: #464646;
}
h2.model-name {
  font-weight: bold;
  font-size: 35px;
  line-height: 38px;
  color: #1b99d6;
  padding-bottom: 30px;
}
.oil-result .cell {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.oil-result .cell p {
  color: #7f7f7f;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.oil-result .cell p.first {
  padding-left: 15px;
}
.oil-result .cell a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.oil-result .cell.alt {
  background-color: #f5f5f5;
}
@media screen and (max-width: 63.9375em) {
  .oil-result .cell {
    border-bottom: none;
  }
  .oil-result .cell .model-content .cell {
    justify-content: flex-start;
    border-bottom: 1px solid #ebebeb;
  }
  .oil-result .cell h3 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
  }
  .oil-result .cell h3:before {
    position: absolute;
    right: 10px;
    top: 0px;
    /*transform: translateY(-50%);*/
    content: '\f0d7';
    font-size: 26px;
    color: #ec6607;
    font-family: FontAwesome;
  }
  .oil-result .cell h3.selected:before {
    content: '\f0d8';
  }
  .oil-result .cell p {
    color: #1b99d6;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  .oil-result .cell p.first {
    padding-left: 15px;
  }
  .oil-result .cell a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
  }
  .oil-result .cell.alt {
    background-color: #fff;
  }
}
.oil-content p {
  font-size: 22px;
  font-weight: 300;
  color: #000;
}
.sub-pages .subPageBox .popWaiter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99999;
}
.sub-pages .subPageBox .popInfo {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 100%;
  transition: all 500ms ease-in-out;
  color: white;
}
.sub-pages .subPageBox .popInfo p {
  padding: 0 70px;
  text-align: center;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.sub-pages .subPageBox.medium-4 .popInfo p {
  font-size: 17px;
  line-height: 21px;
}
.sub-pages .subPageBox .img-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.sub-pages .subPageBox .img-container:hover .popInfo {
  top: 0;
}
#banner-buttons {
  padding-top: 10px;
}
#banner-buttons a,
.banner-buttons a {
  color: #fff;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #000;
  font-weight: 300;
  display: block;
  padding-left: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  #banner-buttons a,
  .banner-buttons a {
    margin-right: 15px;
    width: 20%;
    display: inline-block;
  }
}
#banner-buttons a .btn_text_size,
.banner-buttons a .btn_text_size {
  font-size: 14px !important;
}
#banner-buttons a i,
.banner-buttons a i {
  float: right;
  padding-right: 30px;
  font-size: 20px;
}
#banner-buttons a:hover,
.banner-buttons a:hover {
  background-color: #4c4c4c;
}
#banner-buttons a.alt,
.banner-buttons a.alt {
  background-color: #ec6607;
  color: #fff;
}
#banner-buttons a.alt:hover,
.banner-buttons a.alt:hover {
  background-color: #ba5106;
}