/*
Settings and $font-variant-caps: 
*/
/* Colors */
body::-webkit-scrollbar-track {
  background-color: #676767; }

body::-webkit-scrollbar {
  width: 12px;
  background-color: #676767; }

body::-webkit-scrollbar-thumb {
  background-color: rgba(255,66,8,1) 
}


@font-face {
  font-family: AUMOVIO-Bold;
  src:url("fonts/AUMOVIOScreen-Bold.woff") format("woff"), url("fonts/AUMOVIOScreen-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: AUMOVIO-Regular;
  src:url("fonts/AUMOVIOScreen-Regular.woff") format("woff"), url("fonts/AUMOVIOScreen-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }



body {
  font-family: "AUMOVIO-Regular", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

h1, strong, th {
  font-family: "AUMOVIO-Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

h2, h3, h4, h5, h6 {
  font-family: "AUMOVIO-Regular", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /* color: $contiblue;*/ }

.button {
  background: rgba(255,66,8,1) ;
  color: white;
  border-radius: 30px;
  font-weight: 700; }
  .button:hover {
    background: #000; }

.headerwrap {
  background: #676767 url(../images/large-header.jpg) no-repeat center center;
  background-size: cover;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
  height: 260px;
  position: relative;
  margin-bottom: 20px; }
  .headerwrap:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+53,0.81+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.81) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.81) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.81) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cf000000',GradientType=0 );
    /* IE6-9 */
    top: 0;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    .headerwrap {
      height: 160px;
      margin-bottom: 0; }
      .headerwrap:before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background: #000;
        opacity: .5;
        top: 0;
        z-index: 1; } }
  .headerwrap .branding {
    position: relative;
    height: 140px; }
    @media screen and (max-width: 768px) {
      .headerwrap .branding {
        height: 75px; } }
  .headerwrap .logo-container {
    background: rgba(255,66,8,1) ;
    position: absolute;
    top: -50px;
    padding: 10px;
    z-index: 10; }
  .headerwrap .top-menu a {
    color: black; }
  .headerwrap .utility-nav {
    position: absolute;
    right: 0;
    top: -35px; }
    .headerwrap .utility-nav .dropdown.menu > li {
      font-size: 1em;
      padding-left: 20px; }
      .headerwrap .utility-nav .dropdown.menu > li > a {
        padding: 3px;
        padding-right: 20px;
        color: black; }
        .headerwrap .utility-nav .dropdown.menu > li > a:after {
          border-color: rgba(255,66,8,1) transparent; }
    .headerwrap .utility-nav .dropdown.menu ul {
      z-index: 100;
      margin-top: 10px;
      width: 300px;
      text-align: left; }
      .headerwrap .utility-nav .dropdown.menu ul a {
        color: black; }
        .headerwrap .utility-nav .dropdown.menu ul a:hover {
          background: #676767;
          color: white; }
  .headerwrap .site-headline {
    z-index: 10;
    position: relative;
    color: white; }
    .headerwrap .site-headline p {
      font-size: 1em;
      margin-bottom: 0;
      text-shadow: 2px 2px 5px black;
      font-weight: 700; }
    .headerwrap .site-headline h1 {
      font-size: 1.3em;
      text-shadow: 2px 2px 5px black;
      letter-spacing: -.5; }
  @media screen and (min-width: 768px) {
    .headerwrap .logo-container {
      padding: 80px 20px 10px; }
    .headerwrap .site-headline p {
      font-size: 1.9em;
      margin-bottom: 0;
      font-weight: normal;
      text-shadow: none; }
    .headerwrap .site-headline h1 {
      color: rgba(255,66,8,1) ;
      font-size: 2.7em;
      text-shadow: none; } }

.auto-header {
  margin-bottom: 30px; }
  .auto-header .hidefilters {
    display: none;
    margin-bottom: 0; }
  .auto-header .button {
    margin-bottom: 0; }

.filter-controls ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }
  .filter-controls ul li a {
    padding: 4px;
    color: rgba(255,66,8,1) ;
    font-weight: bold;
    display: block; }
    .filter-controls ul li a:hover {
      background-color: #ebebeb; }
  .filter-controls ul .mixitup-control-active {
    background: #676767;
    color: white; }

/* Small only */
@media screen and (max-width: 1024px) {
  .top-bar .tabs-menu.align-center, .top-bar .tabs-menu.align-center.vertical li, .top-bar .tabs-menu.align-center.vertical li a {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left; }
  .top-bar ul li a {
    color: #676767;
    padding: .5rem .2rem;
    font-weight: bold;
    letter-spacing: -.8px;
    font-size: 1.1rem;
    width: 100%; }
    .top-bar ul li a:hover {
      background: rgba(255,66,8,1) ;
      color: white; }
  .top-bar ul li a.is_active {
    background: rgba(255,66,8,1) ;
    color: white; } }

@media screen and (min-width: 1024px) {
  .top-bar {
    /* border-bottom: 3px solid rgba(255,66,8,1) ; */
    /* background: #ebebeb; */
    background:none;
    padding: 0;
    position: relative; }
    .top-bar:after, .top-bar:before {
      /* content: ""; */
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: 0;
      pointer-events: none;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%);
      width: 30px;
      height: 100%; }
    .top-bar:before {
      left: 0;
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white 90%); }
    .top-bar .top-bar-left {
      background: transparent; }
    .top-bar ul {
      background: transparent; }
      .top-bar ul li {
        border-right: 1px solid white; }
        .top-bar ul li:last-child {
          border: none; }
        .top-bar ul li a {
          color: #676767;
          /* padding: 1.5rem .8rem; */
          font-weight: bold;
          letter-spacing: -.8px;
          font-size: 1.1rem; 
          border-radius: 30px;
          }
          .top-bar ul li a:hover {
            background: rgba(255,66,8,1) ;
            color: white; }
        .top-bar ul li a.is_active {
          background: rgba(255,66,8,1) ;
          color: white; } }

.image-listings .listing:nth-child(even) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+19,f7f7f7+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffffff 19%, #f7f7f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffffff 19%, #f7f7f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffffff 19%, #f7f7f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.image-listings .listing {
  border-top: 1px solid #ebebeb; }

.image-listings .listing:first-child {
  border: none; }

.image-listings .parts a {
  color: #676767; }

.image-listings .parts a.partnumber {
  position: relative; }
  .image-listings .parts a.partnumber:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    content: "";
    height: 3px;
    background: #676767;
    transition: all .25s; }
  .image-listings .parts a.partnumber:hover:after {
    width: 20%;
    transition: all .25s;
    background: rgba(255,66,8,1) ; }

.image-listings .product-image img {
  opacity: 1;
  transition: opacity .25s;
  border: 1px solid #ebebeb;
  padding: 5px; }

.image-listings .product-image a {
  display: block;
  position: relative; }
  .image-listings .product-image a .product-zoom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0px 6px;
    border-radius: 50%;
    background: black;
    opacity: .3;
    color: white;
    z-index: 1; }
  .image-listings .product-image a:hover img {
    opacity: .5;
    transition: opacity .25s; }

table thead {
  background: none;
  border: none;
  border-bottom: 8px solid rgba(255,66,8,1) ; }

table tbody {
  border: 0; }
  @media screen and (max-width: 1023px) {
    table tbody td {
      padding: 2px;
      font-size: .8em; }
      table tbody td:before {
        font-weight: 700; }
    table tbody td.partnum:before {
      content: "Part: "; }
    table tbody td.parttype:before {
      content: "Part Type: "; }
    table tbody td.position:before {
      content: "Position: "; }
    table tbody td.notes:before {
      content: "Notes: "; }
    table tbody td.qty:before {
      content: "Qty: "; }
    table tbody td.application_info:before {
      content: "Application: "; } }

table td {
  text-align: left; }

table td.application {
  text-align: left; }

table .fa-times-circle {
  color: #999; }

table .fa-check-circle {
  color: #000000; }

table a {
  font-weight: 700;
  text-decoration: underline;
  color: #676767; }

table a:hover {
  color: rgba(255,66,8,1) ;
  text-decoration: none; }

table th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap; }

table th.rotate > div {
  transform: translate(10px, 50px) rotate(315deg);
  width: 30px; }

table th.rotate > div > span {
  border-bottom: 4px solid #ccc;
  padding: 5px 0px 5px 15px; }

@media only screen and (min-width: 760px) {
  .button.tiny.buy-now {
    margin: 2px 4px;
    color: white;
    padding: 2px 4px;
    display: block;
    text-align: center;
    border-radius: 3px; } }

.data-box {
  height: 300px;
  overflow-y: scroll; }

.selects {
  /*#ajax-search .chosen-single div b {
	  background: url('css/images/chosen-sprite.png') no-repeat 0px 10px;
	}*/ }
  .selects .chosen-container {
    /*min-width:120px;*/ }
  .selects li {
    list-style: none; }
  .selects .chosen-container .chosen-results li {
    padding: 5px; }
  .selects .chosen-single {
    padding: 8px 20px 0 8px;
    height: 45px;
    border: 1px solid rgba(255,66,8,1) ;
    box-shadow: none;
    background: transparent;
    border-radius: 0px;
    color: #000;
    font-size: 1.45em; }
  .selects .chosen-container-single .chosen-single div {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    width: 16px;
    height: 100%; }
  .selects .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -14px 2px; }
  .selects .chosen-container .chosen-results li.highlighted {
    background-color: rgba(255,66,8,1) ;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ff4208), color-stop(90%, #ff4208));
    background-image: linear-gradient(#ff4208 20%, #ff4208 90%);
    color: #000; }
  .selects .chosen-container {
    margin-bottom: 20px; }
  .selects .chosen-container .chosen-results {
    z-index: 1000;
    font-size: 1.3em;
    max-height: 350px; }
    .selects .chosen-container .chosen-results li {
      padding: 8px; }

.tabs-title > a {
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #1779ba; }

.tabs-wrap {
  background-color: rgba(255,66,8,1) ; }
  .tabs-wrap .tabs {
    border: 0;
    background: transparent; }
    .tabs-wrap .tabs .tabs-title a {
      padding: .5rem;
      font-size: .8rem;
      color: #000;
      border-bottom: 1px solid white;
      box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4); }
      @media screen and (min-width: 768px) {
        .tabs-wrap .tabs .tabs-title a {
          padding: 1.25rem 1.5rem;
          font-size: 1rem; } }
      .tabs-wrap .tabs .tabs-title a:hover {
        color: rgba(255,66,8,1) ; }
    .tabs-wrap .tabs .tabs-title.is-active a {
      background: black;
      color: white; }

.tabs-panel h3 {
  position: relative;
  margin-bottom: 40px;
  margin-top: 10px; }
  .tabs-panel h3:after {
    position: absolute;
    content: "";
    width: 30px;
    bottom: 0;
    left: 0;
    height: 5px;
    background: rgba(103, 103, 103, 0.5); }

.mobileselects .tabs-panel {
  position: relative; }

.mobileselects #select-boxes {
  position: absolute;
  top: 0;
  height: 100%; }
  .mobileselects #select-boxes li {
    padding: 2px;
    cursor: pointer; }
  .mobileselects #select-boxes li.selected {
    font-weight: bold;
    color: red; }

.no-360 {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@media screen and (max-width: 768px) {
  .utility-nav {
    display: none; }
  .white-popup .tabs-panel {
    max-height: 560px;
    overflow-y: scroll; } }

.tabs-content {
  border: none; }

#autoname {
  margin-top: 50px; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 0 auto; }
  .white-popup button.mfp-arrow {
    display: none; }

.slider-for .slick-slide {
  max-height: 450px; }

.slider-for .slick-slide img {
  max-height: 450px;
  margin: 0 auto; }

footer {
  background: #ebebeb; }
  footer .grid-container {
    padding: 20px; }
  footer #subForm label {
    display: none; }

@media only screen and (min-width: 760px) {
  .mfp-content {
    min-height: 80%; }
  .mfp-iframe-holder .mfp-content {
    min-height: inherit; }
  .white-popup {
    padding: 20px;
    width: 80%;
    margin: 20px auto; }
  button.mfp-arrow {
    display: block; } }

.ui-autocomplete {
  background: #fff;
  width: 200px;
  height: 275px;
  overflow-y: scroll;
  margin-right: 10px;
  list-style: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }

.ui-menu-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px; }

.ui-menu-item:hover {
  background: #ccc;
  cursor: pointer; }

.ui-helper-hidden-accessible {
  display: none; }

@media print {
  a[href]:after {
    content: none !important; }
  .data-container, .hidefilters, #uslookup-filterbar, footer, .top-bar {
    display: none; } }
