h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 28px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'DIN Condensed', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fdc80a;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.body {
  height: 100%;
  background-color: #000;
  background-image: url('../images/PanAm1_MG_5493_Oelpumpe.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.section-hero-initial {
  height: 100%;
}

.vertical-center {
  position: relative;
  top: 50%;
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-heading {
  font-family: 'DIN Condensed', sans-serif;
  color: #fdc80a;
  font-size: 52px;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.herologo-wrapper {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.herologo {
  width: 100%;
  max-height: 100%;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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: url('../images/PanAm1_MG_5493_Oelpumpe_Blur.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.about {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'DIN Condensed', sans-serif;
  color: #fdc80a;
  font-size: 32px;
  line-height: 46px;
}

.section {
  min-height: 100vh;
  background-color: #fff;
}

.section.footer {
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section.wherebuy {
  min-height: auto;
}

.navbar {
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.brand {
  display: block;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.navlogo {
  display: block;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.menubutton {
  position: absolute;
  left: auto;
  top: 9px;
  right: 12px;
  bottom: auto;
  z-index: 1000;
  width: 42px;
  height: 42px;
  padding: 0px;
}

.menubutton.w--open {
  background-color: transparent;
}

.vertical-offset {
  position: absolute;
  top: 85%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.scrollarrow {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  border-radius: 38px;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: Icomoon, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}

.menu {
  padding-top: 62px;
  background-color: transparent;
  -webkit-transform: translate(100%, -5px);
  -ms-transform: translate(100%, -5px);
  transform: translate(100%, -5px);
}

.navlink {
  display: block;
  width: 100%;
  padding: 10px 0px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'DIN Condensed', sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  text-transform: uppercase;
}

.navlink:hover {
  color: #fdc80a;
}

.navlink.w--current {
  color: #fcc80a;
}

.navlink.small {
  font-size: 18px;
  text-transform: none;
}

.navlink.mobile {
  display: none;
}

.menulist {
  overflow: auto;
  width: 100%;
  height: 96vh;
  padding: 10px 15px 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.menucolumn {
  width: 100%;
  padding-bottom: 10px;
}

.menucolumn.smalllinks {
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.sectionbanner {
  position: relative;
  width: 100%;
  height: 50vh;
  background-color: #2a2a2a;
  text-align: center;
}

.sectionbanner.engine-oils {
  background-image: url('../images/01_EngineOils_Sectionhead.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.sectionbanner.primary-oils {
  background-image: url('../images/02_PrimaryOils_Sectionhead.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sectionbanner.transmission-oils {
  background-image: url('../images/Bild_11318_PanAm_Shooting_Suedtirol_2015_TWE-VTH-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sectionbanner.why-panamoils {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-image: url('../images/05_WhyPanamOils_Sectionhead.jpg');
  background-position: 50% 95%;
  background-size: cover;
}

.sectionbanner.where-to-buy {
  background-image: url('../images/04_Cartridges_Sectionhead_dunkler.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.sectionbanner.cleaners {
  background-image: url('../images/07_Bild_11320_PanAm_Suedtirol_2015_TWE-VTH-5.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sectionbanner.parts {
  background-image: url('../images/05_WhyPanamOils_Sectionhead.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.sectionbanner.specialities {
  background-image: url('../images/06_MissionStatement_Sectionhead.jpg');
  background-position: 50% 66%;
  background-size: cover;
}

.sectionheading {
  display: block;
  margin: 0px auto;
  padding-bottom: 10px;
  font-family: 'DIN Condensed', sans-serif;
  color: #fcc80a;
  font-size: 54px;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
}

.sectionheading.editorial {
  color: #fdc80a;
}

.product-wrapper {
  width: 33.33%;
  padding: 30px 20px 24px;
  -webkit-box-flex: 33.33%;
  -webkit-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
}

.product-wrapper._100-100-100-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.product-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'DIN Condensed', sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

.product-lightbox-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-lightbox-link.big {
  height: 400px;
}

.product-primary-image-preview {
  display: block;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.product-copy-wrapper {
  overflow: hidden;
  height: 72px;
}

.sectioncopy {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fdc80a;
  color: #fdc80a;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.sectioncopy.mobile {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sectioncopy.editorial {
  border-top-color: #fdc80a;
  color: #fdc80a;
}

.localsectionheading {
  position: fixed;
  left: 0px;
  top: -100%;
  z-index: 901;
  display: none;
  margin-top: 15px;
  font-family: 'DIN Condensed', sans-serif;
  color: #fdc80a;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

.footertab {
  display: inline-block;
  width: 33.33%;
  float: left;
  color: #fdc80a;
}

.footertabbutton {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #eee;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.footertabbutton:hover {
  color: #fdc80a;
}

.footertabbuttonlabel {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.footertabcontent {
  display: none;
  width: 300%;
  padding-top: 20px;
  color: #fff;
}

.footertabcontent._1 {
  overflow: hidden;
}

.footertabcontent._2 {
  margin-left: -100%;
}

.footercopycolumn {
  width: 50%;
  padding: 25px 15px;
  float: left;
  font-style: normal;
}

.footercopycolumn._3-3-1-1 {
  width: 33.33%;
  text-align: center;
}

.footercopycolumn.lone {
  width: 100%;
}

.footercopycolumn._1-1-1-1 {
  width: 100%;
  text-align: center;
}

.footercopy {
  display: block;
  font-size: 16px;
  line-height: 22px;
}

.footercopy.fieldheading {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 20px;
}

.footercopy.gap {
  margin-bottom: 20px;
}

.footercopy.gap.link {
  color: #fdc80a;
  text-decoration: none;
}

.footercopy.smallprint {
  margin-bottom: 20px;
  color: #afaeae;
  font-size: 13px;
  line-height: 19px;
}

.claim {
  padding: 40px 15px;
}

.footertabclosebutton {
  display: none;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fdc80a;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.sectionbannerheadingwrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 10px;
  border-radius: 3px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.footerclaim {
  font-family: 'DIN Condensed', sans-serif;
  color: #fdc80a;
  font-size: 52px;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.xxx {
  width: 33.33%;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.dropdown {
  position: absolute;
  left: auto;
  top: 15px;
  right: 60px;
  bottom: auto;
  z-index: 999;
  width: 105px;
}

.dropdown-toggle {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 25px 5px 8px;
  color: #fff;
  text-decoration: none;
}

.controls-preview {
  display: none;
  margin-top: 60px;
  background-color: #fff;
}

.dropdown-list {
  display: none;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 8px;
}

.dropdown-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #fdc80a;
}

.dropdown-link.ls-us {
  display: block;
}

.dropdown-link.ls-eu {
  display: none;
}

.dropdown-link.ls-ww {
  display: block;
}

.dropdown-frame {
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.dropdown-frame:hover {
  background-color: #000;
}

.ls-us {
  display: block;
}

.ls-eu {
  display: block;
}

.ls-ww {
  display: block;
}

.us {
  display: none;
}

.eu {
  display: block;
}

.ww-label {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.us-label {
  display: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.eu-label {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footertabs {
  padding-top: 40px;
  padding-bottom: 60px;
}

.ls-label {
  position: absolute;
  top: 21px;
  right: 175px;
  display: inline-block;
  color: #fff;
}

.reseller-wrapper {
  display: inline-block;
  width: 33.33%;
  padding: 30px 20px;
  float: left;
}

.reseller-wrapper.dealer-inquiries {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reseller-wrapper.dealer-inquiries._100 {
  width: 100%;
}

.reseller-wrapper.dealer-inquiries.lone {
  width: 66.66%;
  padding-top: 140px;
}

.reseller-brand {
  width: 150px;
  height: 100px;
  margin-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reseller-name {
  margin-top: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

.reseller-link {
  display: block;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.reseller-logo {
  position: relative;
  top: 100%;
  max-height: 100%;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.resellers-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.mail-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

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

.article-number {
  display: inline-block;
  width: 33.33%;
  padding-right: 10px;
}

.article-number._66 {
  width: 66.66%;
}

.designation-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #333;
}

.designation-row.head {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 13px;
  font-style: italic;
}

.statement {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 10px;
  border: 5px solid #eee;
  font-family: 'Rockwell Std Extra Bold', sans-serif;
  color: #eee;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.vertical-flex {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.call {
  display: none;
  width: 60px;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background-color: transparent;
  color: #333;
  text-align: center;
}

.version-col {
  display: inline-block;
  width: 33.33%;
  padding-right: 10px;
}

.version-col._66 {
  width: 66.66%;
}

.common-features {
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  font-style: italic;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rich-text-block {
  color: #fff;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule: 1px solid #a0a0a0;
  column-rule: 1px solid #a0a0a0;
}

.rich-text-block h1 {
  margin-top: 0px;
  font-family: 'DIN Condensed', sans-serif;
  color: #a0a0a0;
  font-weight: 400;
}

.rich-text-block h2 {
  margin-top: 40px;
  font-family: 'DIN Condensed', sans-serif;
  color: #a0a0a0;
}

.rich-text-block h3 {
  margin-top: 40px;
  color: #a0a0a0;
}

.rich-text-block h4 {
  margin-top: 20px;
  padding-left: 20px;
  font-family: 'DIN Condensed', sans-serif;
  color: #a0a0a0;
  font-weight: 400;
}

.rich-text-block p {
  margin-bottom: 20px;
  color: #a0a0a0;
}

.rich-text-block ol {
  color: #a0a0a0;
}

.rich-text-block ul {
  color: #a0a0a0;
}

.backtotop-button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  float: right;
  border: 1px solid #a0a0a0;
  border-radius: 2px;
  color: #a0a0a0;
  text-decoration: none;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.opener {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 6px 3px 10px;
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
  text-decoration: none;
}

.closer {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 6px 3px 10px;
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
  text-decoration: none;
}

.icomoon {
  padding-right: 5px;
  font-family: Icomoon, sans-serif;
}

.icon {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  font-family: Icomoon, sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.top {
  position: absolute;
  left: 10px;
  top: 13px;
  width: 22px;
  height: 2px;
  background-color: #fff;
}

.mid {
  position: absolute;
  left: 10px;
  top: 21px;
  width: 22px;
  height: 2px;
  background-color: #fff;
}

.bottom {
  position: absolute;
  left: 10px;
  top: 29px;
  width: 22px;
  height: 2px;
  background-color: #fff;
}

html.w-mod-js *[data-ix="onitial-hidden"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="collapse-copy"] {
  display: none;
}

@media screen and (min-width: 1280px) {
  .product-wrapper {
    width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .product-wrapper.eu {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .footertabbutton {
    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;
  }

  .us {
    display: none;
  }

  .reseller-wrapper {
    width: 25%;
  }

  .container {
    max-width: 1600px;
  }
}

@media screen and (max-width: 991px) {
  .vertical-center {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hero-heading {
    font-size: 46px;
    line-height: 46px;
  }

  .herologo-wrapper {
    width: 260px;
  }

  .section-about {
    padding-bottom: 30px;
  }

  .about {
    max-width: 700px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 28px;
    line-height: 40px;
  }

  .sectionbanner.why-panamoils {
    height: 50vh;
    min-height: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sectionheading {
    padding-bottom: 0px;
  }

  .product-wrapper {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .product-lightbox-link.big {
    height: 250px;
  }

  .sectioncopy {
    display: none;
    font-size: 21px;
    line-height: 28px;
  }

  .sectioncopy.mobile {
    display: block;
    padding: 30px;
    border-top: 1px none #000;
    background-color: #313131;
  }

  .footertabcontent._1 {
    display: none;
  }

  .sectionbannerheadingwrapper {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footerclaim {
    font-size: 46px;
    line-height: 46px;
  }

  .xxx {
    width: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color: transparent;
  }

  .footertabs {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .vertical-center {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-heading {
    font-size: 34px;
    line-height: 34px;
  }

  .herologo-wrapper {
    width: 200px;
  }

  .section-about {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .about {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 24px;
    line-height: 34px;
  }

  .navbar {
    height: 42px;
  }

  .brand {
    top: -100%;
    height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0px;
  }

  .brand.w--current {
    padding-top: 7px;
    padding-bottom: 7px;
    opacity: 0;
  }

  .navlogo {
    margin-right: 0px;
    margin-left: 0px;
  }

  .menubutton {
    top: 0px;
    right: 5px;
  }

  .scrollarrow {
    width: 50px;
    height: 50px;
    padding-top: 4px;
    font-size: 36px;
  }

  .menu {
    padding-top: 40px;
  }

  .navlink {
    display: inline-block;
    text-align: left;
  }

  .navlink.mobile {
    display: block;
  }

  .menucolumn {
    display: inline-block;
    width: 50%;
    float: left;
  }

  .menucolumn.smalllinks {
    padding-top: 0px;
    border-top-style: none;
  }

  .sectionbanner.where-to-buy {
    background-position: 50% 0px;
  }

  .sectionheading {
    font-size: 50px;
    line-height: 50px;
  }

  .product-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .product-lightbox-link {
    height: 220px;
  }

  .product-lightbox-link.big {
    height: 220px;
  }

  .sectioncopy {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sectioncopy.mobile {
    display: block;
    padding: 30px;
    border-top: 1px none #000;
    font-size: 19px;
    line-height: 26px;
  }

  .localsectionheading {
    position: fixed;
    left: 20px;
    top: 0%;
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  .footertab {
    width: 100%;
  }

  .footertabcontent {
    width: 100%;
    margin-bottom: 30px;
  }

  .footertabcontent._2 {
    margin-left: 0%;
  }

  .footercopycolumn {
    width: 100%;
    padding: 0px;
  }

  .footercopycolumn._3-3-1-1 {
    width: 100%;
  }

  .claim {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footertabclosebutton {
    text-align: left;
  }

  .sectionbannerheadingwrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding: 35px 20px 30px;
  }

  .footerclaim {
    font-size: 34px;
    line-height: 34px;
  }

  .dropdown {
    top: 8px;
    right: 50px;
  }

  .dropdown-toggle {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .controls-preview {
    margin-top: 40px;
  }

  .footertabs {
    padding: 0px 20px 20px;
  }

  .reseller-wrapper {
    width: 50%;
  }

  .reseller-wrapper.dealer-inquiries.lone {
    width: 50%;
  }

  .vertical-flex {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .rich-text-block {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .image {
    top: 14%;
  }

  .icon {
    top: 3px;
  }
}

@media screen and (max-width: 479px) {
  .about {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 21px;
    line-height: 31px;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand {
    height: 30px;
  }

  .menucolumn {
    width: 100%;
    float: none;
  }

  .menucolumn.smalllinks {
    padding-top: 10px;
    border-top-style: solid;
  }

  .sectionbanner {
    height: 33.33vh;
  }

  .sectionbanner.transmission-oils {
    background-position: 55% 50%;
  }

  .sectionbanner.specialities {
    background-position: -116px 0px;
  }

  .sectionheading {
    font-size: 40px;
    line-height: 40px;
  }

  .product-wrapper {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .sectioncopy {
    text-align: center;
  }

  .sectioncopy.mobile {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }

  .localsectionheading {
    display: none;
  }

  .sectionbannerheadingwrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .reseller-wrapper {
    width: 100%;
  }

  .reseller-wrapper.dealer-inquiries.lone {
    width: 100%;
    padding-top: 30px;
  }

  .resellers-group {
    padding-bottom: 0px;
  }

  .statement {
    height: 198px;
    margin-bottom: 10px;
  }

  .call {
    display: block;
  }

  .phone-icon {
    font-size: 20px;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image {
    top: 0%;
  }
}

@font-face {
  font-family: 'DIN Condensed';
  src: url('../fonts/289EE5_0_0.eot') format('embedded-opentype'), url('../fonts/289EE5_0_0.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rockwell Std Extra Bold';
  src: url('../fonts/379176_0_0.eot') format('embedded-opentype'), url('../fonts/379176_0_0.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}