/*  ---------------------------------------------------------------------- */
/*  
    Name: mouvent.ch
    Date: June 2020
    Version: 2.3
    Author: Daniel Baumgartner
    Autor URI: icontel.com
*/
/*  ---------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.icon-container, a.expo-label, .event-container, .event-container .event-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/*
    Flex direction
 */
.event-container .event-content {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
.icon-container, a.expo-label {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }

/*
    Align items
 */
a.expo-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.event-container, .event-container .event-content {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

/*
    Align self
 */
/*
    Align content
 */
/*  ---------------------------------------------------------------------- */
/*  settings */
/*  ---------------------------------------------------------------------- */
/*	---------------------------------------------------------------------- */
/*	
	Icontel Custom Mixins & Helpers
	Date: January 2017
	Version: 1.1
	Author: Daniel Baumgartner
	Autor URI: icontel.com
*/
/*	---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  grid */
/*  ---------------------------------------------------------------------- */
.wrapper {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative; }

.row {
  margin: 1em -2%; }

[class*='column-'] {
  display: block;
  float: left;
  min-height: 1px;
  margin: 0 2%;
  padding: 0;
  width: 100%; }
  [class*='column-'].center {
    text-align: center; }

.column-1 {
  width: 4.33333%; }

.column-2 {
  width: 12.66667%; }

.column-3 {
  width: 21%; }

.column-4 {
  width: 29.33333%; }

.column-5 {
  width: 37.66667%; }

.column-6 {
  width: 46%; }

.column-7 {
  width: 54.33333%; }

.column-8 {
  width: 62.66667%; }

.column-9 {
  width: 71%; }

.column-10 {
  width: 79.33333%; }

.column-11 {
  width: 87.66667%; }

.column-12 {
  width: 96%; }

.offset-1 {
  margin-left: 10.33333%; }

.offset-2 {
  margin-left: 18.66667%; }

.offset-3 {
  margin-left: 27%; }

.offset-4 {
  margin-left: 35.33333%; }

.offset-5 {
  margin-left: 43.66667%; }

.offset-6 {
  margin-left: 52%; }

.offset-7 {
  margin-left: 60.33333%; }

.offset-8 {
  margin-left: 68.66667%; }

.offset-9 {
  margin-left: 77%; }

.offset-10 {
  margin-left: 85.33333%; }

.offset-11 {
  margin-left: 93.66667%; }

.offset-12 {
  margin-left: 102%; }

.row, .header-container .navigation-container, .icon-container, .team-container, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-salutation.field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-besttime.field-container, .event-container, .jobs-container {
  *zoom: 1; }
  .row:before, .header-container .navigation-container:before, .icon-container:before, .team-container:before, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:before, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:before, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:before, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:before, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:before, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:before, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:before, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:before, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-salutation.field-container:before, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-besttime.field-container:before, .event-container:before, .jobs-container:before, .row:after, .header-container .navigation-container:after, .icon-container:after, .team-container:after, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:after, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-salutation.field-container:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-besttime.field-container:after, .event-container:after, .jobs-container:after {
    content: " ";
    display: table; }
  .row:after, .header-container .navigation-container:after, .icon-container:after, .team-container:after, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:after, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-salutation.field-container:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-besttime.field-container:after, .event-container:after, .jobs-container:after {
    clear: both; }

/*  ---------------------------------------------------------------------- */
/*  typography */
/*  ---------------------------------------------------------------------- */
.header-container .meta-navigation ul, .header-container .navigation-container .nav-container ul, .footer-container ul, .downloads-container ul.download-factsheets {
  margin: 0;
  padding: 0;
  list-style: none; }

*:focus {
  outline: none; }

/*  ---------------------------------------------------------------------- */
/*  layout */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  triangle */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  transitions */
/*  ---------------------------------------------------------------------- */
a, a:visited, a img, a img:visited, .header-container, .button_container, .button_container span, .overlay, .onlinedemo, .quotelb701, .writeus, .newsletter, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .downloads-container .bstrap30 .panel-default .panel-heading, .swiper-section .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:before, .swiper-section .swiper-container .swiper-button-prev, .swiper-section .swiper-container .swiper-button-next, #fp-nav.fp-right ul li a span, #fp-nav.fp-bottom ul li a span, .fp-slidesNav.fp-right ul li a span, .fp-slidesNav.fp-bottom ul li a span, #fp-nav.fp-right ul li a span:before, #fp-nav.fp-bottom ul li a span:before, .fp-slidesNav.fp-right ul li a span:before, .fp-slidesNav.fp-bottom ul li a span:before, .fp-controlArrow, .fp-arrowDown {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

/*  ---------------------------------------------------------------------- */
/*  input */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  functions */
/*  ---------------------------------------------------------------------- */
.focuspoint {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }
  .focuspoint img {
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/*  ---------------------------------------------------------------------- */
/*  gradient */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  global */
/*  ---------------------------------------------------------------------- */
html, button, input, select, textarea {
  color: #FFFFFF; }

body {
  background: #000000;
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear; }
  body.meta .header-container .meta-navigation, body.meta .footer-container {
    background: #000000; }
  body.home section h1, body.home section h2, body.home section h3, body.home section h4, body.home section h5, body.printing-machines section h1, body.printing-machines section h2, body.printing-machines section h3, body.printing-machines section h4, body.printing-machines section h5, body.printing-technology section h1, body.printing-technology section h2, body.printing-technology section h3, body.printing-technology section h4, body.printing-technology section h5, body.meta section h1, body.meta section h2, body.meta section h3, body.meta section h4, body.meta section h5 {
    color: #FFFFFF;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.75); }
  body.home section.white, body.printing-machines section.white, body.printing-technology section.white, body.meta section.white {
    color: #000000;
    text-shadow: none; }
    body.home section.white h1, body.home section.white h2, body.home section.white h3, body.home section.white h4, body.home section.white h5, body.printing-machines section.white h1, body.printing-machines section.white h2, body.printing-machines section.white h3, body.printing-machines section.white h4, body.printing-machines section.white h5, body.printing-technology section.white h1, body.printing-technology section.white h2, body.printing-technology section.white h3, body.printing-technology section.white h4, body.printing-technology section.white h5, body.meta section.white h1, body.meta section.white h2, body.meta section.white h3, body.meta section.white h4, body.meta section.white h5 {
      color: #000000;
      text-shadow: none; }
    body.home section.white a, body.printing-machines section.white a, body.printing-technology section.white a, body.meta section.white a {
      color: #000000; }
      body.home section.white a.btn, body.home section.white .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.home section.white button.btn.submit, body.home section.white .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.home section.white button.btn.submit, body.home section.white .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.home section.white button.btn.submit, body.home section.white .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.home section.white button.btn.submit, body.home section.white .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title body.home section.white a, body.printing-machines section.white a.btn, body.printing-machines section.white .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-machines section.white button.btn.submit, body.printing-machines section.white .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-machines section.white button.btn.submit, body.printing-machines section.white .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-machines section.white button.btn.submit, body.printing-machines section.white .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-machines section.white button.btn.submit, body.printing-machines section.white .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title body.printing-machines section.white a, body.printing-technology section.white a.btn, body.printing-technology section.white .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-technology section.white button.btn.submit, body.printing-technology section.white .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-technology section.white button.btn.submit, body.printing-technology section.white .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-technology section.white button.btn.submit, body.printing-technology section.white .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-technology section.white button.btn.submit, body.printing-technology section.white .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title body.printing-technology section.white a, body.meta section.white a.btn, body.meta section.white .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.meta section.white button.btn.submit, body.meta section.white .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.meta section.white button.btn.submit, body.meta section.white .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.meta section.white button.btn.submit, body.meta section.white .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.meta section.white button.btn.submit, body.meta section.white .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title body.meta section.white a {
        border-color: #000000;
        color: #000000; }
        body.home section.white a.btn:hover, body.home section.white .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.home section.white button.btn.submit:hover, body.home section.white .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.home section.white button.btn.submit:hover, body.home section.white .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.home section.white button.btn.submit:hover, body.home section.white .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.home section.white button.btn.submit:hover, body.home section.white .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a:hover, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title body.home section.white a:hover, body.printing-machines section.white a.btn:hover, body.printing-machines section.white .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-machines section.white button.btn.submit:hover, body.printing-machines section.white .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-machines section.white button.btn.submit:hover, body.printing-machines section.white .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-machines section.white button.btn.submit:hover, body.printing-machines section.white .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-machines section.white button.btn.submit:hover, body.printing-machines section.white .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a:hover, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title body.printing-machines section.white a:hover, body.printing-technology section.white a.btn:hover, body.printing-technology section.white .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-technology section.white button.btn.submit:hover, body.printing-technology section.white .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-technology section.white button.btn.submit:hover, body.printing-technology section.white .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-technology section.white button.btn.submit:hover, body.printing-technology section.white .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.printing-technology section.white button.btn.submit:hover, body.printing-technology section.white .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a:hover, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title body.printing-technology section.white a:hover, body.meta section.white a.btn:hover, body.meta section.white .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.meta section.white button.btn.submit:hover, body.meta section.white .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.meta section.white button.btn.submit:hover, body.meta section.white .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.meta section.white button.btn.submit:hover, body.meta section.white .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container body.meta section.white button.btn.submit:hover, body.meta section.white .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a:hover, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title body.meta section.white a:hover {
          border-color: #EF7521;
          color: #000000; }
      body.home section.white a:hover, body.printing-machines section.white a:hover, body.printing-technology section.white a:hover, body.meta section.white a:hover {
        color: #EF7521; }
    body.home section.white .fp-controlArrow.fp-prev, body.printing-machines section.white .fp-controlArrow.fp-prev, body.printing-technology section.white .fp-controlArrow.fp-prev, body.meta section.white .fp-controlArrow.fp-prev {
      background-image: url("../content/icons/black/arrow-left.svg"); }
    body.home section.white .fp-controlArrow.fp-next, body.printing-machines section.white .fp-controlArrow.fp-next, body.printing-technology section.white .fp-controlArrow.fp-next, body.meta section.white .fp-controlArrow.fp-next {
      background-image: url("../content/icons/black/arrow-right.svg"); }
  body.home.fp-viewing-TextilePrinting .header-container, body.home.fp-viewing-TextilePrinting-0 .header-container, body.home.fp-viewing-TextilePrinting-1 .header-container, body.home.fp-viewing-LabelPrinting-0 .header-container, body.home.fp-viewing-LabelPrinting-1 .header-container, body.home.fp-viewing-LabelPrinting-2 .header-container, body.home.fp-viewing-TheMouventClusterTechnology .header-container, body.home.fp-viewing-TheMouventMatrixSystem .header-container, body.home.legal .header-container, body.printing-machines.fp-viewing-TextilePrinting .header-container, body.printing-machines.fp-viewing-TextilePrinting-0 .header-container, body.printing-machines.fp-viewing-TextilePrinting-1 .header-container, body.printing-machines.fp-viewing-LabelPrinting-0 .header-container, body.printing-machines.fp-viewing-LabelPrinting-1 .header-container, body.printing-machines.fp-viewing-LabelPrinting-2 .header-container, body.printing-machines.fp-viewing-TheMouventClusterTechnology .header-container, body.printing-machines.fp-viewing-TheMouventMatrixSystem .header-container, body.printing-machines.legal .header-container, body.printing-technology.fp-viewing-TextilePrinting .header-container, body.printing-technology.fp-viewing-TextilePrinting-0 .header-container, body.printing-technology.fp-viewing-TextilePrinting-1 .header-container, body.printing-technology.fp-viewing-LabelPrinting-0 .header-container, body.printing-technology.fp-viewing-LabelPrinting-1 .header-container, body.printing-technology.fp-viewing-LabelPrinting-2 .header-container, body.printing-technology.fp-viewing-TheMouventClusterTechnology .header-container, body.printing-technology.fp-viewing-TheMouventMatrixSystem .header-container, body.printing-technology.legal .header-container, body.meta.fp-viewing-TextilePrinting .header-container, body.meta.fp-viewing-TextilePrinting-0 .header-container, body.meta.fp-viewing-TextilePrinting-1 .header-container, body.meta.fp-viewing-LabelPrinting-0 .header-container, body.meta.fp-viewing-LabelPrinting-1 .header-container, body.meta.fp-viewing-LabelPrinting-2 .header-container, body.meta.fp-viewing-TheMouventClusterTechnology .header-container, body.meta.fp-viewing-TheMouventMatrixSystem .header-container, body.meta.legal .header-container {
    background: #FFFFFF; }
  body.home.fp-viewing-TextilePrinting .header-container .navigation-container .nav-container ul li a, body.home.fp-viewing-TextilePrinting-0 .header-container .navigation-container .nav-container ul li a, body.home.fp-viewing-TextilePrinting-1 .header-container .navigation-container .nav-container ul li a, body.home.fp-viewing-LabelPrinting-0 .header-container .navigation-container .nav-container ul li a, body.home.fp-viewing-LabelPrinting-1 .header-container .navigation-container .nav-container ul li a, body.home.fp-viewing-LabelPrinting-2 .header-container .navigation-container .nav-container ul li a, body.home.fp-viewing-TheMouventClusterTechnology .header-container .navigation-container .nav-container ul li a, body.home.fp-viewing-TheMouventMatrixSystem .header-container .navigation-container .nav-container ul li a, body.home.legal .header-container .navigation-container .nav-container ul li a, body.printing-machines.fp-viewing-TextilePrinting .header-container .navigation-container .nav-container ul li a, body.printing-machines.fp-viewing-TextilePrinting-0 .header-container .navigation-container .nav-container ul li a, body.printing-machines.fp-viewing-TextilePrinting-1 .header-container .navigation-container .nav-container ul li a, body.printing-machines.fp-viewing-LabelPrinting-0 .header-container .navigation-container .nav-container ul li a, body.printing-machines.fp-viewing-LabelPrinting-1 .header-container .navigation-container .nav-container ul li a, body.printing-machines.fp-viewing-LabelPrinting-2 .header-container .navigation-container .nav-container ul li a, body.printing-machines.fp-viewing-TheMouventClusterTechnology .header-container .navigation-container .nav-container ul li a, body.printing-machines.fp-viewing-TheMouventMatrixSystem .header-container .navigation-container .nav-container ul li a, body.printing-machines.legal .header-container .navigation-container .nav-container ul li a, body.printing-technology.fp-viewing-TextilePrinting .header-container .navigation-container .nav-container ul li a, body.printing-technology.fp-viewing-TextilePrinting-0 .header-container .navigation-container .nav-container ul li a, body.printing-technology.fp-viewing-TextilePrinting-1 .header-container .navigation-container .nav-container ul li a, body.printing-technology.fp-viewing-LabelPrinting-0 .header-container .navigation-container .nav-container ul li a, body.printing-technology.fp-viewing-LabelPrinting-1 .header-container .navigation-container .nav-container ul li a, body.printing-technology.fp-viewing-LabelPrinting-2 .header-container .navigation-container .nav-container ul li a, body.printing-technology.fp-viewing-TheMouventClusterTechnology .header-container .navigation-container .nav-container ul li a, body.printing-technology.fp-viewing-TheMouventMatrixSystem .header-container .navigation-container .nav-container ul li a, body.printing-technology.legal .header-container .navigation-container .nav-container ul li a, body.meta.fp-viewing-TextilePrinting .header-container .navigation-container .nav-container ul li a, body.meta.fp-viewing-TextilePrinting-0 .header-container .navigation-container .nav-container ul li a, body.meta.fp-viewing-TextilePrinting-1 .header-container .navigation-container .nav-container ul li a, body.meta.fp-viewing-LabelPrinting-0 .header-container .navigation-container .nav-container ul li a, body.meta.fp-viewing-LabelPrinting-1 .header-container .navigation-container .nav-container ul li a, body.meta.fp-viewing-LabelPrinting-2 .header-container .navigation-container .nav-container ul li a, body.meta.fp-viewing-TheMouventClusterTechnology .header-container .navigation-container .nav-container ul li a, body.meta.fp-viewing-TheMouventMatrixSystem .header-container .navigation-container .nav-container ul li a, body.meta.legal .header-container .navigation-container .nav-container ul li a {
    color: #000000; }
  body.home.fp-viewing-TextilePrinting .navigation-container .logo-container, body.home.fp-viewing-TextilePrinting-0 .navigation-container .logo-container, body.home.fp-viewing-TextilePrinting-1 .navigation-container .logo-container, body.home.fp-viewing-LabelPrinting-0 .navigation-container .logo-container, body.home.fp-viewing-LabelPrinting-1 .navigation-container .logo-container, body.home.fp-viewing-LabelPrinting-2 .navigation-container .logo-container, body.home.fp-viewing-TheMouventClusterTechnology .navigation-container .logo-container, body.home.fp-viewing-TheMouventMatrixSystem .navigation-container .logo-container, body.home.legal .navigation-container .logo-container, body.printing-machines.fp-viewing-TextilePrinting .navigation-container .logo-container, body.printing-machines.fp-viewing-TextilePrinting-0 .navigation-container .logo-container, body.printing-machines.fp-viewing-TextilePrinting-1 .navigation-container .logo-container, body.printing-machines.fp-viewing-LabelPrinting-0 .navigation-container .logo-container, body.printing-machines.fp-viewing-LabelPrinting-1 .navigation-container .logo-container, body.printing-machines.fp-viewing-LabelPrinting-2 .navigation-container .logo-container, body.printing-machines.fp-viewing-TheMouventClusterTechnology .navigation-container .logo-container, body.printing-machines.fp-viewing-TheMouventMatrixSystem .navigation-container .logo-container, body.printing-machines.legal .navigation-container .logo-container, body.printing-technology.fp-viewing-TextilePrinting .navigation-container .logo-container, body.printing-technology.fp-viewing-TextilePrinting-0 .navigation-container .logo-container, body.printing-technology.fp-viewing-TextilePrinting-1 .navigation-container .logo-container, body.printing-technology.fp-viewing-LabelPrinting-0 .navigation-container .logo-container, body.printing-technology.fp-viewing-LabelPrinting-1 .navigation-container .logo-container, body.printing-technology.fp-viewing-LabelPrinting-2 .navigation-container .logo-container, body.printing-technology.fp-viewing-TheMouventClusterTechnology .navigation-container .logo-container, body.printing-technology.fp-viewing-TheMouventMatrixSystem .navigation-container .logo-container, body.printing-technology.legal .navigation-container .logo-container, body.meta.fp-viewing-TextilePrinting .navigation-container .logo-container, body.meta.fp-viewing-TextilePrinting-0 .navigation-container .logo-container, body.meta.fp-viewing-TextilePrinting-1 .navigation-container .logo-container, body.meta.fp-viewing-LabelPrinting-0 .navigation-container .logo-container, body.meta.fp-viewing-LabelPrinting-1 .navigation-container .logo-container, body.meta.fp-viewing-LabelPrinting-2 .navigation-container .logo-container, body.meta.fp-viewing-TheMouventClusterTechnology .navigation-container .logo-container, body.meta.fp-viewing-TheMouventMatrixSystem .navigation-container .logo-container, body.meta.legal .navigation-container .logo-container {
    background-image: url("../content/logos/mouvent-black.svg");
    background-size: cover; }
    body.home.fp-viewing-TextilePrinting .navigation-container .logo-container img, body.home.fp-viewing-TextilePrinting-0 .navigation-container .logo-container img, body.home.fp-viewing-TextilePrinting-1 .navigation-container .logo-container img, body.home.fp-viewing-LabelPrinting-0 .navigation-container .logo-container img, body.home.fp-viewing-LabelPrinting-1 .navigation-container .logo-container img, body.home.fp-viewing-LabelPrinting-2 .navigation-container .logo-container img, body.home.fp-viewing-TheMouventClusterTechnology .navigation-container .logo-container img, body.home.fp-viewing-TheMouventMatrixSystem .navigation-container .logo-container img, body.home.legal .navigation-container .logo-container img, body.printing-machines.fp-viewing-TextilePrinting .navigation-container .logo-container img, body.printing-machines.fp-viewing-TextilePrinting-0 .navigation-container .logo-container img, body.printing-machines.fp-viewing-TextilePrinting-1 .navigation-container .logo-container img, body.printing-machines.fp-viewing-LabelPrinting-0 .navigation-container .logo-container img, body.printing-machines.fp-viewing-LabelPrinting-1 .navigation-container .logo-container img, body.printing-machines.fp-viewing-LabelPrinting-2 .navigation-container .logo-container img, body.printing-machines.fp-viewing-TheMouventClusterTechnology .navigation-container .logo-container img, body.printing-machines.fp-viewing-TheMouventMatrixSystem .navigation-container .logo-container img, body.printing-machines.legal .navigation-container .logo-container img, body.printing-technology.fp-viewing-TextilePrinting .navigation-container .logo-container img, body.printing-technology.fp-viewing-TextilePrinting-0 .navigation-container .logo-container img, body.printing-technology.fp-viewing-TextilePrinting-1 .navigation-container .logo-container img, body.printing-technology.fp-viewing-LabelPrinting-0 .navigation-container .logo-container img, body.printing-technology.fp-viewing-LabelPrinting-1 .navigation-container .logo-container img, body.printing-technology.fp-viewing-LabelPrinting-2 .navigation-container .logo-container img, body.printing-technology.fp-viewing-TheMouventClusterTechnology .navigation-container .logo-container img, body.printing-technology.fp-viewing-TheMouventMatrixSystem .navigation-container .logo-container img, body.printing-technology.legal .navigation-container .logo-container img, body.meta.fp-viewing-TextilePrinting .navigation-container .logo-container img, body.meta.fp-viewing-TextilePrinting-0 .navigation-container .logo-container img, body.meta.fp-viewing-TextilePrinting-1 .navigation-container .logo-container img, body.meta.fp-viewing-LabelPrinting-0 .navigation-container .logo-container img, body.meta.fp-viewing-LabelPrinting-1 .navigation-container .logo-container img, body.meta.fp-viewing-LabelPrinting-2 .navigation-container .logo-container img, body.meta.fp-viewing-TheMouventClusterTechnology .navigation-container .logo-container img, body.meta.fp-viewing-TheMouventMatrixSystem .navigation-container .logo-container img, body.meta.legal .navigation-container .logo-container img {
      opacity: 0;
      filter: alpha(opacity=0); }
  body.home.fp-viewing-TextilePrinting .button_container span, body.home.fp-viewing-TextilePrinting-0 .button_container span, body.home.fp-viewing-TextilePrinting-1 .button_container span, body.home.fp-viewing-LabelPrinting-0 .button_container span, body.home.fp-viewing-LabelPrinting-1 .button_container span, body.home.fp-viewing-LabelPrinting-2 .button_container span, body.home.fp-viewing-TheMouventClusterTechnology .button_container span, body.home.fp-viewing-TheMouventMatrixSystem .button_container span, body.home.legal .button_container span, body.printing-machines.fp-viewing-TextilePrinting .button_container span, body.printing-machines.fp-viewing-TextilePrinting-0 .button_container span, body.printing-machines.fp-viewing-TextilePrinting-1 .button_container span, body.printing-machines.fp-viewing-LabelPrinting-0 .button_container span, body.printing-machines.fp-viewing-LabelPrinting-1 .button_container span, body.printing-machines.fp-viewing-LabelPrinting-2 .button_container span, body.printing-machines.fp-viewing-TheMouventClusterTechnology .button_container span, body.printing-machines.fp-viewing-TheMouventMatrixSystem .button_container span, body.printing-machines.legal .button_container span, body.printing-technology.fp-viewing-TextilePrinting .button_container span, body.printing-technology.fp-viewing-TextilePrinting-0 .button_container span, body.printing-technology.fp-viewing-TextilePrinting-1 .button_container span, body.printing-technology.fp-viewing-LabelPrinting-0 .button_container span, body.printing-technology.fp-viewing-LabelPrinting-1 .button_container span, body.printing-technology.fp-viewing-LabelPrinting-2 .button_container span, body.printing-technology.fp-viewing-TheMouventClusterTechnology .button_container span, body.printing-technology.fp-viewing-TheMouventMatrixSystem .button_container span, body.printing-technology.legal .button_container span, body.meta.fp-viewing-TextilePrinting .button_container span, body.meta.fp-viewing-TextilePrinting-0 .button_container span, body.meta.fp-viewing-TextilePrinting-1 .button_container span, body.meta.fp-viewing-LabelPrinting-0 .button_container span, body.meta.fp-viewing-LabelPrinting-1 .button_container span, body.meta.fp-viewing-LabelPrinting-2 .button_container span, body.meta.fp-viewing-TheMouventClusterTechnology .button_container span, body.meta.fp-viewing-TheMouventMatrixSystem .button_container span, body.meta.legal .button_container span {
    background: #000000; }
  body.home.fp-viewing-TextilePrinting a.expo-label, body.home.fp-viewing-TextilePrinting-0 a.expo-label, body.home.fp-viewing-TextilePrinting-1 a.expo-label, body.home.fp-viewing-LabelPrinting-0 a.expo-label, body.home.fp-viewing-LabelPrinting-1 a.expo-label, body.home.fp-viewing-LabelPrinting-2 a.expo-label, body.home.fp-viewing-TheMouventClusterTechnology a.expo-label, body.home.fp-viewing-TheMouventMatrixSystem a.expo-label, body.home.legal a.expo-label, body.printing-machines.fp-viewing-TextilePrinting a.expo-label, body.printing-machines.fp-viewing-TextilePrinting-0 a.expo-label, body.printing-machines.fp-viewing-TextilePrinting-1 a.expo-label, body.printing-machines.fp-viewing-LabelPrinting-0 a.expo-label, body.printing-machines.fp-viewing-LabelPrinting-1 a.expo-label, body.printing-machines.fp-viewing-LabelPrinting-2 a.expo-label, body.printing-machines.fp-viewing-TheMouventClusterTechnology a.expo-label, body.printing-machines.fp-viewing-TheMouventMatrixSystem a.expo-label, body.printing-machines.legal a.expo-label, body.printing-technology.fp-viewing-TextilePrinting a.expo-label, body.printing-technology.fp-viewing-TextilePrinting-0 a.expo-label, body.printing-technology.fp-viewing-TextilePrinting-1 a.expo-label, body.printing-technology.fp-viewing-LabelPrinting-0 a.expo-label, body.printing-technology.fp-viewing-LabelPrinting-1 a.expo-label, body.printing-technology.fp-viewing-LabelPrinting-2 a.expo-label, body.printing-technology.fp-viewing-TheMouventClusterTechnology a.expo-label, body.printing-technology.fp-viewing-TheMouventMatrixSystem a.expo-label, body.printing-technology.legal a.expo-label, body.meta.fp-viewing-TextilePrinting a.expo-label, body.meta.fp-viewing-TextilePrinting-0 a.expo-label, body.meta.fp-viewing-TextilePrinting-1 a.expo-label, body.meta.fp-viewing-LabelPrinting-0 a.expo-label, body.meta.fp-viewing-LabelPrinting-1 a.expo-label, body.meta.fp-viewing-LabelPrinting-2 a.expo-label, body.meta.fp-viewing-TheMouventClusterTechnology a.expo-label, body.meta.fp-viewing-TheMouventMatrixSystem a.expo-label, body.meta.legal a.expo-label {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    body.home.fp-viewing-TextilePrinting a.expo-label:hover, body.home.fp-viewing-TextilePrinting-0 a.expo-label:hover, body.home.fp-viewing-TextilePrinting-1 a.expo-label:hover, body.home.fp-viewing-LabelPrinting-0 a.expo-label:hover, body.home.fp-viewing-LabelPrinting-1 a.expo-label:hover, body.home.fp-viewing-LabelPrinting-2 a.expo-label:hover, body.home.fp-viewing-TheMouventClusterTechnology a.expo-label:hover, body.home.fp-viewing-TheMouventMatrixSystem a.expo-label:hover, body.home.legal a.expo-label:hover, body.printing-machines.fp-viewing-TextilePrinting a.expo-label:hover, body.printing-machines.fp-viewing-TextilePrinting-0 a.expo-label:hover, body.printing-machines.fp-viewing-TextilePrinting-1 a.expo-label:hover, body.printing-machines.fp-viewing-LabelPrinting-0 a.expo-label:hover, body.printing-machines.fp-viewing-LabelPrinting-1 a.expo-label:hover, body.printing-machines.fp-viewing-LabelPrinting-2 a.expo-label:hover, body.printing-machines.fp-viewing-TheMouventClusterTechnology a.expo-label:hover, body.printing-machines.fp-viewing-TheMouventMatrixSystem a.expo-label:hover, body.printing-machines.legal a.expo-label:hover, body.printing-technology.fp-viewing-TextilePrinting a.expo-label:hover, body.printing-technology.fp-viewing-TextilePrinting-0 a.expo-label:hover, body.printing-technology.fp-viewing-TextilePrinting-1 a.expo-label:hover, body.printing-technology.fp-viewing-LabelPrinting-0 a.expo-label:hover, body.printing-technology.fp-viewing-LabelPrinting-1 a.expo-label:hover, body.printing-technology.fp-viewing-LabelPrinting-2 a.expo-label:hover, body.printing-technology.fp-viewing-TheMouventClusterTechnology a.expo-label:hover, body.printing-technology.fp-viewing-TheMouventMatrixSystem a.expo-label:hover, body.printing-technology.legal a.expo-label:hover, body.meta.fp-viewing-TextilePrinting a.expo-label:hover, body.meta.fp-viewing-TextilePrinting-0 a.expo-label:hover, body.meta.fp-viewing-TextilePrinting-1 a.expo-label:hover, body.meta.fp-viewing-LabelPrinting-0 a.expo-label:hover, body.meta.fp-viewing-LabelPrinting-1 a.expo-label:hover, body.meta.fp-viewing-LabelPrinting-2 a.expo-label:hover, body.meta.fp-viewing-TheMouventClusterTechnology a.expo-label:hover, body.meta.fp-viewing-TheMouventMatrixSystem a.expo-label:hover, body.meta.legal a.expo-label:hover {
      background: #000000;
      border-color: #000000; }
  body.home.fp-viewing-TextilePrinting .fp-arrowDown, body.home.fp-viewing-TextilePrinting-0 .fp-arrowDown, body.home.fp-viewing-TextilePrinting-1 .fp-arrowDown, body.home.fp-viewing-LabelPrinting-0 .fp-arrowDown, body.home.fp-viewing-LabelPrinting-1 .fp-arrowDown, body.home.fp-viewing-LabelPrinting-2 .fp-arrowDown, body.home.fp-viewing-TheMouventClusterTechnology .fp-arrowDown, body.home.fp-viewing-TheMouventMatrixSystem .fp-arrowDown, body.home.legal .fp-arrowDown, body.printing-machines.fp-viewing-TextilePrinting .fp-arrowDown, body.printing-machines.fp-viewing-TextilePrinting-0 .fp-arrowDown, body.printing-machines.fp-viewing-TextilePrinting-1 .fp-arrowDown, body.printing-machines.fp-viewing-LabelPrinting-0 .fp-arrowDown, body.printing-machines.fp-viewing-LabelPrinting-1 .fp-arrowDown, body.printing-machines.fp-viewing-LabelPrinting-2 .fp-arrowDown, body.printing-machines.fp-viewing-TheMouventClusterTechnology .fp-arrowDown, body.printing-machines.fp-viewing-TheMouventMatrixSystem .fp-arrowDown, body.printing-machines.legal .fp-arrowDown, body.printing-technology.fp-viewing-TextilePrinting .fp-arrowDown, body.printing-technology.fp-viewing-TextilePrinting-0 .fp-arrowDown, body.printing-technology.fp-viewing-TextilePrinting-1 .fp-arrowDown, body.printing-technology.fp-viewing-LabelPrinting-0 .fp-arrowDown, body.printing-technology.fp-viewing-LabelPrinting-1 .fp-arrowDown, body.printing-technology.fp-viewing-LabelPrinting-2 .fp-arrowDown, body.printing-technology.fp-viewing-TheMouventClusterTechnology .fp-arrowDown, body.printing-technology.fp-viewing-TheMouventMatrixSystem .fp-arrowDown, body.printing-technology.legal .fp-arrowDown, body.meta.fp-viewing-TextilePrinting .fp-arrowDown, body.meta.fp-viewing-TextilePrinting-0 .fp-arrowDown, body.meta.fp-viewing-TextilePrinting-1 .fp-arrowDown, body.meta.fp-viewing-LabelPrinting-0 .fp-arrowDown, body.meta.fp-viewing-LabelPrinting-1 .fp-arrowDown, body.meta.fp-viewing-LabelPrinting-2 .fp-arrowDown, body.meta.fp-viewing-TheMouventClusterTechnology .fp-arrowDown, body.meta.fp-viewing-TheMouventMatrixSystem .fp-arrowDown, body.meta.legal .fp-arrowDown {
    background-image: url("../content/icons/black/arrow-down.svg"); }
  body.home.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a span, body.home.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a span, body.home.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a span, body.home.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a span, body.home.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a span, body.home.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a span, body.home.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a span, body.home.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a span, body.home.legal #fp-nav.fp-right ul li a span, body.printing-machines.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a span, body.printing-machines.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a span, body.printing-machines.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a span, body.printing-machines.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a span, body.printing-machines.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a span, body.printing-machines.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a span, body.printing-machines.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a span, body.printing-machines.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a span, body.printing-machines.legal #fp-nav.fp-right ul li a span, body.printing-technology.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a span, body.printing-technology.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a span, body.printing-technology.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a span, body.printing-technology.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a span, body.printing-technology.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a span, body.printing-technology.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a span, body.printing-technology.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a span, body.printing-technology.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a span, body.printing-technology.legal #fp-nav.fp-right ul li a span, body.meta.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a span, body.meta.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a span, body.meta.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a span, body.meta.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a span, body.meta.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a span, body.meta.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a span, body.meta.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a span, body.meta.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a span, body.meta.legal #fp-nav.fp-right ul li a span {
    border-color: #000000 !important; }
    body.home.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a span:before, body.home.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a span:before, body.home.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a span:before, body.home.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a span:before, body.home.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a span:before, body.home.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a span:before, body.home.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a span:before, body.home.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a span:before, body.home.legal #fp-nav.fp-right ul li a span:before, body.printing-machines.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a span:before, body.printing-machines.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a span:before, body.printing-machines.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a span:before, body.printing-machines.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a span:before, body.printing-machines.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a span:before, body.printing-machines.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a span:before, body.printing-machines.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a span:before, body.printing-machines.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a span:before, body.printing-machines.legal #fp-nav.fp-right ul li a span:before, body.printing-technology.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a span:before, body.printing-technology.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a span:before, body.printing-technology.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a span:before, body.printing-technology.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a span:before, body.printing-technology.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a span:before, body.printing-technology.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a span:before, body.printing-technology.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a span:before, body.printing-technology.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a span:before, body.printing-technology.legal #fp-nav.fp-right ul li a span:before, body.meta.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a span:before, body.meta.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a span:before, body.meta.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a span:before, body.meta.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a span:before, body.meta.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a span:before, body.meta.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a span:before, body.meta.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a span:before, body.meta.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a span:before, body.meta.legal #fp-nav.fp-right ul li a span:before {
      background: #000000 !important; }
  body.home.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a.active span:before, body.home.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a.active span:before, body.home.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a.active span:before, body.home.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a.active span:before, body.home.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a.active span:before, body.home.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a.active span:before, body.home.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a.active span:before, body.home.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a.active span:before, body.home.legal #fp-nav.fp-right ul li a.active span:before, body.printing-machines.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a.active span:before, body.printing-machines.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a.active span:before, body.printing-machines.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a.active span:before, body.printing-machines.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a.active span:before, body.printing-machines.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a.active span:before, body.printing-machines.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a.active span:before, body.printing-machines.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a.active span:before, body.printing-machines.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a.active span:before, body.printing-machines.legal #fp-nav.fp-right ul li a.active span:before, body.printing-technology.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a.active span:before, body.printing-technology.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a.active span:before, body.printing-technology.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a.active span:before, body.printing-technology.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a.active span:before, body.printing-technology.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a.active span:before, body.printing-technology.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a.active span:before, body.printing-technology.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a.active span:before, body.printing-technology.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a.active span:before, body.printing-technology.legal #fp-nav.fp-right ul li a.active span:before, body.meta.fp-viewing-TextilePrinting #fp-nav.fp-right ul li a.active span:before, body.meta.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li a.active span:before, body.meta.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li a.active span:before, body.meta.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li a.active span:before, body.meta.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li a.active span:before, body.meta.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li a.active span:before, body.meta.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li a.active span:before, body.meta.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li a.active span:before, body.meta.legal #fp-nav.fp-right ul li a.active span:before {
    background: #000000; }
  body.home.fp-viewing-TextilePrinting #fp-nav.fp-right ul li .fp-tooltip, body.home.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li .fp-tooltip, body.home.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li .fp-tooltip, body.home.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li .fp-tooltip, body.home.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li .fp-tooltip, body.home.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li .fp-tooltip, body.home.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li .fp-tooltip, body.home.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li .fp-tooltip, body.home.legal #fp-nav.fp-right ul li .fp-tooltip, body.printing-machines.fp-viewing-TextilePrinting #fp-nav.fp-right ul li .fp-tooltip, body.printing-machines.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li .fp-tooltip, body.printing-machines.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li .fp-tooltip, body.printing-machines.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li .fp-tooltip, body.printing-machines.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li .fp-tooltip, body.printing-machines.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li .fp-tooltip, body.printing-machines.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li .fp-tooltip, body.printing-machines.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li .fp-tooltip, body.printing-machines.legal #fp-nav.fp-right ul li .fp-tooltip, body.printing-technology.fp-viewing-TextilePrinting #fp-nav.fp-right ul li .fp-tooltip, body.printing-technology.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li .fp-tooltip, body.printing-technology.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li .fp-tooltip, body.printing-technology.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li .fp-tooltip, body.printing-technology.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li .fp-tooltip, body.printing-technology.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li .fp-tooltip, body.printing-technology.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li .fp-tooltip, body.printing-technology.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li .fp-tooltip, body.printing-technology.legal #fp-nav.fp-right ul li .fp-tooltip, body.meta.fp-viewing-TextilePrinting #fp-nav.fp-right ul li .fp-tooltip, body.meta.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li .fp-tooltip, body.meta.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li .fp-tooltip, body.meta.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li .fp-tooltip, body.meta.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li .fp-tooltip, body.meta.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li .fp-tooltip, body.meta.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li .fp-tooltip, body.meta.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li .fp-tooltip, body.meta.legal #fp-nav.fp-right ul li .fp-tooltip {
    background: #FFFFFF !important;
    border-color: #000000 !important;
    color: #000000 !important;
    text-shadow: none; }
    body.home.fp-viewing-TextilePrinting #fp-nav.fp-right ul li .fp-tooltip:before, body.home.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li .fp-tooltip:before, body.home.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li .fp-tooltip:before, body.home.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li .fp-tooltip:before, body.home.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li .fp-tooltip:before, body.home.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li .fp-tooltip:before, body.home.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li .fp-tooltip:before, body.home.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li .fp-tooltip:before, body.home.legal #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-machines.fp-viewing-TextilePrinting #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-machines.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-machines.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-machines.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-machines.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-machines.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-machines.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-machines.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-machines.legal #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-technology.fp-viewing-TextilePrinting #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-technology.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-technology.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-technology.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-technology.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-technology.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-technology.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-technology.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li .fp-tooltip:before, body.printing-technology.legal #fp-nav.fp-right ul li .fp-tooltip:before, body.meta.fp-viewing-TextilePrinting #fp-nav.fp-right ul li .fp-tooltip:before, body.meta.fp-viewing-TextilePrinting-0 #fp-nav.fp-right ul li .fp-tooltip:before, body.meta.fp-viewing-TextilePrinting-1 #fp-nav.fp-right ul li .fp-tooltip:before, body.meta.fp-viewing-LabelPrinting-0 #fp-nav.fp-right ul li .fp-tooltip:before, body.meta.fp-viewing-LabelPrinting-1 #fp-nav.fp-right ul li .fp-tooltip:before, body.meta.fp-viewing-LabelPrinting-2 #fp-nav.fp-right ul li .fp-tooltip:before, body.meta.fp-viewing-TheMouventClusterTechnology #fp-nav.fp-right ul li .fp-tooltip:before, body.meta.fp-viewing-TheMouventMatrixSystem #fp-nav.fp-right ul li .fp-tooltip:before, body.meta.legal #fp-nav.fp-right ul li .fp-tooltip:before {
      background: #000000; }
  body.home.fp-viewing-GetInTouch .fp-arrowDown, body.printing-machines.fp-viewing-GetInTouch .fp-arrowDown, body.printing-technology.fp-viewing-GetInTouch .fp-arrowDown, body.meta.fp-viewing-GetInTouch .fp-arrowDown {
    display: none; }

body, html {
  margin: 0;
  padding: 0; }

/*  ---------------------------------------------------------------------- */
/*  typography */
/*  ---------------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-family: "Titillium Web", sans-serif;
  margin: 0 0 0.5em 0;
  padding: 0; }

h1 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1em; }

h2, h3 {
  font-size: 2em;
  line-height: 1.2em; }

h1.white, h2.white, h3.white, h4.white, p.white, span.white, ul.white, li.white, a.white {
  color: #FFFFFF; }

h1.black, h2.black, h3.black, h4.black, p.black, span.black, ul.black, li.black, a.black {
  color: #000000; }

h1.center, h2.center, h3.center, h4.center, p.center, span.center, ul.center, li.center, a.center {
  text-align: center; }

h1.right, h2.right, h3.right, h4.right, p.right, span.right, ul.right, li.right, a.right {
  text-align: right; }

.small {
  font-size: 0.85em;
  line-height: 1.75em; }

.big, body.events .events-form-container .form-title {
  font-size: 1.15em; }

b,
strong {
  font-weight: 700; }

p, pre {
  margin: 0 0 1em 0; }
  p:last-of-type, pre:last-of-type {
    margin-bottom: 0; }
  p.title, pre.title {
    margin-top: 2em; }
    p.title:first-of-type, pre.title:first-of-type {
      margin-top: 0; }
    p.title.no-margin-bottom, pre.title.no-margin-bottom {
      margin-bottom: 0; }

em, i {
  font-style: normal; }

a, a:visited, a img, a img:visited {
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  font-style: normal; }
  a:hover, a:active, a:visited:hover, a:visited:active, a img:hover, a img:active, a img:visited:hover, a img:visited:active {
    color: #EF7521; }

img {
  max-width: 100%; }

input.placeholder, textarea.placeholder {
  color: #000000; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000000; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000000; }

::-moz-selection {
  color: #FFFFFF;
  background: #EF7521; }

::selection {
  color: #FFFFFF;
  background: #EF7521; }

/*  ---------------------------------------------------------------------- */
/*  gradients */
/*  ---------------------------------------------------------------------- */
.gradient-bay-many, body.printing-machines .header-container .meta-navigation, body.printing-machines .footer-container, body.printing-machines .gradient-bar {
  background: #2DAFE6;
  background: -moz-linear-gradient(left, #2DAFE6 0%, #28328C 100%);
  background: -webkit-linear-gradient(left, #2DAFE6 0%, #28328C 100%);
  background: linear-gradient(to right, #2DAFE6 0%, #28328C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$picton-blue', endColorstr='$bay-of-many',GradientType=1 ); }

.gradient-many-rose, body.home .header-container .meta-navigation, body.home .footer-container, body.home .gradient-bar {
  background: #28328C;
  background: -moz-linear-gradient(left, #28328C 0%, #E6007D 100%);
  background: -webkit-linear-gradient(left, #28328C 0%, #E6007D 100%);
  background: linear-gradient(to right, #28328C 0%, #E6007D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$bay-of-many', endColorstr='$rose',GradientType=1 ); }

.gradient-rose-ribbon {
  background: #E6007D;
  background: -moz-linear-gradient(left, #E6007D 0%, #E60032 100%);
  background: -webkit-linear-gradient(left, #E6007D 0%, #E60032 100%);
  background: linear-gradient(to right, #E6007D 0%, #E60032 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$rose', endColorstr='$red-ribbon',GradientType=1 ); }

.gradient-ribbon-light, body.printing-technology .header-container .meta-navigation, body.printing-technology .footer-container, body.printing-technology .gradient-bar, a.expo-label {
  background: #FFDC14;
  background: -moz-linear-gradient(left, #FFDC14 0%, #E60032 100%);
  background: -webkit-linear-gradient(left, #FFDC14 0%, #E60032 100%);
  background: linear-gradient(to right, #FFDC14 0%, #E60032 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$candlelight', endColorstr='$red-ribbon',GradientType=1 ); }

.gradient-grey {
  background: #FFFFFF;
  background: -moz-radial-gradient(center, ellipse cover, #FFFFFF 0%, #CFC7C9 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%, #CFC7C9 100%);
  background: radial-gradient(ellipse at center, #FFFFFF 0%, #CFC7C9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CFC7C9',GradientType=1 ); }

/*  ---------------------------------------------------------------------- */
/*  layout */
/*  ---------------------------------------------------------------------- */
.header-container {
  background: #000000;
  margin: 0;
  padding-bottom: 15px;
  position: relative;
  text-shadow: none !important;
  z-index: 300;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  .header-container .meta-navigation {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding: 0 80px;
    text-align: right; }
    .header-container .meta-navigation ul li {
      display: inline-block;
      padding: 0 20px;
      position: relative; }
      .header-container .meta-navigation ul li.active a {
        color: #EF7521 !important;
        font-weight: 700; }
      .header-container .meta-navigation ul li:before {
        background: #FFFFFF;
        content: "";
        width: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        top: 13px;
        bottom: 13px;
        left: -3px; }
      .header-container .meta-navigation ul li:first-of-type {
        padding-left: 0; }
        .header-container .meta-navigation ul li:first-of-type:before {
          display: none; }
      .header-container .meta-navigation ul li:last-of-type {
        padding-right: 0; }
  .header-container .navigation-container {
    padding: 0 80px; }
    .header-container .navigation-container .logo-container {
      display: block;
      float: left;
      margin: 30px 0 0 0;
      position: relative;
      width: 250px; }
      .header-container .navigation-container .logo-container img {
        -webkit-transition: opacity 200ms linear;
        -moz-transition: opacity 200ms linear;
        -ms-transition: opacity 200ms linear;
        -o-transition: opacity 200ms linear;
        transition: opacity 200ms linear; }
    .header-container .navigation-container .nav-container {
      display: block;
      float: right;
      margin: 47px 0 0 0; }
      .header-container .navigation-container .nav-container ul li {
        display: inline-block;
        padding: 0 15px; }
        .header-container .navigation-container .nav-container ul li.active a {
          color: #EF7521 !important;
          font-weight: 700; }
        .header-container .navigation-container .nav-container ul li:first-of-type {
          padding-left: 0; }
        .header-container .navigation-container .nav-container ul li:last-of-type {
          padding-right: 0; }
        .header-container .navigation-container .nav-container ul li a {
          display: block;
          font-size: 1em;
          padding: 0;
          position: relative; }
          .header-container .navigation-container .nav-container ul li a:hover {
            color: #EF7521 !important; }
    .header-container .navigation-container .mobile-navigation {
      display: none; }

.footer-container {
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 80px;
  text-align: center;
  text-shadow: none !important; }
  .footer-container ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative; }
    .footer-container ul li:before {
      background: #FFFFFF;
      content: "";
      width: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      position: absolute;
      top: 13px;
      bottom: 13px;
      left: -3px; }
    .footer-container ul li:first-of-type {
      padding-left: 0; }
      .footer-container ul li:first-of-type:before {
        display: none; }
    .footer-container ul li:last-of-type {
      padding-right: 0; }

.gradient-bar {
  display: block;
  height: 40px;
  width: 100%; }

/*  ---------------------------------------------------------------------- */
/*  generic elements */
/*  ---------------------------------------------------------------------- */
.section, .slide {
  background-size: cover;
  background-position: center center; }
  .section.fp-auto-height, .slide.fp-auto-height {
    box-sizing: border-box;
    display: table;
    /*height: auto !important;*/
    -moz-min-height: 100vh;
    min-height: 100vh;
    padding-top: 200px;
    padding-bottom: 200px;
    width: 100%; }
    .section.fp-auto-height .vertical-center, .slide.fp-auto-height .vertical-center {
      display: table-cell;
      vertical-align: middle; }
    .section.fp-auto-height:last-of-type, .slide.fp-auto-height:last-of-type {
      min-height: calc(100vh - 40px); }
  .section.video-section, .slide.video-section {
    height: 100vh !important;
    overflow: hidden;
    position: relative; }
    .section.video-section video, .slide.video-section video {
      background-color: black;
      background-position: center center;
      background-size: 100% 100%;
      background-size: contain;
      height: 100%;
      object-fit: cover;
      width: 100%;
      z-index: 3;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .section.video-section video:-webkit-media-controls, .slide.video-section video:-webkit-media-controls {
        display: none !important; }
    .section.video-section .bubble-container, .slide.video-section .bubble-container {
      z-index: 200;
      position: absolute;
      bottom: 38px;
      left: 78px; }
    .section.video-section .img-bubble-container, .slide.video-section .img-bubble-container {
      z-index: 200; }
      .section.video-section .img-bubble-container.first-bubble, .slide.video-section .img-bubble-container.first-bubble {
        position: absolute;
        bottom: 16em;
        left: 78px; }
      .section.video-section .img-bubble-container.second-bubble, .slide.video-section .img-bubble-container.second-bubble {
        position: absolute;
        bottom: 3em;
        left: 78px; }
      .section.video-section .img-bubble-container.third-bubble, .slide.video-section .img-bubble-container.third-bubble {
        position: absolute;
        right: 78px;
        bottom: 3em; }
      .section.video-section .img-bubble-container img, .slide.video-section .img-bubble-container img {
        width: 12em; }
  .section a.body-link, .slide a.body-link {
    color: #EF7521;
    text-decoration: underline; }
    .section a.body-link:hover, .slide a.body-link:hover {
      color: #FFFFFF; }

.section.fp-auto-height .fp-slides .wrapper, .slide.fp-auto-height .fp-slides .wrapper {
  display: block; }

.icon-container {
  margin: 0 auto; }
  .icon-container.margin.top {
    margin-top: 40px; }
  .icon-container.margin.bottom {
    margin-bottom: 40px; }
  .icon-container .icon-content {
    display: block;
    float: left;
    margin: 0 20px;
    max-width: 150px; }
    .icon-container .icon-content .icon-illu {
      border: 2px solid #FFFFFF;
      box-sizing: box-sizing;
      position: relative;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%; }
      .icon-container .icon-content .icon-illu .spacer {
        margin-top: 100%; }
      .icon-container .icon-content .icon-illu .icon-holder {
        transform-style: preserve-3d;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .icon-container .icon-content .icon-illu .icon-holder img {
          left: calc((100% - 50%) / 2);
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 50%; }
    .icon-container .icon-content .icon-text {
      margin: 0.5em 0 0 0; }
  .icon-container.one .icon-content {
    width: calc((100% / 1) - 40px); }
  .icon-container.two .icon-content {
    width: calc((100% / 2) - 40px); }
  .icon-container.three .icon-content {
    width: calc((100% / 3) - 40px); }
  .icon-container.four .icon-content {
    width: calc((100% / 4) - 40px); }
  .icon-container.five .icon-content {
    width: calc((100% / 5) - 40px); }
  .icon-container.six .icon-content {
    width: calc((100% / 6) - 40px); }

.team-container {
  margin: 40px auto 0 auto; }
  .team-container .team-content {
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 1.5em;
    padding: 0 20px;
    width: 33.33333%; }
    .team-container .team-content .team-portrait {
      margin: 0 auto 35px auto; }
    .team-container .team-content .team-name {
      font-weight: 700; }
  .team-container.first-row .team-content:nth-child(1) {
    margin-left: 16.66666%; }

a.btn, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a {
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  height: 40px;
  line-height: 37px;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  a.btn:hover, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit:hover, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a:hover {
    border-color: #EF7521;
    color: #FFFFFF; }
  a.btn.tel:hover, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.tel.btn.submit:hover, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.tel.btn.submit:hover, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.tel.btn.submit:hover, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.tel.btn.submit:hover, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a.tel:hover {
    border-color: #FFFFFF; }

a.margin {
  float: none;
  text-align: center; }
  a.margin.top {
    margin-top: 40px; }
  a.margin.bottom {
    margin-bottom: 40px; }
  a.margin.left {
    margin-left: 40px; }
  a.margin.right {
    margin-right: 40px; }

a.expo-label {
  border: 2px solid #EF7521;
  box-sizing: border-box;
  color: #000000 !important;
  font-size: 17px;
  height: 135px;
  line-height: 22px;
  overflow: hidden;
  text-align: center;
  text-shadow: none;
  width: 135px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px; }
  a.expo-label:hover {
    border-color: #FFFFFF; }

.onlinedemo, .quotelb701, .writeus, .newsletter {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }
  .onlinedemo.active, .quotelb701.active, .writeus.active, .newsletter.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
  .onlinedemo .bstrap3-material .container, .quotelb701 .bstrap3-material .container, .writeus .bstrap3-material .container, .newsletter .bstrap3-material .container {
    background: #FFFFFF;
    color: #000000;
    font-size: 17px;
    padding: 20px;
    text-shadow: none;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .onlinedemo .bstrap3-material .container .row, .quotelb701 .bstrap3-material .container .row, .writeus .bstrap3-material .container .row, .newsletter .bstrap3-material .container .row {
      margin: 0; }
      .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12, .writeus .bstrap3-material .container .row .c-form.col-sm-12, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 {
        padding: 0; }
        .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group {
          margin: 5px 0; }
          .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .label-right, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .label-right, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .label-right, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .label-right {
            display: none; }
          .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container {
            margin: 0;
            padding: 0;
            width: 100%; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea {
              background-color: #CFD1E5;
              box-shadow: none;
              box-sizing: border-box;
              color: #000000;
              font-size: 17px;
              height: auto;
              line-height: inherit;
              padding: 0 7px; }
              .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input.placeholder, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select.placeholder, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea.placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input.placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select.placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea.placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input.placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select.placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea.placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input.placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select.placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea.placeholder {
                color: #000000; }
              .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input:-moz-placeholder, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select:-moz-placeholder, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea:-moz-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input:-moz-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select:-moz-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea:-moz-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input:-moz-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select:-moz-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea:-moz-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input:-moz-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select:-moz-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea:-moz-placeholder {
                color: #000000; }
              .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input::-moz-placeholder, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select::-moz-placeholder, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea::-moz-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input::-moz-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select::-moz-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea::-moz-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input::-moz-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select::-moz-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea::-moz-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input::-moz-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select::-moz-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea::-moz-placeholder {
                color: #000000; }
              .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input:-ms-input-placeholder, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select:-ms-input-placeholder, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea:-ms-input-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input:-ms-input-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select:-ms-input-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea:-ms-input-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input:-ms-input-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select:-ms-input-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea:-ms-input-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input:-ms-input-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select:-ms-input-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea:-ms-input-placeholder {
                color: #000000; }
              .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input::-webkit-input-placeholder, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select::-webkit-input-placeholder, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea::-webkit-input-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input::-webkit-input-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select::-webkit-input-placeholder, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea::-webkit-input-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input::-webkit-input-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select::-webkit-input-placeholder, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea::-webkit-input-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input::-webkit-input-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select::-webkit-input-placeholder, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea::-webkit-input-placeholder {
                color: #000000; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea {
              border: none;
              height: 175px;
              max-height: 350px;
              min-height: 100px;
              padding: 7px;
              resize: vertical; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select {
              background-image: url("../content/icons/black/arrow-down.svg");
              background-size: 30px; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox {
              min-height: auto;
              padding: 0; }
              .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label {
                padding-left: 20px; }
                .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"], .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"], .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"], .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"], .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"], .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"], .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"], .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"] {
                  background: none;
                  border: none;
                  margin: 0 0 0 -20px;
                  padding: 0;
                  width: 25px;
                  vertical-align: -1px; }
                  .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:before, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:before, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:before, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:before, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:before, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:before, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:before, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:before {
                    background-color: #28328C;
                    height: 15px;
                    margin: 0;
                    width: 15px; }
                  .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:after, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:after {
                    background-color: #FFFFFF;
                    border: 1px solid #000000;
                    height: 15px;
                    margin: 0;
                    width: 15px; }
                  .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:checked:before, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:checked:before, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:checked:before, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:checked:before, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:checked:before, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:checked:before, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"]:checked:before, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"]:checked:before {
                    -webkit-transform: scale(1);
                    ms-transform: scale(1);
                    o-transform: scale(1);
                    transform: scale(1); }
                .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"], .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"], .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"], .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"], .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"], .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"], .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"], .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"] {
                  background: none;
                  border: none;
                  margin: 0 0 0 -20px;
                  padding: 0;
                  width: 25px;
                  vertical-align: -2px; }
                  .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:after, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:after {
                    background-color: #FFFFFF;
                    border: 1px solid #000000;
                    height: 15px;
                    margin: 0 6px 0 0;
                    width: 15px; }
                  .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:checked:before, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:checked:before, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:checked:before, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:checked:before, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:checked:before, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:checked:before, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:checked:before, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:checked:before {
                    left: 5px; }
                  .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:checked:after, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:checked:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:checked:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:checked:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:checked:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:checked:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"]:checked:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"]:checked:after {
                    background-color: #28328C; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit {
              background: #FFFFFF;
              border-color: #000000;
              box-shadow: none;
              color: #000000 !important;
              float: right;
              text-transform: none; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .text-danger, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .text-danger, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .text-danger, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .text-danger {
              color: #FFFFFF;
              font-weight: 700;
              pointer-events: none;
              position: absolute;
              top: 0;
              right: 7px; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error input, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error select, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error input, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error select, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error input, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error select, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error input, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error select {
              background: #EF7521; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .checkbox input[type="checkbox"]:after, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .checkbox input[type="checkbox"]:after, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .checkbox input[type="checkbox"]:after, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .checkbox input[type="checkbox"]:after {
              background-color: #EF7521; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .checkbox span, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .checkbox span, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .checkbox span, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error .checkbox span {
              color: #EF7521;
              font-weight: 700; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error.checkbox-list .err-placeholder span, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error.checkbox-list .err-placeholder span, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error.checkbox-list .err-placeholder span, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container.has-error.checkbox-list .err-placeholder span {
              display: none !important; }
          .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container {
            background-color: #CFD1E5;
            padding-right: 7px;
            width: 50%; }
          .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container.has-error, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container.has-error, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container.has-error, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container.has-error {
            background: #EF7521; }
          .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container {
            background-color: #CFD1E5; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container .radio, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container .radio, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container .radio, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container .radio, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container .radio, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container .radio, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container .radio, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container .radio {
              display: block;
              float: left;
              margin: 0 7px;
              min-width: 20%; }
          .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right {
            background-color: #CFD1E5;
            display: block;
            float: left;
            min-width: 30%;
            padding: 0;
            text-align: left; }
            .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right label, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right label, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right label, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right label {
              color: #000000;
              font-weight: 400 !important;
              padding: 0 7px; }
          .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container {
            display: block;
            float: left;
            width: 70%; }
          .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container.has-error, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container.has-error, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container.has-error, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container.has-error {
            padding-right: 0; }
  .onlinedemo .container, .quotelb701 .container, .writeus .container, .newsletter .container {
    padding: 1em !important; }

.quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-textfield-half, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-textfield-full {
  padding: 0 !important; }

.quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-dropdown-half, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-dropdown-full {
  background-color: #CFD1E5;
  padding-right: 7px; }
  .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-dropdown-half.has-error, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-dropdown-full.has-error {
    padding-right: 0; }

.quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-salutation.field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-besttime.field-container {
  background-color: #CFD1E5; }
  .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-salutation.field-container .radio, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-besttime.field-container .radio {
    display: block;
    float: left;
    margin: 0 7px;
    min-width: 20%; }

.quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-besttime.field-container {
  width: 70% !important; }

.quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-dropdown-half, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-textfield-half, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-salutation {
  width: 50% !important; }

.quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-dropdown-full, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-textfield-full, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-besttime {
  width: 100% !important; }

.quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right {
  display: none !important; }

.quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(10) .label-right {
  background-color: #CFD1E5;
  display: block !important;
  float: left;
  min-width: 30%;
  padding: 0;
  text-align: left; }
  .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(10) .label-right label {
    color: #000000;
    font-weight: 400 !important;
    padding: 0 7px; }

.contact-btn-group a.btn, .contact-btn-group .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .contact-btn-group button.btn.submit, .contact-btn-group .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .contact-btn-group button.btn.submit, .contact-btn-group .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .contact-btn-group button.btn.submit, .contact-btn-group .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .contact-btn-group button.btn.submit, .contact-btn-group .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title .contact-btn-group a {
  margin: 0.75em; }

html .bstrap3-material .alert-info {
  background-color: transparent;
  border-color: none;
  color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0; }

.downloads-container .bstrap30 .panel-default {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 0;
  text-align: left; }
  .downloads-container .bstrap30 .panel-default .panel-heading {
    background: none;
    border: 2px solid #FFFFFF;
    padding: 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title {
      outline: none; }
      .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a {
        background-image: url("../content/icons/white/arrow-down.svg");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 35px;
        border: none;
        display: block;
        height: auto;
        outline: none;
        padding: 0;
        text-decoration: none;
        text-shadow: none; }
    .downloads-container .bstrap30 .panel-default .panel-heading:hover {
      border-color: #EF7521; }
    .downloads-container .bstrap30 .panel-default .panel-heading.active h4.panel-title a {
      background-image: url("../content/icons/white/arrow-up.svg"); }
  .downloads-container .bstrap30 .panel-default .panel-collapse .panel-body {
    font-size: 17px;
    padding: 20px 0 10px 0;
    text-shadow: none; }
    .downloads-container .bstrap30 .panel-default .panel-collapse .panel-body .tabsProC.dnnsharp-container {
      padding: 0 !important; }
    .downloads-container .bstrap30 .panel-default .panel-collapse .panel-body p {
      margin: 0 0 1em 0; }
      .downloads-container .bstrap30 .panel-default .panel-collapse .panel-body p:last-of-type {
        margin: 0; }
  .downloads-container .bstrap30 .panel-default:last-of-type {
    margin: 0; }

.column-10.offset-1.image, .column-8.offset-2.image, .column-6.offset-3.image {
  margin-bottom: 1em; }

/*  ---------------------------------------------------------------------- */
/*  background images */
/*  ---------------------------------------------------------------------- */
body.home #section0 {
  background-image: url(../content/background/home/intro.jpg); }

body.home #section1 {
  background-image: url(../content/background/home/welcome-to-mouvent.jpg); }

body.home #section2 {
  background-color: #000000;
  /*background-image: url(../content/background/home/our-products.jpg);
        background-repeat: no-repeat;
        background-size: contain;*/ }

body.home #section3 {
  background: #000000;
  /*background-image: url(../content/background/home/our-technology.jpg);*/ }

body.home #section4 {
  background-image: url(../content/background/home/meet-us-at-label-expo-2017.jpg); }

body.home #section5 {
  background-image: url(../content/background/home/the-mouvent-management.jpg); }

body.home #section6 {
  background-image: url(../content/background/home/get-in-touch.jpg); }

body.printing-machines #section0 {
  background-image: url(../content/background/printing-machines/intro.jpg); }

body.printing-machines #section1 {
  background-image: url(../content/background/printing-machines/discover.jpg); }

body.printing-machines #section2 {
  background: #F6F7F9; }

body.printing-machines #section3 {
  background: #EFF0F2;
  /*@extend .gradient-grey;*/ }

body.printing-machines #section4 {
  background-image: url(../content/background/printing-machines/speed.jpg); }

body.printing-machines #section5 {
  background: #000000;
  /*background-image: url(../content/background/printing-machines/our-product-pipeline.jpg);*/ }

body.printing-machines #section6 {
  background-image: url(../content/background/printing-machines/get-in-touch.jpg); }

body.printing-technology #section0 {
  background-image: url(../content/background/printing-technology/intro.jpg); }

body.printing-technology #section1 {
  background-image: url(../content/background/printing-technology/discover.jpg); }

body.printing-technology #section2, body.printing-technology #section3 {
  background: #FFFFFF; }

body.printing-technology #section4 {
  background-image: url(../content/background/printing-technology/ink-coatings.jpg); }

body.printing-technology #section5 {
  background: #000000; }

body.printing-technology #section6 {
  background-image: url(../content/background/printing-technology/get-in-touch.jpg); }

body.meta.events .swiper-section, body.meta.news .swiper-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

body.meta.events .swiper-section {
  background-image: url(../content/background/meta/events.jpg); }

body.meta.news .swiper-section {
  background-image: url(../content/background/meta/news.jpg); }

body.meta.downloads #section0 {
  background-image: url(../content/background/meta/downloads.jpg); }

body.meta.contact #section0 {
  background-image: url(../content/background/meta/contacts.jpg); }

body.meta.jobs .swiper-section {
  background-image: url(../content/background/meta/news.jpg); }

body.meta.legal #section0 {
  background: #FFFFFF; }

/*  ---------------------------------------------------------------------- */
/*  meta pages */
/*  ---------------------------------------------------------------------- */
.swiper-section {
  box-sizing: border-box;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  min-height: calc(100vh - 40px); }
  .swiper-section .swiper-container {
    padding-bottom: 70px; }
    .swiper-section .swiper-container .swiper-pagination-bullets {
      bottom: 0; }
      .swiper-section .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
        background: none transparent;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        height: 40px;
        position: relative;
        margin: 0 20px;
        width: 40px;
        opacity: 1;
        filter: alpha(opacity=100); }
        .swiper-section .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:before {
          background: #FFFFFF;
          content: "";
          height: 0;
          width: 0;
          position: absolute;
          top: 18px;
          left: 18px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px; }
        .swiper-section .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
          height: 10px;
          width: 10px;
          position: absolute;
          top: 13px;
          left: 13px; }
        .swiper-section .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
          height: 20px;
          width: 20px;
          position: absolute;
          top: 8px;
          left: 8px; }
    .swiper-section .swiper-container .swiper-button-prev, .swiper-section .swiper-container .swiper-button-next {
      background-size: contain;
      background-repeat: no-repeat;
      border: none;
      height: 80px;
      margin-top: -40px;
      top: calc(50% - 35px);
      width: 30px;
      z-index: 10; }
      .swiper-section .swiper-container .swiper-button-prev.swiper-button-disabled, .swiper-section .swiper-container .swiper-button-next.swiper-button-disabled {
        opacity: 0;
        filter: alpha(opacity=0); }
    .swiper-section .swiper-container .swiper-button-prev {
      left: 60px;
      background-image: url(../content/icons/white/arrow-left.svg); }
      .swiper-section .swiper-container .swiper-button-prev:hover {
        left: 55px; }
    .swiper-section .swiper-container .swiper-button-next {
      right: 60px;
      background-image: url(../content/icons/white/arrow-right.svg); }
      .swiper-section .swiper-container .swiper-button-next:hover {
        right: 55px; }

.event-container, .jobs-container {
  background: #FFFFFF;
  color: #000000;
  min-height: 525px;
  overflow: hidden;
  position: relative;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .event-container .jobs-img, .jobs-container .jobs-img {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0; }
    .event-container .jobs-img .focuspoint, .jobs-container .jobs-img .focuspoint {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .event-container .jobs-content, .jobs-container .jobs-content {
    display: block;
    float: right; }
  .event-container .event-content, .event-container .jobs-content, .jobs-container .event-content, .jobs-container .jobs-content {
    box-sizing: border-box;
    width: 50%;
    padding: 30px 40px 80px 40px; }
    .event-container .event-content .event-date, .event-container .event-content .jobs-location, .event-container .jobs-content .event-date, .event-container .jobs-content .jobs-location, .jobs-container .event-content .event-date, .jobs-container .event-content .jobs-location, .jobs-container .jobs-content .event-date, .jobs-container .jobs-content .jobs-location {
      font-size: 17px;
      margin-bottom: 1em; }
    .event-container .event-content .event-title, .event-container .event-content .jobs-title, .event-container .jobs-content .event-title, .event-container .jobs-content .jobs-title, .jobs-container .event-content .event-title, .jobs-container .event-content .jobs-title, .jobs-container .jobs-content .event-title, .jobs-container .jobs-content .jobs-title {
      font-weight: 700;
      margin-bottom: 1em; }
    .event-container .event-content .jobs-link, .event-container .jobs-content .jobs-link, .jobs-container .event-content .jobs-link, .jobs-container .jobs-content .jobs-link {
      color: #000000;
      display: block;
      font-size: 17px;
      width: calc(50% - 80px);
      position: absolute;
      bottom: 30px; }
      .event-container .event-content .jobs-link:hover, .event-container .jobs-content .jobs-link:hover, .jobs-container .event-content .jobs-link:hover, .jobs-container .jobs-content .jobs-link:hover {
        color: #EF7521; }

.event-container .event-img {
  display: block;
  margin: 0;
  position: relative;
  width: 50%; }
  .event-container .event-img .focuspoint {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.event-container .event-content {
  padding: 30px 40px; }
  .event-container .event-content .eventLink-container {
    margin-top: 1em;
    width: 100%; }
    .event-container .event-content .eventLink-container .event-link {
      color: #000000;
      display: block;
      font-size: 17px; }
      .event-container .event-content .eventLink-container .event-link:hover {
        color: #EF7521; }

.downloads-container .bstrap30 .row {
  margin-left: 0;
  margin-left: 0; }

.downloads-container .download-imgs.row {
  margin: 1em -2% !important; }
  .downloads-container .download-imgs.row .download-img {
    margin-bottom: 0.75em; }
  .downloads-container .download-imgs.row .download-text a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
    .downloads-container .download-imgs.row .download-text a:hover {
      color: #EF7521; }

.downloads-container ul.download-factsheets a {
  color: #FFFFFF;
  display: block;
  padding: 0.15em 0;
  text-decoration: none;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }
  .downloads-container ul.download-factsheets a:hover {
    color: #EF7521; }

body.events {
  /*.swiper-button-prev, .swiper-button-next {
        display: none;
    }*/ }
  body.events .events-form-container {
    color: #000000;
    text-shadow: none; }
    body.events .events-form-container .form-title {
      background: #FFFFFF;
      color: #EF7521;
      display: inline-block;
      font-weight: 700;
      padding: 20px 40px 10px 40px;
      text-transform: uppercase;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      -ms-border-radius: 4px 4px 0 0;
      -o-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0; }
    body.events .events-form-container .form-content {
      background: #FFFFFF;
      padding: 40px;
      -webkit-border-radius: 0 4px 4px 4px;
      -moz-border-radius: 0 4px 4px 4px;
      -ms-border-radius: 0 4px 4px 4px;
      -o-border-radius: 0 4px 4px 4px;
      border-radius: 0 4px 4px 4px; }
      body.events .events-form-container .form-content .form-container {
        margin: 40px 0 0 0; }
        body.events .events-form-container .form-content .form-container.ict-form-container {
          height: auto;
          overflow: visible;
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100); }
          body.events .events-form-container .form-content .form-container.ict-form-container .bstrap3-material .container {
            padding: 0; }
            body.events .events-form-container .form-content .form-container.ict-form-container .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container {
              background: none;
              float: none;
              width: 100%; }

body.contact .contact-container p.title {
  margin-bottom: 0.5em; }

body.contact .contact-social a {
  border: 2px solid #FFFFFF;
  box-sizing: box-sizing;
  display: inline-block;
  height: 75px;
  line-height: 75px;
  margin: 0 20px;
  position: relative;
  text-shadow: none;
  width: 75px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }
  body.contact .contact-social a:hover {
    border-color: #EF7521; }
  body.contact .contact-social a img {
    left: calc((100% - 50%) / 2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%; }

body.jobs .jobs-container .event-content .jobs-title, body.jobs .jobs-container .jobs-content .jobs-title {
  margin-bottom: 0; }

/*  ---------------------------------------------------------------------- */
/*  side & bottom dot navigation */
/*  ---------------------------------------------------------------------- */
#fp-nav.fp-right ul li, #fp-nav.fp-bottom ul li, .fp-slidesNav.fp-right ul li, .fp-slidesNav.fp-bottom ul li {
  width: 40px;
  height: 40px; }
  #fp-nav.fp-right ul li a span, #fp-nav.fp-bottom ul li a span, .fp-slidesNav.fp-right ul li a span, .fp-slidesNav.fp-bottom ul li a span {
    background: transparent !important;
    border: 2px solid #FFFFFF !important;
    box-sizing: border-box;
    height: 40px;
    margin: -20px 0 0 -20px;
    width: 40px; }
    #fp-nav.fp-right ul li a span:before, #fp-nav.fp-bottom ul li a span:before, .fp-slidesNav.fp-right ul li a span:before, .fp-slidesNav.fp-bottom ul li a span:before {
      background: #FFFFFF;
      content: "";
      height: 0;
      width: 0;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      position: absolute;
      top: 18px;
      left: 18px; }
  #fp-nav.fp-right ul li a:hover span:before, #fp-nav.fp-bottom ul li a:hover span:before, .fp-slidesNav.fp-right ul li a:hover span:before, .fp-slidesNav.fp-bottom ul li a:hover span:before {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 8px;
    left: 8px; }
  #fp-nav.fp-right ul li a.active span, #fp-nav.fp-bottom ul li a.active span, .fp-slidesNav.fp-right ul li a.active span, .fp-slidesNav.fp-bottom ul li a.active span {
    margin: -20px 0 0 -20px;
    height: 40px;
    width: 40px; }
    #fp-nav.fp-right ul li a.active span:before, #fp-nav.fp-bottom ul li a.active span:before, .fp-slidesNav.fp-right ul li a.active span:before, .fp-slidesNav.fp-bottom ul li a.active span:before {
      background: #FFFFFF;
      content: "";
      height: 20px;
      width: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      position: absolute;
      top: 8px;
      left: 8px; }

#fp-nav.fp-right {
  right: 60px; }
  #fp-nav.fp-right ul li {
    margin: 20px 0; }
    #fp-nav.fp-right ul li:first-of-type {
      display: none; }
    #fp-nav.fp-right ul li .fp-tooltip {
      background: #000000;
      border: 2px solid #FFFFFF;
      box-sizing: border-box;
      color: #FFFFFF;
      font-family: "Titillium Web", sans-serif;
      font-size: 17px;
      height: 40px;
      line-height: 37px;
      max-width: none;
      overflow: visible;
      padding: 0 20px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      position: absolute;
      top: 0px;
      right: 0px; }
      #fp-nav.fp-right ul li .fp-tooltip:before {
        background: #FFFFFF;
        content: "";
        height: 2px;
        width: 20px;
        position: absolute;
        top: 18px;
        right: -22px; }
    #fp-nav.fp-right ul li:hover .fp-tooltip {
      right: 60px; }

.fp-slidesNav.fp-bottom {
  bottom: 80px; }
  .fp-slidesNav.fp-bottom ul {
    height: 40px; }
    .fp-slidesNav.fp-bottom ul li {
      margin: 0 20px; }

.fp-controlArrow {
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
  width: 30px !important;
  height: 80px;
  margin-top: -40px;
  z-index: 90; }
  .fp-controlArrow.fp-prev {
    background-image: url("../content/icons/white/arrow-left.svg");
    left: 150px; }
    .fp-controlArrow.fp-prev:hover {
      left: 145px; }
  .fp-controlArrow.fp-next {
    border: none;
    background-image: url("../content/icons/white/arrow-right.svg");
    right: 150px; }
    .fp-controlArrow.fp-next:hover {
      right: 145px; }

body.meta .fp-controlArrow.fp-prev {
  left: 80px; }
  body.meta .fp-controlArrow.fp-prev:hover {
    left: 75px; }

body.meta .fp-controlArrow.fp-next {
  right: 80px; }
  body.meta .fp-controlArrow.fp-next:hover {
    right: 75px; }

.fp-slides .fp-controlArrow {
  display: none !important; }

.fp-arrowDown {
  background-image: url("../content/icons/white/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  cursor: pointer;
  height: 30px;
  margin-left: -40px;
  width: 80px;
  z-index: 100;
  position: absolute;
  bottom: 40px;
  left: 50%; }
  .fp-arrowDown:hover {
    bottom: 35px;
    height: 35px; }

/*  ---------------------------------------------------------------------- */
/*  christmas */
/*  ---------------------------------------------------------------------- */
.christmas-section .center {
  background: #000000;
  min-height: 100vh;
  min-width: 100%;
  position: relative;
  transform-style: preserve-3d; }
  .christmas-section .center img {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }

.video-container {
  height: auto;
  margin-top: 10vh;
  position: relative;
  width: 100%; }
  .video-container video {
    display: block;
    height: auto !important;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
    z-index: 0; }

body.live-demo {
  margin: 0 !important; }
  body.live-demo .header-container {
    display: none; }
  body.live-demo h1, body.live-demo h2, body.live-demo h3, body.live-demo h4 {
    color: #FFFFFF;
    font-size: 2em;
    line-height: 1.2em; }

#count {
  font: bold 150px arial;
  margin: auto;
  padding: 10px;
  text-align: center; }

/*  ---------------------------------------------------------------------- */
/*  dnn overwrite */
/*  ---------------------------------------------------------------------- */
.Normal, .NormalDisabled, .NormalDeleted {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
/*  responsive styling */
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1280px) {
  .header-container .meta-navigation {
    height: 30px;
    line-height: 30px;
    padding: 0 60px; }
    .header-container .meta-navigation ul li {
      padding: 0 15px; }
      .header-container .meta-navigation ul li:before {
        top: 9px;
        bottom: 9px; }
  .header-container .navigation-container {
    padding: 0 60px; }
    .header-container .navigation-container .logo-container {
      margin: 22px 0 0 0;
      width: 185px; }
    .header-container .navigation-container .nav-container {
      margin: 30px 0 0 0; }
      .header-container .navigation-container .nav-container ul li {
        padding: 0 10px; }
        .header-container .navigation-container .nav-container ul li a {
          font-size: 0.9em; }
  .footer-container {
    height: 30px;
    line-height: 30px;
    padding: 0 60px; }
    .footer-container ul li {
      padding: 0 15px; }
      .footer-container ul li:before {
        top: 9px;
        bottom: 9px; }
  .section.fp-auto-height, .slide.fp-auto-height {
    padding-top: 150px;
    padding-bottom: 150px; }
    .section.fp-auto-height:last-of-type, .slide.fp-auto-height:last-of-type {
      min-height: calc(100vh - 30px); }
  .section.video-section .bubble-container, .slide.video-section .bubble-container {
    bottom: 28px;
    left: 58px; }
  .section.video-section .img-bubble-container.first-bubble, .section.video-section .img-bubble-container.second-bubble, .slide.video-section .img-bubble-container.first-bubble, .slide.video-section .img-bubble-container.second-bubble {
    left: 58px; }
  .section.video-section .img-bubble-container.first-bubble, .slide.video-section .img-bubble-container.first-bubble {
    bottom: 11.5em; }
  .section.video-section .img-bubble-container.second-bubble, .section.video-section .img-bubble-container.third-bubble, .slide.video-section .img-bubble-container.second-bubble, .slide.video-section .img-bubble-container.third-bubble {
    bottom: 1.5em; }
  .section.video-section .img-bubble-container.third-bubble, .slide.video-section .img-bubble-container.third-bubble {
    right: 58px; }
  .section.video-section .img-bubble-container img, .slide.video-section .img-bubble-container img {
    width: 9em; }
  .gradient-bar {
    height: 30px; }
  /*  ---------------------------------------------------------------------- */
  /*  generic elements */
  /*  ---------------------------------------------------------------------- */
  a.btn, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a {
    padding: 0 15px; }
  a.margin.top {
    margin-top: 30px; }
  a.margin.bottom {
    margin-bottom: 30px; }
  a.margin.left {
    margin-left: 30px; }
  a.margin.right {
    margin-right: 30px; }
  .downloads-container .bstrap30 .panel-default {
    margin-bottom: 15px; }
    .downloads-container .bstrap30 .panel-default .panel-heading {
      padding: 0 15px; }
      .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a {
        padding: 0; }
    .downloads-container .bstrap30 .panel-default .panel-collapse .panel-body {
      padding: 15px 0 5px 0; }
  .management-row.column-6.offset-3 {
    margin-left: 18.66667%;
    width: 62.66667%; }
  .team-container {
    margin-top: 30px; }
    .team-container .team-content {
      padding: 0 15px; }
      .team-container .team-content .team-portrait {
        margin-bottom: 20px; }
  .icon-container.margin.top {
    margin-top: 30px; }
  .icon-container.margin.bottom {
    margin-bottom: 30px; }
  .icon-container .icon-content {
    margin: 0 15px; }
  .icon-container.one .icon-content {
    width: calc((100% / 1) - 30px); }
  .icon-container.two .icon-content {
    width: calc((100% / 2) - 30px); }
  .icon-container.three .icon-content {
    width: calc((100% / 3) - 30px); }
  .icon-container.four .icon-content {
    width: calc((100% / 4) - 30px); }
  .icon-container.five .icon-content {
    width: calc((100% / 5) - 30px); }
  .icon-container.six .icon-content {
    width: calc((100% / 6) - 30px); }
  /*  ---------------------------------------------------------------------- */
  /*  meta pages */
  /*  ---------------------------------------------------------------------- */
  .swiper-section {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: calc(100vh - 30px); }
    .swiper-section .swiper-container {
      padding-bottom: 50px; }
      .swiper-section .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 30px;
        margin: 0 15px;
        width: 30px; }
        .swiper-section .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:before {
          position: absolute;
          top: 13px;
          left: 13px; }
        .swiper-section .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
          height: 0;
          width: 0;
          position: absolute;
          top: 13px;
          left: 13px; }
        .swiper-section .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
          height: 14px;
          width: 14px;
          position: absolute;
          top: 6px;
          left: 6px; }
      .swiper-section .swiper-container .swiper-button-prev, .swiper-section .swiper-container .swiper-button-next {
        height: 60px;
        margin-top: -30px;
        top: calc(50% - 25px);
        width: 23px; }
      .swiper-section .swiper-container .swiper-button-prev {
        left: 4%; }
        .swiper-section .swiper-container .swiper-button-prev:hover {
          left: 4%; }
      .swiper-section .swiper-container .swiper-button-next {
        right: 4%; }
        .swiper-section .swiper-container .swiper-button-next:hover {
          right: 4%; }
  .event-container, .jobs-container {
    min-height: 500px; }
    .event-container .event-content, .event-container .jobs-content, .jobs-container .event-content, .jobs-container .jobs-content {
      padding: 20px 30px 65px 30px; }
      .event-container .event-content .event-date, .event-container .event-content .event-title, .event-container .event-content .jobs-location, .event-container .jobs-content .event-date, .event-container .jobs-content .event-title, .event-container .jobs-content .jobs-location, .jobs-container .event-content .event-date, .jobs-container .event-content .event-title, .jobs-container .event-content .jobs-location, .jobs-container .jobs-content .event-date, .jobs-container .jobs-content .event-title, .jobs-container .jobs-content .jobs-location {
        margin-bottom: 0.75em; }
      .event-container .event-content .event-link, .event-container .event-content .jobs-link, .event-container .jobs-content .event-link, .event-container .jobs-content .jobs-link, .jobs-container .event-content .event-link, .jobs-container .event-content .jobs-link, .jobs-container .jobs-content .event-link, .jobs-container .jobs-content .jobs-link {
        width: calc(50% - 60px);
        bottom: 20px; }
  body.events .events-form-container .form-title {
    padding: 15px 30px 7px 30px; }
  body.events .events-form-container .form-content {
    padding: 30px; }
    body.events .events-form-container .form-content .form-container {
      margin-top: 30px; }
  body.contact section .wrapper .row:first-of-type .column-8.offset-2 {
    margin-left: 2%;
    width: 96%; }
  body.contact .contact-social a {
    font-size: 1.25em;
    height: 65px;
    line-height: 65px;
    margin: 0 15px;
    width: 65px; }
  /*  ---------------------------------------------------------------------- */
  /*  side & bottom dot navigation */
  /*  ---------------------------------------------------------------------- */
  #fp-nav.fp-right ul li, #fp-nav.fp-bottom ul li, .fp-slidesNav.fp-right ul li, .fp-slidesNav.fp-bottom ul li {
    width: 30px;
    height: 30px; }
    #fp-nav.fp-right ul li a span, #fp-nav.fp-bottom ul li a span, .fp-slidesNav.fp-right ul li a span, .fp-slidesNav.fp-bottom ul li a span {
      height: 30px;
      margin: -15px 0 0 -15px;
      width: 30px; }
      #fp-nav.fp-right ul li a span:before, #fp-nav.fp-bottom ul li a span:before, .fp-slidesNav.fp-right ul li a span:before, .fp-slidesNav.fp-bottom ul li a span:before {
        position: absolute;
        top: 13px;
        left: 13px; }
    #fp-nav.fp-right ul li a:hover span:before, #fp-nav.fp-bottom ul li a:hover span:before, .fp-slidesNav.fp-right ul li a:hover span:before, .fp-slidesNav.fp-bottom ul li a:hover span:before {
      height: 14px;
      width: 14px;
      top: 6px;
      left: 6px; }
    #fp-nav.fp-right ul li a.active span, #fp-nav.fp-bottom ul li a.active span, .fp-slidesNav.fp-right ul li a.active span, .fp-slidesNav.fp-bottom ul li a.active span {
      margin: -15px 0 0 -15px;
      height: 30px;
      width: 30px; }
      #fp-nav.fp-right ul li a.active span:before, #fp-nav.fp-bottom ul li a.active span:before, .fp-slidesNav.fp-right ul li a.active span:before, .fp-slidesNav.fp-bottom ul li a.active span:before {
        height: 14px;
        width: 14px;
        top: 6px;
        left: 6px; }
  #fp-nav.fp-right {
    right: 45px; }
    #fp-nav.fp-right ul li {
      margin: 15px 0; }
      #fp-nav.fp-right ul li .fp-tooltip {
        padding: 0 15px;
        top: -5px; }
        #fp-nav.fp-right ul li .fp-tooltip:before {
          width: 15px;
          right: -17px; }
      #fp-nav.fp-right ul li:hover .fp-tooltip {
        right: 45px; }
  .fp-slidesNav.fp-bottom {
    bottom: 60px; }
    .fp-slidesNav.fp-bottom ul {
      height: 30px; }
      .fp-slidesNav.fp-bottom ul li {
        margin: 0 15px; }
  .fp-controlArrow {
    width: 23px !important;
    height: 60px;
    margin-top: -30px; }
    .fp-controlArrow.fp-prev {
      left: 105px; }
      .fp-controlArrow.fp-prev:hover {
        left: 100px; }
    .fp-controlArrow.fp-next {
      right: 105px; }
      .fp-controlArrow.fp-next:hover {
        right: 100px; }
  body.meta .fp-controlArrow.fp-prev {
    left: 60px; }
    body.meta .fp-controlArrow.fp-prev:hover {
      left: 55px; }
  body.meta .fp-controlArrow.fp-next {
    right: 60px; }
    body.meta .fp-controlArrow.fp-next:hover {
      right: 55px; }
  .fp-arrowDown {
    height: 23px;
    margin-left: -30px;
    width: 60px;
    bottom: 30px; }
    .fp-arrowDown:hover {
      bottom: 30px; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .header-container .meta-navigation {
    padding: 0 4%; }
  .header-container .navigation-container {
    padding: 0 4%; }
    .header-container .navigation-container .logo-container {
      margin-top: 25px;
      max-width: 185px;
      width: 25%; }
    .header-container .navigation-container .nav-container {
      display: none; }
    .header-container .navigation-container .mobile-navigation {
      display: block; }
  .footer-container {
    padding: 0 4%; }
  /*  ---------------------------------------------------------------------- */
  /*  generic */
  /*  ---------------------------------------------------------------------- */
  .section, .slide {
    display: block;
    height: auto !important;
    /*overflow: scroll !important;*/ }
    .section.fp-auto-height, .slide.fp-auto-height {
      /*display: block;*/
      padding-top: 100px;
      padding-bottom: 100px;
      /*min-height: auto;*/ }
      .section.fp-auto-height:last-of-type, .slide.fp-auto-height:last-of-type {
        /*min-height: auto;*/ }
    .section video, .slide video {
      display: none; }
    .section.video-section .bubble-container, .slide.video-section .bubble-container {
      bottom: 30px;
      left: 4%; }
    .section.video-section .img-bubble-container.first-bubble, .section.video-section .img-bubble-container.second-bubble, .slide.video-section .img-bubble-container.first-bubble, .slide.video-section .img-bubble-container.second-bubble {
      left: 4%; }
    .section.video-section .img-bubble-container.first-bubble, .slide.video-section .img-bubble-container.first-bubble {
      bottom: 10.5em; }
    .section.video-section .img-bubble-container.third-bubble, .slide.video-section .img-bubble-container.third-bubble {
      bottom: 1.5em;
      right: 4%; }
    .section.video-section .img-bubble-container img, .slide.video-section .img-bubble-container img {
      width: 8em; }
    .section .wrapper, .section .fp-slides, .slide .wrapper, .slide .fp-slides {
      display: block !important; }
  /*  ---------------------------------------------------------------------- */
  /*  fullpage */
  /*  ---------------------------------------------------------------------- */
  .fp-arrowDown {
    bottom: 30px; }
  #fp-nav {
    display: none; }
  .fp-controlArrow.fp-prev {
    left: 4% !important; }
  .fp-controlArrow.fp-next {
    right: 4% !important; }
  /*  ---------------------------------------------------------------------- */
  /*  special changes to column widths */
  /*  ---------------------------------------------------------------------- */
  body.home #section5 .column-10.offset-1 {
    margin-left: 2%;
    width: 96%; }
  body.home #section6 .column-8.offset-2 {
    margin-left: 2%;
    width: 96%; }
  body.printing-machines #section1 .column-6.offset-3 {
    margin-left: 18.66667%;
    width: 62.66667%; }
  body.printing-machines #section6 .column-8.offset-2 {
    margin-left: 2%;
    width: 96%; }
  body.printing-technology #section5 .column-10.offset-1 {
    margin-left: 2%;
    width: 96%; }
  body.printing-technology #section6 .column-8.offset-2 {
    margin-left: 2%;
    width: 96%; }
  body.meta.downloads .section.fp-auto-height, body.meta.contact .section.fp-auto-height, body.meta.legal .section.fp-auto-height {
    min-height: calc(100vh - 30px);
    padding-top: 150px; }
  body.meta.downloads #section0 .column-8.offset-2 {
    margin-left: 2%;
    width: 96%; }
  body.meta.contact #section0 .wrapper .column-8.offset-2 {
    margin-left: 2%;
    width: 96%; }
  body.meta.contact .contact-social a {
    margin: 0 15px; }
  body.meta.legal .column-10.offset-1 {
    margin-left: 2%;
    text-align: left;
    width: 96%; }
  body.meta .fp-controlArrow {
    display: none !important; }
  body.meta .fp-slidesNav {
    bottom: 60px;
    position: fixed; }
  .swiper-section {
    padding-bottom: 100px; }
  /*  ---------------------------------------------------------------------- */
  /*  events & news swiper */
  /*  ---------------------------------------------------------------------- */
  .event-container .event-img, .event-container .jobs-img, .jobs-container .event-img, .jobs-container .jobs-img {
    bottom: auto;
    height: 500px;
    margin: 0;
    position: relative;
    right: 0;
    width: 100%; }
  .event-container .event-content, .event-container .jobs-content, .jobs-container .event-content, .jobs-container .jobs-content {
    float: none;
    width: 100%;
    padding: 25px 4%; }
    .event-container .event-content .jobs-link, .event-container .jobs-content .jobs-link, .jobs-container .event-content .jobs-link, .jobs-container .jobs-content .jobs-link {
      bottom: auto;
      margin-top: 0.75em;
      position: relative;
      width: 100%; }
  .event-container .event-content .eventLink-container {
    margin-top: 0.75em; }
    .event-container .event-content .eventLink-container .event-link {
      width: 100%; }
  body.events .events-form-container .form-title {
    padding-left: 4%;
    padding-right: 4%; }
  body.events .events-form-container .form-content {
    padding: 25px 4%; }
    body.events .events-form-container .form-content .form-container {
      margin-top: 25px; }
  /*  ---------------------------------------------------------------------- */
  /*  full screen menu */
  /*  ---------------------------------------------------------------------- */
  .button_container {
    cursor: pointer;
    height: 27px;
    width: 1.75em;
    z-index: 100;
    position: absolute;
    top: 2.75em;
    right: 4%; }
    .button_container:hover span {
      background: #EF7521; }
    .button_container.active .top {
      background: #EF7521;
      transform: translateY(12px) translateX(0) rotate(45deg); }
    .button_container.active .middle {
      background: #FFFFFF;
      opacity: 0;
      filter: alpha(opacity=0); }
    .button_container.active .bottom {
      background: #EF7521;
      transform: translateY(-12px) translateX(0) rotate(-45deg); }
    .button_container span {
      background: #FFFFFF;
      border: none;
      cursor: pointer;
      height: 3px;
      width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      position: absolute;
      top: 0;
      left: 0; }
      .button_container span:nth-of-type(2) {
        top: 12px; }
      .button_container span:nth-of-type(3) {
        top: 24px; }
  .overlay {
    background-color: #000000;
    background-image: url(../content/background/navi-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0%;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0; }
    .overlay.open {
      height: 100%;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
      .overlay.open li {
        animation: fadeInRight .5s ease forwards;
        animation-delay: .3s; }
        .overlay.open li:nth-of-type(2) {
          animation-delay: .4s; }
        .overlay.open li:nth-of-type(3) {
          animation-delay: .5s; }
        .overlay.open li:nth-of-type(4) {
          animation-delay: .6s; }
    .overlay nav {
      font-size: 5vw;
      position: relative;
      text-align: center;
      text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.75);
      top: 45%;
      transform: translateY(-50%); }
    .overlay ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: block;
      position: relative;
      height: 100%; }
      .overlay ul li {
        display: block;
        position: relative;
        opacity: 0; }
        .overlay ul li a {
          color: #FFFFFF;
          display: block;
          padding: 7vh 0;
          position: relative;
          text-decoration: none; }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 30%; }
    100% {
      opacity: 1;
      left: 0; } } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  /*  ---------------------------------------------------------------------- */
  /*  typography */
  /*  ---------------------------------------------------------------------- */
  body {
    font-size: 18px;
    line-height: 27px; }
    body.home .fp-arrowDown {
      display: none; }
  h1 {
    font-size: 2em; }
  .header-container .meta-navigation,
  .footer-container,
  .small, a.btn, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a,
  a.expo-label,
  .team-container .team-content,
  .icon-container .icon-content .icon-text,
  .event-container .event-content .event-date,
  .event-container .event-content .event-link,
  .jobs-container .jobs-content .jobs-location,
  .downloads-container .bstrap30 .panel-default .panel-collapse .panel-body {
    font-size: 15px;
    line-height: 24px; }
  p.title, pre.title {
    margin-top: 1.5em; }
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .header-container {
    padding-bottom: 10px; }
    .header-container .meta-navigation {
      line-height: 30px; }
      .header-container .meta-navigation ul li {
        padding: 0 10px; }
    .header-container .navigation-container .logo-container {
      margin-top: 15px;
      width: 25%; }
    .header-container .navigation-container .button_container {
      top: 2.6em; }
    .header-container .mobile-navigation .overlay nav {
      font-size: 6vw; }
  .footer-container {
    line-height: 30px; }
    .footer-container ul li {
      padding: 0 10px; }
  /*  ---------------------------------------------------------------------- */
  /*  generic elements */
  /*  ---------------------------------------------------------------------- */
  .section.fp-auto-height, .slide.fp-auto-height {
    padding-top: 75px;
    padding-bottom: 75px; }
  .section.video-section .img-bubble-container.first-bubble, .slide.video-section .img-bubble-container.first-bubble {
    bottom: 9.5em; }
  .section.video-section .img-bubble-container img, .slide.video-section .img-bubble-container img {
    width: 7em; }
  .icon-container.margin.top {
    margin-top: 20px; }
  .icon-container.margin.bottom {
    margin-bottom: 20px; }
  .icon-container .icon-content {
    margin: 0 10px;
    max-width: 125px; }
    .icon-container .icon-content .icon-illu .icon-holder img {
      left: calc((100% - 55%) / 2);
      width: 55%; }
    .icon-container .icon-content .icon-text {
      margin: 0.3em 0 0 0; }
  .icon-container.one .icon-content {
    width: calc((100% / 1) - 20px); }
  .icon-container.two .icon-content {
    width: calc((100% / 2) - 20px); }
  .icon-container.three .icon-content {
    width: calc((100% / 3) - 20px); }
  .icon-container.four .icon-content {
    width: calc((100% / 4) - 20px); }
  .icon-container.five .icon-content {
    width: calc((100% / 5) - 20px); }
  .icon-container.six .icon-content {
    width: calc((100% / 6) - 20px); }
  .team-container {
    margin-top: 0; }
    .team-container .team-content {
      margin-top: 30px;
      padding: 0 10px;
      width: 33.33333%; }
      .team-container .team-content .team-portrait {
        margin-bottom: 10px; }
      .team-container .team-content:nth-child(4) {
        clear: both; }
  a.btn, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a {
    display: block;
    height: 34px;
    line-height: 30px;
    margin: 10px 0 !important; }
  a.expo-label {
    height: 110px;
    line-height: 19px;
    width: 110px; }
    a.expo-label .text-box {
      padding: 6px 0; }
  .onlinedemo .bstrap3-material .container, .quotelb701 .bstrap3-material .container, .writeus .bstrap3-material .container, .newsletter .bstrap3-material .container {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 15px; }
    .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container input, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea {
      font-size: 15px; }
    .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container textarea {
      height: 200px;
      max-height: 350px; }
    .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container select {
      background-size: 25px; }
    .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label {
      padding-left: 25px; }
      .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"], .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"], .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"], .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"], .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"], .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"], .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="radio"], .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="radio"] {
        margin: 0 0 0 -25px;
        vertical-align: -2px; }
      .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"], .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"], .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"], .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"], .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"], .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"], .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .radio label input[type="checkbox"], .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container .checkbox label input[type="checkbox"] {
        margin: 0 0 0 -25px; }
    .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group .field-container button.btn.submit {
      margin: 0 !important; }
    .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(1) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(2) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(9) .field-container {
      width: 100%; }
    .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .label-right {
      float: none;
      min-width: 100%; }
    .onlinedemo .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .writeus .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container, .newsletter .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(8) .field-container {
      float: none;
      width: 100%; }
  .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-dropdown-half, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-textfield-half, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-salutation, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-dropdown-full, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-textfield-full, .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-besttime {
    width: 100% !important; }
  .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group .form-group-mov-besttime.field-container {
    width: 100% !important; }
  .quotelb701 .bstrap3-material .container .row .c-form.col-sm-12 .form-group:nth-child(10) .label-right {
    float: none;
    width: 100%; }
  .downloads-container .bstrap30 .panel-default {
    margin-bottom: 10px; }
    .downloads-container .bstrap30 .panel-default .panel-heading {
      padding: 0 10px; }
      .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title {
        font-size: 15px; }
        .downloads-container .bstrap30 .panel-default .panel-heading h4.panel-title a {
          background-size: 30px;
          line-height: 34px;
          margin: 0 !important; }
    .downloads-container .bstrap30 .panel-default .panel-collapse .panel-body p {
      margin: 0 0 1em 0; }
  /*  ---------------------------------------------------------------------- */
  /*  meta pages */
  /*  ---------------------------------------------------------------------- */
  body.meta.downloads .section.fp-auto-height, body.meta.contact .section.fp-auto-height, body.meta.legal .section.fp-auto-height {
    padding-top: 115px; }
  .swiper-section {
    padding-top: 115px;
    padding-bottom: 20px; }
    .swiper-section .swiper-container .swiper-button-prev, .swiper-section .swiper-container .swiper-button-next {
      display: none !important; }
    .swiper-section .swiper-container .swiper-pagination .swiper-pagination-bullet {
      margin: 0 5px; }
  .event-container, .jobs-container {
    min-height: auto; }
    .event-container .event-img, .event-container .jobs-img, .jobs-container .event-img, .jobs-container .jobs-img {
      box-sizing: border-box;
      display: block;
      height: auto;
      overflow: hidden;
      position: relative;
      width: 100%;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      -ms-border-radius: 4px 4px 0 0;
      -o-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0; }
      .event-container .event-img .spacer, .event-container .jobs-img .spacer, .jobs-container .event-img .spacer, .jobs-container .jobs-img .spacer {
        margin-top: 100%; }
      .event-container .event-img .focuspoint, .event-container .jobs-img .focuspoint, .jobs-container .event-img .focuspoint, .jobs-container .jobs-img .focuspoint {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .event-container .event-content, .event-container .jobs-content, .jobs-container .event-content, .jobs-container .jobs-content {
      padding: 20px 4%; }
      .event-container .event-content .event-date, .event-container .event-content .jobs-location, .event-container .jobs-content .event-date, .event-container .jobs-content .jobs-location, .jobs-container .event-content .event-date, .jobs-container .event-content .jobs-location, .jobs-container .jobs-content .event-date, .jobs-container .jobs-content .jobs-location {
        margin-bottom: 10px; }
      .event-container .event-content .event-link, .event-container .event-content .jobs-link, .event-container .jobs-content .event-link, .event-container .jobs-content .jobs-link, .jobs-container .event-content .event-link, .jobs-container .event-content .jobs-link, .jobs-container .jobs-content .event-link, .jobs-container .jobs-content .jobs-link {
        margin-top: 10px; }
  .event-container {
    display: block; }
    .event-container .event-content {
      display: block; }
  body.events .events-form-container .form-title {
    padding-bottom: 5px; }
  body.events .events-form-container .form-content {
    padding: 20px 4%; }
    body.events .events-form-container .form-content .form-container {
      margin-top: 20px; }
  .downloads-container .download-imgs.row .download-img {
    margin-bottom: 0.75em; }
  .downloads-container .download-imgs.row .download-text {
    margin-bottom: 1.5em; }
  body.meta.contact .contact-social a {
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    width: 50px; }
  /*  ---------------------------------------------------------------------- */
  /*  row + columns */
  /*  ---------------------------------------------------------------------- */
  [class*='column-'] {
    float: none;
    margin: 0 2% !important;
    width: 96% !important; }
  /*  ---------------------------------------------------------------------- */
  /*  exception stylings */
  /*  ---------------------------------------------------------------------- */
  body.home #section1 .icon-container .icon-content,
  body.printing-machines #section5 .icon-container .icon-content {
    max-width: none; }
  body.printing-machines #section2 .column-8.offset-2,
  body.printing-machines #section3 .column-10.offset-1,
  body.printing-machines #section3 .column-8.offset-2,
  body.printing-machines #section3 .column-6.offset-3 {
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(96% - 100px) !important; }
  .column-8.offset-2.image, .column-10.offset-1.image, .column-8.offset-2.image, .column-6.offset-3.image {
    margin-bottom: 1em !important; }
  body.printing-technology #section5 .icon-container.six {
    display: block;
    margin-top: 0; }
    body.printing-technology #section5 .icon-container.six .icon-content {
      box-sizing: border-box;
      display: block;
      float: left;
      margin: 30px 0 0 0;
      max-width: inherit;
      padding: 0 10px;
      width: 33.33333%; }
      body.printing-technology #section5 .icon-container.six .icon-content:nth-child(4) {
        clear: both; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 480px) {
  /*  ---------------------------------------------------------------------- */
  /*  generic elements */
  /*  ---------------------------------------------------------------------- */
  .header-container .meta-navigation ul li {
    padding: 0 2px; }
    .header-container .meta-navigation ul li:before {
      display: none; }
    .header-container .meta-navigation ul li a {
      font-size: 0.9em; }
  .header-container .navigation-container .logo-container {
    margin-top: 16px;
    min-width: 125px;
    width: 20%; }
  .header-container .navigation-container .button_container {
    top: 47px; }
  body.home #section0, body.printing-machines #section0, body.printing-technology #section0 {
    height: 100vh !important; }
  body.meta.downloads .section.fp-auto-height,
  body.meta.contact .section.fp-auto-height,
  body.meta.legal .section.fp-auto-height,
  .swiper-section {
    padding-top: 90px; }
  body.events .events-form-container .form-title {
    padding-top: 10px; }
  .section.video-section .img-bubble-container.first-bubble, .slide.video-section .img-bubble-container.first-bubble {
    bottom: 7.5em; }
  .section.video-section .img-bubble-container.second-bubble, .section.video-section .img-bubble-container.third-bubble, .slide.video-section .img-bubble-container.second-bubble, .slide.video-section .img-bubble-container.third-bubble {
    bottom: 1em; }
  .section.video-section .img-bubble-container img, .slide.video-section .img-bubble-container img {
    width: 6em; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
