#banners img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#banners img.temp-filler {
  position: relative; }

#parts-selector {
  margin-top: -95px;
  z-index: 101; }

#parts-selector .content {
  background: #f0f0f0; }

#parts-selector h1 {
  background: url(../images/parts-selector.png) no-repeat;
  vertical-align: middle;
  width: 277px;
  height: 186px; }

#parts-selector h1,
#parts-selector form {
  display: inline-block; }

#parts-selector form {
  vertical-align: middle; }

#parts-selector #or-container {
  color: #a2a2a2;
  font-family: 'robotoregular',sans-serif;
  height: 45px;
  line-height: 45px;
  margin: 0 10px; }

#parts-selector .input-wrapper {
  display: inline-block;
  vertical-align: bottom; }

#parts-selector label {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px; }

#parts-selector label > span {
  color: #004282; }

#parts-selector input:focus {
  outline: 0; }

#parts-selector input,
.select-wrapper {
  border: 1px solid #ababab;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-family: 'robotoregular',sans-serif;
  padding: 11px;
  position: relative;
  width: 280px;
  height: 45px; }

.select-wrapper .select-value.default {
  color: #a2a2a2; }

.select-wrapper .select-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #004282;
  position: absolute;
  right: 11px;
  top: 18px;
  width: 0;
  height: 0; }

#parts-selector .button-container {
  margin-left: 15px;
  vertical-align: bottom; }

#home-about-us {
/*  background: url(../images/grass.jpg) center bottom no-repeat;*/
  padding-top: 30px; }

#home-about-us #about-car {
  float: right;
  margin-right: 20px; }

#home-about-us #about-intro {
  float: left;
  width: 50%; }

#about-intro .button-wrapper {
  line-height: 45px; }

#home-about-us p,
#latest-products header p {
  color: #2c2c2c;
  font-family: 'robotoregular',sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0 25px; }

#latest-products {
  margin-top: 40px;
  /*padding-bottom: 50px; */
}

#latest-products header p {
  margin-top: 5px;
  margin-right: 150px; }

#latest-products .button-wrapper {
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 0; }

#latest-products #home-products {
  margin-top: 60px;
  margin-right: -1%; }

#latest-products #home-products .product {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0;
  float: left;
  margin-right: 1%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 24%;
  height: 376px; }

#latest-products #home-products .product .image-wrapper {
  height: 280px;
  line-height: 280px; 
  cursor: pointer;}

#latest-products #home-products .product .image-wrapper img {
  max-width: 100%; }

#latest-products #home-products .product .image-wrapper.full-height {
  overflow: hidden;
  position: relative; }

#latest-products #home-products .product .image-wrapper.full-height img {
  height: 100%;
  margin: auto;
  max-width: none;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px; }

#latest-products #home-products .product .description-wrapper {
  background: url(../images/product-arrow.png) no-repeat center top;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  min-height: 83px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%; }

#latest-products #home-products .product .description-wrapper .description {
  font-size: 0;
  letter-spacing: 0;
  height: 55px;
  padding-bottom: 33px; 
  cursor: pointer;}

#latest-products #home-products .product .description-wrapper .content {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  vertical-align: middle; }

#latest-products #home-products .product .description-wrapper .name {
  letter-spacing: 1px; }

#latest-products #home-products .product .description-wrapper .number {
  display: block;
  font-family: robotoregular, sans-serif; }

#latest-products #home-products .product .description-wrapper .link-wrapper {
  background: #e15f00;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

#latest-products #home-products .product .description-wrapper .link-wrapper:hover {
  background: #f76902; }

#latest-products #home-products .product .description-wrapper .link-wrapper a {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-family: familiar_probold;
  letter-spacing: 3px;
  /*padding: 26px 0;*/
  width: 100%; }

#latest-products #home-products .product .description-wrapper .link-wrapper span {
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff; }
.media-wrapper{
  position:absolute;
  width:414px;
  height:270px;
}
@media screen and (min-width: 1091px) {
  #parts-selector form {
    margin-left: 185px; } }
@media screen and (max-width: 1090px) {
  #parts-selector {
    margin-top: -78px; }

  #parts-selector h1 {
    background: url(../images/parts-selector-long.jpg) no-repeat center center;
    display: inline-block;
    width: 100%;
    height: 58px; }

  #parts-selector form {
    display: block;
    padding: 30px 0;
    text-align: center; }

  #parts-selector .input-wrapper {
    text-align: left; } }
@media screen and (max-width: 970px) {
  #home-about-us #about-car {
    width: 45%; }

  #home-about-us #about-car img {
    width: 100%; } }
@media screen and (max-width: 800px) {
  #parts-selector {
    margin-top: 20px; }

  #parts-selector .input-wrapper {
    display: block;
    padding: 0 25px; }

  #parts-selector input, .select-wrapper {
    width: 100%; }

  #parts-selector #or-container {
    text-align: center; }

  #parts-selector .button-container {
    float: right;
    margin: 20px 0 0; }

  #parts-selector .button-container .button-wrapper .cta {
    padding: 0 25px; }

  #latest-products header p {
    margin-right: 200px; }

  #latest-products #home-products {
    margin-right: -2%; }

  #latest-products #home-products .product {
    margin-right: 2%;
    margin-bottom: 15px;
    width: 48%; } }
@media screen and (max-width: 670px) {
  #home-about-us {
    padding-top: 60px; }

  #home-about-us #about-car {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 90%; }

  #home-about-us #about-car img {
    max-width: 100%;
    width: auto; }

  #home-about-us #about-intro {
    float: none;
    margin-top: 25px;
    width: auto; } }
@media screen and (max-width: 560px) {
  #latest-products header {
    background: none;
    margin-bottom: 25px; }

  #latest-products header p {
    margin-right: 0; }

  #latest-products .button-wrapper {
    position: relative; } }
@media screen and (max-width: 400px) {
  #parts-selector .input-wrapper {
    padding: 0 15px; }

  #latest-products #home-products {
    margin-right: 0; }

  #latest-products #home-products .product {
    margin: 0 auto 15px;
    width: 98%; } }

#workshop {
  margin-top:50px;
  margin-bottom: 50px;
}

#workshop p:has(iframe){
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 15px;
}

#workshop p > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#workshop table {
  width: 100%;
  margin: auto;
}

#workshop tr:has(td iframe){
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media screen and (max-width: 560px) {
  #workshop tr:has(td iframe){
    grid-template-columns: repeat(1, minmax(0, 1fr));
  } 
}

#workshop table iframe{
  width: 100%;
  height: 100%;
}

#workshop table td {
  padding: 10px 20px;
}

#workshop table p:has(iframe){
  margin: 15px 0;
}

#workshop p {
  font-family: 'robotoregular', sans-serif;
}

#workshop h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

/*# sourceMappingURL=home.css.map */
