@charset "utf-8";
/*======reset.css========*/
@import url(https://fonts.googleapis.com/css?family=Dosis);
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  font-family: 'Dosis', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
  text-decoration: none;
  color: #fff;
}
ul {
  list-style: none;
}
.clear {
  clear: both;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.tagline {
  text-align: center;
  font-size: 20px;
  Line-height: 25px;
}
@media screen and (max-width: 600px) {
  .tagline {
    display: none;
  }
}
.hd-logo {
  max-width: 100%;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*======End reset.css========*/
.wrapper {
  max-width: 1000px;
  margin: auto;
  height: 100%;
}
.wrapper.headerwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg-black {
  background-color: #000000;
  color: #fff;
}
.grey-bg {
  background-color: #f0efef;
}
header {
  padding: 25px;
  /*text-align:center;*/
}
#banner #logo2 {
  display: none;
}
#banner {
  /*background:#f2f2f4 url(../images/machine.jpg) no-repeat right;*/
  min-height: 450px;
  max-height: 100%;
  max-width: 100% !important;
  background-size: cover !important;
}
/*#banner img {vertical-align:middle; padding:10px;padding-left:20px;}
#banner img {width:45%; height:auto;}
#banner .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}*/
#parts {
  padding: 50px 20px;
  border-bottom: 5px solid #f26522;
  padding-bottom: 30px;
}
nav ul {
  margin-left: 2%
}
nav li {
  margin: 5px 10px;
  width: 17%;
  text-align: center;
  display: inline-block;
}
nav li a img {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
nav li a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
nav li .part {
  /*border-radius:10px; border:2px solid #fff;*/
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
nav li .red-box {
  border: 2px solid #fff;
  height: 40px;
  /*border-bottom: 0px;*/
  color: #fff;
  font-size: 100%;
  /*font-family: verdana;*/
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url(ellipsis.xml#ellipsis);
  overflow: hidden;
}
nav li .red-box:hover,
nav li .active {
  background-color: #f26522;
}
nav li .arrow1 {
  height: 2px;
  background-color: #fff;
  text-align: center;
}
#bar {
  height: 5px;
  background-color: #f26522;
  text-align: center;
}
#parts-detail {
  text-align: center;
  padding: 30px;
  font-size: 20px;
  /* 'Dosis', sans-serif*/
  text-transform: uppercase;
  /*min-height:200px;*/
}
#parts-detail h1 {
  font-size: 30px;
  line-height: 50px;
}
section select {
  padding: 5px;
  margin: 0;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  section select {
    padding-right: 18px;
    text-transform: uppercase;
    font: 20px 'Dosis', "Consolas", monospace;
  }
}
section label {
  position: relative
}
section label:after {
  content: '>';
  text-transform: uppercase;
  color: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  top: 5px;
  padding: 0 0 2px;
  border-bottom: 0px solid #ddd;
  position: absolute;
  pointer-events: none;
}
section label:before {
  content: '';
  font: 20px 'Dosis', "Consolas", monospace;
  text-transform: uppercase;
  right: 6px;
  top: 0px;
  width: 15px;
  height: 20px;
  background: #fff;
  position: absolute;
  pointer-events: none;
  display: block;
}
#parts-list {
  width: 500px;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  margin: auto;
  margin-top: 40px;
}
#parts-list li {
  padding: 10px 30px;
  text-align: left;
}
#parts-list li a {
  color: #F30;
}
#parts-list li a.oem {
  color: #000;
}
footer {
  padding: 15px;
  text-align: right;
}
footer li {
  display: inline-block;
  padding-left: 20px;
}
footer li a {
  font-size: 11px;
  color: #fff;
}
.foot {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  #banner {
    background-size: 40%;
    height: 350px;
  }
}
@media screen and (max-width: 870px) {
  #banner {
    height: 300px;
  }
  header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  nav ul {
    margin-left: 1%
  }
}
@media screen and (max-width: 840px) {
  /*nav li {width:40%; margin:20px auto; display:block;}
    nav li .red-box {
        font-size: 100%;
        padding:5px;
    }
    #parts-list{width:95%; font-size:120%;}*/
  #banner #logo1 {
    display: none;
  }
  #banner #logo2 {
    width: 333px;
    height: auto;
    display: block;
    margin: auto;
  }
  #banner {
    background-image: none;
    height: 100%;
    padding: 20px 0;
  }
  nav li {
    width: 85%;
    margin: 20px auto;
    display: block;
  }
  nav li .part {
    display: none;
  }
  /*#banner img {padding-left:10px;}*/
  #banner #logo2 {
    width: 90%;
  }
  #parts-list {
    width: 95%;
  }
  footer {
    text-align: center;
  }
  footer li {
    display: block;
    padding-left: 0px;
  }
  .foot {
    float: none;
    width: 100%;
    text-align: center !important;
    padding-bottom: 10px;
  }
}
/*@media screen and (max-width:575px){
nav li {margin:20px auto;}
.foot{float:none; width:100%; text-align:center !important;padding-bottom:10px;}
}*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  /*nav li {width:40%; margin:20px auto; display:block;}
    #banner #logo1{display:none;}
    #banner #logo2{width:initial; height:auto; display:block;margin:auto;}
    #banner{background-image:none; height:100%; padding:20px 0;}
    #parts-list{width:95%;}
    .foot{float:none; width:100%; text-align:center !important;padding-bottom:10px;}*/
  nav li {
    width: 85%;
    margin: 20px auto;
    display: block;
  }
  nav li .part {
    display: none;
  }
  /*#banner img {padding-left:10px;}*/
  #banner #logo2 {
    width: 90%;
  }
  #parts-list {
    width: 95%;
  }
  footer {
    text-align: center;
  }
  footer li {
    display: block;
    padding-left: 0px;
  }
  .foot {
    float: none;
    width: 100%;
    text-align: center !important;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px),
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  nav li {
    width: 85%;
    margin: 20px auto;
    display: block;
  }
  nav li .part {
    display: none;
  }
  /*#banner img {padding-left:10px;}*/
  #banner #logo2 {
    width: 90%;
  }
  #parts-list {
    width: 95%;
  }
  footer {
    text-align: center;
  }
  footer li {
    display: block;
    padding-left: 0px;
  }
  .foot {
    float: none;
    width: 100%;
    text-align: center !important;
    padding-bottom: 10px;
  }
}