* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#cph-body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

.cph-wrap {
  /**Global**/
  /**Banner**/
  /**header**/
  /**cp anniversary sale**/
  /**cp history**/
  /**cp history gallery**/
  /**sources**/
  /*.cp-sources {

      @media only screen and (max-width: 992px) {
          margin: 0px 0 40px 0;
      }

      ul.src-list {
          list-style: none;
          margin: 0;
          padding: 0 0 0 15px;

              @media only screen and (max-width: 580px) {
                  padding: 0 0 0 10px;
              }

          li {
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              line-height: 1.5;
              span {
                  padding-right: 10px;
                  display: inline-block;
              }
              a {
                  font-weight: 400;
                  display: inline-block;

                  @media only screen and (max-width: 580px) {
                      word-break: break-word;
                  }
              }
          }
      }
  }*/
  /**2 column content**/
  /**1 column content**/
}
.cph-wrap .wrap {
  max-width: 1248px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .cph-wrap .wrap {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .cph-wrap .wrap {
    padding: 0 16px;
  }
}
.cph-wrap img {
  width: 100%;
}
.cph-wrap h1 {
  color: #fff;
  font-size: 50px;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 1024px) {
  .cph-wrap h1 br {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cph-wrap h1 {
    display: inline-block;
    font-size: 35px;
    margin: 0;
  }
}
.cph-wrap h1:before {
  border-top: 10px solid #fc7e00;
  content: "";
  position: absolute;
  width: 150px;
  height: 5px;
  top: -40px;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .cph-wrap h1:before {
    top: -35px;
  }
}
.cph-wrap h1 span {
  display: block;
}
@media only screen and (max-width: 992px) {
  .cph-wrap h1 span {
    display: inline-block;
  }
}
.cph-wrap h2 {
  font-size: 35px;
  margin: 0 0 25px 0;
  color: #333333;
}
@media only screen and (max-width: 992px) {
  .cph-wrap h2 {
    font-size: 30px;
  }
}
.cph-wrap h2 span {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .cph-wrap h2 span {
    display: inline-block;
  }
}
.cph-wrap h3 {
  color: #333333;
  font-size: 25px;
  font-weight: 500;
}
.cph-wrap p {
  line-height: 1.5;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  .cph-wrap p {
    font-size: 16px;
  }
}
.cph-wrap a {
  text-decoration: underline;
  color: #2e4787;
  font-weight: 500;
}
.cph-wrap .pd-right {
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .pd-right {
    padding: 0;
  }
}
.cph-wrap .mg-tr {
  margin: 50px 0;
}
.cph-wrap .nav-section {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  background: linear-gradient(black -60%, rgba(0, 0, 0, 0) 90%);
  z-index: 2000;
}
.cph-wrap .nav-section.show-bg {
  background: #222222;
  transition: all 0.5s linear;
}
.cph-wrap .nav-section .nav-sec-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 1130px) {
  .cph-wrap .nav-section .nav-sec-list > div:nth-child(1) {
    order: 1;
    width: auto;
  }
}
.cph-wrap .nav-section .nav-sec-list > div:nth-child(2) {
  text-align: center;
}
@media only screen and (max-width: 1130px) {
  .cph-wrap .nav-section .nav-sec-list > div:nth-child(2) {
    order: 2;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 2;
    background: #222222;
  }
}
.cph-wrap .nav-section .nav-sec-list > div:nth-child(2) #cph-hamburger-icon {
  display: none;
}
@media only screen and (max-width: 1130px) {
  .cph-wrap .nav-section .nav-sec-list > div:nth-child(2) #cph-hamburger-icon {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 25px;
    width: 30px;
    cursor: pointer;
  }
  .cph-wrap .nav-section .nav-sec-list > div:nth-child(2) #cph-hamburger-icon svg.cph-hamburger-icon-img {
    width: 38px;
  }
}
.cph-wrap .nav-section .nav-sec-list > div:nth-child(2) .cph-nav {
  display: inline-block;
}
@media only screen and (max-width: 1130px) {
  .cph-wrap .nav-section .nav-sec-list > div:nth-child(2) .cph-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    visibility: hidden;
  }
}
.cph-wrap .nav-section .nav-sec-list > div:nth-child(2) #cph-nav-close {
  visibility: hidden;
  position: absolute;
  top: 10px;
  right: 15px;
}
.cph-wrap .nav-section .nav-sec-list > div:nth-child(2) #cph-nav-close svg.cph-nav-close-img {
  width: 38px;
}
.cph-wrap .nav-section .nav-sec-list > div:nth-child(3) {
  width: 20%;
}
@media only screen and (max-width: 1130px) {
  .cph-wrap .nav-section .nav-sec-list > div:nth-child(3) {
    order: 3;
    width: auto;
  }
}
.cph-wrap .nav-section .nav-sec-list .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.cph-wrap .nav-section .nav-sec-list .nav-logo a {
  width: 200px;
}
.cph-wrap .nav-section .nav-sec-list .nav-logo a img {
  width: auto !important;
}
.cph-wrap .nav-section .nav-sec-list .nav-mid {
  text-align: center;
}
.cph-wrap .nav-section .nav-sec-list .nav-mid h2 {
  color: #E1E1E1;
  text-transform: uppercase;
  margin: 0;
}
.cph-wrap .nav-section .nav-sec-list .nav-social-list {
  text-align: right;
  margin-top: 5px;
}
.cph-wrap .nav-section .nav-sec-list .nav-social-list li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.cph-wrap .cph-main-nav {
  display: flex;
  margin: 3px 0 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1130px) {
  .cph-wrap .cph-main-nav {
    flex-direction: column;
  }
}
.cph-wrap .cph-main-nav li {
  margin: 0;
  padding: 5px 16px;
}
@media only screen and (max-width: 1130px) {
  .cph-wrap .cph-main-nav li {
    padding: 16px;
  }
}
.cph-wrap .cph-main-nav li a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.cph-wrap .cph-main-nav li a.active {
  border-bottom: 5px solid #fc7e00;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 0 0 5px 0;
}
.cph-wrap .cph-banner {
  background: url(https://cld.partsimg.com/image/upload/carparts/blog/landing-pages/25th-anniversary/heroshot) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 850px;
  position: relative;
}
@media screen and (max-width: 580px) {
  .cph-wrap .cph-banner {
    height: 880px;
  }
}
@media screen and (max-width: 360px) {
  .cph-wrap .cph-banner {
    height: 1000px;
  }
}
.cph-wrap .cph-banner .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, black 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .cph-wrap .cph-banner .overlay {
    background: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 580px) {
  .cph-wrap .cph-banner .overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}
.cph-wrap .cph-banner .nav-section .logo {
  width: 348px;
  height: 60px;
}
.cph-wrap .cph-banner .nav-section .logo .st0 {
  fill: #FFFFFF;
}
.cph-wrap .cph-banner .nav-section .logo .st1 {
  fill: #FC7E00;
}
.cph-wrap .cph-banner .nav-section .menu-label-wrap {
  /**menu**/
}
.cph-wrap .cph-banner .nav-section .menu-label-wrap .cp-nav ul.cp-main-nav {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-banner .nav-section .menu-label-wrap .cp-nav ul.cp-main-nav {
    flex-direction: column;
  }
}
.cph-wrap .cph-banner .nav-section .menu-label-wrap .cp-nav ul.cp-main-nav li a {
  padding: 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}
.cph-wrap .cph-banner .nav-section .menu-label-wrap .cp-nav ul.cp-main-nav li a.active {
  border-bottom: 5px solid #fc7e00;
  color: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .cph-wrap .cph-banner .nav-section .menu-label-wrap #cp-nav-close {
    position: absolute;
    top: 10px;
    right: -50px;
  }
  .cph-wrap .cph-banner .nav-section .menu-label-wrap #cp-nav-close svg {
    width: 40px;
  }
}
.cph-wrap .cph-banner .banner-desc {
  position: absolute;
  bottom: 50px;
  max-width: 1248px;
  padding: 0 16px 0 0;
  z-index: 300;
}
.cph-wrap .cph-banner .banner-desc h3 {
  color: #ffffff;
}
.cph-wrap .cph-banner .banner-desc p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .cph-wrap .cph-banner .banner-desc p {
    font-size: 16px;
    font-weight: 300;
  }
}
.cph-wrap .cph-about {
  display: flex;
  background: #2e4787;
}
.cph-wrap .cph-about .cph-about-main {
  position: relative;
  z-index: 800;
  margin-top: -50px;
}
.cph-wrap .cph-about .cph-about-main .cpb-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
}
.cph-wrap .cph-about .cph-about-main .cpb-header .cpb-mile-desc {
  display: flex;
  align-items: center;
  margin-left: -90px;
}
@media screen and (max-width: 992px) {
  .cph-wrap .cph-about .cph-about-main .cpb-header .cpb-mile-desc {
    margin-left: -50px;
  }
}
@media screen and (max-width: 580px) {
  .cph-wrap .cph-about .cph-about-main .cpb-header .cpb-mile-desc {
    margin-left: -25px;
  }
}
.cph-wrap .cph-about .cph-about-main .cpb-content {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-about .cph-about-main .cpb-content {
    flex-direction: column;
    justify-content: center;
  }
}
.cph-wrap .cph-about .cph-about-main .cpb-content .cpb-img {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-about .cph-about-main .cpb-content .cpb-img {
    width: 100%;
  }
}
.cph-wrap .cph-about .cph-about-main .cpb-content .desc {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-about .cph-about-main .cpb-content .desc {
    width: 100%;
  }
}
.cph-wrap .cph-about .cph-about-main .cpb-content .desc h2 {
  color: #ffffff;
}
.cph-wrap .cph-about .cph-about-main .cpb-content .desc p {
  color: #ffffff;
}
.cph-wrap .cph-about .cph-about-main .cpb-content .desc a.link {
  color: #ffffff;
}
.cph-wrap .cph-an {
  padding: 0 0 50px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-an {
    margin: 50px 0 30px 0;
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-history {
    margin: 40px 0 30px 0;
  }
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-history-list {
    margin: 30px 0 30px 0;
  }
}
.cph-wrap .cph-history-list .cph-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cph-wrap .cph-history-list .cph-gallery-list {
  columns: 3;
  column-gap: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-history-list .cph-gallery-list {
    columns: 2;
  }
}
@media only screen and (max-width: 767px) {
  .cph-wrap .cph-history-list .cph-gallery-list {
    columns: 1;
    width: 100%;
  }
}
.cph-wrap .cph-history-list .cph-gallery-list .cph-gallery-ord {
  background: #eeeeee;
  margin: 0 0 1.5rem 0;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease-in-out;
}
.cph-wrap .cph-history-list .cph-gallery-list .cph-gallery-ord img {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cph-wrap .cph-history-list .cph-gallery-list .cph-gallery-ord h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 16px 16px 16px 16px;
}
.cph-wrap .cph-history-list .cph-gallery-list .cph-gallery-ord p {
  margin: 0 16px 16px 16px;
  padding: 0;
}
.cph-wrap .cph-uni-cont {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-uni-cont {
    flex-direction: column;
  }
}
.cph-wrap .cph-uni-cont .cph-uni-desc {
  width: 50%;
  position: relative;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-uni-cont .cph-uni-desc {
    width: 100%;
    order: 2;
  }
}
.cph-wrap .cph-uni-cont .cph-uni-desc h2:before {
  border-top: 10px solid #fc7e00;
  content: "";
  position: absolute;
  width: 150px;
  height: 5px;
  top: -40px;
  left: 0;
}
.cph-wrap .cph-uni-cont .cph-uni-img {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-uni-cont .cph-uni-img {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}
.cph-wrap .cph-wh-uni-cont {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.cph-wrap .cph-wh-uni-cont .cph-uni-desc {
  width: 100%;
  position: relative;
  margin: 50px 0 0 0;
}
.cph-wrap .cph-wh-uni-cont .cph-uni-desc h2:before {
  border-top: 10px solid #fc7e00;
  content: "";
  position: absolute;
  width: 150px;
  height: 5px;
  top: -40px;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .cph-wrap .cph-wh-uni-cont .cph-uni-desc h2:before {
    top: -35px;
  }
}

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