h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

p {
  margin-bottom: 10px;
}

a {
  color: #383838;
  text-decoration: none;
}

.body {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 24px;
}

.menu-item {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #1f2041;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.menu-item:hover {
  color: #ffc857;
}

.menu-item:focus {
  color: #edae49;
}

.menu-item.w--current:focus {
  color: #4cb963;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.slider {
  height: 75vh;
}

.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide.slide1 {
  display: inline-block;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), url('../images/Slide-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), url('../images/Slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-header {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #555;
}

.hero-subheader {
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 6px #111;
}

.slide2 {
  background-image: -webkit-linear-gradient(270deg, rgba(39, 39, 39, .3), rgba(39, 39, 39, .3)), url('../images/Slide-4.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, .3), rgba(39, 39, 39, .3)), url('../images/Slide-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide3 {
  background-image: -webkit-linear-gradient(270deg, rgba(41, 41, 41, .61), rgba(41, 41, 41, .61)), url('../images/Slide-3.jpg');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, .61), rgba(41, 41, 41, .61)), url('../images/Slide-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-seperator {
  display: block;
  width: 90px;
  height: 3px;
  margin: 15px auto 30px;
  background-color: #ffc857;
}

.about-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-pic {
  min-height: 450px;
  min-width: 350px;
  margin-right: 20px;
  background-image: url('../images/about-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.about-pic.right {
  margin-right: 0px;
  margin-left: 19px;
}

.about-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/Slide-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/Slide-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.quote-text {
  width: 690px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.quote-name {
  color: #edae49;
  font-size: 16px;
}

.feature-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 70px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.feature-chi-heading {
  margin-top: -5px;
  margin-bottom: 25px;
  font-family: Merriweather, serif;
}

.feature-text {
  text-align: center;
}

.feature-text.chinesetext {
  font-weight: 400;
}

.products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
}

.product-block:hover {
  opacity: 0.75;
  -webkit-filter: saturate(122%);
  filter: saturate(122%);
  -webkit-transform: scale(1.06) translate(0px, -10px);
  -ms-transform: scale(1.06) translate(0px, -10px);
  transform: scale(1.06) translate(0px, -10px);
}

.product-block.product-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.subtitle {
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f6f6f6;
}

.icon {
  margin-bottom: 25px;
  font-family: 'Fa 400', sans-serif;
  color: #18692e;
  font-size: 56px;
  font-weight: 400;
}

.feature-heading {
  color: #18692e;
  font-weight: 300;
}

.product-title {
  font-size: 24px;
  font-weight: 300;
}

.product-image {
  position: relative;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  width: 100%;
}

.form {
  padding-right: 15px;
}

.contact-details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-label {
  padding-right: 30px;
  padding-left: 30px;
}

.contact-icon {
  font-family: 'Fa 400', sans-serif;
  color: #edae49;
  font-size: 20px;
  text-align: right;
}

.submitbutton {
  background-color: #edae49;
}

.textarea {
  min-height: 150px;
}

.contact-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-heading {
  margin-bottom: 25px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-text {
  font-size: 12px;
}

.flavor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-item {
  line-height: 24px;
}

.product-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 20px;
}

.product-spec-left {
  padding-right: 20px;
  font-weight: 700;
}

.product-spec-right.secondroll {
  padding-left: 10px;
}

.saracoco-pic {
  min-height: 450px;
  min-width: 350px;
  margin-right: 20px;
  background-image: url('../images/product-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.saracoco-pic.right {
  margin-right: 0px;
  margin-left: 19px;
}

.product-photo {
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: 75px;
}

.purepride-pic {
  min-height: 450px;
  min-width: 350px;
  margin-right: 20px;
  background-image: url('../images/purepride.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.purepride-pic.right {
  margin-right: 0px;
  margin-left: 19px;
}

.oem-pic {
  min-height: 450px;
  min-width: 350px;
  margin-right: 20px;
  background-image: url('../images/oem-pic.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.oem-pic.right {
  margin-right: 0px;
  margin-left: 19px;
}

.button {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 25px;
  background-color: #18692e;
  text-align: center;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-hori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-left {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .slider-container {
    width: auto;
  }
  .about-block {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-pic {
    margin-bottom: 20px;
  }
  .quote-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .quote-text {
    width: auto;
  }
  .feature-highlights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .saracoco-pic {
    min-height: 300px;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .purepride-pic {
    min-height: 200px;
    margin-bottom: 20px;
  }
  .oem-pic {
    min-height: 300px;
    min-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .slider {
    height: 55vh;
  }
  .hero-header {
    font-size: 28px;
    line-height: 28px;
  }
  .hero-subheader {
    margin-right: 14px;
    margin-left: 14px;
  }
  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flavor-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-spec-left {
    font-size: 14px;
  }
  .product-spec-right {
    font-size: 14px;
  }
  .product-spec-right.secondroll {
    padding-left: 0px;
  }
  .saracoco-pic {
    min-height: 200px;
  }
  .product-photo {
    margin-left: 14px;
  }
  .purepride-pic {
    min-height: 200px;
    min-width: 100%;
  }
  .oem-pic {
    min-height: 200px;
  }
  .unordered-list {
    margin-bottom: 0px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}