@charset "UTF-8";
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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;
}

a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  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;
  text-transform: none;
}

/**
 * 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.
 */
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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * 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.
 */
/**
 * 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`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * 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).
 */
/**
 * 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;
}

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden, [hidden] {
  display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-button {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none transparent;
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
}

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Firefox: Get rid of the inner focus border */
/*csslint outline-none:false*/
.pure-button-hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  outline: 0;
}

.pure-button-active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9;
}

.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9;
}

.pure-button[disabled] {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  cursor: not-allowed;
  box-shadow: none;
}

.pure-button-disabled {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  cursor: not-allowed;
  box-shadow: none;
}

.pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  cursor: not-allowed;
  box-shadow: none;
}

.pure-button-hidden {
  display: none;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pure-button-primary, .pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}

a.pure-button-primary, a.pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"] {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}

.pure-form select, .pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}

.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.pure-form input[type="color"] {
  padding: 0.2em 0.5em;
}

.pure-form input[type="text"]:focus, .pure-form input[type="password"]:focus, .pure-form input[type="email"]:focus, .pure-form input[type="url"]:focus, .pure-form input[type="date"]:focus, .pure-form input[type="month"]:focus, .pure-form input[type="time"]:focus, .pure-form input[type="datetime"]:focus, .pure-form input[type="datetime-local"]:focus, .pure-form input[type="week"]:focus, .pure-form input[type="number"]:focus, .pure-form input[type="search"]:focus, .pure-form input[type="tel"]:focus, .pure-form input[type="color"]:focus {
  outline: 0;
  border-color: #129FEA;
}

.pure-form select:focus, .pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}

.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}

.pure-form input[type="file"]:focus, .pure-form input[type="radio"]:focus, .pure-form input[type="checkbox"]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA;
}

.pure-form .pure-checkbox, .pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}

.pure-form input[type="text"][disabled], .pure-form input[type="password"][disabled], .pure-form input[type="email"][disabled], .pure-form input[type="url"][disabled], .pure-form input[type="date"][disabled], .pure-form input[type="month"][disabled], .pure-form input[type="time"][disabled], .pure-form input[type="datetime"][disabled], .pure-form input[type="datetime-local"][disabled], .pure-form input[type="week"][disabled], .pure-form input[type="number"][disabled], .pure-form input[type="search"][disabled], .pure-form input[type="tel"][disabled], .pure-form input[type="color"][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form select[disabled], .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}

.pure-form select[readonly], .pure-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}

.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

.pure-form input[type="file"]:focus:invalid:focus, .pure-form input[type="radio"]:focus:invalid:focus, .pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}

.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}

.pure-form select[multiple] {
  height: auto;
}

.pure-form label {
  margin: 0.5em 0 0.2em;
}

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input[type="text"], .pure-form-stacked input[type="password"], .pure-form-stacked input[type="email"], .pure-form-stacked input[type="url"], .pure-form-stacked input[type="date"], .pure-form-stacked input[type="month"], .pure-form-stacked input[type="time"], .pure-form-stacked input[type="datetime"], .pure-form-stacked input[type="datetime-local"], .pure-form-stacked input[type="week"], .pure-form-stacked input[type="number"], .pure-form-stacked input[type="search"], .pure-form-stacked input[type="tel"], .pure-form-stacked input[type="color"], .pure-form-stacked input[type="file"] {
  display: block;
  margin: 0.25em 0;
}

.pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea, .pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}

.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}

/* Aligned Forms */
/* Rounded Inputs */
.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}

.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}

.pure-form .pure-group input, .pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}

.pure-form .pure-group input:focus, .pure-form .pure-group textarea:focus {
  z-index: 3;
}

.pure-form .pure-group input:first-child, .pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.pure-form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}

.pure-form .pure-group input:last-child, .pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}

.pure-form .pure-group button {
  margin: 0.35em 0;
}

.pure-form .pure-input-1 {
  width: 100%;
}

.pure-form .pure-input-2-3 {
  width: 66%;
}

.pure-form .pure-input-1-2 {
  width: 50%;
}

.pure-form .pure-input-1-3 {
  width: 33%;
}

.pure-form .pure-input-1-4 {
  width: 25%;
}

.pure-form .pure-help-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Grouped Inputs */
/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"] {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}

.pure-form select, .pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}

.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.pure-form input[type="color"] {
  padding: 0.2em 0.5em;
}

.pure-form input[type="text"]:focus, .pure-form input[type="password"]:focus, .pure-form input[type="email"]:focus, .pure-form input[type="url"]:focus, .pure-form input[type="date"]:focus, .pure-form input[type="month"]:focus, .pure-form input[type="time"]:focus, .pure-form input[type="datetime"]:focus, .pure-form input[type="datetime-local"]:focus, .pure-form input[type="week"]:focus, .pure-form input[type="number"]:focus, .pure-form input[type="search"]:focus, .pure-form input[type="tel"]:focus, .pure-form input[type="color"]:focus {
  outline: 0;
  border-color: #129FEA;
}

.pure-form select:focus, .pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}

.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}

.pure-form input[type="file"]:focus, .pure-form input[type="radio"]:focus, .pure-form input[type="checkbox"]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA;
}

.pure-form .pure-checkbox, .pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}

.pure-form input[type="text"][disabled], .pure-form input[type="password"][disabled], .pure-form input[type="email"][disabled], .pure-form input[type="url"][disabled], .pure-form input[type="date"][disabled], .pure-form input[type="month"][disabled], .pure-form input[type="time"][disabled], .pure-form input[type="datetime"][disabled], .pure-form input[type="datetime-local"][disabled], .pure-form input[type="week"][disabled], .pure-form input[type="number"][disabled], .pure-form input[type="search"][disabled], .pure-form input[type="tel"][disabled], .pure-form input[type="color"][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form select[disabled], .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

.pure-form input[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}

.pure-form select[readonly], .pure-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}

.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

.pure-form input[type="file"]:focus:invalid:focus, .pure-form input[type="radio"]:focus:invalid:focus, .pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}

.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}

.pure-form select[multiple] {
  height: auto;
}

.pure-form label {
  margin: 0.5em 0 0.2em;
}

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input[type="text"], .pure-form-stacked input[type="password"], .pure-form-stacked input[type="email"], .pure-form-stacked input[type="url"], .pure-form-stacked input[type="date"], .pure-form-stacked input[type="month"], .pure-form-stacked input[type="time"], .pure-form-stacked input[type="datetime"], .pure-form-stacked input[type="datetime-local"], .pure-form-stacked input[type="week"], .pure-form-stacked input[type="number"], .pure-form-stacked input[type="search"], .pure-form-stacked input[type="tel"], .pure-form-stacked input[type="color"], .pure-form-stacked input[type="file"] {
  display: block;
  margin: 0.25em 0;
}

.pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea, .pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}

.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}

/* Aligned Forms */
/* Rounded Inputs */
.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}

.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}

.pure-form .pure-group input, .pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}

.pure-form .pure-group input:focus, .pure-form .pure-group textarea:focus {
  z-index: 3;
}

.pure-form .pure-group input:first-child, .pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.pure-form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}

.pure-form .pure-group input:last-child, .pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}

.pure-form .pure-group button {
  margin: 0.35em 0;
}

.pure-form .pure-input-1 {
  width: 100%;
}

.pure-form .pure-input-2-3 {
  width: 66%;
}

.pure-form .pure-input-1-2 {
  width: 50%;
}

.pure-form .pure-input-1-3 {
  width: 33%;
}

.pure-form .pure-input-1-4 {
  width: 25%;
}

.pure-form .pure-help-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Grouped Inputs */
/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */
  display: -webkit-flex;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*="pure-u"] {
  font-family: sans-serif;
}

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%;
}

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
  *width: 24.9690%;
}

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%;
}

.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%;
}

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
  *width: 49.9690%;
}

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%;
}

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%;
}

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
  *width: 74.9690%;
}

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%;
}

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%;
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
  box-sizing: border-box;
}

.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.pure-menu-list, .pure-menu-item {
  position: relative;
}

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
}

.pure-menu-link, .pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

/* HORIZONTAL MENU */
.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap;
}

.pure-menu-horizontal .pure-menu-list {
  display: inline-block;
}

.pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

/* Initial menus should be inline-block so that they are horizontal */
/* Submenus should still be display: block; */
.pure-menu-item .pure-menu-item {
  display: block;
}

.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit;
}

.pure-menu-allow-hover:hover > .pure-menu-children, .pure-menu-active > .pure-menu-children {
  display: block;
  position: absolute;
}

/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "\25B8";
  font-size: small;
}

/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "\25BE";
}

/* scrollable menus */
.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}

.pure-menu-scrollable .pure-menu-list {
  display: block;
}

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  /* a little extra padding for this style to allow for scrollbars */
  padding: .5em 0;
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block;
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
  display: none;
}

/* misc default styling */
.pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: .3em 0;
}

.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em;
}

.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64;
}

.pure-menu-link {
  color: #777;
}

.pure-menu-children {
  background-color: #fff;
}

.pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
  padding: .5em 1em;
}

.pure-menu-disabled {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent;
}

.pure-menu-active > .pure-menu-link {
  background-color: #eee;
}

.pure-menu-link:hover, .pure-menu-link:focus {
  background-color: #eee;
}

.pure-menu-selected .pure-menu-link {
  color: #000;
}

.pure-menu-selected .pure-menu-link:visited {
  color: #000;
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}

.pure-table td, .pure-table th {
  border-left: 1px solid #cbcbcb;
  /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */
}

.pure-table td:first-child, .pure-table th:first-child {
  border-left-width: 0;
}

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}

.pure-table td {
  background-color: transparent;
}

/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table-odd td, .pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}

/* nth-child selector for modern browsers */
/* BORDERED TABLES */
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}

.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/* HORIZONTAL BORDERED TABLES */
.pure-table-horizontal td, .pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb;
}

.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../vendors/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../vendors/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../vendors/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../vendors/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../vendors/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../vendors/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.286em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.143em;
  width: 2.143em;
  top: 0.143em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.857em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: Simple-Line-Icons;
  src: url(../../vendors/static/fonts/simple-line-icons/Simple-Line-Icons.eot);
  src: url(../../vendors/static/fonts/simple-line-icons/Simple-Line-Icons.eot?#iefix) format("embedded-opentype"), url(../../vendors/static/fonts/simple-line-icons/Simple-Line-Icons.woff) format("woff"), url(../../vendors/static/fonts/simple-line-icons/Simple-Line-Icons.ttf) format("truetype"), url(../../vendors/static/fonts/simple-line-icons/Simple-Line-Icons.svg#Simple-Line-Icons) format("svg");
  font-weight: 400;
  font-style: normal;
}

[data-icon]:before {
  font-family: Simple-Line-Icons;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-action-redo, .icon-action-undo, .icon-anchor, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-badge, .icon-bag, .icon-ban, .icon-bar-chart, .icon-basket, .icon-basket-loaded, .icon-bell, .icon-book-open, .icon-briefcase, .icon-bubble, .icon-bubbles, .icon-bulb, .icon-calculator, .icon-calendar, .icon-call-end, .icon-call-in, .icon-call-out, .icon-camcorder, .icon-camera, .icon-check, .icon-chemistry, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-compass, .icon-control-end, .icon-control-forward, .icon-control-pause, .icon-control-play, .icon-control-rewind, .icon-control-start, .icon-credit-card, .icon-crop, .icon-cup, .icon-cursor, .icon-cursor-move, .icon-diamond, .icon-direction, .icon-directions, .icon-disc, .icon-dislike, .icon-doc, .icon-docs, .icon-drawer, .icon-drop, .icon-earphones, .icon-earphones-alt, .icon-emoticon-smile, .icon-energy, .icon-envelope, .icon-envelope-letter, .icon-envelope-open, .icon-equalizer, .icon-eye, .icon-eyeglasses, .icon-feed, .icon-film, .icon-fire, .icon-flag, .icon-folder, .icon-folder-alt, .icon-frame, .icon-game-controller, .icon-ghost, .icon-globe, .icon-globe-alt, .icon-graduation, .icon-graph, .icon-grid, .icon-handbag, .icon-heart, .icon-home, .icon-hourglass, .icon-info, .icon-key, .icon-layers, .icon-like, .icon-link, .icon-list, .icon-lock, .icon-lock-open, .icon-login, .icon-logout, .icon-loop, .icon-magic-wand, .icon-magnet, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-map, .icon-microphone, .icon-mouse, .icon-moustache, .icon-music-tone, .icon-music-tone-alt, .icon-note, .icon-notebook, .icon-paper-clip, .icon-paper-plane, .icon-pencil, .icon-picture, .icon-pie-chart, .icon-pin, .icon-plane, .icon-playlist, .icon-plus, .icon-pointer, .icon-power, .icon-present, .icon-printer, .icon-puzzle, .icon-question, .icon-refresh, .icon-reload, .icon-rocket, .icon-screen-desktop, .icon-screen-smartphone, .icon-screen-tablet, .icon-settings, .icon-share, .icon-share-alt, .icon-shield, .icon-shuffle, .icon-size-actual, .icon-size-fullscreen, .icon-social-dribbble, .icon-social-dropbox, .icon-social-facebook, .icon-social-tumblr, .icon-social-twitter, .icon-social-youtube, .icon-speech, .icon-speedometer, .icon-star, .icon-support, .icon-symbol-female, .icon-symbol-male, .icon-tag, .icon-target, .icon-trash, .icon-trophy, .icon-umbrella, .icon-user, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-users, .icon-vector, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-wallet, .icon-wrench {
  font-family: Simple-Line-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-user-female:before {
  content: "\e000";
}

.icon-user-follow:before {
  content: "\e002";
}

.icon-user-following:before {
  content: "\e003";
}

.icon-user-unfollow:before {
  content: "\e004";
}

.icon-trophy:before {
  content: "\e006";
}

.icon-screen-smartphone:before {
  content: "\e010";
}

.icon-screen-desktop:before {
  content: "\e011";
}

.icon-plane:before {
  content: "\e012";
}

.icon-notebook:before {
  content: "\e013";
}

.icon-moustache:before {
  content: "\e014";
}

.icon-mouse:before {
  content: "\e015";
}

.icon-magnet:before {
  content: "\e016";
}

.icon-energy:before {
  content: "\e020";
}

.icon-emoticon-smile:before {
  content: "\e021";
}

.icon-disc:before {
  content: "\e022";
}

.icon-cursor-move:before {
  content: "\e023";
}

.icon-crop:before {
  content: "\e024";
}

.icon-credit-card:before {
  content: "\e025";
}

.icon-chemistry:before {
  content: "\e026";
}

.icon-user:before {
  content: "\e005";
}

.icon-speedometer:before {
  content: "\e007";
}

.icon-social-youtube:before {
  content: "\e008";
}

.icon-social-twitter:before {
  content: "\e009";
}

.icon-social-tumblr:before {
  content: "\e00a";
}

.icon-social-facebook:before {
  content: "\e00b";
}

.icon-social-dropbox:before {
  content: "\e00c";
}

.icon-social-dribbble:before {
  content: "\e00d";
}

.icon-shield:before {
  content: "\e00e";
}

.icon-screen-tablet:before {
  content: "\e00f";
}

.icon-magic-wand:before {
  content: "\e017";
}

.icon-hourglass:before {
  content: "\e018";
}

.icon-graduation:before {
  content: "\e019";
}

.icon-ghost:before {
  content: "\e01a";
}

.icon-game-controller:before {
  content: "\e01b";
}

.icon-fire:before {
  content: "\e01c";
}

.icon-eyeglasses:before {
  content: "\e01d";
}

.icon-envelope-open:before {
  content: "\e01e";
}

.icon-envelope-letter:before {
  content: "\e01f";
}

.icon-bell:before {
  content: "\e027";
}

.icon-badge:before {
  content: "\e028";
}

.icon-anchor:before {
  content: "\e029";
}

.icon-wallet:before {
  content: "\e02a";
}

.icon-vector:before {
  content: "\e02b";
}

.icon-speech:before {
  content: "\e02c";
}

.icon-puzzle:before {
  content: "\e02d";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-present:before {
  content: "\e02f";
}

.icon-playlist:before {
  content: "\e030";
}

.icon-pin:before {
  content: "\e031";
}

.icon-picture:before {
  content: "\e032";
}

.icon-map:before {
  content: "\e033";
}

.icon-layers:before {
  content: "\e034";
}

.icon-handbag:before {
  content: "\e035";
}

.icon-globe-alt:before {
  content: "\e036";
}

.icon-globe:before {
  content: "\e037";
}

.icon-frame:before {
  content: "\e038";
}

.icon-folder-alt:before {
  content: "\e039";
}

.icon-film:before {
  content: "\e03a";
}

.icon-feed:before {
  content: "\e03b";
}

.icon-earphones-alt:before {
  content: "\e03c";
}

.icon-earphones:before {
  content: "\e03d";
}

.icon-drop:before {
  content: "\e03e";
}

.icon-drawer:before {
  content: "\e03f";
}

.icon-docs:before {
  content: "\e040";
}

.icon-directions:before {
  content: "\e041";
}

.icon-direction:before {
  content: "\e042";
}

.icon-diamond:before {
  content: "\e043";
}

.icon-cup:before {
  content: "\e044";
}

.icon-compass:before {
  content: "\e045";
}

.icon-call-out:before {
  content: "\e046";
}

.icon-call-in:before {
  content: "\e047";
}

.icon-call-end:before {
  content: "\e048";
}

.icon-calculator:before {
  content: "\e049";
}

.icon-bubbles:before {
  content: "\e04a";
}

.icon-briefcase:before {
  content: "\e04b";
}

.icon-book-open:before {
  content: "\e04c";
}

.icon-basket-loaded:before {
  content: "\e04d";
}

.icon-basket:before {
  content: "\e04e";
}

.icon-bag:before {
  content: "\e04f";
}

.icon-action-undo:before {
  content: "\e050";
}

.icon-action-redo:before {
  content: "\e051";
}

.icon-wrench:before {
  content: "\e052";
}

.icon-umbrella:before {
  content: "\e053";
}

.icon-trash:before {
  content: "\e054";
}

.icon-tag:before {
  content: "\e055";
}

.icon-support:before {
  content: "\e056";
}

.icon-size-fullscreen:before {
  content: "\e057";
}

.icon-size-actual:before {
  content: "\e058";
}

.icon-shuffle:before {
  content: "\e059";
}

.icon-share-alt:before {
  content: "\e05a";
}

.icon-share:before {
  content: "\e05b";
}

.icon-rocket:before {
  content: "\e05c";
}

.icon-question:before {
  content: "\e05d";
}

.icon-pie-chart:before {
  content: "\e05e";
}

.icon-pencil:before {
  content: "\e05f";
}

.icon-note:before {
  content: "\e060";
}

.icon-music-tone-alt:before {
  content: "\e061";
}

.icon-music-tone:before {
  content: "\e062";
}

.icon-microphone:before {
  content: "\e063";
}

.icon-loop:before {
  content: "\e064";
}

.icon-logout:before {
  content: "\e065";
}

.icon-login:before {
  content: "\e066";
}

.icon-list:before {
  content: "\e067";
}

.icon-like:before {
  content: "\e068";
}

.icon-home:before {
  content: "\e069";
}

.icon-grid:before {
  content: "\e06a";
}

.icon-graph:before {
  content: "\e06b";
}

.icon-equalizer:before {
  content: "\e06c";
}

.icon-dislike:before {
  content: "\e06d";
}

.icon-cursor:before {
  content: "\e06e";
}

.icon-control-start:before {
  content: "\e06f";
}

.icon-control-rewind:before {
  content: "\e070";
}

.icon-control-play:before {
  content: "\e071";
}

.icon-control-pause:before {
  content: "\e072";
}

.icon-control-forward:before {
  content: "\e073";
}

.icon-control-end:before {
  content: "\e074";
}

.icon-calendar:before {
  content: "\e075";
}

.icon-bulb:before {
  content: "\e076";
}

.icon-bar-chart:before {
  content: "\e077";
}

.icon-arrow-up:before {
  content: "\e078";
}

.icon-arrow-right:before {
  content: "\e079";
}

.icon-arrow-left:before {
  content: "\e07a";
}

.icon-arrow-down:before {
  content: "\e07b";
}

.icon-ban:before {
  content: "\e07c";
}

.icon-bubble:before {
  content: "\e07d";
}

.icon-camcorder:before {
  content: "\e07e";
}

.icon-camera:before {
  content: "\e07f";
}

.icon-check:before {
  content: "\e080";
}

.icon-clock:before {
  content: "\e081";
}

.icon-close:before {
  content: "\e082";
}

.icon-cloud-download:before {
  content: "\e083";
}

.icon-cloud-upload:before {
  content: "\e084";
}

.icon-doc:before {
  content: "\e085";
}

.icon-envelope:before {
  content: "\e086";
}

.icon-eye:before {
  content: "\e087";
}

.icon-flag:before {
  content: "\e088";
}

.icon-folder:before {
  content: "\e089";
}

.icon-heart:before {
  content: "\e08a";
}

.icon-info:before {
  content: "\e08b";
}

.icon-key:before {
  content: "\e08c";
}

.icon-link:before {
  content: "\e08d";
}

.icon-lock:before {
  content: "\e08e";
}

.icon-lock-open:before {
  content: "\e08f";
}

.icon-magnifier:before {
  content: "\e090";
}

.icon-magnifier-add:before {
  content: "\e091";
}

.icon-magnifier-remove:before {
  content: "\e092";
}

.icon-paper-clip:before {
  content: "\e093";
}

.icon-paper-plane:before {
  content: "\e094";
}

.icon-plus:before {
  content: "\e095";
}

.icon-pointer:before {
  content: "\e096";
}

.icon-power:before {
  content: "\e097";
}

.icon-refresh:before {
  content: "\e098";
}

.icon-reload:before {
  content: "\e099";
}

.icon-settings:before {
  content: "\e09a";
}

.icon-star:before {
  content: "\e09b";
}

.icon-symbol-female:before {
  content: "\e09c";
}

.icon-symbol-male:before {
  content: "\e09d";
}

.icon-target:before {
  content: "\e09e";
}

.icon-volume-1:before {
  content: "\e09f";
}

.icon-volume-2:before {
  content: "\e0a0";
}

.icon-volume-off:before {
  content: "\e0a1";
}

.icon-users:before {
  content: "\e001";
}

/*!
 * WebSymbols v0.0.1 (http://www.justbenice.ru/studio/websymbols/)
 * Copyright 2013-2014 Roman Gafurov
 */
@font-face {
  font-family: WebSymbolsLigaRegular;
  font-style: normal;
  font-weight: 400;
  src: url(../../vendors/static/fonts/websymbols/websymbolsligaregular.eot?v=0.0.1);
  src: url(../../vendors/static/fonts/websymbols/websymbolsligaregular.eot?#iefix&v=0.0.1) format("embedded-opentype"), url(../../vendors/static/fonts/websymbols/websymbolsligaregular.woff?v=0.0.1) format("woff"), url(../../vendors/static/fonts/websymbols/websymbolsligaregular.ttf?v=0.0.1) format("truetype"), url(../../vendors/static/fonts/websymbols/websymbolsligaregular.svg?v=0.0.1#websymbolsligaregular) format("svg");
}

.ws {
  display: inline-block;
  font: normal normal normal 14px/1 WebSymbolsLigaRegular;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ws-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.ws-2x {
  font-size: 2em;
}

.ws-3x {
  font-size: 3em;
}

.ws-4x {
  font-size: 4em;
}

.ws-5x {
  font-size: 5em;
}

.ws-fw {
  width: 1.28571429em;
  text-align: center;
}

.ws-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.ws-ul > li {
  position: relative;
}

.ws-li {
  position: absolute;
  top: .14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
}

.ws-li.ws-lg {
  left: -1.85714286em;
}

.ws-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.ws.pull-left {
  margin-right: .3em;
}

.ws.pull-right {
  margin-left: .3em;
}

.ws-spin {
  animation: ws-spin 2s infinite linear;
}

@keyframes ws-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.ws-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.ws-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.ws-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.ws-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.ws-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

:root .ws-rotate-90, :root .ws-rotate-180, :root .ws-rotate-270, :root .ws-flip-horizontal, :root .ws-flip-vertical {
  filter: none;
  -webkit-filter: none;
}

.ws-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.ws-stack-1x, .ws-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.ws-stack-1x {
  line-height: inherit;
}

.ws-stack-2x {
  font-size: 2em;
}

.ws-inverse {
  color: #fff;
}

.ws-facebook:before {
  content: "\00e4";
}

.ws-twitter:before {
  content: "\00e5";
}

.ws-vkontakte:before {
  content: "\00e6";
}

.ws-linkedin:before {
  content: "\00e7";
}

.ws-googleplus:before {
  content: "\00e8";
}

.ws-odnoklassniki:before {
  content: "\00e9";
}

.ws-tumblr:before {
  content: "\00ea";
}

.ws-instagram:before {
  content: "\00eb";
}

.ws-livejournal:before {
  content: "\00ec";
}

.ws-vimeo:before {
  content: "\00ee";
}

.ws-google:before {
  content: "\00f2";
}

.ws-flickr:before {
  content: "\004e";
}

.ws-behance:before {
  content: "\004f";
}

.ws-blogger:before {
  content: "\0050";
}

.ws-github:before {
  content: "\0052";
}

.ws-youtube:before {
  content: "\00f0";
}

.ws-skype:before {
  content: "\00ef";
}

.ws-pinterest:before {
  content: "\00ed";
}

.ws-evernote:before {
  content: "\00a2";
}

.ws-picassa:before {
  content: "\00a3";
}

.ws-dribble:before {
  content: "\00a4";
}

.ws-weibo:before {
  content: "\00a5";
}

.ws-lastfm:before {
  content: "\00a6";
}

.ws-soundcloud:before {
  content: "\00a7";
}

.ws-dropbox:before {
  content: "\00a8";
}

.ws-revision:before {
  content: "\00ae";
}

.ws-kickstarter:before {
  content: "\00af";
}

.ws-rssbox:before {
  content: "\00f1";
}

.ws-rss:before {
  content: "\0024";
}

.ws-picture:before {
  content: "\0061";
}

.ws-text:before {
  content: "\005a";
}

.ws-slideshow:before {
  content: "\0066";
}

.ws-gallery:before {
  content: "\0064";
}

.ws-movie:before {
  content: "\0062";
}

.ws-movieclip:before {
  content: "\0063";
}

.ws-table:before {
  content: "\0069";
}

.ws-code:before {
  content: "\005f";
}

.ws-link:before {
  content: "\006f";
}

.ws-terminal:before {
  content: "\0065";
}

.ws-normal:before {
  content: "\006d";
}

.ws-album:before {
  content: "\006e";
}

.ws-alignleft:before {
  content: "\0046";
}

.ws-aligncenter:before {
  content: "\0045";
}

.ws-alignright:before {
  content: "\0044";
}

.ws-outdent:before {
  content: "\0048";
}

.ws-indent:before {
  content: "\0047";
}

.ws-bullets:before {
  content: "\0049";
}

.ws-ordered:before {
  content: "\004a";
}

.ws-archive:before {
  content: "\0059";
}

.ws-folder:before {
  content: "\006a";
}

.ws-rotateright:before {
  content: "\00a9";
}

.ws-rotateleft:before {
  content: "\00aa";
}

.ws-user:before {
  content: "\002e";
}

.ws-group:before {
  content: "\00a1";
}

.ws-adduser:before {
  content: "\00ab";
}

.ws-synchronise:before {
  content: "\0021";
}

.ws-boxed:before {
  content: "\0041";
}

.ws-boxedlist:before {
  content: "\0042";
}

.ws-list:before {
  content: "\0043";
}

.ws-logout:before {
  content: "\0060";
}

.ws-alert:before {
  content: "\005c";
}

.ws-edit:before {
  content: "\003f";
}

.ws-vertical:before {
  content: "\0068";
}

.ws-horisontal:before {
  content: "\0067";
}

.ws-diagonal:before {
  content: "\0070";
}

.ws-lock:before {
  content: "\0077";
}

.ws-unlock:before {
  content: "\0076";
}

.ws-attachment:before {
  content: "\003d";
}

.ws-settings:before {
  content: "\005e";
}

.ws-cloudup:before {
  content: "\006c";
}

.ws-cloud:before {
  content: "\006b";
}

.ws-calendar:before {
  content: "\003b";
}

.ws-clock:before {
  content: "\003a";
}

.ws-comment:before {
  content: "\0073";
}

.ws-commentempty:before {
  content: "\0051";
}

.ws-heart:before {
  content: "\0053";
}

.ws-heartempty:before {
  content: "\0054";
}

.ws-views:before {
  content: "\0058";
}

.ws-rating:before {
  content: "\0071";
}

.ws-star:before {
  content: "\0074";
}

.ws-share:before {
  content: "\0040";
}

.ws-chat:before {
  content: "\004b";
}

.ws-chatactive:before {
  content: "\004c";
}

.ws-tag:before {
  content: "\0072";
}

.ws-pin:before {
  content: "\0075";
}

.ws-window:before {
  content: "\002f";
}

.ws-search:before {
  content: "\0023";
}

.ws-shuffle:before {
  content: "\007e";
}

.ws-repeat:before {
  content: "\00ac";
}

.ws-retweet:before {
  content: "\0022";
}

.ws-:before {
  content: "\0032";
}

.ws-fold:before {
  content: "\005b";
}

.ws-unfold:before {
  content: "\005d";
}

.ws-openmenu:before {
  content: "\007b";
}

.ws-closemenu:before {
  content: "\007d";
}

.ws-mute:before {
  content: "\0078";
}

.ws-halfloud:before {
  content: "\0079";
}

.ws-loud:before {
  content: "\007a";
}

.ws-reply:before {
  content: "\002c";
}

.ws-replyall:before {
  content: "\002b";
}

.ws-forward:before {
  content: "\002d";
}

.ws-fullscreen:before {
  content: "\003e";
}

.ws-normalscreen:before {
  content: "\003c";
}

.ws-phone:before {
  content: "\007c";
}

.ws-mail:before {
  content: "\0038";
}

.ws-zoomin:before {
  content: "\00c2";
}

.ws-zoominoutline:before {
  content: "\00c0";
}

.ws-zoominfill:before {
  content: "\00c1";
}

.ws-zoomout:before {
  content: "\00c5";
}

.ws-zoomoutoutline:before {
  content: "\00c3";
}

.ws-zoomoutfill:before {
  content: "\00c4";
}

.ws-resize:before {
  content: "\00d1";
}

.ws-resizeoutline:before {
  content: "\00cf";
}

.ws-resizefill:before {
  content: "\00d0";
}

.ws-top:before {
  content: "\00c8";
}

.ws-topoutline:before {
  content: "\00c6";
}

.ws-topfill:before {
  content: "\00c7";
}

.ws-bottom:before {
  content: "\00cb";
}

.ws-bottomoutline:before {
  content: "\00c9";
}

.ws-bottomfill:before {
  content: "\00ca";
}

.ws-right:before {
  content: "\00d7";
}

.ws-rightoutline:before {
  content: "\00d5";
}

.ws-rightfill:before {
  content: "\00d6";
}

.ws-left:before {
  content: "\00d4";
}

.ws-leftoutline:before {
  content: "\00d2";
}

.ws-leftfill:before {
  content: "\00d3";
}

.ws-play:before {
  content: "\00da";
}

.ws-playoutline:before {
  content: "\00d8";
}

.ws-playfill:before {
  content: "\00d9";
}

.ws-pause:before {
  content: "\00dd";
}

.ws-pauseoutline:before {
  content: "\00db";
}

.ws-pausefill:before {
  content: "\00dc";
}

.ws-stop:before {
  content: "\00e0";
}

.ws-stopoutline:before {
  content: "\00de";
}

.ws-stopfill:before {
  content: "\00df";
}

.ws-sort:before {
  content: "\00e3";
}

.ws-sortoutline:before {
  content: "\00e1";
}

.ws-sortfill:before {
  content: "\00e2";
}

.ws-close:before {
  content: "\00ce";
}

.ws-closeoutline:before {
  content: "\00cc";
}

.ws-closefill:before {
  content: "\00cd";
}

.ws-rotate:before {
  content: "\0055";
}

.ws-rotateoutline:before {
  content: "\0057";
}

.ws-rotatefill:before {
  content: "\0056";
}

.ws-download:before {
  content: "\002a";
}

.ws-downloadoutline:before {
  content: "\0028";
}

.ws-downloadfill:before {
  content: "\0026";
}

.ws-upload:before {
  content: "\0029";
}

.ws-uploadoutline:before {
  content: "\0027";
}

.ws-uploadfill:before {
  content: "\0025";
}

.ws-done:before {
  content: "\00f5";
}

.ws-doneoutline:before {
  content: "\00f4";
}

.ws-donefill:before {
  content: "\00f3";
}

.ws-previous:before {
  content: "\00f8";
}

.ws-previousoutline:before {
  content: "\00f7";
}

.ws-previousfill:before {
  content: "\00f6";
}

.ws-next:before {
  content: "\00fb";
}

.ws-nextoutline:before {
  content: "\00fa";
}

.ws-nextfill:before {
  content: "\00f9";
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut {
  animation-duration: 0.75s;
}

.animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fadeOut {
  animation-name: fadeOut;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.m-alert {
  background: #eaeaea;
  color: #aaa;
  border: 1px solid #ddd;
  margin: 1em auto;
  padding: 1em 2em 1em 3em;
  position: relative;
}

.m-alert a {
  font-weight: 700;
}

.m-alert.no-icon {
  padding-left: 1em;
}

.m-alert__icon {
  position: absolute;
  top: 50%;
  left: .5em;
  margin-top: -.5em;
  line-height: 1em;
  font-size: 1.3em;
}

.m-alert__msg {
  display: block;
  font-size: .9em;
  line-height: 1.2em;
}

.m-alert__remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: .45em;
  line-height: 1em;
  cursor: pointer;
}

.m-alert--success {
  background: #e2f3eb;
  color: #3D9970;
  border-color: #abdec7;
}

.m-alert--success a {
  color: #3D9970;
}

.m-alert--warning {
  background: #fff8cc;
  color: #665800;
  border-color: #e6c600;
}

.m-alert--warning a {
  color: #665800;
}

.m-alert--error {
  background: #ffe0de;
  color: #9c0900;
  border-color: #ffa19c;
}

.m-alert--error a {
  color: #9c0900;
}

.m-alert--info {
  background: #e5f8ff;
  color: #001F3F;
  border-color: #7fdbff;
}

.m-alert--info a {
  color: #001F3F;
}

.m-carousel {
  padding: 0 3em;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.m-carousel__i {
  background: #ccc;
  display: none;
  box-sizing: border-box;
}

.m-carousel .owl-prev,
.m-carousel .owl-next {
  position: absolute;
  top: 50%;
  padding: 1em;
  line-height: 1em;
  margin-top: -1.5em;
}

.m-carousel .owl-prev.disabled,
.m-carousel .owl-next.disabled {
  display: none;
}

.m-carousel .owl-prev {
  left: 0;
}

.m-carousel .owl-next {
  right: 0;
}

.m-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1em;
  padding: .5em 0;
}

.m-carousel .owl-dot {
  display: inline-block;
  width: .7em;
  height: .7em;
  background: #aaa;
  margin: 0 .2em;
  border-radius: 50%;
}

.m-carousel .owl-dot.active {
  background: #fff;
}

.m-carousel.js-no-nav {
  padding: 0;
}

.m-carousel.js-fullscreen {
  padding: 0;
}

.m-carousel.js-fullscreen .m-carousel__i {
  height: 450px;
}

.owl-item .m-carousel__i {
  display: block;
}

.m-drop > .m-drop__body {
  display: none;
}

.m-drop.js-open > .m-drop__body {
  display: block;
}

.m-drop__icon {
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
  transition: all .5s;
}

.m-drop__trigger {
  cursor: pointer;
}

.m-drop__trigger.is-open .m-drop__icon, .m-drop__trigger.js-open .m-drop__icon {
  transform: rotate(180deg);
}

/**
 * cookie
 */
.cookie {
  background: #ffffff;
  color: #404040;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  border-top: 1px solid #eaeaea;
  font-family: Arial;
  line-height: 1.2;
  font-size: 16px;
}

.cookie__inner {
  margin: 0;
  padding: 1em;
}

.cookie__msg {
  font-size: .75em;
}

a.cookie__info.cookie__info {
  color: #3079ed;
  white-space: nowrap;
  margin: 0 0 0 2em;
}

.cookie__ok {
  background: #4d90fe;
  color: #fff;
  font-weight: bold;
  border: 1px solid #3079ed;
  margin: 0 0 0 .5em;
  display: inline-block;
  padding: .4em 1em;
}

/**
 * ieWarning
 */
.iewarning {
  background: #f2dede;
  color: #a94442;
  width: 100%;
  border-top: 1px solid #ebccd1;
  font-family: Arial;
  line-height: 1.2;
  font-size: 16px;
}

.iewarning__inner {
  margin: 0 auto;
  padding: 1em;
}

.iewarning__msg {
  font-size: .75em;
}

.iewarning__ok {
  background: #cc5e5c;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #a94442;
  display: inline-block;
  padding: .4em 1em;
}

/*lightgallery*/
.lg-icon {
  font-family: "Simple-Line-Icons";
}

.lg-backdrop.in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-actions .lg-next:before {
  content: "\e079";
}

.lg-actions .lg-prev:after {
  content: "\e07a";
}

.lg-toolbar .lg-close:after {
  content: "\e082";
}

#lg-zoom-in:after {
  content: "\e091";
}

#lg-zoom-out:after {
  content: "\e092";
}

#lg-actual-size:after {
  content: "\e038";
}

.lg-fullscreen:after {
  content: "\e057";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e058";
}

.lg-autoplay-button:after {
  content: "\e071";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e072";
}

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #111;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.pure-g,
.pure-g-r {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.pure-g [class*='pure-u'],
.pure-g-r [class*='pure-u'] {
  font-family: "Arial", sans-serif;
}

::selection {
  background: #cb5032;
  color: #fff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

a {
  color: #cb5032;
  text-decoration: none;
  outline: 0;
  transition: all .5s;
}

a:hover, a:active, a:focus {
  color: #345177;
}

a[href^="tel"] {
  color: #cb5032;
}

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: bold;
}

p, li, address, blockquote, td {
  font-weight: normal;
}

em {
  font-style: italic;
}

address {
  font-style: normal;
}

ol, ul {
  padding: 0 0 0 2em;
  margin: 1em 0;
}

li {
  margin: .5em 0;
}

.button,
.pure-button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #cb5032;
  color: #fff;
  padding: .8em 1em;
  margin: 0;
  transition: all .5s;
}

.button:hover, .button:active, .button:focus,
.pure-button:hover,
.pure-button:active,
.pure-button:focus,
button:hover,
button:active,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus {
  color: #fff;
  border-color: #888;
  outline: 0;
  background: #cb5032;
}

html {
  background: #111;
}

.site {
  background: #fff;
  color: #111;
  position: relative;
  overflow: hidden;
}

.site__wrap {
  position: relative;
  padding-top: 4.45em;
  z-index: 20;
}

.site__footer {
  position: relative;
  z-index: 10;
}

.site__wrap {
  min-height: 50vh;
}

.inner {
  max-width: 64em;
  margin: 0 auto;
}

.site__content {
  background: #fff;
  position: relative;
}

.site__content.has-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5em;
  background: linear-gradient(top, #f8f8f8 0%, white 100%);
  z-index: 0;
}

.site__sidebar,
.site__body {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.pure-checkbox span {
  position: relative;
  padding-left: .5em;
  display: block;
  margin-left: 1.5em;
}

.pure-checkbox span:after {
  display: inline-block;
  position: absolute;
  right: 100%;
  top: 0;
  font-size: 1.5em;
  line-height: 1em;
  color: #ddd;
  font-family: 'FontAwesome';
  content: "\f096";
}

.pure-checkbox input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  left: -10000px;
}

.pure-checkbox input[type="checkbox"]:checked + span:after {
  font-family: 'FontAwesome';
  content: "\f14a";
  color: #cb5032;
}

.pure-checkbox input[type="checkbox"]:disabled + span {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.pure-checkbox input[type="checkbox"]:disabled + span:after {
  color: #cb5032;
}

.no-csstransitions .pure-checkbox span {
  display: inline;
  margin-left: 0;
}

.no-csstransitions .pure-checkbox input[type="checkbox"] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: static;
}

/* radio */
.pure-radio span {
  position: relative;
  padding-left: .5em;
  display: block;
  margin-left: 1.5em;
}

.pure-radio span:after {
  display: inline-block;
  position: absolute;
  right: 100%;
  top: 0;
  font-size: 1.5em;
  line-height: 1em;
  color: #ddd;
  font-family: 'FontAwesome';
  content: "\f10c";
}

.pure-radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  left: -10000px;
}

.pure-radio input[type="radio"]:checked + span:after {
  font-family: 'FontAwesome';
  content: "\f192";
  color: #cb5032;
}

.no-csstransitions .pure-radio span {
  display: inline;
  margin-left: 0;
}

.no-csstransitions .pure-radio input[type="radio"] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: static;
}

/* select */
.select {
  position: relative;
}

.select__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -.5em .5em 0 0;
  line-height: 1em;
  z-index: 8;
}

.no-csstransforms .select__arrow {
  display: none;
}

/* inputs / textarea / selects */
.modulo input[type="text"],
.modulo input[type="password"],
.modulo select,
.modulo textarea {
  position: relative;
  z-index: 10;
  border: 1px solid #ddd;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  box-shadow: none;
  transition: all .5s;
}

.modulo textarea {
  resize: none;
  height: 9em;
}

.modulo select::-ms-expand {
  display: none;
}

.modulo input.hidden {
  position: fixed;
  right: 1000%;
  bottom: 1000%;
}

/* errors */
div.js-error {
  padding: .5em 1em;
  margin: .5em 0 0;
  background: #ffe0de;
  border: 1px solid #ffa19c;
  color: #9c0900;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  font-size: .8em;
}

.nav {
  padding: 0;
  margin: 0;
}

.nav__i, .nav > li {
  margin: 0;
  vertical-align: middle;
}

.nav__i, .nav > li,
.nav__i > a, .nav > li > a {
  display: inline-block;
}

.media {
  margin: 0;
}

.media__img,
.media__img > img {
  width: 100%;
  vertical-align: bottom;
}

.site__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-top: 0.3em solid #cb5032;
}

.site__logo {
  background: transparent no-repeat center center;
  background-size: contain;
  background-image: url("../img/logo.png");
  background-image: linear-gradient(transparent, transparent), url("../img/logo.svg");
  vertical-align: bottom;
  width: 7.75em;
  height: 1.5em;
  width: 10.4em;
  height: 2em;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 99;
}

.site__header .header__ov {
  padding: 1.05em 1.6em;
  position: relative;
  z-index: 10;
  background: #fff;
}

.site__header .header__trigger {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.65em 1.6em;
}

.csstransforms .hb {
  width: 1.8em;
  height: .9em;
  position: relative;
}

.csstransforms .hb span {
  text-indent: -50px;
  display: block;
  overflow: hidden;
}

.csstransforms .hb span:before, .csstransforms .hb:before, .csstransforms .hb:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #aaa;
  position: absolute;
  left: 0;
  transition: all .5s;
}

.csstransforms .hb span:before {
  top: 50%;
  margin-top: -1px;
}

.csstransforms .hb:before {
  bottom: 0;
}

.csstransforms .hb:after {
  top: 0;
  margin-top: -1px;
}

.csstransforms .js-open .hb span:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.csstransforms .js-open .hb:after {
  top: 50%;
  transform-origin: center center;
  transform: rotate(-45deg);
}

.csstransforms .js-open .hb:before {
  bottom: 50%;
  margin-bottom: -1px;
  transform-origin: center center;
  transform: rotate(45deg);
}

.header__body {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 4.2em;
  overflow-y: auto;
}

.nav--main {
  padding: 1em 0;
  text-align: center;
}

.nav--main > li {
  width: 100%;
  font-size: .75em;
  position: relative;
  vertical-align: top;
}

.nav--main > li a,
.nav--main > li span {
  display: inline-block;
  padding: .5em;
  color: #111;
  position: relative;
}

.nav--main > li a:hover,
.nav--main > li span:hover {
  color: #cb5032;
}

.nav--main > li:hover > a {
  color: #cb5032;
}

.nav--main > li.nav__sub:hover > a,
.nav--main > li.nav__sub.sel > a {
  margin-bottom: 1.9em;
}

.nav--main > li.sel > a {
  color: #cb5032;
  font-weight: bold;
}

.nav--main > li > a:after {
  content: "\00ca";
  position: absolute;
  top: 120%;
  left: 50%;
  font-size: 1em;
  line-height: 1em;
  margin: .4em 0 0 -.5em;
  color: #cb5032;
  font-family: "WebSymbolsLigaRegular";
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: .5s all;
}

.nav--main > li.nav__sub.sel > a:after {
  top: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nav--main > li .sub__body {
  display: none;
}

.nav--main > li.sel .sub__body {
  display: block;
  z-index: 5;
}

.no-touchevents .nav--main > li.nav__sub:hover > a:after {
  top: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.no-touchevents .nav--main > li:hover .sub__body {
  display: block;
  z-index: 10;
}

.nav__lang.nav__lang {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #aaa;
  width: 100%;
}

.nav__lang.nav__lang > span {
  display: none;
  text-transform: uppercase;
}

.nav--lang > li {
  font-size: 1em;
  width: auto;
}

.nav--lang > li.sel > a {
  color: #cb5032;
  font-weight: bold;
}

.sub__body {
  background: #3f3e3e;
  color: #fff;
}

.nav--sub {
  padding: 1em 0;
}

.nav--sub > li {
  width: 100%;
}

.nav--sub > li a {
  color: #fff;
  font-weight: bold;
}

.nav--sub > li a:hover {
  color: #cb5032;
}

.nav--sub > li.sel a {
  color: #cb5032;
}

.header__tools {
  background: #fff;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.header__tools .tools__search,
.header__tools .tools__ar {
  margin: .5em;
  line-height: 1em;
  box-sizing: border-box;
}

.header__tools .tools__search {
  background: #cb5032;
  color: #fff;
}

.header__tools .tools__search .search__trigger {
  color: #fff;
  display: inline-block;
  font-size: .7em;
  padding: .5em 1.5em;
  line-height: 1em;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  display: none;
}

.header__tools .tools__search .modulo {
  min-width: 16em;
  display: block;
  font-size: .7em;
  position: relative;
  overflow: hidden;
}

.header__tools .tools__search .control {
  padding: 0;
  padding: .5em;
}

.header__tools .tools__search .control--submit {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2.7em;
  z-index: 100;
}

.header__tools .tools__search input[type="text"] {
  margin: 0;
  border-color: #a24028;
}

.header__tools .tools__search button[type="submit"] {
  margin: 0;
  padding: 1em;
}

.header__tools .tools__ar {
  text-align: center;
  text-transform: uppercase;
  background: #cb5032;
}

.header__tools .tools__ar a {
  display: inline-block;
  color: #fff;
  width: 100%;
  font-size: .7em;
  padding: .5em 1em;
  box-sizing: border-box;
  line-height: 1em;
}

.header__tools .tools__ar a i {
  margin: 0 0 0 .5em;
}

.site__footer {
  background: #000;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  padding: 1.5em 1.5em;
  min-height: 50vh;
}

.site__footer .footer__spacer {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #aaa;
  margin: .5em 0 1.5em 0;
}

.site__footer a {
  color: #ffffff;
}

.site__footer .footer__nav,
.site__footer .footer__address {
  padding: 1em 1.5em 0;
}

.site__footer address {
  font-size: .75em;
  line-height: 1.1em;
}

.site__footer address b {
  text-transform: uppercase;
}

.site__footer .nav--footer li {
  text-transform: lowercase;
  font-size: .75em;
  line-height: 1.1em;
  border-left: 1px solid #aaa;
  padding-left: .3em;
}

.site__footer .nav--footer li:first-child {
  border-left: 0;
  padding-left: 0;
}

.widget {
  padding: .8em 0;
}

.widget .widget__label {
  font-size: .8em;
  line-height: 1.2em;
}

.widget .widget__list {
  margin-top: .2em;
  font-size: 1.2em;
}

.widget .widget__list a {
  margin: 0 .4em;
}

.widget--nl {
  text-align: left;
}

.widget--nl .m-drop {
  background: #494948;
  color: #9e9d9d;
  padding: .5em;
  max-width: 20em;
  margin: 0 auto;
  box-sizing: border-box;
}

.widget--nl .m-drop .widget__trigger {
  font-weight: bold;
  font-size: .9em;
  position: relative;
  line-height: 1em;
  padding-right: 2em;
}

.widget--nl .m-drop .widget__trigger i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  transition: .5s all;
}

.widget--nl .m-drop.js-open .widget__trigger i {
  transform: rotate(-90deg);
}

.widget--nl .modulo--nl {
  font-size: .9em;
}

.widget--nl .modulo--nl a {
  color: #fff;
}

.widget--nl .modulo--nl .pure-button {
  width: 100%;
  background: #fff;
  color: #cb5032;
}

.widget--nl .modulo--nl input[type="text"] {
  border-color: #9e9d9d;
}

.widget--nl .modulo--nl .pure-checkbox span:after {
  color: #9e9d9d;
}

.widget--app {
  white-space: nowrap;
}

.widget--app .widget__list img {
  height: 1.6em;
}

.modulo {
  font-size: 1em;
}

.modulo .control {
  position: relative;
  padding-top: 2em;
}

.modulo .control--check {
  padding-top: 1em;
}

.modulo a {
  color: #cb5032;
  border-bottom: 1px dashed #ddd;
}

.modulo .pure-button {
  background: #cb5032;
  color: #fff;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 1.3em;
}

.modulo label {
  position: absolute;
  top: 2em;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: .6em;
  z-index: 8;
  text-align: left;
  transition: top .5s;
  font-weight: bold;
}

.modulo label.pure-checkbox, .modulo label.pure-radio {
  position: static;
  white-space: normal;
  text-indent: 0;
}

.modulo label.pure-checkbox a, .modulo label.pure-radio a {
  font-weight: normal;
  display: inline-block;
  font-size: .9em;
  line-height: 1.5em;
}

.modulo .js-focus label {
  color: #9d9d9c;
  font-size: .9em;
  top: 0;
}

.site__top {
  background: #111 url("../img/loading.gif") no-repeat center center;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.site__top .top__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.site__top .m-carousel {
  padding: 0;
}

.site__top .m-carousel .m-carousel__i {
  height: 0;
  padding-bottom: 100%;
}

.site__top .m-carousel .owl-dots {
  padding: 1em 0;
}

.site__top .owl-dot {
  width: .5em;
  height: .5em;
  transition: .5s all;
}

.site__top.js-light {
  color: #fff;
  background: #fff;
}

.site__top.js-light a {
  color: #fff;
}

.site__top.js-light .owl-dot {
  border: 1px solid #aaa;
  background: #111;
}

.site__top.js-light .owl-dot.active {
  border-color: #fff;
  background: #fff;
}

.site__top.js-dark {
  color: #111;
  background: #fff;
}

.site__top.js-dark a {
  color: #111;
}

.site__top.js-dark .owl-dot {
  border: 1px solid #aaa;
  background: #fff;
}

.site__top.js-dark .owl-dot.active {
  border-color: #111;
  background: #111;
}

.site__top .top__ov {
  font-weight: bold;
  position: absolute;
  z-index: 20;
}

.site__top .top__ov span {
  display: block;
  line-height: 1.05em;
  font-size: 1em;
  white-space: nowrap;
}

.site__top .top__i--1 .top__ov {
  left: 1.6em;
  top: 1.6em;
}

.site__top .top__i--2 .top__ov {
  text-align: right;
  right: 1.6em;
  top: 1.6em;
}

.site__top .top__i--3 .top__ov {
  text-align: right;
  right: 1.6em;
  bottom: 1.6em;
}

.site__top .top__i--4 .top__ov {
  display: none;
}

.csstransforms .site__top .top__i--1 .top__ov {
  left: 50%;
  top: 15%;
  transform: translateX(-50%) translateY(-50%);
}

.csstransforms .site__top .top__i--3 .top__ov {
  right: 33%;
  bottom: 25%;
  margin: 0;
  transform: translateX(50%) translateY(50%);
}

/* animazioni */
.cssanimations .top__ov span {
  transition: opacity .5s;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}

.cssanimations .top__ov span:nth-child(1) {
  animation-delay: 1s;
}

.cssanimations .top__ov span:nth-child(2) {
  animation-delay: 1.3s;
}

.cssanimations .top__ov span:nth-child(3) {
  animation-delay: 1.6s;
}

.cssanimations .top__ov span:nth-child(4) {
  animation-delay: 1.9s;
}

.cssanimations .top__ov span:nth-child(5) {
  animation-delay: 2.2s;
}

.cssanimations .top__ov span:nth-child(6) {
  animation-delay: 2.5s;
}

.cssanimations .active .top__ov span {
  animation-name: fadeInRight;
}

.sidebar {
  overflow: hidden;
}

.sidebar .m-drop__body {
  padding: 0 0 .9em;
}

.sidebar__trigger {
  padding: .5em 2em .5em 1em;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 .5em;
  position: relative;
}

.sidebar__trigger i {
  color: #cb5032;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}

.sidebar__title {
  margin: .9em 1.5em;
}

.sidebar__title span {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
}

.nav--sidebar {
  line-height: 1em;
}

.nav--sidebar span,
.nav--sidebar a {
  color: #111;
  padding: .3em 2em;
  display: block;
}

.nav--sidebar span:hover,
.nav--sidebar a:hover {
  color: #cb5032;
}

.nav--sidebar li {
  width: 100%;
  margin: 0;
  line-height: 1.1em;
}

.nav--sidebar li.sel > span,
.nav--sidebar li.sel > a {
  color: #cb5032;
  font-weight: bold;
}

.nav--sidebar li:hover > span,
.nav--sidebar li:hover > a {
  color: #cb5032;
}

.nav--sidebar li.nav__title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 2em 0 0.5em;
}

.nav--sidebar li.nav__title:first-child {
  margin-top: 0;
}

.nav--sidebar li.nav__title > span {
  color: #cb5032;
}

.nav--sidebar li.nav__dwg {
  margin-top: 1.2em;
}

.nav--sidebar li.nav__dwg a {
  position: relative;
}

.nav--sidebar li.nav__dwg i {
  font-size: 1.2em;
  color: #cb5032;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -.5em 0 0;
}

.nav--sidebar[data-lvl="0"] {
  margin: .9em 0;
}

.nav--sidebar[data-lvl="0"] > li {
  font-size: .75em;
}

.nav--sidebar[data-lvl="0"] > li > span,
.nav--sidebar[data-lvl="0"] > li > a {
  font-weight: bold;
}

.nav--sidebar[data-lvl="right"] {
  margin: .9em 0;
}

.nav--sidebar[data-lvl="right"] > li {
  font-size: .75em;
}

.nav--sidebar[data-lvl="1"] {
  margin: .9em 0;
}

.nav--sidebar[data-lvl="1"] > li {
  font-size: .75em;
}

.nav--sidebar[data-lvl="1"] > li > span,
.nav--sidebar[data-lvl="1"] > li > a {
  font-weight: bold;
}

.nav--sidebar[data-lvl="1"] > li.sel {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}

.nav--sidebar[data-lvl="1"] > li.sel:first-child {
  margin-top: 0;
}

.nav--sidebar[data-lvl="1"] > li.sel .nav--sidebar[data-lvl="2"] {
  display: block;
}

.nav--sidebar[data-lvl="2"] {
  display: none;
  margin: .6em 0 0;
}

.nav--sidebar[data-lvl="2"] li[data-id="p83"],
.nav--sidebar[data-lvl="2"] .nav__category {
  margin-top: 1.3em;
}

.nav--sidebar[data-lvl="2"] a {
  padding-left: 3em;
}

.nav--sidebar[data-lvl="3"] {
  margin: 0 0 0 1em;
}

.has-bigsidebar .sidebar__body {
  position: relative;
  overflow: hidden;
  padding-bottom: 10em;
}

.has-bigsidebar .sidebar__body:before {
  content: "";
  position: absolute;
  top: 4.7em;
  left: 50%;
  height: 100%;
  width: 0;
  border-left: 1px solid #aaa;
}

.has-bigsidebar .nav--sidebar[data-lvl="right"] {
  margin: .9em .9em .9em 0;
}

.has-bigsidebar .nav--sidebar[data-lvl="2"] .sel > span,
.has-bigsidebar .nav--sidebar[data-lvl="2"] .sel > a,
.has-bigsidebar .nav--sidebar[data-lvl="right"] .sel > span,
.has-bigsidebar .nav--sidebar[data-lvl="right"] .sel > a {
  width: 100%;
  box-sizing: border-box;
  background: #f3f3f3;
}

.site__body {
  padding: 1.5em 0 0;
}

.page__body {
  padding: 0 1.5em;
}

.page__grid {
  padding: 0 1em;
}

.page__spacer {
  width: 100%;
  height: 3em;
  clear: both;
}

sup {
  top: -.3em;
}

.static {
  margin-bottom: 1.5em;
}

.static__header {
  margin: 1.2em 0 1.2em;
}

.static__title {
  font-size: 1.55em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #cb5032;
}

.static__text {
  font-size: .9em;
  line-height: 1.3em;
}

.static--contacts {
  margin-bottom: 0;
}

.static__section--form {
  background: #ececec;
  padding: 3em 0;
  margin-top: 3em;
}

.static__downloads {
  margin: 3em 0 -1em;
  list-style: none;
  padding: 0;
}

.static__downloads li {
  margin: 0;
  font-weight: bold;
  font-size: .9em;
}

.static__downloads a {
  color: #111;
  display: inline-block;
  padding: 1em 1em 1em 0;
  position: relative;
  min-width: 12em;
}

.static__downloads a:hover {
  color: #cb5032;
}

.static__downloads .icon {
  position: absolute;
  top: 50%;
  left: 100%;
  color: #cb5032;
  font-size: 1.5em;
  line-height: 1em;
  margin-top: -.5em;
}

.progetto {
  padding-top: 3em;
  margin-top: 3em;
  border-top: 1px solid #ddd;
}

.progetto .static__title {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #111;
}

.progetto .static__img {
  max-width: 35.5em;
}

.progetto .static__img img {
  max-width: 100%;
}

.timeline__wrap {
  display: none;
  height: 7em;
  margin-bottom: 2em;
}

.timeline__nav {
  background: #fff;
  padding: 1em 0 2em 0;
}

.timeline__nav.is_stuck {
  z-index: 10;
  margin-top: -1em;
}

.timeline__nav.js-fixed {
  position: fixed;
  top: 4.4em;
  left: 0;
  width: 100%;
  z-index: 10;
}

.nav--timeline {
  border-bottom: 1px solid #aaa;
  text-align: center;
}

.nav--timeline a {
  color: #111;
  padding: 0 0 1em;
}

.nav--timeline a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #111;
  width: .5em;
  height: .5em;
  margin: 0 0 -.25em -.25em;
  border-radius: 50%;
}

.nav--timeline li {
  position: relative;
  padding: 0;
  width: 11%;
  font-size: .75em;
}

.nav--timeline li.sel a, .nav--timeline li:hover a {
  color: #cb5032;
}

.nav--timeline li.sel a:after, .nav--timeline li:hover a:after {
  background: #cb5032;
}

.timeline__footer {
  text-align: center;
  font-size: .9em;
  padding: 5em 0 0;
}

.flexbox .nav--timeline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flexbox .nav--timeline li {
  width: auto;
}

.timeline__body {
  overflow: hidden;
  position: relative;
  margin: 3em 0 0;
  padding-bottom: 2em;
}

.timeline__body:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.6em;
  height: 100%;
  width: 1px;
  background: #aaa;
}

.media--tl {
  padding: 0 0 2em;
}

.media--tl .media__year {
  font-size: .9em;
  line-height: 1em;
  font-weight: bold;
  padding-bottom: .8em;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1em;
}

.media--tl .media__img {
  padding: 1em 0 0;
}

.media--tl .media__title {
  font-size: .9em;
  line-height: 1em;
}

.media--tl .media__text {
  font-size: .9em;
  line-height: 1.3em;
  padding: 0 1em 0 0;
}

.media--tl .media__text br {
  display: none;
}

#y1998 .media__img {
  padding-top: 0;
}

#y2001 .media__img {
  padding-top: 2em;
}

#y2005 .media__img {
  padding-top: 3em;
}

#y2011 .media__img {
  margin-left: 2.8em;
}

#y2015 .media__img {
  padding-top: 2em;
  margin-left: -.8em;
}

#y2016 .media__img {
  padding-top: 2em;
}

.paging {
  overflow: hidden;
  margin-top: 1em;
}

.paging__next, .paging__prev {
  font-size: .75em;
  text-transform: uppercase;
  padding: .8em;
  background: #f6f6f6;
  color: #111;
}

.paging__next:hover, .paging__prev:hover {
  background-color: #cb5032;
  color: #fff;
}

.paging__next .fa, .paging__prev .fa {
  font-size: 1.1em;
  vertical-align: middle;
}

.paging__next {
  float: right;
}

.paging__next .fa {
  margin-left: .5em;
}

.paging__prev {
  float: left;
}

.paging__prev .fa {
  margin-right: .5em;
}

.paging__links {
  text-align: center;
  clear: both;
  font-size: .9em;
  padding: .6em 0 .4em;
}

.paging__links a {
  color: #111;
  padding: .3em;
}

.paging__links a:hover {
  color: #cb5032;
}

.paging__links .sel {
  color: #fff;
  background: #cb5032;
  font-weight: 700;
  padding: .3em .6em;
  margin: 0 .2em;
}

.modulo--sidebar {
  font-size: .75em;
  position: relative;
}

.modulo--sidebar .control {
  margin-top: 2em;
}

.modulo--sidebar .control .input,
.modulo--sidebar .control .select {
  padding-left: 2em;
  box-sizing: border-box;
  background: #f6f6f6;
  border: 1px solid #aaa;
  border-width: 1px 0;
}

.modulo--sidebar .control select,
.modulo--sidebar .control input[type="text"] {
  border: 0;
  padding-left: 0;
  color: #cb5032;
  font-weight: bold;
}

.modulo--sidebar .select__arrow {
  color: #cb5032;
  font-size: 1.5em;
}

.modulo--sidebar label {
  padding-left: 2em;
  box-sizing: border-box;
  text-indent: 0;
  top: 0;
  margin: .2em 0 0;
  transition: .5s all;
}

.modulo--sidebar .control--submit {
  background: none;
  padding: 0;
  position: absolute;
  bottom: -.25em;
  right: 0;
  z-index: 100;
}

.modulo--sidebar .pure-button {
  background: none;
  padding: .5em;
  color: #111;
  cursor: pointer;
}

.modulo--sidebar .js-focus label {
  font-size: 1em;
  color: #cb5032;
}

.modulo--filters {
  font-size: .75em;
  position: relative;
  overflow: hidden;
}

.modulo--filters:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  background: #fff url("../img/loading-white.gif") no-repeat center 2em;
  z-index: 99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transition: opacity .3s;
}

.modulo--filters.js-loading {
  min-height: 4em;
}

.modulo--filters.js-loading:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.modulo--filters .control {
  padding: 2em 1.2em 0 1.2em;
  margin-top: 1em;
}

.modulo--filters .control select {
  padding: 0 .5em;
  height: 1.8em;
}

.modulo--filters .control select,
.modulo--filters .control input[type="text"] {
  color: #cb5032;
  font-weight: bold;
}

.modulo--filters .select__arrow {
  color: #cb5032;
  font-size: 1.5em;
}

.modulo--filters label {
  padding-left: 1.2em;
  box-sizing: border-box;
  text-indent: 0;
  top: 0;
  margin: .2em 0 0;
  transition: .5s all;
}

.modulo--filters .control--submit {
  padding-top: .4em;
}

.modulo--filters .pure-button {
  font-size: 1em;
  width: 100%;
  padding: .5em;
}

.modulo--filters .js-focus label {
  font-size: 1em;
  color: #cb5032;
}

.filters__message {
  margin: 1.1em 2em;
  line-height: 1.2em;
  font-size: .75em;
}

.brevetto {
  border: 1px solid #aaa;
  border-width: 1px 0;
  padding: 1em 0;
}

.brevetto__trigger {
  position: relative;
  padding: 0 2em 0 0;
  overflow: hidden;
}

.brevetto__img {
  display: none;
  max-width: 12em;
  float: left;
  margin: 0 1em 0 0;
}

.brevetto__title {
  color: #cb5032;
  text-transform: uppercase;
  font-size: 1.15em;
  line-height: 1em;
  margin: 0;
}

.brevetto__title span {
  display: block;
  font-weight: 400;
}

.brevetto__logo {
  overflow: hidden;
  margin-top: 2em;
  line-height: 1em;
}

.brevetto__logo img {
  max-width: 6.6em;
  display: block;
  margin: 0 0 .4em;
}

.brevetto__logo b {
  font-size: 1.2em;
}

.brevetto .m-drop__icon {
  position: absolute;
  top: 50%;
  right: .2em;
  width: 1.25em;
  margin-top: -.65em;
}

.brevetto .m-drop__icon img {
  width: 100%;
}

.brevetto.js-open {
  padding-bottom: 0;
}

.brevetto.js-open .m-drop__icon {
  transform: rotate(90deg);
}

.brevetto .m-drop__body {
  padding: 1em 0 0;
}

.brevetto__i {
  position: relative;
  overflow: hidden;
  padding: 4em 0 0;
}

.brevetto__i img {
  position: absolute;
  top: 1em;
  left: 0;
  height: 4em;
}

.brevetto__i-text {
  font-size: .75em;
  padding: 3em 0;
  line-height: 1.2em;
  border-bottom: 1px solid #aaa;
}

.brevetto__i-text b {
  color: #cb5032;
}

.brevetto__i-text p {
  margin: 0;
}

.brevetto__i:last-child .brevetto__i-text {
  border: 0;
}

.measures {
  margin: 2em 0 0;
  position: relative;
}

.measures__bg {
  position: relative;
}

.measures__img, .measures__fb {
  width: 100%;
}

.measures__img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.measures__i {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.m-comparator__trigger {
  visibility: hidden;
}

.m-comparator__trigger.js-remove .icon-plus {
  transform: rotate(-45deg);
}

.m-comparator__summary {
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  white-space: normal;
}

.m-comparator__summary-title {
  font-weight: bold;
  font-size: .85em;
  line-height: 1.3em;
  margin: 1em 0 .5em;
}

.m-comparator__summary-list {
  margin: 0em 0 1em;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.m-comparator__summary-list li {
  margin: 0;
  font-size: .9em;
  padding: .3em .5em .3em 1.5em;
  position: relative;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

.m-comparator__summary-list .m-comparator__remove {
  position: absolute;
  line-height: 1em;
  font-size: .9em;
  top: 50%;
  left: 0;
  margin-top: -.5em;
  cursor: pointer;
  transform: rotate(-45deg);
}

.build_pdf {
  position: absolute;
  top: 50%;
  right: -1em;
  font-size: .9em;
  line-height: 1em;
  padding: 1em 2.5em 1em 1em;
  margin-top: -1.45em;
  cursor: pointer;
}

.build_pdf.js-loading {
  padding-left: 2em;
  background: url("../img/loading-white.gif") no-repeat left center;
}

.build_pdf.js-working {
  overflow: hidden;
  background: url("../img/loading-white.gif") no-repeat center center;
  text-indent: -20em;
}

.build_pdf.js-working img {
  display: none;
}

.build_pdf img {
  width: 1.5em;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.75em;
}

.page--comparator .static__title {
  color: #111;
  line-height: 1.1em;
}

.page--comparator .static__text {
  color: #cb5032;
}

.page--comparator .static__text i {
  vertical-align: middle;
}

.page--comparator .static__text p {
  margin: .5em 0 0;
}

.page--comparator .static__header {
  position: relative;
}

.comparator {
  margin: 2em 0 5em;
}

.comparator .table {
  border: 1px solid #aaa;
  border-width: 1px 0;
}

.comparator table {
  border: 0;
}

.comparator td,
.comparator th {
  background: #fff;
  border: 1px solid #ccc;
  width: 20%;
  padding: 1em;
  font-size: .75em;
  box-sizing: border-box;
  vertical-align: top;
}

.comparator td {
  text-align: center;
}

.comparator th {
  border-top: 0;
  text-align: left;
}

.comparator th:first-child {
  border-left: 0;
}

.comparator td:last-child,
.comparator th:last-child {
  border-right: 0;
}

.comparator tbody th {
  vertical-align: middle;
  padding: 1em 2.6em;
}

.comparator tbody tr:last-child td,
.comparator tbody tr:last-child th {
  border-bottom: 0;
}

.comparator__hilight td {
  background: #f6f6f6;
  font-size: 1.1em;
  font-weight: bold;
  padding: .4em;
}

.comparator__remove {
  display: block;
  position: relative;
  line-height: 1.2em;
  padding-left: 1.5em;
}

.comparator__remove .icon-plus {
  top: 50%;
  left: 0;
  line-height: 1em;
  margin: -.45em 0 0;
  position: absolute;
  transform: rotate(-45deg);
}

.comparator__category {
  font-size: 1.66em;
  line-height: 1.2em;
  padding: 1em;
  color: #cb5032;
}

.comparator__category a {
  font-size: .7em;
  font-weight: normal;
}

.comparator__category a .comparator__remove {
  margin-top: .2em;
}

.comparator__product {
  padding: 1em 0;
  position: relative;
}

.comparator__product .comparator__remove {
  position: absolute;
  top: -.1em;
  left: -.1em;
  font-size: 1.5em;
  color: #111;
  padding: .5em;
  border: 0.5em solid #fff;
}

.comparator__product-name {
  color: #cb5032;
  margin: 1em 0;
}

.comparator__product-text {
  color: #cb5032;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2em;
}

.comparator__product img {
  max-width: 100%;
}

.comparator__base64 th {
  padding: 1em !important;
}

.comparator__base64 img {
  width: 100%;
}

.comparator {
  position: relative;
}

.comparator.js-loading:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.comparator.js-loading a {
  display: none;
}

.credits {
  position: fixed;
  top: -10em;
  left: 0;
  z-index: 9999;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transition: .5s all;
}

.credits.js-open {
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.credits__body {
  width: 80%;
  max-width: 20em;
  margin: 1em auto;
  background: #fff;
  color: #cb5032;
  position: relative;
  padding: 2em 1em 2em;
  box-sizing: border-box;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
}

.credits__close {
  position: absolute;
  top: -.5em;
  right: -.5em;
  padding: 1em;
  font-size: 1.4em;
  line-height: 1em;
  z-index: 99;
}

.credits__i {
  position: relative;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.credits__i a {
  color: #111;
}

.credits__i a:hover {
  color: #cb5032;
}

.credits__i-label {
  font-size: .9em;
}

.credits__i-logo {
  max-width: 10em;
  margin: 0 auto;
}

.credits__i-logo img {
  width: 100%;
}

.csstransforms .credits {
  top: 40%;
  transform: translateY(-50%);
}

.csstransforms .credits.js-open {
  top: 50%;
}

.q .control--submit {
  text-align: center;
}

.q__title {
  margin: 3em 0 1em;
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1.1em;
}

.q__i {
  margin: 1em 0;
  padding-top: .85em;
  border-top: 1px solid #ddd;
}

.q__i-title {
  font-size: .9em;
  line-height: 1.3em;
  margin: 0 0 .75em;
}

.q__i-control {
  background: #efefef;
  border: 1px solid #ddd;
}

.q__i-control .control {
  padding: 0 .3em .3em;
}

.q__i-control .control .input {
  box-sizing: border-box;
  padding: 0 .2em;
}

.q__i-control .control label {
  margin: 0;
}

.q__i-control .control textarea {
  height: 4em;
}

.q__i-control .control span {
  font-size: .85em;
  line-height: 1.2em;
  padding: .2em .5em;
}

.q__i-label {
  font-size: .75em;
  text-transform: uppercase;
  line-height: 1.1em;
  padding: .85em .5em .5em;
}

.c-video {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-video__buttons {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
  display: none;
  transform: translateY(-50%);
}

.js-finish .c-video__buttons {
  display: block;
}

.c-video__buttons .button {
  display: inline-block;
  margin: 0;
  padding: .5em;
  text-transform: none;
  background: #fff;
  font-size: .9em;
  line-height: 1.2em;
  color: #111;
}

.c-video__buttons .button b {
  display: block;
  font-size: 1.4em;
  background: #cb5032;
  color: #fff;
  padding: 1em;
}

.c-video__buttons .button em {
  display: block;
  text-align: right;
  font-size: .9em;
  color: #cb5032;
  padding-bottom: .5em;
}

.c-video__buttons .button span {
  display: block;
  padding: 1em;
}

.section--wallhome .wall {
  margin: 1.95em 1.95em 3.9em;
}

.section--wallhome .wall .wall__i,
.section--wallhome .wall .wall__sizer {
  width: 100%;
}

.tabs {
  text-align: center;
  background: #fff;
  padding: .16em;
}

.tabs a {
  display: block;
  box-sizing: border-box;
  background: #cb5032;
  color: #fff;
  margin: .16em;
  padding: 1.75em 1em;
}

.tabs a span {
  display: block;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: bold;
}

.media--h {
  background: #fff;
  margin: 1.5em 0;
  position: relative;
  border: 1px solid #aaa;
}

.media--h .media__wrap {
  width: 100%;
  border-top: 1px solid #aaa;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 3em;
}

.media--h .media__body {
  padding: 1.35em;
}

.media--h a {
  color: #111;
}

.media--h .media__title {
  margin: 0;
  font-size: 1.35em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em;
}

.media--h .media__text {
  font-size: 1.35em;
}

.media--h .media__text p {
  margin: 0;
  font-weight: bold;
  line-height: 1.2em;
}

.media--h .media__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1.35em;
  line-height: 1em;
  color: #cb5032;
}

.media--h .media__footer .media__goto {
  font-size: 1.35em;
}

.media--h .drop--box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  line-height: 1em;
  color: #cb5032;
}

.media--h .drop--box a {
  color: #cb5032;
}

.media--h .drop--box .drop__trigger {
  padding: 1.35em;
}

.media--h .drop--box .drop__trigger i {
  font-size: 1.35em;
}

.media--h .drop--box .drop__body {
  position: absolute;
  top: 50%;
  right: 100%;
  white-space: nowrap;
  margin: -.6em 0 0;
  display: none;
}

.media--h .drop--box .drop__body a {
  margin: 0 0 0 .8em;
}

.media--h .drop--box .drop__body i {
  font-size: 1.35em;
}

.media--h .drop--box:hover .drop__body {
  display: block;
}

.section--news {
  background: #ededed;
  padding: 3.9em 0 6.8em;
  position: relative;
}

.section--news .m-carousel__i {
  background: none;
}

.section--news .owl-nav {
  color: #bababa;
}

.section--news .section__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 2em 0;
}

.section--news .section__footer .section__continue {
  font-size: .9em;
}

.section--news .section__footer .section__continue a {
  color: #111;
}

.media--n {
  overflow: hidden;
  position: relative;
  margin: 0 .9em;
}

.media--n a {
  color: #111;
}

.media--n .media__img {
  width: 100%;
  padding: 0 0 1.8em;
}

.media--n .media__img img {
  width: 100%;
}

.media--n .media__body {
  overflow: hidden;
  padding: 0 0 3em;
}

.media--n .media__date {
  font-size: .75em;
  line-height: 1em;
  margin-bottom: .5em;
}

.media--n .media__title {
  font-size: 1.25em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 1.7em;
}

.media--n .media__text {
  font-size: .9em;
  line-height: 1.2em;
}

.media--n .media__text p {
  margin: 0;
}

.media--n .media__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  line-height: 1em;
  color: #cb5032;
}

.media--n .drop--box {
  position: absolute;
  bottom: -1em;
  right: -1em;
  z-index: 10;
  line-height: 1em;
  color: #cb5032;
}

.media--n .drop--box a {
  color: #cb5032;
}

.media--n .drop--box .drop__trigger {
  padding: 1em;
}

.media--n .drop--box .drop__trigger i {
  font-size: 1em;
}

.media--n .drop--box .drop__body {
  position: absolute;
  top: 50%;
  right: 100%;
  white-space: nowrap;
  margin: -.6em 0 0;
  display: none;
}

.media--n .drop--box .drop__body a {
  margin: 0 0 0 .8em;
}

.media--n .drop--box .drop__body i {
  font-size: 1em;
}

.media--n .drop--box:hover .drop__body {
  display: block;
}

.media--p {
  background: #fff;
  margin: .5em;
  overflow: hidden;
  border: 1px solid #aaa;
}

.media--p .media__img {
  width: 100%;
}

.media--p .media__img img {
  width: 100%;
  vertical-align: bottom;
}

.media--p .media__header {
  background: #cb5032;
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 3em;
}

.media--p .media__header i {
  position: absolute;
  top: 50%;
  right: 1.38em;
  font-size: 1.18em;
  line-height: 1em;
  margin-top: -.5em;
}

.media--p .media__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 3em 0 1.25em;
  font-size: 1.25em;
  line-height: 1em;
  margin-top: -.5em;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}

.media--p .media__title small {
  white-space: nowrap;
  font-size: .7em;
}

.media--p .media__body {
  position: relative;
  color: #111;
}

.media--p .media__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: .8em;
  line-height: 1.2em;
  padding: 1.9em 1.95em;
}

.media--p .media__text p {
  margin: 0;
}

.grid__heading {
  margin: 0 .5em;
}

.page__category_title {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #aaa;
  margin: 2em 0 0;
  padding: 1.2em 0 .5em;
}

.page__body:first-child .page__category_title {
  margin-top: 0;
  border: 0;
}

.csstransforms .media--p .media__title {
  white-space: normal;
  margin-top: 0;
  transform: translateY(-50%);
}

.detail__header {
  overflow: hidden;
  position: relative;
  padding-bottom: 3.1em;
}

.detail__title_wrap {
  color: #fff;
  min-height: 3.1em;
}

.detail__title_wrap .detail__title {
  background: #cb5032;
  margin: 0;
  font-size: 1.25em;
  line-height: 1em;
  padding: .75em 1.25em;
  position: relative;
  box-sizing: border-box;
}

.detail__goto_wrap {
  background: #cb5032;
  height: 3.1em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.detail__goto_wrap a {
  color: #fff;
}

.detail__goto_wrap .detail__goto {
  line-height: 1em;
  font-size: 1.25em;
  padding: .75em;
}

.detail__goto_wrap span {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -.5em;
  margin-right: .8em;
  white-space: nowrap;
  font-size: .8em;
  line-height: 1em;
  font-weight: bold;
  color: #cb5032;
}

.detail__top .owl-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.detail__top .owl-item.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.detail__top .m-carousel {
  padding: 0;
}

.detail__top .top__i {
  position: relative;
}

.detail__top .top__i > img {
  width: 100%;
}

.detail__top .m-carousel__i {
  background: #fff;
}

.detail__top .top__zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #aaa;
  font-size: 1.1em;
  line-height: 1em;
  padding: .8em;
}

.detail__top.js-dark .top__zoom {
  color: #fff;
}

.detail__top .owl-dots {
  width: 50%;
  margin: 0 25%;
}

.detail__top .owl-dot {
  width: .5em;
  height: .5em;
  background-color: #e0e0e0;
}

.detail__top .owl-dot.active {
  background-color: #cb5032;
}

.detail__top .lg {
  display: none;
}

.detail__tools {
  border-bottom: 1px solid #aaa;
  position: relative;
  padding: 1.25em .6em;
  min-height: 2em;
}

.detail__tools .drop--box {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.detail__tools .drop--box .drop__trigger {
  display: inline-block;
  font-size: 1.6em;
  line-height: 1em;
  color: #cb5032;
  padding: 1em .5em;
}

.detail__tools .drop--box .drop__body {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -1em;
  display: none;
}

.detail__tools .drop--box .nav--share {
  background: #fff;
  line-height: 1em;
  padding-left: .5em;
}

.detail__tools .drop--box .nav--share li {
  line-height: 1em;
  margin: 0 0 0 0;
}

.detail__tools .drop--box .nav--share a {
  padding: .5em;
}

.detail__tools .drop--box:hover .drop__body {
  display: block;
}

.detail__tools .nav--tools {
  text-align: right;
}

.detail__tools .nav--tools li {
  font-size: .75em;
  position: relative;
  width: 100%;
}

.detail__tools .nav--tools a {
  padding: .6em 2.7em .6em .6em;
}

.detail__tools .nav--tools .icon {
  font-size: 2em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
}

.detail__body {
  margin: 1.8em 0;
}

.detail__body.has-border {
  border-bottom: 1px solid #aaa;
}

h2.detail__title {
  font-size: 1.25em;
  line-height: 1.1em;
  color: #cb5032;
  margin: 0 0 1.2em;
}

h3.detail__title {
  font-size: 1.25em;
  line-height: 1.1em;
  margin: 0 0 1em;
}

.detail__text {
  font-size: .9em;
  line-height: 1.3em;
}

.detail__text li {
  margin: .05em 0;
}

.detail__img {
  width: 100%;
}

.detail__img img {
  width: 100%;
  vertical-align: middle;
}

.detail__col {
  margin: 0 .4em .8em;
}

.detail__spots {
  margin: 2em 0;
}

.detail__spots .media--spot {
  margin: .5em;
}

.detail__spots .media--spot .media__text {
  font-size: .75em;
  line-height: 1.3em;
}

.detail__draws {
  border-bottom: 1px solid #aaa;
}

.detail__draws .lg {
  display: none;
}

.detail__draws .owl-nav {
  color: #aaa;
  font-size: 1.5em;
}

.detail__draws .owl-prev,
.detail__draws .owl-next {
  padding-left: 0;
  padding-right: 0;
}

.detail__draws .top__i {
  position: relative;
}

.detail__draws .m-carousel {
  padding: 0;
}

.detail__draws .m-carousel__i {
  background: #fff;
}

.detail__draws .top__zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #111;
  text-shadow: 0 0 2px #fff;
  font-size: 1.1em;
  line-height: 1em;
  padding: .8em;
}

.draws__nav {
  background: #fff;
  border: 1px solid #aaa;
  padding: 1em 0;
  border-width: 1px 0;
  position: relative;
  z-index: 20;
}

.draws__nav .draws__title {
  font-size: .9em;
  line-height: 1em;
  font-weight: bold;
  color: #cb5032;
  padding-bottom: .4em;
}

.draws__nav .nav--draws {
  line-height: .9em;
}

.draws__nav .nav--draws li {
  font-size: .9em;
  line-height: 1em;
  padding: .4em 0 .4em 2em;
  width: 100%;
  color: #aaa;
  position: relative;
  transition: all .5s;
  cursor: pointer;
}

.draws__nav .nav--draws li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: .8em;
  height: .8em;
  background: #aaa;
  border-radius: 50%;
  margin: -.4em 0 0 .4em;
  transition: all .5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.draws__nav .nav--draws li.js-sel, .draws__nav .nav--draws li:hover {
  color: #cb5032;
}

.draws__nav .nav--draws li.js-sel {
  font-weight: bold;
}

.draws__nav .nav--draws li.js-sel:after {
  background-color: #cb5032;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
}

.detail__section--related[data-layout="1"] .detail__related-title {
  margin-bottom: 2em;
}

.detail__section--related[data-layout="1"] .pure-g {
  overflow: hidden;
  display: block;
}

.detail__section--related[data-layout="1"] .pure-u-1-2 {
  position: relative;
}

.detail__section--related[data-layout="1"] .media--related.is-empty {
  margin: 0;
}

.detail__section--related[data-layout="1"] .media--related:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: #aaa;
  height: 1px;
}

.detail__section--related[data-layout="1"] .media--related:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 1px;
  background: #aaa;
  height: 200%;
}

.detail__section--related[data-layout="1"] .media--related a {
  color: #cb5032;
  text-transform: uppercase;
}

.detail__section--related[data-layout="1"] .media--related .media__title {
  padding: 0 0 .1em;
}

.detail__list-wrap {
  margin: 1.5em 0;
  padding: 1.25em .5em;
  background: #ededed;
  overflow: hidden;
}

.detail__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail__list li {
  line-height: 1.2em;
  margin: 0;
  font-size: .75em;
  padding: .5em 1em .5em 3em;
  position: relative;
  font-weight: bold;
}

.detail__list li:after {
  content: "\00d6";
  font-family: "WebSymbolsLigaRegular";
  position: absolute;
  top: 1.1em;
  left: 1.2em;
  line-height: 1em;
  margin-top: -.5em;
}

.detail__section {
  margin-bottom: 3em;
}

.detail__section:last-child {
  margin-bottom: 0;
}

.detail__section--related {
  margin-top: 2em;
}

.detail__section .detail__related-title {
  font-size: 1.25em;
  line-height: 1.3em;
  margin: 0 0 1em;
  color: #cb5032;
}

.media--related {
  margin: .5em;
  text-align: center;
}

.media--related a {
  color: #111;
}

.media--related .media__body {
  font-size: .75em;
}

.media--related .media__title {
  padding: 1.5em 0 .5em;
  font-weight: bold;
}

.detail__section--videos {
  background: #ececec;
  padding: 2em 0 0;
}

.detail__section--videos .detail__related-title {
  margin-bottom: 1.4em;
}

.media--video {
  margin: 0 .5em 1em;
  position: relative;
  cursor: pointer;
}

.media--video .media__play {
  width: 3.75em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.87em 0 0 -1.87em;
  transition: all .5s;
  z-index: 10;
}

.media--video .media__play img {
  width: 100%;
}

.media--video .media__ov {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.media--video .media__ov:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cb5032;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .5s;
}

.media--video .media__title {
  position: absolute;
  bottom: 90%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: 0;
  z-index: 8;
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 1em;
  box-sizing: border-box;
  transition: all .5s;
}

.media--video:hover .media__play {
  top: 75%;
  width: 2em;
  margin: -1em 0 0 -1em;
}

.media--video:hover .media__ov:after {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.media--video:hover .media__title {
  bottom: 50%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.legend {
  position: relative;
  overflow: hidden;
  margin: 0 0 1em;
}

.legend__bg {
  position: relative;
  z-index: 10;
  width: 100%;
}

.legend__img {
  width: 100%;
  vertical-align: bottom;
}

.legend__i {
  position: relative;
  display: inline-block;
  clear: both;
  float: left;
  top: 50%;
  left: 0;
  z-index: 20;
  font-size: .75em;
  line-height: 1.3em;
  padding: .5em 1em .5em 1.2em;
  margin: 0 .2em .2em .9em;
}

.legend__i:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cb5032;
}

.legend__i:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 3px;
  background: #cb5032;
  border-radius: 50%;
  margin: 0 0 -1px -1px;
}

.detail__tabs {
  margin-bottom: 2em;
}

.detail__separator {
  border-bottom: 1px solid #aaa;
}

.detail__tab .detail__tab_footer {
  border-bottom: 1px solid #aaa;
}

.detail__tab .detail__trigger {
  height: 3.75em;
  border-bottom: 1px solid #aaa;
  position: relative;
  transition: .5s color;
}

.detail__tab .detail__trigger .detail__title {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  white-space: nowrap;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail__tab .detail__trigger .m-drop__icon {
  position: absolute;
  color: #cb5032;
  right: .5em;
  top: 50%;
  font-size: 1.25em;
  margin-top: -.5em;
  line-height: 1em;
}

.detail__tab.is-open .detail__trigger .detail__title {
  font-weight: bold;
}

.detail__tab.is-open .m-drop__body {
  display: block;
}

.detail__tab.js-open .detail__trigger, .detail__tab.is-open .detail__trigger {
  border-color: #fff;
}

.detail__tab.js-open .detail__trigger .detail__title, .detail__tab.is-open .detail__trigger .detail__title {
  color: #cb5032;
  font-weight: bold;
}

.detail__tab:hover .detail__trigger {
  color: #cb5032;
}

.detail__tab_body {
  padding-top: 1.5em;
}

.detail__tab--design .detail__text {
  font-size: 1.1em;
}

.csstransforms .detail__tab .detail__trigger .detail__title {
  white-space: normal;
  margin-top: 0;
  transform: translateY(-50%);
}

.media--designer {
  margin: 0 0 2em;
  padding: 1em 0;
}

.media--designer .media__img {
  padding: 0 1em;
  box-sizing: border-box;
}

.media--designer .media__body {
  padding: 0 1em;
}

.media--designer .media__title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
}

.media--designer .media__title b {
  font-weight: bold;
  text-transform: none;
  display: block;
  font-style: italic;
}

.media--designer .media__text {
  font-size: .9em;
  line-height: 1.2em;
}

.media--designer .media__text p {
  margin-bottom: 0;
}

/* tecnologie tab */
.media--tech {
  margin: 2em 3em 5em 0;
}

/* standard */
.detail__graph {
  position: relative;
  background: #e7e8ea url("../img/tmp/tap/standard_01.jpg") no-repeat left bottom;
  background-size: contain;
}

.detail__graph:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8em;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

.graph {
  text-align: center;
  color: #cb5032;
  position: relative;
  z-index: 10;
  padding: 3em 0;
}

.graph .graph__i {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto 4.5em;
  font-size: .75em;
  line-height: 1.2em;
  padding: 0;
  position: relative;
  height: 5.2em;
  box-sizing: border-box;
  max-width: 35em;
}

.graph .graph__i p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 1.4em;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.graph .graph__i:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 1em 0;
  height: 2.5em;
  border-left: 1px dotted #cb5032;
}

.graph .graph__header {
  margin-bottom: 3.1em;
  position: relative;
}

.graph .graph__header h3,
.graph .graph__header h2 {
  font-size: .8em;
  line-height: 1.1em;
  text-transform: uppercase;
}

.graph .graph__header:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0;
  width: .3em;
  height: .3em;
  background: #cb5032;
  border-radius: 50%;
  margin: .5em 0 0 -.15em;
}

.graph .graph__header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: .5em 0;
  height: 2.1em;
  border-left: 1px dotted #cb5032;
}

.graph .graph__result {
  background: rgba(255, 255, 255, 0.5);
  border: 1px dotted #cb5032;
  max-width: 35em;
  box-sizing: border-box;
  margin: 0 auto;
}

.media--graph {
  padding: 1em;
}

.media--graph .media__ico img {
  max-width: 7em;
  width: 100%;
}

.media--graph .media__img img {
  max-width: 15em;
}

.media--graph .media__text {
  font-size: .75em;
  line-height: 1.2em;
}

.media--graph .media__title {
  font-size: .9em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.media--download {
  margin: .5em;
}

.media--download .media__body {
  position: relative;
  overflow: hidden;
  border: 1px solid #aaa;
}

.media--download .media__img img {
  vertical-align: top;
}

.media--download .media__download {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: all .5s;
  z-index: 10;
  text-align: center;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  margin: -.5em 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 40%;
}

.media--download .media__title {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: bold;
  margin: 0;
  padding-top: .8em;
}

.media--download .media__ov {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.media--download .media__ov:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cb5032;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .5s;
}

.media--download:hover .media__download {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 50%;
}

.media--download:hover .media__ov:after {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.page--schede .inner,
.page--schede .page__grid {
  position: relative;
}

.page--schede .m-alerts {
  overflow: hidden;
}

.page--schede .m-alerts .m-alert {
  margin: 1em 0 0;
}

.media--scheda {
  display: block;
  position: relative;
}

.media--scheda .pure-u-1 {
  vertical-align: middle;
  position: relative;
}

.media--scheda .media__header {
  border-bottom: 1px solid #aaa;
  padding: 1.1em 0 .25em;
}

.media--scheda .media__category {
  font-size: .9em;
  font-weight: bold;
  color: #cb5032;
  line-height: 1em;
}

.media--scheda .media__title {
  margin: 0;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
}

.media--scheda .media__table {
  background: #f6f6f6;
}

.media--scheda .media__table table {
  width: 100%;
}

.media--scheda .media__table th {
  width: 40%;
}

.media--scheda .media__table th, .media--scheda .media__table td {
  font-size: .75em;
  line-height: 1.2em;
  padding: .6em .5em;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border: 1px solid #fff;
}

.media--scheda .media__table tr:nth-child(2n+2) td, .media--scheda .media__table tr:nth-child(2n+2) th {
  background: #ededee;
}

.media--scheda .media__drop .m-drop__trigger {
  text-align: center;
  font-size: .75em;
  line-height: 1.2em;
  padding: 1em .5em;
  background: #f6f6f6;
}

.media--scheda .media__drop .m-drop__trigger i {
  margin: 0 .5em;
  vertical-align: middle;
}

.media--scheda .media__button {
  display: inline-block;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  text-transform: none;
  font-size: .75em;
  line-height: 1.2em;
  text-align: center;
  padding: .5em .2em;
}

.media--scheda .media__button i {
  vertical-align: middle;
}

.media--scheda button.media__button {
  font-weight: bold;
  text-align: right;
  padding-right: 2em;
  position: relative;
  display: none;
}

.media--scheda button.media__button:after {
  content: "";
  position: absolute;
  top: -2em;
  right: 1.5em;
  width: 1px;
  height: 500%;
  background: #fff;
}

.media--scheda button.media__button i {
  position: absolute;
  top: 50%;
  right: .2em;
  font-size: 1em;
  margin-top: -.5em;
  line-height: 1em;
}

.media--scheda .media__footer {
  background: #cb5032;
  color: #fff;
  position: relative;
  display: block;
  line-height: 0;
}

.media--scheda .media__footer .pure-u-1 {
  vertical-align: middle;
}

.media--scheda .media__footer:before, .media--scheda .media__footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  display: none;
}

.media--scheda .media__footer a {
  color: #fff;
}

.page__summary {
  text-align: right;
  line-height: 1.1em;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 99;
  display: none;
}

.page__summary.is_stuck .summary {
  background: #fff;
}

.page__summary .summary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 2em 0 .5em;
  border-bottom: 1px solid #aaa;
}

.page__summary .m-drop__body {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.page__summary .js-open .m-drop__icon {
  transform: rotate(90deg);
}

.page__summary .summary__body {
  padding: 0 2em;
  background: rgba(88, 88, 87, 0.95);
}

.page__summary .summary__footer {
  background: #cb5032;
  overflow: hidden;
}

.page__summary .summary__footer span {
  display: block;
  float: left;
  white-space: normal;
  color: #ffffff;
  font-size: .9em;
  padding: .4em 1em;
  line-height: 1.3em;
}

.page__summary .summary__footer .pure-button {
  font-size: .9em;
  padding: .5em 1em;
  text-transform: none;
  font-weight: bold;
  float: right;
}

.page__summary .summary__footer .pure-button i {
  margin-left: .5em;
}

.dwg-check .cloud {
  position: absolute;
  bottom: 90%;
  left: 0;
  background: #cb5032;
  width: 100%;
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  margin: 0 0 1em;
  border-radius: .3em;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: .5s opacity ease, .5s bottom ease;
}

.dwg-check .cloud:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em .5em 0 .5em;
  border-color: #cb5032 transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -.5em;
}

.dwg-check.js-checked:hover .cloud {
  visibility: visible;
  bottom: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.static--contacts {
  padding-bottom: 5em;
}

.static--contacts textarea {
  height: 6em;
}

.static--contacts select {
  height: 2.5em;
}

.static--contacts .select__arrow {
  margin-top: 2.7em;
  top: 0;
}

.static__contact {
  font-size: .9em;
  line-height: 1.3em;
}

.static__contact a {
  color: #111;
  border-bottom: 1px dashed #ddd;
}

.static__contact a:hover {
  color: #cb5032;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section--wallnews .wall {
  margin: 1.95em 1.95em 3.9em;
}

.section--wallnews .wall .wall__i,
.section--wallnews .wall .wall__sizer {
  width: 100%;
}

.media--news {
  background: #fff;
  margin: 1.5em 0;
  position: relative;
  border: 1px solid #aaa;
}

.media--news .media__date {
  font-size: .8em;
  margin: 0 0 .4em;
}

.media--news .media__img {
  background: none !important;
}

.media--news .media__wrap {
  width: 100%;
  border-top: 1px solid #aaa;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 3em;
}

.media--news .media__body {
  padding: 1.35em;
}

.media--news a {
  color: #111;
}

.media--news .media__title {
  margin: 0 0 .5em;
  font-size: .9em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
}

.media--news .media__text {
  font-size: .8em;
}

.media--news .media__text p {
  margin: 0;
  line-height: 1.2em;
}

.media--news .media__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1.35em;
  line-height: 1em;
  color: #cb5032;
}

.media--news .media__footer .media__goto {
  font-size: 1.35em;
}

.media--news .drop--box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  line-height: 1em;
  color: #cb5032;
}

.media--news .drop--box a {
  color: #cb5032;
}

.media--news .drop--box .drop__trigger {
  padding: 1.35em;
}

.media--news .drop--box .drop__trigger i {
  font-size: 1.35em;
}

.media--news .drop--box .drop__body {
  position: absolute;
  top: 50%;
  right: 100%;
  white-space: nowrap;
  margin: -.6em 0 0;
  display: none;
}

.media--news .drop--box .drop__body a {
  margin: 0 0 0 .8em;
}

.media--news .drop--box .drop__body i {
  font-size: 1.35em;
}

.media--news .drop--box:hover .drop__body {
  display: block;
}

.detail--news .detail__back_wrap {
  background: #cb5032;
  height: 3.1em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.detail--news .detail__back_wrap a {
  color: #fff;
}

.detail--news .detail__back_wrap .detail__back {
  line-height: 1em;
  font-size: 1.25em;
  padding: .75em;
}

.detail--news .detail__back_wrap span {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -.5em;
  margin-left: .8em;
  white-space: nowrap;
  font-size: .8em;
  line-height: 1em;
  font-weight: bold;
  color: #cb5032;
}

.static--company .media--spot {
  text-align: center;
}

.static--company .media--spot .media__title {
  font-size: .9em;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0;
}

.static--company .media--spot .media__img {
  margin: 0 auto;
}

.static--company .media--spot .media__text {
  font-size: .9em;
  line-height: 1.2em;
}

.static--company .media--spot .media__text br {
  display: none;
}

.page--mission .pure-g {
  margin-top: 5em;
}

.page--mission .media--spot {
  margin: 0 .5em;
}

.page--mission .media--spot .media__title {
  min-height: 2.4em;
  margin-bottom: 1em;
}

.page--mission .media--spot .media__img {
  max-width: 8.1em;
}

.page--mission .media--spot .media__text p {
  margin: 0;
}

.page--mission .media--spot .media__body {
  position: relative;
}

.csstransforms .page--mission .media--spot .media__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .5s;
  transform: translateY(-35%);
}

.csstransforms .page--mission .media--spot:hover .media__text {
  transform: translateY(-50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.page--servizio .pure-g, .page--certificazioni .pure-g {
  margin: 3em 0;
}

.page--servizio .media--spot, .page--certificazioni .media--spot {
  margin: 1em .5em;
  transition: color .5s;
}

.page--servizio .media--spot:hover, .page--certificazioni .media--spot:hover {
  color: #cb5032;
}

.page--servizio .media--spot a, .page--certificazioni .media--spot a {
  color: #111;
}

.page--servizio .media--spot a:hover, .page--certificazioni .media--spot a:hover {
  color: #cb5032;
}

.page--servizio .media--spot .media__title, .page--certificazioni .media--spot .media__title {
  min-height: 2.4em;
  margin-bottom: 1em;
}

.page--servizio .media--spot .media__img, .page--certificazioni .media--spot .media__img {
  max-width: 12.5em;
}

.page--servizio .media--spot .media__text p, .page--certificazioni .media--spot .media__text p {
  margin: 0;
}

.page--servizio .media--spot .media__goto, .page--certificazioni .media--spot .media__goto {
  font-size: .9em;
  margin: 0 0 1em;
}

.page--servizio .media--spot .media__body {
  margin-top: 1em;
}

.page--certificazioni .media--spot .media__text p {
  font-weight: bold;
}

.page--certificazioni .media--spot > a > .media__goto {
  margin: -1em 0 3em;
}

.detail--dropin .page__grid {
  margin: 5em 0 3em;
}

.detail--mosaico .detail__composition {
  margin: 3em 0 0;
}

.detail--mosaico .detail__title {
  margin: 0;
}

.detail--mosaico h3.detail__title {
  font-weight: normal;
}

/*.detail--salamandre
  .detail__section--related
    margin: 3.5em 0 1.25em
  .detail__related-title
    margin-top: 1.8em
    padding-top: .8em
    border-top: 1px solid #aaa
    text-transform: uppercase
    small
      text-transform: none
      font-size: 1em
  .detail__section
    &:last-child
      margin-bottom: 3em
    .detail__text
      font-size: .75em
    .detail__col
      margin-bottom: 0
  .media--spot
    margin: 0 .5em
    .media__body
      margin: .5em 0 0
    .media__title
      font-size: .75em
      line-height: 1.3em
      color: #cb5032
      text-transform: uppercase
      margin: 0 0 1.5em
    .media__text
      font-size: .75em
      line-height: 1.2em
      @media screen and (min-width: 48em)
        ul, li
          margin-bottom: 0 */
/*.detail__section--ultrarapide .page__body
  margin-bottom: 3.5em */
/*@media screen and (min-width: 35.5em)
  .detail--salamandre
    .page__grid
      .pure-g
        margin: 0 .4em
        overflow: hidden */
/*@media screen and (min-width: 64em)
  .legend--salamandre-1 .legend__i
    &[data-legend="1"]
      top: 13%
      &:after
        width: 18em
      &:before
        left: 18em
    &[data-legend="2"]
      top: 33%
      &:after
        width: 20em
      &:before
        left: 20em
    &[data-legend="3"]
      top: 62%
      width: 13em
      &:after
        bottom: auto
        top: 0
        width: 17.5em
      &:before
        bottom: auto
        top: 0
        left: 17.5em
    &[data-legend="4"]
      top: 85%
      left: 12.5%
      width: 12em
      text-align: right
      &:after
        bottom: 100%
        left: 100%
        width: 1px
        height: 7em
      &:before
        top: -7em
        left: 100%
    &[data-legend="5"]
      top: 85%
      left: 37%
      &:after
        bottom: 100%
        left: 0
        width: 1px
        height: 7em
      &:before
        top: -7em
        left: 0
    &[data-legend="6"]
      top: 85%
      left: 67%
      width: 20em
      &:after
        bottom: 100%
        left: 0
        width: 1px
        height: 7em
      &:before
        top: -7em
        left: 0 */

.detail__section--versatili .detail__related-title {
  border-top: 1px solid #fff !important;
  padding-top: 0 !important;
}

.detail__section--versatili .legend__i {
  padding: 0;
  margin: 0;
}

.detail__section--versatili .legend__i--title {
  padding-bottom: .96em !important;
}

.detail__section--versatili .legend__i--text br {
  display: none;
}

.detail__section--versatili .detail__related--bottom {
  margin: -3.5em 0 1em;
  overflow: inherit;
  padding-top: 4em;
  font-size: .75em;
}

.detail__section--versatili .detail__related--bottom .pure-g {
  margin: 0 !important;
}

.detail__section--versatili .detail__related--bottom .related--bottom {
  font-size: .75em;
}

.detail__section--versatili .detail__related--bottom .related--bottom--title {
  position: relative;
  padding-bottom: .68em;
  margin: 0;
  font-weight: 600;
  color: #cb5032;
  line-height: 1.3em;
}

.detail__section--versatili .detail__related--bottom .related--bottom--container {
  position: relative;
  padding: 0 0 0 5.35em;
}

.detail__section--versatili .detail__related--bottom .related--bottom--container__right .related--bottom--img {
  position: absolute;
  top: -12.5em;
  left: 7.5em;
  z-index: 20;
  width: 10em;
}

.detail__section--versatili .detail__related--bottom .related--bottom--container__right .related--bottom--vertical {
  position: relative;
}

.detail__section--versatili .detail__related--bottom .related--bottom--container__right .related--bottom--vertical:after {
  content: "";
  position: absolute;
  bottom: 3.4em;
  left: 6.2em;
  width: 1px;
  height: 3.7em;
  background: #1d1d1b;
  z-index: 99;
}

.detail__section--versatili .detail__related--bottom .related--bottom--container__right .related--bottom--vertical:before {
  content: "";
  position: absolute;
  left: 8.2em;
  bottom: 6em;
  width: 3px;
  height: 3px;
  background: #1d1d1b;
  border-radius: 50%;
  margin: 0 0 -1px -1px;
  z-index: 99;
}

.detail__section--versatili .detail__related--bottom .related--bottom--ico {
  height: 3.85em;
  position: absolute;
  top: 0;
  left: 0;
}

.detail__section--versatili .detail__related--bottom .related--bottom--text {
  padding-top: .28em;
  line-height: 1.3em;
}

.detail__section--versatili .detail__related--bottom .related--bottom--text br {
  display: none;
}

.detail__section--versatili .detail__related-title {
  border-top: 1px solid #fff;
}

.detail__section--versatili .detail__related-title__container {
  position: relative;
  padding: 3.5em 0 .5em 0;
}

.detail__section--versatili .detail__related-title__container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.detail__section--versatili .detail__related-title__subtext-mobile p {
  font-size: .75em;
  font-weight: normal;
  color: #000;
  line-height: 1.3em;
  margin-top: 0;
  display: block;
}

.detail__section--versatili .detail__related-title__ico {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.75em;
  z-index: 999;
}

.detail__section--versatili .detail__related-title__text {
  display: inline-block;
  margin-left: -.2em;
}

.detail--salamandre .legend {
  margin: 5em 0 1em;
  overflow: hidden;
}

.detail--salamandre .legend__img {
  margin: 0 -1.5em;
}

.detail--salamandre .legend__i--title {
  padding: 0;
  margin: 0;
}

.detail--salamandre .legend__i--title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 3px;
  background: #1d1d1b;
  border-radius: 50%;
  margin: 0 0 -1px -1px;
}

.detail--salamandre .legend__i--title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1d1d1b;
}

.detail--salamandre .legend__i--container {
  position: relative;
  padding: 0 0 0 5.35em;
}

.detail--salamandre .legend__i--ico {
  height: 3.85em;
  position: absolute;
  top: 0;
  left: 0;
}

.detail--salamandre .legend__i--title {
  font-weight: 600;
  color: #cb5032;
}

.detail--salamandre .detail__header {
  background: #fff;
}

.detail--salamandre .detail__section--related {
  margin: 3.5em 0 1.25em;
}

.detail--salamandre .detail__related-title {
  margin-top: 1.8em;
  padding-top: 2em;
  border-top: 1px solid #aaa;
}

.detail--salamandre .detail__related-title small {
  text-transform: none;
  font-size: 1em;
}

.detail--salamandre .detail__section:last-child {
  margin-bottom: 3em;
}

.detail--salamandre .detail__section .detail__text {
  font-size: .75em;
}

.detail--salamandre .detail__section .detail__col {
  margin-bottom: 0;
}

.detail--salamandre .media--spot {
  margin: 0 .5em;
}

.detail--salamandre .media--spot .media__body {
  margin: .5em 0 0;
}

.detail--salamandre .media--spot .media__title {
  font-size: .75em;
  line-height: 1.3em;
  color: #cb5032;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}

.detail--salamandre .media--spot .media__text {
  font-size: .75em;
  line-height: 1.2em;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="2"] {
  padding-bottom: 1.7em;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="2"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="2"]:before {
  background: #ffffff;
  display: none;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="3"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="3"]:before {
  background: #ffffff;
  display: none;
}

.legend__i[data-legend="1"] {
  display: none;
}

.detail--salamandre .detail__section--ultrarapide .detail__related-title__container {
  position: relative;
  padding: 3.25em 0 0 0;
}

.detail--salamandre .detail__section--ultrarapide .detail__related-title__container .detail__goto_wrap {
  height: 3.1em;
}

.detail--salamandre .detail__section--ultrarapide .detail__related-title__ico {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.75em;
  z-index: 999;
}

.detail--salamandre .detail__section--ultrarapide .detail__related-title__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: -.2em;
  margin-bottom: .5em;
}

.detail--salamandre .detail__section--ultrarapide .text__bottom {
  line-height: 1.2em;
  padding: .5em 0 0 0;
}

.detail--salamandre .detail__section--ultrarapide .text__bottom p {
  font-size: 0.875em;
}

.detail--salamandre .detail__section--ultrarapide .text__bottom p br {
  display: none;
}

.detail--salamandre .detail__section--ultrarapide .legend {
  margin: 0 0 1em;
  overflow: hidden;
}

.detail--salamandre .detail__section--ultrarapide .legend__img {
  margin: 3.5em 1.5em 0;
}

.detail--salamandre .detail__section--ultrarapide .legend__i {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left !important;
  right: 0 !important;
  left: auto;
}

.detail--salamandre .detail__section--ultrarapide .legend__i--text br {
  display: none;
}

.detail--salamandre .detail__section--ultrarapide .legend__i--title {
  padding: 0;
  margin: 0;
}

.detail--salamandre .detail__section--ultrarapide .legend__i--title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 3px;
  background: #1d1d1b;
  border-radius: 50%;
  margin: 0 0 -1px -1px;
}

.detail--salamandre .detail__section--ultrarapide .legend__i--title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1d1d1b;
}

.detail--salamandre .detail__section--ultrarapide .legend__i--container {
  position: relative;
  padding: 0 0 1.7em 5.35em;
}

.detail--salamandre .detail__section--ultrarapide .legend__i--ico {
  height: 3.85em;
  position: absolute;
  top: 0;
  left: 0;
}

.detail--salamandre .detail__section--ultrarapide .legend__i--title {
  font-weight: 600;
  color: #cb5032;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom {
  margin: -2.5em 0 1em;
  overflow: inherit;
  font-size: .75em;
  z-index: 100;
  position: relative;
  padding-top: 1.2em;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .pure-g {
  margin: 0 !important;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom {
  font-size: .75em;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--title {
  position: relative;
  padding-bottom: .68em;
  margin: 0;
  font-weight: 600;
  color: #cb5032;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--container {
  position: relative;
  padding: 0 0 1.875em 5.35em;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--container__heat {
  padding: 0 0 1.7em 5.35em;
  margin-top: 0;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--container__right .related--bottom--img {
  position: absolute;
  top: -13em;
  left: 9.5em;
  z-index: 20;
  width: 11em;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--container__right .related--bottom--vertical {
  position: relative;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--container__right .related--bottom--vertical:after {
  content: "";
  position: absolute;
  bottom: 2.5em;
  left: 8.8em;
  width: 1px;
  height: 3.8em;
  background: #1d1d1b;
  z-index: 99;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--container__right .related--bottom--vertical:before {
  content: "";
  position: absolute;
  left: 8.85em;
  bottom: 6.4em;
  width: 3px;
  height: 3px;
  background: #1d1d1b;
  border-radius: 50%;
  margin: 0 0 -1px -1px;
  z-index: 99;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--ico {
  height: 3.85em;
  position: absolute;
  top: 0;
  left: 0;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--text {
  line-height: 1.3em;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--text br {
  display: none;
}

.detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--text__heat {
  padding-top: 0;
  margin-top: -.1em;
}

.detail--salamandre .detail__header {
  background: #fff;
}

.detail--salamandre .detail__section--related {
  margin: 3.5em 0 1.25em;
}

.detail--salamandre .detail__related-title {
  margin-top: 1.8em;
  padding-top: 2em;
  border-top: 1px solid #aaa;
}

.detail--salamandre .detail__related-title small {
  text-transform: none;
  font-size: 1em;
}

.detail--salamandre .detail__section:last-child {
  margin-bottom: 3em;
}

.detail--salamandre .detail__section .detail__text {
  font-size: .75em;
}

.detail--salamandre .detail__section .detail__col {
  margin-bottom: 0;
}

.detail--salamandre .media--spot {
  margin: 0 .5em;
}

.detail--salamandre .media--spot .media__body {
  margin: .5em 0 0;
}

.detail--salamandre .media--spot .media__title {
  font-size: .75em;
  line-height: 1.3em;
  color: #cb5032;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}

.detail--salamandre .media--spot .media__text {
  font-size: .75em;
  line-height: 1.2em;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="4"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="4"]:before {
  display: none;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="5"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="5"]:before {
  display: none;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--image {
  padding-top: 1.5em;
  width: 100%;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="6"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="6"]:before {
  display: none;
}

.detail--salamandre .detail__section--classiche .detail__goto_wrap {
  bottom: -.6em;
}

.detail--salamandre .detail__section--classiche .detail__related-title__container {
  position: relative;
  padding: 3.25em 0 0 0;
}

.detail--salamandre .detail__section--classiche .detail__related-title__container .detail__goto_wrap {
  height: 3.1em;
}

.detail--salamandre .detail__section--classiche .detail__related-title__ico {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.96em;
  z-index: 999;
}

.detail--salamandre .detail__section--classiche .detail__related-title__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .5em;
}

.detail--salamandre .detail__section--classiche .text__bottom {
  line-height: 1.2em;
  padding: 2.2em 0 .2em;
}

.detail--salamandre .detail__section--classiche .text__bottom p {
  font-size: 0.875em;
}

.detail--salamandre .detail__section--classiche .legend {
  margin: 4em 0 -1em;
  overflow: hidden;
}

.detail--salamandre .detail__section--classiche .legend__img {
  margin: 0;
}

.detail--salamandre .detail__section--classiche .legend__i--title {
  padding: 0;
  margin: 0;
}

.detail--salamandre .detail__section--classiche .legend__i--title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 3px;
  background: #1d1d1b;
  border-radius: 50%;
  margin: 0 0 -1px -1px;
}

.detail--salamandre .detail__section--classiche .legend__i--title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1d1d1b;
}

.detail--salamandre .detail__section--classiche .legend__i--container {
  position: relative;
  padding: 0 0 0 5.35em;
}

.detail--salamandre .detail__section--classiche .legend__i--ico {
  height: 3.85em;
  position: absolute;
  top: 0;
  left: 0;
}

.detail--salamandre .detail__section--classiche .legend__i--title {
  font-weight: 600;
  color: #cb5032;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom {
  margin: 2em 0 1em;
  overflow: inherit;
  padding-top: 0 !important;
  font-size: .75em;
  z-index: 100;
  position: relative;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .pure-g {
  margin: 0 !important;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom {
  font-size: .75em;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--container__flex {
  margin-top: 6em;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--vertical {
  position: relative;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--vertical:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14.5em;
  width: 1px;
  height: 3em;
  background: #1d1d1b;
  z-index: 99;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--img {
  position: absolute;
  top: -3.7em;
  left: 10em;
  z-index: 20;
  width: 8em;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--image {
  width: 93.5%;
  padding-top: 1em;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--title {
  position: relative;
  padding-bottom: .68em;
  margin: 0;
  font-weight: 600;
  color: #cb5032;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14.5em;
  height: 1px;
  background: #1d1d1b;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--title__heat {
  padding-bottom: 0;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--container {
  position: relative;
  padding: 5em 0 1.875em 0;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--container__classic {
  padding: 0 0 !important;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--container__heat {
  padding: 0 0 0 5.35em;
  margin-top: -.8em;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--container__right .related--bottom--img {
  position: absolute;
  top: -13em;
  left: 9.5em;
  z-index: 20;
  width: 11em;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--container__right .related--bottom--vertical {
  position: relative;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--container__right .related--bottom--vertical:after {
  content: "";
  position: absolute;
  bottom: 2.5em;
  left: 8.8em;
  width: 1px;
  height: 3.8em;
  background: #1d1d1b;
  z-index: 99;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--container__right .related--bottom--vertical:before {
  content: "";
  position: absolute;
  left: 8.85em;
  bottom: 6.4em;
  width: 3px;
  height: 3px;
  background: #1d1d1b;
  border-radius: 50%;
  margin: 0 0 -1px -1px;
  z-index: 99;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--ico {
  height: 3.85em;
  position: absolute;
  top: 0;
  left: 0;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--text {
  padding-top: 0.68em;
  line-height: 1.3em;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--text br {
  display: none;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--text__flex {
  padding-top: .68em;
}

.detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--text__heat {
  padding-top: 0;
  margin-top: -.1em;
}

.detail--salamandre .detail__header {
  background: #fff;
}

.detail--salamandre .detail__section--related {
  margin: 3.5em 0 1.25em;
}

.detail--salamandre .detail__related-title {
  margin-top: 1.8em;
  padding-top: 2em;
  border-top: 1px solid #aaa;
}

.detail--salamandre .detail__related-title small {
  text-transform: none;
  font-size: 1em;
}

.detail--salamandre .detail__section:last-child {
  margin-bottom: 3em;
}

.detail--salamandre .detail__section .detail__text {
  font-size: 0.875em;
}

.detail--salamandre .detail__section .detail__col {
  margin-bottom: 0;
}

.detail--salamandre .media--spot {
  margin: 0 .5em;
}

.detail--salamandre .media--spot .media__body {
  margin: .5em 0 0;
}

.detail--salamandre .media--spot .media__title {
  font-size: 0.875em;
  line-height: 1.3em;
  color: #cb5032;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}

.detail--salamandre .media--spot .media__text {
  font-size: .75em;
  line-height: 1.2em;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--container {
  padding: 0;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--roundimg {
  width: 8em;
  line-height: 0;
  padding-bottom: 2em;
  padding-left: 0;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--ico {
  z-index: 99;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--vertical {
  position: relative;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--vertical:after {
  content: "";
  position: absolute;
  bottom: 27px;
  left: 3.4em;
  width: 1px;
  height: 3.5em;
  background: #1d1d1b;
  z-index: 99;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--vertical-two {
  position: relative;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--title {
  position: relative;
  padding-bottom: .68em;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--text {
  padding-top: .68em;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--title br {
  display: none;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="8"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="8"]:before {
  display: none;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--ico {
  z-index: 99;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--image {
  padding-top: .875em;
  width: 94%;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--title {
  position: relative;
  padding-bottom: .68em;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--text {
  padding-top: .68em;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i {
  float: right !important;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i--title {
  position: relative;
  padding-bottom: .68em;
  padding-right: 2em;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i--text {
  padding-top: .68em;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i--ico {
  top: 0;
  z-index: 99;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="7"] {
  float: left !important;
  right: auto !important;
  left: 0;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="8"] {
  float: left !important;
  right: 0 !important;
  left: auto;
}

.legend--salamandre-1 .page__body .legend__i[data-legend="9"] {
  float: left !important;
  right: 0 !important;
  left: auto;
}

.salamandre__light .detail__related-title span {
  font-weight: normal;
}

.salamandre__light .detail__goto {
  font-size: .9em;
}

.salamandre__light .detail__goto_wrap {
  margin-top: 0;
  height: 3.1em;
  margin-bottom: -.75em;
}

.salamandre__light .detail__goto_wrap span {
  margin-top: -.45em;
  margin-right: 1em;
}

.salamandre__light--container {
  position: relative;
  margin-bottom: 5em;
}

.salamandre__light .detail__col {
  padding: 2em 0 0;
}

.salamandre__light .detail__img {
  max-width: 13.5em;
  padding-left: .4em;
}

.salamandre__light .detail__text {
  padding-top: 0;
}

.salamandre__light .detail__text br {
  display: none;
}

.salamandre__gas .detail__goto {
  font-size: .9em;
}

.salamandre__gas .detail__related-title span {
  font-weight: normal;
}

.salamandre__gas .detail__goto_wrap {
  height: 3.1em;
  margin-bottom: -.75em;
}

.salamandre__gas .detail__goto_wrap span {
  margin-top: -.45em;
  margin-right: 1em;
}

.salamandre__gas--container {
  position: relative;
  margin-bottom: 5em;
}

.salamandre__gas .detail__col {
  padding: 2em 0 1em;
}

.salamandre__gas .detail__img {
  max-width: 16.56em;
}

.salamandre__gas .detail__text br {
  display: none;
}

.detail--salamandre .owl-carousel button.owl-dot {
  background: #fff;
}

.detail--salamandre .owl-carousel button.owl-dot.active {
  background: #cb5032;
}

.detail--salamandre .detail__section--versatili .legend__img,
.detail--salamandre .detail__section--ultrarapide .legend__img,
.detail--salamandre .detail__section--classiche .legend__img {
  display: none;
}

.detail--salamandre .detail__section--versatili .legend__img-s,
.detail--salamandre .detail__section--ultrarapide .legend__img-s,
.detail--salamandre .detail__section--classiche .legend__img-s {
  display: block;
  margin: 1em 0 1em 0;
}

.detail--salamandre .detail__section--versatili .legend__img-s img,
.detail--salamandre .detail__section--ultrarapide .legend__img-s img,
.detail--salamandre .detail__section--classiche .legend__img-s img {
  width: 100%;
}

.detail__section--related--new #desktop {
  display: none;
}

.detail__section--related--new #mobile {
  display: block;
}

.detail__section--related--new .media__img {
  padding-bottom: 1em;
}

.detail__section--related--new .media__title {
  line-height: 1.2em;
}

.detail__section--related--new .media__subtitle {
  line-height: 1.1em;
  padding-bottom: .4em;
}

.detail--salamandre .detail__section--related {
  margin: 3.5em 0;
}

.detail__section--versatili .detail__related--bottom {
  border-bottom: 1px solid #aaa;
  padding-bottom: 3em;
}

.salamandre__nav {
  z-index: 99999;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.salamandre.is_stuck {
  z-index: 9999;
}

.salamandre.is_stuck .salamandre__nav {
  padding-bottom: 0 !important;
}

.salamandre.is_stuck .media__img {
  padding-bottom: 1em;
  display: none;
}

.salamandre.is_stuck .page__grid {
  padding-top: .5em;
  padding-bottom: .25em;
  border-bottom: 1px solid #fff;
}

.detail--salamandre .detail__tab.js-open .detail__trigger {
  border-bottom: 1px solid #fff;
}

.detail--salamandre .detail--salamandre .detail__tab .detail__trigger .js-open {
  border-bottom: 1px solid #fff;
}

.detail--salamandre .detail__tab .detail__trigger {
  height: 3.75em;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  position: relative;
}

.detail--salamandre .detail__tab .detail__trigger .detail__title {
  color: #cb5032;
}

.detail--salamandre .cottura__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 8em;
  padding-bottom: 1.8em;
}

.detail--salamandre .cottura__text {
  text-align: center;
  font-size: .75em;
  line-height: 1.3em;
}

.detail--salamandre .cottura__container {
  padding: 1.3em 0;
}

.detail--salamandre .detail__tab--tecnologie .page__grid {
  padding-top: 0;
  padding-bottom: 0;
}

.detail--salamandre .has-sidebar .page__grid {
  padding: 0 2.9em 0 14.2em;
}

.detail--salamandre .detail__tab--tecnologie .page__grid {
  padding-top: 0 !important;
  padding-bottom: 1em !important;
  padding: 0 1.5em;
}

.detail--salamandre .detail__tab--tecnologie .page__grid .pure-g {
  padding-bottom: 2em;
  border-bottom: 1px solid #aaa;
}

.detail--tecno .detail__section .detail__related-title {
  font-size: .9em;
  color: #111;
}

.detail--tecnocombi .media--related a,
.detail--tecnodual .media--related a,
.detail--tecnobake .media--related a {
  color: #cb5032;
}

.detail--tritaghiaccio .detail__table {
  margin: 3.75em 0;
  overflow-x: auto;
}

.detail--tritaghiaccio .detail__table table {
  width: 100%;
}

.detail--tritaghiaccio .detail__table td, .detail--tritaghiaccio .detail__table th {
  text-align: center;
  font-size: .75em;
  border-bottom: 1px solid #aaa;
  box-sizing: border-box;
}

.detail--tritaghiaccio .detail__table .c_width_1 {
  width: 12%;
}

.detail--tritaghiaccio .detail__table .c_width_2 {
  width: 19%;
}

.detail--tritaghiaccio .detail__table .c_width_i {
  width: 12%;
  padding: 0;
}

.detail--tritaghiaccio .detail__table .c_width_i img {
  padding: 2em 1em;
  margin: 0 auto;
  max-width: 5em;
}

.legend--tritaghiaccio-1 .legend__i {
  font-weight: bold;
  font-size: .6em;
  text-align: right;
  padding: .5em 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.legend--tritaghiaccio-1 .legend__i[data-legend="1"] {
  top: 11%;
  left: 37%;
  right: auto;
}

.legend--tritaghiaccio-1 .legend__i[data-legend="1"]:after {
  width: 120%;
  left: auto;
  right: 0;
}

.legend--tritaghiaccio-1 .legend__i[data-legend="1"]:before {
  left: auto;
  right: 120%;
  width: 5px;
  height: 5px;
  margin: 0 0 -2px;
}

.legend--tritaghiaccio-1 .legend__i[data-legend="2"] {
  top: auto;
  bottom: 25%;
  left: 44%;
  right: auto;
}

.legend--tritaghiaccio-1 .legend__i[data-legend="2"]:after {
  width: 120%;
  left: auto;
  right: 0;
}

.legend--tritaghiaccio-1 .legend__i[data-legend="2"]:before {
  left: auto;
  right: 120%;
  width: 5px;
  height: 5px;
  margin: 0 0 -2px;
}

.detail--tap .detail__col,
.detail--TAP .detail__col {
  margin: 0 .4em .8em;
}

.detail__tab--design .detail__body {
  margin-bottom: 0;
}

.detail__tab--tecnologie .page__grid {
  padding-top: 2em !important;
  padding-bottom: 3em !important;
}

.detail__tab--tecnologie .media--tech {
  text-align: center;
  margin: 0 3em 1.2em 0;
}

.detail__tab--tecnologie .media--tech .media__text {
  font-size: .9em;
  line-height: 1.2em;
}

.detail__tab--tecnologie .media--tech .media__text p {
  margin: 0;
}

.detail__tab--tecnologie .media--tech .media__body {
  position: relative;
}

.csstransforms .detail__tab--tecnologie .media--tech .media__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .5s;
  transform: translateY(-35%);
}

.csstransforms .detail__tab--tecnologie .media--tech:hover .media__text {
  transform: translateY(-50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.prestazioni {
  border-bottom: 1px solid #aaa;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.prestazioni__i {
  position: relative;
  padding: 4em 0 0;
}

.prestazioni__i-ico {
  position: absolute;
  top: 0;
  left: 0;
  height: 4em;
}

.prestazioni__i-title {
  color: #cb5032;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.2em;
}

.prestazioni__i-text {
  font-size: .75em;
  padding: 1em 0 3em;
  line-height: 1.2em;
}

.prestazioni__i-text p {
  margin: 0;
}

.prestazioni__i.no-ico {
  padding: 0;
}

.prestazioni__i.no-ico .prestazioni__i-title {
  font-weight: normal;
  text-transform: uppercase;
}

.prestazioni__slider {
  margin: 1.5em 0 4em;
}

.prestazioni__slider .owl-nav {
  color: #aaa;
  font-size: 1.5em;
}

.prestazioni__slider .owl-prev,
.prestazioni__slider .owl-next {
  padding-left: 0;
  padding-right: 0;
}

.prestazioni__slider .top__i {
  position: relative;
}

.prestazioni__slider .m-carousel {
  padding: 0 2em;
}

.prestazioni__slider .m-carousel__i {
  background: #fff;
}

.media--prestazioni {
  padding: 0;
}

.media--prestazioni .media__body {
  padding: 2em .5em;
}

.media--prestazioni .media__text {
  font-size: .9em;
  line-height: 1.2em;
}

.detail--tappastry .detail__col {
  margin: 0 .4em .8em;
}

.detail__tab--design .detail__body {
  margin-bottom: 0;
}

.detail--tappastry:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: transparent url("../img/p/prodotti/tapPastry/farine/menu.jpg") no-repeat center center;
  background-size: cover;
  width: 20em;
  height: 36em;
  top: 18em;
  left: 0;
  display: none;
}

.detail--tappastry .detail__section--videos {
  background: #e7e2d7;
}

.detail--tappastry .detail__graph {
  background: #d6cfc0 url("../img/p/prodotti/tapPastry/standardizzazione/standard_01.jpg") no-repeat left bottom;
  background-size: contain;
}

.detail--tappastry .detail__graph:before {
  height: 15em;
  background: linear-gradient(to bottom, white 5%, rgba(255, 255, 255, 0) 100%);
}

.detail--tappastry .detail__tabs {
  position: relative;
}

.detail--tappastry .detail__tabs:after, .detail--tappastry .detail__tabs:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.detail--tappastry .detail__tabs:before {
  background: transparent url("../img/p/prodotti/tapPastry/farine/middle.png") no-repeat center center;
  background-size: cover;
  width: 7.4em;
  height: 22.6em;
  top: 20em;
  right: -2em;
  z-index: 0;
  display: none;
}

.detail--tappastry .detail__tabs:after {
  background: transparent url("../img/p/prodotti/tapPastry/farine/top.jpg") no-repeat center center;
  background-size: cover;
  width: 24.5em;
  height: 37em;
  top: -15em;
  right: -12em;
}

.detail--tappastry .detail__graph:after {
  content: "";
  position: absolute;
  background: transparent url("../img/p/prodotti/tapPastry/farine/middle.png") no-repeat center center;
  background-size: cover;
  width: 7.4em;
  height: 22.6em;
  top: -3em;
  right: -2em;
  z-index: 0;
}

.detail--tappastry .detail__section--related .inner {
  position: relative;
}

.detail--tappastry .detail__section--related .inner:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: transparent url("../img/p/prodotti/tapPastry/farine/footer.jpg") no-repeat center center;
  background-size: cover;
  width: 30.5em;
  height: 10.1em;
  bottom: -7em;
  right: -7em;
}

.detail--tappastry .draws__nav {
  margin-bottom: 2em;
  background: none;
}

.detail--tappastry .prestazioni__slider {
  padding-bottom: 6em;
  position: relative;
}

.detail--tappastry .prestazioni__slider:after, .detail--tappastry .prestazioni__slider:before {
  content: "";
  position: absolute;
  z-index: 10;
  max-width: 100%;
}

.detail--tappastry .prestazioni__slider:before {
  background: transparent url("../img/p/prodotti/tapPastry/farine/slide_top.png") no-repeat center center;
  background-size: cover;
  width: 35.6em;
  height: 10.37em;
  top: 0;
  left: 0;
}

.detail--tappastry .prestazioni__slider:after {
  background: transparent url("../img/p/prodotti/tapPastry/farine/slide_footer.jpg") no-repeat center center;
  background-size: cover;
  width: 26em;
  height: 10em;
  bottom: -4em;
  right: 0;
  z-index: 0;
}

.detail--tappastry .detail__tab--design.js-open:after {
  content: "";
  position: absolute;
  z-index: -1;
  max-width: 100%;
  background: transparent url("../img/p/prodotti/tapPastry/farine/design_right.jpg") no-repeat center center;
  background-size: cover;
  width: 26.8em;
  height: 51.6em;
  bottom: 0em;
  right: 0;
}

.detail--tappastry .detail__tab--design.js-open .page__grid.detail__body {
  position: relative;
}

.detail--tappastry .detail__tab--design.js-open .page__grid.detail__body:before {
  content: "";
  position: absolute;
  z-index: -1;
  max-width: 100%;
}

.detail--tappastry .detail__tab--design.js-open .page__grid.detail__body:before {
  background: transparent url("../img/p/prodotti/tapPastry/farine/design_left.jpg") no-repeat center center;
  background-size: cover;
  width: 38.4em;
  height: 36.2em;
  top: 20em;
  left: 0;
}

.resellers {
  margin: 2.5em 0 5em;
  text-transform: uppercase;
  border-top: 1px solid #aaa;
}

.resellers__category {
  font-size: 1.25em;
  line-height: 1em;
  padding: 1em 3em 1em 0;
}

.resellers .m-drop {
  border-bottom: 1px solid #aaa;
}

.resellers .m-drop__trigger {
  position: relative;
}

.resellers .m-drop__icon {
  position: absolute;
  top: 50%;
  right: 1em;
  line-height: 1em;
  font-size: 1.25em;
  margin-top: -.5em;
  color: #cb5032;
}

.resellers__i {
  font-size: .75em;
  line-height: 1.3em;
  padding: .8em 1em 0 0;
}

.resellers__i-province {
  font-weight: bold;
  margin-bottom: .8em;
}

.resellers__i-name {
  color: #cb5032;
  font-weight: bold;
}

.resellers__i-phone a {
  color: #111;
}

.resellers__i-email {
  font-size: 1.3em;
  line-height: 1em;
  padding: .75em 1em .75em 0;
  color: #cb5032;
  cursor: pointer;
}

.resellers__resume {
  font-size: .75em;
  line-height: 1.3em;
  padding: 0 3em 2em 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #aaa;
}

.resellers__resume-intro {
  margin: 0 0 .8em;
}

.resellers__resume .resellers__i-name {
  text-transform: uppercase;
}

.resellers__resume .resellers__i-address {
  text-transform: uppercase;
}

.resellers__resume .resellers__i-address br {
  display: none;
}

.resellers__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.375em 0 0 0;
  max-height: 100vh;
  z-index: 1000000;
  box-sizing: border-box;
  overflow-y: auto;
  background: #fff;
  height: 100vh;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transition: .5s all ease;
}

.resellers__popup .static__text {
  font-size: .75em;
}

.resellers__popup .modulo {
  font-size: .75em;
}

.resellers__popup .modulo label {
  top: 0;
  transition: .5s all ease;
}

.resellers__popup .modulo textarea {
  height: 4.5em;
}

.resellers__popup .modulo .js-focus label {
  top: -1em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 1em;
}

.resellers__popup .control {
  padding-top: 0;
  margin: 0 0 1em;
}

.resellers__popup .control--submit {
  margin: 0;
}

.resellers__popup .control--submit button {
  font-size: 1.2em;
}

.resellers__popup-body {
  background: #fff;
  max-width: 35.5em;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1em;
  position: relative;
}

.resellers__popup-close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1em;
  background: #cb5032;
  color: #fff;
  padding: .6em;
  font-size: 1.2em;
}

.js-reseller-open .site__footer {
  z-index: 19;
}

.js-reseller-open .resellers__popup {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

@media only screen and (max-width: 480px){
  .pure-form button[type="submit"]{
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]), .pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"]{
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-form label{
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-group input:not([type]), .pure-group input[type="text"], .pure-group input[type="password"], .pure-group input[type="email"], .pure-group input[type="url"], .pure-group input[type="date"], .pure-group input[type="month"], .pure-group input[type="time"], .pure-group input[type="datetime"], .pure-group input[type="datetime-local"], .pure-group input[type="week"], .pure-group input[type="number"], .pure-group input[type="search"], .pure-group input[type="tel"], .pure-group input[type="color"]{
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label{
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls{
    margin: 1.5em 0 0 0;
  }
  /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
  .pure-form .pure-help-inline, .pure-form-message-inline, .pure-form-message{
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}

@media (min-width: 1025px){
  .lg-outer .lg-thumb-item{
    transition: border-color 0.25s ease;
  }
}

@media screen and (min-width: 35.5em){
  .m-carousel.js-fullscreen .m-carousel__i{
    height: 550px;
    height: 100vh;
  }
  body{
    font-size: 16px;
  }
  .header__tools{
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    left: auto;
    width: auto;
    margin-top: 4.46em;
    background: none;
    border: 0;
  }
  .header__tools .tools__search,
  .header__tools .tools__ar{
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .header__tools .tools__search{
    text-align: left;
    white-space: nowrap;
  }
  .header__tools .tools__search .search__trigger{
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .header__tools .tools__search .search__body{
    display: none;
    vertical-align: middle;
  }
  .header__tools .tools__search .control--submit{
    padding: .5em;
  }
  .header__tools .js-open .search__body{
    display: inline-block !important;
  }
  .site__top{
    padding-bottom: 40%;
  }
  .site__top .m-carousel .m-carousel__i{
    height: 0;
    padding-bottom: 40%;
  }
  .site__top .top__ov span{
    font-size: .9em;
  }
  .site__top .top__i--1 .top__ov{
    left: auto;
    right: 1.6em;
    top: 50%;
    margin-top: -2em;
  }
  .site__top .top__i--2 .top__ov{
    right: 12%;
    top: 20%;
    margin-top: -1em;
  }
  .site__top .top__i--3 .top__ov{
    right: 10%;
    bottom: 25%;
    margin-bottom: -2em;
  }
  .site__top .top__i--4 .top__ov{
    display: block;
    top: 25%;
    left: 1.6em;
    margin-top: -2em;
  }
  .csstransforms .site__top .top__i--1 .top__ov{
    left: 75%;
    top: 50%;
    margin: 0;
  }
  .csstransforms .site__top .top__i--3 .top__ov{
    right: 20%;
  }
  .csstransforms .site__top .top__i--4 .top__ov{
    left: 6%;
    top: 25%;
    margin: 0;
    transform: translateY(-50%);
  }
  .site__sidebar{
    position: absolute;
    top: 3.1em;
    left: 0;
    z-index: 20;
    width: 13em;
  }
  .site__sidebar .m-drop__body{
    display: block !important;
  }
  .sidebar__trigger{
    display: none;
  }
  .has-bigsidebar .site__sidebar{
    position: relative;
    top: auto;
    left: auto;
    width: 18em;
    float: left;
    margin-top: -4.7em;
  }
  .page__spacer{
    height: 6.8em;
  }
  .site__body{
    padding: 3.1em 0 0;
  }
  .page__body{
    padding: 0 3.8em;
  }
  .page__grid{
    padding: 0 2.9em;
  }
  .has-sidebar .site__body{
    padding: 3.1em 0 0;
  }
  .has-sidebar .page__body{
    padding: 0 3.8em 0 14.2em;
  }
  .has-sidebar .page__grid{
    padding: 0 2.9em 0 13.3em;
  }
  .has-bigsidebar .site__body{
    padding: 7.8em 0 0;
  }
  .has-bigsidebar .page__body{
    padding: 0 1.5em 0 19em;
  }
  .has-bigsidebar .page__grid{
    padding: 0 .6em 0 18.1em;
  }
  .static{
    margin-bottom: 5em;
  }
  .static__header{
    margin-top: 1.5em;
  }
  .static--contacts{
    margin-bottom: 0;
  }
  .static__section--form{
    padding-bottom: 4.5em;
  }
  .timeline__body:after{
    right: auto;
    left: 50%;
  }
  .media--tl{
    width: 50%;
    float: left;
    clear: both;
    position: relative;
  }
  .media--tl.is-even{
    float: right;
    text-align: right;
  }
  .media--tl.is-even .media__text{
    padding: 0 0 0 1em;
  }
  .media--tl#y1998, .media--tl#y2001, .media--tl#y2005, .media--tl#y2009, .media--tl#y2011{
    margin-top: -10em;
  }
  .media--tl#y2015, .media--tl#y2017{
    margin-top: -15em;
  }
  .media--tl#y2016{
    margin-top: -5em;
  }
  .page--comparator .page__body{
    padding: 0 2em;
  }
  .section--wallhome .wall .wall__i,
  .section--wallhome .wall .wall__sizer{
    width: 50%;
  }
  .media--h{
    margin: 1.5em;
  }
  .section--news{
    padding: 6.8em 4em;
  }
  .media--p{
    margin: .9em;
  }
  .grid__heading{
    margin: 0 .9em;
  }
  .detail__tools .nav--tools li{
    width: auto;
    margin-left: 1em;
  }
  .detail__spots{
    margin: 2em .5em;
  }
  .detail__section .pure-g{
    margin: 0 .5em;
  }
  .detail__tab--tecnologie .page__grid{
    padding-right: 0;
  }
  .media--download{
    margin: .9em 1.9em 1.9em;
  }
  .media--scheda .media__footer:before, .media--scheda .media__footer:after{
    display: block;
  }
  .map{
    padding-bottom: 40%;
  }
  .section--wallnews .wall .wall__i,
  .section--wallnews .wall .wall__sizer{
    width: 50%;
  }
  .media--news{
    margin: 1.5em;
  }
  .detail--salamandre .page__grid .pure-g{
    margin: 0 .4em;
    overflow: hidden;
  }
  .detail--salamandre .detail__section--ultrarapide .legend__img{
    margin: 5em 14.5em 0;
  }
  .detail--salamandre .page__grid .pure-g{
    margin: 0 .4em;
    overflow: hidden;
  }
  .detail--salamandre .detail__section--classiche .legend__img{
    margin: -2em 5em 0;
  }
  .detail--salamandre .page__grid .pure-g{
    margin: 0 .4em;
    overflow: hidden;
  }
  .detail--salamandre .detail__section--versatili .legend__img-s,
  .detail--salamandre .detail__section--ultrarapide .legend__img-s,
  .detail--salamandre .detail__section--classiche .legend__img-s{
    margin: 1em 3.8em 1em 14.2em;
  }
  .detail--salamandre .detail__tab--tecnologie .page__grid{
    padding: 0 3.8em 0 14.2em !important;
  }
  .detail--tecno .detail__spots{
    margin: 2.5em 0 1.5em;
  }
  .detail--tecno .page__grid .pure-g{
    margin: 0 .4em;
    overflow: hidden;
  }
  .detail--tecnobake .detail__spots{
    margin: 2.5em 0 1.5em;
  }
  .detail--tecnobake .page__grid .pure-g{
    margin: 0 .4em;
    overflow: hidden;
  }
  .detail--tecnobake .detail__section--videos .page__grid .pure-g{
    margin: 0 .2em;
  }
  .detail--tecnocombi .detail__spots{
    margin: 2.5em 0 1.5em;
  }
  .detail--tecnocombi .page__grid .pure-g{
    margin: 0 .4em;
    overflow: hidden;
  }
  .detail--tecnocombi .detail__section--videos .page__grid .pure-g{
    margin: 0 .2em;
  }
  .detail--tecnodual .detail__spots{
    margin: 2.5em 0 1.5em;
  }
  .detail--tecnodual .page__grid .pure-g{
    margin: 0 .4em;
    overflow: hidden;
  }
  .detail--tecnodual .detail__section--videos .page__grid .pure-g{
    margin: 0 .2em;
  }
  .detail--tap .detail__col,
  .detail--TAP .detail__col{
    margin: 0 1em 4em;
  }
  .detail--tap .page__grid .pure-g,
  .detail--TAP .page__grid .pure-g{
    margin: 0 0;
    overflow: hidden;
  }
  .detail--tap .detail__section--videos .page__grid .pure-g,
  .detail--TAP .detail__section--videos .page__grid .pure-g{
    margin: 0 .2em;
  }
  .detail--tappastry .detail__col{
    margin: 0 1em 4em;
  }
  .detail--tappastry .page__grid .pure-g{
    margin: 0 0;
    overflow: hidden;
  }
  .detail--tappastry .detail__section--videos .page__grid .pure-g{
    margin: 0 .2em;
  }
  .detail--tappastry:before{
    display: block;
  }
  .detail--tappastry .detail__tabs:before{
    display: block;
  }
}

@media screen and (min-width: 48em){
  body{
    font-size: 16px;
  }
  .site__footer{
    z-index: 20;
  }
  .header__body{
    height: auto;
  }
  .header__body{
    overflow: visible;
  }
  .nav--main > li{
    width: auto;
    padding: .8em 0;
  }
  .nav--main > li > a{
    border-left: 1px solid #aaa;
    padding: 0 .5em 0 .8em;
  }
  .nav--main > li > span{
    border-left: 1px solid #aaa;
    padding: 0 .5em 0 .8em;
  }
  .nav--main > li:first-child > a{
    border: 0;
  }
  .nav__lang.nav__lang{
    padding: .8em 0 0;
    text-align: right;
    margin: 0;
    border-width: 0 0 0 1px;
    width: auto;
  }
  .nav__lang.nav__lang > span{
    display: inline-block;
  }
  .nav--lang{
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    padding: .5em;
    z-index: 9999;
    display: none;
  }
  .nav--lang li{
    width: 5em;
    text-align: right;
  }
  .nav--lang a{
    padding: .3em;
  }
  .nav__lang:hover .nav--lang{
    display: block;
  }
  .sub__body{
    position: fixed;
    top: 11.5em;
    left: 0;
    width: 100%;
  }
  .nav--sub li{
    width: auto;
  }
  .header__tools{
    position: fixed;
    z-index: 20;
  }
  .widget--app{
    text-align: right;
  }
  .widget--app .widget__label,
  .widget--app .widget__list{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    text-align: left;
  }
  .widget--app .widget__list a{
    margin: 0 0 0 .4em;
  }
  .widget--address{
    text-align: left;
  }
  .site__top .top__ov span{
    font-size: 1.3em;
  }
  .site__top .top__i--2 .top__ov{
    top: 15%;
  }
  .site__sidebar.js-fixed{
    position: fixed;
    top: 4.5em;
    background: rgba(255, 255, 255, 0.9);
  }
  .has-bigsidebar .site__sidebar{
    width: 26em;
  }
  .has-bigsidebar .site__body{
    padding: 7.8em 0 0;
  }
  .has-bigsidebar .page__body{
    padding: 0 3.8em 0 27em;
  }
  .has-bigsidebar .page__grid{
    padding: 0 2.9em 0 26.1em;
  }
  .timeline__wrap{
    display: block;
  }
  .timeline__nav{
    padding: 2em 0 2em;
  }
  .timeline__nav.is_stuck{
    padding-top: 4em;
    margin-top: -2em;
  }
  .media--tl .media__text br{
    display: block;
  }
  .media--tl#y1998{
    margin-top: -20em;
  }
  .media--tl#y2001{
    margin-top: -6em;
  }
  .media--tl#y2005{
    margin-top: -21em;
  }
  .media--tl#y2009{
    margin-top: -5em;
  }
  .media--tl#y2011{
    margin-top: -21em;
  }
  .media--tl#y2015{
    margin-top: -8em;
  }
  .media--tl#y2016{
    margin-top: -22em;
  }
  .media--tl#y2017{
    margin-top: -15em;
  }
  .paging__links{
    clear: none;
  }
  .brevetto__i{
    padding: 0 0 0 10em;
  }
  .brevetto__i img{
    height: 6.2em;
    top: 50%;
    margin-top: -3.1em;
  }
  .brevetto__img{
    display: block;
  }
  .brevetto__trigger{
    padding: 0 4.6em 0 0;
  }
  .brevetto .m-drop__icon{
    right: 3em;
  }
  .q__i-control .pure-g{
    display: block;
  }
  .q__i-control .pure-u-1{
    vertical-align: middle;
  }
  .q__i-control .control{
    padding-top: .4em;
  }
  .media--h{
    margin: 1.95em;
  }
  .section--news{
    padding: 6.8em 8em;
  }
  .media--n .media__img{
    padding: 0 3.2em 0 0;
    float: left;
    width: 40%;
  }
  .media--n .media__footer{
    left: 40%;
    margin-left: 3.2em;
  }
  .detail__header{
    padding-bottom: 0;
  }
  .detail__header .detail__title_wrap{
    float: left;
    width: 50%;
  }
  .detail__header .detail__title{
    float: left;
    min-width: 11em;
  }
  .draws__nav{
    padding: 0;
  }
  .draws__nav .draws__title{
    padding: 1.2em 0 .4em;
  }
  .draws__nav .nav--draws li{
    width: auto;
    padding: .4em 0 1.2em;
    position: relative;
  }
  .draws__nav .nav--draws li:before{
    content: " ";
    background: #aaa;
    width: 1px;
    height: 1.2em;
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -.6em;
  }
  .draws__nav .nav--draws li:first-child:before{
    display: none;
  }
  .draws__nav .nav--draws li:after{
    top: 110%;
    left: 50%;
    margin-left: -.4em;
  }
  .draws__nav .nav--draws li.js-sel:after{
    left: 50%;
    top: 100%;
  }
  .flexbox .draws__title{
    width: 8.6em;
    float: left;
  }
  .flexbox .nav--draws{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .flexbox .nav--draws li{
    max-width: 50%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 1.2em 0;
    text-align: center;
  }
  .detail__section--videos .pure-g{
    margin: 0;
  }
  .detail__section--videos .media--video{
    margin: 0 1.75em 3.5em;
  }
  .detail__section--videos .page__grid{
    padding: 0 1.9em 0 12.3em;
  }
  .media--video{
    margin: 0 1.75em 3.5em;
  }
  .static--video .media--video{
    margin: 0 .9em 1.8em;
  }
  .media--designer{
    overflow: hidden;
    text-align: right;
  }
  .media--designer .media__img{
    float: left;
    padding: 1em 2em;
    width: 25%;
  }
  .media--designer .media__body{
    overflow: hidden;
    padding: 0;
  }
  .media--designer .media__title{
    margin-top: 0;
  }
  .media--designer .media__img{
    padding: 1em 1em 1em 3em;
  }
  .graph .graph__tree{
    width: 50%;
    float: left;
    padding: 0 1.5em 1.5em;
    box-sizing: border-box;
    position: relative;
  }
  .graph .graph__tree:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 2.1em;
    height: 0;
    width: 50%;
    border-top: 1px dotted #cb5032;
  }
  .graph .graph__tree--right:before{
    left: auto;
    right: 50%;
    margin-right: -1px;
  }
  .graph .graph__result{
    clear: both;
    margin-top: 3em;
    position: relative;
  }
  .graph .graph__result:after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    height: 2.1em;
    border-left: 1px dotted #cb5032;
  }
  .media--graph{
    padding: 1.5em;
  }
  .media--scheda button.media__button{
    display: block;
  }
  .media--scheda .media__footer:before{
    left: 33.3%;
  }
  .media--scheda .media__footer:after{
    left: 66.6%;
  }
  .page__summary{
    display: block;
  }
  .page__summary .summary__title{
    font-size: .85em;
    font-weight: bold;
    color: #cb5032;
  }
  .page__summary .summary__text{
    font-size: .7em;
  }
  .page__summary .summary__goto{
    font-size: .85em;
    color: #cb5032;
  }
  .media--news{
    margin: 1.95em;
  }
  .detail--news .detail__sidebar{
    float: left;
    width: 50%;
    margin-right: 2em;
  }
  .detail--news .detail__overflow{
    overflow: hidden;
  }
  .static--company .media--spot .media__text br{
    display: inline;
  }
  .page--servizio .media--spot{
    margin: 3em .5em;
  }
  .page--certificazioni .media--spot{
    margin: 1em .5em;
  }
  .detail--salamandre .media--spot.has-border-right{
    margin-right: 1em;
  }
  .detail--salamandre .media--spot.has-border-left{
    margin-left: 1em;
    position: relative;
  }
  .detail--salamandre .media--spot.has-border-left:after{
    content: "";
    position: absolute;
    top: 0;
    left: -1em;
    width: 1px;
    height: 200%;
    background: #aaa;
  }
  .site--company .m-drop[data-target="drop--header"] > .m-drop__body{
    display: block !important;
  }
  .site--company .m-drop[data-target="drop--header"] .hb{
    display: none;
  }
  .site--company .m-drop[data-target="drop--header"] .hb span:before{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .site--company .m-drop[data-target="drop--header"] .hb:after{
    top: 50%;
    transform-origin: center center;
    transform: rotate(-45deg);
  }
  .site--company .m-drop[data-target="drop--header"] .hb:before{
    bottom: 50%;
    margin-bottom: -1px;
    transform-origin: center center;
    transform: rotate(45deg);
  }
  .detail--salamandre .media--spot .media__text ul, .detail--salamandre .media--spot .media__text li{
    margin-bottom: 0;
  }
  .detail--salamandre .detail__section--ultrarapide .legend__i{
    width: 100%;
  }
  .detail--salamandre .media--spot .media__text ul, .detail--salamandre .media--spot .media__text li{
    margin-bottom: 0;
  }
  .detail--salamandre .media--spot .media__text ul, .detail--salamandre .media--spot .media__text li{
    margin-bottom: 0;
  }
  .legend--tritaghiaccio-1 .legend__i{
    font-size: .9em;
  }
  .prestazioni__i{
    padding: 0 0 0 5.5em;
  }
  .prestazioni__i.no-ico{
    padding: 0;
  }
  .prestazioni__i-ico{
    height: 3.9em;
    top: -.6em;
    left: -.4em;
  }
  .prestazioni__slider .m-carousel{
    padding: 0 3.5em;
  }
  .media--prestazioni.no-img .media__img{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .media--prestazioni.no-img .media__text{
    width: 100%;
  }
  .media--prestazioni .media__body{
    padding: 0 0 0 50%;
    position: relative;
  }
  .media--prestazioni .media__text{
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    padding: 2.4em;
    box-sizing: border-box;
  }
  .csstransforms .media--prestazioni .media__text{
    top: 50%;
    transform: translateY(-50%);
  }
  .resellers__popup{
    padding-bottom: 1em;
    height: auto;
    background: none;
  }
  .resellers__popup-body{
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  }
  .csstransforms .resellers__popup{
    top: 40%;
    transform: translateY(-50%);
  }
  .csstransforms.js-reseller-open .resellers__popup{
    top: 50%;
  }
}

@media screen and (min-width: 64em){
  body{
    font-size: 16px;
  }
  .header__body{
    position: absolute;
    top: 0;
    right: 5em;
    left: auto;
    width: auto;
    padding: 0;
    z-index: 99;
    background: none;
  }
  .sub__body{
    top: 5.8em;
  }
  .header__tools{
    z-index: 20;
  }
  .site__top .top__ov span{
    font-size: 1.6em;
  }
  .m-comparator__summary-list li{
    width: 25%;
  }
  .comparator td,
  .comparator th{
    width: auto;
    min-width: 17.06em;
    max-width: 17.06em;
  }
  .comparator__hilight td{
    min-width: 11.6em;
    max-width: 11.6em;
  }
  .q__i{
    padding-top: 1.5em;
    margin-top: 1.5em;
  }
  .q__i-control .pure-u-1{
    vertical-align: top;
  }
  .media--h .media__wrap{
    height: 0;
    padding-bottom: 49%;
  }
  .legend__i{
    padding: .5em 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .section--wallnews .wall .wall__i,
  .section--wallnews .wall .wall__sizer{
    width: 33.33%;
  }
  .media--news .media__wrap{
    height: 0;
    padding-bottom: 80%;
  }
  .detail__section--versatili .legend__i--title{
    padding-bottom: 0;
  }
  .detail__section--versatili .legend__i--text br{
    display: block;
  }
  .detail__section--versatili .detail__related--bottom{
    padding-top: 8em;
  }
  .detail__section--versatili .detail__related--bottom .related--bottom--container__right .related--bottom--img{
    top: -12em;
    left: 9.5em;
  }
  .detail__section--versatili .detail__related--bottom .related--bottom--container__right .related--bottom--vertical:after{
    content: "";
    position: absolute;
    bottom: 2.5em !important;
    left: 8.2em;
    width: 1px;
    height: 3.4em;
    background: #1d1d1b;
    z-index: 99;
  }
  .detail__section--versatili .detail__related--bottom .related--bottom--text br{
    display: block;
  }
  .detail__section--versatili .detail__related-title__container{
    padding: 0 0 0 4em;
    height: 3.7em;
  }
  .detail__section--versatili .detail__related-title__subtext-mobile p{
    display: none;
  }
  .detail__section--versatili .detail__related-title__ico{
    height: 3.15em;
  }
  .detail__section--versatili .detail__related-title__text{
    margin-left: 0;
  }
  .detail--salamandre .legend{
    overflow: inherit;
    margin: -2em 0 1em;
  }
  .detail--salamandre .legend__img{
    margin: 0;
  }
  .has-sidebar .page__body--versatili{
    padding: 0 .4em 0 14.2em !important;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"]{
    padding-bottom: 0;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="1"]{
    font-size: 0.875em;
    top: 15%;
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="1"]:after{
    width: 18em;
    background: #ffffff;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="1"]:before{
    left: 18em;
    background: #ffffff;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"]{
    top: 50%;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="2"]:before{
    background: #ffffff;
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"] .legend__i--vertical{
    position: relative;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"] .legend__i--vertical:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 31.36em;
    width: 1px;
    height: 2em;
    background: #1d1d1b;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"] .legend__i--title{
    position: relative;
    padding-bottom: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"] .legend__i--title:after{
    width: 31.36em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"] .legend__i--title:before{
    left: 31.36em;
    bottom: 2em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"] .legend__i--text{
    padding-top: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"]{
    top: 79%;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="3"]:before{
    background: #ffffff;
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--vertical{
    position: relative;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--vertical:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 35em;
    width: 1px;
    height: 21.5em;
    background: #1d1d1b;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--title{
    position: relative;
    padding-bottom: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--title:after{
    width: 35em;
    height: 1px;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--title:before{
    left: 35em;
    bottom: 21.5em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--text{
    padding-top: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--ico{
    top: -.6em;
  }
  .legend__i[data-legend="1"]{
    display: block;
  }
  .detail--salamandre .detail__section--ultrarapide .detail__related-title__container{
    padding: 0 0 0 4em;
    height: 3.15em;
  }
  .detail--salamandre .detail__section--ultrarapide .detail__related-title__container:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .detail--salamandre .detail__section--ultrarapide .detail__related-title__ico{
    height: 3.15em;
    top: -.3em;
  }
  .detail--salamandre .detail__section--ultrarapide .detail__related-title__text{
    margin-left: 0;
    margin-bottom: 0;
  }
  .detail--salamandre .detail__section--ultrarapide .text__bottom p br{
    display: block;
  }
  .detail--salamandre .detail__section--ultrarapide .text__bottom{
    padding: 2.2em 0 .2em;
  }
  .detail--salamandre .detail__section--ultrarapide .legend{
    overflow: inherit;
  }
  .detail--salamandre .detail__section--ultrarapide .legend__img{
    margin: 0;
  }
  .detail--salamandre .detail__section--ultrarapide .legend__i{
    float: right !important;
    width: 46.1%;
  }
  .detail--salamandre .detail__section--ultrarapide .legend__i--text br{
    display: block;
  }
  .detail--salamandre .detail__section--ultrarapide .legend__i--container{
    padding: 0 0 0 5.35em;
  }
  .detail--salamandre .detail__section--ultrarapide .detail__related--bottom{
    padding-top: 0 !important;
  }
  .detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--container__heat{
    margin-top: -.8em;
    padding: 0 0 0 5.35em;
  }
  .detail--salamandre .detail__section--ultrarapide .detail__related--bottom .related--bottom--text br{
    display: block;
  }
  .has-sidebar .page__body--ultrarapide{
    padding: 0 3.8em 0 10.4em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"]{
    top: 8.5%;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="4"]:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--ico{
    z-index: 99;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--vertical{
    position: relative;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--vertical:after{
    content: "";
    position: absolute;
    bottom: -3em;
    right: 35em;
    width: 1px;
    height: 3em;
    background: #1d1d1b;
    z-index: 99;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--vertical:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: -28.05em;
    width: 129%;
    height: 1px;
    background: #1d1d1b;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--vertical-two{
    position: relative;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--vertical-two:after{
    content: "";
    position: absolute;
    bottom: -9.8em;
    right: 53.2em;
    width: 1px;
    height: 9.8em;
    background: #1d1d1b;
    z-index: 99;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--vertical-two:before{
    content: "";
    position: absolute;
    bottom: -9.8em;
    right: 53.15em;
    width: 3px;
    height: 3px;
    background: #1d1d1b;
    border-radius: 50%;
    margin: 0 0 -1px -1px;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--title{
    position: relative;
    padding-bottom: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--title:after{
    width: 25.2em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--title:before{
    left: -9.8em;
    bottom: -3.1em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--text{
    padding-top: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"]{
    top: 35%;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="5"]:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--ico{
    z-index: 99;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--image{
    padding-top: .875em;
    width: 94%;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--vertical{
    position: relative;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--vertical:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -19em;
    width: 1px;
    height: 3.2em;
    background: #1d1d1b;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--vertical:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: -19em;
    width: 81%;
    height: 1px;
    background: #1d1d1b;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--title{
    position: relative;
    padding-bottom: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--title:after{
    width: 25.2em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--title:before{
    left: -19em;
    bottom: 3.2em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--text{
    padding-top: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"]{
    top: 70.5%;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="6"]:before{
    background: #ffffff;
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--vertical{
    position: relative;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--vertical:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -33.5em;
    width: 1px;
    height: 11em;
    background: #1d1d1b;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--vertical:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: -33.5em;
    width: 158%;
    height: 1px;
    background: #1d1d1b;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--title{
    position: relative;
    padding-bottom: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--title:after{
    width: 25.2em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--title:before{
    left: -33.5em;
    bottom: 11em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--text{
    padding-top: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--ico{
    top: 0;
    z-index: 99;
  }
  .detail--salamandre .detail__section--classiche .detail__related-title__container{
    padding: 0 0 0 4.5em;
    height: 1.96em;
  }
  .detail--salamandre .detail__section--classiche .detail__related-title__container:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .detail--salamandre .detail__section--classiche .detail__related-title__text{
    margin-bottom: 0;
  }
  .detail--salamandre .detail__section--classiche .legend{
    overflow: inherit;
    margin: -.4em 0 1em;
  }
  .detail--salamandre .detail__section--classiche .legend__img{
    margin: 0;
  }
  .detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--container__flex{
    margin-top: 0;
  }
  .detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--vertical:after{
    left: 18.5em;
    height: 5em;
  }
  .detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--img{
    top: -12em;
    left: 18em;
    z-index: 20;
    width: 11em;
  }
  .detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--title:after{
    width: 18.5em;
  }
  .detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--container{
    padding: 0 0 1.875em 5.35em;
  }
  .detail--salamandre .detail__section--classiche .detail__related--bottom .related--bottom--text br{
    display: block;
  }
  .has-sidebar .page__body--classiche{
    padding: 0 3.8em 0 14.2em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--roundimg{
    padding-bottom: .4em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--title br{
    display: block;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"]{
    top: 12.2%;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="7"]:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--container{
    padding: 0;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--roundimg{
    width: 9em;
    line-height: 0;
    padding-bottom: .4em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--ico{
    z-index: 99;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--vertical{
    position: relative;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--vertical:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 23.65em;
    width: 1px;
    height: 5em;
    background: #1d1d1b;
    z-index: 99;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--vertical-two{
    position: relative;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--vertical-two:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--title{
    position: relative;
    padding-bottom: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--title:after{
    width: 23.7em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--title:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--text{
    padding-top: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"]{
    top: 32%;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="8"]:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--ico{
    z-index: 99;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--image{
    padding-top: .875em;
    width: 94%;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--title{
    position: relative;
    padding-bottom: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--title:after{
    width: 18.5em;
    left: -9em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--title:before{
    left: -9em;
    bottom: 0;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--text{
    padding-top: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"]{
    top: 55.5%;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="9"]:before{
    background: #ffffff;
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i{
    float: right !important;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i--title{
    position: relative;
    padding-bottom: .68em;
    padding-right: 2em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i--title:after{
    width: 15.9em;
    left: -6.5em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i--title:before{
    left: -6.5em;
    bottom: 0;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i--text{
    padding-top: .68em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i--ico{
    top: 0;
    z-index: 99;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"]{
    float: left !important;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"]{
    float: right !important;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"]{
    float: left !important;
  }
  .salamandre__light .detail__goto{
    font-size: 1.25em;
  }
  .salamandre__light--container{
    margin-bottom: 0;
  }
  .salamandre__light .detail__col{
    padding: 2em 0 1em;
  }
  .salamandre__light .detail__text{
    padding-top: 1em;
  }
  .salamandre__light .detail__text br{
    display: block;
  }
  .salamandre__gas .detail__goto{
    font-size: 1.25em;
  }
  .salamandre__gas--container{
    margin-bottom: 0;
  }
  .salamandre__gas .detail__col{
    padding: 2em 0 0;
  }
  .salamandre__gas .detail__text br{
    display: block;
  }
  .detail--salamandre .detail__section--versatili .legend__img,
  .detail--salamandre .detail__section--ultrarapide .legend__img,
  .detail--salamandre .detail__section--classiche .legend__img{
    display: block;
  }
  .detail--salamandre .detail__section--versatili .legend__img-s,
  .detail--salamandre .detail__section--ultrarapide .legend__img-s,
  .detail--salamandre .detail__section--classiche .legend__img-s{
    display: none;
  }
  .detail__section--related--new #desktop{
    display: block;
  }
  .detail__section--related--new #mobile{
    display: none;
  }
  .detail__section--related--new .media__img{
    display: block;
  }
  .salamandre__nav{
    padding-bottom: 1em;
  }
  .salamandre.is_stuck .page__grid{
    padding-top: .35em;
    padding-bottom: .35em;
  }
  .detail--salamandre .cottura__container{
    padding: 1.875em 0;
  }
  .cottura__container-left{
    float: left;
    padding-left: 1em !important;
  }
  .cottura__container-right{
    float: right;
    padding-right: 1em !important;
  }
  .legend--tritaghiaccio-1 .legend__i{
    text-align: right;
    font-size: 1em;
  }
  .legend--tritaghiaccio-1 .legend__i[data-legend="1"]{
    top: 11%;
    left: auto;
    right: 0;
  }
  .legend--tritaghiaccio-1 .legend__i[data-legend="1"]:after{
    width: 34.5em;
    left: auto;
    right: 0;
  }
  .legend--tritaghiaccio-1 .legend__i[data-legend="1"]:before{
    left: auto;
    right: 34.5em;
    width: 5px;
    height: 5px;
    margin: 0 0 -2px;
  }
  .legend--tritaghiaccio-1 .legend__i[data-legend="2"]{
    top: 75%;
    left: auto;
    right: 0;
    bottom: auto;
  }
  .legend--tritaghiaccio-1 .legend__i[data-legend="2"]:after{
    width: 30em;
    left: auto;
    right: 0;
  }
  .legend--tritaghiaccio-1 .legend__i[data-legend="2"]:before{
    left: auto;
    right: 30em;
    width: 5px;
    height: 5px;
    margin: 0 0 -2px;
  }
  .detail--tappastry:before{
    top: 28em;
  }
}

@media screen and (min-width: 80em){
  body{
    font-size: 18px;
  }
  .detail--tappastry .detail__tabs:after{
    right: -8em;
  }
  .csstransforms .resellers__popup{
    padding-top: 1em;
  }
}

@media screen and (min-width: 110em){
  body{
    font-size: 18px;
  }
  .section--wallhome .inner{
    max-width: 100em;
  }
  .section--wallhome .wall .wall__i,
  .section--wallhome .wall .wall__sizer{
    width: 33.33%;
  }
}

@media screen and (min-width: 120em){
  body{
    font-size: 20px;
  }
  .sub__body{
    top: 6em;
  }
  .header__tools{
    margin-top: 4.5em;
  }
  .site__top .top__ov span{
    font-size: 2.2em;
  }
  .site__body.is-big .inner{
    max-width: 100em;
  }
  .site__body.is-big .page__grid .pure-u-md-1-2{
    width: 33.33%;
  }
}

@media screen and (max-width: 35.5em){
  .page__summary.is_stuck,
  .site__sidebar.is_stuck{
    position: static !important;
    top: 0 !important;
  }
  .page__summary.is_stuck + div,
  .site__sidebar.is_stuck + div{
    height: auto !important;
  }
}

@media screen and (max-width: 48em){
  .touchevents .page--mission .media--spot .media__text{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 64em){
  .detail__section.detail__section--versatili{
    margin-bottom: -1em;
  }
  .detail__section--versatili .detail__related--bottom .related--bottom--container__right{
    margin-top: 15em;
  }
  .detail__section--versatili .detail__related--bottom .related--bottom--container__right .related--bottom--vertical:before{
    display: none;
  }
  .detail--salamandre .legend__i:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"] .legend__i--vertical:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"] .legend__i--title:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"] .legend__i--title:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--vertical:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--title:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--title:before{
    display: none;
  }
  .detail--salamandre .detail__section--ultrarapide .detail__related-title__container .detail__goto_wrap{
    bottom: -2.5em;
    font-size: .9em;
    height: 2.2em;
  }
  .detail--salamandre .detail__section--ultrarapide .detail__related-title__container .detail__goto_wrap .detail__goto{
    font-size: .9em;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--vertical:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--vertical:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--vertical-two:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--vertical-two:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--title:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="4"] .legend__i--title:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--vertical:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--vertical:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--title:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="5"] .legend__i--title:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--vertical:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--vertical:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--title:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="6"] .legend__i--title:before{
    display: none;
  }
  .detail--salamandre .detail__section--classiche .detail__related-title__container .detail__goto_wrap{
    bottom: -2.5em;
    font-size: .9em;
    height: 2.2em;
  }
  .detail--salamandre .detail__section--classiche .detail__related-title__container .detail__goto_wrap .detail__goto{
    font-size: .9em;
  }
  .detail--salamandre .detail__section--classiche .legend__i{
    padding: 0;
    margin: 0;
  }
  .detail--salamandre .detail__section--classiche .legend__i--container{
    padding: 0;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="7"]:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--vertical-two:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--title:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="7"] .legend__i--title:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--title:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="8"] .legend__i--title:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"]:after, .legend--salamandre-1 .page__body .legend__i[data-legend="9"]:before{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i--title:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="9"] .legend__i--title:before{
    display: none;
  }
  .salamandre__light .detail__goto_wrap{
    bottom: -3.5em;
    height: 2.2em;
    margin-bottom: 0;
  }
  .salamandre__gas .detail__goto_wrap{
    bottom: -2.5em;
    height: 2.2em;
  }
  .detail--salamandre .detail__section--versatili .legend,
  .detail--salamandre .detail__section--ultrarapide .legend,
  .detail--salamandre .detail__section--classiche .legend{
    margin: 0 0 1em 0;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em){
  .legend--salamandre-1 .page__body .legend__i[data-legend="1"]{
    display: block;
  }
}

@media screen and (min-width: 64em) and (max-width: 64em){
  .legend--salamandre-1 .page__body .legend__i[data-legend="2"] .legend__i--vertical:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--vertical:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--title:after{
    display: none;
  }
  .legend--salamandre-1 .page__body .legend__i[data-legend="3"] .legend__i--title:before{
    display: none;
  }
}

@media print{
  *:before,
  *:after{
    color: #111 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited{
    text-decoration: underline;
  }
  a[href]:after{
    content: " (" attr(href) ")";
  }
  abbr[title]:after{
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after{
    content: "";
  }
  pre,
  blockquote{
    border: 1px solid #aaa;
    page-break-inside: avoid;
  }
  thead{
    display: table-header-group;
  }
  tr,
  img{
    page-break-inside: avoid;
  }
  img{
    max-width: 100% !important;
  }
  p,
  h2,
  h3{
    orphans: 3;
    widows: 3;
  }
  h2,
  h3{
    page-break-after: avoid;
  }
  select{
    background: #fff !important;
  }
  .navbar{
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret{
    border-top-color: #111 !important;
  }
  .label{
    border: 1px solid #111;
  }
  .table{
    border-collapse: collapse !important;
  }
  .table td,
  .table th{
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td{
    border: 1px solid #aaa !important;
  }
}
