﻿@media screen and (min-width: 40em) {
  #postcode_box {
    display: inline-block;
  }
}
@media screen and (max-width: 39.9375em) {
  .parts_section_tt {
    font-size: 16px;
  }
  #locate_dealer {
    height: 550px;
  }
  #locate_dealer h3 {
    font-size: 30px;
  }
  #locate_dealer .fa-search {
    padding: 32px 0;
    font-size: 20px;
  }
  #locate_dealer input[type=text] {
    font-size: 24px;
    padding-left: 30px;
    height: 80px;
    width: 100%;
  }
  .homepage_third_tt {
    font-size: 17px;
  }
  .filter_parts {
    display: block;
    margin-top: -12px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .parts_section_tt {
    font-size: 20px;
  }
  .homepage_third_tt {
    font-size: 24px;
  }
  #locate_dealer {
    height: 825px;
  }
  #locate_dealer h3 {
    font-size: 40px;
  }
  #locate_dealer .fa-search {
    padding: 12px 0;
    font-size: 26px;
  }
  #locate_dealer input[type=text] {
    font-size: 24px;
    padding-left: 30px;
    height: 50px;
    width: 600px;
  }
}
@media screen and (min-width: 64em) {
  .parts_section_tt {
    font-size: 20px;
  }
  .homepage_third_tt {
    font-size: 24px;
  }
  #locate_dealer {
    height: 960px;
  }
  #locate_dealer h3 {
    font-size: 50px;
  }
  #locate_dealer .grid-containerMax {
    padding-top: 70px;
  }
  #locate_dealer .fa-search {
    padding: 26px 0;
    font-size: 26px;
  }
  #locate_dealer input[type=text] {
    font-size: 24px;
    padding-left: 30px;
    height: 80px;
    width: 600px;
  }
}
#locate_dealer .fa-search {
  position: absolute;
  right: 1px;
  top: 1px;
}
#locate_dealer input[type=text] {
  border: none;
  text-align: center;
  color: #000;
  font-weight: 300;
  border-bottom: 1px solid #F5F5F5;
  outline: 0;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent !important;
}
#locate_dealer span {
  font-weight: 300;
}
#locate_dealer a {
  color: #000;
}
#locate_dealer a:hover {
  color: #ec6607;
}
#locate_dealer a:active {
  color: #ec6607;
}
#locate_dealer a:focus {
  color: #ec6607;
}
#locate_dealer h3 {
  text-shadow: 0 0 16px #fff;
}
#locate_dealer [type=text]::-webkit-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  text-shadow: 0 0 16px #fff;
}
#locate_dealer [type=text]:-moz-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  text-shadow: 0 0 16px #fff;
}
#locate_dealer [type=text]::-moz-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  text-shadow: 0 0 16px #fff;
}
#locate_dealer [type=text]:-ms-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  text-shadow: 0 0 16px #fff;
}
#locate_dealer [type=text]::-ms-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  text-shadow: 0 0 16px #fff;
}
#dealer_buttons a,
.dealer_buttons a {
  color: #fff;
  font-size: 18px;
  padding-top: 38px;
  padding-bottom: 38px;
}
#dealer_buttons .grid-x a:hover,
.dealer_buttons .grid-x a:hover {
  color: #ec6607 !important;
}
/*#dealer_buttons .grid-x a:nth-child(2):hover {
    color: #000 !important;
    color: #ec6607 !important;
}*/
#first_section {
  color: #fff;
}
#news_media .twitter_block a,
#news_media .instragram_block a {
  color: #fff;
}
#news_media .twitter_block p,
#news_media .twitter_block i {
  color: #656565;
}
#news_media a:hover,
#news_media .twitter_block i:hover {
  color: #ec6607;
}
#parts_section a {
  display: inline-block;
  color: #000;
}
#parts_section a div {
  padding-top: 16px;
}
#parts_section a i {
  font-size: 28px;
  vertical-align: middle;
  padding-right: 12px;
  color: #ec6607;
}
#parts_section a span {
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
}
#parts_section a:hover {
  color: #ec6607;
}
#parts_section a:hover img {
  box-shadow: 0 0 0 1px #ddd;
}
.load_line {
  position: absolute;
  bottom: 0;
  width: 0;
  border: 2px solid #ec6607;
  opacity: 0;
}
#find_part select {
  margin: 0;
  height: 90px;
  border-color: #EBEBEB;
  border-width: 2px;
  border-radius: 0;
  background-image: url(/images/content/sort.png);
  background-size: 13px 22px;
  background-position: calc(100% - 35px) center;
  padding-left: 35px;
}
#find_part select:hover,
#find_part select:active,
#find_part select:focus {
  box-shadow: none;
  border-color: #bbb;
}
#find_part .grid-container {
  max-width: 1440px;
}
#find_part a {
  color: #000;
}
#find_part a:hover {
  color: #ec6607;
}