@charset "UTF-8";
/**********************/
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?62686086");
  src: url("../fonts/icons.eot?62686086#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?62686086") format("woff2"), url("../fonts/icons.woff?62686086") format("woff"), url("../fonts/icons.ttf?62686086") format("truetype"), url("../fonts/icons.svg?62686086#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons';
    src: url("../font/icons.svg?62686086#icons") format("svg"); } }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-bag:before {
  content: '\e800'; }

/* 'Ó†Ä' */
.icon-down:before {
  content: '\e801'; }

/* 'Ó†A' */
.icon-left:before {
  content: '\e802'; }

/* 'Ó†a' */
.icon-right:before {
  content: '\e803'; }

/* 'Ó†É' */
.icon-search:before {
  content: '\e804'; }

/* 'Ó†Ą' */
.icon-up:before {
  content: '\e805'; }

/* 'Ó†Ö' */
.icon-mail:before {
  content: '\e815'; }

/* 'Ó†e' */
.icon-phone:before {
  content: '\e816'; }

/* 'Ó†E' */
/**********************/
strong {
  font-weight: 600;
  color: #4395b7; }

html, body {
  /*overflow-x: hidden;*/ }

html {
  font-size: 62.5%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #212021;
  background-color: #fff;
  overflow-x: hidden; }

a {
  color: #4395b7;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  a:hover {
    color: #66abc7;
    text-decoration: none; }
  a:active {
    color: #3f8cac;
    text-decoration: none; }

p {
  margin-top: 2rem;
  margin-bottom: 0; }

p:first-child {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 0;
  color: #1a345c;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: left; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: underline; }

h1 {
  font-size: calc(2.8rem + 3.4vw); }

h2 {
  font-size: calc(2.6rem + 2vw); }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 0.471rem; }

h6 {
  font-size: 0.3535rem; }

.main {
  position: relative;
  background-color: #fff;
  overflow-x: hidden; }

#tablet-indicator,
#mobile-indicator {
  display: none; }

.section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .section.first {
    padding-top: 18rem; }
  .section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 {
    color: #fff; }

.nopadding-top {
  padding-top: 0; }

.nopadding-bottom {
  padding-bottom: 0; }

.parallax {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.inner {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: left;
  z-index: 5; }
  .inner.wide {
    max-width: 165rem; }
  .inner.medium {
    max-width: 148rem; }
  .inner.full {
    max-width: none; }

.btn {
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2.2rem;
  border: 1px solid #000;
  border-radius: 2.1rem;
  background-color: transparent;
  color: #1a345c;
  font-size: calc(1.1rem + 0.2vw);
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  /*
  	&.btn-green {
  		color: #fff;
  		background: $green;
  		border-color: $green;
  
  		&:hover {
  			background-color: lighten($green, 8%);
  			color: #fff;
  		}
  
  		&:active {
  			background-color: darken($green, 2%);
  			color: #fff;
  		}
  	}
  
  	&.btn-border {
  		color: $dark;
  		background: transparent;
  
  		&:hover {
  			background-color: lighten($blue, 10%);
  			color: #fff;
  		}
  
  		&:active {
  			background-color: darken($blue, 3%);
  			color: #fff;
  		}
  	}
  
  
  	&.btn-narrow {
  		padding-left: 1.2rem;
  		padding-right: 1.2rem;
  
  		&.btn-icon-only {
  			padding-left: 1rem;
  			padding-right: 1rem;
  		}
  
  		&.btn-icon-left {
  			padding-left: 1rem;
  		}
  
  		&.btn-icon-right {
  			padding-right: 1rem;
  		}
  	}
  
  	&.btn-transparent {
  		padding-left: 0;
  		padding-right: 0;
  		border-color: transparent;
  		background-color: transparent;
  		color: #000;
  
  		&:hover {
  			background-color: transparent;
  			color: #666;
  		}
  
  		&:active {
  			background-color: transparent;
  			color: #000;
  		}
  	}
  */ }
  .btn:hover {
    background-color: #000;
    color: #fff; }
  .btn:active {
    background-color: #000;
    color: #fff; }
  .btn i {
    color: #4395b7; }
  .btn.btn-icon-only {
    width: 5rem;
    padding-left: 0;
    padding-right: 0; }
    .btn.btn-icon-only i.icon-left, .btn.btn-icon-only i.icon-right, .btn.btn-icon-only i.icon-up, .btn.btn-icon-only i.icon-down {
      font-size: 120%; }
  .btn.btn-small {
    width: 2.8rem;
    padding: 0.4rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
    vertical-align: text-bottom; }
  .btn.btn-icon-left {
    padding-left: 1.8rem; }
    .btn.btn-icon-left i {
      display: inline-block;
      margin-right: 1.6rem;
      margin-left: 0.4rem; }
      .btn.btn-icon-left i.icon-left {
        margin-left: 0;
        font-size: 1.8rem; }
      .btn.btn-icon-left i::before {
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        transition-property: transform; }
    .btn.btn-icon-left:hover i::before {
      -webkit-transform: translateX(-0.4rem);
      -ms-transform: translateX(-0.4rem);
      -o-transform: translateX(-0.4rem);
      transform: translateX(-0.4rem); }
  .btn.btn-icon-right {
    padding-right: 1.8rem; }
    .btn.btn-icon-right i {
      display: inline-block;
      margin-left: 1.6rem;
      margin-right: 0.4rem; }
      .btn.btn-icon-right i.icon-right {
        margin-right: 0;
        font-size: 1.8rem; }
      .btn.btn-icon-right i::before {
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        transition-property: transform; }
    .btn.btn-icon-right:hover i::before {
      -webkit-transform: translateX(0.4rem);
      -ms-transform: translateX(0.4rem);
      -o-transform: translateX(0.4rem);
      transform: translateX(0.4rem); }
  .btn.btn-transparent {
    background-color: transparent;
    border-color: transparent;
    color: #1a345c; }
    .btn.btn-transparent:hover {
      background-color: transparent;
      border-color: transparent;
      color: #1a345c; }
    .btn.btn-transparent:active {
      background-color: transparent;
      border-color: transparent;
      color: #1a345c; }
  .btn.btn-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .btn.btn-white:hover {
      background-color: #fff;
      color: #1a345c; }
    .btn.btn-white:active {
      background-color: #fff;
      color: #000; }
  .btn.btn-dark {
    background-color: #313639;
    color: #fff; }
    .btn.btn-dark:hover {
      background-color: #3f4649;
      color: #fff; }
    .btn.btn-dark:active {
      background-color: greyen(#1a345c, 4%);
      color: #fff; }
  .btn.btn-blue {
    background-color: #4395b7;
    border-color: #4395b7;
    color: #fff; }
    .btn.btn-blue i {
      color: #fff; }
    .btn.btn-blue:hover {
      background-color: #57a2c2;
      border-color: #57a2c2;
      color: #fff; }
    .btn.btn-blue:active {
      background-color: #3e89a8;
      border-color: #3e89a8;
      color: #fff; }
  .btn.btn-blue-border {
    background-color: transparent;
    border-color: #4395b7;
    color: #4395b7; }
    .btn.btn-blue-border i {
      color: #4395b7; }
    .btn.btn-blue-border:hover {
      background-color: #57a2c2;
      border-color: #57a2c2;
      color: #fff; }
      .btn.btn-blue-border:hover i {
        color: #fff; }
    .btn.btn-blue-border:active {
      background-color: #3e89a8;
      border-color: #3e89a8;
      color: #fff; }
      .btn.btn-blue-border:active i {
        color: #fff; }
  .btn.btn-red {
    background-color: #ae1517;
    color: #fff; }
    .btn.btn-red:hover {
      background-color: #c9181b;
      color: #fff; }
    .btn.btn-red:active {
      background-color: greyen(#ae1517, 4%);
      color: #fff; }
  .btn:disabled, .btn:disabled:hover, .btn:disabled:active, .btn.disabled, .btn.disabled:hover, .btn.disabled:active {
    background: #eceeee !important;
    border-color: #eceeee !important;
    color: #b7b9b9 !important;
    cursor: default;
    pointer-events: none; }
    .btn:disabled i, .btn:disabled:hover i, .btn:disabled:active i, .btn.disabled i, .btn.disabled:hover i, .btn.disabled:active i {
      color: #b7b9b9 !important; }

.input {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  padding: 1.3rem 1.4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #434343;
  border-radius: 0;
  color: #000;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s ease-out 0s;
  -o-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s; }
  .input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999; }
  .input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999; }
  .input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999; }
  .input:-moz-placeholder {
    /* Firefox 18- */
    color: #999; }
  .input:hover {
    background-color: rgba(0, 0, 0, 0.02); }
  .input:focus {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.06); }
  .input.input-error, .input.wpcf7-not-valid {
    border-color: #ae1517 !important; }
  .dark .input {
    background-color: transparent;
    border-color: #aaa;
    color: #eee; }
    .dark .input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #999; }
    .dark .input::-moz-placeholder {
      /* Firefox 19+ */
      color: #999; }
    .dark .input:-ms-input-placeholder {
      /* IE 10+ */
      color: #999; }
    .dark .input:-moz-placeholder {
      /* Firefox 18- */
      color: #999; }
    .dark .input:hover {
      border-color: #fff;
      background-color: rgba(255, 255, 255, 0.05); }
    .dark .input:focus {
      border-color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dark .input.input-error, .dark .input.wpcf7-not-valid {
      border-color: #ae1517 !important;
      background-color: rgba(174, 21, 23, 0.05); }

textarea.input {
  height: 4.7rem; }

select.input {
  padding-right: 4rem;
  -webkit-transition: background-color, border-color 0.2s ease-out 0s;
  -o-transition: background-color, border-color 0.2s ease-out 0s;
  transition: background-color, border-color 0.2s ease-out 0s;
  background-image: linear-gradient(45deg, transparent 50%, #6a6a6a 50%), linear-gradient(135deg, #6a6a6a 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(44% + 2px), calc(100% - 13px) calc(44% + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat; }
  select.input:focus {
    background-image: linear-gradient(45deg, #6a6a6a 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #6a6a6a 50%);
    background-position: calc(100% - 13px) 44%, calc(100% - 18px) 44%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    outline: 0; }
  select.input:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select.input option {
    color: #000; }
  .dark select.input option {
    color: #000; }

label {
  display: block;
  margin-bottom: 0.4rem;
  padding-left: 1.4rem;
  color: #000; }
  .dark label {
    color: #fff; }

.anchor {
  position: absolute;
  top: 0; }

section {
  position: relative;
  width: 100%;
  pointer-events: none; }

.content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1; }

.trigger {
  position: absolute;
  left: 0; }

.blowers {
  height: 2600px;
  z-index: 2; }

.blowers-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: calc(35rem + 25vw);
  padding: 0 3rem;
  z-index: 5; }
  .blowers-slide.slide-1 {
    top: 49%;
    max-width: calc(30rem + 20vw); }
  .blowers-slide.slide-2 > div, .blowers-slide.slide-3 > div {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  .blowers-slide * {
    text-align: center; }
  .blowers-slide p {
    font-size: calc(1.2rem + 0.6vw);
    color: #4395b7;
    font-weight: 600; }

.blowers-logo {
  width: 100%; }
  .blowers-logo img {
    display: block;
    width: 100%;
    min-width: 250px;
    height: auto; }

.blowers-logos {
  margin-top: 8rem;
  margin-bottom: -8rem; }
  .blowers-logos div {
    display: inline-block;
    padding: 0 2rem; }
    .blowers-logos div img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 7rem;
      margin: 0 auto; }

.blowers-products {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding-bottom: 56.25%; }
  .blowers-products img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    opacity: 10; }
    .blowers-products img:nth-child(1) {
      z-index: 6; }
    .blowers-products img:nth-child(2) {
      z-index: 7; }
    .blowers-products img:nth-child(3) {
      z-index: 8; }
    .blowers-products img:nth-child(4) {
      z-index: 9; }
    .blowers-products img:nth-child(5) {
      z-index: 10; }
    .blowers-products img:nth-child(6) {
      z-index: 11; }
    .blowers-products img:nth-child(2n+0) {
      -webkit-transform: translateX(30%) scale(4);
      -ms-transform: translateX(30%) scale(4);
      -o-transform: translateX(30%) scale(4);
      transform: translateX(30%) scale(4); }
    .blowers-products img:nth-child(2n+1) {
      -webkit-transform: translateX(-30%) scale(4);
      -ms-transform: translateX(-30%) scale(4);
      -o-transform: translateX(-30%) scale(4);
      transform: translateX(-30%) scale(4); }

#blowers-0 {
  top: 0; }

#blowers-1 {
  top: 300px; }

#blowers-2 {
  top: 550px; }

#blowers-3 {
  top: 700px; }

#blowers-4 {
  top: 1500px; }

#blowers-5 {
  top: 1750px; }

#blowers-6 {
  top: 1900px; }

.copyright {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #666; }
  .copyright .created {
    position: absolute;
    right: 3rem;
    bottom: 0;
    display: block;
    font-size: 1.4rem; }
    .copyright .created a {
      color: #666;
      text-decoration: none; }
      .copyright .created a img {
        position: relative;
        top: -0.2rem;
        display: inline-block;
        width: auto;
        height: 1.6rem;
        margin-left: 1rem;
        vertical-align: middle;
        opacity: 0.8;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
      .copyright .created a:hover {
        color: #000;
        text-decoration: none; }
        .copyright .created a:hover img {
          opacity: 1; }

.btn-website {
  position: fixed;
  left: 3rem;
  top: 3rem;
  margin: 0;
  z-index: 999; }

.btn-play {
  position: fixed;
  right: 3rem;
  top: 3rem;
  margin: 0;
  z-index: 999; }

.languages {
  position: fixed;
  left: 3rem;
  top: 2.8rem;
  right: 3rem;
  text-align: center;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  z-index: 998; }
  .languages a {
    margin: 0 0.7rem;
    text-transform: none;
    text-decoration: none; }
  .languages ul {
    position: absolute;
    top: 80%;
    left: -2rem;
    right: -2rem;
    padding: 0.4rem 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(67, 149, 183, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out 0.3s;
    -o-transition: all 0.15s ease-out 0.3s;
    transition: all 0.15s ease-out 0.3s;
    z-index: 99; }
    .languages ul::before {
      position: absolute;
      content: " ";
      bottom: 100%;
      left: 50%;
      height: 10px;
      width: 0;
      margin-left: -12px;
      border: solid transparent;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 12px; }
    .languages ul::after {
      position: absolute;
      bottom: 100%;
      right: 0;
      left: 0;
      content: " ";
      height: 1rem;
      width: 100%; }
    .languages ul li {
      float: none;
      display: block;
      width: 100% !important; }
      .languages ul li a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0.8rem 0.3rem;
        line-height: 1.2;
        font-size: 1.5rem;
        text-transform: none;
        text-decoration: none;
        text-align: center;
        color: #000;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
        .languages ul li a:hover {
          color: #4395b7; }
        .has-dark-top .header:not(.open) .languages ul li a {
          color: #000; }
          .has-dark-top .header:not(.open) .languages ul li a:hover {
            color: #4395b7; }
  @media (max-width: 700px) {
    .languages {
      top: 3.1rem; } }
  @media (max-width: 450px) {
    .languages {
      top: 8rem;
      text-align: right; } }

.moving-mouse-holder {
  position: fixed;
  left: 50%;
  bottom: 4rem;
  width: 32px;
  display: block;
  margin-left: -16px;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 2; }
  .moving-mouse-holder .mouse {
    width: 32px;
    height: 50px;
    position: relative;
    right: 0;
    border-radius: 18px;
    border: 2px solid #1a345c;
    transition: border 500ms ease-out;
    animation: mouse-scroll 2s infinite ease; }
    .moving-mouse-holder .mouse .mouse-button {
      background-color: #1a345c;
      width: 4px;
      height: 10px;
      border-radius: 2px;
      position: absolute;
      top: 10px;
      left: 50%;
      margin: 0 0 0 -2px;
      animation: mouse-button-scroll 2s infinite ease; }
  .moving-mouse-holder:hover {
    opacity: 1; }
  .moving-mouse-holder.invisible {
    opacity: 0 !important; }

@keyframes mouse-scroll {
  0%, 100% {
    transform: translate(0, 0); }
  40% {
    transform: translate(0, 12px); } }
@keyframes mouse-button-scroll {
  0%, 100% {
    transform: translate(0, 0) scale(1, 1);
    opacity: 0.8; }
  40% {
    transform: translate(0, 18px) scale(1, 0.8);
    opacity: 0; }
  50% {
    transform: translate(0, -5px) scale(1, 1);
    opacity: 0; } }
.spacer {
  height: 100vh; }

.pb {
  position: fixed;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #fff;
  z-index: 999; }
  @media (max-width: 600px) {
    .pb {
      top: 0;
      bottom: auto; } }

/*# sourceMappingURL=styles.css.map */
