*{margin:0;padding:0}body,html{overflow:auto;width:100%;min-height:100%;height:100% !important;overflow:hidden !important}body.verticalSliderBody{overflow:hidden}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
@keyframes slideRightOut {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-100%, 0);
    }
}

@keyframes slideRightIn {
    from {
        transform: translate(100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}

@keyframes slideLeftOut {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(100%, 0);
    }
}

@keyframes slideLeftIn {
    from {
        transform: translate(-100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}

@keyframes slideProductRightOut {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-100%, 0);
    }
}

@keyframes slideProductRightIn {
    from {
        transform: translate(100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}

@keyframes slideProductLeftOut {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(100%, 0);
    }
}

@keyframes slideProductLeftIn {
    from {
        transform: translate(-100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes finishfadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes finishFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* about gallery */

@keyframes agComeFromLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes agGoOutRight {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes agComeFromRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes agGoOutLeft {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes inNewsletterWrapper {
    from {
        background-color: rgba(255, 255, 255, 0);
    }
    to {
        background-color: rgba(255, 255, 255, 0.7);
    }
}

@keyframes outNewsletterWrapper {
    from {
        background-color: rgba(255, 255, 255, 0.7);
    }
    to {
        background-color: rgba(255, 255, 255, 0);
    }
}

@keyframes inNewsletter {
    from {
        transform: translateY(-200%);
    }
    to {
        transform: translateY(0%);
    }
}

@keyframes outNewsletter {
    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(200%);
    }
}@font-face {
    font-family: 'arial_rounded_mtregular';
    src: url('../fonts/arial_rounded_mt-webfont.eot');
    src: url('../fonts/arial_rounded_mt-webfont%EF%B9%96.eot#iefix') format('embedded-opentype'), url('../fonts/arial_rounded_mt-webfont.woff2') format('woff2'), url('../fonts/arial_rounded_mt-webfont.woff') format('woff'), url('../fonts/arial_rounded_mt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arial_rounded_mt_boldbold';
    src: url('../fonts/arial-rounded-mt-bold-596f9703cad53-webfont.eot');
    src: url('../fonts/arial-rounded-mt-bold-596f9703cad53-webfont%EF%B9%96.eot#iefix') format('embedded-opentype'), url('../fonts/arial-rounded-mt-bold-596f9703cad53-webfont.woff2') format('woff2'), url('../fonts/arial-rounded-mt-bold-596f9703cad53-webfont.woff') format('woff'), url('../fonts/arial-rounded-mt-bold-596f9703cad53-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'courier_newregular';
    src: url('../fonts/cn/cour-webfont.woff2') format('woff2'), url('../fonts/cn/cour-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont%EF%B9%96v=4.7.0.eot');
  src: url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont%EF%B9%96.eot#iefix&v=4.7.0') format('embedded-opentype'),
        url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff2') format('woff2'),
        url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff') format('woff'),
        url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont%EF%B9%96v=4.7.0.ttf') format('truetype'),
        url('../fonts/font-awesome-4.7.0/fonts/fontawesome-webfont%EF%B9%96v=4.7.0.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body,html{font-family:'arial_rounded_mtregular'}a{outline:none}.touchHidden{display:none !important}.submenuTouchHandler{display:none !important}.submenuTouchHandler.over{display:block !important}header{position:fixed;top:0;left:0;width:100%;height:100px;z-index:102}header h1{display:block;float:right;clear:none;font-size:75px;margin:0;padding:0;margin-right:60px;margin-top:25px;width:426px;height:115px;overflow:hidden;text-indent:-1000px;background-repeat:no-repeat;background-image:url(../images/wireworks_logo.png);position:relative}header h1 a{position:absolute;top:0;left:0;width:100%;height:100%}header ul.mainNavi{position:absolute;bottom:-1px;left:25px;list-style:none;font-size:22px;color:#909090;font-family:'arial_rounded_mtregular'}header ul.mainNavi li{display:inline-block;position:relative;top:2px}header ul.mainNavi li a{color:#909090;text-decoration:none;display:inline-block;margin:0 8px;padding-bottom:12px;text-transform:lowercase}header ul.mainNavi li a.active{font-family:'arial_rounded_mt_boldbold';color:#f78f1e}header ul.mainNavi li a:hover{color:#f78f1e}header ul.mainNavi li a.selected{color:#f78f1e}header ul.mainNavi li.divider:after{content:" | "}header ul.mainNavi li.text{margin-left:8px}header ul.mainNavi2{position:absolute;bottom:-1px;left:25px;list-style:none;font-size:0;color:#909090;font-family:'arial_rounded_mtregular';height:50px}header ul.mainNavi2>li{display:block;float:left;clear:none;position:relative;top:0;z-index:5;margin:0;padding:0;font-size:22px}header ul.mainNavi2>li>a{color:#909090;text-decoration:none;margin:0;text-transform:lowercase;display:inline-block;height:50px;line-height:50px}header ul.mainNavi2>li>a.active{font-family:'arial_rounded_mtregular';font-weight:bold;color:#f78f1e;position:relative}header ul.mainNavi2>li>a:hover{color:#f78f1e}header ul.mainNavi2>li>a.selected{color:#f78f1e}header ul.mainNavi2>li:after{content:"|";display:inline-block;text-align:center;width:20px;margin-right:5px}header ul.mainNavi2>li:last-child:after{content:""}header ul.mainNavi2 ul{z-index:2;display:block;visibility:hidden;position:absolute;top:50px;left:-19px;list-style:none;background-color:#fff;margin:0;padding:0;padding-top:10px;padding-bottom:10px;opacity:0;transform:translateY(-20px);transition:all 300ms;font-size:0}header ul.mainNavi2 ul li{margin:0;padding:0}header ul.mainNavi2 ul li a{font-size:22px;text-decoration:none;color:#909090;height:30px;line-height:30px;padding:0 20px;white-space:nowrap;text-transform:lowercase}header ul.mainNavi2 ul li a:hover{color:#f78f1e}header ul.mainNavi2 ul li.line{height:2px;padding-top:6px;padding-bottom:6px;display:block}header ul.mainNavi2 ul li.line b{height:2px;margin:0 15px;background-color:#e0e0e0;display:block}header ul.mainNavi2>li:hover>a{color:#f78f1e}header ul.mainNavi2>li:hover ul{display:block;visibility:visible;opacity:1;transform:translateY(0)}header section{position:absolute;top:50px;left:70px;font-family:'courier_newregular';font-size:18px;color:#909090}header section a{text-decoration:none;color:inherit}header section a:hover{color:#f78f1e}header form{display:block;position:absolute;top:70px;left:50%}header form input{font-size:21px;color:#909090;padding:3px 10px;width:140px;border:1px solid transparent;background-color:transparent;display:inline-block;position:relative;top:-10px}header form input::-webkit-input-placeholder{color:#c6c6c6}header form input::-webkit-input-placeholder{color:#c6c6c6}header form input::-moz-placeholder{color:#c6c6c6;opacity:1}header form input:focus{border:1px solid #cacaca}header form a{display:inline-block;width:34px;height:34px;background-image:url(../images/magnifyer-34.png);background-position:center;margin:0;padding:0;text-decoration:none;outline:none}header a.mobileSearch{display:none}header{height:100px}header ul.mainNavi{font-size:13px}header ul.mainNavi li a{margin:0 5px}header ul.mainNavi2{height:42px}header ul.mainNavi2>li{font-size:13px}header ul.mainNavi2>li>a{height:42px;line-height:42px}header ul.mainNavi2>li ul{top:42px;left:-15px;padding-top:5px;padding-bottom:5px}header ul.mainNavi2>li ul li a{font-size:13px;padding:0 15px;height:22px;line-height:22px}header ul.mainNavi2>li:after{width:15px;margin-right:5px}header section{left:80px;font-size:23px;top:35px}header h1{width:300px;height:86px;background-size:100%;margin-right:45px;margin-top:20px}header form{top:52px;left:52%}header form input{font-size:18px;width:120px;top:-7px}header form a{width:25px;height:25px;background-size:100%;transform:scale(.8)}header{height:100px}header ul.mainNavi{font-size:13px}header ul.mainNavi li a{margin:0 5px}header ul.mainNavi2{height:30px}header ul.mainNavi2>li{font-size:13px}header ul.mainNavi2>li>a{height:30px;line-height:30px}header ul.mainNavi2>li ul{top:30px;left:-15px}header ul.mainNavi2>li ul li a{font-size:13px;padding:0 15px;height:18px;line-height:18px}header section{left:50px;font-size:23px;top:30px}header h1{width:250px;height:86px;background-size:100%;margin-right:35px;margin-top:15px}header form{top:45px;left:52%}header form input{font-size:15px;width:100px;padding:3px 5px;top:-7px}header form a{width:25px;height:25px;background-size:100%}header:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:-5;opacity:1;border-bottom:1px solid #c1c1c1}form#searchForm{display:none}form#searchForm.show{display:none}a.backLink{position:fixed;display:block;right:48px;right:35px;top:130px;z-index:99;text-decoration:none;background-size:80%;background-repeat:no-repeat;width:50px;height:50px;opacity:.5;background-image:url(../images/back-arrow.png)}a.backLink:hover{color:#f78f1e;background-image:url(../images/back-arrow-orange2.png);opacity:1}body.headerTransparent header:before{opacity:.9}nav.submenu{visibility:hidden;display:block;width:100%;height:42px;position:fixed;overflow:visible;top:122px;z-index:99;opacity:0;transition:opacity 500ms;transition:top 500ms}nav.submenu>ul{list-style:none;display:inline-block;font-size:0;padding-left:35px;height:42px;overflow:visible}nav.submenu>ul>li{display:block;float:left;clear:none;color:#909090;font-size:22px;margin-left:0;margin-right:0;line-height:42px}nav.submenu>ul>li>a{color:inherit;text-decoration:none;line-height:42px;margin-left:15px;margin-right:15px;text-transform:lowercase}nav.submenu>ul>li>a:hover{color:#f78f1e}nav.submenu>ul>li.divider:after{content:"|"}nav.submenu>ul>li.chooseby{min-height:1px;position:relative;padding-left:0;padding-right:0}nav.submenu>ul>li.text{padding-right:8px}nav.submenu>ul>li[data-type="finish"]{display:none}nav.submenu>ul ul{list-style:none;display:inline-block;top:0;left:0;margin:0;padding:0;background-image:url(../images/icon-arrow-down.png);background-repeat:no-repeat;background-position:0 10px;height:80px}nav.submenu>ul ul li{margin:0;padding:0;display:inline-block}nav.submenu>ul ul li a{display:inline-block;color:inherit;text-decoration:none;line-height:42px;padding-left:30px;padding-right:15px}nav.submenu>ul ul li a:hover{color:#f78f1e}nav.submenu>ul ul li:nth-of-type(1) a{padding-right:0}nav.submenu>ul ul li:nth-of-type(2){display:none}nav.submenu>ul ul.show li:nth-of-type(2){display:block;line-height:30px}nav.submenu>ul ul.show li:nth-of-type(2) a{line-height:30px;background-color:#fff}nav.submenu>ul ul.show li:nth-of-type(2)[data-show="product"]{margin-right:-3px;width:60px;overflow:visible}nav.submenu>ul ul.show li:nth-of-type(2)[data-show="product"] a{background-color:#fff}nav.submenu.show{opacity:1;top:164px;visibility:visible}nav.submenu:before{content:" ";display:block;width:100%;height:42px;position:absolute;top:0;left:0;z-index:-1;background-color:#fff;opacity:.9}footer{display:block;width:100%;overflow:auto;z-index:90;border-top:1px solid #c1c1c1}footer ul.links{display:inline-block;list-style:none;padding-left:30px;padding-top:25px;padding-bottom:25px;font-size:0}footer ul.links li{color:#909090;display:inline-block;font-size:17px}footer ul.links li a{color:inherit;font-size:inherit;text-decoration:none;display:inline-block;margin-left:15px;margin-right:15px}footer ul.links li a.selected{font-family:'arial_rounded_mt_boldbold'}footer ul.links li a:hover{color:#f78f1e}footer ul.links li.text{margin-left:15px}footer ul.links li.divider:after{content:"|";display:inline-block}footer ul.social{display:inline-block;float:right;list-style:none;font-size:0;margin-right:25px;padding-top:15px}footer ul.social li{display:inline-block;padding-left:20px}footer ul.social li a{font-size:48px;text-decoration:none;color:#b2b2b2;display:inline-block;text-align:center;transition:all 300ms}footer ul.social li a:hover{color:#f78f1e}footer p{display:none}.footerArticle{padding:75px;padding-top:50px;box-sizing:border-box;float:left;clear:both;width:100%}.footerArticle h3{color:#909090;font-size:25px;border-bottom:1px solid #909090}.footerArticle h4{color:#909090;font-size:17px;margin:0;padding:0;padding-top:20px;font-weight:normal}.footerArticle p{color:#909090;margin-top:25px;font-size:15px;line-height:140%}.footerArticle p b,.footerArticle p strong{color:#aaa;font-size:inherit}.footerArticle p a{color:inherit}.footerArticle p.first{margin-top:10px}.footerArticle h3.news{border-bottom:none}.footerArticle div.newsBlock{overflow:auto;width:100%;margin:0;padding:0;box-sizing:border-box;border-top:1px solid #c1c1c1}.footerArticle div.newsBlock img{display:block;float:right;clear:none;padding:0;margin:0}.footerArticle div.newsBlock section{float:left;clear:none;width:calc(99% - 270px)}.footerArticle div.newsBlock section h4{margin:0;padding:0;padding-top:10px;padding-bottom:10px;color:#909090;font-weight:normal;font-size:22px}.footerArticle div.newsBlock section p{margin:0;padding:0;line-height:140%;color:#909090}.footerArticle div.newsBlock section p a{text-decoration:none;color:inherit}.footerArticle div.newsBlock section p a:hover{color:#f78f1e}.footerArticle.contact{overflow:auto;box-sizing:border-box}.footerArticle.contact h3{margin-bottom:20px;width:100%;clear:both;float:left;display:inline-block}.footerArticle.contact .contactWrapper{display:flex;clear:both}.footerArticle.contact section{width:47.5%;margin-right:5%;box-sizing:border-box}.footerArticle.contact section p:first-child{margin-bottom:15px}.footerArticle.contact section p{margin:0;padding:0}.footerArticle.contact section p a{color:#909090;text-decoration:none}.footerArticle.contact section p a:hover{color:#f78f1e}.footerArticle.contact section form input[type="text"],.footerArticle.contact section form textarea{width:100%;display:block;border:none;margin-bottom:10px;color:#909090;background-color:#f8f8f8;padding:5px;font-size:15px;clear:both}.footerArticle.contact section form input:nth-of-type(1){margin-top:20px}.footerArticle.contact section form input::-webkit-input-placeholder{color:#bfbfbf}.footerArticle.contact section form input::-moz-placeholder{color:#bfbfbf;opacity:1}.footerArticle.contact section form input:-ms-input-placeholder{color:#bfbfbf}.footerArticle.contact section form textarea::-webkit-input-placeholder{color:#bfbfbf}.footerArticle.contact section form textarea::-moz-placeholder{color:#bfbfbf;opacity:1}.footerArticle.contact section form textarea:-ms-input-placeholder{color:#bfbfbf}.footerArticle.contact section form textarea{height:190px}.footerArticle.contact section form input[type="text"]::-webkit-input-placeholder,.footerArticle.contact section form textarea::-webkit-input-placeholder{color:#b8b8b8}.footerArticle.contact section form input[type="checkbox"]{display:none}.footerArticle.contact section form input.error,.footerArticle.contact section form textarea.error{background-color:#fcc}.footerArticle.contact section form label.prettyCheckbox{display:inline-block;font-size:25px;color:#f78f1e}.footerArticle.contact section form label.prettyCheckbox span:nth-of-type(1){display:inline-block}.footerArticle.contact section form label.prettyCheckbox span:nth-of-type(2){display:none}.footerArticle.contact section form input[type="checkbox"]:checked+label span:nth-of-type(1){display:none}.footerArticle.contact section form input[type="checkbox"]:checked+label span:nth-of-type(2){display:inline-block}.footerArticle.contact section form label.thick{color:#909090;font-size:22px;display:inline-block;margin-left:15px;position:relative}.footerArticle.contact section .contactButtonContainer{width:100%}.footerArticle.contact section .contactButtonContainer a{display:block;float:right;clear:none;text-decoration:none;color:#909090;font-size:15px}.footerArticle.contact section .contactButtonContainer a span{font-size:.8em}.footerArticle.contact section .contactButtonContainer a:hover{color:#f78f1e}.footerArticle.contact section.right{margin-right:0}.footerArticle.contact section.right p{background-color:#f8f8f8;padding:30px}.footerArticle.contact section.right p.info{box-sizing:border-box}.footerArticle.contact section.right p.info a.newsletterLink{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;background-color:#f78f1e;border-radius:100%;text-align:center;width:113px;height:113px;font-size:24px;padding-top:3px;box-sizing:border-box;font-family:'arial_rounded_mt_boldbold'}.footerArticle.contact section.right p.info a.newsletterLink em{display:block;clear:both;font-style:normal}.footerArticle.contact section.right p.info a.newsletterLink em:nth-of-type(1){font-size:17px;margin-bottom:5px;margin-top:5px}.footerArticle.contact section.right p.info a.newsletterLink em:nth-of-type(3){margin-top:15px;font-size:13px}.footerArticle.contact section.right p.title{background-color:transparent;padding:0;position:relative}.footerArticle.contact section.right p.title span{position:absolute;bottom:0;left:0}.pageWrapper{position:fixed;width:100%;height:calc(100% - 100px);overflow:auto;top:100px;left:0;padding:0 !important}.pageWrapper.product{margin:0 !important}.fullpage{overflow:auto;z-index:80;position:fixed;width:100%;height:calc(100% - 100px);top:100px}.fullpage .verticalSection{width:100%;height:100%;display:block}.fullpage .verticalSection.last{height:calc(100% - 70px)}.fullpage .footerContainer{height:70px;width:100%}@keyframes footerSlideIn{from{transform:translateY(100%) translateY(-70px)}to{top:0}}@keyframes footerSlideOut{from{top:0}to{transform:translateY(100%) translateY(-70px)}}.footerArticlesContainer{position:fixed;top:100%;left:0;width:100%;height:100%;z-index:999;background-color:#fff;overflow:auto}.footerArticlesContainer footer ul.social{margin-right:74px}.footerArticlesContainer.show{top:0}.footerArticlesContainer a.close{position:absolute;top:27px;right:32px;width:26px;height:27px;z-index:1000;background-image:url(../images/icon-close-orange.png)}.footerArticlesContainer .inner{z-index:5;overflow:auto;width:100%;height:100%}.footerAnimationIn{animation:footerSlideIn 700ms}.footerAnimationOut{animation:footerSlideOut 700ms}.thumbs{font-size:0}.thumbs li{display:inline-block;width:100px;height:100px}.thumbs li a{display:block;width:100%}.thumbs li a img{display:block;width:100%}.container{width:100%;height:100%;overflow:hidden;position:relative}.container .sliderWrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.container .sliderWrapper .text{position:absolute;top:200px;right:10%;width:100px;min-height:50px;padding:15px;height:auto;background-color:rgba(239,222,222,0.5)}.container .sliderWrapper ul.ulWrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;list-style:none}.container .sliderWrapper ul.ulWrapper li img{width:100%;height:100%;object-fit:cover}.container .sliderWrapper ul.ulWrapper li{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.container .sliderWrapper ul.ulWrapper li.hidden{visibility:hidden}.container .sliderWrapper ul.ulWrapper li.animateRightIn{animation:slideRightIn}.container .sliderWrapper ul.ulWrapper li.animateRightOut{animation:slideRightOut}.container .sliderWrapper ul.ulWrapper li.animateLeftIn{animation:slideLeftIn}.container .sliderWrapper ul.ulWrapper li.animateLeftOut{animation:slideLeftOut}.container .sliderWrapper ul.ulWrapper img{overflow:hidden;position:absolute;transition:all 1000ms;top:50%;left:50%;transform:translate(-50%, -50%)}.container .sliderWrapper a.horizontalArrow{position:absolute;left:50px;top:50%;display:block;width:103px;height:159px;transform:translateY(-50%);background-repeat:no-repeat;background-position:center;background-size:70%;background-image:url(../images/arrow-product-left-orange.png)}.container .sliderWrapper a.horizontalArrow.right{left:initial;right:50px;background-image:url(../images/arrow-product-right-orange.png)}.container .sliderWrapper ul.points{position:absolute;bottom:8%;left:50%;transform:translate(-50%, 0);font-size:0}.container .sliderWrapper ul.points li{display:inline-block}.container .sliderWrapper ul.points li a{display:inline-block;width:13px;height:13px;margin:0 7px;border-radius:20px;border:2px solid #f78f1e;transition:all 700ms}.container .sliderWrapper ul.points li a.current{background-color:#f78f1e}.container .sliderWrapper ul.points li a:hover{background-color:#f78f1e;border-color:#f78f1e}.container .sliderWrapper a.mainLink{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.container a.slideSlider{position:absolute;left:0;bottom:0;width:100px;height:100px;background-color:#202ecf}.container a.fullPageLink{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.container section{position:absolute;top:0;left:0}.container section h2{text-transform:lowercase;font-family:'arial_rounded_mtregular';color:#646464;font-size:100px}.container section h2 a{text-decoration:none;color:inherit;transition:all 100ms}.container section h2 a:hover{color:#f78f1e}.container section ul{display:block;list-style:none;text-transform:lowercase;font-family:'arial_rounded_mtregular';font-size:0}.container section ul li{font-size:24px;color:#646464;display:inline-block}.container section ul li a{color:inherit;text-decoration:none;display:inline-block;margin:0;transition:all 100ms}.container section ul li a:hover{color:#f78f1e}.container section ul li:after{display:inline-block;content:"|";text-align:center;width:20px;margin-right:3px}.container section ul li:last-child::after{content:"";display:none}.container section.subcat h2{font-size:72px;padding-bottom:10px}.container section.subcat h2 span{font-family:'arial_rounded_mt_boldbold'}.container section.subcat h2 b{font-weight:normal}.container section.subcat h2 br{display:none}.container section.subcat ul{padding-bottom:20px}.container section.subcat a{text-decoration:none}.container section.subcat a p{max-width:600px;font-family:'arial_rounded_mtregular';font-size:24px;color:#646464;text-align:justify}.container section.left-top{top:10%;left:60px}.container section.left-center{top:50%;left:60px;transform:translateY(-50%)}.container section.left-bottom{bottom:15%;top:auto;left:60px}.container section.right-top{top:10%;right:60px;left:auto}.container section.right-center{top:50%;right:60px;left:auto;transform:translateY(-50%)}.container section.right-bottom{bottom:15%;left:auto;top:auto;right:60px}.container section.right-top,.container section.right-center,.container section.right-bottom{text-align:right}.container a.arrow{width:159px;height:100px;background-image:url(../images/slider_arrow_down_orange.png);background-size:70%;background-position:center;background-repeat:no-repeat;position:absolute;bottom:10%}.container a.arrow.last{background-image:url(../images/slider_arrow_up_orange.png)}.container a.arrow.left{left:40px}.container a.arrow.right{right:40px}.productSlider{position:relative;width:100%;overflow:hidden;box-sizing:border-box}.productSlider>div.images{overflow:hidden;box-sizing:border-box;position:relative;width:100%}.productSlider>div.images div.slide{position:absolute;top:0;left:0;width:100%;height:100%;list-style:none;display:none;cursor:zoom-out}.productSlider>div.images div.slide:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f0f0f0;z-index:1}.productSlider>div.images div.slide img{position:absolute;display:block;width:100%;top:0;left:0;z-index:-1}.productSlider>div.images div.slide.current{display:block}.productSlider>div.images div.slide.current img{z-index:2}.productSlider>div.images div.slide.prev{display:block}.productSlider>div.images div.slide.prev img{z-index:2}.productSlider>div.images div.slide.slideOutToRight{animation:slideProductLeftOut;animation-duration:500ms}.productSlider>div.images div.slide.slideInFromLeft{animation:slideProductLeftIn;animation-duration:500ms}.productSlider>div.images div.slide.slideOutToLeft{animation:slideProductRightOut;animation-duration:500ms}.productSlider>div.images div.slide.slideInFromRight{animation:slideProductRightIn;animation-duration:500ms}.productSlider>div.images div.slide.current.video{display:block}.productSlider>div.images div.slide.current.video img{z-index:2;object-fit:cover}.productSlider>div.images div.video{cursor:pointer}.productSlider #videoIframeProduct{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.productSlider #videoIframeProduct.slideOutToRight{animation:slideProductLeftOut;animation-duration:500ms}.productSlider #videoIframeProduct.slideInFromLeft{animation:slideProductLeftIn;animation-duration:500ms}.productSlider #videoIframeProduct.slideOutToLeft{animation:slideProductRightOut;animation-duration:500ms}.productSlider #videoIframeProduct.slideInFromRight{animation:slideProductRightIn;animation-duration:500ms}.productSlider div.productSliderInner{position:relative}.productSlider div.productSliderInner.video div.overlay::after{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;background-image:url(../images/play-button.png);background-repeat:no-repeat;background-position:center 50%;opacity:.5;background-size:200px;box-sizing:border-box}.productSlider div.productSliderInner.video.transparent div.overlay{display:none}.productSlider div.productSliderInner.video.transparent{pointer-events:none}.productSlider div.productSliderInner.video.transparent *{pointer-events:auto}.productSlider div.inner{width:95%;height:calc(100% - 100px);margin-top:100px;margin-right:20px;z-index:20;position:fixed;top:0;left:0}.productSlider div.inner a.lightbox{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;cursor:zoom-out}.productSlider div.inner>a.side{position:absolute;top:50%;display:block;z-index:10;font-size:20px;text-decoration:none;color:#fff;transform:translateY(-50%);width:103px;height:159px;background-repeat:no-repeat;background-position:center;background-size:70%}.productSlider div.inner>a.left{left:50px;background-image:url(../images/arrow-product-left-orange.png)}.productSlider div.inner>a.right{right:50px;background-image:url(../images/arrow-product-right-orange.png)}.productSlider div.inner div.title{position:absolute;top:0;left:0;width:100%;font-size:20px;color:#646464;z-index:10;text-align:center;padding-top:25px;text-transform:lowercase}.productSlider div.inner div.title span{font-size:25px}.productSlider div.inner div.title b{font-size:18px;display:block;clear:both;color:#bbb;font-weight:normal}.productSlider div.inner div.title a{text-decoration:none;color:inherit}.productSlider div.inner div.title a:hover{color:#f78f1e}.productSlider div.inner .circles{z-index:10;display:inline-block;position:absolute;bottom:-10px;left:50%;height:20px;font-size:0;transform:translate(-50%, -50px)}.productSlider div.inner .circles a{display:inline-block;width:13px;height:13px;border:2px solid #f78f1e;border-radius:100%;margin:0 7px;transition:all 500ms}.productSlider div.inner .circles a.current{background-color:#f78f1e}.productSlider div.inner .circles a:hover{background-color:#f78f1e;border-color:#f78f1e}.productSlider div.inner .social{z-index:10;display:inline-block;position:absolute;bottom:-60px;right:50px;font-size:60px;transform:translateY(-85px)}.productSlider div.inner .social a{color:#646464;text-decoration:none;opacity:.7;transition:all 300ms}.productSlider div.inner .social a:hover{color:#f78f1e}.productSlider div.productSliderInner{width:100%;height:100%;display:block;position:absolute;opacity:1;z-index:100;cursor:zoom-out}.productSlider div.productSliderInner .title{position:absolute;top:0;left:0;width:100%;font-size:20px;color:#646464;z-index:10;text-align:center;padding-top:25px;text-transform:lowercase;transition:all 500ms}.productSlider div.productSliderInner .title span{font-size:25px}.productSlider div.productSliderInner .title b{font-size:18px;display:block;clear:both;color:#bbb;font-weight:normal}.productSlider div.productSliderInner .title a{text-decoration:none;color:inherit}.productSlider div.productSliderInner .title a:hover{color:#f78f1e}.productSlider div.productSliderInner .circles{z-index:10;display:inline-block;position:absolute;bottom:-10px;left:50%;height:20px;font-size:0;transform:translate(-50%, -50px);transition:all 500ms}.productSlider div.productSliderInner .circles a{display:inline-block;width:13px;height:13px;border:2px solid #f78f1e;border-radius:100%;margin:0 7px;transition:all 500ms}.productSlider div.productSliderInner .circles a.current{background-color:#f78f1e}.productSlider div.productSliderInner .circles a:hover{background-color:#f78f1e;border-color:#f78f1e}.productSlider div.productSliderInner a.side{position:absolute;top:50%;z-index:10;font-size:20px;text-decoration:none;color:#fff;transform:translateY(-50%);width:103px;height:159px;background-repeat:no-repeat;background-position:center;background-size:70%;transition:all 500ms}.productSlider div.productSliderInner a.left{left:50px;background-image:url(../images/arrow-product-left-orange.png)}.productSlider div.productSliderInner a.right{right:50px;background-image:url(../images/arrow-product-right-orange.png)}.productSlider div.productSliderInner .social{z-index:10;display:inline-block;position:absolute;bottom:-60px;right:50px;font-size:60px;transform:translateY(-85px)}.productSlider div.productSliderInner .social a{color:#646464;text-decoration:none;opacity:.7;transition:all 300ms}.productSlider div.productSliderInner .social a:hover{color:#f78f1e}@keyframes psanimatedout{from{opacity:1}to{opacity:0}}@keyframes psanimatedin{from{opacity:0}to{opacity:1}}.productSlider .animatedOut{animation:psanimatedout 800ms forwards}.productSlider .animatedIn{animation:psanimatedin 800ms forwards}main.pdfCatalog2{min-height:calc(100% - 100px)}main.pdfCatalog2 .left{float:left;clear:none;width:400px;background-color:#f78f1e;display:block;position:relative;overflow:hidden}main.pdfCatalog2 .left img.decoration{display:block;width:100%;position:absolute;top:0;left:0}main.pdfCatalog2 .right{float:left;clear:none;display:block;padding-bottom:50px}main.pdfCatalog2 .right a.button{margin-top:50px;margin-left:50px;display:block;width:250px;background-color:#f78f1e;font-family:'arial_rounded_mt_boldbold';font-size:30px;text-decoration:none;color:#fff;padding:20px;border-radius:100px;transition:all 500ms}main.pdfCatalog2 .right a.button span{display:block;width:100%;text-align:center}main.pdfCatalog2 .right a.button span.title{font-size:40px;text-transform:lowercase}main.pdfCatalog2 .right a.button span.click{font-family:'arial_rounded_mtregular';font-size:18px;margin-top:10px}main.pdfCatalog2 .right a.button:hover{transform:scale(1.2, 1.2)}main.pdfCatalog3{background-position:center;background-size:cover;box-sizing:border-box}main.pdfCatalog3 section.catalogues{margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}main.pdfCatalog3 section.catalogues a{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:200px;height:200px;margin:20px;background-color:#f78f1e;color:#fff;font-family:'arial_rounded_mt_boldbold';text-decoration:none;border-radius:100%;font-size:32px;text-transform:lowercase;transition:all 800ms}main.pdfCatalog3 section.catalogues a span{display:block;width:100%;text-align:center}main.pdfCatalog3 section.catalogues a span.title{padding-top:10px}main.pdfCatalog3 section.catalogues a span.click{font-size:20px;padding-top:20px}main.pdfCatalog3 section.catalogues a.other{opacity:.5}body.submitPrivacyBody .backLink{display:none}main.submitPrivacy{position:fixed;top:100px;left:0;overflow:auto;width:100%;height:calc(100% - 100px)}main.submitPrivacy .pageWrapper{width:100%;height:100%}main.submitPrivacy .pageWrapper .inner{margin-left:50%;transform:translateX(-50%);width:100%;max-width:800px;float:none;float:left;margin-bottom:40px}main.submitPrivacy .pageWrapper .inner p{margin-top:25px;color:#909090;font-size:15px;line-height:140%}main.submitPrivacy .pageWrapper .inner p a{color:#f78f1e}main.submitPrivacy .pageWrapper .inner p b,main.submitPrivacy .pageWrapper .inner p strong{color:#aaa}main.submitPrivacy .pageWrapper .inner h3{margin-top:25px;color:#909090;font-size:25px;font-weight:normal}main.submitPrivacy .pageWrapper .inner h4{margin-top:25px;color:#909090;font-size:17px;font-weight:normal}main.submitPrivacy .pageWrapper .inner form{text-align:center;display:flex;justify-content:center;margin-top:25px}main.submitPrivacy .pageWrapper .inner form div{border:none;display:block;text-align:center}main.submitPrivacy .pageWrapper .inner form div input,main.submitPrivacy .pageWrapper .inner form div label,main.submitPrivacy .pageWrapper .inner form div a{display:inline-block;margin-bottom:10px}main.submitPrivacy .pageWrapper .inner form div input{width:250px;border:1px solid #f78f1e;border-radius:100px;height:30px;line-height:30px;padding-left:15px;padding-right:15px;color:#909090}main.submitPrivacy .pageWrapper .inner form div label{margin-bottom:1px;color:#909090;box-sizing:border-box;padding-left:10px;width:100%;text-align:left}main.submitPrivacy .pageWrapper .inner form div a{margin-top:10px;border:none;background-color:#f78f1e;color:#fff;padding:0 35px;line-height:32px;height:30px;text-transform:uppercase;text-decoration:none;border-radius:100px;font-size:15px}#linearSlider{height:400px;width:100%;overflow:hidden;position:relative}#linearSlider div.block{display:none;height:200px}#linearSlider div.block img{display:block;float:left;clear:none;height:inherit}#linearSlider div.sliderLine{height:inherit;width:50000px;overflow:hidden;position:absolute;top:0;left:0}#linearSlider div.sliderLine a{display:block;float:left;clear:none;height:inherit;position:absolute;top:0;left:0;object-fit:cover;cursor:zoom-in}#linearSlider div.sliderLine a img{display:block;float:left;clear:both;height:inherit;position:relative;box-sizing:border-box}#linearSlider div.sliderLine a .videoIframeLinear,#linearSlider div.sliderLine a #videoIframeLinear{display:none;height:inherit;position:relative;box-sizing:border-box}#linearSlider div.sliderLine a div.overlay{display:none}#linearSlider div.sliderLine a.videoLink.visible.pause div.overlay{display:block;box-sizing:border-box;position:absolute;background-size:contain;background-position:center;background-repeat:no-repeat;opacity:1;top:30px;left:0;width:100%;height:calc(100% - 80px);padding:inherit;cursor:pointer}#linearSlider div.sliderLine a.videoLink.visible.pause div.overlay::after{content:"";display:block;box-sizing:border-box;position:absolute;background-image:url(../images/play-button.png);background-repeat:no-repeat;background-position:center;background-size:200px;opacity:.5;top:30px;left:0;width:100%;height:100%;z-index:10}#linearSlider div.sliderLine a.videoLink.visible.pause .videoIframeLinear,#linearSlider div.sliderLine a.videoLink.visible.pause #videoIframeLinear{display:none}#linearSlider div.sliderLine a.videoLink:not(.visible):after{content:"";background-image:url(../images/play-button.png);background-repeat:no-repeat;background-position:center;background-size:200px;opacity:.5;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}#linearSlider div.sliderLine a.videoLink.visible.pause iframe{visibility:hidden !important}#linearSlider div.firstLine{display:none}#linearSlider div.secondLine{display:none}#linearSlider div.animate.secondLine{opacity:1;animation:fadein .8s}#linearSlider a.arrowLeft,#linearSlider a.arrowRight{position:absolute;top:50%;display:block;z-index:40;font-size:20px;text-decoration:none;color:#fff;transform:translateY(-50%);width:103px;height:159px;background-repeat:no-repeat;background-position:center;background-size:65%}#linearSlider a.arrowLeft{left:50px;background-image:url(../images/arrow-product-left-orange.png)}#linearSlider a.arrowRight{right:50px;background-image:url(../images/arrow-product-right-orange.png)}#linearSlider div.title{position:absolute;top:0;left:0;width:100%;font-size:20px;color:#646464;z-index:10;text-align:center;padding-top:25px;text-transform:lowercase;z-index:30}#linearSlider div.title span{font-size:25px}#linearSlider div.title b{font-size:18px;display:block;clear:both;color:#bbb;font-weight:normal}#linearSlider div.title a{text-decoration:none;color:inherit}#linearSlider div.title a:hover{color:#f78f1e}#linearSlider .circles{z-index:30;display:inline-block;position:absolute;bottom:-40px;left:50%;height:20px;font-size:0;transform:translate(-50%, -50px)}#linearSlider .circles a{display:inline-block;width:13px;height:13px;border:2px solid #f78f1e;border-radius:100%;margin:0 7px;transition:all 500ms}#linearSlider .circles a.current{background-color:#f78f1e}#linearSlider .circles a:hover{background-color:#f78f1e;border-color:#f78f1e}.productFinishSlider{width:50%;height:0;padding-bottom:32%;overflow:hidden;position:relative;margin-left:20px;margin-top:5px}.productFinishSlider .circles{margin-top:10px;clear:both;float:left;width:100%}.productFinishSlider .circles p{text-align:center}.productFinishSlider .circles nav{z-index:10;display:inline-block;font-size:0;width:100%;text-align:center}.productFinishSlider .circles nav a{display:inline-block;width:13px;height:13px;border:2px solid #f78f1e;border-radius:100%;margin:0 7px;transition:all 500ms}.productFinishSlider .circles nav a.current{background-color:#f78f1e}.productFinishSlider .circles nav a:hover{background-color:#f78f1e;border-color:#f78f1e}.productFinishSlider a.arrowLeft,.productFinishSlider a.arrowRight{position:absolute;top:35%;width:60px;height:60px;background-size:70%;background-repeat:no-repeat;background-position:center}.productFinishSlider a.arrowLeft{left:10px;background-image:url(../images/arrow-product-left-dark.png)}.productFinishSlider a.arrowRight{right:10px;background-image:url(../images/arrow-product-right-dark.png)}#finishSlider{width:100%;height:0;padding-bottom:50%;overflow:hidden;float:left;clear:both;position:relative}#finishSlider .firstLine,#finishSlider .secondLine{width:1000%;padding-bottom:1%;position:absolute;top:0;left:0}#finishSlider .firstLine a,#finishSlider .secondLine a{display:block;height:100%;float:left;clear:none;width:5%}#finishSlider .firstLine a img,#finishSlider .secondLine a img{display:block;height:100%;float:left;clear:both}#finishSlider .secondLine{display:none}#finishSlider .secondLine.fadeinanimation{animation:finishfadein 1s}#finishSlider .block{display:none}main.product{overflow:auto;z-index:5;position:fixed;width:100%;top:100px;height:calc(100% - 100px)}main.product section.text{color:#909090;width:auto;max-width:800px;margin:0 auto}main.product section.text article{clear:both}main.product section.text article h2{font-weight:normal;font-size:24px;margin-bottom:40px;text-transform:lowercase;color:#909090}main.product section.text article h2.productTitle{display:inline-block;font-size:15px;margin:15px 0 0 0;font-family:'arial_rounded_mt_boldbold'}main.product section.text article h2.productTitle span{font-family:'arial_rounded_mtregular'}main.product section.text article h3{margin-top:20px}main.product section.text article p{font-size:15px;margin-top:15px;line-height:140%}main.product section.text article p a.link{display:inline-block;clear:both;text-decoration:none;color:inherit;padding-top:0;background-repeat:no-repeat;background-position:left 0;padding-left:0;line-height:140%;height:120px;min-width:200px}main.product section.text article p a.link.pdf{padding-top:0;background-image:url(../images/icon-pdf.png);background-size:100px 120px;position:relative}main.product section.text article p a.link.pdf span{position:absolute;bottom:0;left:120px;white-space:nowrap}main.product section.text article p a.link.movie{background-image:url(../images/icon-movie.png);background-position:10px 20px;background-size:100px 100px}main.product section.text article p a.link:hover{color:#f78f1e}main.product section.text article p a.linkFinish{color:#f78f1e;height:auto;min-width:auto;text-transform:lowercase;text-decoration:none}main.product section.text article p a.linkFinish:hover{text-decoration:underline}main.product section.text article p span.orange{color:#f78f1e}main.product section.text article p a.pdf2{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;border-radius:100%;display:flex !important;align-items:center;justify-content:center;background-color:#f78f1e;text-decoration:none;font-size:16px;clear:none;float:left;margin-right:20px;margin-bottom:50px}main.product section.text article p a.pdf2 span{color:#fff;font-family:'arial_rounded_mt_boldbold';text-align:center}main.product section.text article p.description{margin-top:0}main.product section.text article aside{clear:both;overflow:auto;margin-top:20px}main.product section.text article aside .left{width:50%;float:left;clear:none}main.product section.text article aside .right{width:50%;float:left;clear:none;margin-top:20px}main.product section.text article aside .right .sliderContainer{float:right}main.product section.text article aside .right .sliderContainer #finishLandscape{position:relative;height:0}main.product section.text article aside .right .sliderContainer #finishLandscape div.block{display:none}main.product section.text article aside .right .sliderContainer #finishLandscape .imageContainer{display:block;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}main.product section.text article aside .right .sliderContainer #finishLandscape .imageContainer a{width:100%;height:100%;display:block}main.product section.text article aside .right .sliderContainer #finishLandscape .imageContainer a img{display:block;width:100%}main.product section.text article aside .right .sliderContainer #finishLandscape .upImage{opacity:0}main.product section.text article aside .right .sliderContainer #finishLandscape .upImage.animate{animation-name:finishFadeIn;animation-duration:1000ms}main.product section.text article aside .right .sliderContainer #finishLandscape>a.arrow{display:block;position:absolute;top:50%;width:60px;height:100px;transform:translateY(-50%);background-repeat:no-repeat;background-position:center;text-decoration:none;background-size:80%;transition:all 600ms}main.product section.text article aside .right .sliderContainer #finishLandscape>a.prev{left:10px;background-image:url(../images/arrow-product-left-orange.png)}main.product section.text article aside .right .sliderContainer #finishLandscape>a.next{right:10px;background-image:url(../images/arrow-product-right-orange.png)}main.product section.text article aside .right .sliderContainer #finishLandscape .circles{display:block;position:absolute;bottom:10px;left:0;width:100%;text-align:center}main.product section.text article aside .right .sliderContainer #finishLandscape .circles a{display:inline-block;width:12px;height:12px;border:2px solid #f78f1e;border-radius:100%;transition:all 500ms;margin:0 5px}main.product section.text article aside .right .sliderContainer #finishLandscape .circles a.active{background-color:#f78f1e}main.product section.text article aside .right .sliderContainer #finishLandscape .circles a:hover{background-color:#f78f1e}main.product section.text article aside .right .sliderContainer #finishPortrait{position:relative;height:0}main.product section.text article aside .right .sliderContainer #finishPortrait div.block{display:none}main.product section.text article aside .right .sliderContainer #finishPortrait .imageContainer{display:block;width:100%;height:100%;position:absolute;top:0;left:0}main.product section.text article aside .right .sliderContainer #finishPortrait .imageContainer a{display:block;width:50%;height:100%;float:left;clear:none}main.product section.text article aside .right .sliderContainer #finishPortrait .imageContainer a img{display:block;width:100%}main.product section.text article aside .right .sliderContainer #finishPortrait .upImage{opacity:0}main.product section.text article aside .right .sliderContainer #finishPortrait .upImage.animate{animation-name:finishFadeIn;animation-duration:1000ms}main.product section.text article aside .right .sliderContainer #finishPortrait>a.arrow{display:block;position:absolute;top:50%;width:60px;height:100px;transform:translateY(-50%);background-repeat:no-repeat;background-position:center;text-decoration:none;background-size:80%;transition:all 600ms}main.product section.text article aside .right .sliderContainer #finishPortrait>a.prev{left:10px;background-image:url(../images/arrow-product-left-orange.png)}main.product section.text article aside .right .sliderContainer #finishPortrait>a.next{right:10px;background-image:url(../images/arrow-product-right-orange.png)}main.product section.text article aside .right .sliderContainer #finishPortrait .circles{display:block;position:absolute;bottom:10px;left:0;width:100%;text-align:center}main.product section.text article aside .right .sliderContainer #finishPortrait .circles a{display:inline-block;width:12px;height:12px;border:2px solid #f78f1e;border-radius:100%;transition:all 500ms;margin:0 5px}main.product section.text article aside .right .sliderContainer #finishPortrait .circles a.active{background-color:#f78f1e}main.product section.text article aside .right .sliderContainer #finishPortrait .circles a:hover{background-color:#f78f1e}main.product section.text article aside .right .title{margin-top:10px;text-align:center;float:right;clear:both;font-size:15px}main.product section.text article aside .right .sliderContainer,main.product section.text article aside .right .title{width:100%;max-width:600px}main.product section.text article aside .right .one{width:100%}main.product section.text article aside .right .one a{display:block;float:right;clear:both;width:100%;max-width:300px}main.product section.text article aside .right .one a img{display:block;width:100%}main.product section.text article aside .right .one .titleOne{padding-top:10px;width:100%;max-width:300px;text-align:center;float:right;clear:both}main.product section.text aside.productOne{width:50%;position:relative;box-sizing:border-box;padding:20px;padding-bottom:0}main.product section.text aside.productOne a{display:block;box-sizing:border-box}main.product section.text aside.productOne a img{box-sizing:border-box;display:block;width:100%}main.product section.text aside.productOne p{padding-top:20px;text-align:center;font-size:28px}main.product section.text aside.productTwo{width:50%;position:relative;box-sizing:border-box;padding:20px;padding-bottom:0}main.product section.text aside.productTwo a{display:block;width:50%;height:0;padding-bottom:50%;float:left;clear:none;position:relative;box-sizing:border-box;overflow:hidden}main.product section.text aside.productTwo a img{display:block;position:absolute;top:0;left:0}main.product section.text aside.productTwo p{display:block;clear:both;padding-top:20px;text-align:center;font-size:28px}main.product section.text.downtext{padding-bottom:10px;padding-top:10px}main.product section.text.downtext article{margin:0;padding:0;border-bottom:1px solid #d0d0d0}@keyframes fixedTitleOut{from{opacity:1}to{opacity:0}}@keyframes fixedTitleIn{from{opacity:0}to{opacity:1}}main.product .fixedTitle{position:absolute;top:0;left:0;width:100%;font-size:20px;color:#646464;z-index:10;text-align:center;padding-top:25px;text-transform:lowercase;white-space:nowrap;position:fixed;top:100px;z-index:100;left:50%;transform:translateX(-50%);width:auto;display:none}main.product .fixedTitle span{font-size:25px}main.product .fixedTitle b{font-size:18px;display:block;clear:both;color:#bbb;font-weight:normal}main.product .fixedTitle a{text-decoration:none;color:inherit}main.product .fixedTitle a:hover{color:#f78f1e}main.product .fixedTitle.animatedOut{animation:fixedTitleOut 800ms forwards}main.product .fixedTitle.animatedIn{animation:fixedTitleIn 800ms forwards}div.relatedSlider{overflow:hidden;position:relative}div.relatedSlider ul{display:block;margin:0;padding:0;list-style:none;overflow:hidden;position:absolute;top:0;left:0}div.relatedSlider ul li{position:relative;display:block;float:left;clear:none;width:150px;height:150px}div.relatedSlider ul li a{position:absolute;width:100%;height:100%;overflow:hidden}div.relatedSlider ul li a img{display:block;position:absolute;top:0;left:0}div.relatedSlider ul li a span{display:none;position:absolute;top:0;left:0;width:100%;height:100%}div.relatedSlider{width:100%;height:0;padding-bottom:25%}div.relatedSlider ul{width:1000%;height:100%}div.relatedSlider ul li{width:2%;height:0;padding-bottom:2%}div.relatedContainer{width:100%;padding:10px 180px;box-sizing:border-box;overflow:auto;float:left;clear:both}div.relatedContainer .relatedSlider2{width:100%;height:0;padding-bottom:20%;position:relative;overflow:hidden}div.relatedContainer .relatedSlider2 .relatedWrapper{width:100%;height:0;padding-bottom:20%;overflow:hidden;position:relative}div.relatedContainer .relatedSlider2 .relatedWrapper .inner{width:200%;height:100%;position:absolute;top:0;left:0;transition:all 500ms}div.relatedContainer .relatedSlider2 .relatedWrapper .inner a{display:block;float:left;clear:none;width:10%}div.relatedContainer .relatedSlider2 .relatedWrapper .inner a img{display:block;width:100%}div.relatedContainer .relatedSlider2 .relatedWrapper a.arrow{display:block;position:absolute;top:50%;width:60px;height:100px;transform:translateY(-50%);background-repeat:no-repeat;background-position:center;text-decoration:none;background-size:80%;transition:all 600ms}div.relatedContainer .relatedSlider2 .relatedWrapper a.prev{left:10px;background-image:url(../images/arrow-product-left-orange.png)}div.relatedContainer .relatedSlider2 .relatedWrapper a.next{right:10px;background-image:url(../images/arrow-product-right-orange.png)}main.grid{overflow:auto;display:block;width:100%}main.grid section{display:block;overflow:hidden;float:left;clear:none;width:16.66%;height:0;padding-bottom:16.66%;position:relative}main.grid section a.blockLink{display:block;position:absolute;top:0;left:0;width:100%;height:100%}main.grid section a.blockLink>img{display:block;width:100%;height:100%}main.grid section a.blockLink div.over{display:block;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;transition:all 500ms}main.grid section a.blockLink div.over img{display:block;width:100%;height:100%}main.grid section a.blockLink div.over .text{position:absolute;bottom:0;left:0;width:100%;text-align:center;text-decoration:none;color:#868686;font-size:25px;text-transform:lowercase;padding-bottom:15px;padding-top:10px;background-color:rgba(255,255,255,0.7)}main.grid section a.blockLink div.over .text span{display:block;font-size:14px}main.grid section a.blockLink:hover div.over{opacity:1}main.grid section.orange{background-color:#f78f1e}main.grid section.orange span{font-size:25px;color:#fff;display:block;position:absolute;bottom:0;left:0;width:100%;text-transform:lowercase;padding:30px}main.grid section.orange span b{font-weight:normal;font-family:'arial_rounded_mt_boldbold'}main.grid section.orange span i{font-style:normal}main.grid section.orange span br{display:none}main.grid section.orange span a{text-decoration:none;color:inherit}main.grid section.orange span a:hover{color:#fcd9b2}main.grid section.orange.finish span br{display:inline}main.grid section.col1{background-color:#d0d0d0}main.grid section.col2{background-color:#e0e0e0}main.grid section.col3{background-color:#f0f0f0}main.pdfCatalog{width:100%;overflow:auto}main.pdfCatalog section{width:100%;height:0;padding-bottom:59.4%;overflow:hidden;clear:both;position:relative}main.pdfCatalog section img.decoration{display:block;float:left;clear:none;width:31.25%}main.pdfCatalog section aside{display:block;position:absolute;top:0;left:31.25%;height:100%;width:68.75%;overflow:hidden}main.pdfCatalog section aside>img{display:block;position:absolute;top:0;left:0}main.pdfCatalog section aside div.text{display:block;position:absolute;top:0;left:0;width:600px;left:100px}main.pdfCatalog section aside div.text img{width:280px;display:block;float:left;clear:none}main.pdfCatalog section aside div.text p{float:left;clear:none;font-size:55px;color:#acaea8;line-height:100%;font-family:'arial_rounded_mtregular';position:relative;top:-5px;left:40px}main.pdfCatalog section aside div.text p span{font-family:'arial_rounded_mt_boldbold'}main.pdfCatalog section aside div.text.bottom{top:initial;bottom:10%}main.pdfCatalog section aside div.text.center{top:50%;transform:translateY(-50%)}main.pdfCatalog section aside div.text.top{top:10%}main.pdfCatalog section aside a.file{display:block;position:absolute;top:0;left:0;width:100%;height:100%}@keyframes lightboxImg{from{transform:translate(-50%, -50%) scale(3);opacity:0}to{transform:translate(-50%, -50%) scale(1);opacity:1}}.animateLightbox{animation:lightboxImg;animation-duration:1000ms}section.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;padding:20px;box-sizing:border-box;z-index:200;visibility:hidden;background-color:rgba(50,50,50,0.8)}section.lightbox div.wrapper{width:100%;height:100%;position:relative}section.lightbox div.wrapper div.images{position:absolute;border:1px solid #d0d0d0;background-color:#fff;box-sizing:border-box;transition:all 1000ms;overflow:hidden}section.lightbox div.wrapper div.images img{position:absolute;display:block;top:0;left:0}section.lightbox div.wrapper div.images a.close{position:absolute;top:20px;right:20px;z-index:10;color:#303030;text-decoration:none;z-index:20;padding:3px 10px}section.lightbox div.wrapper div.images a.close:hover{color:#f78f1e}section.lightbox div.wrapper div.images div.circles{position:absolute;bottom:20px;left:0;z-index:20;text-align:center;font-size:0;width:100%}section.lightbox div.wrapper div.images div.circles a{display:inline-block;width:13px;height:13px;border:2px solid #f78f1e;border-radius:100%;margin:0 7px;transition:all 500ms}section.lightbox div.wrapper div.images div.circles a.current{background-color:#f78f1e}section.lightbox div.wrapper div.images div.circles a:hover{border-color:#f78f1e;background-color:#f78f1e}.videoModal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;box-sizing:border-box;padding:50px;z-index:10000}.videoModal:before{content:" ";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.9;z-index:-1}.videoModal iframe{width:100%;height:100%}.videoModal a.close{position:absolute;top:0;right:0;width:50px;height:50px;line-height:50px;text-align:center;background-color:#606060;color:#fff;font-size:20px;border-bottom-left-radius:25px;transition:all 500ms;cursor:pointer;text-decoration:none}.videoModal a.close:hover{background-color:#a00}main.about{padding-bottom:40px}main.about article.text{margin:0 auto;max-width:800px;color:#909090}main.about article.text h3{font-size:30px;padding-top:60px;font-weight:normal;color:#838383}main.about article.text h3 span{font-weight:bold;color:#6a6a6a}main.about article.text p{padding-top:20px;line-height:140%}main.about article.text p a{color:#f78f1e;text-decoration:none}main.about article.text p a:hover{text-decoration:underline}.aboutGallery{display:block;width:100%;height:500px;box-sizing:border-box;margin-top:60px}.aboutGallery section.circles{text-align:center;padding-top:20px;font-size:0}.aboutGallery section.circles a{display:inline-block;width:13px;height:13px;border:2px solid #f78f1e;border-radius:100%;margin:0 7px;transition:all 500ms;text-decoration:none}.aboutGallery section.circles a:hover,.aboutGallery section.circles a.current{background-color:#f78f1e}.aboutGallery section.container{display:block;position:relative;width:100%;height:calc(100% - 50px);overflow:hidden}.aboutGallery section.container span{display:block;position:absolute;width:100%;height:100%}.aboutGallery section.container span img{display:block;position:absolute;top:0;left:0}.aboutGallery section.container span.initial{visibility:hidden}.aboutGallery section.container a.agArrow{z-index:5;position:absolute;top:50%;transform:translateY(-50%);width:100px;height:170px;background-position:center center;background-repeat:no-repeat;background-size:70%}.aboutGallery section.container a.agArrow.linkPrev{left:40px;background-image:url("../images/arrow-product-left-orange.png")}.aboutGallery section.container a.agArrow.linkNext{right:40px;background-image:url("../images/arrow-product-right-orange.png")}.aboutGallery section.container span.agCurrentGoLeft{animation:agGoOutLeft 600ms}.aboutGallery section.container span.agCurrentGoRight{animation:agGoOutRight 600ms}.aboutGallery section.container span.agNextComeFromLeft{animation:agComeFromLeft 600ms}.aboutGallery section.container span.agNextComeFromRight{animation:agComeFromRight 600ms}main.news{padding:40px 0}main.news .newscontainer{display:flex;flex-wrap:wrap;width:1500px;margin:0 auto;box-sizing:border-box}main.news .newscontainer>section{display:block;width:33%;box-sizing:border-box;position:relative}main.news .newscontainer>section article{display:block;height:auto;width:100%;position:absolute;position:relative;top:0;left:0;color:#909090;box-sizing:border-box;padding:30px;font-family:'arial_rounded_mtregular';font-size:17px}main.news .newscontainer>section article h2{white-space:nowrap;height:30px;font-weight:normal;font-family:'arial_rounded_mt_boldbold';color:#909090;text-overflow:ellipsis;overflow:hidden;font-size:inherit}main.news .newscontainer>section article section{background-color:#d0d0d0;width:100%;height:0;padding-bottom:142%;display:block;position:relative;overflow:hidden}main.news .newscontainer>section article section img{display:block;position:absolute}main.news .newscontainer>section article section .content{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;padding:20px 0;background-color:rgba(255,255,255,0.93);color:#909090;opacity:0;transition:opacity 800ms}main.news .newscontainer>section article section .content p{font-size:inherit}main.brand.col4{width:100%;height:0;padding-bottom:200%;position:relative;overflow:hidden}main.brand.col4 img.imgCol4{display:block}main.brand.col4 img.imgCol3{display:none}main.brand.col4 img.imgCol2{display:none}main.brand.col4 img{position:absolute;top:0;left:0;width:100%;height:100%}main.brand.col4 div section{color:#fff;padding:50px;padding-top:30px;padding-bottom:0}main.brand.col4 div section h3{margin:0;padding:0;font-size:55px;padding-bottom:50px;font-weight:normal;text-align:right}main.brand.col4 div section h3 span{font-family:'arial_rounded_mt_boldbold'}main.brand.col4 div section p{font-size:26px;padding-bottom:20px}main.brand.col4 div section.quality{color:#656565}main.brand.col4 div section.quality h3{text-align:left;font-size:40px;padding-bottom:30px}main.brand.col4 div section.materials{color:#fff}main.brand.col4 div section.materials h3{text-align:left;padding-bottom:30px}main.brand.col4 .orange{position:absolute;top:12.5%;left:0;width:50%;height:0;padding-bottom:50%}main.brand.col4 .gray1{position:absolute;top:37.5%;left:50%;width:25%;height:0;padding-bottom:25%}main.brand.col4 .gray2{position:absolute;top:62.5%;left:50%;width:50%;height:0;padding-bottom:25%}div.emailMessageOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:9999;display:none}div.emailMessageOverlay div{position:absolute;width:100%;max-width:350px;top:50%;left:50%;min-height:50px;background-color:#f78f1e;color:#fff;transform:translate(-50%, -50%);padding:20px;padding-bottom:50px}div.emailMessageOverlay div span{display:block;float:left;clear:both;font-size:15px;width:100%;text-align:center}div.emailMessageOverlay div a{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:block;border:1px solid #d0d0d0;color:#fff;font-size:15px;width:50px;height:30px;line-height:30px;text-decoration:none;text-align:center}div.emailMessageOverlay div.error{background-color:#f78f1e}div.emailMessageOverlay div.error span{text-align:left;padding-bottom:15px}.pdfModalWrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.pdfModalWrapper a.close{position:absolute;top:50px;right:50px;width:30px;height:30px;text-align:center;line-height:30px;display:block;background-color:#f78f1e;color:#fff;text-decoration:none}.pdfModalWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.newsletterPopupWrap{display:flex;align-items:center;justify-content:center;position:fixed;width:100%;height:100%;z-index:-1;visibility:hidden;background-color:rgba(255,255,255,0.7)}.newsletterPopupWrap.show{z-index:1000;visibility:visible;animation:inNewsletterWrapper 1000ms}.newsletterPopupWrap.hide{animation:outNewsletterWrapper 1000ms}.newsletterPopupWrap .newsletterPopup.slideIn{animation:inNewsletter 600ms}.newsletterPopupWrap .newsletterPopup.slideOut{animation:outNewsletter 600ms forwards}.newsletterPopupWrap .newsletterPopup{width:450px;height:450px;background-color:#f78f1e;border-radius:100%;position:relative}.newsletterPopupWrap .newsletterPopup a{display:block;width:30px;height:30px;position:absolute;font-size:50px;left:50%;top:20px;color:#fff;text-decoration:none;transform:translateX(-50%);background-image:url(../images/icon-close.png);background-repeat:no-repeat;background-position:center;z-index:2}.newsletterPopupWrap .newsletterPopup form{z-index:1;color:#fff;font-family:'arial_rounded_mtregular';font-size:12px;position:relative;display:flex;justify-content:center;flex-wrap:wrap;width:100%;height:auto;box-sizing:border-box;padding-top:50px}.newsletterPopupWrap .newsletterPopup form>*{display:block;width:100%;box-sizing:border-box;text-align:center;padding:0 40px;padding-top:20px}.newsletterPopupWrap .newsletterPopup form span.line1{font-size:200%}.newsletterPopupWrap .newsletterPopup form span.line2{padding-top:5px;font-size:400%;font-family:'arial_rounded_mt_boldbold'}.newsletterPopupWrap .newsletterPopup form span.line3{font-size:150%}.newsletterPopupWrap .newsletterPopup form span.line4 input{background-color:#fff;border:none;padding:15px 20px;font-size:170%;width:300px}.newsletterPopupWrap .newsletterPopup form span.line5 button{border:1px solid #fff;background-color:#f78f1e;font-size:180%;color:#fff;padding:10px 20px}#homeCircles{display:none}.cookiesAccept{z-index:9999;width:100%;display:flex;position:fixed;bottom:0;background-color:#f78f1e;color:#fff;flex-direction:row;justify-content:center;align-items:center;box-sizing:border-box;padding:20px}.cookiesAccept p{margin-right:20px}.cookiesAccept p a{color:#fff}.cookiesAccept>a{color:#fff;margin-left:auto;text-decoration:none;background-color:#da7508;display:inline-block;padding:5px 10px}.cookiesAccept>a:hover{color:#f78f1e;background-color:#f0f0f0}.submitReviewContainer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9990;display:none;align-items:center;justify-content:center;flex-direction:column;background-color:rgba(255,255,255,0.6)}.submitReviewContainer form{box-sizing:border-box;width:300px;padding:30px;background-color:#f8f8f8;border:1px solid #f78f1e;position:relative}.submitReviewContainer form>*{display:block;width:100%;margin-top:20px;background-color:#f8f8f8;font-size:14px}.submitReviewContainer form h4{margin-top:0;color:#909090;font-size:18px}.submitReviewContainer form label{color:#909090}.submitReviewContainer form input,.submitReviewContainer form textarea{border:1px solid #c0c0c0;box-sizing:border-box;padding:5px;color:#909090}.submitReviewContainer form input::placeholder,.submitReviewContainer form textarea::placeholder{color:#d0d0d0}.submitReviewContainer form textarea{height:80px}.submitReviewContainer form .error{border-color:#f00}.submitReviewContainer form button{display:block;width:100px;border:none;background-color:#f78f1e;cursor:pointer;margin:0;padding:5px 0;margin-top:20px;color:#fff;margin-left:auto}.submitReviewContainer form button:hover{background-color:#fbc080}.submitReviewContainer form a.close{position:absolute;top:0;right:30px;display:block;font-size:12px;width:30px;height:30px;line-height:30px;text-align:center;color:#fff;background-color:#f78f1e;text-decoration:none;border-radius:100%}.submitReviewContainer form a.close:hover{background-color:#fbc080}.downloadFormContainer{display:none;height:auto;position:fixed;top:0;left:0;width:100%;height:100%}.downloadFormContainer .downloadFormContainerInner{display:flex;background-color:#fff;border:1px solid #a0a0a0;position:absolute;width:600px;top:50%;left:50%;transform:translate(-50%, -50%)}.downloadFormContainer .downloadFormContainerInner a.close{position:absolute;top:30px;right:30px;color:#959590;width:30px;height:30px;border-radius:100%;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;text-decoration:none;background-color:#f78f1e}.downloadFormContainer .downloadFormContainerInner a.close:hover{opacity:.5}.downloadFormContainer .downloadFormContainerInner form{display:flex;padding:30px 10px;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;color:#a0a0a0}.downloadFormContainer .downloadFormContainerInner form h2{padding:0;margin:0}.downloadFormContainer .downloadFormContainerInner form p{box-sizing:border-box;width:100%;padding:30px 20px 20px;font-size:14px}.downloadFormContainer .downloadFormContainerInner form dl{box-sizing:border-box;width:50%;padding:10px 20px;display:flex;flex-direction:column}.downloadFormContainer .downloadFormContainerInner form dl dt{margin:0;padding:0}.downloadFormContainer .downloadFormContainerInner form dl dt label{text-transform:uppercase;font-size:12px}.downloadFormContainer .downloadFormContainerInner form dl dd{margin:0;padding:0;width:100%}.downloadFormContainer .downloadFormContainerInner form dl dd input{width:100%}.downloadFormContainer .downloadFormContainerInner form dl dd select{width:100%}.downloadFormContainer .downloadFormContainerInner form dl dd input,.downloadFormContainer .downloadFormContainerInner form dl dd select{border:1px solid #a0a0a0;padding:10px 20px;box-sizing:border-box;font-size:14px;color:#a0a0a0}.downloadFormContainer .downloadFormContainerInner form dl dd input.error,.downloadFormContainer .downloadFormContainerInner form dl dd select.error{border:1px solid #f00}.downloadFormContainer .downloadFormContainerInner form div.buttonContainer{width:100%;padding:10px 20px}.downloadFormContainer .downloadFormContainerInner form div.buttonContainer button{display:block;width:100%;border:none;background-color:#f78f1e;cursor:pointer;margin:0;padding:10px 0;margin-top:20px;color:#fff;margin-left:auto;font-size:18px}.downloadFormContainer .downloadFormContainerInner form div.buttonContainer button:hover{background-color:#fbc080}@media (max-width:1599px){main.grid section.orange span{font-size:20px}main.grid section{width:20%;padding-bottom:20%}main.grid section a.blockLink div.over .text{font-size:20px}main.grid section a.blockLink div.over .text span{font-size:12px}}@media (max-width:1199px){header{height:100px}header ul.mainNavi{font-size:13px}header ul.mainNavi li a{margin:0 5px}header ul.mainNavi2{height:30px}header ul.mainNavi2>li{font-size:13px}header ul.mainNavi2>li>a{height:30px;line-height:30px}header ul.mainNavi2>li ul{top:30px;left:-15px}header ul.mainNavi2>li ul li a{font-size:13px;padding:0 15px;height:18px;line-height:18px}header section{left:50px;font-size:23px;top:30px}header h1{width:250px;height:86px;background-size:100%;margin-right:35px;margin-top:15px}header form{top:45px;left:52%}header form input{font-size:15px;width:100px;padding:3px 5px;top:-7px}header form a{width:25px;height:25px;background-size:100%}a.backLink{top:130px;right:20px}nav.submenu{top:68px;height:32px}nav.submenu>ul{padding-left:30px}nav.submenu>ul>li{font-size:13px;line-height:32px}nav.submenu>ul>li>a{line-height:32px;margin-left:12px;margin-right:12px}nav.submenu>ul ul{background-position:0 8px;background-size:15px 15px}nav.submenu>ul ul li{font-size:13px}nav.submenu>ul ul li a{line-height:32px}nav.submenu.show{top:100px}nav.submenu:before{height:32px}.fullpage{overflow:auto;z-index:80;position:fixed;width:100%;height:calc(100% - 100px);top:100px}.fullpage .footerContainer{height:67px;overflow:hidden}.footerArticlesContainer a.close{top:17px}footer ul.links li{font-size:13px}footer ul.social li a{font-size:28px}.footerArticle{padding:56px;padding-top:36px}.footerArticle h3{font-size:22px}.footerArticle p{font-size:13px}.footerArticle div.newsBlock section h4{font-size:13px}.footerArticle div.newsBlock section p{font-size:13px}.footerArticle.contact section form input[type="text"],.footerArticle.contact section form textarea{font-size:13px}.footerArticle.contact section form textarea{height:260px}.footerArticle.contact section form label.prettyCheckbox{background-size:24px 24px;width:24px;height:24px}.footerArticle.contact section form label.thick{color:#909090;font-size:13px;margin-left:5px}.footerArticle.contact section form a{font-size:13px;position:relative;top:3px}main.submitPrivacy .pageWrapper .inner p{font-size:13px}main.submitPrivacy .pageWrapper .inner h3{font-size:25px}main.submitPrivacy .pageWrapper .inner h4{font-size:17px}main.about article.text h3{font-size:20px}main.about article.text p{font-size:13px}.aboutGallery section.circles a{width:11px;height:11px}.aboutGallery section.container a.agArrow{width:75px;height:120px;background-size:50%}.aboutGallery section.container a.agArrow.linkPrev{left:30px}.aboutGallery section.container a.agArrow.linkNext{right:30px}main.news .newscontainer{width:920px;padding-left:20px;padding-right:20px}main.news .newscontainer>section{width:50%}main.news .newscontainer>section article{font-size:13px}main.product{top:100px;height:calc(100% - 100px)}main.product section.text{padding:0 90px 0}main.product section.text article h2{font-size:24px}main.product section.text article h3{font-size:18px}main.product section.text article p{font-size:15px;line-height:140%}main.product section.text article p a.link{background-size:20%;padding:0;padding-left:0;height:50px}main.product section.text article p a.link.pdf{background-size:40px 48px;background-position:0 0}main.product section.text article p a.link.pdf span{left:50px}main.product section.text article p a.link.movie{padding-top:20px;background-position:3px 40px;background-size:40px 40px}main.product section.text article p a.linkFinish{height:auto}main.product section.text article aside .right .title{font-size:15px}main.product section.text aside.productOne p{font-size:15px}main.product section.text aside.productTwo p{font-size:15px}main.product .fixedTitle{top:100px}main.pdfCatalog2 .left{width:300px}div.relatedContainer{width:100%;padding:10px 90px;box-sizing:border-box}.productSlider div.inner>a.side{width:75px;height:120px;background-size:50%;margin-top:-22px}.productSlider div.productSliderInner>a.side{width:75px;height:120px;background-size:50%;margin-top:-22px}#linearSlider a.arrowLeft,#linearSlider a.arrowRight{width:75px;height:120px;background-size:50%}.productFinishSlider a.arrowLeft,.productFinishSlider a.arrowRight{background-size:50%}main.grid section.orange span{font-size:20px}main.grid section{width:25%;padding-bottom:25%}main.grid section a.blockLink div.over .text{font-size:20px}main.grid section a.blockLink div.over .text span{font-size:12px}.fullpage .verticalSection{width:100%;height:100%;display:block}.fullpage .verticalSection.last{height:calc(100% - 67px)}.fullpage .footerContainer{height:67px;width:100%}.container section h2{font-size:60px}.container section ul{font-size:18px}.container section ul li:after{width:10px}.container section.subcat h2{font-size:43px;padding-bottom:20px}.container section.subcat a p{font-size:16px;max-width:360px}.container a.arrow{width:96px;height:60px;background-size:60%;position:absolute;bottom:8%}.container a.arrow.left{left:45px}.container a.arrow.right{right:45px}.container .sliderWrapper a.horizontalArrow{background-size:50%;left:40px;width:75px;height:120px}.container .sliderWrapper a.horizontalArrow.right{right:40px}.pageWrapper{height:calc(100% - 100px);top:100px}main.pdfCatalog section aside div.text img{width:168px}main.pdfCatalog section aside div.text p{top:-2px;font-size:33px;left:20px}main.brand.col4 div section{padding:30px;padding-bottom:0;padding-top:15px}main.brand.col4 div section h3{font-size:30px;padding-bottom:20px}main.brand.col4 div section p{font-size:15px}main.brand.col4 div section.quality h3{font-size:20px}}@media (max-width:959px){header{height:54px;border-bottom:1px solid #d9d9d9}header h1{width:150px;height:53px;background-size:150px;background-repeat:no-repeat;margin-right:60px;margin-top:8px}header a.mobileSearch{display:block;position:absolute;top:15px;right:15px;width:25px}header a.mobileSearch img{width:100%}header ul.mainNavi{display:none}header ul.mainNavi2{display:none}header section{font-size:18px;top:20px;left:70px}header form{display:none}header a.mobileMenuLink{position:absolute;top:16px;left:11px;display:block;width:23px;height:21px;background-image:url(../images/icon-mobile-menu.png)}a.backLink{top:74px;font-size:20px;transform:scale(.8)}form#searchForm{display:none;opacity:0;position:fixed;top:54px;top:-20px;right:0;width:280px;z-index:201;background-color:#fff;padding:20px;box-sizing:border-box;transition:all 200ms linear;-webkit-transition:all 200ms linear}form#searchForm input{border:1px solid #d0d0d0;color:#606060;font-size:12px;height:20px;line-height:20px;width:160px;position:relative;top:-2px}form#searchForm a{text-decoration:none;color:#f78f1e;font-size:20px;display:inline-block;margin-left:10px}form#searchForm.show{opacity:1;z-index:101;display:block;right:0;top:54px}nav.submenu,nav.submenu.show{display:none !important}.fullpage{height:calc(100% - 54px);top:54px}.fullpage .footerContainer{height:121px}.fullpage .verticalSection.last{height:calc(100% - 121px)}.footerArticlesContainer footer ul.social{margin-right:0}.footerArticlesContainer a.close{top:13px}main.submitPrivacy .pageWrapper .inner p{font-size:12px}main.submitPrivacy .pageWrapper .inner h3{font-size:25px}main.submitPrivacy .pageWrapper .inner h4{font-size:17px}@keyframes footerSlideIn{from{transform:translateY(100%) translateY(-121px)}to{top:0}}@keyframes footerSlideOut{from{top:0}to{transform:translateY(100%) translateY(-121px)}}footer{padding-bottom:10px}footer ul.links{display:block;text-align:center;margin:0;padding:0;padding-top:10px;padding-bottom:0}footer ul.links li{font-size:16px}footer ul.links li a{font-size:18px;color:#646464}footer ul.links li.text{display:none}footer ul.links li.divider:after{color:#646464}footer ul.links li.divider.last:after{content:""}footer ul.social{display:block;text-align:center;float:none;clear:both;padding-top:15px;padding-bottom:15px;margin:0}footer ul.social li a{display:inline-block;font-size:30px;padding:0 0;color:#939393}footer ul.social li:first-child{padding-left:0}footer p{display:block;font-size:12px;text-align:center;width:100%;color:#646464;padding-bottom:5px}.footerArticle{padding:22px;padding-top:0}.footerArticle h3{font-size:24px}.footerArticle p{font-size:12px}.footerArticle div.newsBlock img{width:30%}.footerArticle div.newsBlock section{width:65%}.footerArticle.contact section form input[type="text"],.footerArticle.contact section form textarea{font-size:12px}.footerArticle.contact section form label.thick{color:#909090;font-size:10px}.footerArticle.contact section form a{font-size:12px}nav.mobileMenu{display:none;position:fixed;top:54px;left:0;width:100%;height:calc(100% - 54px);background-color:#f6901e;box-sizing:border-box;overflow:auto;z-index:1000}nav.mobileMenu ul.main>li{display:block;line-height:58px;min-height:58px;border-bottom:1px solid #fff}nav.mobileMenu ul.main>li>a.link{display:block;line-height:58px;color:#fff;text-decoration:none;font-size:24px;padding-left:20px;float:left;text-transform:lowercase}nav.mobileMenu ul.main>li>a.icon{display:block;width:26px;height:27px;float:right;margin-right:20px;margin-top:15px}nav.mobileMenu ul.main>li>a.plus{background-image:url(../images/icon-plus.png)}nav.mobileMenu ul.main>li>a.minus{background-image:url(../images/icon-minus.png)}nav.mobileMenu ul.main>li>a.close{background-image:url(../images/icon-close.png)}nav.mobileMenu ul.main>li:first-child{border:none}nav.mobileMenu ul.main ul{display:none;clear:both}nav.mobileMenu ul.main ul li{line-height:35px}nav.mobileMenu ul.main ul li a{font-size:18px;color:#fff;text-decoration:none;padding-left:20px;text-transform:lowercase}nav.mobileMenu ul.main ul.show{display:block}.productSlider div.inner{height:calc(100% - 54px);margin-top:54px}.productSlider div.inner>a.left{left:25px}.productSlider div.inner>a.right{right:25px}.productSlider div.inner div.title{font-size:18px}.productSlider div.inner div.title span{font-size:24px}.productSlider div.inner div.title b{font-size:18px}.productSlider div.inner .circles a{width:11px;height:11px}.productSlider div.inner .social{display:none}.productSlider div.productSliderInner>a.left{left:25px}.productSlider div.productSliderInner>a.right{right:25px}.productSlider div.productSliderInner div.title{font-size:18px}.productSlider div.productSliderInner div.title span{font-size:24px}.productSlider div.productSliderInner div.title b{font-size:18px}.productSlider div.productSliderInner .circles a{width:11px;height:11px}.productSlider div.productSliderInner .social{display:none}#linearSlider a.arrowLeft,#linearSlider a.arrowRight{width:75px;height:120px;background-size:50%}#linearSlider a.arrowLeft{left:25px}#linearSlider a.arrowRight{right:25px}#linearSlider .circles a{width:11px;height:11px}#linearSlider div.title{font-size:18px}#linearSlider div.title span{font-size:24px}#linearSlider div.title b{font-size:18px}.productFinishSlider .circles nav a{width:11px;height:11px}.productFinishSlider a.arrowLeft,.productFinishSlider a.arrowRight{background-size:30%;top:30%}.productFinishSlider a.arrowLeft{left:0}.productFinishSlider a.arrowRight{right:0}main.product{top:54px;height:calc(100% - 54px)}main.product section.text{padding:0 70px 0}main.product section.text article h2{font-size:24px;margin-bottom:30px}main.product section.text article h2.productTitle{font-size:12px}main.product section.text article h3{font-size:15px}main.product section.text article p{font-size:12px;line-height:140%}main.product section.text article p a.link{padding:0;padding-left:0;height:40px}main.product section.text article p a.link.pdf{padding-top:0;background-size:35px 42px;background-position:0 0}main.product section.text article p a.link.movie{padding-top:0;background-position:3px center;background-size:33px 33px}main.product section.text article p a.linkFinish{height:auto}main.product section.text article aside .right .sliderContainer #finishLandscape>a.prev{left:0}main.product section.text article aside .right .sliderContainer #finishLandscape>a.next{right:0}main.product section.text article aside .right .sliderContainer #finishPortrait>a.prev{left:0}main.product section.text article aside .right .sliderContainer #finishPortrait>a.next{right:0}main.product section.text article aside .right .title{font-size:12px}main.product section.text aside.productOne p{font-size:12px}main.product section.text aside.productTwo p{font-size:12px}main.product section.text aside.productFinishSlider section{width:calc(100% - 15px)}main.product section.text aside.productFinishSlider div.circles{width:calc(100% - 15px)}main.product section.text aside.productFinishSlider div.circles p{font-size:12px}main.product .fixedTitle{top:54px;font-size:18px}main.product .fixedTitle span{font-size:24px}main.product .fixedTitle b{font-size:18px}main.pdfCatalog2{min-height:calc(100% - 120px)}main.pdfCatalog3 section.catalogues{max-width:500px;min-height:300px !important;padding-top:50px;flex-direction:row}div.relatedContainer{padding:10px 70px}div.relatedContainer .relatedSlider2{padding-bottom:33.33%}div.relatedContainer .relatedSlider2 .relatedWrapper{padding-bottom:33.33%}div.relatedContainer .relatedSlider2 .relatedWrapper .inner{width:300%}div.relatedContainer .relatedSlider2 .relatedWrapper .inner a{width:11.11%}div.relatedContainer .relatedSlider2 .relatedWrapper a.arrow{background-size:50%}div.relatedContainer .relatedSlider2 .relatedWrapper a.prev{left:0}div.relatedContainer .relatedSlider2 .relatedWrapper a.next{right:0}div.relatedSlider{width:100%;height:0;padding-bottom:50%}div.relatedSlider ul{width:1000%;height:100%}div.relatedSlider ul li{width:3.34%;height:0;padding-bottom:3.34%}main.grid section.orange span{padding:20px;font-size:30px;line-height:25px}main.grid section.orange span b{font-size:20px}main.grid section.orange span i{display:none}main.grid section.orange span br{display:inline-block}main.grid section a.blockLink div.over .text{font-size:15px;padding-bottom:20px}main.grid section a.blockLink div.over .text span{font-size:12px}.container .sliderWrapper ul.points li a{width:11px;height:11px;margin:0 7px}.container section ul li{display:block}.container section ul li a{margin:0}.container section ul li.text{display:none}.container section ul li:after{content:"";display:none}.container section ul li:last-child::after{content:""}.container section ul li:first-child::after{content:""}.container section.subcat h2{font-size:60px;padding-bottom:20px;line-height:30px}.container section.subcat h2 span{font-family:'arial_rounded_mtregular';font-size:30px}.container section.subcat h2 b{display:none}.container section.subcat h2 br{display:inline-block}.container section.subcat p{display:none}.container a.arrow{display:none}section.lightbox{visibility:hidden !important}.pageWrapper{height:calc(100% - 54px);top:54px}main.news .newscontainer{width:100%}main.news .newscontainer>section{width:50%}main.about article.text{width:100%;max-width:initial;padding:0 40px;box-sizing:border-box}main.about article.text h3{font-size:25px;padding-top:40px;font-weight:normal}main.about article.text h3 span{font-weight:bold}main.about article.text p{padding-top:15px;font-size:12px}main.about article.text p a{color:#f78f1e;text-decoration:none}main.about article.text p a:hover{text-decoration:underline}}@media (max-width:767px){a.backLink{top:76px;right:10px}.fullpage{overflow:auto;z-index:80;position:fixed;width:100%;height:calc(100% - 54px);top:54px}.fullpage .footerContainer{height:121px}.fullpage .verticalSection.last{height:calc(100% - 121px)}main.grid section{width:33.33333%;padding-bottom:33.33333%}main.grid section.orange span{font-size:25px;line-height:25px}main.grid section.orange span b{font-size:20px}main.pdfCatalog section aside div.text{left:10px}main.pdfCatalog section aside div.text img{width:70px}main.pdfCatalog section aside div.text p{top:-1px;font-size:14px;left:20px}main.pdfCatalog3 section.catalogues{max-width:300px}.aboutGallery section.circles a{width:6px;height:6px}.aboutGallery section.container a.agArrow{width:44px;height:68px;background-size:50%}.aboutGallery section.container a.agArrow.linkPrev{left:15px}.aboutGallery section.container a.agArrow.linkNext{right:15px}main.news .newscontainer{width:100%}main.news .newscontainer>section{width:50%}.newsletterPopupWrap .newsletterPopup{width:350px;height:350px}.newsletterPopupWrap .newsletterPopup form{font-size:8px}.newsletterPopupWrap .newsletterPopup form span.line4 input{width:200px;padding:5px 10px}main.product{top:54px;height:calc(100% - 54px)}main.product section.text article aside .right .sliderContainer #finishLandscape>a.arrow{width:40px;background-size:80%}main.product section.text article aside .right .sliderContainer #finishPortrait>a.arrow{width:40px;background-size:80%}main.product .fixedTitle{top:54px}main.pdfCatalog2 .left{width:200px}main.pdfCatalog2 .right a.button{width:220px}main.pdfCatalog2 .right a.button span.title{font-size:25px}main.pdfCatalog2 .right a.button span.year{font-size:25px}main.pdfCatalog2 .right a.button span.click{font-size:15px}main.brand.col4{padding-bottom:366%}main.brand.col4 img.imgCol4{display:none}main.brand.col4 img.imgCol3{display:block}main.brand.col4 img.imgCol2{display:none}main.brand.col4 div section{padding:20px;padding-bottom:0;padding-top:30px}main.brand.col4 div section h3{font-size:30px;padding-bottom:30px}main.brand.col4 div section p{font-size:18px;padding-bottom:10px}main.brand.col4 .orange{top:9.1%;width:66.66%;height:4.55%}main.brand.col4 .gray1{top:36.4%;left:66.66%;width:33.33%;height:2.275%}main.brand.col4 .gray2{top:54.6%;left:0;width:66.66%;height:2.275%}.downloadFormContainer{width:100% !important;overflow:scroll;z-index:100;margin-top:60px;height:calc(100% - 60px)}.downloadFormContainer .downloadFormContainerInner{width:100%;top:0;left:0;position:relative;border:none;transform:none}.downloadFormContainer .downloadFormContainerInner a.close{top:10px;right:10px}.downloadFormContainer .downloadFormContainerInner form dl{width:100%}}@media (max-width:599px){header section{font-size:14px}a.backLink{top:66px}footer ul.links li a{font-size:16px;margin-left:5px;margin-right:5px}.footerArticle.contact .contactWrapper{display:block;clear:both}.footerArticle.contact section{width:100%;margin-right:0}.footerArticle.contact section form textarea{height:200px}.footerArticle.contact section form label.thick{color:#909090}.footerArticle.contact section.right{clear:both;margin-top:40px;width:100%}.footerArticle.contact section.right p.title span{display:inline-block}.footerArticle.contact section.right p#contactGrayText{height:auto !important}.productSlider div.inner{height:calc(100% - 54px);margin-top:54px}.productSlider div.inner>a.side{width:44px;height:68px}.productSlider div.inner>a.left{left:15px}.productSlider div.inner>a.right{right:15px}.productSlider div.inner div.title{padding-top:15px;font-size:18px}.productSlider div.inner div.title span{font-size:18px;font-family:'arial_rounded_mt_boldbold'}.productSlider div.inner div.title b{font-size:14px;margin-top:5px}.productSlider div.inner .circles{transform:translate(-50%, -30px)}.productSlider div.inner .circles a{width:6px;height:6px;margin:0 3px;border-width:1px}.productSlider div.inner .social{display:none}.productSlider div.productSliderInner>a.side{width:44px;height:68px}.productSlider div.productSliderInner>a.left{left:15px}.productSlider div.productSliderInner>a.right{right:15px}.productSlider div.productSliderInner div.title{padding-top:15px;font-size:18px}.productSlider div.productSliderInner div.title span{font-size:18px;font-family:'arial_rounded_mt_boldbold'}.productSlider div.productSliderInner div.title b{font-size:14px;margin-top:5px}.productSlider div.productSliderInner div.circles{transform:translate(-50%, -30px)}.productSlider div.productSliderInner div.circles a{width:6px;height:6px;margin:0 3px;border-width:1px}.productSlider div.productSliderInner .social{display:none}.productFinishSlider{padding-bottom:60%;overflow:hidden;width:100%}.productFinishSlider .circles nav a{width:6px;height:6px}div.relatedSlider{width:100%;height:0;padding-bottom:50%}div.relatedSlider ul{width:1000%;height:100%}div.relatedSlider ul li{width:5%;height:0;padding-bottom:5%}#linearSlider a.arrowLeft,#linearSlider a.arrowRight{width:44px;height:68px}#linearSlider a.arrowLeft{left:15px}#linearSlider a.arrowRight{right:15px}#linearSlider .circles{transform:translate(-50%, -50px)}#linearSlider .circles a{width:6px;height:6px;margin:0 3px;border-width:1px}#linearSlider div.title{padding-top:15px;font-size:18px}#linearSlider div.title span{font-size:18px;font-family:'arial_rounded_mt_boldbold'}#linearSlider div.title b{font-size:14px;margin-top:5px}.newsletterPopupWrap .newsletterPopup{width:250px;height:250px}.newsletterPopupWrap .newsletterPopup a{top:20px;background-size:50%}.newsletterPopupWrap .newsletterPopup form{font-size:8px}.newsletterPopupWrap .newsletterPopup form span.line1{padding-top:0}.newsletterPopupWrap .newsletterPopup form span.line2{padding-top:0}.newsletterPopupWrap .newsletterPopup form span.line2{padding-top:0}.newsletterPopupWrap .newsletterPopup form span.line3{padding:0 10px}.newsletterPopupWrap .newsletterPopup form span.line4{padding:0;padding-top:10px}.newsletterPopupWrap .newsletterPopup form span.line4 input{width:150px;padding:5px 10px}.newsletterPopupWrap .newsletterPopup form span.line5{padding-top:10px}.newsletterPopupWrap .newsletterPopup form span.line5 button{padding:3px 5px}main.news .newscontainer{width:100%}main.news .newscontainer>section{width:100%}main.product{top:54px;height:calc(100% - 54px)}main.product section.text{clear:both;padding:0 30px 0}main.product section.text article p{line-height:140%}main.product section.text article p a.link:hover{color:#f78f1e}main.product section.text article aside .right .sliderContainer #finishLandscape>a.arrow{width:40px;background-size:60%}main.product section.text article aside .right .sliderContainer #finishLandscape .circles a{width:6px;height:6px;border-width:1px;margin:0 1px}main.product section.text article aside .right .sliderContainer #finishPortrait>a.arrow{width:40px;background-size:60%}main.product section.text article aside .right .sliderContainer #finishPortrait .circles a{width:6px;height:6px;border-width:1px;margin:0 1px}main.product section.text aside.productOne{margin-top:80px;width:100%;padding:30px 0;clear:both}main.product section.text aside.productTwo{margin-top:80px;width:100%;padding:30px 0;clear:both}main.product section.text.downtext article{margin:0;padding:0}main.product section.text.downtext article p{margin:0;padding:0}main.product .fixedTitle{top:54px;padding-top:15px;font-size:18px}main.product .fixedTitle span{font-size:18px;font-family:'arial_rounded_mt_boldbold'}main.product .fixedTitle b{font-size:14px;margin-top:5px}main.pdfCatalog2 .left{width:150px}main.pdfCatalog2 .right a.button{margin-left:30px;width:200px}main.pdfCatalog2 .right a.button span.title{font-size:20px}main.pdfCatalog2 .right a.button span.year{font-size:20px}div.relatedContainer{padding:10px 30px}div.relatedContainer .relatedSlider2{padding-bottom:50%}div.relatedContainer .relatedSlider2 .relatedWrapper{padding-bottom:50%}div.relatedContainer .relatedSlider2 .relatedWrapper .inner{width:400%}div.relatedContainer .relatedSlider2 .relatedWrapper .inner a{width:12.5%}div.relatedContainer .relatedSlider2 .relatedWrapper a.arrow{width:30px;background-size:80%}div.relatedContainer .relatedSlider2 .relatedWrapper a.prev{left:5px}div.relatedContainer .relatedSlider2 .relatedWrapper a.next{right:5px}.container section.left-top{left:30px}.container section.left-center{left:30px}.container section.left-bottom{left:30px}.container section.right-top{right:30px}.container section.right-center{right:30px}.container section.right-bottom{right:30px}.container .sliderWrapper a.horizontalArrow{background-size:50%;left:15px;width:44px;height:68px}.container .sliderWrapper a.horizontalArrow.right{right:15px}.cookiesAccept{flex-direction:column;font-size:12px}.cookiesAccept>*{margin:0}.cookiesAccept>a{color:#fff;margin:10px 0}}@media (max-width:479px){header h1{position:absolute;left:50%;transform:translateX(-50%)}header section{display:none}a.backLink{top:66px;transform:scale(.6);right:0}.footerArticlesContainer a.close{position:absolute;top:11px;right:16px;width:20px;height:20px;z-index:1000;background-image:url(../images/icon-close-orange.png);background-size:100%}footer ul.links li a{font-size:12px;margin-left:3px;margin-right:3px}footer ul.links li.divider:after{font-size:15px}.productSlider div.inner{height:calc(100% - 54px);margin-top:54px}.productSlider div.inner div.title{font-size:14px}.productSlider div.inner div.title b{font-size:12px}#linearSlider div.title{font-size:14px}#linearSlider div.title b{font-size:12px}main.product{top:54px;height:calc(100% - 54px)}main.product section.text article h2{font-size:20px;margin-bottom:20px}main.product section.text article aside .left{width:100%}main.product section.text article aside .right{width:100%;margin-top:30px}main.product section.text article aside .right .sliderContainer #finishLandscape>a.arrow{width:40px;background-size:60%}main.product section.text article aside .right .sliderContainer #finishPortrait>a.arrow{width:40px;background-size:60%}main.product section.text article aside .one{float:none !important;clear:both;margin:0 auto}main.product section.text article aside .one a{float:none !important;margin:0 auto}main.product section.text article aside .one .titleOne{float:none !important;margin:0 auto}main.product section.text.downtext article{margin:0;padding:0;margin-top:20px}main.product section.text.downtext article p{margin:0;padding:0}main.product .fixedTitle{top:54px;font-size:14px}main.product .fixedTitle b{font-size:12px}main.pdfCatalog2 .left{display:none}main.pdfCatalog2 .right{width:100%;text-align:center}main.pdfCatalog2 .right a.button{position:relative;margin-left:0;left:50%;transform:translateX(-50%)}main.pdfCatalog2 .right a.button:hover{transform:translateX(-50%) scale(1.1, 1.1)}main.grid section{width:50%;padding-bottom:50%}main.grid section.orange span{font-size:20px;line-height:18px}main.grid section.orange span b{font-size:16px}.container .sliderWrapper ul.points{width:100%;text-align:center}.container .sliderWrapper ul.points li a{width:12px;height:12px;margin:0 3px}.container section h2{font-size:36px}.container section.subcat h2{font-size:40px;padding-bottom:20px;line-height:20px}.container section.subcat h2 span{font-size:20px}main.brand.col4{padding-bottom:804%}main.brand.col4 img.imgCol4{display:none}main.brand.col4 img.imgCol3{display:none}main.brand.col4 img.imgCol2{display:block}main.brand.col4 div section{padding:20px;padding-bottom:0}main.brand.col4 div section h3{font-size:20px;padding-bottom:10px}main.brand.col4 div section p{font-size:12px;padding-bottom:10px}main.brand.col4 .orange{top:6.8%;width:100%;height:6.12%}main.brand.col4 .gray1{top:37.944%;left:50%;width:50%;height:3.06%}main.brand.col4 .gray2{top:69.02%;left:0;width:100%;height:3.06%}.homeScrollerContainer{display:none !important}#homeCircles{display:flex;flex-direction:column;align-items:center}#homeCircles a{background-color:#f78f1e;text-decoration:none;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;width:200px;min-height:200px;max-height:200px;margin-bottom:20px;border-radius:100%;font-family:'arial_rounded_mt_boldbold'}#homeCircles a i{display:block;font-style:normal;font-size:30px;text-align:center;padding:0 10px;text-transform:lowercase;margin-top:30px}#homeCircles a span{display:block;margin-top:30px;font-family:'arial_rounded_mtregular'}#homeCircles a:first-child{margin-top:20px}}@media (min-width:960px){nav.mobileMenu{display:none !important}}@media (min-width:768px){.gridbox2{display:none !important}.gridbox3{display:none !important}.gridbox4{display:block !important}}@media (min-width:480px) and (max-width:767px){.gridbox2{display:none !important}.gridbox3{display:block !important}.gridbox4{display:none !important}}@media (max-width:479px){.gridbox2{display:block !important}.gridbox3{display:none !important}.gridbox4{display:none !important}}@media (min-width:900px) and (max-width:959px){main.brand.col4 div section h3,main.brand.col4 div section.quality h3,main.brand.col4 div section.materials h3{font-size:30px}main.brand.col4 div section p,main.brand.col4 div section.quality p,main.brand.col4 div section.materials p{font-size:14px;line-height:120%}main.brand.col4 div section.quality h3{font-size:22px;padding-bottom:15px}}@media (min-width:800px) and (max-width:899px){main.brand.col4 div section h3,main.brand.col4 div section.quality h3,main.brand.col4 div section.materials h3{font-size:25px}main.brand.col4 div section p,main.brand.col4 div section.quality p,main.brand.col4 div section.materials p{font-size:12px;line-height:120%}main.brand.col4 div section.quality h3{font-size:18px;padding-bottom:15px}}@media (min-width:700px) and (max-width:799px){main.brand.col4 div section h3,main.brand.col4 div section.quality h3,main.brand.col4 div section.materials h3{font-size:25px;padding-bottom:10px}main.brand.col4 div section p,main.brand.col4 div section.quality p,main.brand.col4 div section.materials p{font-size:14px;line-height:120%}main.brand.col4 div section.quality h3{font-size:25px}}@media (min-width:600px) and (max-width:699px){main.brand.col4 div section h3,main.brand.col4 div section.quality h3,main.brand.col4 div section.materials h3{font-size:20px;padding-bottom:10px}main.brand.col4 div section p,main.brand.col4 div section.quality p,main.brand.col4 div section.materials p{font-size:12px;line-height:120%}main.brand.col4 div section.quality h3{font-size:18px}}@media (min-width:480px) and (max-width:599px){main.brand.col4 div section,main.brand.col4 div section.quality,main.brand.col4 div section.materials{padding-top:8px}main.brand.col4 div section h3,main.brand.col4 div section.quality h3,main.brand.col4 div section.materials h3{font-size:16px;padding-bottom:10px}main.brand.col4 div section p,main.brand.col4 div section.quality p,main.brand.col4 div section.materials p{font-size:11px;line-height:110%}}@media (min-width:320px) and (max-width:479px){main.brand.col4 div section,main.brand.col4 div section.quality,main.brand.col4 div section.materials{padding:10px}main.brand.col4 div section h3,main.brand.col4 div section.quality h3,main.brand.col4 div section.materials h3{font-size:20px;padding-bottom:10px}main.brand.col4 div section p,main.brand.col4 div section.quality p,main.brand.col4 div section.materials p{font-size:12px;line-height:100%}}@media (min-width:0) and (max-width:319px){main.brand.col4 div section,main.brand.col4 div section.quality,main.brand.col4 div section.materials{padding:10px}main.brand.col4 div section h3,main.brand.col4 div section.quality h3,main.brand.col4 div section.materials h3{font-size:15px;padding-bottom:10px}main.brand.col4 div section p,main.brand.col4 div section.quality p,main.brand.col4 div section.materials p{font-size:10px;line-height:100%}}main.brand2{position:relative;width:100%;overflow:hidden;height:0;padding-top:350%}main.brand2 .brandImage{position:absolute;width:100%;top:0;left:0}main.brand2 .img-col4{display:block}main.brand2 .img-col3{display:none}main.brand2 .img-col2{display:none}main.brand2 div.article{position:absolute;display:block}main.brand2 div.article h3{position:absolute;top:0;left:0;width:100%;padding:30px;box-sizing:border-box;color:#fff;text-align:right;font-weight:normal;font-family:'arial_rounded_mtregular';font-size:40px}main.brand2 div.article h3 span{font-family:'arial_rounded_mt_boldbold'}main.brand2 div.article div.text{color:#fff;position:absolute;bottom:0;left:0;width:100%;padding:30px;padding-bottom:40px;box-sizing:border-box}main.brand2 div.article div.text p{padding-top:30px;font-size:22px;line-height:150%}main.brand2 div.article01{left:0;top:0;margin-top:25%;padding-top:50%;width:50%;height:0;display:block}main.brand2 div.article02{left:25%;top:0;margin-top:100%;padding-top:50%;width:50%;height:0;display:block}main.brand2 div.article02 h3{color:#606060;text-align:left}main.brand2 div.article02 div.text p{color:#606060}main.brand2 div.article03{left:0;top:0;margin-top:175%;padding-top:25%;width:25%;height:0;display:block}main.brand2 div.article03 h3{color:#606060;text-align:left}main.brand2 div.article03 div.text p{color:#606060}main.brand2 div.article04{left:25%;top:0;margin-top:200%;padding-top:50%;width:25%;height:0;display:block}main.brand2 div.article04 h3{text-align:left}main.brand2 div.article05{left:50%;top:0;margin-top:250%;padding-top:25%;width:50%;height:0;display:block}main.brand2 div.article05 h3{color:#fff;text-align:left}main.brand2 div.article05 div.text p{color:#fff}main.brand2 div.article06{left:0;top:0;margin-top:275.5%;padding-top:25%;width:50%;height:0;display:block}main.brand2 div.article06 h3{text-align:left}main.brand2 div.article06 div.text p a{color:#fff}main.brand2 div.article06 div.text p a:hover{color:#606060}main.brand2 div.article07{left:50%;top:0;margin-top:300.5%;padding-top:25%;width:50%;height:0;display:block}main.brand2 div.article07 h3{color:#606060;text-align:left}main.brand2 div.article07 div.text p{color:#606060}main.brand2 div.articleThreeCol{display:none}@media (max-width:1599px){main.brand2 div.article h3{font-size:30px}main.brand2 div.article div.text p{font-size:16px;padding-top:15px}main.brand2 div.article04 div.text p{line-height:130%}main.brand2 div.article06 div.text p{line-height:140%}}@media (max-width:1199px){main.brand2 div.article h3{font-size:20px;padding:15px}main.brand2 div.article div.text{padding:15px}main.brand2 div.article div.text p{font-size:14px}main.brand2 div.article03 div.text{padding-bottom:20px}main.brand2 div.article06 div.text p{line-height:130%}}@media (max-width:959px){main.brand2 div.article div.text p{line-height:120%;font-size:13px}main.brand2 div.article04 div.text p{font-size:11px}main.brand2 div.article06 div.text p{font-size:12px}main.brand2 div.article07 div.text p{font-size:12px}}@media (max-width:767px){main.brand2{padding-bottom:248%}main.brand2 .img-col4{display:none}main.brand2 .img-col3{display:block}main.brand2 .img-col2{display:none}main.brand2 div.article01{margin-top:33.3%;width:66.6%;padding-top:66.6%}main.brand2 div.article02{margin-top:166.6%;left:33.3%;padding-top:66.6%;width:66.6%}main.brand2 div.article03{margin-top:233.3%;left:66.6%;width:33.3%;padding-top:33.3%}main.brand2 div.article04{margin-top:333.33%;left:0;width:66.6%;padding-top:66.6%}main.brand2 div.article04 div.text p{line-height:120%}main.brand2 div.article05{margin-top:433.3%;left:33.3%;width:66.6%;padding-top:33.3%}main.brand2 div.article06{margin-top:500%;left:0;width:66.6%;padding-top:33.3%}main.brand2 div.article07{margin-top:533.3%;left:33.3%;width:66.6%;padding-top:33.3%}main.brand2 div.articleThreeCol{display:block}main.brand2 div.articleFourCol{display:none}}@media (max-width:599px){main.brand2 div.article h3{font-size:18px}main.brand2 div.article div.text p{font-size:11px}main.brand2 div.article02 div.text p{padding-top:8px}main.brand2 div.article06 h3{top:-5px}}@media (max-width:479px){main.brand2{padding-bottom:700%}main.brand2 .img-col4{display:none}main.brand2 .img-col3{display:none}main.brand2 .img-col2{display:block}main.brand2 div.article01{left:0;margin-top:50%;width:100%;padding-top:100%}main.brand2 div.article02{left:0;margin-top:200%;width:100%;padding-top:100%}main.brand2 div.article03{left:0;margin-top:600%;width:50%;padding-top:50%}main.brand2 div.article04{left:0;margin-top:650%;width:100%;padding-top:100%}main.brand2 div.article05{left:0;margin-top:800%;width:100%;padding-top:50%}main.brand2 div.article06{left:0;margin-top:900%;width:100%;padding-top:50%}main.brand2 div.article07{left:0;margin-top:1000%;width:100%;padding-top:50%}}