@media screen and (max-width: 768px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}

body {
  font-family: 'Noto Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #293486;
}

h1.styled,
h2.styled,
h3.styled,
h4.styled,
h5.styled,
h6.styled {
  position: relative;
  padding-left: 65px;
}

h1.styled:before,
h2.styled:before,
h3.styled:before,
h4.styled:before,
h5.styled:before,
h6.styled:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #293486;
  width: 30px;
  height: 70px;
}

h1.styled:after,
h2.styled:after,
h3.styled:after,
h4.styled:after,
h5.styled:after,
h6.styled:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  background: #d02e26;
  width: 10px;
  height: 70px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
}

p a {
  color: #d02e26;
  text-decoration: underline;
}

p a:hover {
  color: #293486;
}

a.button,
input.button {
  -webkit-appearance: none;
  z-index: 1;
  cursor: pointer;
  color: white;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 800;
  color: #293486;
  text-transform: uppercase;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */;
}

a.button:after,
input.button:after {
  z-index: -2;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

a.button:before,
input.button:before {
  z-index: -1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */
  background: #293486;
  opacity: 0;
}

a.button.iconbtn,
input.button.iconbtn {
  padding-right: 45px;
}

a.button.iconbtn i,
input.button.iconbtn i {
  right: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */;
}

a.button:hover,
input.button:hover {
  color: white;
}

a.button:hover.iconbtn i,
input.button:hover.iconbtn i {
  right: 15px;
}

a.button:hover:before,
input.button:hover:before {
  width: 100%;
  opacity: 1;
}

a.button.outlined,
input.button.outlined {
  border: 2px solid #293486;
}

a.button.small,
input.button.small {
  padding: 3px 5px !important;
  font-size: 12px !important;
}

header {
  z-index: 900;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 15px 0;
  border-bottom: 4px solid #293486;
}

header object.branding {
  display: block;
  width: 100%;
  height: 60px;
  max-width: 150px;
}

a.sociallink {
  display: inline-block;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  margin: 2px;
  color: white;
  text-align: center;
  font-size: 18px;
}

a.sociallink.fb {
  background-color: #3975ea;
}

a.sociallink.tw {
  background-color: #4a9ce9;
}

a.sociallink.li {
  background-color: #2d64bc;
}

a.sociallink i {
  line-height: 36px;
}

a.sociallink:hover {
  background-color: white;
}

a.sociallink:hover.fb {
  color: #3975ea;
}

a.sociallink:hover.tw {
  color: #4a9ce9;
}

a.sociallink:hover.li {
  color: #2d64bc;
}

.background-overlay-light {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}

.background-overlay-light.opacity-10 {
  background: rgba(255, 255, 255, 0.1);
}

.background-overlay-light.opacity-20 {
  background: rgba(255, 255, 255, 0.2);
}

.background-overlay-light.opacity-30 {
  background: rgba(255, 255, 255, 0.3);
}

.background-overlay-light.opacity-40 {
  background: rgba(255, 255, 255, 0.4);
}

.background-overlay-light.opacity-50 {
  background: rgba(255, 255, 255, 0.5);
}

.background-overlay-light.opacity-60 {
  background: rgba(255, 255, 255, 0.6);
}

.background-overlay-dark {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.background-overlay-dark.opacity-10 {
  background: rgba(0, 0, 0, 0.1);
}

.background-overlay-dark.opacity-20 {
  background: rgba(0, 0, 0, 0.2);
}

.background-overlay-dark.opacity-30 {
  background: rgba(0, 0, 0, 0.3);
}

.background-overlay-dark.opacity-40 {
  background: rgba(0, 0, 0, 0.4);
}

.background-overlay-dark.opacity-50 {
  background: rgba(0, 0, 0, 0.5);
}

.background-overlay-dark.opacity-60 {
  background: rgba(0, 0, 0, 0.6);
}
/*
@media only screen and (max-width: 600px) {
  body {
  background-color: lightblue;
  }
}
*/
.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/assets/img/bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#bg-spacer {
  position: relative;
  height: 100px;
}

section#pagetop,
section#about-us,
section#product,
section#camera,
section#sonar,
section#maringlide,
section#cta,
section#links-folders,
section#cabinfilter,
section#facemask,
section#industrialhome {
  position: relative;
  overflow: hidden;
  text-align: center;
  overflow-x: hidden;
  /*
  .pagetop-links-bar{
    position: relative;
    background: rgba(0, 0, 0, 0.35);
    z-index: 10;
    
    .container{
      height: 150px;
      .row{
        a.pagetop-link{
          display: block;
          text-align: left;
          position: relative;
          padding-left: 120px;
          .iconwrapper{
            position: absolute;
            float:left;
            height: 100px;
            width: 100px;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            img{
              position: absolute;
              top: 50%;
              left: 50%;
              max-width: 100%;
              max-height: 100%;
              background:red;
            }
          }
          h2{
            color: white;
            font-size: 20px;
            text-transform: none;
          }
          span.morelink{
            position: relative;
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            .transition();
            i{
              position: absolute;
              right: -15px;
              top: 60%;
              transform: translateY(-50%);
              font-size: 12px;
              .transition();
            }
          }
          &:hover{
            span.morelink{
              color: white;
              i{
                right: -40px;
              }
            }
          }
        }
    
      }
    }
  }
  */;
}

section#pagetop .container,
section#about-us .container,
section#product .container,
section#camera .container,
section#sonar .container,
section#maringlide .container,
section#cta .container,
section#links-folders .container,
section#cabinfilter .container,
section#facemask .container,
section#industrialhome .container {
  z-index: 10;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 996px) {
  section#pagetop .container .row,
  section#about-us .container .row,
  section#product .container .row,
  section#camera .container .row,
  section#sonar .container .row,
  section#maringlide .container .row,
  section#cta .container .row,
  section#links-folders .container .row,
  section#cabinfilter .container .row,
  section#facemask .container .row,
  section#industrialhome .container .row {
    height: auto;
  }
}

section#pagetop .intro-parallax-wrapper,
section#about-us .intro-parallax-wrapper,
section#product .intro-parallax-wrapper,
section#camera .intro-parallax-wrapper,
section#sonar .intro-parallax-wrapper,
section#maringlide .intro-parallax-wrapper,
section#cta .intro-parallax-wrapper,
section#links-folders .intro-parallax-wrapper,
section#cabinfilter .intro-parallax-wrapper,
section#facemask .intro-parallax-wrapper,
section#industrialhome .intro-parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section#pagetop .intro-parallax-wrapper .intro-parallax,
section#about-us .intro-parallax-wrapper .intro-parallax,
section#product .intro-parallax-wrapper .intro-parallax,
section#camera .intro-parallax-wrapper .intro-parallax,
section#sonar .intro-parallax-wrapper .intro-parallax,
section#maringlide .intro-parallax-wrapper .intro-parallax,
section#cta .intro-parallax-wrapper .intro-parallax,
section#links-folders .intro-parallax-wrapper .intro-parallax,
section#cabinfilter .intro-parallax-wrapper .intro-parallax,
section#facemask .intro-parallax-wrapper .intro-parallax,
section#industrialhome .intro-parallax-wrapper .intro-parallax {
  display: block;
  position: absolute;
  min-height: 100%;
  width: 100%;
}

section#pagetop h1.styled,
section#about-us h1.styled,
section#product h1.styled,
section#camera h1.styled,
section#sonar h1.styled,
section#maringlide h1.styled,
section#cta h1.styled,
section#links-folders h1.styled,
section#cabinfilter h1.styled,
section#facemask h1.styled,
section#industrialhome h1.styled {
  font-size: 70px;
  line-height: 1em;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

section#pagetop h1.styled small,
section#about-us h1.styled small,
section#product h1.styled small,
section#camera h1.styled small,
section#sonar h1.styled small,
section#maringlide h1.styled small,
section#cta h1.styled small,
section#links-folders h1.styled small,
section#cabinfilter h1.styled small,
section#facemask h1.styled small,
section#industrialhome h1.styled small {
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
}

@media only screen and (max-width: 1500px) {
  section#pagetop h1.styled,
  section#about-us h1.styled,
  section#product h1.styled,
  section#camera h1.styled,
  section#sonar h1.styled,
  section#maringlide h1.styled,
  section#cta h1.styled,
  section#links-folders h1.styled,
  section#cabinfilter h1.styled,
  section#facemask h1.styled,
  section#industrialhome h1.styled {
    font-size: 60px;
    margin-bottom: 70px;
  }

  section#pagetop h1.styled small,
  section#about-us h1.styled small,
  section#product h1.styled small,
  section#camera h1.styled small,
  section#sonar h1.styled small,
  section#maringlide h1.styled small,
  section#cta h1.styled small,
  section#links-folders h1.styled small,
  section#cabinfilter h1.styled small,
  section#facemask h1.styled small,
  section#industrialhome h1.styled small {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1200px) {
  section#pagetop h1.styled,
  section#about-us h1.styled,
  section#product h1.styled,
  section#camera h1.styled,
  section#sonar h1.styled,
  section#maringlide h1.styled,
  section#cta h1.styled,
  section#links-folders h1.styled,
  section#cabinfilter h1.styled,
  section#facemask h1.styled,
  section#industrialhome h1.styled {
    font-size: 50px;
    margin-bottom: 60px;
  }

  section#pagetop h1.styled small,
  section#about-us h1.styled small,
  section#product h1.styled small,
  section#camera h1.styled small,
  section#sonar h1.styled small,
  section#maringlide h1.styled small,
  section#cta h1.styled small,
  section#links-folders h1.styled small,
  section#cabinfilter h1.styled small,
  section#facemask h1.styled small,
  section#industrialhome h1.styled small {
    font-size: 35px;
  }
}

@media only screen and (max-width: 996px) {
  section#pagetop h1.styled,
  section#about-us h1.styled,
  section#product h1.styled,
  section#camera h1.styled,
  section#sonar h1.styled,
  section#maringlide h1.styled,
  section#cta h1.styled,
  section#links-folders h1.styled,
  section#cabinfilter h1.styled,
  section#facemask h1.styled,
  section#industrialhome h1.styled {
    font-size: 34px;
    margin-bottom: 10px;
  }

  section#pagetop h1.styled small,
  section#about-us h1.styled small,
  section#product h1.styled small,
  section#camera h1.styled small,
  section#sonar h1.styled small,
  section#maringlide h1.styled small,
  section#cta h1.styled small,
  section#links-folders h1.styled small,
  section#cabinfilter h1.styled small,
  section#facemask h1.styled small,
  section#industrialhome h1.styled small {
    font-size: 20px;
  }
}

@media only screen and (max-width: 500px) {
  section#pagetop h1.styled,
  section#about-us h1.styled,
  section#product h1.styled,
  section#camera h1.styled,
  section#sonar h1.styled,
  section#maringlide h1.styled,
  section#cta h1.styled,
  section#links-folders h1.styled,
  section#cabinfilter h1.styled,
  section#facemask h1.styled,
  section#industrialhome h1.styled {
    font-size: 26px;
    margin-bottom: 10px;
  }

  section#pagetop h1.styled small,
  section#about-us h1.styled small,
  section#product h1.styled small,
  section#camera h1.styled small,
  section#sonar h1.styled small,
  section#maringlide h1.styled small,
  section#cta h1.styled small,
  section#links-folders h1.styled small,
  section#cabinfilter h1.styled small,
  section#facemask h1.styled small,
  section#industrialhome h1.styled small {
    font-size: 18px;
  }
}

section#pagetop h2.styled,
section#about-us h2.styled,
section#product h2.styled,
section#camera h2.styled,
section#sonar h2.styled,
section#maringlide h2.styled,
section#cta h2.styled,
section#links-folders h2.styled,
section#cabinfilter h2.styled,
section#facemask h2.styled,
section#industrialhome h2.styled {
  font-size: 60px;
  line-height: 1em;
  color: #293486;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

section#pagetop h2.styled small,
section#about-us h2.styled small,
section#product h2.styled small,
section#camera h2.styled small,
section#sonar h2.styled small,
section#maringlide h2.styled small,
section#cta h2.styled small,
section#links-folders h2.styled small,
section#cabinfilter h2.styled small,
section#facemask h2.styled small,
section#industrialhome h2.styled small {
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
  color: #293486;
}

@media only screen and (max-width: 1500px) {
  section#pagetop h2.styled,
  section#about-us h2.styled,
  section#product h2.styled,
  section#camera h2.styled,
  section#sonar h2.styled,
  section#maringlide h2.styled,
  section#cta h2.styled,
  section#links-folders h2.styled,
  section#cabinfilter h2.styled,
  section#facemask h2.styled,
  section#industrialhome h2.styled {
    font-size: 60px;
    margin-bottom: 70px;
  }

  section#pagetop h2.styled small,
  section#about-us h2.styled small,
  section#product h2.styled small,
  section#camera h2.styled small,
  section#sonar h2.styled small,
  section#maringlide h2.styled small,
  section#cta h2.styled small,
  section#links-folders h2.styled small,
  section#cabinfilter h2.styled small,
  section#facemask h2.styled small,
  section#industrialhome h2.styled small {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1200px) {
  section#pagetop h2.styled,
  section#about-us h2.styled,
  section#product h2.styled,
  section#camera h2.styled,
  section#sonar h2.styled,
  section#maringlide h2.styled,
  section#cta h2.styled,
  section#links-folders h2.styled,
  section#cabinfilter h2.styled,
  section#facemask h2.styled,
  section#industrialhome h2.styled {
    font-size: 50px;
    margin-bottom: 60px;
  }

  section#pagetop h2.styled small,
  section#about-us h2.styled small,
  section#product h2.styled small,
  section#camera h2.styled small,
  section#sonar h2.styled small,
  section#maringlide h2.styled small,
  section#cta h2.styled small,
  section#links-folders h2.styled small,
  section#cabinfilter h2.styled small,
  section#facemask h2.styled small,
  section#industrialhome h2.styled small {
    font-size: 24px;
  }
}

@media only screen and (max-width: 996px) {
  section#pagetop h2.styled,
  section#about-us h2.styled,
  section#product h2.styled,
  section#camera h2.styled,
  section#sonar h2.styled,
  section#maringlide h2.styled,
  section#cta h2.styled,
  section#links-folders h2.styled,
  section#cabinfilter h2.styled,
  section#facemask h2.styled,
  section#industrialhome h2.styled {
    font-size: 40px;
    margin-bottom: 10px;
  }

  section#pagetop h2.styled small,
  section#about-us h2.styled small,
  section#product h2.styled small,
  section#camera h2.styled small,
  section#sonar h2.styled small,
  section#maringlide h2.styled small,
  section#cta h2.styled small,
  section#links-folders h2.styled small,
  section#cabinfilter h2.styled small,
  section#facemask h2.styled small,
  section#industrialhome h2.styled small {
    font-size: 20px;
  }
}

section#pagetop h2.big,
section#about-us h2.big,
section#product h2.big,
section#camera h2.big,
section#sonar h2.big,
section#maringlide h2.big,
section#cta h2.big,
section#links-folders h2.big,
section#cabinfilter h2.big,
section#facemask h2.big,
section#industrialhome h2.big {
  font-size: 60px;
  line-height: 1.4em;
  color: #293486;
  font-weight: 600;
  margin-bottom: 20px;
}

section#pagetop h2.big small,
section#about-us h2.big small,
section#product h2.big small,
section#camera h2.big small,
section#sonar h2.big small,
section#maringlide h2.big small,
section#cta h2.big small,
section#links-folders h2.big small,
section#cabinfilter h2.big small,
section#facemask h2.big small,
section#industrialhome h2.big small {
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
}

@media only screen and (max-width: 1500px) {
  section#pagetop h2.big,
  section#about-us h2.big,
  section#product h2.big,
  section#camera h2.big,
  section#sonar h2.big,
  section#maringlide h2.big,
  section#cta h2.big,
  section#links-folders h2.big,
  section#cabinfilter h2.big,
  section#facemask h2.big,
  section#industrialhome h2.big {
    font-size: 60px;
    line-height: 1.4em;
    margin-bottom: 70px;
  }

  section#pagetop h2.big small,
  section#about-us h2.big small,
  section#product h2.big small,
  section#camera h2.big small,
  section#sonar h2.big small,
  section#maringlide h2.big small,
  section#cta h2.big small,
  section#links-folders h2.big small,
  section#cabinfilter h2.big small,
  section#facemask h2.big small,
  section#industrialhome h2.big small {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1200px) {
  section#pagetop h2.big,
  section#about-us h2.big,
  section#product h2.big,
  section#camera h2.big,
  section#sonar h2.big,
  section#maringlide h2.big,
  section#cta h2.big,
  section#links-folders h2.big,
  section#cabinfilter h2.big,
  section#facemask h2.big,
  section#industrialhome h2.big {
    font-size: 50px;
    line-height: 1.3em;
    margin-bottom: 60px;
  }

  section#pagetop h2.big small,
  section#about-us h2.big small,
  section#product h2.big small,
  section#camera h2.big small,
  section#sonar h2.big small,
  section#maringlide h2.big small,
  section#cta h2.big small,
  section#links-folders h2.big small,
  section#cabinfilter h2.big small,
  section#facemask h2.big small,
  section#industrialhome h2.big small {
    font-size: 24px;
  }
}

@media only screen and (max-width: 996px) {
  section#pagetop h2.big,
  section#about-us h2.big,
  section#product h2.big,
  section#camera h2.big,
  section#sonar h2.big,
  section#maringlide h2.big,
  section#cta h2.big,
  section#links-folders h2.big,
  section#cabinfilter h2.big,
  section#facemask h2.big,
  section#industrialhome h2.big {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 10px;
  }

  section#pagetop h2.big small,
  section#about-us h2.big small,
  section#product h2.big small,
  section#camera h2.big small,
  section#sonar h2.big small,
  section#maringlide h2.big small,
  section#cta h2.big small,
  section#links-folders h2.big small,
  section#cabinfilter h2.big small,
  section#facemask h2.big small,
  section#industrialhome h2.big small {
    font-size: 20px;
  }
}

section#pagetop {
  padding: 260px 0 130px 0;
  min-height: 100vh;
  /*
  p.white-paragraph{
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    font-size: 18px;
    
    &:after{
      background-color: rgba(255, 255, 255, 0.7);
      content: "";
      position: absolute;
      top: 0;
      right: -100%;
      bottom: 0;
      width: 100%;
    }
    @media only screen and (max-width: 996px) {
      padding: 10px;
      font-size: 14px;
      
      &:after{
        display: none;
      }
    }
  }
  */;
}

section#pagetop .intro-white-block {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  font-size: 20px;
  margin-bottom: 170px;
  margin-top: 100px;
}

@media only screen and (max-width: 996px) {
  section#pagetop .intro-white-block {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 70px;
  }
}

section#pagetop .intro-white-block .center-circle {
  position: relative;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  border: 4px solid white;
  margin: -50px auto;
  background-image: url('/assets/img/bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (max-width: 996px) {
  section#pagetop .intro-white-block .center-circle {
    margin: 10px auto;
    width: 140px;
    height: 140px;
  }
}

section#pagetop .intro-white-block .center-circle .inner {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 36px;
  color: white;
  font-weight: bold;
}

@media only screen and (max-width: 996px) {
  section#pagetop .intro-white-block .center-circle .inner {
    font-size: 15px;
    line-height: 20px;
  }
}

section#pagetop .intro-white-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

section#pagetop .intro-white-block ul li {
  padding: 0;
  margin: 0;
  position: relative;
}

section#pagetop .intro-white-block ul li:before {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 14px;
}

@media only screen and (max-width: 996px) {
  section#pagetop .intro-white-block ul li:before {
    position: relative;
    left: auto;
    top: auto;
    margin-right: 10px;
    padding-bottom: 10px;
  }
}

section#pagetop .allvisuals {
  margin-top: -70px;
  text-align: center;
  /*
    .visual3{
      img{
        max-width: 300px;
      }
      .focusvisual{
        //background: red;
        
        display: block;
        position: absolute;
        top: 60%;
        left: 35%;
        transform: translate(-50%, -50%);
        
        @media only screen and (max-width: 996px) {
          left: 42%;
        }
        
        
        width: 100%;
        max-width: 150px;
        
        font-size: 20px;
        color: white;
        cursor: pointer;
        object{
          margin-bottom: 20px;
          .easing-transition(4s);
        }
        &:hover{
          opacity: 0.8;
          object{
            opacity: 0.1;
          }
        }
      }
    }
    */;
}

section#pagetop .allvisuals a.more {
  display: inline-block;
  color: white;
  font-size: 18px;
}

section#pagetop .allvisuals a.more img {
  float: left;
  width: 50px;
  margin-right: 10px;
}

section#pagetop .allvisuals a.more small {
  font-size: 12px;
  display: block;
}

section#pagetop .allvisuals a.more:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 996px) {
  section#pagetop {
    padding: 120px 0 100px 0;
    min-height: 80vh;
  }
}

section#pagetop h2.red-title {
  display: inline-block;
  background-color: #E20613;
  color: white;
  padding: 5px 20px;
  font-size: 28px;
}

@media only screen and (max-width: 996px) {
  section#pagetop h2.red-title {
    font-size: 15px;
    margin: 20px 0;
  }
}

section#pagetop .pagetop-links-bar {
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
}

section#pagetop .pagetop-links-bar .container {
  height: 180px;
}

@media only screen and (max-width: 996px) {
  section#pagetop .pagetop-links-bar .container {
    height: 160px;
  }
}

section#pagetop .pagetop-links-bar .container .row {
  height: 180px;
}

section#pagetop .pagetop-links-bar .container .row a.pagetop-link {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

section#pagetop .pagetop-links-bar .container .row a.pagetop-link object.linkimg {
  width: 100%;
  max-width: 75px;
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

@media only screen and (max-width: 996px) {
  section#pagetop .pagetop-links-bar .container .row a.pagetop-link object.linkimg {
    max-width: 55px;
  }
}

section#pagetop .pagetop-links-bar .container .row a.pagetop-link span.text {
  display: block;
  color: white;
  margin: 5px 0;
  font-size: 20px;
}

@media only screen and (max-width: 996px) {
  section#pagetop .pagetop-links-bar .container .row a.pagetop-link span.text {
    font-size: 14px;
  }
}

section#pagetop .pagetop-links-bar .container .row a.pagetop-link object.arrows {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 35px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */
  cursor: pointer;
}

@media only screen and (max-width: 996px) {
  section#pagetop .pagetop-links-bar .container .row a.pagetop-link object.arrows {
    max-width: 20px;
    bottom: -20px;
  }
}

section#pagetop .pagetop-links-bar .container .row a.pagetop-link:hover object.arrows {
  bottom: -38px;
}

@media only screen and (max-width: 996px) {
  section#pagetop .pagetop-links-bar .container .row a.pagetop-link:hover object.arrows {
    bottom: -28px;
  }
}

section#about-us {
  padding: 100px 0 100px 0;
  /*
  p.white-paragraph{
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin: 50px 0;
    
    @media only screen and (max-width: 996px) {
      padding: 10px;
      font-size: 14px;
    }
    
    .illustration{
      width: 100%;
      max-width: 560px;
      right: 100px;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      z-index: -1;
    }
  }
  */;
}

@media only screen and (max-width: 996px) {
  section#about-us {
    padding: 100px 0 50px 0;
  }
}

@media only screen and (max-width: 996px) {
  section#about-us .intro-parallax-wrapper .intro-parallax {
    min-height: auto;
    width: auto;
    min-width: 100%;
    height: 100%;
  }
}

section#product,
section#maringlide,
section#sonar,
section#camera,
section#cabinfilter,
section#facemask,
section#industrialhome {
  padding: 100px 0 100px 0;
}

section#product p.blue-paragraph,
section#maringlide p.blue-paragraph,
section#sonar p.blue-paragraph,
section#camera p.blue-paragraph,
section#cabinfilter p.blue-paragraph,
section#facemask p.blue-paragraph,
section#industrialhome p.blue-paragraph {
  position: relative;
  background-color: #293486;
  color: white;
  padding: 15px;
}

@media only screen and (max-width: 996px) {
  section#product p.blue-paragraph,
  section#maringlide p.blue-paragraph,
  section#sonar p.blue-paragraph,
  section#camera p.blue-paragraph,
  section#cabinfilter p.blue-paragraph,
  section#facemask p.blue-paragraph,
  section#industrialhome p.blue-paragraph {
    padding: 10px;
    font-size: 14px;
    margin-top: 20px;
  }

  section#product p.blue-paragraph:after,
  section#maringlide p.blue-paragraph:after,
  section#sonar p.blue-paragraph:after,
  section#camera p.blue-paragraph:after,
  section#cabinfilter p.blue-paragraph:after,
  section#facemask p.blue-paragraph:after,
  section#industrialhome p.blue-paragraph:after {
    display: none;
  }
}

section#links-folders {
  padding: 100px 0;
}

section#links-folders .folderlinks a {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */;
}

@media only screen and (max-width: 996px) {
  section#links-folders .folderlinks a {
    margin-top: 40px;
  }
}

section#links-folders .folderlinks a img {
  margin: 0 auto;
  width: 100%;
  max-width: 190px;
  border: 2px solid white;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */;
}

section#links-folders .folderlinks a .description {
  font-size: 14px;
  color: white;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 150px;
  height: 20px;
  bottom: -30px;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  transition-timing-function: cubic-bezier(0, 0, 0.01, 0.995);
  /* custom */;
}

@media only screen and (max-width: 996px) {
  section#links-folders .folderlinks a .description {
    max-width: 100%;
  }
}

section#links-folders .folderlinks a:hover img {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

section#links-folders .folderlinks a:hover .description {
  color: rgba(255, 255, 255, 0.75);
}

ul.waferlayers {
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 140px;
}

ul.waferlayers li {
  position: relative;
  display: block;
  font-size: 10px;
  margin: 5px 0;
}

ul.waferlayers li:before {
  position: absolute;
  left: -140px;
  top: 0;
  bottom: 0;
  width: 130px;
  content: "";
}

ul.waferlayers li:nth-child(1):before {
  background: #7F7F7F;
}

ul.waferlayers li:nth-child(2):before {
  background: #00B0F0;
}

ul.waferlayers li:nth-child(3):before {
  background: #262626;
}

ul.icons-row {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.icons-row li {
  position: relative;
  width: 20%;
  display: inline-block;
  margin-bottom: 30px;
}

@media only screen and (max-width: 996px) {
  ul.icons-row li {
    margin-bottom: 30px;
  }
}

ul.icons-row li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
}

@media only screen and (max-width: 996px) {
  ul.icons-row li img {
    max-width: 60px;
  }
}

ul.icons-row li .icondescription {
  font-size: 15px;
  display: block;
  width: 100%;
  max-width: 120px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 115px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 996px) {
  ul.icons-row li .icondescription {
    font-size: 12px;
    top: 65px;
  }
}

ul.icons-row.four li {
  width: 25%;
}

ul.icons-row.five li {
  width: 20%;
}

ul.icons-row.six li {
  width: 16.6666666%;
}

ul.icons-row.middletext li {
  margin-bottom: 30px;
}

@media only screen and (max-width: 996px) {
  ul.icons-row.middletext li {
    margin-bottom: 50px;
  }
}

ul.icons-row.moretext li {
  margin-bottom: 50px;
}

@media only screen and (max-width: 996px) {
  ul.icons-row.moretext li {
    margin-bottom: 100px;
  }
}
/*
section#about-us, section#product-main{
  padding: 100px 0;
  
  h2{
    font-weight: 600;
    small{
      color: rgb(97, 97, 97);
      line-height: 1em;
      font-weight: 400;
    }
    margin-bottom: 20px;
    text-align: left;

  }
  
  ul.icons-row{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    li{
      width: 20%;
      display: inline-block;
      img{
        
      }
    }
    &.five{
      li{
        width: 20%;
      }
    }
    &.six{
      li{
        width: 16.6666666%;
      }
    }
  }
}
*/
section#product-main {
  background: rgba(0, 0, 0, 0.05);
}

section#product-links {
  padding: 40px 0;
}

section#videosection {
  background: black;
  position: relative;
  padding: 170px 0;
  color: white;
  overflow: hidden;
}

@media only screen and (max-width: 996px) {
  section#videosection {
    padding: 100px 0;
  }
}

section#videosection .parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section#videosection .parallax-wrapper .parallax {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
}

@media only screen and (max-width: 768px) {
  section#videosection .parallax-wrapper .parallax {
    height: 100%;
    min-width: 100%;
    width: auto;
    min-height: auto;
  }
}

section#videosection h1,
section#videosection h2,
section#videosection h3,
section#videosection h4,
section#videosection h5,
section#videosection h6,
section#videosection p {
  color: white;
}

section#videosection a.play-video-btn {
  margin: 40px auto;
  display: inline-block;
  color: white;
  text-align: center;
}

section#videosection a.play-video-btn i {
  display: block;
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
}

section#videosection a.play-video-btn:hover {
  color: #d02e26;
}

section#cta {
  background: black;
  position: relative;
  overflow: hidden;
  /*
  h1{
    font-size: 60px;
    line-height: 1em;
    color: @blue;
    font-weight: 600;
    small{
      font-size: 45px;
      line-height: 1em;
      font-weight: 800;
    }
    //margin-bottom: 100px;
  }
  
  span.cta-text{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    color: @blue;
    margin-bottom: 60px;
  }
  */;
}

section#cta .parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section#cta .parallax-wrapper .parallax {
  display: block;
  position: absolute;
  min-height: 100%;
  width: 100%;
  /*
      @media only screen and (max-width: 768px) {
        min-width: auto;
        height: auto;
        min-height: 100%;
        width: 100%;
      }
      */;
}

@media only screen and (max-width: 996px) {
  section#cta .parallax-wrapper .parallax {
    min-height: auto;
    width: auto;
    min-width: 100%;
    height: 100%;
  }
}

section#cta form input,
section#cta form textarea {
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  padding: 10px;
  margin: 3px;
}

section#cta form .button {
  color: white;
}

section#cta .container {
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  section#cta .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

section#cta h2 {
  color: white !important;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 20px;
}

section#cta h2 small {
  color: white;
}

footer {
  position: relative;
  padding: 10px 0;
  background: white;
  overflow-x: hidden;
}

footer object.branding {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 150px;
  max-width: 200px;
}

footer .footer-info {
  position: relative;
  margin-top: 15px;
  padding: 5px 0;
  border-top: 1px solid black;
  color: black;
  font-size: 10px;
  opacity: 1;
}

footer .footer-info .floating-social {
  position: absolute;
  right: 0;
  top: -45px;
}

.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  max-width: 1200px;
  /*
  @media only screen and (max-width: 996px) {
    margin-left: 50px;
    margin-right: 50px;
  }
  */;
}

.modal-dialog a.closemodal {
  z-index: 30;
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  color: black;
  opacity: 0.8;
  font-size: 26px;
  background: white;
  border-radius: 100px;
  padding: 2px 2px 3px 3px;
}

.modal-dialog a.closemodal:hover {
  opacity: 1;
}

.modal-dialog h2 {
  color: white;
  margin-bottom: 20px;
}

.modal-dialog .modal-content {
  border-radius: 0;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

.img-responsive {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
/*
.img-illustration_wafer{
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  
  @media only screen and (max-width: 996px) {
    margin-bottom: 50px;
  }
}


.img-illustration_wafer2{
  display: block;
  width: 100%;
  margin: 0 auto;
  
  @media only screen and (max-width: 996px) {
    max-width: 300px;
  }
}
*/
.white-paragraph {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 15px;
  font-size: 18px;
  clear: both;
  font-weight: 300;
  margin-top: 20px;
  padding-left: 60px;
  /*
  .innertext{
    display: block;
    position: absolute;
    background:red;
    top: 50%;
    transform: translateY(-50%);
  }
  */;
}

@media only screen and (max-width: 768px) {
  .white-paragraph {
    padding: 0 15px;
    padding-left: auto;
  }
}

.white-paragraph.d-block {
  position: relative;
  display: block;
}

.white-paragraph img.inline-left {
  float: left;
  margin-right: 20px;
  height: 100px;
}

.clearfix {
  position: relative;
  width: 100%;
  height: 2px;
  display: block;
  clear: both;
}

.steps-images {
  margin-left: -40px !important;
  margin-right: -40px !important;
  margin-top: 80px;
}

.steps-images .col {
  padding-left: 40px;
  padding-right: 40px;
}

.steps-images .col img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .steps-images .col img {
    max-width: 180px;
    margin-top: 40px;
  }
}

.steps-images .col p {
  font-size: 18px;
  color: black;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
}

.steps-images .col:before {
  display: block;
  height: 80px;
  width: 80px;
  top: 38%;
  left: -40px;
  position: absolute;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  line-height: 100px;
  text-align: center;
  color: #293486;
  font-size: 40px;
}

@media only screen and (max-width: 768px) {
  .steps-images .col:before {
    display: none;
  }
}

.steps-images .col:first-child:before {
  content: "";
}

.white-paragraph.min-120 {
  min-height: 120px;
}

a.play-visual {
  margin-top: 20px;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  height: 190px;
  width: 100%;
  overflow: hidden;
}

a.play-visual .bgimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  pointer-events: none;
}

a.play-visual .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  opacity: 0.8;
  pointer-events: none;
  border-radius: 5px;
  background: white;
  padding: 15px;
  border: 2px solid #293486;
}

a.play-visual:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

a.play-visual:hover .playbtn {
  opacity: 1;
}
/*
a.play-visual-2030{
  .bgimg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none;
  }
}
*/
.max400height {
  max-height: 400px;
}

@media only screen and (min-width: 996px) {
  .hackish-hoger {
    margin-top: -70px;
  }
}

@media only screen and (min-width: 1200px) {
  .hackish-hoger {
    margin-top: -150px;
  }
}

.maxwidthimgicon {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100px;
}

@media only screen and (max-width: 600px) {
  .mobile-hidden-icon {
    display: none;
  }
}

a.ext-link {
  position: relative;
  display: block;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 200px;
}

a.ext-link img {
  width: 100%;
  max-width: 150px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.ext-link:hover {
  background: white;
}

.cookiebanner-container {
  z-index: 99;
  padding: 25px;
  max-width: 400px;
  width: 100%;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
}

.cookiebanner-container .button {
  color: white;
  background: #293486;
  width: 100%;
  text-align: center;
}

.cookiebanner-container .button:hover {
  color: rgba(255, 255, 255, 0.7);
  background: white;
}

.cookiebanner-container .cookiebanner {
  background: white;
  padding: 25px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.cookiebanner-container .cookiebanner p {
  text-align: left;
  font-size: 12px;
}