﻿/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("iwl2enj.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }


  /* All youtube videos responsive */
  iframe[src*="youtube"] {
	  display:block;
	  width:100% !important;
	  height: auto !important;
	  min-height: 350px;
  }

  /* truncate News */


 .news--spacing {
	 padding:2rem;
 }

.news__text + p {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 7.2em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: left;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
/* create the ... */
.news__text + p:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
right: 3.5rem;
    bottom: 0.1rem;
}
/* hide ... if we have text, which is less than or equal to max lines */
.news__text + p:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

 .news__text + p + * {
	 display:none;
 }




/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*html, body {
    height: 100%;
    min-height: 100%;
    overflow-x:hidden;

}

*{
    -webkit-overflow-scrolling: touch;
}*/
.page-content {
  flex: 1; }

.header {
  position: relative;
  z-index: 0;
  /*&__color-section {
        height: 13rem;
    }*/ }
  @media screen and (max-width: 991px) {
    .header {
      margin-top: 4rem; } }
  .header .section-container {
    border: solid 1px transparent; }
  .header--overlay {
    margin-bottom: -5rem; }
  @media screen and (min-width: 992px) {
    .header--extra-heigh .header__color-section {
      padding-bottom: 5.5rem; } }
  .header .ribbon {
    width: 13%;
    transform: translateY(-20rem); }
    .header .ribbon__icon {
      top: -.5rem; }
    .header .ribbon .animate-text {
      opacity: 0; }
  .header__description {
    width: 40%;
    position: relative;
    left: 50%;
    margin-left: calc(-20% - 30px);
    bottom: 0;
    text-align: left;
    font-size: 0.8rem;
    margin-top: 8rem;
    margin-bottom: 3rem;
    margin-left: calc(8rem + 13%);
    left: 0; }
    @media screen and (max-width: 767px) {
      .header__description {
        width: 80%;
        margin-left: -40%;
        left: 50%; } }
  .header__image {
    height: 20rem;
    width: 100%;
    object-fit: cover;
    object-position: center center; }

body {
  font-family: "sofia-pro",sans-serif;
  font-weight: 300; }
  body {
    font-size: 14px;
	overflow-x: hidden;
	}
    @media screen and (min-width: 320px) {
      body {
        font-size: calc(14px + 3 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      body {
        font-size: 17px; } }

h1 {
  line-height: 2.2rem; }

h2 {
  font-size: 2.25rem;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    h2 {
      line-height: 2rem;
      font-size: 2rem;
      margin-bottom: 0.5rem; } }

h3 {
  font-size: 1.25rem;
  font-weight: 200; }

.filter {
  background: #f5f6f6;
  color: #000;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .filter {
      display: none; }
      .filter.is-visible {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        margin-bottom: 0; }
      .filter__scroller {
        overflow-y: scroll;
        height: calc(100% - 5rem); }
      .filter__mobile-close-button {
        padding-top: 1rem; } }
  .filter__active-filters {
    position: relative;
    background: #375757;
    border: solid 4px #375757;
    border-top: none;
    color: #fff;
    margin: 1rem 0; }
    .filter__active-filters:before, .filter__active-filters:after {
      position: absolute;
      display: block;
      content: '';
      background: #314d4d;
      top: -0.25rem;
      left: 0rem;
      height: 0.25rem;
      right: 0rem; }
    .filter__active-filters:after {
      top: -0.5rem;
      background: #294040;
      left: 0.25rem;
      right: 0.25rem; }
  .filter__active-filters-title {
    padding: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600; }
  .filter__active-filters-content {
    background: #f1f1f1;
    padding: 0.75rem 1.25rem;
    color: #000;
    font-size: 0.9rem; }
  .filter__active-filters-list {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important; }
  .filter__active-filters-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .filter__active-filters-close {
    position: relative;
    top: -0.1rem;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.25rem; }
  .filter__active-filters-reset {
    color: #0097d1; }
    .filter__active-filters-reset:hover, .filter__active-filters-reset:active {
      color: #0097d1; }
  .filter__group {
    margin: 2rem calc(1rem + 4px) 0 calc(1rem + 4px); }
    .filter__group.is-collapsed .filter__group-options {
      max-height: 0;
      overflow: hidden; }
    .filter__group.is-collapsed .filter__group-title-icon {
      transform: rotate(-180deg); }
  .filter__group-options {
    margin-top: 0.75rem !important;
    max-height: 800px;
    overflow: visible;
    transition: max-height 0.3s ease-in-out, margin 0.15s ease-out; }
  .filter__group-title {
    cursor: pointer;
    text-transform: uppercase;
    user-select: none; }
  .filter__group-title {
    text-transform: uppercase;
    position: relative; }
  .filter__group-title-icon {
    position: absolute;
    height: 1rem;
    right: 0rem;
    top: 50%;
    margin-top: -0.5rem;
    transform: rotate(0deg);
    transition: transform 0.15s ease-out; }

.sidebar-container {
  display: flex; }
  @media screen and (max-width: 991px) {
    .sidebar-container {
      min-height: initial; } }

.sidebar {
  z-index: 100;
  width: 300px;

  background: url("../images/backgrounds/background-menu.png") bottom center no-repeat;
  background-size: 100%; }

  @media screen and (min-width: 991px) {
    .sidebar {
  padding-top: 136px;
    }
  }

  @media screen and (max-width: 991px) {
    .sidebar {
      position: absolute;
      width: 100%;
      max-width: 100%;
      top: 0;
      left: 0;
      right: 0;
      background: none; } }

.footer {
  background-image: url("../images/backgrounds/background-hydrowear.png");
  background-position: left bottom;
  background-repeat: no-repeat; }
  .footer__title {
    font-size: 1rem;
    border-bottom: solid 2px #fff;
    display: block;
    line-height: 1.75rem;
    margin-top: 1.5rem; }
  .footer_link {
    font-size: 0.8rem;
    color: #e4e8e9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block; }
    .footer_link:visited {
      color: #e4e8e9; }
    .footer_link:hover {
      color: #00a1e4; }
  .footer__icon {
    max-width: 100%;
    max-height: 60px;
    margin-bottom: 0.5rem; }
    .footer__icon--large {
      max-height: 100px; }

.page-closer {
  background: #111216; }
  .page-closer__bottom {
    display: flex;
    font-size: 0.8rem;
    flex-wrap: wrap; }
    .page-closer__bottom a, .page-closer__bottom a:visited {
      margin-top: 0.75rem;
      color: #cacaca;
      width: 20%; }
      @media screen and (max-width: 991px) {
        .page-closer__bottom a, .page-closer__bottom a:visited {
          width: 33.3333%; } }
      @media screen and (max-width: 767px) {
        .page-closer__bottom a, .page-closer__bottom a:visited {
          width: 50%; } }

form label {
  display: block;
  margin-top: 1.5rem;
  color: #1d1f27; }

.navigation__items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .navigation__items:first-child {
    margin-top: 1.5rem; }

.navigation__link {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1.5rem 1rem 1.5rem 2rem;
  background: transparent;
  box-shadow: inset 0px 5px 10px 0px transparent, inset 0px -5px 10px 0px transparent;
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out; }
  .navigation__link:hover, .navigation__link:visited {
    color: #fff;
    text-decoration: none; }
  .navigation__link:hover, .navigation__link.is-active {
    background: #13141a;
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.86), inset 0px -5px 10px 0px rgba(0, 0, 0, 0.86); }

.navigation__icon {
  height: 2.5em;
  fill: #fff;
  margin-right:1rem;
  }

.navigation .hamburger-button {
  display: none; }

@media screen and (max-width: 991px) {
  .navigation {
    max-height: 0vh;
    overflow: hidden;
    transition: max-height 0.7s ease-out; }
    .navigation.is-active {
      max-height: 200vh; } }

@media screen and (max-width: 991px) {
  .navigation .hamburger-button {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem; } }

.language-selector-wrapper {
  height: 0;
  position: relative;
  z-index: 101; }

  .login-button, .login-button:hover{
    display: block;
    background-color: #2A333D;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -0.5rem;
    padding-right: 1.5rem;
    color: #337192;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    border: solid 3px;
  }

.language-selector {
  position: absolute;
  right: 0;
  font-size: 0.7rem;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  float: right;
  background: #465566;
  border-bottom: solid 0.35rem #3e4a59;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .language-selector {
      border-bottom: none;
      background: transparent;
      pointer-events: none;
       } }
  .language-selector__select-wrapper {
    margin-left: 1rem;
    position: relative;
    display: inline-block;
    pointer-events: all; }
    .language-selector__select-wrapper:after {
      display: inline-block;
      content: '';
      background: #006be5;
      position: absolute;
      top: 30%;
      right: -0.25rem;
      width: 2rem;
      bottom: 0;
      transform: skewX(-20deg); }
      @media screen and (max-width: 767px) {
        .login-button{
          display: none;
        }
        .language-selector__select-wrapper{
          margin-right: 4rem;
        }
        .language-selector__select-wrapper:after {
          display: none; } }
    .language-selector__select-wrapper:hover .language-selector__list {
      max-height: 150px; }
  .language-selector__select {
    position: relative;
    display: block;
    background: #468bdb;
    z-index: 2;
    color: #fff;
    border: none;
    padding: 0.35rem 0.5rem; }

    .language-selector__select img{
      height: 1em;
    width: 1.5em;
    position: relative;
    margin-right: 0.5em;
    top: -1px;

    }
    .language-selector__select option {
      background: #fff;
      color: #465566; }
    @media screen and (max-width: 767px) {
      .language-selector__select {
        height: 2.5rem;
        background: transparent;
        color: #1d1f27;
        margin-right: 0rem;
        top: 0.5rem; } }
  .language-selector__list {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0px;
    width: auto;
    top: 100%;
    background: #2e72c1;
    min-width: 100%;
    border-bottom-left-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
    transition: max-height 0.3s ease-out; }
  .language-selector__link, .language-selector__link:hover, .language-selector__link:active {
    color: #fff;
    padding: 0.25rem;
    display: block; }
    .language-selector__link:first-child, .language-selector__link:hover:first-child, .language-selector__link:active:first-child {
      padding-top: 0.5rem; }
  .language-selector__icon {
    width: 2.5rem;
    padding: 0.5rem;
    background: #337192; }
    @media screen and (max-width: 767px) {
      .language-selector__icon {
        display: none; } }

.brand {
  overflow: hidden;
  display: block;

 }
 @media screen and (min-width: 992px) {
  .brand {
    position:fixed;
    width: 300px;
    top:0;
  }
}
  .brand__link {
    display: block; }
  .brand__image {
    display: block;

    margin: 1rem auto;
  max-width: 90% }
    @media screen and (max-width: 991px) {
      .brand__image {
        margin: 0.25rem; } }
  @media screen and (max-width: 991px) {
    .brand {
      background: #fff;
      border-bottom: solid 1px #d4d7df; }
      .brand__image {
        width: 150px; } }

.carousel-cell {
  width: 100%; }

.main-carousel {
  max-width: 1600px;
  margin: 0 auto;
  overflow: auto;
  overflow-x: hidden;
  opacity: 0; }
  .main-carousel.flickity-enabled {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .main-carousel .ribbon {
      display: none; } }
  .main-carousel_cell {
    padding: 5rem 2rem 2rem; }
    @media screen and (max-width: 991px) {
      .main-carousel_cell {
        padding: 2rem 0.5rem;
        padding-top: 7rem; } }
  .main-carousel__cell-inner {
    position: relative;
    max-width: 100%;
    width: 70vw;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .main-carousel__cell-inner {
        width: 100%; } }
  .main-carousel__image {
    position: relative;
    height: 0;
    padding-top: 55%;
    width: 100%;
    box-sizing: content-box;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 3px 25px 0.96px rgba(0, 0, 0, 0.7); }
  .main-carousel .flickity-page-dots {
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translateX(-35vw);
    bottom: 5rem;
    margin: 0 auto;
    width: 70vw;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    pointer-events: none; }
    @media screen and (max-width: 991px) {
      .main-carousel .flickity-page-dots {
        display: none; } }
    .main-carousel .flickity-page-dots .dot {
      pointer-events: all;
      background: transparent;
      width: 1.75rem;
      height: 1.75rem;
      border: solid 0.1rem #30373c;
      margin: 0.5rem 2.5rem;
      opacity: 1; }
      .main-carousel .flickity-page-dots .dot.is-selected {
        background: #30373c; }
  .main-carousel__content {
    position: absolute;
    bottom: 2rem;
    z-index: 6;
    width: 40%; }
    @media screen and (max-width: 767px) {
      .main-carousel__content {
        bottom: 1rem;
        width: 100%; } }
    .main-carousel__content--left {
      left: 2rem; }
    .main-carousel__content--right {
      right: 2rem; }
    @media screen and (max-width: 767px) {
      .main-carousel__content .button {
        display: none; } }
  @media screen and (max-width: 1200px) {
    .main-carousel__text {
      display: none; } }
  .main-carousel__title {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .main-carousel__title {
        font-size: 1rem; } }

.ribbon {
  position: absolute;
  z-index: 99;
  width: 18%;
  max-width: 400px;
  margin-left: 2rem;
  height: 24.5rem;
  top: -10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  letter-spacing: 2px; }
  @media screen and (max-width: 1440px) {
    .ribbon {
      width: 21%;
      height: 20.5rem; } }
  @media screen and (max-width: 1200px) {
    .ribbon {
      width: 18%;
      height: 17rem; } }
  @media screen and (max-width: 767px) {
    .ribbon {
      height: 14rem; } }
  .ribbon .ribbon__breakout-text.preanimation:after {
    opacity: 0; }
  .ribbon--yellow {
    background: #e6c002;
    color: rgba(255, 255, 255, 0.65); }
    .ribbon--yellow .ribbon__breakout-text:after {
      color: #e6c002; }
  .ribbon--blue {
    background: #0097d1;
    color: rgba(255, 255, 255, 0.65); }
    .ribbon--blue .ribbon__breakout-text:after {
      color: #0097d1; }
  .ribbon--orange {
    background: #e68802; }
    .ribbon--orange .ribbon__breakout-text:after {
      color: #e68802; }
  .ribbon--purple {
    background: #8c3a91; }
    .ribbon--purple .ribbon__breakout-text:after {
      color: #8c3a91; }
  .ribbon__breakout-text {
    position: absolute;
    bottom: 8.5rem;
    white-space: nowrap;
    left: 1.35rem;
    padding: 0.25rem 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5rem; }
    @media screen and (max-width: 1440px) {
      .ribbon__breakout-text {
        bottom: 4.5rem; } }
    @media screen and (max-width: 1200px) {
      .ribbon__breakout-text {
        bottom: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .ribbon__breakout-text {
        font-size: 1.5rem;
        bottom: 0.5rem; } }
    .ribbon__breakout-text:after {
      transform: opacity 0.5s ease-out;
      transition-delay: 0.1s;
      display: inline-block;
      content: '.';
      margin-left: -0.5rem; }
  @media screen and (max-width: 1200px) {
    .ribbon__footer {
      display: none; } }
  .ribbon .ribbon__breakout-border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 65%;
    border: solid 2px #fff;
    border-right: none; }
    .ribbon .ribbon__breakout-border:before, .ribbon .ribbon__breakout-border:after {
      display: block;
      content: '';
      position: absolute;
      left: calc(100% - 2px);
      height: 0.5rem;
      border-right: solid 2px #fff; }
    .ribbon .ribbon__breakout-border:before {
      top: 0; }
    .ribbon .ribbon__breakout-border:after {
      bottom: 0; }
  .ribbon__icon {
    max-width: 4rem;
    max-height: 5rem;
    position: relative;
    top: 0.75rem; }
    @media screen and (max-width: 1440px) {
      .ribbon__icon {
        display: none; } }
  .ribbon.ribbon--side {
    height: auto;
    font-size: 1rem;
    width: 100px;
    height: 120px;
    padding-top: 10px;
    justify-content: space-between;
    top: 0rem;
    left: -3rem; }
    @media screen and (max-width: 767px) {
      .ribbon.ribbon--side {
        font-size: 0.8rem;
        height: 90px;
        width: 80px; } }
    .ribbon.ribbon--side:after {
      display: block;
      content: '';
      position: absolute;
      bottom: -1rem;
      background: #808202;
      height: 1rem;
      left: 0.5rem;
      width: 1rem;
      transform: skew(45deg);
      z-index: 0; }
    .ribbon.ribbon--side:before {
      content: '';
      display: block;
      position: absolute;
      height: 1rem;
      width: 1rem;
      bottom: -1rem;
      left: 1rem;
      background: #fff;
      z-index: 1; }
    @media screen and (max-width: 1440px) {
      .ribbon.ribbon--side .ribbon__icon {
        display: block; } }
    @media screen and (max-width: 767px) {
      .ribbon.ribbon--side .ribbon__icon {
        max-width: 2rem;
        max-height: 2rem; } }

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  margin: 1rem -0.25rem 0 -0.25rem; }
  .breadcrumbs:after {
    display: block;
    content: '';
    clear: both; }
  .breadcrumbs__link, .breadcrumbs__link:hover {
    color: #375757;
    float: left;
    margin: 0 0.25rem; }
    .breadcrumbs__link:after, .breadcrumbs__link:hover:after {
      display: inline-block;
      margin-left: 0.25rem;
      content: "|"; }
  .breadcrumbs__page, .breadcrumbs__page:hover {
    color: #0097d1;
    text-transform: uppercase; }

label {
  cursor: pointer;
  user-select: none; }
  label input[type='checkbox'] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none; }
  label .checker {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 0.1rem;
    margin-right: 1rem;
    border-radius: 50%;
    border: solid 1px;
    position: relative; }
    label .checker:after {
      content: '';
      display: block;
      position: absolute;
      margin-top: -1px;
      margin-left: -1px;
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      border-radius: 50%;
      background: #0097d1;
      transform: scale(0);
      transition: 0.3s transform ease-in; }
  label input[type='checkbox']:checked ~ .checker:after {
    transform: scale(1);
    transition: 0.5s transform cubic-bezier(0.19, 2.6, 0.41, 0.56); }
  label.checkbox--square .checker {
    border-radius: 0;
    border: solid 2px #d1d2d2;
    margin-right: 0.5rem; }
  label.checkbox--square input[type='checkbox'] ~ .checker:after {
    border-radius: 0; }
  label.checkbox--content {
    display: block;
    width: 100%; }
    label.checkbox--content .checker {
      width: 100%;
      border-radius: 0;
      height: auto;
      font-size: 0.8rem;
      display: block;
      text-align: center;
      background: #fff;
      border: solid 1px #d1d2d2; }
    label.checkbox--content .checkbox__content {
      position: relative;
      z-index: 2; }
    label.checkbox--content input[type='checkbox'] ~ .checker:after {
      color: #fff;
      border-radius: 0;
      top: 0;
      z-index: 1; }
  label.checkbox--color {
    display: block;
    width: 100%; }
    label.checkbox--color .checker {
      width: 100%;
      border-radius: 0;
      height: 0;
      padding-bottom: 100%;
      font-size: 0.8rem;
      display: block;
      text-align: center;
      position: relative;
      border: none; }
      label.checkbox--color .checker:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: url("../images/icons/valid.svg") no-repeat center center;
        background-size: 60%; }
    label.checkbox--color input[type='checkbox']:checked ~ .checker:after {
      opacity: 1; }
      label.checkbox--color input[type='checkbox']:checked ~ .checker:after:after {
        border: solid 0.15rem #33c316; }

input[type='text'], input[type='password'], input[type='tel'], input[type='email'], textarea {
  border: solid 1px #cdcccc;
  padding: 0.75rem;
  font-weight: 100;
  display: block;
  width: 100%;
  border-radius: 2px;
  color: #4f5f72; }
  input[type='text']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='email']:focus, textarea:focus {
    border: solid 1px #0097d1; }
  input[type='text'].input-borderless, input[type='password'].input-borderless, input[type='tel'].input-borderless, input[type='email'].input-borderless, textarea.input-borderless {
    border: none; }

textarea {
  height: 150px; }

.button {
  position: relative;
  display: inline-block;
  padding: 1rem;
  background: linear-gradient(#0097d1, #0084b8);
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  border: none;
  cursor: pointer; }
  .button:hover, .button:visited {
    text-decoration: none;
    color: #fff; }
  .button:hover {
    background: linear-gradient(#0084b8, #0097d1); }
  .button--grey {
    font-weight: 200;
    background: #dddddd;
    color: #465566;
    box-shadow: 0 5px 5px rgba(211, 211, 211, 0.4); }
    .button--grey:hover {
      background: #c8c8c8;
      color: #465566; }
  .button--rounded-corners {
    border-radius: 0.25rem; }
  .button--large {
    font-size: 1.4rem; }
  .button--arrow {
    padding-right: 3.5rem; }
    .button--arrow:after {
      display: block;
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 2.5rem;
      margin-left: 1rem;
      background: url("../images/icons/button-arrow.svg") no-repeat center center, linear-gradient(#0084b8, #0096d0);
      border-radius: 0.25rem;
      background-size: 1rem 1rem, auto; }
  .button--small {
    padding: 0.6rem 2rem; }
  .button--no-shadow {
    box-shadow: none; }
  .button--outline {
    background: transparent;
    color: #0095cf;
    border: solid 2px #0095cf;
    padding: 0.5rem 2rem; }
    .button--outline:visited {
      background: transparent;
      color: #0095cf; }
    .button--outline:hover {
      border: solid 2px #0095cf;
      color: #fff; }

.categories__button {
  font-weight: 600;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
  position: relative; }
  .categories__button:hover:after {
    opacity: 1; }
  .categories__button--blue {
    background: #0097d1; }
  .categories__button--yellow {
    background: #e6c002; }
  .categories__button--orange {
    background: #e68802; }
  .categories__button--purple {
    background: #8c3a91; }

.categories__dropdown {
  position: absolute;
  min-width: 275px;
  left: 0;
  right: 0;
  font-size: 0.8rem;
  text-align: left;
  padding: 0 0.75rem;
  font-weight: 100;
  line-height: 1.75rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  background: currentColor;
  max-height: 0;
  transition: max-height 0.6s ease-out;
  z-index: 999;
  overflow: hidden; }
  .categories__dropdown > .row:last-child {
    margin-bottom: 1rem; }
  .categories__dropdown--blue {
    background: #0097d1; }
  .categories__dropdown--yellow {
    background: #e6c002; }
  .categories__dropdown--orange {
    background: #e68802; }
  .categories__dropdown--purple {
    background: #8c3a91; }
  .categories__dropdown:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none; }
  .categories__dropdown-title {
    font-size: 1rem;
    margin-top: 1rem !important; }
  .categories__dropdown-link, .categories__dropdown-link:hover, .categories__dropdown-link:visited {
    color: #fff;
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .categories__dropdown-link:hover {
    text-decoration: underline; }

.categories__button:hover .categories__dropdown {
  max-height: 900px; }

.autocomplete {
  flex: 1;
  display: flex;
  flex-direction: column; }
  .autocomplete__input {
    width: 100%;
    padding: 1rem;
    background: #1d1f27;
    color: #dfe3eb;
    border: solid 1px #39414b; }
  .autocomplete__results {
    flex: 1;
    background: #dfe3eb;
    border-radius: 0.1rem;
    overflow-y: auto; }
    .autocomplete__results .autocomplete__results-title {
      padding: 0.5rem 1rem;
      border-bottom: solid 1px #d4d7df; }
    .autocomplete__results .autocomplete__results-item {
      padding: 0.5rem 1.5rem;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      border-bottom: solid 1px #d4d7df;
      display: block;
      color: #1d1f27;
      background: url("../images/icons/angle-right-regular.svg") no-repeat;
      background-position: right 1.5rem center;
      background-size: 0.75rem; }
      .autocomplete__results .autocomplete__results-item:hover, .autocomplete__results .autocomplete__results-item:active {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.15); }

.news-item {
  color: #4f6073;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .news-item:after {
    display: block;
    content: '';
    clear: both; }
  .news-item__image {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
    max-width: 8rem; }
  .news-item__title {
    font-weight: 600; }
  .news-item__content {
    font-size: 0.8rem;
    color: #4f6073; }

.news:after {
  display: block;
  content: '';
  clear: both; }

.news__image {
  max-height: 8rem;
  margin-right: 2rem;
  max-width:8rem;
  }

.products-reel {
  display: flex; }
  .products-reel .product-tile {
    border-radius: 0.15rem; }

.sizes-badges {
  display: flex;
  justify-content: flex-start;
  margin: 0 -0.25rem;
  flex-wrap: wrap; }
  .sizes-badges__size {
    background: #b9b9ba;
    border-radius: 0.15rem;
    padding: 0.5rem;
    margin: 0.25rem 0.25rem;
    min-width: 3rem;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }

.colors {
  display: flex;
  justify-content: flex-start;
  margin: 0 -0.25rem;
  flex-wrap: wrap-reverse; }
  .colors__color {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.25rem 0.25rem;
    border-radius: 0.15rem;
    position: relative;
    overflow: hidden; }
  .colors__color-item:first-child {
    position: absolute;
    width: 150%;
    height: 150%;
    top: -75%;
    left: -75%;
    transform: rotate(-45deg); }
  .colors__color-item:last-child {
    position: absolute;
    width: 160%;
    height: 160%;
    top: 25%;
    left: 25%;
    transform: rotate(-45deg); }
  .colors__color-item:only-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    transform: rotate(0deg); }

.hover-wrapper {
  position: relative; }
  .hover-wrapper:hover .hover-box {
    opacity: 1;
    transform: translateY(0rem); }

.hover-box {
  position: absolute;
  background: #465566;
  color: #fff;
  top: calc(100% - 5px);
  left: -45px;
  width: 300px;
  z-index: 99;
  padding: 1rem;
  border-radius: 0.25rem;
  text-align: justify;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-1rem);
  transition: all 0.3s ease-out; }
  .hover-box--narrow {
    width: 135px; }
  .hover-box:before {
    bottom: 100%;
    left: 70px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(70, 85, 102, 0);
    border-bottom-color: #465566;
    border-width: 15px;
    margin-left: -15px; }
  .hover-box-title {
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem; }
    .hover-box-title .clothing_labels__item {
      float: none;
      margin: 0 1rem 0 0; }
  .hover-box p {
    font-size: 0.8rem;
    margin: 0; }

.product-details {
  width: calc(48% - 1rem);
  margin-right: 1rem;
  position: relative; }
  @media screen and (max-width: 1439px) {
    .product-details {
      width: 100%;
      margin-right: 0rem; } }
  .product-details__head {
    position: absolute;
    right: 1rem;
    top: 0;
    padding: 0.5rem;
    text-align: right; }
  .product-details__title {
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 1rem 0 0 0; }
  .product-details__subtitle {
    font-size: 0.9rem; }
  .product-details__image {
    width: calc(100% - 1rem);
    height: 30rem;
    object-fit: contain;
    margin: 3rem 1rem 0rem 1rem; }
    @media screen and (max-width: 767px) {
      .product-details__image {
        margin-top: 6rem;
        height: 22rem; } }


        .enlarge_flyout .product-details__image{
          height: auto;
          object-fit: contain;
          margin: auto;
          width: auto;
        }

  .product-details__thumb {
    display: block;
    width: calc(100% - 2rem);
    height: 12rem;
    margin: 1rem;
    object-fit: contain;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .product-details__thumb {
        height: 8rem; } }
  .product-details__description {
    width: 52%;
    padding: 2rem; }
    @media screen and (max-width: 1439px) {
      .product-details__description {
        width: 100%;
        margin-top: 1rem; } }
  .product-details__description-title {
    font-size: 1rem; }
  .product-details__downloads-order {
    margin: 0 -0.25rem; }
    .product-details__downloads-order > [class*='col'] {
      padding: 0 0.5rem; }
      .product-details__downloads-order > [class*='col'] > div {
        height: 100%; }
    @media screen and (max-width: 1439px) {
      .product-details__downloads-order {
        margin: 0 -0.5rem;
        /*> [class*='col'] {
                width: 100%;
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 1rem;

                &:last-child {
                    margin-bottom: 0;
                }
            }*/ } }

.product-tile {
  text-align: center;
  background: #fff;
  width: calc(33.3333% - 2rem);
  padding: 2rem 0rem;
  position: relative;
  display: block;
  color: #000;
  margin: 0.5rem;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.19, 2.6, 0.41, 0.56);

  }


  @media screen and (min-width: 2150px) {
    .product-tile {
      width: calc(25% - 1rem); } }
  @media screen and (max-width: 1439px) {
    .product-tile {
      width: calc(50% - 1rem); } }
  @media screen and (max-width: 575px) {
    .product-tile {
      width: calc(100% - 1rem); }
	  }
  .product-tile:hover {
    text-decoration: none;
    color: #000;
    transform: scale(1.05);
    z-index: 12; }
    .product-tile:hover .product-tile__overlay {
      opacity: 0.9; }
  .product-tile__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(29, 35, 57, 0.9);
    opacity: 0;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 1rem;
    transition: opacity 0.3s ease-in-out;
    box-shadow: 0px 0rem 1rem rgba(0, 0, 0, 0.6) !important;
    pointer-events: none; }
  .product-tile__overlay-button {
    border: solid 3px #0095cf;
    padding: 0.5rem 0;
    width: 100%;
    color: #0095cf;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.25rem; }
  .product-tile__image {
    height: 14rem;
    width: 100%;
    object-fit: contain; }
  .product-tile__title {
    text-transform: uppercase;
    margin-top: 1rem;
    font-size: 0.8;
    font-weight: 600; }
  .product-tile__subtitle {
    line-height: 1.5rem; }

.clothing_labels {
  display: flex;
  justify-content: flex-start;
  margin: 0 -0.5rem;
  position: relative; }
  .clothing_labels__item {
    margin: 0.5rem;
    height: 2.5rem;
    float: left; }
    .clothing_labels__item--small {
      height: 1.5rem; }
  .clothing_labels__icon {
    display: flex; }
  .clothing_labels__list {
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
    line-height: 1rem;
    margin: 0.25rem 0.5rem 0.5rem 0rem !important; }

.tiles {
  display: flex;
  margin-right: -5px;
  margin-left: -5px; }
  .tiles > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px; }
  .tiles__tile {
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 1rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }
  .tiles__tile-title {
    color: #4f6073;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.65rem;
    text-transform: uppercase; }
  .tiles__tile-image {
    margin: 1rem auto;
    display: block; }
  .tiles__tile-content {
    font-size: 0.8rem;
    text-align: justify; }

.brand-carousel {
  padding: 2rem 0; }
  @media screen and (max-width: 991px) {
    .brand-carousel {
      display: none; } }
  .brand-carousel__cell {
    display: block;
    margin: 0 2rem;
    position: relative; }
    .brand-carousel__cell:hover .brand-carousel__image {
      display: none; }
    .brand-carousel__cell:hover .brand-carousel__image-hover {
      display: block; }
  .brand-carousel .brand-carousel__image-hover {
    display: none; }


  .brand-carousel .flickity-prev-next-button {
    background: url("../images/icons/brand-slider-arrow.png") no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px; }
    .brand-carousel .flickity-prev-next-button svg {
      display: none; }
    .brand-carousel .flickity-prev-next-button.previous {
      left: -80px; }
    .brand-carousel .flickity-prev-next-button.next {
      transform: scaleX(-1);
      right: -80px;
      top: 40px; }

.hamburger-button {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 0.25rem;
  background: #fff;
  padding: 0.25rem; }
  .hamburger-button__inner, .hamburger-button__inner:before, .hamburger-button__inner:after {
    display: block;
    content: '';
    position: absolute;
    width: calc(100% - 0.5rem);
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #1d1f27; }
  .hamburger-button__inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: .22s; }
  .hamburger-button__inner:before, .hamburger-button__inner:after {
    width: 100%; }
  .hamburger-button__inner:before {
    top: -0.5rem;
    transition: top .1s ease-in .25s,opacity .1s ease-in; }
  .hamburger-button__inner:after {
    bottom: -0.5rem;
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger-button.is-active .hamburger-button__inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(225deg); }
  .hamburger-button.is-active .hamburger-button__inner:before {
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
    opacity: 0; }
  .hamburger-button.is-active .hamburger-button__inner:after {
    bottom: 0;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg); }

.maps {
  height: 400px;
  background-color: grey; }

.search {
  display: flex;
  position: relative; }
  .search:before, .search:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 0.8rem;
    left: 10px;
    width: 50%;
    top: 60%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 12px 10px #777;
    transform: rotate(-2deg); }
  .search:after {
    transform: rotate(2deg);
    right: 10px;
    left: auto; }
  .search .search__input {
    background: #1d1f27;
    border: none;
    color: #f2f2f0;
    font-size: 0.8rem;
    line-height: 1.75rem;
    padding: 0 1rem;
    border-radius: 0; }
  .search .search__button {
    color: #1d1f27;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-size: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 600; }

.nav-tabs {
  flex-direction: column;
  margin: 1.5rem 0;
  border: none; }
  .nav-tabs .nav-link {
    border: none;
    color: #4f5f72;
    font-weight: 600;
    border-radius: 0; }
    .nav-tabs .nav-link.active {
      background: #465567;
      color: #fff;
      position: relative; }
      .nav-tabs .nav-link.active:after, .nav-tabs .nav-link.active:before, .nav-tabs .nav-link.active .nav-link-fold {
        display: block;
        content: '';
        position: absolute;
        top: 0.15rem;
        bottom: -0.15rem;
        width: 1rem;
        right: -1rem;
        background: #465567;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4); }
        @media screen and (max-width: 1199px) {
          .nav-tabs .nav-link.active:after, .nav-tabs .nav-link.active:before, .nav-tabs .nav-link.active .nav-link-fold {
            display: none; } }
      .nav-tabs .nav-link.active:before {
        right: -2rem;
        top: 0;
        bottom: 0; }
      .nav-tabs .nav-link.active .nav-link-fold {
        left: -0.5rem;
        right: auto;
        top: 0;
        bottom: 0;
        box-shadow: none; }
        .nav-tabs .nav-link.active .nav-link-fold:after, .nav-tabs .nav-link.active .nav-link-fold:before {
          content: '';
          display: block;
          position: absolute;
          background: #445365;
          height: 0.5rem;
          width: 0.75rem;
          left: 0.2rem;
          bottom: -0.5rem;
          transform: skew(35deg); }
        .nav-tabs .nav-link.active .nav-link-fold:before {
          background: #fff;
          transform: skew(0deg);
          left: 0.5rem;
          z-index: 2; }

.pagination {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 1199px) {
    .pagination {
      justify-content: flex-start; } }
  @media screen and (max-width: 767px) {
    .pagination {
      justify-content: space-between; } }
  .pagination-button {
    background: #b9b9ba;
    color: #fff;
    min-width: 2.25rem;
    min-height: 2.25rem;
    text-align: center;
    line-height: 2rem;
    margin: 0 0.25rem;
    border-radius: 0.15rem; }
    .pagination-button:hover, .pagination-button:visited {
      color: #fff;
      text-decoration: none; }
    .pagination-button:hover {
      background: #9c9c9c; }
    @media screen and (max-width: 767px) {
      .pagination-button--page {
        display: none; } }
    .pagination-button--prev, .pagination-button--next {
      width: auto;
      padding: 0 1rem;
      background: #ebeded;
      color: #1d1f27;
      font-weight: 600; }
      .pagination-button--prev:hover, .pagination-button--prev:visited, .pagination-button--next:hover, .pagination-button--next:visited {
        color: #1d1f27; }
      .pagination-button--prev:hover, .pagination-button--next:hover {
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        background: #f5f6f6; }

.background-lightest {
  background-color: #ffffff;
  color: #4f6073 !important; }

.background-lighter {
  background-image: url("../images/backgrounds/background-texture.jpg");
  color: #1f2124; }

.background-light {
  background-color: #4f6073 !important;
  color: #ffffff; }

.background-dark {
  background-color: #2a333d !important;
  color: #e4e8e9; }

.background-darker {
  background-color: #1d1f27 !important;
  color: #fff; }

.background-darkest {
  background-color: #13141a !important;
  color: #fff; }

.background-grey {
  background-color: #f2f2f0; }

.background-pale {
  background: #f5f2f2; }

.text-white {
  color: #fff !important; }

.text-grey {
  color: #f2f2f0 !important; }

.text-dark-grey {
  color: #bdc2c5 !important; }

.text-light-grey {
  color: #3c4857 !important; }

.text-dark-blue {
  color: #2a333d !important; }

.text-small {
  font-size: 0.8rem; }

.text-large {
  font-size: 1.2rem; }

.title--small {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 2.5rem; }

.block-title {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-weight: bold; }
  .block-title__border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    border: solid 3px #2b343e;
    border-right: none;
    padding: 0.5rem;
    white-space: nowrap;
    display: block; }
    .block-title__border:before, .block-title__border:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      width: 3px;
      height: 3px;
      right: 0;
      background: #2b343e; }
    .block-title__border:after {
      bottom: 0;
      top: auto; }

.text-icon {
  height: 1em;
  margin: 0 0.5rem;
  position: relative;
  top: -0.1rem; }

.section-container-wrapper {
  padding-left: 300px;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .section-container-wrapper--shrink-lg {
      padding-left: 0; }
      .section-container-wrapper--shrink-lg .section-container {
        width: 95%; } }

.section-container {
  max-width: 98%;
  width: 70vw;
  margin: 0 auto; }


 .section-container--white {
	background-color:#fff;
  }

  .section-container--small {
    width: 60vw; }
  .section-container--very-small {
    width: 50vw; }
  @media screen and (max-width: 991px) {
    .section-container {
      width: 95%; } }

@media screen and (min-width: 992px) {
  .border-right-lg-dashed {
    border-right: dashed 1px #465666; } }

.border-bottom-dashed {
  border-bottom: dashed 1px #465666; }

@media screen and (min-width: 992px) {
  .border-bottom-lg-none {
    border-bottom: none; } }

.blue-dot:after {
  content: '.';
  display: inline-block;
  color: #0095cf;
  font-size: 1.5em; }

.blue-dot--large:after {
  content: '.';
  display: inline-block;
  color: #0095cf;
  font-size: 2.5em; }

.shadow {
  box-shadow: 0px 0rem 1rem rgba(0, 0, 0, 0.3) !important; }

.link-black, .link-black:hover {
  color: #1d1f27; }

.link-grey, .link-grey:hover {
  color: #bcbbbb; }

.text-small {
  font-size: 0.8rem; }

.text-bold {
  font-weight: 600; }

hr {
  background: none;
  border: none;
  border-top: solid 1px #f1f1f1; }

hr.dashed {
  border-top-style: dashed; }

.hr--dark {
  border-top-color: #c7c7c7; }

.align-center {
  margin: 0 auto; }

ul.clean {
  margin: 0;
  list-style: none;
  padding: 0; }
  ul.clean li {
    padding: 0;
    margin: 0; }

ul.dots {
  margin: 0;
  padding-left: 1.5rem; }

.homepage__header {
  position: relative;
  padding-bottom: 3rem; }
  .homepage__header:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35rem;
    background: #2b343e;
    z-index: -1; }
    @media screen and (max-width: 1200px) {
      .homepage__header:before {
        height: 26rem; } }
    @media screen and (max-width: 767px) {
      .homepage__header:before {
        height: 16rem; } }

.homepage .carousel-cell:first-child .ribbon {
  transform: translateY(-20rem);
  opacity: 0; }
  .homepage .carousel-cell:first-child .ribbon .ribbon__text .animate-text {
    opacity: 0; }

.homepage .carousel-cell:first-child .main-carousel__content {
  opacity: 0; }

.homepage__header-usp {
  font-size: 0.85rem; }

.homepage__header-usp-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.homepage__product-searcher {
  column-count: 3; }
  @media screen and (max-width: 1199px) {
    .homepage__product-searcher {
      column-count: 2; } }

.homepage__product-searcher-search-input {
  background: transparent;
  flex: 1;
  border: none;
  padding: 0 1rem;
  color: #fff;
  width: 100%; }
  .homepage__product-searcher-search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bdc2c5; }
  .homepage__product-searcher-search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bdc2c5; }
  .homepage__product-searcher-search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bdc2c5; }
  .homepage__product-searcher-search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #bdc2c5; }

.homepage__jacket {
  z-index: 999;
  position: absolute;
  width: 330px;
  pointer-events: none;
  background: url("../images/jacket.png") no-repeat bottom right;
  background-size: 130%;
  height: 105%;
  left: 0;
  top: -5%; }
  @media screen and (max-width: 1199px) {
    .homepage__jacket {
      display: none; } }

@media screen and (max-width: 991px) {
  .homepage__about:before {
    display: block;
    content: '';
    position: absolute;
    left: -5rem;
    top: 0;
    right: -5rem;
    bottom: 0;
    background: #4f6073;
    z-index: -1; } }

.homepage__about-background {
  position: absolute;
  top: 0;
  left: calc(58.333%);
  right: -32.8%;
  bottom: 0;
  background: #4f6073 url("../images/backgrounds/background-hydrowear.png") no-repeat;
  background-size: cover; }
  @media screen and (max-width: 991px) {
    .homepage__about-background {
      display: none; } }

.homepage__about-paragraph {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 100;
  margin-top:10%;
  }

.contact .page-logo {
  width: 240px;
  margin: 0 auto;
  display: block;
height: 150px; }

.contact__address {
  line-height: 2rem; }

.contact__main {
  position: relative;
  z-index: 2; }

.contact__form {
  max-height: 200px;
  overflow: hidden;
  transform: translateY(-210px);
  transition: all 0.3s ease-out; }
  .contact__form.is-active {
    max-height: 1000px;
    overflow: hidden;
    transform: translateY(0px); }

.login__main {
  position: relative;
  z-index: 2; }

.login__form {
  max-height: 200px;
  overflow: hidden;
  transform: translateY(-210px);
  transition: all 0.3s ease-out;
  z-index: 0; }
  .login__form.is-active {
    max-height: 1000px;
    overflow: hidden;
    transform: translateY(0px); }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-overview .pagination {
    justify-content: center; } }

.product-overview__categories {
  margin-top: -3.05rem; }

.product-overview__product_grid {
  display: flex;
  margin: 0 -0.5rem; }

.product-overview__product_grid-filter {
  min-width: 250px;
  max-width: 350px;
  width: 25%; }
  @media screen and (max-width: 767px) {
    .product-overview__product_grid-filter {
      width: 0;
      min-width: 0; } }

.product-overview__product_grid-products {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .product-overview__product_grid-products {
      margin-right: 1rem; } }

.page-overview {
  z-index: 5;
  position: relative;
  display: flex; }
  @media screen and (max-width: 1199px) {
    .page-overview {
      display: block; } }
  .page-overview__menu {
    background: #f5f6f6;
    margin-right: 0.5rem;
    width: 250px; }
    @media screen and (max-width: 1199px) {
      .page-overview__menu {
        width: 100%;
        margin-right: 0; } }
  .page-overview__menu-title {
    background: #1d1f27;
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold; }
  .page-overview__content {
    margin-left: 0.5rem;
    flex: 1;
    color: #2b343e !important; }
    @media screen and (max-width: 1199px) {
      .page-overview__content {
        margin-left: 0; } }
  .page-overview__prev-next-buttons {
    display: flex;
    justify-content: space-between; }
  .page-overview__prev-button, .page-overview__prev-button:hover, .page-overview__next-button, .page-overview__next-button:hover {
    color: #13141a; }
  .page-overview__video_usp {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .page-overview__video_usp {
        display: block; } }
  .page-overview__video {
    display: block;
    margin-right: 0.5rem;
    width: 50%;
    height: 250px; }
    @media screen and (max-width: 1199px) {
      .page-overview__video {
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 0; } }
  .page-overview__usp {
    flex: 1;
    margin-left: 0.5rem; }
    @media screen and (max-width: 1199px) {
      .page-overview__usp {
        margin-left: 0; } }



@media only screen and (max-width: 920px) {
	.news {
		display:flex;
		flex-direction:column;
		align-items: center;
	}

	.news__image {
		max-width:inherit;
	}
}
