@import url("//hello.myfonts.net/count/2f00d8");
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, .cp-label.v2 span, #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #exhaust-fans header .back, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: middle; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong, .cp-label.v2 span, #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #exhaust-fans header .back {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong, .cp-label.v2 span, #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #exhaust-fans header .back {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'TVNordEF-Regular';
  src: url("/app/fonts/2F00D8_0_0.eot");
  src: url("/app/fonts/2F00D8_0_0.eot?#iefix") format("embedded-opentype"), url("/app/fonts/2F00D8_0_0.woff2") format("woff2"), url("/app/fonts/2F00D8_0_0.woff") format("woff"), url("/app/fonts/2F00D8_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'TVNordEF-Bold';
  src: url("/app/fonts/2F00D8_1_0.eot");
  src: url("/app/fonts/2F00D8_1_0.eot?#iefix") format("embedded-opentype"), url("/app/fonts/2F00D8_1_0.woff2") format("woff2"), url("/app/fonts/2F00D8_1_0.woff") format("woff"), url("/app/fonts/2F00D8_1_0.ttf") format("truetype"); }

.t-default, body, .cp-text-top h1 small, .exhaust-fans-pages .results-page .gl-container.text h1 p.product-code, .exhaust-fans-pages .results-page .cp-top-section .text.t-container h1 p.product-code, .cp-top-section .exhaust-fans-pages .results-page .text.t-container h1 p.product-code {
  font-family: TVNordEF-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #2b2b2b;
  text-decoration: none; }

.t-h1 {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 60px; }

.t-h2 {
  font-family: TVNordEF-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 48px; }

.t-h2-2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 32px; }

.t-h3 {
  font-size: 23px;
  line-height: 1em;
  margin-bottom: 24px; }

.t-h4, .cp-module a, .cp-module-side .t strong, .cp-module-side .t .cp-label.v2 span, .cp-label.v2 .cp-module-side .t span, .cp-module-side .t #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav ul.tree .cp-module-side .t ul[data-depth="1"] > li.has-children > a, .cp-module-side .t #exhaust-fans header .back, #exhaust-fans header .cp-module-side .t .back, .cp-swiper-gallery.cfeature .items .text, header .bar nav a {
  line-height: 24px;
  font-family: TVNordEF-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

.t-h5 {
  font-family: "franklin-gothic-urw-cond-n7", "franklin-gothic-urw-cond", "sans-serif";
  font-style: "normal";
  font-weight: 700;
  font-size: 14px; }

.t-links, .g-button.alt, button.alt, .cp-module .overlay span, #menu-drawer nav ul.tree > li > a, #menu-drawer nav ul.main-links > li > a, #menu-drawer nav ul.products > li > a {
  font-size: 21px; }

a {
  text-decoration: none; }

p {
  margin-bottom: 16px; }

.t-right {
  text-align: right; }

.t-left {
  text-align: left; }

.t-center {
  text-align: center; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

strong, .cp-label.v2 span, #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #exhaust-fans header .back {
  font-family: TVNordEF-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

* {
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent; }

input, textarea {
  -webkit-tap-highlight-color: transparent; }

[data-clickthrough] {
  cursor: pointer; }

body {
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: greyscale;
  -webkit-font-smoothing: antialiased; }

main {
  overflow: hidden; }

.icon-info span, .icon-glass span, .icon-chat span, .icon-faq span, .icon-manual span, .icon-stockist span, .icon-contact span, .icon-trade span, .icon-map-marker span, .icon-calculator span, .icon-calculator-large span, .icon-download-arrow, header .logo span, header .search span, header .mobile-menu span, #menu-drawer .close span {
  display: inline-block;
  background: url(/app/svg/sprite.css-72317177.svg) no-repeat; }

.gl-container, .cp-top-section .t-container {
  padding: 0 8px;
  margin: 0 auto;
  width: 100%;
  max-width: 1016px; }
  .gl-container.full, .cp-top-section .full.t-container {
    max-width: 100%; }
  .gl-container:after, .cp-top-section .t-container:after {
    display: block;
    content: ' ';
    clear: both; }
  .gl-container .gl-container, .cp-top-section .t-container .gl-container, .gl-container .cp-top-section .t-container, .cp-top-section .gl-container .t-container, .cp-top-section .t-container .t-container {
    margin-left: -16px !important;
    margin-right: -16px !important;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .gl-container > *, .cp-top-section .t-container > * {
    padding: 0 8px;
    width: 100%; }
  .gl-container > .gc-full, .cp-top-section .t-container > .gc-full {
    width: 100% !important; }
  .gl-container .gc-right, .cp-top-section .t-container .gc-right {
    float: right; }
  .gl-container .gc-left, .cp-top-section .t-container .gc-left {
    float: left; }

.gc-1 {
  width: 8.3333333333%;
  float: left; }

.gcp-1 {
  margin-left: 8.3333333333%; }

.gc-2 {
  width: 16.6666666667%;
  float: left; }

.gcp-2 {
  margin-left: 16.6666666667%; }

.gc-3 {
  width: 25%;
  float: left; }

.gcp-3 {
  margin-left: 25%; }

.gc-4 {
  width: 33.3333333333%;
  float: left; }

.gcp-4 {
  margin-left: 33.3333333333%; }

.gc-5 {
  width: 41.6666666667%;
  float: left; }

.gcp-5 {
  margin-left: 41.6666666667%; }

.gc-6 {
  width: 50%;
  float: left; }

.gcp-6 {
  margin-left: 50%; }

.gc-7 {
  width: 58.3333333333%;
  float: left; }

.gcp-7 {
  margin-left: 58.3333333333%; }

.gc-8 {
  width: 66.6666666667%;
  float: left; }

.gcp-8 {
  margin-left: 66.6666666667%; }

.gc-9 {
  width: 75%;
  float: left; }

.gcp-9 {
  margin-left: 75%; }

.gc-10 {
  width: 83.3333333333%;
  float: left; }

.gcp-10 {
  margin-left: 83.3333333333%; }

.gc-11 {
  width: 91.6666666667%;
  float: left; }

.gcp-11 {
  margin-left: 91.6666666667%; }

.gc-12 {
  width: 100%;
  float: left; }

.gcp-12 {
  margin-left: 100%; }

@media (min-width: 1024px) {
  .gc-1 {
    width: 8.3333333333%; }
  .gc-2 {
    width: 16.6666666667%; }
  .gc-3 {
    width: 25%; }
  .gc-4 {
    width: 33.3333333333%; }
  .gc-5 {
    width: 41.6666666667%; }
  .gc-6 {
    width: 50%; }
  .gc-7 {
    width: 58.3333333333%; }
  .gc-8 {
    width: 66.6666666667%; }
  .gc-9 {
    width: 75%; }
  .gc-10 {
    width: 83.3333333333%; }
  .gc-11 {
    width: 91.6666666667%; }
  .gc-12 {
    width: 100%; }
  .bp4-gcp-0 {
    margin-left: 0; }
  .bp4-gc-half {
    width: 50%; }
  .bp4-gc-1-12 {
    width: 8.3333333333%; }
  .bp4-gcp-1-12 {
    margin-left: 8.3333333333%; }
  .bp4-gc-2-12 {
    width: 16.6666666667%; }
  .bp4-gcp-2-12 {
    margin-left: 16.6666666667%; }
  .bp4-gc-3-12 {
    width: 25%; }
  .bp4-gcp-3-12 {
    margin-left: 25%; }
  .bp4-gc-4-12 {
    width: 33.3333333333%; }
  .bp4-gcp-4-12 {
    margin-left: 33.3333333333%; }
  .bp4-gc-5-12 {
    width: 41.6666666667%; }
  .bp4-gcp-5-12 {
    margin-left: 41.6666666667%; }
  .bp4-gc-6-12 {
    width: 50%; }
  .bp4-gcp-6-12 {
    margin-left: 50%; }
  .bp4-gc-7-12 {
    width: 58.3333333333%; }
  .bp4-gcp-7-12 {
    margin-left: 58.3333333333%; }
  .bp4-gc-8-12 {
    width: 66.6666666667%; }
  .bp4-gcp-8-12 {
    margin-left: 66.6666666667%; }
  .bp4-gc-9-12 {
    width: 75%; }
  .bp4-gcp-9-12 {
    margin-left: 75%; }
  .bp4-gc-10-12 {
    width: 83.3333333333%; }
  .bp4-gcp-10-12 {
    margin-left: 83.3333333333%; }
  .bp4-gc-11-12 {
    width: 91.6666666667%; }
  .bp4-gcp-11-12 {
    margin-left: 91.6666666667%; }
  .bp4-gc-12-12 {
    width: 100%; }
  .bp4-gcp-12-12 {
    margin-left: 100%; } }

@media (max-width: 1023px) {
  .gc-1 {
    width: 11.1111111111%; }
  .gc-2 {
    width: 22.2222222222%; }
  .gc-3 {
    width: 33.3333333333%; }
  .gc-4 {
    width: 44.4444444444%; }
  .gc-5 {
    width: 55.5555555556%; }
  .gc-6 {
    width: 66.6666666667%; }
  .gc-7 {
    width: 77.7777777778%; }
  .gc-8 {
    width: 88.8888888889%; }
  .gc-9 {
    width: 100%; }
  .gc-10 {
    width: 100%; }
  .gc-11 {
    width: 100%; }
  .gc-12 {
    width: 100%; }
  .bp3-gcp-0 {
    margin-left: 0; }
  .bp3-gc-half {
    width: 50%; }
  .bp3-gc-1-9 {
    width: 11.1111111111%; }
  .bp3-gcp-1-12 {
    margin-left: 8.3333333333%; }
  .bp3-gc-2-9 {
    width: 22.2222222222%; }
  .bp3-gcp-2-12 {
    margin-left: 16.6666666667%; }
  .bp3-gc-3-9 {
    width: 33.3333333333%; }
  .bp3-gcp-3-12 {
    margin-left: 25%; }
  .bp3-gc-4-9 {
    width: 44.4444444444%; }
  .bp3-gcp-4-12 {
    margin-left: 33.3333333333%; }
  .bp3-gc-5-9 {
    width: 55.5555555556%; }
  .bp3-gcp-5-12 {
    margin-left: 41.6666666667%; }
  .bp3-gc-6-9 {
    width: 66.6666666667%; }
  .bp3-gcp-6-12 {
    margin-left: 50%; }
  .bp3-gc-7-9 {
    width: 77.7777777778%; }
  .bp3-gcp-7-12 {
    margin-left: 58.3333333333%; }
  .bp3-gc-8-9 {
    width: 88.8888888889%; }
  .bp3-gcp-8-12 {
    margin-left: 66.6666666667%; }
  .bp3-gc-9-9 {
    width: 100%; }
  .bp3-gcp-9-12 {
    margin-left: 75%; } }

@media (max-width: 767px) {
  .gc-1 {
    width: 16.6666666667%; }
  .gc-2 {
    width: 33.3333333333%; }
  .gc-3 {
    width: 50%; }
  .gc-4 {
    width: 66.6666666667%; }
  .gc-5 {
    width: 83.3333333333%; }
  .gc-6 {
    width: 100%; }
  .gc-7 {
    width: 100%; }
  .gc-8 {
    width: 100%; }
  .gc-9 {
    width: 100%; }
  .gc-10 {
    width: 100%; }
  .gc-11 {
    width: 100%; }
  .gc-12 {
    width: 100%; }
  .bp2-gcp-0 {
    margin-left: 0; }
  .bp2-gc-half {
    width: 50%; }
  .bp2-gc-1-6 {
    width: 16.6666666667%; }
  .bp2-gcp-1-12 {
    margin-left: 8.3333333333%; }
  .bp2-gc-2-6 {
    width: 33.3333333333%; }
  .bp2-gcp-2-12 {
    margin-left: 16.6666666667%; }
  .bp2-gc-3-6 {
    width: 50%; }
  .bp2-gcp-3-12 {
    margin-left: 25%; }
  .bp2-gc-4-6 {
    width: 66.6666666667%; }
  .bp2-gcp-4-12 {
    margin-left: 33.3333333333%; }
  .bp2-gc-5-6 {
    width: 83.3333333333%; }
  .bp2-gcp-5-12 {
    margin-left: 41.6666666667%; }
  .bp2-gc-6-6 {
    width: 100%; }
  .bp2-gcp-6-12 {
    margin-left: 50%; } }

@media (max-width: 479px) {
  .gc-1 {
    width: 33.3333333333%; }
  .gc-2 {
    width: 66.6666666667%; }
  .gc-3 {
    width: 100%; }
  .gc-4 {
    width: 100%; }
  .gc-5 {
    width: 100%; }
  .gc-6 {
    width: 100%; }
  .gc-7 {
    width: 100%; }
  .gc-8 {
    width: 100%; }
  .gc-9 {
    width: 100%; }
  .gc-10 {
    width: 100%; }
  .gc-11 {
    width: 100%; }
  .gc-12 {
    width: 100%; }
  .bp1-gcp-0 {
    margin-left: 0; }
  .bp1-gc-half {
    width: 50%; }
  .bp1-gc-1-3 {
    width: 33.3333333333%; }
  .bp1-gcp-1-12 {
    margin-left: 8.3333333333%; }
  .bp1-gc-2-3 {
    width: 66.6666666667%; }
  .bp1-gcp-2-12 {
    margin-left: 16.6666666667%; }
  .bp1-gc-3-3 {
    width: 100%; }
  .bp1-gcp-3-12 {
    margin-left: 25%; } }

.g-hidden {
  display: none; }

.g-visible {
  display: block; }

@media (min-width: 1024px) {
  .bp4-hidden {
    display: none; }
  .bp4-visible {
    display: block; } }

@media (max-width: 1023px) {
  .bp3-hidden {
    display: none; }
  .bp3-visible {
    display: block; } }

@media (max-width: 767px) {
  .bp2-hidden {
    display: none; }
  .bp2-visible {
    display: block; } }

@media (max-width: 479px) {
  .bp1-hidden {
    display: none; }
  .bp1-visible {
    display: block; } }

body, html {
  height: 100%;
  width: 100%; }

.scrollable {
  margin-top: 94px;
  backface-visibility: visible;
  background-color: #eaeae3;
  transition: padding-top 0.5s ease-out; }
  .scrollable.search-open {
    -webkit-transform: translateY(190px);
    -moz-transform: translateY(190px);
    -ms-transform: translateY(190px);
    -o-transform: translateY(190px);
    transform: translateY(190px); }

main {
  min-height: 50vh;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  position: relative; }

.g-p-1 {
  padding-top: 120px; }

.g-pb-9 {
  padding-bottom: 72px; }

.g-pt-9 {
  padding-top: 72px; }

.g-pb-12 {
  padding-bottom: 96px; }

.g-pb-15 {
  padding-bottom: 120px; }

.g-pt-15 {
  padding-top: 120px; }

.g-pb-7, .cp-top-section .specs {
  padding-bottom: 56px; }

.g-pt-7 {
  padding-top: 56px; }

.g-pb-6 {
  padding-bottom: 48px; }

.g-pt-6 {
  padding-top: 48px; }

.g-pb-5 {
  padding-bottom: 40px; }

.g-pt-5 {
  padding-top: 40px; }

.g-pb-4 {
  padding-bottom: 32px; }

.g-pt-4 {
  padding-top: 32px; }

.g-pt-7 {
  padding-top: 56px; }

.g-pt-8 {
  padding-top: 64px; }

.g-mb-15 {
  margin-bottom: 120px; }

.g-mt-7 {
  margin-top: 56px; }

.g-mt-15 {
  margin-top: 120px; }

.g-mt-3 {
  margin-top: 24px; }

.g-mt-4 {
  margin-top: 32px; }

.g-pt-16 {
  padding-top: 128px; }

.g-pb-16 {
  padding-bottom: 128px; }

.g-pt-17 {
  padding-top: 136px; }

.g-pb-17 {
  padding-bottom: 136px; }

.g-pt-20 {
  padding-top: 160px; }

.g-pb-20 {
  padding-bottom: 160px; }

.g-pb-28 {
  padding-bottom: 224px; }

.g-m-1 {
  margin-top: 120px; }

.g-no-pt {
  padding-top: 0 !important; }

.load {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /** prevent ios flickers **/
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

.lazyloaded {
  opacity: 1; }

/*
.isotope {
	visibility: hidden;
	opacity: 0;
	@include fbTransition(opacity,0.8s);
}

.isotope[style] {
	visibility: visible;
	opacity: 1;
}*/
.g-bg-yellow-one, #exhaust-fans main {
  background-color: #ffe000; }

.g-c-yellow-one {
  color: #ffe000; }

.g-bg-yellow-two {
  background-color: #f1cb33; }

.g-c-yellow-two {
  color: #f1cb33; }

.g-bg-yellow-three {
  background-color: #ffd800; }

.g-c-yellow-three {
  color: #ffd800; }

.g-bg-yellow-four {
  background-color: #ffda00; }

.g-c-yellow-four {
  color: #ffda00; }

.g-bg-yellow-five, .exhaust-fans-pages .page > .right {
  background-color: #ffd000; }

.g-c-yellow-five {
  color: #ffd000; }

.g-bg-white-one {
  background-color: #ffffff; }

.g-c-white-one {
  color: #ffffff; }

.g-bg-white-two, main, .exhaust-fans-pages .steps section {
  background-color: #f1f1eb; }

.g-c-white-two {
  color: #f1f1eb; }

.g-bg-white-three {
  background-color: #e4e4d9; }

.g-c-white-three {
  color: #e4e4d9; }

.g-bg-white-four {
  background-color: #f9f8f3; }

.g-c-white-four {
  color: #f9f8f3; }

.g-bg-white-five {
  background-color: #b2b2b2; }

.g-c-white-five {
  color: #b2b2b2; }

.g-bg-white-six {
  background-color: #dddddd; }

.g-c-white-six {
  color: #dddddd; }

.g-bg-white-seven {
  background-color: #DEDED6; }

.g-c-white-seven {
  color: #DEDED6; }

.g-bg-black-one {
  background-color: #242424; }

.g-c-black-one {
  color: #242424; }

.g-bg-black-two {
  background-color: #2b2b2b; }

.g-c-black-two {
  color: #2b2b2b; }

.g-bg-black-three {
  background-color: #7b7b7b; }

.g-c-black-three {
  color: #7b7b7b; }

.g-bg-black-four {
  background-color: #dadbd5; }

.g-c-black-four {
  color: #dadbd5; }

.g-bg-ordertracker-grey {
  background-color: #eaeae8; }

.g-c-ordertracker-grey {
  color: #eaeae8; }

.g-bg-ordertracker-black {
  background-color: #2b2b2b; }

.g-c-ordertracker-black {
  color: #2b2b2b; }

.g-bg-ordertracker-white {
  background-color: #ffffff; }

.g-c-ordertracker-white {
  color: #ffffff; }

form.darker input[type="text"], form.darker input[type="number"], form.darker textarea, form.darker select {
  background-color: #f1f1eb;
  color: #242424; }

form .field {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  background-color: #ffffff !important; }
  form .field:before {
    position: absolute;
    width: 16px;
    height: 4px;
    top: 19px;
    left: -18px;
    -webkit-backface-visibility: hidden;
    /** prevent ios flickers **/
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
    -moz-transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background-color: #ffe000;
    content: ' '; }

form .check, form .nobg {
  background-color: transparent !important; }

form input[type="text"], form input[type="number"], form input[type="email"], form textarea, form select {
  -webkit-backface-visibility: hidden;
  /** prevent ios flickers **/
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -moz-transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
  transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: block; }
  form input[type="text"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
    color: #2b2b2b;
    line-height: 40px; }
  form input[type="text"]::-moz-placeholder, form input[type="number"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
    color: #2b2b2b;
    line-height: 40px; }
  form input[type="text"]:-moz-placeholder, form input[type="number"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder {
    color: #2b2b2b;
    line-height: 40px; }
  form input[type="text"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
    color: #2b2b2b;
    line-height: 40px; }

form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

form [id^="parsley-id-"] {
  display: none; }

form .error input[type="text"], form .error input[type="number"], form .error input[type="email"], form .error textarea, form .error select {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px); }

form .error:before {
  -webkit-transform: translateX(35px);
  -moz-transform: translateX(35px);
  -ms-transform: translateX(35px);
  -o-transform: translateX(35px);
  transform: translateX(35px); }

form input + label, form select + label, form textarea + label {
  display: none; }

form input, form select {
  margin-top: 2px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  max-height: 40px;
  display: block; }

form select {
  height: 40px; }

form textarea {
  padding: 10px 15px;
  display: block;
  min-height: 110px; }

form button.alt {
  float: right;
  display: inline-block;
  width: auto; }

form .check {
  position: relative; }
  form .check label {
    padding-left: 37px;
    display: block;
    position: relative; }
    form .check label:before {
      content: " ";
      display: block;
      background-color: #e4e4d9;
      position: absolute;
      width: 24px;
      height: 24px;
      left: 0;
      top: 0; }
    form .check label:after {
      position: absolute;
      width: 10px;
      height: 4px;
      background: transparent;
      border: 1px solid #242424;
      border-top: none;
      border-right: none;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      top: 47%;
      left: 12px;
      content: " ";
      display: none; }
  form .check input {
    position: absolute;
    visibility: hidden; }
  form .check input:checked + label:after {
    display: inline-block; }

.icon-info span {
  background-position: -413.1px 0;
  width: 51px;
  height: 51px; }

.icon-glass span {
  background-position: -161px -339.8px;
  width: 51.21px;
  height: 51.21px; }

.icon-chat span {
  background-position: -212.21px -339.8px;
  width: 51px;
  height: 48.62px; }

.icon-faq span {
  background-position: 0 -107.8px;
  width: 116px;
  height: 116px; }

.icon-manual span {
  background-position: -116px -223.8px;
  width: 116px;
  height: 116px; }

.icon-stockist span {
  background-position: -232px -223.8px;
  width: 116px;
  height: 116px; }

.icon-contact span {
  background-position: -116px -107.8px;
  width: 116px;
  height: 116px; }

.icon-trade span {
  background-position: 0 -223.8px;
  width: 116px;
  height: 116px; }

.icon-map-marker span {
  background-position: -108px -339.8px;
  width: 53px;
  height: 53px; }

.icon-calculator span {
  background-position: -297.1px -116px;
  width: 58px;
  height: 55px; }

.icon-calculator-large span {
  background-position: -297.1px 0;
  width: 116px;
  height: 116px; }

.icon-download-arrow {
  background-position: -413.1px -51px;
  width: 14px;
  height: 26px; }

.g-button, button {
  line-height: 40px;
  background-color: #242424;
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  padding: 0 0 0 15px;
  position: relative; }
  .g-button.alt, button.alt {
    color: #242424;
    line-height: 45px;
    background-color: transparent;
    vertical-align: middle; }
    .g-button.alt .circle, button.alt .circle {
      margin-left: 20px;
      vertical-align: middle;
      border-color: #ffe000; }
    .g-button.alt.left, button.alt.left {
      padding-left: 0; }
      .g-button.alt.left .circle, button.alt.left .circle {
        margin-left: 0;
        margin-right: 20px; }
    .g-button.alt.white .circle, button.alt.white .circle {
      border-color: #ffffff; }
  .g-button .arrow, button .arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    display: block;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    /** prevent ios flickers **/
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
    .g-button .arrow:after, button .arrow:after {
      position: absolute;
      content: " ";
      right: 0px;
      top: -2px;
      width: 6px;
      height: 6px;
      display: block;
      border-bottom: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .g-button:hover .arrow, .g-button.active .arrow, button:hover .arrow, button.active .arrow {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    background-color: #ffe000; }
    .g-button:hover .arrow:after, .g-button.active .arrow:after, button:hover .arrow:after, button.active .arrow:after {
      border-color: #ffe000; }
  .g-button.circle, .g-button .circle, button.circle, button .circle {
    position: relative;
    display: inline-block;
    border: 2px solid #e4e4d9;
    width: 45px;
    line-height: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 500px; }
    .g-button.circle .arrow, .g-button .circle .arrow, button.circle .arrow, button .circle .arrow {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #242424; }
      .g-button.circle .arrow:after, .g-button .circle .arrow:after, button.circle .arrow:after, button .circle .arrow:after {
        border-color: #242424; }
    .g-button.circle .arrow-down, .g-button .circle .arrow-down, button.circle .arrow-down, button .circle .arrow-down {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 49%;
      left: 26%; }
    .g-button.circle .arrow-left, .g-button .circle .arrow-left, button.circle .arrow-left, button .circle .arrow-left {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 49%;
      left: 26%; }
    .g-button.circle:hover, .g-button.circle.active, .g-button .circle:hover, .g-button .circle.active, button.circle:hover, button.circle.active, button .circle:hover, button .circle.active {
      border-color: #ffe000; }
    .g-button.circle .plus, .g-button .circle .plus, button.circle .plus, button .circle .plus {
      width: 11px;
      height: 11px;
      position: absolute;
      top: 15px;
      left: 15px;
      -webkit-backface-visibility: hidden;
      /** prevent ios flickers **/
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
      .g-button.circle .plus:before, .g-button .circle .plus:before, button.circle .plus:before, button .circle .plus:before {
        position: absolute;
        content: " ";
        width: 11px;
        height: 1px;
        display: block;
        top: 5px;
        left: 0;
        background-color: #242424; }
      .g-button.circle .plus:after, .g-button .circle .plus:after, button.circle .plus:after, button .circle .plus:after {
        position: absolute;
        content: " ";
        width: 1px;
        height: 11px;
        display: block;
        top: 0;
        left: 5px;
        background-color: #242424; }
    .g-button.circle.reload span, .g-button .circle.reload span, button.circle.reload span, button .circle.reload span {
      position: absolute;
      width: 100%;
      height: 100%;
      left: -4px;
      top: -4px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUwcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MCA1MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMkIyQjJCIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNSwxMi4zNDNjNi45NSwwLDEyLjU4NCw1LjYzNCwxMi41ODQsMTIuNTg0UzMxLjk1LDM3LjUxLDI1LDM3LjUxIiAvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJCMkIyQiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjUsMTIuMzQzYy02Ljk1LDAtMTIuNTg0LDUuNjM0LTEyLjU4NCwxMi41ODRjMCwyLjcyNSwwLjg2Niw1LjI0NywyLjMzOCw3LjMwN2wyLjI4MSwyLjI4MSIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMyQjJCMkIiIHN0cm9rZS1saW5lam9pbj0iYmV2ZWwiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIxNy4yODcsMzAuMjA0IDE3LjI4NywzNC42NjkgMTIuODIyLDM0LjY2OSAiLz48L2c+PC9zdmc+); }
    .g-button.circle.tooltip, .g-button .circle.tooltip, button.circle.tooltip, button .circle.tooltip {
      background-color: #ffe000;
      border-color: #ffe000; }
      .g-button.circle.tooltip.grey, .g-button .circle.tooltip.grey, button.circle.tooltip.grey, button .circle.tooltip.grey {
        background-color: #ffffff;
        border-color: #dddddd; }
      .g-button.circle.tooltip:active .plus, .g-button.circle.tooltip.active .plus, .g-button .circle.tooltip:active .plus, .g-button .circle.tooltip.active .plus, button.circle.tooltip:active .plus, button.circle.tooltip.active .plus, button .circle.tooltip:active .plus, button .circle.tooltip.active .plus {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .g-button.active .circle .plus, button.active .circle .plus {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .g-button span.icon, button span.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.cp-module {
  background-color: #f1f1eb;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: #e4e4d9; }
  .cp-module.transparent {
    background-color: transparent; }
  .cp-module.large {
    background-color: #fff; }
    .cp-module.large .image-wrapp {
      position: relative;
      padding-bottom: 71%; }
      .cp-module.large .image-wrapp:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #242424;
        z-index: 10;
        opacity: 0.2; }
      .cp-module.large .image-wrapp .bar {
        bottom: 0; }
    .cp-module.large .card {
      position: relative;
      padding: 0 21px 72%; }
      .cp-module.large .card div {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-bottom: 20px;
        overflow: hidden;
        left: 21px;
        right: 21px; }
      .cp-module.large .card h3 {
        margin-top: 16px; }
      .cp-module.large .card em {
        display: block;
        margin-bottom: 24px; }
  .cp-module img {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto; }
  .cp-module .overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 43, 43, 0.8);
    -webkit-backface-visibility: hidden;
    /** prevent ios flickers **/
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0; }
    .cp-module .overlay div {
      text-align: center;
      position: absolute;
      top: calc(50% - 32px - 13px);
      left: 0;
      width: 100%; }
    .cp-module .overlay span {
      display: inline-block;
      border-bottom: 1px solid #ffe000;
      color: #ffffff; }
  .cp-module .bar {
    position: absolute;
    z-index: 10;
    height: 8px;
    background-color: #ffe000;
    width: 100%;
    left: 100%;
    bottom: 56px;
    -webkit-backface-visibility: hidden;
    /** prevent ios flickers **/
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%); }
  .cp-module a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: block;
    height: 56px;
    line-height: 56px !important;
    background-color: #ffffff; }
    .cp-module a span:first-of-type {
      display: inline-block;
      width: calc(100% - 70px);
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 21px; }
    .cp-module a span:last-of-type {
      display: inline-block;
      float: right; }
      .cp-module a span:last-of-type.plus {
        width: 10px;
        height: 10px;
        position: absolute;
        top: 22px;
        right: 28px;
        -webkit-backface-visibility: hidden;
        /** prevent ios flickers **/
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
        .cp-module a span:last-of-type.plus:before {
          position: absolute;
          content: " ";
          width: 11px;
          height: 1px;
          display: block;
          top: 5px;
          left: 0;
          background-color: #242424; }
        .cp-module a span:last-of-type.plus:after {
          position: absolute;
          content: " ";
          width: 1px;
          height: 11px;
          display: block;
          top: 0;
          left: 5px;
          background-color: #242424; }
  .no-touch .cp-module:hover .bar {
    -webkit-transform: translateX(-99%);
    -moz-transform: translateX(-99%);
    -ms-transform: translateX(-99%);
    -o-transform: translateX(-99%);
    transform: translateX(-99%);
    width: 110%; }
  .no-touch .cp-module:hover .overlay {
    opacity: 1; }

.gc-6 .cp-module {
  padding-bottom: calc(100% + 112px); }

.gc-3 .cp-module {
  padding-bottom: calc(100% + 56px); }

.cp-module-side {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  padding-bottom: 31%; }
  .cp-module-side img {
    display: block;
    width: 100%;
    height: auto; }
  .cp-module-side .img {
    position: absolute;
    width: 31%;
    background-color: #e4e4d9; }
  .cp-module-side .t {
    padding: 16px;
    position: absolute;
    top: 0;
    left: 31%;
    width: 75%;
    z-index: 10;
    display: block;
    height: 100%; }
    .cp-module-side .t span {
      position: absolute;
      bottom: 8px;
      color: #b2b2b2; }
    .cp-module-side .t p {
      margin-bottom: 0; }

.cp-grid-overlay {
  display: block;
  position: absolute;
  background: url(/app/img/ui/12column-grid-overlay.png) repeat-y center top;
  height: 100%;
  width: 100%;
  z-index: 20;
  pointer-events: none; }

.cp-top-section {
  overflow: hidden;
  position: relative;
  padding-bottom: 88px;
  padding-top: calc(13% - 42px); }
  .cp-top-section.detail {
    padding-top: 9%;
    min-height: 750px; }
  .cp-top-section .full {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
    .cp-top-section .full > div {
      position: absolute;
      top: 0; }
  .cp-top-section.home {
    max-height: 665px;
    height: 85vh; }
    .cp-top-section.home .cp-captions {
      background-color: transparent;
      width: 43%; }
      .cp-top-section.home .cp-captions .dots {
        width: 100%;
        padding-left: 21px;
        float: left;
        text-align: left; }
        .cp-top-section.home .cp-captions .dots a {
          text-align: left; }
  .cp-top-section .full2 {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background-color: #f9f8f3; }
  .cp-top-section .g-bg-white-four {
    width: 47%;
    bottom: 0; }
  .cp-top-section .image {
    left: 40%;
    width: 60%;
    top: auto !important;
    bottom: 0 !important;
    overflow: hidden; }
    .cp-top-section .image img {
      display: block;
      max-width: none;
      max-height: 100%;
      height: auto;
      width: 100%; }
  .cp-top-section .image.image-gallery {
    height: 100%;
    width: 60%;
    margin-left: 40%;
    left: 0;
    background-color: #e4e4d9; }
    .cp-top-section .image.image-gallery img {
      width: auto; }
    .cp-top-section .image.image-gallery .swiper-wrapper {
      height: 100%;
      width: calc(100% + 2px);
      left: -1px; }
    .cp-top-section .image.image-gallery .swiper-slide {
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-position: center;
      overflow: hidden; }
      .cp-top-section .image.image-gallery .swiper-slide:first-of-type {
        opacity: 1; }
  .cp-top-section a {
    margin-top: 48px; }
  .cp-top-section .text {
    position: relative;
    z-index: 1;
    pointer-events: none; }
    .cp-top-section .text > * {
      pointer-events: auto; }
  .cp-top-section .download a {
    display: block;
    text-decoration: none;
    margin-top: 0; }
    .cp-top-section .download a span {
      text-decoration: underline; }
  .cp-top-section .download a.print {
    margin-top: 16px; }
  .cp-top-section .t-container {
    position: relative; }
    .cp-top-section .t-container .t-slide {
      position: absolute;
      opacity: 0; }
      .cp-top-section .t-container .t-slide:first-of-type {
        opacity: 1; }
  .cp-top-section .buttons .g-button {
    display: inline-block;
    width: auto; }
    .cp-top-section .buttons .g-button:not(:last-child) {
      margin-right: 64px; }

.cp-product-gallery {
  position: relative;
  padding: 0; }
  .cp-product-gallery .gc-3 .wrapp, .cp-product-gallery .gc-4 .wrapp {
    margin: 0 8px; }
  .cp-product-gallery .swiper-wrapper {
    padding: 0 8px;
    position: relative; }
  .cp-product-gallery img {
    width: 100%;
    height: auto; }

.cp-captions {
  background: #ffffff;
  position: absolute;
  bottom: 0;
  height: 72px;
  overflow: hidden;
  z-index: 1; }
  .cp-captions .items {
    width: 60%;
    float: left;
    padding-left: 16px;
    position: relative; }
    .cp-captions .items .text {
      position: absolute;
      left: 16px;
      top: 0;
      height: 72px;
      background-color: #ffffff;
      line-height: 72px;
      opacity: 0; }
      .cp-captions .items .text:first-of-type {
        opacity: 1; }
  .cp-captions .dots {
    width: 40%;
    float: right;
    text-align: right;
    padding-right: 16px; }
    .cp-captions .dots a {
      margin: 32px 5px 30px;
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #dddddd;
      border-radius: 10px;
      position: relative; }
      .cp-captions .dots a.active, .cp-captions .dots a:hover {
        background-color: #ffe000; }

.cp-swiper-gallery {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  /* IE10 Windows Phone 8 Fixes */
  /* ===============================================================
	Your custom styles, here you need to specify container's and slide's
	sizes, pagination, etc.
	================================================================*/
  /* ===============================================================
	Pagination Styles
	================================================================*/ }
  .cp-swiper-gallery.gallery {
    left: 47%;
    width: 53%;
    position: absolute;
    background-color: #DEDED6;
    height: 100%;
    bottom: 0 !important;
    overflow: hidden; }
    .cp-swiper-gallery.gallery .item {
      position: relative; }
      .cp-swiper-gallery.gallery .item img {
        position: absolute;
        bottom: 72px;
        left: 0;
        width: auto;
        height: auto; }
  .cp-swiper-gallery.cfeature {
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0 !important;
    overflow: hidden; }
    .cp-swiper-gallery.cfeature .item {
      width: 484px;
      height: 596px;
      position: relative; }
      .cp-swiper-gallery.cfeature .item img {
        position: absolute;
        bottom: 56px;
        left: 0;
        width: 100%;
        height: auto; }
    .cp-swiper-gallery.cfeature .cp-captions {
      height: 56px; }
    .cp-swiper-gallery.cfeature .items .text {
      height: 56px;
      line-height: 56px; }
    .cp-swiper-gallery.cfeature .item .t-h2 {
      position: absolute;
      bottom: 72px;
      z-index: 1;
      color: white;
      font-weight: normal;
      padding-bottom: 30px;
      margin-left: 12.5%;
      width: 62.5%; }
  .cp-swiper-gallery .swiper-wrapper {
    position: relative;
    width: 10000px;
    height: 100%;
    padding: 0;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease; }
  .cp-swiper-gallery .swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto; }
  .cp-swiper-gallery .swiper-slide {
    float: left;
    height: 100%; }
  .cp-swiper-gallery .swiper-wp8-horizontal {
    -ms-touch-action: pan-y; }
  .cp-swiper-gallery .swiper-wp8-vertical {
    -ms-touch-action: pan-x; }
  .cp-swiper-gallery .swiper-container {
    /* Specify Swiper's Size: */
    /*width:200px;
		height: 100px;*/ }
  .cp-swiper-gallery .swiper-slide {
    /* Specify Slides's Size: */
    /*width: 100%;
		height: 100%;*/ }
  .cp-swiper-gallery .swiper-slide-active {
    /* Specific active slide styling: */ }
  .cp-swiper-gallery .swiper-slide-visible {
    /* Specific visible slide styling: */ }
  .cp-swiper-gallery .swiper-pagination-switch {
    /* Stylize pagination button: */ }
  .cp-swiper-gallery .swiper-active-switch {
    /* Specific active button style: */ }
  .cp-swiper-gallery .swiper-visible-switch {
    /* Specific visible button style: */ }

.cp-label {
  background-color: #ffe000;
  display: inline-block;
  padding: 5px 7px 3px 5px;
  line-height: 16px;
  vertical-align: middle;
  margin-bottom: 16px;
  overflow: hidden; }
  .cp-label a:before {
    content: " - ";
    display: inline-block;
    margin-right: 5px;
    margin-left: 1px; }
  .cp-label a:first-of-type:before {
    display: none; }
  .cp-label a:last-of-type:after {
    content: " - ";
    display: inline-block;
    margin-right: 1px;
    margin-left: 5px; }
  .cp-label.v2 {
    padding: 0; }
    .cp-label.v2 span {
      display: inline-block;
      padding: 5px 7px 3px 5px; }

.cp-text-top a.g-button {
  display: inline-block;
  width: auto; }
  .cp-text-top a.g-button:last-of-type {
    margin-left: 100px; }
  .cp-text-top a.g-button:first-of-type {
    margin-left: 0; }

.cp-text-top h1 small {
  display: block;
  margin-top: 16px; }

[class*=" cp-line-"] {
  position: relative; }
  [class*=" cp-line-"]:before {
    position: absolute;
    top: 12px;
    bottom: 12px;
    display: block;
    width: 8px;
    left: -30px;
    content: " "; }
  [class*=" cp-line-"].cp-line-inset {
    margin-left: 30px; }
  [class*=" cp-line-"].cp-line-zero:before {
    top: 0;
    bottom: 0; }
  [class*=" cp-line-"].cp-line-white:before {
    background-color: #ffffff; }
  [class*=" cp-line-"].cp-line-yellow:before {
    background-color: #ffe000; }

header {
  position: fixed;
  height: 95px;
  z-index: 30;
  width: 100%;
  top: 0;
  left: 0;
  transition: top 0.5s ease-out; }
  header .dest {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px; }
  header .outer-wrapper {
    position: relative;
    z-index: 30; }
  header .outer-wrapper:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 20;
    width: 15px;
    right: 0;
    pointer-events: none; }
  header .wrapp {
    max-width: 1300px !important;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%; }
  header .gl-container.full, header .cp-top-section .full.t-container, .cp-top-section header .full.t-container {
    padding-left: 5px; }
  header .bar {
    position: relative;
    height: 95px;
    z-index: 20;
    background-color: #eaeae3; }
    header .bar .wrapp {
      background-color: #ffffff; }
  header a.search span, header a.logo span {
    text-indent: -5000px; }
  header .logo {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -31px;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
    header .logo span {
      background-position: 0 -46.8px;
      width: 137px;
      height: 61px; }
    header .logo:after {
      display: none !important; }
  header .bar nav ul li {
    display: inline-block; }
  header .bar nav a {
    overflow: hidden;
    position: relative;
    line-height: 95px;
    padding-left: 33.5px;
    padding-right: 33.5px;
    height: 100%;
    display: block; }
    header .bar nav a:after {
      -webkit-backface-visibility: hidden;
      /** prevent ios flickers **/
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      left: 33.5px;
      right: 33.5px;
      width: auto; }
  header .bar {
    overflow: hidden; }
    header .bar a {
      line-height: 95px;
      height: 100%;
      display: block; }
      header .bar a:after {
        -webkit-backface-visibility: hidden;
        /** prevent ios flickers **/
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
        content: " ";
        display: block;
        height: 8px;
        position: absolute;
        bottom: -8px;
        background-color: #ffe000;
        width: 100%; }
      header .bar a:hover:after, header .bar a.active:after, header .bar a.active-always:after {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px); }
  header .search, header .mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 95px; }
    header .search.mobile-menu, header .mobile-menu.mobile-menu {
      right: 95px;
      display: none; }
      header .search.mobile-menu span, header .mobile-menu.mobile-menu span {
        margin-top: 0;
        text-indent: -9999px;
        height: 2px;
        width: 20px;
        background-color: #242424; }
        header .search.mobile-menu span:before, header .mobile-menu.mobile-menu span:before {
          bottom: auto;
          top: -7px; }
        header .search.mobile-menu span:after, header .search.mobile-menu span:before, header .mobile-menu.mobile-menu span:after, header .mobile-menu.mobile-menu span:before {
          content: " ";
          display: block;
          height: 2px;
          position: absolute;
          background-color: #242424;
          bottom: -7px;
          width: 20px; }
    header .search span, header .mobile-menu span {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -10px;
      margin-left: -10px;
      background-position: -413.1px -77px;
      width: 20px;
      height: 19px;
      line-height: 95px; }

#menu-drawer {
  width: 100%;
  position: absolute;
  height: calc(100vh - 95px);
  top: 95px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 0;
  z-index: 10; }
  #menu-drawer .close {
    position: absolute;
    right: 38px;
    top: 32px; }
    #menu-drawer .close span {
      background-position: -433.1px -77px;
      width: 17.41px;
      height: 17.41px; }
  #menu-drawer .wrapp {
    padding: 72px 0 21px;
    background-color: #2b2b2b;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  #menu-drawer nav {
    margin-right: 21px;
    margin-left: 21px; }
    #menu-drawer nav ul.tree > li > a, #menu-drawer nav ul.main-links > li > a, #menu-drawer nav ul.products > li > a {
      line-height: 45px; }
    #menu-drawer nav a {
      color: #b2b2b2; }
      #menu-drawer nav a:hover, #menu-drawer nav a.active {
        color: #f1cb33; }
    #menu-drawer nav strong, #menu-drawer nav .cp-label.v2 span, .cp-label.v2 #menu-drawer nav span, #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav #exhaust-fans header .back, #exhaust-fans header #menu-drawer nav .back {
      color: #ffffff; }
    #menu-drawer nav ul.products > li a {
      display: block;
      width: 100%; }
    #menu-drawer nav ul.products ul {
      padding-top: 35px;
      padding-bottom: 35px;
      vertical-align: top;
      display: inline-block;
      width: 20%;
      max-width: 205px; }
      #menu-drawer nav ul.products ul:first-of-type {
        margin-left: 40px;
        position: relative; }
        #menu-drawer nav ul.products ul:first-of-type:before {
          border-left: 6px solid #f1cb33;
          content: " ";
          display: block;
          position: absolute;
          left: -40px;
          top: 6px;
          bottom: 7px; }
    #menu-drawer nav ul.tree li[data-depth="0"] {
      clear: both;
      height: 45px;
      overflow: hidden; }
      #menu-drawer nav ul.tree li[data-depth="0"] > a {
        display: block; }
    #menu-drawer nav ul.tree ul[data-depth="1"] {
      opacity: 0;
      max-width: none;
      display: block;
      margin-top: 35px;
      margin-bottom: 35px;
      vertical-align: top; }
      #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children {
        vertical-align: top;
        width: 20%;
        display: inline-block; }
        #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a {
          color: #ffffff; }
      #menu-drawer nav ul.tree ul[data-depth="1"] > li[data-depth="1"] {
        width: 20%; }
      #menu-drawer nav ul.tree ul[data-depth="1"] ul[data-depth="2"] {
        padding-bottom: 24px; }
      #menu-drawer nav ul.tree ul[data-depth="1"]:first-of-type {
        margin-left: 40px;
        position: relative; }
        #menu-drawer nav ul.tree ul[data-depth="1"]:first-of-type:before {
          border-left: 6px solid #f1cb33;
          content: " ";
          display: block;
          position: absolute;
          left: -40px;
          top: 6px;
          bottom: 7px; }

.cp-block {
  margin-top: 16px; }
  .cp-block:first-of-type {
    margin-top: 0; }
  .cp-block .g-button.alt {
    display: inline-block;
    width: auto;
    padding-top: 40px;
    padding-left: 0; }
    .cp-block .g-button.alt > span {
      margin-left: 0; }
  .cp-block h1 {
    margin-bottom: 16px; }
  .cp-block p {
    margin-bottom: 8px; }
  .cp-block.open form {
    display: block; }
  .cp-block .collapsible {
    display: block;
    padding-top: 24px; }
  .cp-block a {
    text-decoration: underline; }

.draggable {
  position: absolute;
  width: 90%;
  height: 6px;
  background-color: #f1f1eb;
  bottom: 35px;
  left: 5%; }
  .draggable .handle {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 4px solid #f1cb33;
    background-color: #ffffff;
    top: -7px; }

.gc-3.list {
  position: relative;
  float: right; }

.select-field {
  height: 42px;
  overflow: visible !important; }
  .select-field:before {
    display: none; }
  .select-field .cp-filter-list {
    left: 0;
    right: 0; }
    .select-field .cp-filter-list .active {
      background-color: #f1f1eb;
      color: #242424; }
      .select-field .cp-filter-list .active:after {
        border-color: #242424 transparent transparent transparent; }
    .select-field .cp-filter-list ul {
      max-height: 50vh;
      overflow-x: hidden;
      overflow-y: auto;
      background-color: #e4e4d9; }
      .select-field .cp-filter-list ul li.selected {
        font-weight: bold; }
      .select-field .cp-filter-list ul li a {
        color: #242424 !important;
        text-decoration: none; }
      .select-field .cp-filter-list ul li a:hover {
        background-color: #f1f1eb; }

.cp-filter-list {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 8px;
  right: 8px;
  display: inline-block;
  color: #ffffff;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }
  .cp-filter-list div.active {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    background-color: #2b2b2b;
    line-height: 40px;
    cursor: pointer;
    position: relative; }
    .cp-filter-list div.active span.filter-count {
      color: #ffe000; }
    .cp-filter-list div.active:after {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 4px 0 4px;
      border-color: #ffffff transparent transparent transparent;
      display: block;
      right: 16px;
      top: 50%;
      margin-top: -2px; }
  .cp-filter-list ul {
    padding: 50px 0 10px;
    width: 100%;
    background-color: #242424;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    cursor: pointer; }
    .cp-filter-list ul li {
      opacity: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .cp-filter-list ul li a {
        display: block;
        line-height: 40px;
        position: relative;
        padding-left: 16px;
        padding-right: 16px; }
        .cp-filter-list ul li a span {
          position: absolute;
          right: 16px;
          color: #ffe000; }
        .cp-filter-list ul li a:hover {
          background-color: #2b2b2b; }

body, html {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

#exhaust-fans main {
  overflow: hidden;
  position: absolute;
  top: 94px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  max-width: none; }

header .wrapp {
  max-width: none !important; }

.exhaust-fans-svgs-bathroom, .exhaust-fans-svgs-cellar, .exhaust-fans-svgs-garage, .exhaust-fans-svgs-kitchen, .exhaust-fans-svgs-laundry, .exhaust-fans-svgs-living-room, .exhaust-fans-svgs-toilet, .exhaust-fans-svgs-toolbox, .exhaust-fans-svgs-toolbox-rotating-cog, .exhaust-fans-svgs-utility-room {
  display: inline-block;
  background: url(/app/exhaust-fans/sprites/sprite.css-c0d9323f.svg) no-repeat; }

.exhaust-fans-svgs-bathroom {
  background-position: -699px 0;
  width: 283px;
  height: 276px; }

.exhaust-fans-svgs-cellar {
  background-position: -448px -525px;
  width: 271px;
  height: 274px; }

.exhaust-fans-svgs-garage {
  background-position: -398px 0;
  width: 301px;
  height: 307px; }

.exhaust-fans-svgs-kitchen {
  background-position: -193px -525px;
  width: 255px;
  height: 275px; }

.exhaust-fans-svgs-laundry {
  background-position: -719px -525px;
  width: 224px;
  height: 274px; }

.exhaust-fans-svgs-living-room {
  background-position: 0 0;
  width: 398px;
  height: 215px; }

.exhaust-fans-svgs-toilet {
  background-position: 0 -525px;
  width: 193px;
  height: 277px; }

.exhaust-fans-svgs-toolbox {
  background-position: -398px -307px;
  width: 284px;
  height: 218px; }

.exhaust-fans-svgs-toolbox-rotating-cog {
  background-position: -699px -276px;
  width: 166px;
  height: 166px; }

.exhaust-fans-svgs-utility-room {
  background-position: 0 -215px;
  width: 301px;
  height: 310px; }

@-webkit-keyframes rotating-cog {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

@-moz-keyframes rotating-cog {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

@keyframes rotating-cog {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

@-webkit-keyframes rotating-cog2 {
  to {
    transform: rotate(0deg); } }

@-moz-keyframes rotating-cog2 {
  to {
    transform: rotate(0deg); } }

@keyframes rotating-cog2 {
  to {
    transform: rotate(0deg); } }

#exhaust-fans .cp-label span {
  white-space: nowrap; }

#exhaust-fans header .back {
  display: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /** prevent ios flickers **/
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  float: right;
  margin-right: 24px;
  position: relative; }

#exhaust-fans header.hpm .hpm {
  display: inline-block;
  opacity: 1; }

#exhaust-fans header.rethink .rethink {
  display: inline-block;
  opacity: 1; }

#exhaust-fans header h1 {
  display: inline-block;
  position: absolute;
  left: 17%;
  top: 24px;
  font-size: 23px;
  opacity: 0; }

.scrollable {
  margin-top: 0;
  padding-top: 95px; }

.exhaust-fans-pages {
  width: 100%;
  height: 100%;
  position: absolute; }
  .exhaust-fans-pages .starter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    flex-flow: column nowrap;
    z-index: 4;
    background-color: #ffda00; }
    .exhaust-fans-pages .starter section {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      -moz-align-self: auto;
      align-self: auto;
      -ms-flex-item-align: auto;
      height: auto !important;
      align-self: auto;
      background: transparent; }
      .exhaust-fans-pages .starter section .g-button {
        display: block; }
    .exhaust-fans-pages .starter .g-button {
      opacity: 1; }
    .exhaust-fans-pages .starter .t-h2.cp-line-white {
      max-width: 731px; }
  .exhaust-fans-pages .page > .left, .exhaust-fans-pages .page > .right {
    width: 50%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0; }
  .exhaust-fans-pages .page > .left {
    padding: 0 10%; }
    .exhaust-fans-pages .page > .left .updown {
      opacity: 0;
      -webkit-transform: translateY(70px);
      -moz-transform: translateY(70px);
      -ms-transform: translateY(70px);
      -o-transform: translateY(70px);
      transform: translateY(70px); }
    .exhaust-fans-pages .page > .left .g-button {
      font-size: 23px; }
  .exhaust-fans-pages .page > .left, .exhaust-fans-pages .page > .right .top {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .exhaust-fans-pages .page > .left .centered, .exhaust-fans-pages .page > .right .top .centered {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      -moz-align-self: auto;
      align-self: auto;
      -ms-flex-item-align: auto;
      height: auto !important; }
  .exhaust-fans-pages .page > .right {
    overflow: hidden;
    left: 50%; }
    .exhaust-fans-pages .page > .right > .top {
      opacity: 0; }
    .exhaust-fans-pages .page > .right .bottom {
      position: absolute;
      bottom: 8px;
      text-align: center;
      width: 100%; }
      .exhaust-fans-pages .page > .right .bottom a {
        display: block;
        padding: 0;
        margin: 0 auto;
        text-align: center; }
        .exhaust-fans-pages .page > .right .bottom a span {
          margin-right: 0; }
        .exhaust-fans-pages .page > .right .bottom a strong, .exhaust-fans-pages .page > .right .bottom a .cp-label.v2 span, .cp-label.v2 .exhaust-fans-pages .page > .right .bottom a span, .exhaust-fans-pages .page > .right .bottom a #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav ul.tree .exhaust-fans-pages .page > .right .bottom a ul[data-depth="1"] > li.has-children > a, .exhaust-fans-pages .page > .right .bottom a #exhaust-fans header .back, #exhaust-fans header .exhaust-fans-pages .page > .right .bottom a .back {
          margin-top: 8px; }
        .exhaust-fans-pages .page > .right .bottom a strong.valid, .exhaust-fans-pages .page > .right .bottom a .cp-label.v2 span.valid, .cp-label.v2 .exhaust-fans-pages .page > .right .bottom a span.valid, .exhaust-fans-pages .page > .right .bottom a #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a.valid, #menu-drawer nav ul.tree .exhaust-fans-pages .page > .right .bottom a ul[data-depth="1"] > li.has-children > a.valid, .exhaust-fans-pages .page > .right .bottom a #exhaust-fans header .valid.back, #exhaust-fans header .exhaust-fans-pages .page > .right .bottom a .valid.back {
          opacity: 0; }
  .exhaust-fans-pages .g-button {
    opacity: 0; }
    .exhaust-fans-pages .g-button .circle {
      -webkit-backface-visibility: hidden;
      /** prevent ios flickers **/
      -webkit-transition-property: background-color;
      -moz-transition-property: background-color;
      transition-property: background-color;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    .exhaust-fans-pages .g-button strong, .exhaust-fans-pages .g-button .cp-label.v2 span, .cp-label.v2 .exhaust-fans-pages .g-button span, .exhaust-fans-pages .g-button #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav ul.tree .exhaust-fans-pages .g-button ul[data-depth="1"] > li.has-children > a, .exhaust-fans-pages .g-button #exhaust-fans header .back, #exhaust-fans header .exhaust-fans-pages .g-button .back {
      display: block;
      font-size: 16px;
      -webkit-backface-visibility: hidden;
      /** prevent ios flickers **/
      -webkit-transition-property: opacity,color;
      -moz-transition-property: opacity,color;
      transition-property: opacity,color;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    .exhaust-fans-pages .g-button.valid strong, .exhaust-fans-pages .g-button.valid .cp-label.v2 span, .cp-label.v2 .exhaust-fans-pages .g-button.valid span, .exhaust-fans-pages .g-button.valid #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav ul.tree .exhaust-fans-pages .g-button.valid ul[data-depth="1"] > li.has-children > a, .exhaust-fans-pages .g-button.valid #exhaust-fans header .back, #exhaust-fans header .exhaust-fans-pages .g-button.valid .back {
      opacity: 1 !important; }
    .exhaust-fans-pages .g-button.valid strong.invalid, .exhaust-fans-pages .g-button.valid .cp-label.v2 span.invalid, .cp-label.v2 .exhaust-fans-pages .g-button.valid span.invalid, .exhaust-fans-pages .g-button.valid #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a.invalid, #menu-drawer nav ul.tree .exhaust-fans-pages .g-button.valid ul[data-depth="1"] > li.has-children > a.invalid, .exhaust-fans-pages .g-button.valid #exhaust-fans header .invalid.back, #exhaust-fans header .exhaust-fans-pages .g-button.valid .invalid.back {
      display: none !important; }
    .exhaust-fans-pages .g-button:not(.valid) strong.valid, .exhaust-fans-pages .g-button:not(.valid) .cp-label.v2 span.valid, .cp-label.v2 .exhaust-fans-pages .g-button:not(.valid) span.valid, .exhaust-fans-pages .g-button:not(.valid) #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a.valid, #menu-drawer nav ul.tree .exhaust-fans-pages .g-button:not(.valid) ul[data-depth="1"] > li.has-children > a.valid, .exhaust-fans-pages .g-button:not(.valid) #exhaust-fans header .valid.back, #exhaust-fans header .exhaust-fans-pages .g-button:not(.valid) .valid.back {
      display: none !important; }
  .exhaust-fans-pages .g-button.valid .circle {
    background-color: white; }
  .exhaust-fans-pages .steps .bottom .g-button:not(.valid) {
    pointer-events: none; }
  .exhaust-fans-pages .t-h3 {
    text-align: center; }
  .exhaust-fans-pages .steps {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
    .exhaust-fans-pages .steps section {
      display: none;
      backface-visibility: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
      .exhaust-fans-pages .steps section:first-of-type, .exhaust-fans-pages .steps section.active {
        z-index: 2;
        display: block; }
    .exhaust-fans-pages .steps .indicators {
      position: absolute;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      flex-flow: column nowrap;
      left: 30px;
      z-index: 3;
      width: 20px;
      height: 100%; }
      .exhaust-fans-pages .steps .indicators a {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -moz-align-self: auto;
        align-self: auto;
        -ms-flex-item-align: auto;
        height: auto !important;
        display: block;
        padding: 11px;
        position: relative;
        width: 20px;
        height: 20px;
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0; }
        .exhaust-fans-pages .steps .indicators a:before {
          background-color: #dddddd;
          border-radius: 10px;
          display: block;
          content: "";
          position: absolute;
          width: 11px;
          height: 11px;
          top: 50%;
          left: 50%;
          margin-left: -5px;
          margin-top: -5px; }
        .exhaust-fans-pages .steps .indicators a.a:before {
          background-color: #ffd800; }
  .exhaust-fans-pages .overlay {
    opacity: 0;
    display: none;
    background: #ffe000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .exhaust-fans-pages .overlay .cont {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      flex-flow: column nowrap;
      height: 100%; }
      .exhaust-fans-pages .overlay .cont > div {
        width: 96px;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -moz-align-self: auto;
        align-self: auto;
        -ms-flex-item-align: auto;
        height: auto !important;
        height: 96px !important;
        position: relative; }
        .exhaust-fans-pages .overlay .cont > div svg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .exhaust-fans-pages .overlay .cont .s {
        opacity: 0; }
  .exhaust-fans-pages .select-wrapper {
    position: relative;
    height: 40px; }
    .exhaust-fans-pages .select-wrapper .cp-filter-list {
      left: 0px;
      right: 0px; }
      .exhaust-fans-pages .select-wrapper .cp-filter-list.bottom {
        bottom: 0px;
        top: auto;
        min-height: 100%; }
        .exhaust-fans-pages .select-wrapper .cp-filter-list.bottom div.active {
          position: absolute;
          bottom: 0px; }
        .exhaust-fans-pages .select-wrapper .cp-filter-list.bottom ul {
          padding: 10px 0 50px;
          -webkit-transform: translateY(100%);
          -moz-transform: translateY(100%);
          -ms-transform: translateY(100%);
          -o-transform: translateY(100%);
          transform: translateY(100%); }
      .exhaust-fans-pages .select-wrapper .cp-filter-list a.selected:after {
        position: absolute;
        right: 16px;
        width: 8px;
        height: 8px;
        top: 50%;
        margin-top: -4px;
        border-radius: 50%;
        background: #ffe000;
        content: ''; }
  .exhaust-fans-pages .room-page .rooms {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    align-self: flex-start !important;
    -ms-flex-item-align: flex-start !important; }
  .exhaust-fans-pages .room-page .rooms-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .exhaust-fans-pages .room-page .rooms-gallery > * {
      margin-right: 104px; }
      .exhaust-fans-pages .room-page .rooms-gallery > *:first-child {
        margin-left: 104px; }
    .exhaust-fans-pages .room-page .rooms-gallery .room-type {
      position: relative;
      cursor: pointer; }
      .exhaust-fans-pages .room-page .rooms-gallery .room-type:hover > div {
        opacity: 1; }
      .exhaust-fans-pages .room-page .rooms-gallery .room-type.active > div, .exhaust-fans-pages .room-page .rooms-gallery .room-type.active label {
        opacity: 1; }
      .exhaust-fans-pages .room-page .rooms-gallery .room-type > div {
        opacity: 0.45;
        -webkit-backface-visibility: hidden;
        /** prevent ios flickers **/
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
      .exhaust-fans-pages .room-page .rooms-gallery .room-type label {
        margin-top: 56px;
        display: block;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        /** prevent ios flickers **/
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
      .exhaust-fans-pages .room-page .rooms-gallery .room-type-aligner {
        position: relative;
        height: 306px; }
        .exhaust-fans-pages .room-page .rooms-gallery .room-type-aligner > * {
          position: relative;
          -webkit-transform: translateY(calc(306px - 100%));
          -moz-transform: translateY(calc(306px - 100%));
          -ms-transform: translateY(calc(306px - 100%));
          -o-transform: translateY(calc(306px - 100%));
          transform: translateY(calc(306px - 100%)); }
  .exhaust-fans-pages .dimensions-page form .field label {
    display: block !important;
    position: absolute;
    top: 0;
    right: 100%;
    white-space: nowrap;
    line-height: 40px;
    padding: 0px 15px;
    cursor: default;
    margin-top: 2px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    /** prevent ios flickers **/
    -webkit-transition-property: transform, right;
    -moz-transition-property: transform, right;
    transition-property: transform, right;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  .exhaust-fans-pages .dimensions-page form .field.filled label {
    right: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  .exhaust-fans-pages .dimensions-page .dimensions-number {
    font-size: 125px;
    color: #fff;
    opacity: 0.45;
    -webkit-backface-visibility: hidden;
    /** prevent ios flickers **/
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
    .exhaust-fans-pages .dimensions-page .dimensions-number span {
      font-size: 70px; }
    .exhaust-fans-pages .dimensions-page .dimensions-number.valid {
      opacity: 1; }
  .exhaust-fans-pages .installation-page .cog {
    position: relative;
    overflow: hidden;
    opacity: 0.45;
    -webkit-backface-visibility: hidden;
    /** prevent ios flickers **/
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
    .exhaust-fans-pages .installation-page .cog > div {
      position: absolute;
      bottom: 0px;
      left: 50%;
      width: 166px;
      height: 82px;
      overflow: hidden;
      transform: translate(-50%, -4px); }
      .exhaust-fans-pages .installation-page .cog > div > div {
        -webkit-animation: rotating-cog 5s infinite linear;
        -moz-animation: rotating-cog 5s infinite linear;
        animation: rotating-cog 5s infinite linear; }
    .exhaust-fans-pages .installation-page .cog.valid {
      opacity: 1; }
      .exhaust-fans-pages .installation-page .cog.valid > div > div {
        -webkit-animation: rotating-cog2 1s linear;
        -moz-animation: rotating-cog2 1s linear;
        animation: rotating-cog2 1s linear; }
  .exhaust-fans-pages .results-page {
    min-height: initial; }
    .exhaust-fans-pages .results-page .right {
      background: #DEDED6 !important; }
    .exhaust-fans-pages .results-page .notification-bar {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 100;
      background: #2b2b2b;
      color: #b2b2b2;
      line-height: 24px;
      padding: 24px 24px;
      font-size: 18px;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      transform: none !important; }
      .exhaust-fans-pages .results-page .notification-bar span {
        color: #ffe000;
        margin-right: 32px; }
    .exhaust-fans-pages .results-page .notification-bar ~ * {
      padding-top: 88px; }
    .exhaust-fans-pages .results-page .gl-container.text h1, .exhaust-fans-pages .results-page .cp-top-section .text.t-container h1, .cp-top-section .exhaust-fans-pages .results-page .text.t-container h1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      -webkit-backface-visibility: hidden;
      /** prevent ios flickers **/
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      pointer-events: none; }
      .exhaust-fans-pages .results-page .gl-container.text h1.active, .exhaust-fans-pages .results-page .cp-top-section .text.t-container h1.active, .cp-top-section .exhaust-fans-pages .results-page .text.t-container h1.active {
        position: relative;
        opacity: 1;
        pointer-events: initial;
        -webkit-backface-visibility: hidden;
        /** prevent ios flickers **/
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .exhaust-fans-pages .results-page .gl-container.text h1 p.product-code, .exhaust-fans-pages .results-page .cp-top-section .text.t-container h1 p.product-code, .cp-top-section .exhaust-fans-pages .results-page .text.t-container h1 p.product-code {
        color: #b2b2b2; }
    .exhaust-fans-pages .results-page .gl-container.text .buttons, .exhaust-fans-pages .results-page .cp-top-section .text.t-container .buttons, .cp-top-section .exhaust-fans-pages .results-page .text.t-container .buttons {
      padding-top: 16px; }
      .exhaust-fans-pages .results-page .gl-container.text .buttons a, .exhaust-fans-pages .results-page .cp-top-section .text.t-container .buttons a, .cp-top-section .exhaust-fans-pages .results-page .text.t-container .buttons a {
        margin-top: 24px; }
    .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery {
      left: 0;
      width: 100%; }
      .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery > a {
        position: absolute;
        z-index: 10000;
        top: 50%;
        width: auto;
        margin-top: -23px; }
        .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery > a.next-product {
          right: 16px; }
        .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery > a.prev-product {
          left: 16px; }
        .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery > a .circle {
          margin: 0;
          background: #f9f8f3; }
        .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery > a:hover .circle {
          background: #ffffff; }
        .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery > a.inactive {
          opacity: 0 !important; }
      .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery .swiper-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
      .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery .swiper-slide {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0; }
      .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery .item img {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%); }
    .exhaust-fans-pages .results-page .no-products-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      flex-flow: column nowrap;
      z-index: 101;
      padding-top: 0px !important;
      background-color: #ffda00; }
      .exhaust-fans-pages .results-page .no-products-overlay .gc-8 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -moz-align-self: auto;
        align-self: auto;
        -ms-flex-item-align: auto;
        height: auto !important;
        align-self: auto;
        background: transparent; }
        .exhaust-fans-pages .results-page .no-products-overlay .gc-8 .g-button {
          display: block; }
      .exhaust-fans-pages .results-page .no-products-overlay .g-button {
        opacity: 1; }
      .exhaust-fans-pages .results-page .no-products-overlay .t-h2.cp-line-white {
        max-width: 731px; }

@media (min-height: 601px) and (max-height: 768px) and (min-width: 768px) {
  #exhaust-fans .results-page > .left {
    overflow-y: auto;
    display: block;
    padding: 32px; }
  #exhaust-fans .results-page > .notification-bar {
    padding: 16px; }
  #exhaust-fans .results-page > .notification-bar ~ * {
    padding-top: 72px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .exhaust-fans-pages .results-page > .left {
    padding: 0 5%; } }

@media (max-height: 640px) and (min-width: 768px) {
  .t-default, body, .cp-text-top h1 small, .exhaust-fans-pages .results-page .gl-container.text h1 p.product-code, .exhaust-fans-pages .results-page .cp-top-section .text.t-container h1 p.product-code, .cp-top-section .exhaust-fans-pages .results-page .text.t-container h1 p.product-code {
    font-family: TVNordEF-Regular, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px; }
  .t-h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px; }
  .t-h2 {
    font-size: 19px;
    line-height: 32px; }
  .t-h3 {
    font-size: 19px; }
  .t-h4, .cp-module a, .cp-module-side .t strong, .cp-module-side .t .cp-label.v2 span, .cp-label.v2 .cp-module-side .t span, .cp-module-side .t #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav ul.tree .cp-module-side .t ul[data-depth="1"] > li.has-children > a, .cp-module-side .t #exhaust-fans header .back, #exhaust-fans header .cp-module-side .t .back, .cp-swiper-gallery.cfeature .items .text, header .bar nav a {
    font-size: 12px;
    line-height: 20px; }
  .t-links, .g-button.alt, button.alt, .cp-module .overlay span, #menu-drawer nav ul.tree > li > a, #menu-drawer nav ul.main-links > li > a, #menu-drawer nav ul.products > li > a {
    font-size: 16px; }
  body, html {
    position: fixed;
    top: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    overflow: hidden; }
  #exhaust-fans main {
    top: 0px; }
  header {
    height: 72px; }
    header .bar {
      height: 72px; }
      header .bar a {
        line-height: 72px; }
    header .wrapp {
      max-width: none !important; }
    header .logo {
      -webkit-transform: scale(0.652);
      -moz-transform: scale(0.652);
      -ms-transform: scale(0.652);
      -o-transform: scale(0.652);
      transform: scale(0.652); }
    header .t-h2 {
      display: none !important; }
  #exhaust-fans {
    overflow: hidden;
    background-color: #f1f1eb; }
    #exhaust-fans main {
      height: 100% !important;
      min-height: initial !important; }
    #exhaust-fans .bp1-visible {
      display: initial;
      visibility: inherit; }
    #exhaust-fans .bp1-hidden {
      display: none; }
    #exhaust-fans .g-button {
      font-size: 19px; }
      #exhaust-fans .g-button strong, #exhaust-fans .g-button .cp-label.v2 span, .cp-label.v2 #exhaust-fans .g-button span, #exhaust-fans .g-button #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav ul.tree #exhaust-fans .g-button ul[data-depth="1"] > li.has-children > a, #exhaust-fans .g-button header .back, #exhaust-fans header .g-button .back {
        display: inline-block;
        font-size: 14px;
        font-family: TVNordEF-Regular, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        -webkit-backface-visibility: hidden;
        /** prevent ios flickers **/
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
    #exhaust-fans .scrollable {
      background-color: #eaeae3;
      position: absolute;
      left: 0;
      right: 0;
      top: 72px;
      bottom: 0;
      overflow-y: hidden;
      overflow-x: hidden;
      padding-top: 0; }
    #exhaust-fans .cp-line-white:before {
      left: -18px;
      top: 7px;
      bottom: 7px;
      width: 5px; }
    #exhaust-fans .starter {
      padding: 0 32px;
      display: block; }
      #exhaust-fans .starter section, #exhaust-fans .starter .inner {
        height: 100% !important; }
      #exhaust-fans .starter .inner {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        #exhaust-fans .starter .inner a {
          margin: auto 0 32px -18px; }
      #exhaust-fans .starter .t-h1 {
        margin-top: 40px;
        padding-right: 50px; }
      #exhaust-fans .starter .t-h2 {
        padding-right: 32px;
        font-family: TVNordEF-Regular, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        color: #2b2b2b;
        text-decoration: none; }
    #exhaust-fans section .t-h1 {
      font-size: 24px;
      line-height: 32px; }
    #exhaust-fans section > .left, #exhaust-fans section > .right {
      position: relative;
      width: 100%;
      left: 0; }
    #exhaust-fans section > .left {
      padding: 32px 16px 72px;
      height: 100%; }
      #exhaust-fans section > .left .centered {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: space-between;
        min-height: 100%;
        width: 100%; }
      #exhaust-fans section > .left .bottom {
        margin-top: auto;
        width: 100%; }
    #exhaust-fans section > .right {
      display: none;
      height: calc(50% - 55px); }
      #exhaust-fans section > .right .centered {
        width: 70%;
        padding-left: 24px;
        position: relative; }
        #exhaust-fans section > .right .centered input, #exhaust-fans section > .right .centered > div {
          display: inline-block;
          padding-top: 0; }
        #exhaust-fans section > .right .centered input {
          position: static;
          margin-left: 0;
          margin-top: 0;
          text-align: left;
          font-size: 50px;
          width: 95px;
          padding: 0; }
      #exhaust-fans section > .right .top {
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start; }
      #exhaust-fans section > .right .bottom {
        right: 0;
        left: 70%;
        top: 0;
        bottom: 0;
        width: auto; }
        #exhaust-fans section > .right .bottom strong, #exhaust-fans section > .right .bottom .cp-label.v2 span, .cp-label.v2 #exhaust-fans section > .right .bottom span, #exhaust-fans section > .right .bottom #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav ul.tree #exhaust-fans section > .right .bottom ul[data-depth="1"] > li.has-children > a, #exhaust-fans section > .right .bottom header .back, #exhaust-fans header section > .right .bottom .back {
          display: none; }
        #exhaust-fans section > .right .bottom a {
          position: absolute;
          top: 50%;
          margin-top: -28px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      #exhaust-fans section > .right svg {
        display: none; }
    #exhaust-fans .indicators {
      left: 0;
      bottom: 0px;
      height: 48px;
      width: 100%;
      background: #ffffff;
      position: absolute;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      padding: 0 64px; }
    #exhaust-fans .cursor {
      display: inline-block;
      width: 2px;
      height: 60px;
      background-color: #2b2b2b;
      opacity: 1;
      position: absolute;
      top: 10px;
      left: 22px; }
    #exhaust-fans .result-section > .left {
      height: 100%;
      z-index: 2;
      background-color: #ffe000;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      padding-top: 40px; }
      #exhaust-fans .result-section > .left .centered {
        height: 100% !important;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
      #exhaust-fans .result-section > .left .buttons {
        margin-top: auto;
        margin-bottom: 24px; }
        #exhaust-fans .result-section > .left .buttons a span {
          border-color: white; }
    #exhaust-fans .result-section > .right {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      #exhaust-fans .result-section > .right .top {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        padding-top: 40px; }
      #exhaust-fans .result-section > .right .centered {
        width: 100%; }
        #exhaust-fans .result-section > .right .centered .wrapp {
          width: 100%;
          height: 45vh; }
      #exhaust-fans .result-section > .right .block .savings {
        margin-top: 24px !important; }
      #exhaust-fans .result-section > .right .block .savings .price {
        font-size: 28px;
        line-height: 48px;
        color: #242424; }
        #exhaust-fans .result-section > .right .block .savings .price sup, #exhaust-fans .result-section > .right .block .savings .price:before {
          font-size: 18px; }
        #exhaust-fans .result-section > .right .block .savings .price sup {
          top: -0.4em; }
        #exhaust-fans .result-section > .right .block .savings .price:before {
          top: -2px;
          left: -11px; }
      #exhaust-fans .result-section > .right .bottom {
        display: block;
        top: auto;
        left: 0;
        right: auto;
        width: 100%;
        padding: 0 16px;
        position: relative; }
        #exhaust-fans .result-section > .right .bottom a {
          position: relative;
          display: inline-block; }
          #exhaust-fans .result-section > .right .bottom a:first-of-type {
            width: 212px;
            float: left;
            text-align: left; }
            #exhaust-fans .result-section > .right .bottom a:first-of-type > span {
              margin-right: 16px;
              -webkit-transform: rotate(-180deg);
              -moz-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
              -o-transform: rotate(-180deg);
              transform: rotate(-180deg); }
          #exhaust-fans .result-section > .right .bottom a:last-of-type {
            width: auto;
            float: right; }
    #exhaust-fans .result-section .view-savings-results {
      display: block; }
    #exhaust-fans .result-section .bp2-hidden {
      display: none; }
    #exhaust-fans .select-wrapper, #exhaust-fans form {
      max-width: 500px; }
    #exhaust-fans .cp-filter-list select {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10000;
      opacity: 0; }
  #exhaust-fans .exhaust-fans-pages .results-page {
    padding-top: 0px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    min-height: 0; }
    #exhaust-fans .exhaust-fans-pages .results-page > .left, #exhaust-fans .exhaust-fans-pages .results-page > .right {
      height: auto; }
    #exhaust-fans .exhaust-fans-pages .results-page > .left {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1;
      margin-top: 16px;
      padding: 16px !important; }
      #exhaust-fans .exhaust-fans-pages .results-page > .left .mounting-types {
        position: relative;
        display: block; }
        #exhaust-fans .exhaust-fans-pages .results-page > .left .mounting-types > * {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          opacity: 0;
          -webkit-backface-visibility: hidden;
          /** prevent ios flickers **/
          -webkit-transition-property: opacity;
          -moz-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.5s;
          -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -webkit-transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          transition-delay: 0s; }
          #exhaust-fans .exhaust-fans-pages .results-page > .left .mounting-types > *.active {
            position: relative;
            opacity: 1;
            -webkit-backface-visibility: hidden;
            /** prevent ios flickers **/
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            -webkit-transition-delay: 0.5s;
            -moz-transition-delay: 0.5s;
            transition-delay: 0.5s; }
      #exhaust-fans .exhaust-fans-pages .results-page > .left .text {
        margin: 0 -16px; }
      #exhaust-fans .exhaust-fans-pages .results-page > .left .buttons {
        margin-bottom: 80px; }
    #exhaust-fans .exhaust-fans-pages .results-page > .right {
      background: #DEDED6 !important;
      display: block;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 295px;
      -moz-flex: 0 0 295px;
      -ms-flex: 0 0 295px;
      flex: 0 0 295px;
      overflow: visible;
      padding: 16px !important;
      background: transparent !important; }
      #exhaust-fans .exhaust-fans-pages .results-page > .right .top {
        padding: 16px 0px; }
        #exhaust-fans .exhaust-fans-pages .results-page > .right .top > p {
          margin-bottom: -8px; }
      #exhaust-fans .exhaust-fans-pages .results-page > .right .full {
        background: transparent;
        display: block; }
    #exhaust-fans .exhaust-fans-pages .results-page .notification-bar {
      line-height: 1em;
      padding: 16px 16px;
      position: relative;
      margin-bottom: 16px; }
    #exhaust-fans .exhaust-fans-pages .results-page .notification-bar ~ * {
      padding-top: 0; }
    #exhaust-fans .exhaust-fans-pages .results-page .fixed-button {
      height: 48px;
      line-height: 48px;
      text-align: center;
      font-family: TVNordEF-Bold, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      background: #ffe000;
      width: 100%;
      position: fixed;
      bottom: 0px;
      z-index: 1000;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    #exhaust-fans .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery {
      position: relative;
      left: auto !important;
      right: auto !important;
      top: auto !important;
      bottom: auto !important;
      height: 245px !important;
      background: transparent;
      width: 245px !important;
      overflow: visible;
      margin-left: 0px; }
      #exhaust-fans .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery .item {
        width: 245px !important;
        height: 245px !important;
        border-right: 16px solid #f1f1eb; }
      #exhaust-fans .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery .cp-captions {
        display: none; }
      #exhaust-fans .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery > a {
        display: none; } }

@media (max-width: 767px) {
  .t-default, body, .cp-text-top h1 small, .exhaust-fans-pages .results-page .gl-container.text h1 p.product-code, .exhaust-fans-pages .results-page .cp-top-section .text.t-container h1 p.product-code, .cp-top-section .exhaust-fans-pages .results-page .text.t-container h1 p.product-code {
    font-family: TVNordEF-Regular, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px; }
  .t-h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px; }
  .t-h2 {
    font-size: 19px;
    line-height: 32px; }
  .t-h3 {
    font-size: 19px; }
  .t-h4, .cp-module a, .cp-module-side .t strong, .cp-module-side .t .cp-label.v2 span, .cp-label.v2 .cp-module-side .t span, .cp-module-side .t #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav ul.tree .cp-module-side .t ul[data-depth="1"] > li.has-children > a, .cp-module-side .t #exhaust-fans header .back, #exhaust-fans header .cp-module-side .t .back, .cp-swiper-gallery.cfeature .items .text, header .bar nav a {
    font-size: 12px;
    line-height: 20px; }
  .t-links, .g-button.alt, button.alt, .cp-module .overlay span, #menu-drawer nav ul.tree > li > a, #menu-drawer nav ul.main-links > li > a, #menu-drawer nav ul.products > li > a {
    font-size: 16px; }
  body, html {
    position: fixed;
    top: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    overflow: hidden; }
  #exhaust-fans main {
    top: 0px; }
  header {
    height: 72px; }
    header .bar {
      height: 72px; }
      header .bar a {
        line-height: 72px; }
    header .wrapp {
      max-width: none !important; }
    header .logo {
      -webkit-transform: scale(0.652);
      -moz-transform: scale(0.652);
      -ms-transform: scale(0.652);
      -o-transform: scale(0.652);
      transform: scale(0.652); }
    header .t-h2 {
      display: none !important; }
  #exhaust-fans {
    overflow: hidden;
    background-color: #f1f1eb; }
    #exhaust-fans main {
      height: 100% !important;
      min-height: initial !important; }
    #exhaust-fans .bp1-visible {
      display: initial;
      visibility: inherit; }
    #exhaust-fans .bp1-hidden {
      display: none; }
    #exhaust-fans .g-button {
      font-size: 19px; }
      #exhaust-fans .g-button strong, #exhaust-fans .g-button .cp-label.v2 span, .cp-label.v2 #exhaust-fans .g-button span, #exhaust-fans .g-button #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav ul.tree #exhaust-fans .g-button ul[data-depth="1"] > li.has-children > a, #exhaust-fans .g-button header .back, #exhaust-fans header .g-button .back {
        display: inline-block;
        font-size: 14px;
        font-family: TVNordEF-Regular, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        -webkit-backface-visibility: hidden;
        /** prevent ios flickers **/
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s; }
    #exhaust-fans .scrollable {
      background-color: #eaeae3;
      position: absolute;
      left: 0;
      right: 0;
      top: 72px;
      bottom: 0;
      overflow-y: hidden;
      overflow-x: hidden;
      padding-top: 0; }
    #exhaust-fans .cp-line-white:before {
      left: -18px;
      top: 7px;
      bottom: 7px;
      width: 5px; }
    #exhaust-fans .starter {
      padding: 0 32px;
      display: block; }
      #exhaust-fans .starter section, #exhaust-fans .starter .inner {
        height: 100% !important; }
      #exhaust-fans .starter .inner {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        #exhaust-fans .starter .inner a {
          margin: auto 0 32px -18px; }
      #exhaust-fans .starter .t-h1 {
        margin-top: 40px;
        padding-right: 50px; }
      #exhaust-fans .starter .t-h2 {
        padding-right: 32px;
        font-family: TVNordEF-Regular, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        color: #2b2b2b;
        text-decoration: none; }
    #exhaust-fans section .t-h1 {
      font-size: 24px;
      line-height: 32px; }
    #exhaust-fans section > .left, #exhaust-fans section > .right {
      position: relative;
      width: 100%;
      left: 0; }
    #exhaust-fans section > .left {
      padding: 32px 16px 72px;
      height: 100%; }
      #exhaust-fans section > .left .centered {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: space-between;
        min-height: 100%;
        width: 100%; }
      #exhaust-fans section > .left .bottom {
        margin-top: auto;
        width: 100%; }
    #exhaust-fans section > .right {
      display: none;
      height: calc(50% - 55px); }
      #exhaust-fans section > .right .centered {
        width: 70%;
        padding-left: 24px;
        position: relative; }
        #exhaust-fans section > .right .centered input, #exhaust-fans section > .right .centered > div {
          display: inline-block;
          padding-top: 0; }
        #exhaust-fans section > .right .centered input {
          position: static;
          margin-left: 0;
          margin-top: 0;
          text-align: left;
          font-size: 50px;
          width: 95px;
          padding: 0; }
      #exhaust-fans section > .right .top {
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start; }
      #exhaust-fans section > .right .bottom {
        right: 0;
        left: 70%;
        top: 0;
        bottom: 0;
        width: auto; }
        #exhaust-fans section > .right .bottom strong, #exhaust-fans section > .right .bottom .cp-label.v2 span, .cp-label.v2 #exhaust-fans section > .right .bottom span, #exhaust-fans section > .right .bottom #menu-drawer nav ul.tree ul[data-depth="1"] > li.has-children > a, #menu-drawer nav ul.tree #exhaust-fans section > .right .bottom ul[data-depth="1"] > li.has-children > a, #exhaust-fans section > .right .bottom header .back, #exhaust-fans header section > .right .bottom .back {
          display: none; }
        #exhaust-fans section > .right .bottom a {
          position: absolute;
          top: 50%;
          margin-top: -28px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      #exhaust-fans section > .right svg {
        display: none; }
    #exhaust-fans .indicators {
      left: 0;
      bottom: 0px;
      height: 48px;
      width: 100%;
      background: #ffffff;
      position: absolute;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      padding: 0 64px; }
    #exhaust-fans .cursor {
      display: inline-block;
      width: 2px;
      height: 60px;
      background-color: #2b2b2b;
      opacity: 1;
      position: absolute;
      top: 10px;
      left: 22px; }
    #exhaust-fans .result-section > .left {
      height: 100%;
      z-index: 2;
      background-color: #ffe000;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      padding-top: 40px; }
      #exhaust-fans .result-section > .left .centered {
        height: 100% !important;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
      #exhaust-fans .result-section > .left .buttons {
        margin-top: auto;
        margin-bottom: 24px; }
        #exhaust-fans .result-section > .left .buttons a span {
          border-color: white; }
    #exhaust-fans .result-section > .right {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      #exhaust-fans .result-section > .right .top {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        padding-top: 40px; }
      #exhaust-fans .result-section > .right .centered {
        width: 100%; }
        #exhaust-fans .result-section > .right .centered .wrapp {
          width: 100%;
          height: 45vh; }
      #exhaust-fans .result-section > .right .block .savings {
        margin-top: 24px !important; }
      #exhaust-fans .result-section > .right .block .savings .price {
        font-size: 28px;
        line-height: 48px;
        color: #242424; }
        #exhaust-fans .result-section > .right .block .savings .price sup, #exhaust-fans .result-section > .right .block .savings .price:before {
          font-size: 18px; }
        #exhaust-fans .result-section > .right .block .savings .price sup {
          top: -0.4em; }
        #exhaust-fans .result-section > .right .block .savings .price:before {
          top: -2px;
          left: -11px; }
      #exhaust-fans .result-section > .right .bottom {
        display: block;
        top: auto;
        left: 0;
        right: auto;
        width: 100%;
        padding: 0 16px;
        position: relative; }
        #exhaust-fans .result-section > .right .bottom a {
          position: relative;
          display: inline-block; }
          #exhaust-fans .result-section > .right .bottom a:first-of-type {
            width: 212px;
            float: left;
            text-align: left; }
            #exhaust-fans .result-section > .right .bottom a:first-of-type > span {
              margin-right: 16px;
              -webkit-transform: rotate(-180deg);
              -moz-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
              -o-transform: rotate(-180deg);
              transform: rotate(-180deg); }
          #exhaust-fans .result-section > .right .bottom a:last-of-type {
            width: auto;
            float: right; }
    #exhaust-fans .result-section .view-savings-results {
      display: block; }
    #exhaust-fans .result-section .bp2-hidden {
      display: none; }
    #exhaust-fans .select-wrapper, #exhaust-fans form {
      max-width: 500px; }
    #exhaust-fans .cp-filter-list select {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10000;
      opacity: 0; }
  #exhaust-fans .exhaust-fans-pages .results-page {
    padding-top: 0px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    min-height: 0; }
    #exhaust-fans .exhaust-fans-pages .results-page > .left, #exhaust-fans .exhaust-fans-pages .results-page > .right {
      height: auto; }
    #exhaust-fans .exhaust-fans-pages .results-page > .left {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1;
      margin-top: 16px;
      padding: 16px !important; }
      #exhaust-fans .exhaust-fans-pages .results-page > .left .mounting-types {
        position: relative;
        display: block; }
        #exhaust-fans .exhaust-fans-pages .results-page > .left .mounting-types > * {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          opacity: 0;
          -webkit-backface-visibility: hidden;
          /** prevent ios flickers **/
          -webkit-transition-property: opacity;
          -moz-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.5s;
          -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -webkit-transition-timing-function: ease-out;
          -moz-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          transition-delay: 0s; }
          #exhaust-fans .exhaust-fans-pages .results-page > .left .mounting-types > *.active {
            position: relative;
            opacity: 1;
            -webkit-backface-visibility: hidden;
            /** prevent ios flickers **/
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            -webkit-transition-delay: 0.5s;
            -moz-transition-delay: 0.5s;
            transition-delay: 0.5s; }
      #exhaust-fans .exhaust-fans-pages .results-page > .left .text {
        margin: 0 -16px; }
      #exhaust-fans .exhaust-fans-pages .results-page > .left .buttons {
        margin-bottom: 80px; }
    #exhaust-fans .exhaust-fans-pages .results-page > .right {
      background: #DEDED6 !important;
      display: block;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 295px;
      -moz-flex: 0 0 295px;
      -ms-flex: 0 0 295px;
      flex: 0 0 295px;
      overflow: visible;
      padding: 16px !important;
      background: transparent !important; }
      #exhaust-fans .exhaust-fans-pages .results-page > .right .top {
        padding: 16px 0px; }
        #exhaust-fans .exhaust-fans-pages .results-page > .right .top > p {
          margin-bottom: -8px; }
      #exhaust-fans .exhaust-fans-pages .results-page > .right .full {
        background: transparent;
        display: block; }
    #exhaust-fans .exhaust-fans-pages .results-page .notification-bar {
      line-height: 1em;
      padding: 16px 16px;
      position: relative;
      margin-bottom: 16px; }
    #exhaust-fans .exhaust-fans-pages .results-page .notification-bar ~ * {
      padding-top: 0; }
    #exhaust-fans .exhaust-fans-pages .results-page .fixed-button {
      height: 48px;
      line-height: 48px;
      text-align: center;
      font-family: TVNordEF-Bold, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      background: #ffe000;
      width: 100%;
      position: fixed;
      bottom: 0px;
      z-index: 1000;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    #exhaust-fans .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery {
      position: relative;
      left: auto !important;
      right: auto !important;
      top: auto !important;
      bottom: auto !important;
      height: 245px !important;
      background: transparent;
      width: 245px !important;
      overflow: visible;
      margin-left: 0px; }
      #exhaust-fans .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery .item {
        width: 245px !important;
        height: 245px !important;
        border-right: 16px solid #f1f1eb; }
      #exhaust-fans .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery .cp-captions {
        display: none; }
      #exhaust-fans .exhaust-fans-pages .results-page .cp-swiper-gallery.gallery > a {
        display: none; } }

@media (max-width: 479px) {
  h2.list {
    width: 100%;
    padding-top: 86px; } }

@media only screen and (max-height: 568px) and (max-width: 320px) {
  /*body,html{
		position:static;
		height:auto;
		width:100%;
	}

	.scrollable{
		min-height: 528px;
	}*/
  header {
    position: relative; }
  #exhaust-fans .cp-label {
    display: none; }
  #exhaust-fans section > .left .t-h1 {
    margin-bottom: 32px; }
  #exhaust-fans section > .left .t-h1:last-child {
    margin-bottom: 0; } }

/*# sourceMappingURL=exhaust-fans.css.map */