/** MAIN */
html {
  font-family: "Roboto", "Neue helvetica", Arial, sans-serif;
  font-size: 14px;

  color: #666;
}
.alt-font {
  font-family: "Montserrat", "Neue helvetica", Arial, sans-serif;
}
.sprite,
.sprite-before:before,
.sprite-after:before {
  background-image: url(../images/ufifilters-hyd-sprite24.png);
  background-repeat: no-repeat;
  background-size: 423px 184px;
}
.thead_icons span:before {
  background-image: url(../images/ufifilters-hyd-sprite-table.png);
  background-repeat: no-repeat;
  background-size: 176px 88px;
}

body,
button,
input,
textarea {
  text-rendering: optimizeLegibility;
}
input {
  max-width: 100%;
}

body {
  line-height: 1.5;

  overflow-x: hidden;

  padding-top: 60px;

  -ms-word-wrap: break-word;
  word-wrap: break-word;

  background-color: #fff;
}

@media (min-width: 768px) {
  body {
    padding-top: 150px;
  }
}

sub,
sup {
  font-size: 0.6em;
  line-height: 0;

  position: relative;

  vertical-align: super;
}
sup {
  top: 0;
}
sub {
  bottom: 0;

  vertical-align: sub;
}

img {
  display: block;

  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  line-height: 1em;

  text-transform: uppercase;

  color: #222;
}

select {
  color: initial;
}

hr {
  height: 1px;
  margin: 0 0 1.5em;

  border: 0;
  background-color: #ccc;
}

p {
  margin: 0 0 1.5em;
}

ol,
ul {
  margin: 0 0 1.5em 3em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 1.5em;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

blockquote {
  font-style: italic;

  padding: 0 1em;

  border-left: 3px solid rgba(0, 0, 0, 0.05);
}

address {
  font-style: normal;

  margin: 0 0 1.5em;
}

abbr,
acronym {
  cursor: help;

  border-bottom: 1px dotted #666;
}

ins,
mark {
  font-weight: 600;

  text-decoration: none;

  background: 0 0;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  width: 100%;
  margin: 0 0 1.5em;
}

a {
  text-decoration: none;

  color: #2c2d33;
}

a:focus {
  outline: 1px dotted #96588a;
}

.screen-reader-text {
  position: absolute;

  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);

  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;

  word-wrap: normal !important;

  border: 0;

  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.screen-reader-text:focus {
  font-weight: 700;
  line-height: normal;

  z-index: 100000;
  top: 0;
  left: 0;

  display: block;
  clip: auto !important;

  width: auto;
  height: auto;
  padding: 1em 1.618em;

  text-decoration: none;

  border-radius: 3px;
  outline: 0;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.clear:after,
.clear:before,
.clearfix:after,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  display: table;

  content: "";
}

.clear:after,
.clearfix:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}

table {
  width: 100%;

  border-spacing: 0;
  border-collapse: separate;
}

table caption {
  font-weight: 600;

  padding: 1em 0;
}

table td,
table th {
  padding: 16px;

  text-align: left;
  vertical-align: middle;
}

table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;

  margin: 0;

  vertical-align: baseline;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 1em;
  font-weight: 400;

  display: inline-block;

  padding: 0.6180469716em 1.618em;

  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  text-transform: uppercase;

  color: #fff;
  border: 1px solid #001489;
  background-color: #001489;

  -webkit-appearance: none;
  cursor: pointer;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #0f56b3;
}
.button-skew {
  margin-left: 0.7em;

  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.btn-space {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .btn-space {
    margin-top: 2em;
  }
}

.button-skew > span {
  display: inline-block;

  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}
.button-bordered {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;

  color: #001489;
  border: 1px solid #001489;
  background-color: #fff;
}
.button-bordered:hover,
.button-bordered:focus {
  color: #fff;
  background-color: #001489;
}

.button-download .sprite-before:before {
  display: inline-block;

  width: 15px;
  height: 22px;

  content: "";
  vertical-align: middle;

  background-position: -219px -4px;
}

.button-download span span {
  display: inline-block;

  padding-left: 10px;
}
.button-bordered.button-download .sprite-before:before {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;

  background-position: -219px -34px;
}
.button-bordered.button-download:hover .sprite-before:before,
.button-bordered.button-download:focus .sprite-before:before {
  background-position: -219px -4px;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin: 0 0 0 0.3819820591em;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="search"]:-webkit-input-placeholder {
  color: #616161;
}

input[type="search"]:-moz-placeholder {
  color: #616161;
}

input[type="search"]:-ms-input-placeholder {
  color: #616161;
}

input[type="search"]:placeholder {
  color: #616161;
}

button:-moz-focus-inner,
input:-moz-focus-inner {
  padding: 0;

  border: 0;
}

.input-text,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  margin: 0;
  padding: 0 8px;

  color: #666;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 6px;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-appearance: none;
}

.input-text:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  color: #444;
}

textarea {
  overflow: auto;

  width: 100%;
  padding-left: 0.875em;

  vertical-align: top;
}

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

fieldset {
  margin: 0;
  margin-top: 1.618em;
  margin-bottom: 1.618em;
  padding: 1.618em;
  padding-top: 1em;

  border: 0;
}

fieldset legend {
  font-weight: 600;

  margin-left: -1em;
  padding: 0.6180469716em 1em;
}

[placeholder]:focus:-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;

  opacity: 0;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

.no-scroll {
  overflow: hidden;
}
.hide-until-md {
  display: none;
}
.smaller {
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .hide-until-md {
    display: block;
  }
}
@media (min-width: 992px) {
  .no-scroll {
    overflow: auto;
  }
}

/*** HEADER **/

.topmenu {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;

  width: 100%;
  height: 60px;

  background-color: #f0f0f0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.topmenu:after {
  position: absolute;
  z-index: -1;
  top: 60px;
  right: 0;

  display: block;

  width: 100%;
  height: 100vh;

  content: "";
  -webkit-transition: -webkit-transform 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s;
  transition: -webkit-transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);

  background: #121212;
}

.topmenu.openMenu:after {
  -webkit-transition-delay: 0.01s;
  -o-transition-delay: 0.01s;
  transition-delay: 0.01s;
  -webkit-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/*** LOGO **/
.headLogo {
  position: absolute;
  z-index: 5;

  height: 100%;
}
.headLogo a {
  display: block;

  width: 170px;
  height: 100%;

  color: #001489;
}
.headLogo a:before {
  position: absolute;
  top: 5px;
  left: 15px;

  display: block;

  width: 50px;
  height: 50px;

  content: "";
  -webkit-transition: all 0.25s ease 0.25s;
  -o-transition: all 0.25s ease 0.25s;
  transition: all 0.25s ease 0.25s;

  opacity: 1;
  background-position: 0 0;
  /*background-size: 332px 184px; /2,4*/
  background-size: 139px 77px;
}

.scrollfromTop .headLogo a:before {
  transition-delay: 0s;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);

  opacity: 0;
}
.headLogoName {
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;

  position: absolute;
  top: 50%;

  margin: 0;
  padding: 0 0 0 15px;

  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(-30%) translateY(-50%);
  -ms-transform: translateX(-30%) translateY(-50%);
  transform: translateX(-30%) translateY(-50%);
  text-transform: uppercase;

  opacity: 0;
}

.scrollfromTop .headLogoName {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);

  opacity: 1;
}

/** MENU EXTRA */
.topmenu-extra {
  display: none;
}

/*** SEARCH **/
.topmenu-search {
  position: absolute;

  display: none;
}

/*** LANGUAGE **/
.topmenu-language {
  position: absolute;
  right: 60px;
  top: 0;
  height: 60px;
  z-index: 2;
}
span.lang-desktop {
  display: none;
}
ul.multi-lang {
  margin: 0;
  list-style-type: none;
  height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60px;
  cursor: pointer;
}

ul.multi-lang li {
  height: 60px;
  line-height: 60px;
  min-width: 60px;
  text-transform: uppercase;
  text-align: center;
  background: #f0f0f0;
  position: relative;
  z-index: 3;
}

ul.multi-lang li:before {
  position: absolute;
  top: 24px;
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
}

ul li.non-active {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.2s ease, transform 0.2s ease;
  -o-transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 2;
}

ul li.non-active:before {
  display: none;
}

.topmenu-language:hover li.non-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 768px) {
  span.lang-mobile {
    display: none;
  }
  span.lang-desktop {
    display: block;
  }
  .topmenu-language {
    right: 0px;
  }
  ul.multi-lang li {
    font-size: 12px;
    padding: 0 22px;
    background: #fff;
    text-transform: none;
  }
  ul.multi-lang li:before {
    right: 8px;
  }
}

/*** MENU **/
.hamburgerMenu {
  position: absolute;
  top: 14px;
  right: 10px;

  width: 32px;
  height: 32px;

  cursor: pointer;
}

.hamburgerMenu span {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 20px;
  height: 2px;

  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  background-color: #222;
}
.hamburgerMenu:hover span {
  opacity: 0.7;
}

.hamburgerMenu span:before,
.hamburgerMenu span:after {
  position: absolute;
  left: 50%;

  display: block;

  width: 20px;
  height: 2px;

  content: "";
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  background-color: #222;
}
.hamburgerMenu span:before {
  top: -6px;
}
.hamburgerMenu span:after {
  bottom: -6px;
}
.openMenu .hamburgerMenu span {
  width: 0;
}
.openMenu .hamburgerMenu span:before {
  top: 50%;

  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.openMenu .hamburgerMenu span:after {
  top: 50%;
  bottom: auto;

  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.globalnav {
  position: relative;
  top: 60px;

  overflow: hidden;

  height: 0;
  padding: 22px 0 50px;

  -webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease,
    height 0s ease 0.5s;
  -o-transition: transform 0.25s ease, opacity 0.25s ease, height 0s ease 0.5s;
  transition: -webkit-transform 0.25s ease, opacity 0.25s ease,
    height 0s ease 0.5s;
  transition: transform 0.25s ease, opacity 0.25s ease, height 0s ease 0.5s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);

  opacity: 0;

  -webkit-overflow-scrolling: touch;
}

.openMenu .globalnav {
  overflow: auto;
  /*padding-top:22px;*/

  height: calc(100vh - 60px);

  -webkit-transition-delay: 0.05s, 0.05s, 0s;
  -o-transition-delay: 0.05s, 0.05s, 0s;
  transition-delay: 0.05s, 0.05s, 0s;
  -webkit-transition-duration: 0.45s, 0.45s, 0s;
  -o-transition-duration: 0.45s, 0.45s, 0s;
  transition-duration: 0.45s, 0.45s, 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);

  opacity: 1;
}
.scrollfromTop .openMenu .globalnav {
  padding-top: 0;
}

.globalnav ul {
  margin: 0;

  list-style-type: none;
}
.nav-menu a {
  font-size: 14px;
  line-height: 24px;

  display: block;

  padding: 12px 15px;

  color: #ccc;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.nav-menu a:visited,
.nav-menu a:hover,
.nav-menu a:active,
.nav-menu a:focus {
  color: #eee;
}
.nav-menu > li > a {
  border-top: 1px solid #393939;
  border-bottom: 1px solid #181818;
  background: #222;
}
.nav-menu > li > a:focus,
.nav-menu > li > a:hover {
  background: #2a2a2a;
}
.nav-menu .sub-menu li {
  font-family: "Roboto", "Neue helvetica", Arial, sans-serif;

  overflow: hidden;
}
.nav-menu .sub-menu a {
  font-size: 12px;
}
.nav-menu .sub-menu a:focus,
.nav-menu .sub-menu a:hover {
  background: #171717;
}
.nav-menu .sub-menu .sub-menu li {
  float: left;

  width: 50%;
}
.nav-menu .sub-menu .sub-menu a {
  font-size: 10px;
}

@media (min-width: 568px) {
  /*** LOGO **/
  .headLogo a {
    width: 210px;
  }
  .headLogoName {
    font-size: 14px;
  }
  /*** MENU */
  .nav-menu .sub-menu a {
    font-size: 14px;

    padding: 12px 30px;
  }
  .nav-menu .sub-menu .sub-menu a {
    font-size: 12px;

    padding: 12px 45px;
  }
}

@media (min-width: 768px) {
  .topmenu {
    height: 150px;
    /*-webkit-box-shadow: none;
    box-shadow: none;*/
  }
  .topmenu:before {
    position: absolute;

    display: block;

    width: 100%;
    height: 60px;

    content: "";

    background: #fff;
  }
  .sitehead-wrap {
    position: relative;

    width: 100%;
    /*max-width:720px;*/
    max-width: 690px;
    height: 150px;
    margin: 0 auto;
  }
  .topmenu:after,
  .hamburgerMenu {
    display: none;
  }
  /*** LOGO **/
  .headLogo {
    top: 60px;
    left: 15px;
  }
  .headLogo a {
    position: absolute;
    top: -12px;
    height: 120px;

    width: auto;

    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  .scrollfromTop .headLogo a {
    -webkit-transform: scale(0.5) translateY(-4px);
    -ms-transform: scale(0.5) translateY(-4px);
    transform: scale(0.5) translateY(-4px);
  }
  .headLogo a:before {
    position: static;

    width: 120px;
    height: 120px;

    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

    background-size: 423px 184px;
  }

  .scrollfromTop .headLogo a:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

    opacity: 1;
  }
  .headLogoName {
    display: none;

    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  /*** MENU EXTRA */
  .topmenu-extra {
    font-size: 12px;

    position: absolute;
    position: absolute;
    left: 150px;

    display: block;
    display: block;

    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .scrollfromTop .topmenu-extra {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transform: translateX(-149px);
    -ms-transform: translateX(-149px);
    transform: translateX(-149px);
  }
  .socials-top {
    margin: 0;
    padding: 0;

    list-style: none;
  }
  .socials-top li {
    position: relative;

    float: left;

    padding: 0 10px;
  }
  .socials-top li:not(:last-child):after {
    position: absolute;
    top: 20px;
    right: 0;

    display: block;

    width: 1px;
    height: 20px;

    content: "";

    background: #222;
  }
  .socials-top a {
    line-height: 60px;

    display: block;
  }
  .socials-top a:hover,
  .socials-top a:focus {
    opacity: 0.7;
  }
  .social-top-in:before,
  .social-top-yt:before,
  .social-top-fb:before,
  .social-top-ph:before {
    display: inline-block;

    width: 30px;
    height: 30px;

    content: "";
    vertical-align: middle;

    background-position: 0 -154px;
  }
  .social-top-yt:before {
    background-position: -30px -154px;
  }
  .social-top-fb:before {
    background-position: -291px -122px;
  }
  .social-top-ph:before {
    background-position: -60px -154px;
  }
  .socials-top span {
    padding: 0 5px;
  }
  .social-top-in span,
  .social-top-yt span,
  .social-top-fb span {
    display: none;
  }
  /*** MENU **/
  .globalnav {
    position: absolute;
    right: 1px;
    bottom: 0;

    overflow: visible;

    height: auto;
    padding-top: 0;

    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
  }
  .openMenu .globalnav {
    padding-top: 0;
  }
  .nav-menu li {
    position: relative;

    float: left;
  }
  .nav-menu li.menu-contacts-mobile {
    display: none;
  }
  .nav-menu .hide-md {
    display: none;
  }
  .nav-menu a {
    padding: 14px 12px;

    text-shadow: none;
  }
  .nav-menu a,
  .nav-menu a:visited {
    color: #222;
  }
  .nav-menu a:hover,
  .nav-menu a:focus,
  .nav-menu > .current_page_item > a,
  .nav-menu > .current-menu-ancestor > a,
  .nav-menu .current-menu-item > a,
  .nav-menu > .current-menu-parent > a {
    color: #001489;
  }
  .nav-menu .current_page_item > a,
  .nav-menu .current-menu-item > a,
  .nav-menu .current-menu-ancestor > a,
  .nav-menu > .current-menu-parent > a {
    font-weight: bold;
  }
  .nav-menu > li > a {
    font-size: 11px;

    position: relative;

    padding: 44px 8px 22px;

    text-transform: uppercase;

    border: 0 none;
    background: none;
  }
  .nav-menu > li > a:focus,
  .nav-menu > li > a:hover {
    background: none;
  }
  .nav-menu > li > a:after {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;

    display: block;

    height: 4px;

    content: "";
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);

    opacity: 0;
    background: #001489;
  }
  .nav-menu > li:hover > a:after,
  .nav-menu > li:focus > a:after,
  .nav-menu > .current-menu-ancestor > a:after,
  .nav-menu > .current-menu-item > a:after,
  .nav-menu > .current-menu-parent > a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);

    opacity: 1;
  }
  .nav-menu > .menu-item-has-children > a span {
    position: relative;

    display: inline-block;

    padding-right: 16px;
  }
  .nav-menu > .menu-item-has-children > a span:after {
    position: absolute;
    top: 7px;
    right: 1px;

    display: block;

    width: 7px;
    height: 7px;

    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border-right: 1px solid;
    border-bottom: 1px solid;
  }
  .nav-menu > .menu-item-has-children.current_page_ancestor > a span:after {
    border-right: 2px solid;
    border-bottom: 2px solid;
  }
  .nav-menu .sub-menu {
    position: absolute;
    left: 10px;

    display: block;
    visibility: hidden;
    overflow: hidden;

    width: 172px;

    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;

    opacity: 0;
    border-bottom: 3px solid #001489;
    background-color: #f0f0f0; /*#222;*/
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .nav-menu .menu-item-has-children:hover > .sub-menu,
  .nav-menu .menu-item-has-children:focus > .sub-menu {
    z-index: 2;

    visibility: visible;
    overflow: visible;

    height: auto;

    -webkit-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;

    opacity: 1;
  }
  .nav-menu .sub-menu li,
  .nav-menu .sub-menu .sub-menu li {
    display: block;
    float: none;
    overflow: visible;

    width: 100%;
  }

  .nav-menu .sub-menu a,
  .nav-menu .sub-menu a:visited {
    font-size: 10px;

    padding: 10px 14px;

    -webkit-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    transition: background 0.15s ease;

    color: #222; /*color:#fff;*/
  }
  .nav-menu .sub-menu li > a:hover,
  .nav-menu .sub-menu li > a:focus {
    color: #fff;
    background: #001489;
  }
  .nav-menu .sub-menu .link-text,
  .nav-menu .sub-menu .link-text {
    display: inline-block;

    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .nav-menu .sub-menu li:focus > a .link-text,
  .nav-menu .sub-menu li:hover > a .link-text {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  .nav-menu .sub-menu .menu-item-has-children > a:after {
    position: absolute;
    top: 18px;
    right: 12px;

    display: block;

    width: 6px;
    height: 6px;

    content: "";
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    border-right: 2px solid #222; /*#fff;*/
    border-bottom: 2px solid #222; /*#fff;*/
  }

  .nav-menu .sub-menu .menu-item-has-children > a:hover:after,
  .nav-menu .sub-menu .menu-item-has-children > a:focus:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .nav-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .nav-menu .sub-menu .sub-menu a {
    font-size: 10px;

    padding: 10px 12px;
  }
}

@media (min-width: 992px) {
  .sitehead-wrap {
    /*max-width:960px;*/
    max-width: 920px;
  }
  .nav-menu .hide-md {
    display: block;
  }
  .nav-menu > li > a {
    font-size: 14px;

    padding-right: 14px;
    padding-left: 14px;
  }
  .nav-menu > li:hover > a:after,
  .nav-menu > li:focus > a:after,
  .nav-menu > .current-menu-ancestor > a:after,
  .nav-menu > .current-menu-item > a:after {
    right: 14px;
    left: 14px;
  }
  .nav-menu > .menu-item-has-children > a span:after {
    top: 6px;
  }
  .nav-menu .sub-menu {
    left: 14px;

    width: 200px;
  }
  .nav-menu .sub-menu a,
  .nav-menu .sub-menu .sub-menu a {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .sitehead-wrap {
    max-width: 1140px;
  }
  .nav-menu > li > a {
    font-size: 16px;
  }
}

/*** FOOTER **/
.footer-site {
  color: #fafafa;
  background: #001489;
}
.footer-main {
  padding: 3em 0;

  background-image: url(../images/Ufi-Hyd-Footer-vertical.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
}
.footer-site a,
.footer-site h3 {
  color: #fff;
}
.footer-site h3 {
  font-size: 23px;

  padding-top: 2px;
}
.footer-site ul {
  margin: 0;
  padding: 0;

  list-style: none;
}
.footer-site ul li {
  margin: 0.9em 0;
}
.footer-info {
  position: relative;
}

.footersLogo {
  position: absolute;
  top: 0;
  left: 0;

  width: 190px;
  height: 94px;

  -webkit-transform: scale(0.62);
  -ms-transform: scale(0.62);
  transform: scale(0.62);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.footersLogo:before,
.footersLogo:after {
  position: absolute;

  display: block;

  width: 90px;
  height: 90px;

  content: "";

  background-image: url(../images/ufifilters-hyd-sprite24.png);
  background-repeat: no-repeat;
  background-size: 423px 184px;
}

.footersLogo:before {
  top: 0;
  left: 0;

  background-position: -120px 0;
}

.footersLogo:after {
  top: 0;
  right: 0;

  background-position: -241px 0;
}

.footer-info h3 {
  padding-left: 135px;
}
.footer-info h3,
.footer-info p {
  max-width: 300px;
}
.footer-sitemap {
  text-transform: uppercase;
}

.footer-copy {
  font-size: 12px;

  padding: 1.5em 50px 0.5em 0;

  background-color: #222;
}

.footer-copy p {
  margin-bottom: 1em;
}

p.footer-icon {
  position: relative;

  padding-left: 30px;
}

.footer-icon:before {
  position: absolute;
  top: -4px;
  left: -6px;

  display: block;

  width: 31px;
  height: 30px;

  content: "";
}

.footer-headquarter:before {
  top: -3px;

  background-position: -210px -154px;
}
.footer-phone:before {
  background-position: -180px -154px;
}
.footer-mail:before {
  background-position: -210px -122px;
}
.footer-yt:before {
  background-position: -149px -154px;
}
.footer-fb:before {
  background-position: -210px -60px;
  top: -6px;
}
.footer-lk:before {
  top: -7px;

  background-position: -120px -154px;
}

@media (min-width: 768px) {
  .footersLogo {
    top: 3px;

    width: 90px;
    height: 212px;

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .footersLogo:after {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .footer-copy {
    padding-right: 0;
  }
  .footer-copy p {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .footersLogo {
    -webkit-transform: scale(0.935);
    -ms-transform: scale(0.935);
    transform: scale(0.935);
  }
  footer p,
  footer a {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  footer p,
  footer a {
    font-size: 14px;
  }
}

/*** COOKIE BANNER **/
.cn-set-cookie,
.cn-more-info {
  color: #001489;
}
#cn-accept-cookie {
  font-weight: bold;
}

.grecaptcha-badge {
  z-index: 11;
}

@media (min-width: 768px) {
  .footer-info {
    position: relative;

    padding-left: 128px;
  }
  .footer-info:before {
    width: 90px;
    height: 114px;

    background-position: -120px 0;
    background-size: 423px 184px;
  }
  .footer-info h3 {
    padding-left: 0;
  }
  .footer-info h3,
  .footer-info p {
    max-width: 200px;
  }
  .footer-main .col-12:nth-child(3) {
    padding-left: 143px;
  }
}

@media (min-width: 992px) {
  .footer-main {
    background-image: url(../images/Ufi-Hyd-Footer-horizontal.jpg);
  }
  .footer-main .col-12:nth-child(3) {
    padding-left: 15px;
  }
}

/** COMMONS */

/** headers */
.head_big {
  display: block;
  font-size: 1.25em;
  padding-bottom: 0.1em;
}
.head_small {
  display: block;
  font-size: 0.825em;
  line-height: 1em;
  max-width: 360px;
}
.page-header-image {
  position: relative;

  overflow: hidden;

  min-height: 220px;

  color: #fff;
  background: #00162f;
}
.page-header-home {
  min-height: 340px;
}
.header-image-wrap {
  position: absolute;
  right: 0;
  left: 0;

  height: 100%;
}
.header-image-wrap .container,
.header-image-wrap .row {
  height: 100%;
}
.header-big-image,
.header-bg-image {
  position: absolute;
}

.page-header-image h1,
.page-header-image h2 {
  font-size: 2.4em;

  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 15px;

  margin: 0;

  color: #fff;
}
.header-big-image {
  z-index: 2;
  right: 0;
  bottom: 0;

  width: auto;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.header-bg-image {
  z-index: 1;
  top: 0;
  left: 50%;

  width: auto;
  max-width: none;
  height: 100%;
  max-height: 220px;
  /*max-height: 620px;*/

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-header-home .header-bg-image {
  max-height: 340px;
}

.homepage-form {
  padding-top: 3.2em;
}
.homepage-btn {
  display: block;
  margin-bottom: 3em;
  text-align: center;
}
.homepage-btn > strong {
  margin: 0 auto;
  font-weight: 700;
  display: block;
  width: 250px;
  padding: 1.4em 0;
}
.homepage-btn > span {
  display: block;
  padding-top: 10px;
  line-height: 1.2em;
}
.introcaf_notes {
  font-size: 12px;
  color: #999;
  padding: 0 0 2.4em;
}
.introcaf_notes a {
  color: #001489;
  background-image: -o-linear-gradient(330deg, #f0f0f0 0%, #f0f0f0 100%);
  background-image: linear-gradient(120deg, #f0f0f0 0%, #f0f0f0 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0.2em;
  -webkit-transition: background-size 0.2s ease;
  -o-transition: background-size 0.2s ease;
  transition: background-size 0.2s ease;
  font-weight: bold;
}
.introcaf_notes a:hover,
.introcaf_notes a:focus {
  background-size: 100% 1.2em;
}

.backtohome {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.1em;
  position: absolute;
  z-index: 3;
  top: 23px;
  right: 0;
  display: block;
  width: 8em;
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.backtohome:hover,
.backtohome:focus {
  opacity: 0.75;
}
html[lang="it-IT"] .backtohome {
  width: 10em;
}

.backtohome:before {
  position: absolute;
  top: 45%;
  right: 110%;
  display: block;
  width: 30px;
  height: 20px;
  content: "";
  -webkit-transform: translateY(-50%) scale(0.7);
  -ms-transform: translateY(-50%) scale(0.7);
  transform: translateY(-50%) scale(0.7);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-position: -120px -134px;
}

@media (min-width: 768px) {
  .head_small {
    display: block;
    font-size: 14px;
    line-height: 1.1em;
    max-width: 240px;
  }
  /*.page-header-image:after {
    display: block;

    width: 100%;
    height: 0;
    padding-top: 43%;

    content: '';
  }*/
  .page-header-image {
    min-height: 200px;
  }
  .header-bg-image {
    max-height: none;
    width: 100%;
    object-fit: cover;
  }
  .page-header-home .header-bg-image {
    max-height: 220px;
  }
  .page-header-image h1,
  .page-header-image h2 {
    /*font-size: 2.8em;*/
    font-size: 2.6em;

    top: 50%;
    bottom: auto;
    left: 8%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-big-image {
    right: 5%;
  }
  .backtohome {
    top: 50%;
    right: 8%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .page-header-home h1 {
    /*font-size: 3.6em;*/
    font-size: 3.2em;
  }
  .page-header-home .head_small {
    font-size: 0.7em;
    max-width: 70%;
  }
  .page-header-home {
    min-height: 360px;
  }
  .page-header-home .header-bg-image {
    max-height: 360px;
  }
}
@media (min-width: 1200px) {
  .page-header-home h1 {
    /*font-size: 4.2em;*/
    font-size: 3.6em;
  }
  .page-header-home {
    min-height: 460px;
  }
  .page-header-home .header-bg-image {
    max-height: 460px;
  }
}
@media (min-width: 1440px) {
  /*.page-header-image:after {
    height: 620px;
    padding-top: 0;
  }*/
}

/** CONTACT FORM **/
.contact-form {
  padding: 3em 0;
}

.wpcf7 .input-text,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 select {
  width: 100%;
  height: 32px;

  color: #222;
  background-color: #fff;
}
.wpcf7 textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 120px;

  color: #222;
  background-color: #fff;
}

.wpcf7 .privacyLab,
.wpcf7 .newsletterLab {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 32px;
}

.privacyLab > span,
.newsletterLab > span {
  padding: 0;
}

.wpcf7 label span:first-child {
  display: block;

  padding: 1.2em 0 0.3em;

  color: #717171;
}

.wpcf7 label .acceptance-privacy span:first-child,
.wpcf7 label .acceptance-newsletter span:first-child {
  padding: 0;
  position: absolute;
}
.wpcf7 label .acceptance-privacy span input,
.wpcf7 label .acceptance-newsletter span input {
  position: absolute;
}

.wpcf7 label .acceptance-privacy .wpcf7-form-control-wrap,
.wpcf7 label .acceptance-newsletter .wpcf7-form-control-wrap {
  position: absolute;
}

.wpcf7 label span.acceptance-privacy,
.wpcf7 label span.acceptance-newsletter {
  position: absolute;
  display: block;
  left: 2px;

  width: 28px;
  height: 28px;

  cursor: pointer;
  padding: 0;
}

span.acceptance-privacy:before,
span.acceptance-privacy:after,
span.acceptance-newsletter:before,
span.acceptance-newsletter:after {
  position: absolute;
  z-index: 1;

  display: block;

  content: "";
}

span.acceptance-privacy:before,
span.acceptance-newsletter:before {
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;

  border: 2px solid #001489;
  background: #fff;
}

span.acceptance-privacy:after,
span.acceptance-newsletter:after {
  top: 3px;
  left: -2px;

  width: 30px;
  height: 18px;

  -webkit-transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: rotate(-56deg) scale(0);
  -ms-transform: rotate(-56deg) scale(0);
  transform: rotate(-56deg) scale(0);

  background-image: url(../images/ufifilters-hyd-sprite24.png);
  background-repeat: no-repeat;
  background-position: -120px -134px;
  background-size: 423px 184px;
}

.privacyLab.checked span.acceptance-privacy:before,
.newsletterLab.checked span.acceptance-newsletter:before {
  background: #001489;
}

.privacyLab.checked span.acceptance-privacy:after,
.newsletterLab.checked span.acceptance-newsletter:after {
  -webkit-transform: rotate(-56deg) scale(0.6);
  -ms-transform: rotate(-56deg) scale(0.6);
  transform: rotate(-56deg) scale(0.6);
}

.wpcf7 .privacyLab span.paragraph,
.wpcf7 .newsletterLab span.paragraph {
  font-size: 11px;
  padding: 7px 0 8px 8px;
  display: block;
}

.privacyLab span.paragraph a,
.newsletterLab span.paragraph a {
  font-weight: 700;
}

.privacyLab span.paragraph a:hover,
.newsletterLab span.paragraph a:hover {
  text-decoration: underline;
}

.box-accept {
  overflow: hidden;

  margin-top: 25px;
}

span.wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 700;

  margin-top: 0.4em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  font-size: 0.8em;
  font-weight: 700;

  color: #f00;
  border: 2px solid #f00;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #398f14;
  color: #fff;
  border-radius: 6px;
  padding: 10px 12px;
}
.helpform-send {
  overflow: hidden;

  margin: 20px 0;
  padding: 1px 0;

  text-align: center;
}
.button-form-wrapper {
  position: relative;

  overflow: hidden;
}
.button-form-wrapper:before,
.button-form-wrapper:after {
  position: absolute;
  z-index: 10;

  width: 45px;
  height: 54px;

  content: "";
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);

  background-color: #f0f0f0;
}

.button-form-wrapper:before {
  top: -28px;
  left: -29px;
}
.button-form-wrapper:after {
  top: -4px;
  right: -28px;
}
.button-form-wrapper .wpcf7-submit:disabled {
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;

  opacity: 0.6;
}
.button-form-wrapper .wpcf7-submit {
  padding-right: 40px;
  padding-left: 40px;

  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ajax-loader {
  position: absolute;
  right: -50px;
}

/** HOME AND SEARCH **/
.searchcross-presence {
  position: relative;
  background-size: 100% 100%;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  height: 360px;
}
.searchcross-presence:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 25%;
  width: 140%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  transform-origin: 100% 50%;
  opacity: 0.8;
  background: #001489;
}
@supports (mix-blend-mode: multiply) {
  .searchcross-presence:before {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}

.searchcross-presence .container,
.searchcross-presence .row {
  height: 100%;
}
.searchcross-presence .container {
  position: relative;
  z-index: 2;
  color: #fff;
}
.searchcross-presence p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.1em;
  margin: 0 0 20px;
}
html[lang="it-IT"] .searchcross-presence p {
  font-size: 1.5em;
}

@media (min-width: 576px) {
  .searchcross-cform h3 {
    text-align: center;
  }
  .searchcross-presence {
    height: 400px;
  }
  .searchcross-presence .container .row p {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .searchcross-presence {
    height: 480px;
  }
  .searchcross-presence:before {
    top: 0;
    right: 40%;
    width: 80%;
  }
  .searchcross-presence .container .row p {
    font-size: 2.8em;
  }
}
@media (min-width: 992px) {
  .page-header-image h1 {
    top: 50%;
  }
  .searchcross-presence {
    height: 520px;
    background-position: 50% 50%;
  }
  .searchcross-presence:before {
    right: 50%;
  }
  .searchcross-presence .container .row p {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  .searchcross-presence {
    height: 560px;
  }
  .searchcross-presence .container .row p {
    font-size: 3.6em;
  }
}

/** Error page */

.page-error h1 {
  font-size: 4.2em;
  line-height: 0.94em;
  margin: 1em auto;
  color: #004a9b;
}
.page-error h3 {
  text-transform: none;
}
.page-error p a {
  color: #004a9b;
}
.page-error ul {
  list-style: none;
  padding: 0 0 4em;
  margin-top: 0em;
  margin-bottom: 0;
}
.page-error li {
  padding: 1.2em 15px 2em;
}
.page-error h4 {
  font-size: 1em;
  text-transform: uppercase;
  color: #004a9b;
  margin-top: 0;
}
.page-error li p {
  margin: 0;
}

@media (min-width: 768px) {
  .page-error {
    text-align: center;
  }
  .page-error h1 {
    max-width: 480px;
  }
  .page-error ul {
    padding-bottom: 6em;
  }
  .page-error li {
    position: relative;
    padding: 2em 20px 60px;
  }
  .page-error li a {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.1em;
    white-space: nowrap;
    -webkit-transform: translateX(-50%) skewX(-30deg);
    -ms-transform: translateX(-50%) skewX(-30deg);
    transform: translateX(-50%) skewX(-30deg);
  }
}
@media (min-width: 992px) {
  .page-error li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .page-error li {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/*CONF*/
.subtitle {
  font-size: 1.7em;
  line-height: 1.1em;
  position: relative;
  margin: 0;
  padding: 0 10px 2em;
  text-align: center;
}
.subtitle.family-altselector {
  font-size: 1.5em;
  padding-bottom: 2.2em;
  padding-top: 1em;
  color: #484848;
}
.subtitle:after {
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -2px;
  display: block;
  width: 28px;
  height: 6px;
  content: "";
  -webkit-transform: skewX(-30deg) translateY(-50%) translateX(-50%);
  -ms-transform: skewX(-30deg) translateY(-50%) translateX(-50%);
  transform: skewX(-30deg) translateY(-50%) translateX(-50%);
  background: #001489;
}

.caf-nav-wrap {
  padding: 0 30px;
  margin-top: 2em;
  margin-bottom: 1em;
}
.caf-nav-box {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  background-color: #edeeef;
}
.caf-nav-head {
  text-align: center;
}
.caf-nav-head h2 {
  font-weight: 400;
  color: #001489;
  text-transform: none;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}
.caf-nav-head p {
  font-size: 11px;
  margin: -10px 0 16px;
}
.caf-nav-list {
  list-style: none;
  margin-bottom: 0;
}
.caf-nav-list li {
  padding: 0;
}
.caf-nav-select,
.caf-nav-img,
.caf-nav-title,
.caf-nav-val {
  display: block;
  margin: 0 auto;
}
.caf-nav-select {
  background-color: #f9f9fa;
  text-align: center;
  color: #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 100%;
}
.caf-nav-select.actual {
  background-color: #001489;
  color: #fff;
}
a.caf-nav-select {
  color: #222;
}
a.caf-nav-select:hover,
a.caf-nav-select:focus {
  background-color: #0f56b3;
  color: #fff;
}
.caf-nav-select.actual {
  font-weight: 700;
}
.caf-nav-img {
  max-width: 60px;
}
.caf-nav-title,
.caf-nav-val {
  font-size: 0.925em;
  padding: 0.6em 1em;
  min-width: 100%;
}
.caf-nav-select-verification .caf-nav-title {
  color: #555;
}
.caf-nav-title {
  text-transform: uppercase;
}
.caf-nav-val {
  color: #222;
  font-weight: 700;
  background: #fff;
}
.caf-nav-val-empty {
  color: #b5b5b5;
  font-weight: 400;
}
@media (min-width: 768px) {
  .caf-nav-wrap {
    margin-top: -2.4em;
    z-index: 10;
    position: relative;
  }
  .caf-nav-head {
    text-align: left;
  }
  .caf-nav-head h2 {
    padding-left: 13%;
    font-size: 24px;
  }
  .caf-nav-head p {
    padding-top: 4px;
    font-size: 0.925em;
    margin: 0;
  }
  .caf-nav-title,
  .caf-nav-val {
    font-size: 1em;
  }
  .caf-nav-title {
    text-transform: uppercase;
    padding: 1.2em 1em;
  }
  .caf-nav-val {
    padding: 1.2em 1em;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2em;
  }
}
@media (min-width: 992px) {
  .caf-nav-head h2 {
    padding-left: 16.1%;
    font-size: 28px;
  }
  .caf-nav-head p {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  .caf-nav-head h2 {
    padding-left: 18%;
    font-size: 36px;
  }
  .caf-nav-head p {
    padding-top: 14px;
  }
}

.main-config {
  padding-top: 2em;
  padding-bottom: 4em;
}

.caf_family_selector {
  list-style: none;
}
.caf_family_selector li {
  padding-bottom: 30px;
}
.caf_singlefamily_selector {
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  max-width: 350px;
  margin: 0 auto;
}
.caf_singlefamily_selector:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.caf_singlefamily_selector h5 {
  position: absolute;
  z-index: 4;
  top: 24px;
  left: 20px;
}
.caf_singlefamily_selector img {
  position: absolute;
  z-index: 3;
  max-width: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.8);
  -ms-transform: translateX(-50%) scale(0.8);
  transform: translateX(-50%) scale(0.8);
  bottom: 5%;
  display: block;
  -webkit-transform-origin: 50% 90%;
  -ms-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.caf_singlefamily_selector:hover img,
.caf_singlefamily_selector:focus img,
span.caf_singlefamily_selector img {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.caf_singlefamily_selector:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #f0f0f0;
  height: 28.15%;
}
.caf_singlefamily_selector .caf_singlefamily_wrap {
  opacity: 0;
  border: 4px solid #2e74cc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  border-radius: 6px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.caf_singlefamily_selector:hover .caf_singlefamily_wrap,
.caf_singlefamily_selector:focus .caf_singlefamily_wrap {
  opacity: 1;
}

pre {
  border: 1px solid #ccc;
  background: #fafafa;
  padding: 10px;
}

.caf_app-selector {
  list-style: none;
  padding-top: 5px;
}
.caf_app-selector li {
  padding-bottom: 30px;
}
.caf_app-selector a {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  color: #001489;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
  text-transform: uppercase;
  line-height: 1em;
}
.caf_app-selector a:hover,
.caf_app-selector a:focus {
  color: #fff;
}
.caf_app-selector a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.333333%;
}
.caf_app-selector a:after {
  position: absolute;
  z-index: 3;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  background: #001489;
}
.caf_app-selector a:hover:after,
.caf_app-selector a:focus:after {
  opacity: 1;
}
.caf_app-selector strong {
  position: absolute;
  z-index: 5;
  left: 10px;
  bottom: 10px;
  max-width: 116px;
}
.caf_appselect_icon {
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
}
.caf_appselect_bg {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover .caf_appselect_bg,
a:focus .caf_appselect_bg {
  opacity: 1;
}
@supports (mix-blend-mode: multiply) {
  .caf_app-selector a:after {
    mix-blend-mode: multiply;
  }
}
@media (min-width: 576px) {
  .caf_appselect_icon {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .caf_appselect_icon {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .caf_appselect_icon {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .caf_app-selector strong {
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    max-width: 132px;
  }
  .caf_appselect_icon {
    width: 50%;
  }
}

.caf_pressure-selector,
.caf_viscosity_selector,
.caf_media_selector {
  list-style: none;
  padding-top: 5px;
}
.caf_pressure-selector li,
.caf_viscosity_selector li,
.caf_media_selector li {
  padding-bottom: 30px;
}

.pres-button,
.fmedia-button,
.opt-button,
.opt-selected {
  font-size: 1em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100%;
  height: 100%;
  padding: 20px 15px;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  text-align: center;
  vertical-align: baseline;
  text-transform: none;
  color: #777;
  background: #fff;
  border: 0 none;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
/*.pres-button.selectable,
.fmedia-button.selectable {
  background: #fff;
}*/
/*.opt-button.selectable {
  color: #001489;
  background: #fff;
}*/
.pres-button:hover,
.pres-button:focus,
.pres-button.selectable:hover,
.pres-button.selectable:focus,
.fmedia-button:hover,
.fmedia-button:focus,
.fmedia-button.selectable:hover,
.fmedia-button.selectable:focus,
.opt-button:hover,
.opt-button:focus,
.opt-button.selectable:hover,
.opt-button.selectable:focus {
  color: #000;
  background: #fff;
}
.opt-button.selected,
.opt-selected,
.opt-button.selected:hover,
.opt-button.selected:focus {
  color: #fff;
  /*border: 1px solid #001489;*/
  background: #001489;
}

.caf_flow_inputwrapper,
.caf_verification_inputwrapper {
  text-align: center;
}
.caf_flow_inputbox,
.caf_verification_inputbox,
.caf_visc_inputbox {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px 0;
  background-color: #fafafa;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.caf_flow_inputbox label,
.caf_verification_inputbox label,
.caf_visc_inputbox label {
  border-right: 1px solid #d2d2d2;
  text-align: right;
  display: inline-block;
  padding: 2px 10px;
  line-height: 1.2em;
}
.caf_visc_inputbox label {
  white-space: nowrap;
}
input.caf_flow_input,
input.caf_verification_input,
input.caf_visc_input {
  border: 0 none;
  font-size: 12px;
  max-width: none;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  color: #222;
}
input.caf_visc_input {
  text-align: center;
}
input.caf_flow_input::-webkit-input-placeholder,
input.caf_verification_input::-webkit-input-placeholder,
input.caf_visc_input::-webkit-input-placeholder {
  /* Edge */
  color: #222;
}
input.caf_flow_input:-ms-input-placeholder,
input.caf_verification_input:-ms-input-placeholder,
input.caf_visc_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222;
}
input.caf_flow_input::placeholder,
input.caf_verification_input::placeholder,
input.caf_visc_input::placeholder {
  color: #222;
}
.caf_flow_inputbox span:last-child,
.caf_verification_input span:last-child {
  padding: 2px 10px;
}
.caf_verification_viscositywrap .caf_flow_inputwrapper {
  padding-right: 0;
}
.caf_verification_viscositywrap .caf_flow_inputbox {
  padding: 8px 20px;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.caf_verification_viscositywrap .caf_viscosity_selector {
  padding-top: 0;
  margin-bottom: 0;
}
.caf_verification_viscositywrap .caf_viscosity_selector li {
  padding-bottom: 0;
  padding-top: 30px;
}
@media (min-width: 420px) {
  .caf_flow_inputbox label,
  .caf_verification_inputbox label {
    white-space: nowrap;
  }
  input.caf_flow_input,
  input.caf_verification_input {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .caf_flow_inputwrapper,
  .caf_verification_inputwrapper,
  .caf_visc_inputwrapper {
    text-align: left;
    padding-right: 60px;
    position: relative;
  }
  .caf_visc_inputwrapper {
    text-align: center;
  }
  .caf_flow_inputbox,
  .caf_verification_inputbox,
  .caf_visc_inputbox {
    padding: 5px 60px 5px 0px;
    font-size: 13px;
  }
  .caf_visc_inputbox {
    padding-right: 80px;
  }
  .caf_flow_inputbox label,
  .caf_flow_inputbox span:last-child,
  .caf_verification_inputbox label,
  .caf_verification_inputbox span:last-child,
  .caf_visc_inputbox label {
    padding: 2px 20px;
  }
  input.caf_flow_input,
  input.caf_verification_input,
  input.caf_visc_input  {
    padding: 0 20px;
    font-size: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .caf_flow_inputwrapper button,
  .caf_verification_inputwrapper button,
  .caf_visc_inputwrapper button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 36px;
    height: 42px;
    line-height: 42px;
  }
  .caf_visc_inputwrapper button {
    top: 5px;
  }
}
@media (min-width: 992px) {
  .caf_flow_inputbox label,
  .caf_flow_inputbox span:last-child,
  .caf_verification_inputbox label,
  .caf_verification_inputbox span:last-child {
    padding: 2px 30px;
  }
}
@media (min-width: 1200px) {
  .caf_flow_inputbox,
  input.caf_flow_input,
  .caf_verification_inputbox,
  input.caf_verification_input {
    font-size: 14px;
  }
}

.mediafilters_wrapinfo {
  text-align: center;
  padding-bottom: 1.8em;
}
.mediafilters_tableinfo {
  padding: 1em 0 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.mediafilters_note {
  font-size: 0.9em;
}
.mediafilters_note p:first-child {
  font-weight: bold;
}

.table-filtermedia-wrapper {
  padding: 1em 0 0.5em;
  margin: 0 0 1.2em;
}
.table-filtermedia-wrapper td,
.table-filtermedia-wrapper th {
  text-transform: none;
  font-size: 0.8em;
  padding: 12px 10px 13px;
  vertical-align: middle;
  border-top: 1px solid #001489;
}
.table-filtermedia-wrapper th {
  border-bottom-width: 1px;
  border-right: 2px solid #001489;
}
.table-filtermedia-wrapper p {
  margin-bottom: 9px;
  line-height: 1.4em;
}
.table-filtermedia-wrapper sub,
.table-filtermedia-wrapper sup {
  font-size: 0.8em;
}
.table-filtermedia-wrapper .evid-row td {
  font-weight: 700;
  color: #222;
}
.table-filtermedia-wrapper .special-row td {
  background-color: #fffed6;
}
.table-filtermedia-wrapper .special-row td p:first-child {
  color: red;
}

.content-config-6 {
  overflow: hidden;
}
.confirmfamily {
  position: relative;
  margin-bottom: 2em;
}
.confirmfamily:after {
  display: block;
  content: "";
  background-color: #f0f0f0;
  width: 100%;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  padding-top: 28.15%;
  position: absolute;
}
.confirmfamily .row {
  position: relative;
  z-index: 2;
}
.confirmfamily .subtitle {
  text-align: left;
  margin-top: 1em;
  padding-left: 0;
}
.confirmfamily .subtitle:after {
  left: 0;
  -webkit-transform: skewX(-30deg) translateY(-50%) translateX(0);
  -ms-transform: skewX(-30deg) translateY(-50%) translateX(0);
  transform: skewX(-30deg) translateY(-50%) translateX(0);
}
.confirmfamily h3 {
  font-family: "Montserrat", "Neue helvetica", Arial, sans-serif;
  font-size: 16px;
  margin: 2em 0 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #b5b5b5;
}
.products_qmax p {
  margin: 0;
  color: #999;
}
a.selectedfamily {
  position: absolute;
  left: 50%;
  -webkit-transform: skewX(-30deg) translateX(-50%);
  -ms-transform: skewX(-30deg) translateX(-50%);
  transform: skewX(-30deg) translateX(-50%);
  bottom: -100px;
  z-index: 5;
  white-space: nowrap;
  margin-left: -0.1em;
}
span.current-filter {
  position: absolute;
  left: 50%;
  bottom: -140px;
  z-index: 5;
  white-space: nowrap;
  margin-left: -0.1em;
  line-height: 40px;
  transform: translateX(-50%);
}
.change-family {
  margin-top: 170px;
}
.change-family-column {
  margin-bottom: 20px;
  text-align: center;
}

.product-family-text p {
  margin: 0;
}

@media (min-width: 576px) {
  .confirmfamily:after {
    padding-top: 160px;
  }
}
@media (min-width: 768px) {
  .confirmfamily .row {
    min-height: 360px;
    padding-bottom: 90px;
  }
  .confirmfamily img {
    position: absolute;
    bottom: -90px;
    left: -5px;
  }
  .confirmfamily:after {
    padding-top: 70px;
  }
  a.selectedfamily {
    left: auto;
    right: 15px;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    bottom: 15px;
    text-align: center;
  }
  span.current-filter {
    position: absolute;
    right: 50%;
    bottom: 15px;
    left: auto;
    text-align: center;
    transform: translateX(0);
  }
  .change-family {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .confirmfamily .row {
    min-height: 500px;
    padding-bottom: 120px;
  }
  .confirmfamily img {
    bottom: -120px;
  }
  .confirmfamily:after {
    padding-top: 100px;
  }
  a.selectedfamily {
    right: 18px;
    bottom: 30px;
    width: 240px;
  }
  span.current-filter {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .confirmfamily .row {
    min-height: 570px;
    padding-bottom: 140px;
  }
  .confirmfamily img {
    bottom: -140px;
  }
  .confirmfamily:after {
    padding-top: 120px;
  }
  a.selectedfamily {
    right: 34px;
    bottom: 40px;
    width: 280px;
  }
  span.current-filter {
    bottom: 40px;
  }
}

.filteroptions-intro p {
  color: #001489;
  text-align: center;
  max-width: 540px;
  background: #f0f0f0;
  margin: 2.4em auto;
  padding: 14px 10px;
  border-radius: 4px;
  font-weight: 700;
}
.filteroptions-note {
  margin: -20px auto 40px;
  max-width: 630px;
  text-align: center;
  font-size: 0.8em;
}
.filtercode-sub.subtitle {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 1.8em;
  margin-top: 1em;
}
.filtercode-sub.subtitle:after {
  bottom: 0;
}
.filtercode-composite {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  line-height: 32px;
}
.elementcode-composite,
.cloggingcode-composite {
  text-align: center;
  margin-bottom: 1.4em;
}
.filtercode-composite span,
.elementcode-composite span,
.cloggingcode-composite span {
  line-height: 1.2em;
  display: inline-block;
  height: 1.2em;
  text-align: center;
  letter-spacing: 2px;
}
.filtercode-composite .option-change,
.elementcode-composite .option-change,
.cloggingcode-composite .option-change {
  color: #001489;
}
.filtercode-composite .option-toselect,
.elementcode-composite .option-toselect,
.cloggingcode-composite .option-toselect {
  text-transform: none;
  color: #999;
}
.filteroptions-rows {
  margin-top: 3.2em;
}
.filteroptions-rows > .row {
  padding-top: 24px;
  padding-bottom: 8px;
}
.filteroptions-rows > .row:nth-child(odd),
.filteroptions-rows > .row:nth-child(odd) .filteropt-subtitle.subtitle {
  background: #f3f3f3;
}
.filteropt-subtitle.subtitle {
  background: #fff;
  font-size: 1em;
  color: #484848;
  text-align: center;
  padding: 30px 0 2.6em;
}
.filteropt_list_block ul {
  padding-top: 5px;
  list-style: none;
}
.filteropt_list_block li {
  padding-bottom: 30px;
}
.filteropt_submit_wrap {
  text-align: center;
  border-top: 10px solid #f0f0f0;
  padding: 3.4em 0 6em;
}
.filteropt_submit_wrap button {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  width: 260px;
  font-weight: 700;
}
.filteropt_submit_wrap button:disabled {
  pointer-events: none;
  background-color: #c0c0c0;
  border-color: #aaa;
}
@supports (position: sticky) {
  body.page-template-filteroptions {
    padding-top: 0;
  }
  .page-template-filteroptions .topmenu {
    position: relative;
  }
  .filtercode-composite {
    position: sticky;
    top: 0;
    z-index: 5;
    margin: 0 -12px;
  }
  .filteropt-subtitle.subtitle {
    position: sticky;
    top: 35px;
    z-index: 3;
    margin: 0 -12px;
  }
}

.verification-main {
  padding-top: 3em;
}
.verification-form-main {
  padding-bottom: 5em;
  min-height: 120px;
}

.inputloaderWrapper {
  position: relative;
}
.inputloaderWrapper:before,
.inputloaderWrapper:after {
  display: block;
  position: absolute;
  content: "";
  pointer-events: none;
  opacity: 0;
}
.inputloaderWrapper:before {
  background-image: url(../images/loading.png);
  background-size: 50px 50px;
  height: 0;
  width: 50px;
  left: 50%;
  top: 22px;
  -webkit-animation: rotating 1s ease-in-out infinite;
  animation: rotating 1s ease-in-out infinite;
  z-index: 10;
  -webkit-transition: height 0s ease 0.2s, opacity 0.2s ease 0s;
  -o-transition: height 0s ease 0.2s, opacity 0.2s ease 0s;
  transition: height 0s ease 0.2s, opacity 0.2s ease 0s;
}
.caf_visc_inputwrapper.inputloaderWrapper:before {
  top: 50%;
  margin-top: -20px;
}
.loading.inputloaderWrapper:before {
  opacity: 1;
  height: 50px;
  -webkit-transition-delay: 0s, 0.05s;
  -o-transition-delay: 0s, 0.05s;
  transition-delay: 0s, 0.05s;
}
.inputloaderWrapper:after {
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(0.01);
  -ms-transform: scaleY(0.01);
  transform: scaleY(0.01);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.4;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.caf_flow_inputwrapper.inputloaderWrapper:after,
.caf_visc_inputwrapper.inputloaderWrapper:after {
  width: 130%;
}
.loading.inputloaderWrapper:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 0.8;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.caf_verification_btn {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.caf_verification_btn:disabled {
  pointer-events: none;
  background-color: #c0c0c0;
  border-color: #aaa;
}
.notifyMessage,
.errorMessage,
.successMessage {
  padding: 10px;
  background-color: #004a99;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: center;
  border-radius: 4px;
}
.errorMessage {
  background-color: red;
}
.successMessage {
  background-color: #077a00;
}
@media (min-width: 768px) {
  .verification-main {
    padding-top: 4em;
  }
}
@media (min-width: 992px) {
  .verification-main {
    padding-top: 4.8em;
  }
}

#print-head,
#print-footer {
  display: none;
}
.results-topstrip {
  padding: 2.4em 0;
  text-align: center;
}
.results-topstrip .caf_visctop_warning {
  color: #b1161b;
  margin-top: 1em;
}
.results-topstrip .caf_results_warnings_nobetter {
  color: #b1161b;
  margin-bottom: -1em;
  margin-top: 0.5em;
}
.caf_results_warnings_link {
  color: #b1161b;
  display: block;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: -1em;
  margin-top: 0.5em;
}
.results-bottomstrip p,
.results-bottomstrip h2,
.results-topstrip p,
.results-topstrip h2 {
  margin: 0;
}
.results-bottomstrip h2,
.results-topstrip h2 {
  font-size: 1.8em;
}
.result-tabs-wrap {
  background: #f0f0f0;
  margin: 1em 0;
}
.tabs {
  list-style: none;
  padding: 0 15px;
  margin-bottom: 0;
}
.tab-link {
  padding: 0;
}
.tab-link .button {
  width: 101%;
  margin: 0;
}
.tab-link .button.active {
  color: #fff;
  background: #001489;
}
.tab-link em {
  font-style: normal;
}
.tab-link strong {
  font-weight: 400;
  display: none;
}
.tab-content {
  display: none;
  padding: 1.2em 0 2.4em;
}
.tab-content.current {
  display: block;
}
.tab-head {
  text-align: center;
  padding-bottom: 1em;
}
.tab-head h2 {
  margin: 0;
}
.tab-content img {
  pointer-events: none;
}
.result-maintext {
  padding-bottom: 2.4em;
}
.result-maintext h3,
.result-orderingcodes h3,
.caf_visc_calcwrapper h3 {
  font-family: "Montserrat", "Neue helvetica", Arial, sans-serif;
  border-bottom: 1px solid #ccc;
  padding-top: 28px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-top: 0;
}
.result-maintext p {
  margin-bottom: 0;
}
.result-mainimage {
  padding-top: 28px;
  padding-bottom: 35px;
}
.result-ordercodewrap {
  padding-top: 18px;
  text-align: center;
  padding-bottom: 7px;
}
.result-ordercodewrap p {
  margin: 0;
  color: #999;
  text-transform: uppercase;
}
.result-ordercodewrap strong {
  color: #222;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 10px;
}
.result-ordercodewrap img {
  margin: 0 auto;
}
.tabImages-row {
  padding-bottom: 12px;
}
.tabImages-row-02 {
  padding-bottom: 7px;
}
.table-extwrapper {
  padding-top: 21px;
  padding-bottom: 48px;
}
.table-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrapper table {
  margin-bottom: 5px;
}
.table-wrapper td,
.table-wrapper th {
  padding: 16px;
  min-width: 40px;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
}
.table-wrapper th {
  border-right: 1px solid #fff;
  border-bottom: 2px solid #001489;
  color: #001489;
}
.table-wrapper td {
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #001489;
}
.table-wrapper td:last-child {
  border-right: 1px solid #fff;
}
.tab-diagrams-row > div {
  padding-top: 14px;
  padding-bottom: 21px;
}
.diagramWrapper {
  position: relative;
}
#diagramMprint,
#diagramAprint,
.caf_diagram_intro,
.caf_results_warnings {
  display: none;
}
.diagramWrapper:after {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
}
.tab-diagrams-row h3 {
  margin: 0;
  padding: 1em 0 2em;
  font-size: 1em;
  color: #001489;
}
.diagrams-notes {
  text-align: center;
  color: #000;
}
#caf_viscosity_wrap {
  padding-bottom: 3em;
}
.caf_visc_calcwrapper {
  padding-bottom: 10px;
}
#caf_viscosity_calc {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.caf_visc_calcwrapper dl {
  margin: 18px auto 10px;
  overflow: hidden;
  max-width: 320px;
  font-size: 0.875em;
  opacity: 0.85;
}
.caf_visc_calcwrapper dt {
  float: left;
  width: 50%;
  clear: both;
  text-align: left;
  font-weight: 400;
}
.caf_visc_calcwrapper dd {
  float: right;
  width: 50%;
  text-align: right;
  margin-bottom: 5px;
}
.caf_visc_inputwrapper {
  padding-top: 5px;
  position: relative;
  padding-bottom: 1.4em;
}
.caf_visc_result {
  padding-top: 10px;
}
.caf_visc_result span {
  font-weight: 700;
  color: #001489;
}
.caf_visc_warning {
  margin: 0;
  color: #a00;
  font-size: 0.875em;
}

.results-bottomstrip {
  display: none;
}

@media (min-width: 768px) {
  .tabImages-row-02 {
    margin-left: auto;
  }
  .tabImages-row-02-center {
    margin-right: auto;
  }
  #caf_viscosity_wrap {
    padding-bottom: 1em;
  }
  .caf_visc_result {
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tab-diagrams-row h3 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .result-ordercodewrap {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .results-topstrip h2 {
    font-size: 2em;
  }
  .tab-link em {
    display: none;
  }
  .tab-link strong {
    display: block;
  }
  .results-bottomstrip-print {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .tab-head {
    display: none;
  }
  .tab-content {
    padding-top: 2em;
  }
  .results-bottomstrip {
    display: block;
    background: #f0f0f0;
    padding: 2.8em 0 2.6em;
  }
  .results-bottomstrip-print {
    padding-top: 8px;
    padding-bottom: 2px;
  }
}
@media (min-width: 1200px) {
  .results-bottomstrip-print {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}

@page {
  size: A4;
  margin: 2mm 10mm 2mm 10mm;
}

@media print {
  footer {
    position: fixed;
    bottom: 0;
  }
  .content-block,
  p {
    page-break-inside: avoid;
  }
  html,
  body {
    width: 210mm;
    height: 297mm;
    font-size: 13px;
    padding: 0mm 0mm 0mm 0mm;
    margin: 0mm 0mm 0mm 0mm;
  }
  body {
    padding-bottom: 50mm !important;
  }
  .tab-content {
    padding-top: 2mm !important;
    padding-bottom: 2mm !important;
  }
  #tab-1 {
    page-break-after: always;
  }
  #tab-1,
  #tab-2,
  #tab-3,
  #tab-4 {
    page-break-inside: avoid;
  }
  .noprint,
  #topmenu,
  .page-header,
  .caf-nav-wrap,
  #caf_viscosity_wrap,
  .results-topstrip,
  .result-tabs-wrap,
  #cookie-notice,
  footer {
    display: none;
  }
  #print-head,
  #print-footer,
  #print-head,
  .caf_results_warnings,
  .caf_diagram_intro {
    display: block;
  }
  #print-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10mm 2mm 12mm 2mm;
    overflow: hidden;
  }
  #print-head img {
    float: left;
    height: 20mm;
  }
  #print-head-title {
    text-align: center;
    padding-top: 4mm;
  }
  #print-head-title h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 1mm !important;
  }
  #print-head-title p {
    margin: 0mm !important;
    font-size: 11px;
  }
  #print-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 210mm;
    padding: 10mm 18mm 10mm 18mm;
    font-size: 9px;
    text-align: center;
  }
  .tab-content {
    display: block;
    width: 100% !important;
  }
  .container {
    /*background-color: red; */
    margin: 0 !important;
    width: 100% !important;
    max-width: none;
  }
  .row {
    display: block;
    overflow: hidden;
  }
  .result-ordercodewrap,
  .col-12 {
    float: left;
  }
  .col-12.col-md-4.tab-1-text {
    width: 65mm;
    margin-left: 0mm;
    margin-top: -3mm;
  }
  .col-12.col-md-8 {
    margin-left: 3mm;
    width: 140mm;
  }
  .tab-head {
    padding-bottom: 0;
  }
  .result-orderingcodes {
    margin-top: 7mm !important;
  }
  .result-orderingcodes .col-md-4 {
    width: 46mm !important;
    padding: 0 1mm;
  }
  .result-orderingcodes .col-md-4 img {
    width: 34mm;
    margin-left: 3mm;
    display: block;
  }
  .col-xl-10.offset-xl-1,
  .tab-diagrams-row .col-12.col-md-6 {
    width: 210mm !important;
    max-width: 210mm !important;
  }
  .tabImages-row {
    margin: 0;
    padding: 0;
  }
  .tabImages-row-02 {
    width: 210mm !important;
    margin: 0 auto !important;
    text-align: center;
    padding: 0;
  }
  .tabImages-row-02 img {
    display: inline-block;
    width: 74mm;
    max-width: 74mm;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tabImages-row-02 .tabImages_housing {
    width: 100mm;
  }
  .table-extwrapper {
    padding-top: 1mm;
    padding-bottom: 6mm;
  }
  .table-wrapper th,
  .table-wrapper td {
    padding: 14px 6px;
    font-size: 11px;
  }
  .tab-diagrams-row .col-12.col-md-6 {
    width: 105mm !important;
    padding: 0 5mm 0 5mm !important;
    float: left;
  }
  #diagramMprint,
  #diagramAprint {
    display: block !important;
  }
  #diagramM,
  #diagramA {
    display: none !important;
  }
  .tab-diagrams-row h3 {
    text-align: center !important;
  }
  #tab-1 {
    padding-top: 36mm !important;
  }
  #tab-2,
  #tab-3 {
    padding-top: 32mm !important;
  }
  #tab-4 {
    padding-bottom: 30mm !important;
  }
  #tab-1 h2 {
    margin-bottom: 10mm;
  }
  #tab-3 h2,
  #tab-4 h2 {
    margin-bottom: 7mm;
  }
  #tab-2 h2 {
    margin-bottom: 10mm;
  }

  .caf_results_warnings {
    font-size: 10px;
    padding-top: 5mm;
  }
  .caf_results_warnings h4 {
    margin: 0;
  }
  .caf_results_warnings h5 {
    margin-bottom: 0;
    margin-top: 1em;
  }
  .caf_results_warnings p {
    margin-bottom: 0;
  }
  .caf_diagram_intro > p,
  .caf_diagram_warning > p {
    margin: 0;
    font-size: 10px;
  }
  .caf_diagram_warning > p {
    color: #a00;
    text-align: center;
    margin-bottom: 4mm;
  }
  .caf_diagram_table {
    width: 90mm;
    margin-left: 56mm;
    margin-bottom: 4mm;
    margin-top: 6mm;
  }
  .caf_diagram_table td {
    border-bottom: 1px solid #eee;
    padding: 4px 4px;
    font-size: 10px;
  }
  .caf_diagram_table td.left {
    color: #000;
  }
  .caf_diagram_table td.right {
    text-align: right;
  }
}

p.caf-note-viscosity {
  text-align: center;
  color: #999;
  font-size: 0.925em;
  margin-bottom: 2.4em;
}
.introcaf_notes .caf-note-viscosity {
  margin-bottom: 1em;
  font-size: 1em;
  text-align: left;
}
.filter-selection {
  padding-bottom: 120px;
}
