@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
/*------------------------------------*    CONFIG
\*------------------------------------*/
/*------------------------------------*    FONTS
\*------------------------------------*/
/*------------------------------------*    COLORS
\*------------------------------------*/
/*------------------------------------*    LAYOUT
\*------------------------------------*/
/*------------------------------------*    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*    VARIABLES
\*------------------------------------*/

.maz-invisible {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  outline: none; }

/*.ie8 */
.maz-force-opacity * {
  filter: inherit; }

/*------------------------------------*    VERTICAL ALIGN FIX

    <div class="maz-valign-wrapper [maz-halign-left]">
        <div [id="mon_element_a_aligner"] class="maz-valign-middle-box"> // IMPORTANT: redéfinir la font-size de cet élément !
        </div>
    </div>
\*------------------------------------*/
.maz-halign-left {
  text-align: left; }

.maz-halign-center {
  text-align: center; }

.maz-halign-right {
  text-align: right; }

.maz-valign-top {
  vertical-align: top !important; }

.maz-valign-middle {
  vertical-align: middle !important; }

.maz-valign-bottom {
  vertical-align: bottom !important; }

.maz-valign-wrapper {
  font-size: 0; }
  .maz-valign-wrapper .maz-valign-middle-box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle !important; }
  .maz-valign-wrapper .maz-valign-bottom-box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom !important; }
  .maz-valign-wrapper:after {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    content: '';
    height: 100%; }

.clearfix {
  clear: both; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.maz-backface-hidden {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000; }

.maz-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8; }

#maz-dior-content {
  position: relative;
  padding-top: 0px;
  /*! normalize.css v3.0.0 | 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.
 */
  /**
 * Remove default margin.
 */
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined in IE 8/9.
 */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
  /**
 * Address styling not present in Safari 5 and Chrome.
 */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9.
 */
  /**
 * Correct overflow displayed oddly in IE 9.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari 5.
 */
  /**
 * Address differences between Firefox and other browsers.
 */
  /**
 * Contain overflow in all browsers.
 */
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
  /* 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 5, and Chrome.
 */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
  /**
 * 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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
  /**
 * 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.
 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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.
 */
  /**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
  /**
 * Remove default vertical scrollbar in IE 8/9.
 */
  /**
 * 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.
 */
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  /*------------------------------------*    VIEWPORT
\*------------------------------------*/
  /*------------------------------------*    FONTFACE
\*------------------------------------*/
  /*------------------------------------*    BASE
\*------------------------------------*/
  /*------------------------------------*    GLOBAL LAYOUT
\*------------------------------------*/
  /*------------------------------------*    HEADINGS
\*------------------------------------*/
  /*------------------------------------*    PARAGRAPH
\*------------------------------------*/
  /*------------------------------------*    LINK
\*------------------------------------*/
  /*------------------------------------*    GLOBAL CLASS
\*------------------------------------*/
  /*------------------------------------*    RESPONSIVE
\*------------------------------------*/
  /*------------------------------------*    RESPONSIVE
\*------------------------------------*/
  /** HOVER **/
  /* add an extra space in content propertie to force repaint on IE8 */ }
  #maz-dior-content html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #maz-dior-content body {
    margin: 0; }
  #maz-dior-content article,
  #maz-dior-content aside,
  #maz-dior-content details,
  #maz-dior-content figcaption,
  #maz-dior-content figure,
  #maz-dior-content footer,
  #maz-dior-content header,
  #maz-dior-content hgroup,
  #maz-dior-content main,
  #maz-dior-content nav,
  #maz-dior-content section,
  #maz-dior-content summary {
    display: block; }
  #maz-dior-content audio,
  #maz-dior-content canvas,
  #maz-dior-content progress,
  #maz-dior-content video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #maz-dior-content audio:not([controls]) {
    display: none;
    height: 0; }
  #maz-dior-content [hidden],
  #maz-dior-content template {
    display: none; }
  #maz-dior-content a {
    background: transparent; }
  #maz-dior-content a:active,
  #maz-dior-content a:hover {
    outline: 0; }
  #maz-dior-content abbr[title] {
    border-bottom: 1px dotted; }
  #maz-dior-content b,
  #maz-dior-content strong {
    font-weight: bold; }
  #maz-dior-content dfn {
    font-style: italic; }
  #maz-dior-content h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #maz-dior-content mark {
    background: #ff0;
    color: #000; }
  #maz-dior-content small {
    font-size: 80%; }
  #maz-dior-content sub,
  #maz-dior-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #maz-dior-content sup {
    top: -0.5em; }
  #maz-dior-content sub {
    bottom: -0.25em; }
  #maz-dior-content img {
    border: 0; }
  #maz-dior-content svg:not(:root) {
    overflow: hidden; }
  #maz-dior-content figure {
    margin: 1em 40px; }
  #maz-dior-content hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #maz-dior-content pre {
    overflow: auto; }
  #maz-dior-content code,
  #maz-dior-content kbd,
  #maz-dior-content pre,
  #maz-dior-content samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #maz-dior-content button,
  #maz-dior-content input,
  #maz-dior-content optgroup,
  #maz-dior-content select,
  #maz-dior-content textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #maz-dior-content button {
    overflow: visible; }
  #maz-dior-content button,
  #maz-dior-content select {
    text-transform: none; }
  #maz-dior-content button,
  #maz-dior-content html input[type="button"],
  #maz-dior-content input[type="reset"],
  #maz-dior-content input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #maz-dior-content button[disabled],
  #maz-dior-content html input[disabled] {
    cursor: default; }
  #maz-dior-content button::-moz-focus-inner,
  #maz-dior-content input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #maz-dior-content input {
    line-height: normal; }
  #maz-dior-content input[type="checkbox"],
  #maz-dior-content input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #maz-dior-content input[type="number"]::-webkit-inner-spin-button,
  #maz-dior-content input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  #maz-dior-content input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
  #maz-dior-content input[type="search"]::-webkit-search-cancel-button,
  #maz-dior-content input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  #maz-dior-content fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #maz-dior-content legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #maz-dior-content textarea {
    overflow: auto; }
  #maz-dior-content optgroup {
    font-weight: bold; }
  #maz-dior-content table {
    border-collapse: collapse;
    border-spacing: 0; }
  #maz-dior-content td,
  #maz-dior-content th {
    padding: 0; }
  #maz-dior-content .maz-html-video-view .mejs-offscreen {
    display: none; }
  #maz-dior-content .maz-html-video-view .mejs-container {
    position: relative;
    background: #fff; }
    #maz-dior-content .maz-html-video-view .mejs-container .mejs-controls {
      display: none; }
    #maz-dior-content .maz-html-video-view .mejs-container .mejs-poster, #maz-dior-content .maz-html-video-view .mejs-container .mejs-overlay-play {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #maz-dior-content .maz-html-video-view .mejs-container .mejs-overlay-button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      margin-left: -25px;
      background-color: red; }

@font-face {
  font-family: "CenturyGothic-Regular";
  src: url("../../fonts/CenturyGothic/CenturyGothic_gdi.eot");
  src: url("../../fonts/CenturyGothic/CenturyGothic_gdi.eot?#iefix") format("embedded-opentype"), url("../../fonts/CenturyGothic/CenturyGothic_gdi.woff") format("woff"), url("../../fonts/CenturyGothic/CenturyGothic_gdi.ttf") format("truetype"), url("../../fonts/CenturyGothic/CenturyGothic_gdi.svgz#CenturyGothic-Regular") format("svg"), url("../../fonts/CenturyGothic/CenturyGothic_gdi.svg#CenturyGothic-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "DinCondensed-Bold";
  src: url("../../fonts/DinCondensedBold/DinCondensedBold.eot");
  src: url("../../fonts/DinCondensedBold/DinCondensedBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/DinCondensedBold/DinCondensedBold.woff") format("woff"), url("../../fonts/DinCondensedBold/DinCondensedBold.ttf") format("truetype"), url("../../fonts/DinCondensedBold/DinCondensedBold.svgz#DinCondensed-Bold") format("svg"), url("../../fonts/DinCondensedBold/DinCondensedBold.svg#DinCondensed-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
  #maz-dior-content *, #maz-dior-content *:before, #maz-dior-content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #maz-dior-content .maz-dior-layout {
    font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden; }
  #maz-dior-content .maz-dior-home {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0px 30px 0; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-dior-home {
      padding: 0; } }
  #maz-dior-content h1,
  #maz-dior-content .maz-h1 {
    font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.53333;
    font-weight: normal;
    color: #000000;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  #maz-dior-content h3,
  #maz-dior-content .maz-h3 {
    font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: normal;
    color: #000000;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  #maz-dior-content .maz-p1 {
    font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    color: #000000;
    margin: 6px 0 10px; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-p1 {
      margin: 10px 0; } }
  #maz-dior-content .maz-strate-manager-wrapper {
    position: relative; }
    #maz-dior-content .maz-strate-manager-wrapper .maz-strate {
      position: relative;
      padding: 50px 0; }
      #maz-dior-content .maz-strate-manager-wrapper .maz-strate:last-child {
        border-bottom: 0; }
  #maz-dior-content .maz-strate-nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 45px;
    white-space: nowrap;
    z-index: 50; }
    #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 100%;
      vertical-align: middle;
      background: #ffffff; }
      #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-item {
        position: relative;
        height: 35px;
        cursor: pointer; }
      #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-label {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 45px;
        height: 35px;
        width: 200px;
        padding: 0 5px;
        color: #cccccc;
        text-align: right;
        text-transform: uppercase;
        background: #ffffff;
        white-space: normal;
        -webkit-transform: translate(0px, 0px) translateZ(0);
        -moz-transform: translate(0px, 0px) translateZ(0);
        -ms-transform: translate(0px, 0px) translateZ(0);
        -o-transform: translate(0px, 0px) translateZ(0);
        transform: translate(0px, 0px) translateZ(0);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-label.maz-strate-nav-with-separator {
          padding-top: 11px;
          top: -11px;
          height: 46px; }
        #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-label p {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.25; }
      #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav:hover .maz-strate-nav-label {
        -webkit-transform: translate(-245px, 0px) translateZ(0);
        -moz-transform: translate(-245px, 0px) translateZ(0);
        -ms-transform: translate(-245px, 0px) translateZ(0);
        -o-transform: translate(-245px, 0px) translateZ(0);
        transform: translate(-245px, 0px) translateZ(0); }
        .ie8 #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav:hover .maz-strate-nav-label, .ie9 #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav:hover .maz-strate-nav-label {
          left: -200px; }
      #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item.active .maz-strate-nav-label,
      #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item:hover .maz-strate-nav-label {
        color: #000000; }
      #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        position: relative;
        width: 45px;
        height: 100%;
        background: #ffffff; }
        #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet:after {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          height: 12px;
          width: 12px;
          margin-top: -6px;
          margin-left: -6px; }
        #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-share:after {
          height: 15px;
          width: 11px;
          margin-top: -8px;
          margin-left: -5px; }
        #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-quickbuy:after {
          height: 23px;
          width: 16px;
          margin-top: -12px;
          margin-left: -8px; }
      #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-separator {
        display: block;
        width: 90%;
        height: 1px;
        margin: 5px auto;
        padding: 0;
        border: none;
        background-color: #e5e5e5; }
    #maz-dior-content .maz-strate-nav-wrapper:after {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      content: '';
      height: 100%; }
  #maz-dior-content .maz-popin-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
    #maz-dior-content .maz-popin-wrapper .maz-popin {
      font-size: 16px;
      font-size: 1rem;
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      z-index: 110; }
    #maz-dior-content .maz-popin-wrapper .maz-popin-content {
      position: relative;
      height: 100%;
      background: #ffffff; }
    #maz-dior-content .maz-popin-wrapper .maz-btn-close {
      position: absolute;
      top: 20px;
      right: 25px;
      width: 24px;
      height: 24px;
      z-index: 120;
      border: 1px solid #e5e5e5; }
      #maz-dior-content .maz-popin-wrapper .maz-btn-close:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -6px;
        margin-left: -5px; }
    #maz-dior-content .maz-popin-wrapper .maz-popin-header {
      position: relative;
      padding: 25px 25px 0;
      background: #ffffff;
      z-index: 111;
      text-align: left;
      text-transform: uppercase; }
    #maz-dior-content .maz-popin-wrapper .maz-popin-title {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1;
      color: #000000;
      padding-bottom: 15px;
      border-bottom: 1px solid #e5e5e5; }
    #maz-dior-content .maz-popin-wrapper .maz-popin-surtitle {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      color: #000000;
      padding: 10px 0;
      border-bottom: 1px solid #e5e5e5; }
    #maz-dior-content .maz-popin-wrapper .maz-popin-subtitle {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      color: #000000;
      padding: 10px 0;
      border-bottom: 1px solid #e5e5e5; }
    #maz-dior-content .maz-popin-wrapper .maz-previous-block {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      position: fixed;
      top: 50%;
      left: 20px;
      -webkit-transform: translateZ(0); }
      #maz-dior-content .maz-popin-wrapper .maz-previous-block a {
        color: white;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); }
    #maz-dior-content .maz-popin-wrapper .maz-next-block {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      position: fixed;
      -webkit-transform: translateZ(0);
      top: 50%;
      right: 20px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1; }
      #maz-dior-content .maz-popin-wrapper .maz-next-block a {
        color: white;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); }
    #maz-dior-content .maz-popin-wrapper .maz-btn-go-top {
      text-transform: uppercase;
      margin: 20px 0;
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      #maz-dior-content .maz-popin-wrapper .maz-btn-go-top > .maz-sprite-unfold {
        margin: 0 auto 10px; }
  #maz-dior-content .maz-popin-scrollmode-internal .maz-popin {
    max-height: 680px;
    height: 100%; }
  #maz-dior-content .maz-popin-scrollmode-internal .maz-popin-content {
    overflow-x: hidden;
    overflow-y: auto; }
  #maz-dior-content .maz-popin-scrollmode-external {
    overflow-x: hidden;
    overflow-y: auto; }
    #maz-dior-content .maz-popin-scrollmode-external .maz-overlay {
      min-height: 100%; }
    #maz-dior-content .maz-popin-scrollmode-external .maz-popin {
      height: auto; }
    #maz-dior-content .maz-popin-scrollmode-external .maz-popin-content {
      overflow: hidden; }
  #maz-dior-content .maz-popin-viewerview .maz-viewer-view {
    padding: 25px; }
  #maz-dior-content .maz-popin-multiproductsview .maz-multiproducts-view {
    padding: 45px 70px; }
  #maz-dior-content .maz-popin-shareview .maz-popin {
    width: 80%;
    max-width: 300px;
    max-height: 400px;
    height: auto; }
    #maz-dior-content .maz-popin-shareview .maz-popin .maz-popin-title {
      font-size: 16px;
      font-size: 1rem; }
  #maz-dior-content .maz-popin-shareview .maz-popin-content {
    padding-bottom: 5px; }
  #maz-dior-content .maz-popin-shareview .maz-share-wrapper {
    padding: 0 25px; }
    #maz-dior-content .maz-popin-shareview .maz-share-wrapper .maz-share-menu {
      display: block; }
      #maz-dior-content .maz-popin-shareview .maz-share-wrapper .maz-share-menu .maz-share-links {
        display: block; }
  #maz-dior-content .maz-popin-videoproductview .maz-popin {
    height: auto; }
  #maz-dior-content .maz-popin-videoproductview .maz-popin-content {
    padding: 5%; }
  #maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-videoproduct-row {
    font-size: 0; }
  #maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-videoproduct-col1-3 {
    width: 42%; }
  #maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-videoproduct-col2-3 {
    width: 58%; }
  #maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-videoproduct-products-title {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 25px; }
  #maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-videoproduct-products-wrapper {
    padding: 20px 0;
    border: 1px solid #cecece; }
  #maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-product-count-1 .maz-product-view {
    padding: 20px 20px 0; }
  #maz-dior-content .maz-popin-videoproductview .maz-videoproduct-view .maz-product-count-2 .maz-product-view {
    padding: 0 20px; }
  #maz-dior-content .maz-popin-videoview .maz-popin {
    height: auto; }
  #maz-dior-content .maz-popin-videoview .maz-popin-content {
    padding: 0; }
  #maz-dior-content .maz-popin-videoview .maz-btn-close {
    position: fixed;
    top: 100px; }
    #maz-dior-content .maz-popin-videoview .maz-btn-close:before {
      margin-left: -6px; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-popin-scrollmode-internal .maz-popin,
    #maz-dior-content .maz-popin-scrollmode-external .maz-popin {
      width: 100%;
      height: 100% !important;
      max-width: none;
      max-height: none;
      background: #ffffff; }
    #maz-dior-content .maz-popin-multiproductsview .maz-multiproducts-view {
      padding: 30px 0; } }
  #maz-dior-content .maz-side-menu {
    position: absolute;
    height: 100%; }
  #maz-dior-content .maz-side-menu-container {
    display: block;
    position: fixed;
    top: 75px;
    width: 350px;
    bottom: 0;
    z-index: 53; }
    #maz-dior-content .maz-side-menu-container.maz-side-menu-left {
      left: -350px;
      -webkit-transition: left 0.3s linear 0s;
      -moz-transition: left 0.3s linear 0s;
      -ms-transition: left 0.3s linear 0s;
      -o-transition: left 0.3s linear 0s;
      transition: left 0.3s linear 0s; }
      #maz-dior-content .maz-side-menu-container.maz-side-menu-left.maz-side-menu-open {
        left: 0; }
      #maz-dior-content .maz-side-menu-container.maz-side-menu-left .maz-burger-btn {
        left: 360px; }
    #maz-dior-content .maz-side-menu-container.maz-side-menu-right {
      right: -350px;
      -webkit-transition: right 0.3s linear 0s;
      -moz-transition: right 0.3s linear 0s;
      -ms-transition: right 0.3s linear 0s;
      -o-transition: right 0.3s linear 0s;
      transition: right 0.3s linear 0s; }
      #maz-dior-content .maz-side-menu-container.maz-side-menu-right.maz-side-menu-open {
        right: 0; }
      #maz-dior-content .maz-side-menu-container.maz-side-menu-right .maz-burger-btn {
        right: 360px; }
    #maz-dior-content .maz-side-menu-container .maz-burger-btn {
      display: block;
      width: 50px;
      height: 50px;
      padding: 15px 10px;
      position: absolute;
      top: 25px;
      cursor: pointer;
      z-index: 52; }
    #maz-dior-content .maz-side-menu-container .maz-side-menu {
      width: 350px;
      right: auto;
      left: 0;
      bottom: 0;
      height: 100%;
      position: absolute;
      background-color: #ffffff;
      overflow: hidden;
      z-index: 53; }
    #maz-dior-content .maz-side-menu-container .maz-side-menu-wrapper {
      height: 100%;
      position: relative; }
    #maz-dior-content .maz-side-menu-container .maz-side-menu-overlay {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 51; }
    #maz-dior-content .maz-side-menu-container.maz-side-menu-open .maz-side-menu-overlay {
      display: block; }
  #maz-dior-content .maz-product {
    position: relative;
    width: 100%; }
    #maz-dior-content .maz-product .maz-product-previous,
    #maz-dior-content .maz-product .maz-product-next {
      display: none; }
    #maz-dior-content .maz-product .maz-product-olfactory-note-title {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.5;
      color: #000000;
      padding: 0;
      margin: 0;
      margin-top: 10px; }
    #maz-dior-content .maz-product .maz-product-olfactory-note {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      color: #000000;
      text-transform: uppercase; }
    #maz-dior-content .maz-product .maz-product-hashtag {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-size: 0.6875rem;
      color: #9a9a9a;
      text-transform: uppercase;
      padding: 0 0 10px; }
    #maz-dior-content .maz-product .maz-product-title {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1;
      color: #000000;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 5px; }
    #maz-dior-content .maz-product .maz-product-subtitle {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.83333;
      color: #000000;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 15px; }
    #maz-dior-content .maz-product .maz-product-desc {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.38462;
      color: #000000;
      padding: 0 0 10px; }
    #maz-dior-content .maz-product .maz-product-knowmore {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      color: #000000;
      text-transform: uppercase;
      text-decoration: underline;
      padding: 0 0 5px; }
    #maz-dior-content .maz-product .maz-product-sampling {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      color: #000000;
      text-transform: uppercase;
      text-decoration: underline;
      padding: 0 0 5px; }
    #maz-dior-content .maz-product .maz-product-separator {
      display: block;
      height: 1px;
      margin: 20px 0;
      padding: 0;
      border: none;
      background-color: #e5e5e5; }
    #maz-dior-content .maz-product .maz-product-color-label {
      margin: 0;
      font-size: 12px;
      font-size: 0.75rem;
      color: #000000; }
    #maz-dior-content .maz-product .maz-product-color {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      color: #000000;
      text-transform: uppercase; }
    #maz-dior-content .maz-product .maz-product-swatch-filter {
      float: right;
      margin-top: -4px;
      color: #000000;
      min-width: 100px;
      text-align: right; }
      #maz-dior-content .maz-product .maz-product-swatch-filter .maz-select-wrapper {
        width: 100%; }
      #maz-dior-content .maz-product .maz-product-swatch-filter .maz-select-input {
        font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-size: 0.75rem;
        padding-top: 1px;
        padding-left: 0;
        padding-right: 30px;
        height: 25px;
        text-transform: uppercase;
        white-space: nowrap;
        width: 100%;
        background-position: 100% -9px; }
        #maz-dior-content .maz-product .maz-product-swatch-filter .maz-select-input.active {
          background-position: 100% -88px; }
    #maz-dior-content .maz-product .maz-product-swatch {
      list-style-type: none;
      margin: 14px 0 5px;
      padding: 0; }
      #maz-dior-content .maz-product .maz-product-swatch .maz-product-nuance {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        position: relative;
        border: 1px solid #ffffff;
        width: 26px;
        height: 26px;
        cursor: pointer; }
        #maz-dior-content .maz-product .maz-product-swatch .maz-product-nuance.maz-hidden {
          display: none; }
        #maz-dior-content .maz-product .maz-product-swatch .maz-product-nuance.maz-selected {
          padding: 2px;
          border: 1px solid #000000; }
        #maz-dior-content .maz-product .maz-product-swatch .maz-product-nuance img {
          width: 100%;
          height: 100%; }
    #maz-dior-content .maz-product .maz-product-capacity {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 3.33333;
      position: relative;
      height: 40px;
      text-align: center;
      color: #000000;
      background-color: white; }
      #maz-dior-content .maz-product .maz-product-capacity span {
        padding-left: 15px; }
      #maz-dior-content .maz-product .maz-product-capacity .maz-select-wrapper {
        width: 100%; }
      #maz-dior-content .maz-product .maz-product-capacity .maz-select-input {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 3.33333;
        padding-left: 15px;
        padding-right: 40px;
        background: white url(../../img/select-arrow.png) no-repeat right center;
        border: 1px solid #e5e5e5;
        height: 40px;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase; }
    #maz-dior-content .maz-product .maz-product-price-from {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 3.33333;
      color: #000000;
      text-transform: uppercase; }
    #maz-dior-content .maz-product .maz-product-form {
      margin: 15px 0;
      font-size: 0;
      display: table;
      table-layout: fixed;
      width: 100%; }
      #maz-dior-content .maz-product .maz-product-form .maz-product-price,
      #maz-dior-content .maz-product .maz-product-form .maz-product-quantity,
      #maz-dior-content .maz-product .maz-product-form .maz-product-cell {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 3.33333;
        position: relative;
        display: table-cell;
        color: #000000;
        height: 40px;
        text-align: center;
        background-color: #f6f6f6; }
      #maz-dior-content .maz-product .maz-product-form .maz-product-price {
        padding: 0 10px; }
      #maz-dior-content .maz-product .maz-product-form .maz-product-submit {
        font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
        width: 100%; }
      #maz-dior-content .maz-product .maz-product-form.maz-product-noprice {
        display: block;
        text-align: right; }
        #maz-dior-content .maz-product .maz-product-form.maz-product-noprice .maz-product-cell {
          width: auto;
          padding: 0;
          display: inline-block; }
        #maz-dior-content .maz-product .maz-product-form.maz-product-noprice .maz-product-submit {
          padding: 0 15px; }
    #maz-dior-content .maz-product .maz-product-unavailable-box {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.83333;
      position: relative;
      display: none;
      color: #000000;
      background-color: #f6f6f6;
      padding: 15px;
      text-align: left;
      text-transform: uppercase; }
      #maz-dior-content .maz-product .maz-product-unavailable-box p, #maz-dior-content .maz-product .maz-product-unavailable-box a, #maz-dior-content .maz-product .maz-product-unavailable-box a:hover {
        margin: 0;
        padding: 0;
        color: #000000; }
      #maz-dior-content .maz-product .maz-product-unavailable-box .maz-product-unavailable-sentence {
        margin: 10px 0 0;
        padding: 0; }
        #maz-dior-content .maz-product .maz-product-unavailable-box .maz-product-unavailable-sentence li:before {
          content: ">"; }
    #maz-dior-content .maz-product .maz-product-retailer-box {
      margin: 15px 0;
      font-size: 0;
      display: table;
      table-layout: fixed;
      width: 100%; }
      #maz-dior-content .maz-product .maz-product-retailer-box .maz-product-cell,
      #maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
        display: table-cell;
        position: relative;
        height: 40px; }
      #maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer {
        background-color: white;
        text-align: left;
        color: #000000; }
        #maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer .maz-select-wrapper {
          width: 100%; }
        #maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer .maz-select-input {
          padding-left: 15px;
          padding-right: 40px;
          background: white url(../../img/select-arrow.png) no-repeat right 20px center;
          border: 1px solid #e5e5e5;
          height: 40px;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 3.33333;
          white-space: nowrap;
          width: 100%;
          text-transform: uppercase; }
          #maz-dior-content .maz-product .maz-product-retailer-box .maz-product-retailer .maz-select-input:after {
            content: "";
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: middle;
            position: absolute;
            top: 0;
            right: 40px;
            margin-top: 12px;
            height: 16px;
            width: 1px;
            background: #e5e5e5; }
      #maz-dior-content .maz-product .maz-product-retailer-box .maz-product-cell {
        padding-left: 15px;
        width: 75px !important; }
      #maz-dior-content .maz-product .maz-product-retailer-box .maz-product-btn-retailer {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 3.33333;
        height: 40px;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        border: 1px solid #000000;
        background: #000000;
        width: 100%;
        visibility: hidden; }
        #maz-dior-content .maz-product .maz-product-retailer-box .maz-product-btn-retailer.maz-enable {
          visibility: visible; }
    #maz-dior-content .maz-product .maz-product-price {
      font-size: 12px;
      font-size: 0.75rem;
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      color: #000000;
      padding: 0 10px; }
    #maz-dior-content .maz-product .maz-product-btn-action,
    #maz-dior-content .maz-product .maz-product-submit,
    #maz-dior-content .maz-product .maz-product-btn-unavailable-discover,
    #maz-dior-content .maz-product .maz-product-btn-discover {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 3.33333;
      height: 40px;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      border: 1px solid #000000;
      background: #000000; }
    #maz-dior-content .maz-product .maz-product-btn-action:before,
    #maz-dior-content .maz-product .maz-product-submit:before {
      content: "";
      vertical-align: middle;
      margin-right: 10px; }
    #maz-dior-content .maz-product .maz-product-btn-unavailable-discover,
    #maz-dior-content .maz-product .maz-product-btn-discover {
      color: #000000;
      background: #ffffff;
      border-color: #000000; }
    #maz-dior-content .maz-product .maz-product-btn-unavailable-discover {
      display: none; }
    #maz-dior-content .maz-product .maz-product-delivery {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #maz-dior-content .maz-product .maz-product-delivery li {
        margin: 5px 0;
        font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.25;
        color: #000000; }
    #maz-dior-content .maz-product .maz-product-btn-swatch {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      color: #000000;
      text-transform: uppercase;
      text-decoration: underline;
      cursor: pointer;
      padding: 10px;
      display: none; }
    #maz-dior-content .maz-product .maz-product-unavailable-layer {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 15px;
      color: #000000;
      text-transform: uppercase;
      z-index: 1;
      background-color: #f6f6f6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      opacity: 0.8;
      display: none; }
      #maz-dior-content .maz-product .maz-product-unavailable-layer p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.83333;
        display: none; }
    #maz-dior-content .maz-product.maz-product-not-available .maz-product-available {
      display: none !important; }
    #maz-dior-content .maz-product.maz-product-not-available .maz-product-unavailable,
    #maz-dior-content .maz-product.maz-product-not-available .maz-product-unavailable-layer {
      display: block !important; }
    #maz-dior-content .maz-product.maz-product-not-available .maz-product-btn-unavailable-discover {
      display: inline-block; }
    #maz-dior-content .maz-product.maz-product-error .maz-product-wrapper {
      display: table;
      width: 100%; }
    #maz-dior-content .maz-product.maz-product-error .maz-product-error-label {
      display: table-cell;
      vertical-align: middle;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.66667;
      text-transform: uppercase;
      text-align: center; }
      #maz-dior-content .maz-product.maz-product-error .maz-product-error-label span {
        display: inline-block;
        max-width: 200px; }
  #maz-dior-content .maz-product-full .maz-product-wrapper {
    padding: 5.8%; }
  #maz-dior-content .maz-product-full .maz-product-previous {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    padding: 15px; }
    #maz-dior-content .maz-product-full .maz-product-previous:before {
      content: ""; }
  #maz-dior-content .maz-product-full .maz-product-next {
    display: block;
    position: absolute;
    top: 40%;
    right: 0;
    padding: 15px; }
    #maz-dior-content .maz-product-full .maz-product-next:before {
      content: ""; }
  #maz-dior-content .maz-product-full .maz-product-hgroup {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px; }
    #maz-dior-content .maz-product-full .maz-product-hgroup .maz-product-price {
      display: inline-block;
      margin: 0px 0 15px;
      padding: 0; }
  #maz-dior-content .maz-product-full .maz-product-packshot {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 48%;
    text-align: center; }
    #maz-dior-content .maz-product-full .maz-product-packshot img {
      width: 96.66%;
      height: auto; }
  #maz-dior-content .maz-product-full .maz-product-olfactory-note-box {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 1.66%;
    width: 30%;
    height: auto;
    text-align: left;
    margin-top: 40px; }
    #maz-dior-content .maz-product-full .maz-product-olfactory-note-box img {
      position: static;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto; }
  #maz-dior-content .maz-product-full .maz-product-packshot + .maz-product-info {
    width: 52%;
    padding: 0 4%; }
  #maz-dior-content .maz-product-full .maz-product-info {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 100%;
    text-align: left; }
  #maz-dior-content .maz-product-full .maz-product-separator {
    display: none; }
  #maz-dior-content .maz-product-full .maz-product-capacity {
    margin-top: 20px; }
  #maz-dior-content .maz-product-full .maz-product-colorpicker {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 15px; }
  #maz-dior-content .maz-product-full .maz-product-form .maz-product-cell {
    background: none;
    padding-left: 15px;
    width: 40%; }
  #maz-dior-content .maz-product-full .maz-product-form .maz-product-price {
    width: 25%; }
  #maz-dior-content .maz-product-full .maz-product-form .maz-product-quantity {
    padding-left: 0px;
    text-align: left; }
    #maz-dior-content .maz-product-full .maz-product-form .maz-product-quantity .maz-select-input {
      padding-left: 10px; }
      #maz-dior-content .maz-product-full .maz-product-form .maz-product-quantity .maz-select-input:after {
        content: "";
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        position: absolute;
        top: 0;
        right: 30px;
        margin-top: 12px;
        height: 16px;
        width: 1px;
        background: #e5e5e5; }
  #maz-dior-content .maz-product-basic-simple,
  #maz-dior-content .maz-product-basic-multi {
    height: 100%; }
    #maz-dior-content .maz-product-basic-simple .maz-product-wrapper,
    #maz-dior-content .maz-product-basic-multi .maz-product-wrapper {
      height: 100%; }
      #maz-dior-content .maz-product-basic-simple .maz-product-wrapper .maz-product-btn-action:before,
      #maz-dior-content .maz-product-basic-simple .maz-product-wrapper .maz-product-submit:before,
      #maz-dior-content .maz-product-basic-multi .maz-product-wrapper .maz-product-btn-action:before,
      #maz-dior-content .maz-product-basic-multi .maz-product-wrapper .maz-product-submit:before {
        display: none; }
    #maz-dior-content .maz-product-basic-simple .maz-product-packshot,
    #maz-dior-content .maz-product-basic-multi .maz-product-packshot {
      position: relative;
      text-align: center; }
      #maz-dior-content .maz-product-basic-simple .maz-product-packshot img,
      #maz-dior-content .maz-product-basic-multi .maz-product-packshot img {
        width: 100%;
        height: auto; }
    #maz-dior-content .maz-product-basic-simple .maz-product-olfactory-note-box,
    #maz-dior-content .maz-product-basic-multi .maz-product-olfactory-note-box {
      display: none; }
    #maz-dior-content .maz-product-basic-simple .maz-product-title,
    #maz-dior-content .maz-product-basic-multi .maz-product-title {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.5;
      margin-top: 15px;
      padding: 0; }
    #maz-dior-content .maz-product-basic-simple .maz-product-subtitle,
    #maz-dior-content .maz-product-basic-multi .maz-product-subtitle {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.5;
      padding: 0; }
    #maz-dior-content .maz-product-basic-simple .maz-product-color,
    #maz-dior-content .maz-product-basic-multi .maz-product-color {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.5; }
    #maz-dior-content .maz-product-basic-simple .maz-product-swatch-filter,
    #maz-dior-content .maz-product-basic-multi .maz-product-swatch-filter {
      display: none; }
    #maz-dior-content .maz-product-basic-simple .maz-product-separator,
    #maz-dior-content .maz-product-basic-multi .maz-product-separator {
      display: none; }
    #maz-dior-content .maz-product-basic-simple .maz-product-btn-action,
    #maz-dior-content .maz-product-basic-simple .maz-product-submit,
    #maz-dior-content .maz-product-basic-simple .maz-product-btn-discover,
    #maz-dior-content .maz-product-basic-multi .maz-product-btn-action,
    #maz-dior-content .maz-product-basic-multi .maz-product-submit,
    #maz-dior-content .maz-product-basic-multi .maz-product-btn-discover {
      width: 100%; }
    #maz-dior-content .maz-product-basic-simple .maz-product-unavailable-box,
    #maz-dior-content .maz-product-basic-multi .maz-product-unavailable-box {
      background: none;
      padding: 0;
      margin-top: 15px; }
      #maz-dior-content .maz-product-basic-simple .maz-product-unavailable-box .maz-product-unavailable-sentence,
      #maz-dior-content .maz-product-basic-multi .maz-product-unavailable-box .maz-product-unavailable-sentence {
        display: none; }
  #maz-dior-content .maz-product-basic-simple.maz-product-showprice .maz-product-info {
    padding-bottom: 18px; }
  #maz-dior-content .maz-product-basic-simple .maz-product-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-right: 55%;
    text-align: left; }
  #maz-dior-content .maz-product-basic-simple .maz-product-form {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 50%;
    display: block; }
    #maz-dior-content .maz-product-basic-simple .maz-product-form .maz-product-price,
    #maz-dior-content .maz-product-basic-simple .maz-product-form .maz-product-quantity,
    #maz-dior-content .maz-product-basic-simple .maz-product-form .maz-product-cell {
      display: block; }
    #maz-dior-content .maz-product-basic-simple .maz-product-form .maz-product-price {
      display: inline;
      position: absolute;
      bottom: 0;
      left: -100%;
      background: none;
      padding: 0;
      height: auto;
      line-height: 18px; }
  #maz-dior-content .maz-product-basic-simple .maz-product-unavailable-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    line-height: 18px;
    text-align: right; }
  #maz-dior-content .maz-product-basic-simple .maz-product-price {
    display: inline;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    line-height: 18px; }
  #maz-dior-content .maz-product-basic-simple .maz-product-btn-action,
  #maz-dior-content .maz-product-basic-simple .maz-product-btn-unavailable-discover,
  #maz-dior-content .maz-product-basic-simple .maz-product-btn-discover {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 50%;
    display: block; }
  #maz-dior-content .maz-product-basic-simple .maz-product-btn-unavailable-discover {
    display: none; }
  #maz-dior-content .maz-product-basic-multi .maz-product-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center; }
  #maz-dior-content .maz-product-basic-multi .maz-product-price {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5; }
  #maz-dior-content .maz-product-basic-multi .maz-product-form {
    margin: 0; }
    #maz-dior-content .maz-product-basic-multi .maz-product-form .maz-product-price,
    #maz-dior-content .maz-product-basic-multi .maz-product-form .maz-product-quantity,
    #maz-dior-content .maz-product-basic-multi .maz-product-form .maz-product-cell {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.5;
      display: block;
      height: auto;
      background-color: transparent; }
    #maz-dior-content .maz-product-basic-multi .maz-product-form .maz-product-quantity:before {
      display: none; }
  #maz-dior-content .maz-product-basic-multi .maz-product-unavailable-box {
    line-height: 18px;
    text-align: center; }
  #maz-dior-content .maz-product-basic-multi .maz-product-btn-action,
  #maz-dior-content .maz-product-basic-multi .maz-product-submit,
  #maz-dior-content .maz-product-basic-multi .maz-product-btn-discover {
    margin-top: 15px; }
  #maz-dior-content .maz-product-multi .maz-product-packshot {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 37%;
    text-align: center; }
    #maz-dior-content .maz-product-multi .maz-product-packshot img {
      width: 100%;
      height: auto; }
  #maz-dior-content .maz-product-multi .maz-product-olfactory-note-box {
    display: none; }
  #maz-dior-content .maz-product-multi .maz-product-packshot + .maz-product-info {
    width: 62%; }
  #maz-dior-content .maz-product-multi .maz-product-info {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 100%;
    text-align: left; }
  #maz-dior-content .maz-product-multi .maz-product-hgroup {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px; }
  #maz-dior-content .maz-product-multi .maz-product-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1; }
  #maz-dior-content .maz-product-multi .maz-product-subtitle {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    padding: 0; }
  #maz-dior-content .maz-product-multi .maz-product-desc {
    padding: 0; }
  #maz-dior-content .maz-product-multi .maz-product-separator {
    margin: 10px 0; }
  #maz-dior-content .maz-product-multi .maz-product-color {
    font-size: 13px;
    font-size: 0.8125rem; }
  #maz-dior-content .maz-product-multi .maz-product-swatch {
    margin: 5px 0 14px; }
  #maz-dior-content .maz-product-multi .maz-product-price {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    display: block;
    padding: 0;
    margin-top: 10px;
    color: black; }
  #maz-dior-content .maz-product-multi .maz-product-knowmore,
  #maz-dior-content .maz-product-multi .maz-product-btn-discover {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 12px;
    font-size: 0.75rem;
    color: black;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 15px 0 0;
    height: auto;
    border: none;
    background: none; }
  #maz-dior-content .maz-product-grid {
    overflow: hidden; }
    #maz-dior-content .maz-product-grid .maz-product-wrapper {
      padding: 0px 5px; }
    #maz-dior-content .maz-product-grid .maz-product-packshot {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      position: relative;
      height: 100px;
      margin: 0 auto 15px; }
      #maz-dior-content .maz-product-grid .maz-product-packshot img {
        width: auto;
        height: 100%; }
    #maz-dior-content .maz-product-grid .maz-product-olfactory-note-box {
      display: none; }
    #maz-dior-content .maz-product-grid .maz-product-info {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      position: relative;
      width: 100%;
      height: 65px;
      line-height: 16px; }
    #maz-dior-content .maz-product-grid .maz-product-separator {
      display: none; }
    #maz-dior-content .maz-product-grid .maz-product-title,
    #maz-dior-content .maz-product-grid .maz-product-price {
      font-size: 12px;
      font-size: 0.75rem;
      padding-bottom: 0; }
    #maz-dior-content .maz-product-grid .maz-product-color {
      font-size: 12px;
      font-size: 0.75rem;
      display: block; }
    #maz-dior-content .maz-product-grid .maz-product-capacity {
      text-align: center; }
    #maz-dior-content .maz-product-grid .maz-product-colorpicker {
      display: block;
      position: absolute;
      height: 220px;
      width: 100%;
      left: 0;
      bottom: -35px;
      background: #ffffff;
      z-index: 1;
      text-align: center;
      -webkit-transition: transform 300ms ease-in-out;
      -moz-transition: transform 300ms ease-in-out;
      -ms-transition: transform 300ms ease-in-out;
      -o-transition: transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out;
      -webkit-transform: translateY(220px) translateZ(0px);
      -moz-transform: translateY(220px) translateZ(0px);
      -ms-transform: translateY(220px) translateZ(0px);
      -o-transform: translateY(220px) translateZ(0px);
      transform: translateY(220px) translateZ(0px); }
      #maz-dior-content .maz-product-grid .maz-product-colorpicker.visible {
        -webkit-transform: translateY(0px) translateZ(0px);
        -moz-transform: translateY(0px) translateZ(0px);
        -ms-transform: translateY(0px) translateZ(0px);
        -o-transform: translateY(0px) translateZ(0px);
        transform: translateY(0px) translateZ(0px); }
      #maz-dior-content .maz-product-grid .maz-product-colorpicker .maz-product-color {
        display: block;
        padding: 15px; }
    #maz-dior-content .maz-product-grid .maz-product-swatch-filter {
      display: none; }
    #maz-dior-content .maz-product-grid .maz-product-swatch {
      font-size: 0;
      padding: 0;
      text-align: left; }
      #maz-dior-content .maz-product-grid .maz-product-swatch .maz-product-nuance {
        width: 23%;
        max-width: 40px;
        margin: 1%;
        height: auto; }
    #maz-dior-content .maz-product-grid .maz-product-btn-swatch {
      display: inline-block;
      *display: inline;
      *zoom: 1; }
    #maz-dior-content .maz-product-grid.maz-product-withcapacity .maz-product-info {
      height: 95px; }
    #maz-dior-content .maz-product-grid.maz-product-withcapacity .maz-product-btn-swatch {
      display: none; }
  #maz-dior-content .maz-product-loader {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: white;
    overflow: hidden; }
    #maz-dior-content .maz-product-loader:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../../img//loader.png");
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-animation: rotation 1000ms infinite linear;
      -moz-animation: rotation 1000ms infinite linear;
      -ms-animation: rotation 1000ms infinite linear;
      -o-animation: rotation 1000ms infinite linear;
      animation: rotation 1000ms infinite linear; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-product-full-responsive .maz-product-wrapper {
      padding: 30px 5px; }
    #maz-dior-content .maz-product-full-responsive .maz-product-packshot {
      position: static;
      width: 100%;
      margin-top: 165px; }
      #maz-dior-content .maz-product-full-responsive .maz-product-packshot img {
        width: 100%;
        height: auto; }
    #maz-dior-content .maz-product-full-responsive .maz-product-packshot + .maz-product-info {
      width: 100%; }
    #maz-dior-content .maz-product-full-responsive .maz-product-info {
      position: static;
      padding: 0 20px;
      display: flex;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column; }
    #maz-dior-content .maz-product-full-responsive .maz-product-hashtag,
    #maz-dior-content .maz-product-full-responsive .maz-product-hgroup {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center; }
    #maz-dior-content .maz-product-full-responsive .maz-product-hashtag {
      top: 30px; }
    #maz-dior-content .maz-product-full-responsive .maz-product-hgroup {
      top: 70px;
      border: none;
      text-align: left;
      padding: 0 20px; }
      #maz-dior-content .maz-product-full-responsive .maz-product-hgroup .maz-product-price {
        background: none;
        line-height: 1;
        height: auto; }
    #maz-dior-content .maz-product-full-responsive .maz-product-title {
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 1;
      padding: 0 0 5px; }
    #maz-dior-content .maz-product-full-responsive .maz-product-subtitle {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1; }
    #maz-dior-content .maz-product-full-responsive .maz-product-result-label,
    #maz-dior-content .maz-product-full-responsive .maz-product-desc,
    #maz-dior-content .maz-product-full-responsive .maz-product-knowmore {
      -webkit-order: 3;
      -moz-order: 3;
      -ms-order: 3;
      -o-order: 3;
      order: 3; }
    #maz-dior-content .maz-product-full-responsive .maz-product-separator {
      -webkit-order: 2;
      -moz-order: 2;
      -ms-order: 2;
      -o-order: 2;
      order: 2; }
    #maz-dior-content .maz-product-full-responsive .maz-product-colorpicker {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    #maz-dior-content .maz-product-full-responsive .maz-product-swatch .maz-product-nuance {
      width: 40px;
      height: 40px; }
    #maz-dior-content .maz-product-full-responsive .maz-product-form {
      -webkit-order: 0;
      -moz-order: 0;
      -ms-order: 0;
      -o-order: 0;
      order: 0;
      margin: 10px 0 20px;
      display: block; }
      #maz-dior-content .maz-product-full-responsive .maz-product-form .maz-product-price,
      #maz-dior-content .maz-product-full-responsive .maz-product-form .maz-product-quantity {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 50%; }
      #maz-dior-content .maz-product-full-responsive .maz-product-form .maz-product-cell {
        display: block;
        margin-top: 10px; }
    #maz-dior-content .maz-product-full-responsive .maz-product-delivery {
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      -o-order: 1;
      order: 1; }
      #maz-dior-content .maz-product-full-responsive .maz-product-delivery li {
        margin: 0; }
    #maz-dior-content .maz-product-full-responsive .maz-product-price {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 3.33333;
      color: #000000;
      height: 40px;
      text-align: center;
      background-color: #f6f6f6; }
    #maz-dior-content .maz-product-full-responsive .maz-product-btn-action {
      margin: 15px 0 0; }
    #maz-dior-content .maz-product-full-responsive .maz-product-desc {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #e5e5e5; }
    #maz-dior-content .maz-product-full-responsive.maz-product-withcapacity .maz-product-quantity {
      width: 100%; }
    #maz-dior-content .maz-product-full-responsive.maz-product-withcapacity .maz-product-cell {
      padding-left: 0;
      width: 100%; }
    #maz-dior-content .maz-product-full-responsive .maz-product-olfactory-note-wrapper {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      text-align: center;
      display: flex;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
    #maz-dior-content .maz-product-full-responsive .maz-product-olfactory-note-box {
      margin: 0 20px;
      width: 280px;
      height: auto;
      text-align: center;
      margin-top: 0;
      display: flex;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column; }
      #maz-dior-content .maz-product-full-responsive .maz-product-olfactory-note-box img {
        -webkit-order: 0;
        -moz-order: 0;
        -ms-order: 0;
        -o-order: 0;
        order: 0;
        position: static;
        bottom: auto;
        left: auto;
        width: 100%;
        height: auto;
        max-height: none; }
      #maz-dior-content .maz-product-full-responsive .maz-product-olfactory-note-box .maz-product-olfactory-note-title {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
        margin-top: 10px; }
      #maz-dior-content .maz-product-full-responsive .maz-product-olfactory-note-box .maz-product-olfactory-note {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
        margin-bottom: 30px; }
    #maz-dior-content .maz-product-multi {
      /*.maz-product-packshot {
                width: 50%;
                vertical-align: top;
            }

            .maz-product-packshot + .maz-product-info {
                width: 50%;
                vertical-align: top;
            }

            .maz-product-hgroup {
                position: absolute;
                top: 0;
                left: 0;
            }
            .maz-product-title,
            .maz-product-subtitle {
                @include font-size(12, 15);
                padding: 0;
            }*/ }
      #maz-dior-content .maz-product-multi .maz-product-wrapper {
        display: flex;
        flex-flow: column nowrap;
        padding: 0 25px; }
        #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-packshot {
          order: 0;
          width: 100%;
          margin-top: 70px; }
        #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info {
          position: static;
          display: flex;
          flex-flow: column nowrap;
          width: 100%; }
          #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-hgroup {
            position: absolute;
            top: 0;
            width: 100%;
            padding-right: 60px;
            margin: 0;
            border: none; }
          #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-title {
            font-size: 25px;
            font-size: 1.5625rem; }
          #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-separator {
            display: none; }
          #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-colorpicker {
            order: 0;
            padding-top: 10px;
            border-top: 1px solid #e5e5e5; }
          #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-swatch {
            margin-bottom: 0; }
          #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-form {
            order: 2; }
            #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-form .maz-product-cell {
              width: 100%;
              height: 50px;
              line-height: 50px; }
              #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-form .maz-product-cell .maz-product-submit {
                padding: 5px 15px;
                height: 50px; }
          #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-desc {
            order: 3; }
          #maz-dior-content .maz-product-multi .maz-product-wrapper .maz-product-info .maz-product-knowmore {
            order: 4;
            color: #000000;
            padding: 0; } }
  #maz-dior-content .maz-multiitems-view {
    padding-bottom: 60px; }
    #maz-dior-content .maz-multiitems-view .maz-multi-items-content {
      text-align: center; }
    #maz-dior-content .maz-multiitems-view .maz-grid {
      margin-left: -1.5%;
      margin-right: -1.5%;
      font-size: 0;
      text-align: left; }
    #maz-dior-content .maz-multiitems-view .maz-grid-buffer {
      display: none; }
    #maz-dior-content .maz-multiitems-view .maz-grid-item {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      font-size: 12px;
      font-size: 0.75rem;
      margin: 30px 0 60px;
      position: relative;
      text-transform: uppercase;
      padding: 0 1.5%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid1-3 {
        width: 33.33%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid2-3 {
        width: 66.66%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid3-3 {
        width: 100%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid1-2 {
        width: 50%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid2-2 {
        width: 100%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid1-4 {
        width: 25%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid2-4 {
        width: 50%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid3-4 {
        width: 75%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid4-4 {
        width: 100%; }
    #maz-dior-content .maz-multiitems-view .maz-btn-more-items {
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      #maz-dior-content .maz-multiitems-view .maz-btn-more-items .maz-btn-more-items-label {
        text-transform: uppercase;
        color: #000000;
        font-size: 12px;
        margin-top: 25px; }
    #maz-dior-content .maz-multiitems-view .maz-loader {
      display: none;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 74px;
      overflow: hidden; }
      #maz-dior-content .maz-multiitems-view .maz-loader:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../../img/loader.png);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-animation: rotation 1000ms infinite linear;
        -moz-animation: rotation 1000ms infinite linear;
        -ms-animation: rotation 1000ms infinite linear;
        -o-animation: rotation 1000ms infinite linear;
        animation: rotation 1000ms infinite linear; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-multiitems-view .maz-grid {
      margin: 5%; }
    #maz-dior-content .maz-multiitems-view .maz-grid-item {
      display: block;
      margin: 30px 0 60px;
      padding: 0; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid1-3 {
        width: 100%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid2-3 {
        width: 100%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid3-3 {
        width: 100%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid1-2 {
        width: 100%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid2-2 {
        width: 100%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid1-4 {
        width: 100%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid2-4 {
        width: 100%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid3-4 {
        width: 100%; }
      #maz-dior-content .maz-multiitems-view .maz-grid-item.maz-grid4-4 {
        width: 100%; } }
  #maz-dior-content .maz-multimedias-view .maz-image-wrapper {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    #maz-dior-content .maz-multimedias-view .maz-image-wrapper .maz-multimedias-share-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #maz-dior-content .maz-multimedias-view .maz-image-wrapper .maz-multimedias-share-image-wrapper .maz-share-view, #maz-dior-content .maz-multimedias-view .maz-image-wrapper .maz-multimedias-share-image-wrapper .maz-share-wrapper {
        height: 100%; }
        #maz-dior-content .maz-multimedias-view .maz-image-wrapper .maz-multimedias-share-image-wrapper .maz-share-view .maz-share-menu, #maz-dior-content .maz-multimedias-view .maz-image-wrapper .maz-multimedias-share-image-wrapper .maz-share-wrapper .maz-share-menu {
          width: 100%;
          height: 100%; }
          #maz-dior-content .maz-multimedias-view .maz-image-wrapper .maz-multimedias-share-image-wrapper .maz-share-view .maz-share-menu .maz-btn-open-expandable, #maz-dior-content .maz-multimedias-view .maz-image-wrapper .maz-multimedias-share-image-wrapper .maz-share-wrapper .maz-share-menu .maz-btn-open-expandable {
            display: none; }
          #maz-dior-content .maz-multimedias-view .maz-image-wrapper .maz-multimedias-share-image-wrapper .maz-share-view .maz-share-menu .maz-share-links, #maz-dior-content .maz-multimedias-view .maz-image-wrapper .maz-multimedias-share-image-wrapper .maz-share-wrapper .maz-share-menu .maz-share-links {
            bottom: 0;
            right: 0;
            top: initial;
            left: initial; }
  #maz-dior-content .maz-multimedias-view .maz-media.maz-media-error {
    display: none; }
  #maz-dior-content .maz-multiproducts {
    position: relative;
    margin: 0 auto;
    text-align: left; }
    #maz-dior-content .maz-multiproducts .maz-multiproducts-details {
      text-align: center;
      padding-bottom: 30px;
      border-bottom: 1px solid #b2b2b2;
      margin-top: 10px; }
    #maz-dior-content .maz-multiproducts .maz-multiproducts-title {
      font-size: 40px;
      font-size: 2.5rem;
      margin: 0 0 10px; }
    #maz-dior-content .maz-multiproducts .maz-multiproducts-more-btn,
    #maz-dior-content .maz-multiproducts .maz-multiproducts-order-details {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      color: #2a2b2c;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 30px; }
    #maz-dior-content .maz-multiproducts .maz-multiproducts-order-details {
      padding-bottom: 10px; }
    #maz-dior-content .maz-multiproducts .maz-multiproducts-total-price {
      margin-top: 10px;
      display: inline-block; }
    #maz-dior-content .maz-multiproducts .maz-multiproduct-order-btn {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center;
      background: #000000;
      border: 1px solid #000000;
      line-height: 40px;
      height: 40px;
      padding: 0 10px; }
    #maz-dior-content .maz-multiproducts .maz-multiproducts-item {
      position: relative;
      border-bottom: 1px solid #c9c9c9;
      padding: 30px 0; }
      #maz-dior-content .maz-multiproducts .maz-multiproducts-item.maz-multiproducts-error {
        display: none; }
    #maz-dior-content .maz-multiproducts .maz-multiproducts-item-hidden {
      display: none !important; }
    #maz-dior-content .maz-multiproducts .maz-multiproducts-product {
      position: relative;
      width: 100%;
      padding-right: 50px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none; }
    #maz-dior-content .maz-multiproducts .maz-multiproducts-choice {
      position: absolute;
      top: 20px;
      right: 0; }
      #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-checkbox {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        clip: rect(0 0 0 0);
        outline: none; }
        #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-checkbox:checked + .maz-multiproducts-label-checkbox:before {
          content: ' '; }
        #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-checkbox.checked + .maz-multiproducts-label-checkbox:before {
          content: ' '; }
      #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-label-checkbox {
        margin: 0px;
        width: 20px;
        height: 20px;
        display: block; }
        #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-label-checkbox:before,
        #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-label-checkbox .before {
          content: '';
          display: inline-block;
          *display: inline;
          *zoom: 1;
          vertical-align: text-bottom;
          width: 20px;
          height: 20px;
          outline: 1px solid #999999;
          text-indent: -100px;
          cursor: pointer; }
    #maz-dior-content .maz-multiproducts .maz-product-error-label {
      margin-top: 20px;
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      color: #000000;
      text-transform: uppercase; }
    #maz-dior-content .maz-multiproducts .maz-multiproducts-retailer-box {
      margin: 15px 0;
      font-size: 0;
      display: table;
      table-layout: fixed;
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }
      #maz-dior-content .maz-multiproducts .maz-multiproducts-retailer-box .maz-multiproducts-cell,
      #maz-dior-content .maz-multiproducts .maz-multiproducts-retailer-box .maz-multiproducts-retailer {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
        display: table-cell;
        position: relative;
        height: 40px; }
      #maz-dior-content .maz-multiproducts .maz-multiproducts-retailer-box .maz-multiproducts-retailer {
        background-color: #f6f6f6;
        text-align: left;
        color: #000000; }
        #maz-dior-content .maz-multiproducts .maz-multiproducts-retailer-box .maz-multiproducts-retailer .maz-select-wrapper {
          width: 100%; }
        #maz-dior-content .maz-multiproducts .maz-multiproducts-retailer-box .maz-multiproducts-retailer .maz-select-input {
          padding-left: 15px;
          padding-right: 40px;
          background: #f6f6f6 url(../../img/select-arrow.png) no-repeat right center;
          border: none;
          height: 40px;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 3.33333;
          white-space: nowrap;
          width: 100%; }
          #maz-dior-content .maz-multiproducts .maz-multiproducts-retailer-box .maz-multiproducts-retailer .maz-select-input:after {
            content: "";
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: middle;
            position: absolute;
            top: 0;
            right: 40px;
            margin-top: 12px;
            height: 16px;
            width: 1px;
            background: #e5e5e5; }
      #maz-dior-content .maz-multiproducts .maz-multiproducts-retailer-box .maz-multiproducts-cell {
        padding-left: 15px;
        width: 75px; }
      #maz-dior-content .maz-multiproducts .maz-multiproducts-retailer-box .maz-multiproducts-btn-retailer {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 3.33333;
        height: 40px;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        border: 1px solid #000000;
        background: #000000;
        width: 100%;
        visibility: hidden; }
  #maz-dior-content .maz-multiproducts-grid {
    overflow: hidden;
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-top: 55px; }
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-product {
      width: 100%;
      padding-right: 0px; }
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-details {
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      -o-order: 1;
      order: 1;
      padding: 0 0 35px;
      border: none;
      margin-top: 0; }
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-title {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      width: 100%;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 2.75;
      margin: 0; }
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-more-btn,
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-order-details {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 0.875;
      padding: 35px 0;
      margin: 0; }
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-more-btn {
      position: relative;
      padding: 70px 0 0;
      cursor: pointer; }
      #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-more-btn:before {
        content: ' ';
        position: absolute;
        top: 22px;
        left: 50%;
        margin-left: -18px; }
    #maz-dior-content .maz-multiproducts-grid .maz-multiproduct-order-btn {
      color: #000000;
      background: #ffffff;
      width: 100%; }
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-item {
      border: none;
      padding: 5px 0;
      height: 220px; }
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-list {
      -webkit-order: 0;
      -moz-order: 0;
      -ms-order: 0;
      -o-order: 0;
      order: 0;
      display: block;
      text-align: center;
      font-size: 0;
      margin-left: -1px;
      border-bottom: 1px solid #cccccc; }
      #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-list:after {
        content: "";
        width: 100%;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: midle; }
      #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-list .maz-multiproducts-item {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        font-size: 16px;
        font-size: 1rem;
        width: 50%;
        border-left: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        margin: 0; }
      #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-list.maz-multiproducts-list-odd .maz-multiproducts-item:last-child {
        width: 100%;
        border-left: 0;
        border-right: 0; }
    #maz-dior-content .maz-multiproducts-grid .maz-product-result-label,
    #maz-dior-content .maz-multiproducts-grid .maz-product-btn-discover {
      display: none; }
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-choice {
      position: absolute;
      top: 10px;
      right: 10px; }
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-error .maz-multiproducts-product,
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-error .maz-product-view,
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-error .maz-product,
    #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-error .maz-product-wrapper {
      height: 100%; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-multiproducts-multi .maz-multiproducts-order-details {
      padding-bottom: 0px; }
    #maz-dior-content .maz-multiproducts-multi .maz-multiproducts-item {
      padding: 20px 0; }
    #maz-dior-content .maz-multiproducts-multi .maz-multiproducts-product {
      width: 100%;
      padding-right: 0px; }
    #maz-dior-content .maz-multiproducts-multi .maz-multiproducts-choice {
      top: 25px;
      right: 25px; } }
  #maz-dior-content .maz-video-wrapper {
    position: relative;
    width: 100%;
    height: 0; }
    #maz-dior-content .maz-video-wrapper.maz-video-ratio-16-9 {
      padding-bottom: 56.30%; }
    #maz-dior-content .maz-video-wrapper.maz-video-ratio-4-3 {
      padding-bottom: 75%; }
    #maz-dior-content .maz-video-wrapper .maz-html-video-view {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    #maz-dior-content .maz-video-wrapper .maz-youtube-video-view {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #maz-dior-content .maz-video-wrapper .maz-youtube-video-view iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    #maz-dior-content .maz-video-wrapper .mmm-player {
      background-color: black; }
  #maz-dior-content .maz-videoproduct-view .maz-videoproduct-col1-3, #maz-dior-content .maz-videoproduct-view .maz-videoproduct-col2-3, #maz-dior-content .maz-videoproduct-view .maz-videoproduct-col3-3 {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top; }
  #maz-dior-content .maz-videoproduct-view .maz-videoproduct-products-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  #maz-dior-content .maz-videoproduct-view {
    position: relative;
    text-align: left; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-row {
      position: relative;
      display: table;
      width: 100%; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-col1-3 {
      width: 33.33%; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-col2-3 {
      width: 66.66%; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-col3-3 {
      width: 100%; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps {
      position: absolute;
      left: 0;
      bottom: 52px;
      width: 100%;
      height: 40px;
      padding: 0 35px;
      z-index: 8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -ms-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps.maz-videoproduct-with-channel {
        height: 60px; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-videoproduct-logo {
        position: absolute;
        right: 10px;
        bottom: 10px;
        display: block; }
        #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-videoproduct-logo img {
          width: 40px;
          height: 40px;
          display: block; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-videoproduct-video-steps-slideshow-area {
        position: relative;
        width: 100%;
        height: 30px;
        overflow: hidden; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps.maz-videoproduct-with-channel .maz-videoproduct-video-steps-slideshow-area {
        margin-top: 20px;
        border-right: 50px solid transparent; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-videoproduct-video-steps-slideshow-wrapper {
        position: relative;
        width: 20%;
        height: 100%; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-videoproduct-video-steps-slideshow {
        position: relative;
        width: 100%;
        height: 100%; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        cursor: pointer;
        text-align: center;
        font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 2.5; }
        #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .slide span {
          display: block;
          border-right: 1px solid #3a3b3c;
          background: #000000;
          color: #ffffff; }
        #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .slide.active span, #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .slide:hover span {
          background: #ffffff;
          color: #000000; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-slideshow-arrow-horizontal-tol, #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-slideshow-arrow-horizontal-bor {
        position: absolute;
        bottom: 10px;
        width: 30px;
        height: 30px;
        background: #000000;
        cursor: pointer; }
        #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-slideshow-arrow-horizontal-tol:before, #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-slideshow-arrow-horizontal-bor:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          top: 10px;
          left: 13px; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-slideshow-arrow-horizontal-tol {
        left: 5px; }
        #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-slideshow-arrow-horizontal-tol:before {
          border-width: 5px 5px 5px 0;
          border-color: transparent #ffffff transparent transparent; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-slideshow-arrow-horizontal-bor {
        right: 5px; }
        #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps .maz-slideshow-arrow-horizontal-bor:before {
          border-width: 5px 0 5px 5px;
          border-color: transparent transparent transparent #ffffff; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-steps.maz-videoproduct-with-channel .maz-slideshow-arrow-horizontal-bor {
        right: 55px; }
    #maz-dior-content .maz-videoproduct-view .maz-video-wrapper + .maz-videoproduct-video-steps {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0; }
    #maz-dior-content .maz-videoproduct-view .maz-video-wrapper + .maz-videoproduct-video-steps.maz-paused,
    #maz-dior-content .maz-videoproduct-view .maz-video-wrapper + .maz-videoproduct-video-steps:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
    #maz-dior-content .maz-videoproduct-view .maz-video-type-youtube + .maz-videoproduct-video-steps {
      bottom: 40px; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-products-title {
      position: relative;
      z-index: 1;
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.125;
      color: #000000;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 0 30px;
      text-align: center; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-products-wrapper {
      padding-top: 20px;
      margin-left: 30px;
      width: auto;
      min-height: 320px; }
    #maz-dior-content .maz-videoproduct-view .maz-product-count-1 .maz-product-view {
      height: 100%; }
    #maz-dior-content .maz-videoproduct-view .maz-product-count-1 .maz-product-packshot {
      margin: 0 auto;
      width: 76%;
      height: 80%; }
    #maz-dior-content .maz-videoproduct-view .maz-product-count-2 .maz-product-view {
      float: left;
      width: 50%;
      height: 100%;
      padding: 0 5px; }
    #maz-dior-content .maz-videoproduct-view .maz-product-count-2:after {
      content: "";
      display: block;
      clear: both; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-step-title {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.83333;
      color: #8c8c8c;
      margin: 5px 0;
      padding: 0;
      min-height: 22px; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-step-title span {
        text-transform: uppercase; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-title {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.125;
      color: #000000;
      text-transform: uppercase;
      margin: 20px 0 0;
      padding: 0; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-info {
      padding: 15px 0;
      border-bottom: 1px solid #cccccc; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-info .maz-videoproduct-video-channel-logo {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-right: 10px; }
        #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-info .maz-videoproduct-video-channel-logo img {
          display: block;
          width: 48px;
          height: 48px; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-info .maz-videoproduct-video-info-box {
        display: inline-block;
        *display: inline;
        *zoom: 1; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-info .maz-videoproduct-video-channel-name {
        font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.5;
        display: block;
        color: #000000;
        padding-bottom: 10px; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-info .maz-videoproduct-video-stats {
        position: absolute;
        right: 0;
        bottom: 15px; }
        #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-info .maz-videoproduct-video-stats span {
          font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1;
          color: #8c8c8c; }
        #maz-dior-content .maz-videoproduct-view .maz-videoproduct-video-info-wrapper .maz-videoproduct-video-info .maz-videoproduct-video-stats .maz-sprite-social-like {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          vertical-align: bottom;
          margin-left: 20px; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-col1-3 .maz-videoproduct-share {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding-left: 30px; }
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-col3-3 .maz-videoproduct-share {
      position: relative;
      margin: 20px 0; }
  @media only screen and (min-width: 641px) and (max-width: 800px) {
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-products-title {
      padding-left: 0 !important; } }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-videoproduct-view .maz-videoproduct-col1-3 .maz-videoproduct-share {
      position: absolute;
      right: 0;
      padding-left: 0; }
      #maz-dior-content .maz-videoproduct-view .maz-videoproduct-col1-3 .maz-videoproduct-share .maz-share-title {
        display: none; } }
  #maz-dior-content .maz-share-wrapper {
    text-align: left; }
    #maz-dior-content .maz-share-wrapper .maz-share-title {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.125;
      color: #000000;
      text-transform: uppercase;
      margin: 20px 0 0;
      padding: 0; }
    #maz-dior-content .maz-share-wrapper .maz-share-menu {
      position: relative;
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-share-embed {
        width: 92%;
        padding: 5px 10px;
        border: 1px solid #000000;
        color: #000000;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.28571;
        margin: 4%;
        text-align: center; }
      #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-btn-share {
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        text-align: center;
        cursor: pointer; }
        #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-btn-share .maz-share-social-label {
          font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.5;
          padding: 10px 10px 0;
          color: #000000;
          height: 34px;
          display: block;
          border-top: 1px solid #dddddd; }
        #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-btn-share .maz-social-tooltip {
          display: none;
          position: absolute;
          top: 100%;
          left: 50%;
          margin-top: 10px;
          margin-left: -130px;
          width: 260px;
          text-align: center; }
          #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-btn-share .maz-social-tooltip input {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 1.66667;
            color: #000000;
            padding: 10px 15px;
            border: 1px solid #cccccc;
            background: #ffffff; }
          #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-btn-share .maz-social-tooltip:before, #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-btn-share .maz-social-tooltip:after {
            position: absolute;
            left: 50%;
            content: "";
            width: 0;
            height: 0;
            border-style: solid; }
          #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-btn-share .maz-social-tooltip:before {
            top: -10px;
            margin-left: -10px;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #cccccc transparent; }
          #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-btn-share .maz-social-tooltip:after {
            top: -8px;
            margin-left: -10px;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #ffffff transparent; }
      #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-share-align-horizontal .maz-btn-share {
        margin-right: 10px; }
      #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-share-align-vertical .maz-btn-share {
        display: block;
        margin-bottom: 10px; }
      #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-share-links {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        background: #ffffff; }
      #maz-dior-content .maz-share-wrapper .maz-share-menu .maz-share-expandable {
        position: absolute;
        top: 0;
        left: 100%;
        white-space: nowrap;
        display: none; }
      #maz-dior-content .maz-share-wrapper .maz-share-menu:hover .maz-share-expandable {
        display: block; }
  #maz-dior-content .maz-viewer-view {
    height: 100%;
    background: #222222;
    text-align: left; }
    #maz-dior-content .maz-viewer-view.maz-viewer-skin-white {
      background: #ffffff; }
    #maz-dior-content .maz-viewer-view.maz-viewer-skin-black {
      background: #000000; }
  #maz-dior-content .maz-viewer-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-full, #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-left, #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-right {
      position: relative;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      height: 100%;
      text-align: center; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-full {
      width: 100%; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-left {
      width: 90%; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-right {
      width: 10%; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-pagination {
      display: none; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper {
      position: relative;
      height: 100%; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper.maz-viewer-swiper-with-title {
        padding-bottom: 60px; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-container {
        position: relative;
        height: 100%;
        margin: 0 60px; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-wrapper {
        position: relative;
        height: 100%; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 0;
        visibility: hidden;
        background: #222222; }
        #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-slide.active {
          z-index: 1; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev, #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next {
        position: absolute;
        top: 50%;
        margin-top: -65px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        background: #393939;
        z-index: 1; }
        #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev:before, #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -10px;
          margin-left: -5px; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev {
        left: 10px; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next {
        right: 10px; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-title {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      margin: 10px; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-legend {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      color: #ffffff;
      margin: 10px; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper {
      position: relative;
      height: 100%;
      padding: 60px 20px;
      overflow: hidden; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-area {
        position: relative;
        height: 100%;
        overflow: hidden; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-container {
        position: relative;
        top: 0%;
        padding-bottom: 200%; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
        overflow: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        opacity: 0.4;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer; }
        #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide.active {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          opacity: 1;
          border: none; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper.maz-viewer-slideshow-wrapper_static .swiper-container {
        padding-bottom: 120%; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper.maz-viewer-slideshow-wrapper_static .swiper-slide {
        height: 83.3%; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper img {
        width: 100%;
        height: auto; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev, #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next {
        position: absolute;
        left: 50%;
        margin-left: -20px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        background: #393939;
        z-index: 1; }
        #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev:before, #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -5px;
          margin-left: -10px; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev {
        top: 10px; }
      #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next {
        bottom: 10px; }
  #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-slide {
    background: #ffffff; }
  #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev {
    background: #ffffff; }
  #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next {
    background: #ffffff; }
  #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-title {
    color: #000000; }
  #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-legend {
    color: #000000; }
  #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide {
    border-color: #ffffff; }
    #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide.active {
      border: 1px solid #d0d0d0; }
  #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev {
    background: #ffffff; }
  #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next {
    background: #ffffff; }
  #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-slide {
    background: #000000; }
  #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev {
    background: #000000; }
  #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next {
    background: #000000; }
  #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-title {
    color: #ffffff; }
  #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide {
    border-color: #000000; }
    #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .swiper-slide.active {
      border: none; }
  #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev {
    background: #000000; }
  #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next {
    background: #000000; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-viewer-view.maz-viewer-view {
      padding: 0; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-left {
      width: 100%; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-col-right {
      display: none; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-pagination {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.66667;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 40px;
      text-align: center;
      color: #ffffff; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper.maz-viewer-swiper-with-title {
      padding-top: 40px;
      padding-bottom: 80px; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .swiper-container {
      margin: 0; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev,
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next {
      display: none; }
    #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-title {
      height: 60px; }
    #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-pagination {
      color: #000000; }
    #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-pagination {
      color: #ffffff; } }
  #maz-dior-content .maz-cover-wrapper .maz-col1-3, #maz-dior-content .maz-cover-wrapper .maz-col2-3, #maz-dior-content .maz-cover-wrapper .maz-col1-2-left, #maz-dior-content .maz-cover-wrapper .maz-col1-2-right {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top; }
  #maz-dior-content .maz-cover-wrapper .maz-col1-3 {
    width: 33.33%; }
  #maz-dior-content .maz-cover-wrapper .maz-col2-3 {
    width: 66.66%; }
  #maz-dior-content .maz-cover-wrapper .maz-col1-2-left,
  #maz-dior-content .maz-cover-wrapper .maz-col1-2-right {
    width: 48%; }
  #maz-dior-content .maz-cover-wrapper .maz-col1-2-left {
    margin-right: 2%; }
  #maz-dior-content .maz-cover-wrapper .maz-col1-2-right {
    margin-left: 2%; }
  #maz-dior-content .maz-cover-wrapper .maz-col1-3.maz-cover-block,
  #maz-dior-content .maz-cover-wrapper .maz-col2-3.maz-cover-block {
    height: 0;
    padding-bottom: 37.57%;
    overflow: hidden; }
  #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block,
  #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block {
    height: 0;
    padding-bottom: 36.81%;
    overflow: hidden; }
  #maz-dior-content .maz-cover-wrapper .maz-cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%; }
  #maz-dior-content .maz-cover-wrapper .maz-h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333; }
  #maz-dior-content .maz-cover-wrapper .maz-cover-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    border-left: 30px solid #ffffff;
    text-align: center; }
    #maz-dior-content .maz-cover-wrapper .maz-cover-title-wrapper .maz-h1 {
      color: #ffffff; }
  #maz-dior-content .maz-cover-wrapper .maz-cover-number-wrapper {
    position: relative;
    width: 186px;
    border-top: 1px solid #717171;
    border-bottom: 1px solid #717171;
    padding: 0;
    margin: 5% auto;
    text-align: left; }
    #maz-dior-content .maz-cover-wrapper .maz-cover-number-wrapper .maz-cover-number {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 212px;
      font-size: 13.25rem;
      font-weight: normal;
      color: #585858; }
    #maz-dior-content .maz-cover-wrapper .maz-cover-number-wrapper .maz-cover-number-label {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -32px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.06667;
      color: #ffffff;
      text-transform: uppercase; }
  #maz-dior-content .maz-cover-wrapper .maz-cover-info {
    font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    color: #ffffff;
    padding: 0 20px; }
  #maz-dior-content .maz-cover-wrapper .maz-title-mobile {
    display: none; }
  #maz-dior-content .maz-cover-wrapper .maz-cover-result-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    border: 1px solid #e5e5e5; }
    #maz-dior-content .maz-cover-wrapper .maz-cover-result-wrapper hgroup {
      margin-bottom: 30px; }
    #maz-dior-content .maz-cover-wrapper .maz-cover-result-wrapper .maz-back-link {
      display: inline-block;
      font-size: 12px;
      font-size: 0.75rem;
      text-decoration: underline;
      text-transform: uppercase;
      color: black;
      margin-top: 20px; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-cover-wrapper .maz-col1-3 {
      width: 100%; }
    #maz-dior-content .maz-cover-wrapper .maz-col2-3 {
      width: 100%;
      line-height: 0; }
    #maz-dior-content .maz-cover-wrapper .maz-col1-2-left,
    #maz-dior-content .maz-cover-wrapper .maz-col1-2-right {
      width: 100%; }
    #maz-dior-content .maz-cover-wrapper .maz-col1-2-left {
      margin-right: 0; }
    #maz-dior-content .maz-cover-wrapper .maz-col1-2-right {
      margin-left: 0; }
    #maz-dior-content .maz-cover-wrapper .maz-col1-3.maz-cover-block,
    #maz-dior-content .maz-cover-wrapper .maz-col2-3.maz-cover-block {
      height: 50%;
      padding-bottom: 0;
      overflow: visible; }
      #maz-dior-content .maz-cover-wrapper .maz-col1-3.maz-cover-block .maz-cover-image,
      #maz-dior-content .maz-cover-wrapper .maz-col2-3.maz-cover-block .maz-cover-image {
        position: static;
        width: 140%;
        height: auto;
        margin-left: -20%; }
    #maz-dior-content .maz-cover-wrapper.maz-hide-visuel .maz-col1-3.maz-cover-block {
      height: 100%; }
    #maz-dior-content .maz-cover-wrapper.maz-hide-visuel .maz-col2-3.maz-cover-block {
      display: none; }
    #maz-dior-content .maz-cover-wrapper.maz-hide-visuel .maz-cover-title-wrapper {
      border: none;
      position: static;
      text-align: center; }
      #maz-dior-content .maz-cover-wrapper.maz-hide-visuel .maz-cover-title-wrapper .maz-valign-middle-box {
        vertical-align: middle; }
      #maz-dior-content .maz-cover-wrapper.maz-hide-visuel .maz-cover-title-wrapper .maz-h1 {
        position: relative; }
    #maz-dior-content .maz-cover-wrapper .maz-cover-title-wrapper {
      border: none;
      position: static;
      text-align: center; }
      #maz-dior-content .maz-cover-wrapper .maz-cover-title-wrapper .maz-valign-middle-box {
        vertical-align: top; }
      #maz-dior-content .maz-cover-wrapper .maz-cover-title-wrapper .maz-h1 {
        position: absolute;
        top: -60%;
        left: 0;
        right: 0;
        line-height: 2;
        color: #000; }
        #maz-dior-content .maz-cover-wrapper .maz-cover-title-wrapper .maz-h1:before {
          content: '';
          position: absolute;
          top: 0;
          left: 20%;
          right: 20%;
          height: 100%;
          border-top: 1px solid #717171;
          border-bottom: 1px solid #717171; }
      #maz-dior-content .maz-cover-wrapper .maz-cover-title-wrapper .maz-cover-number-wrapper {
        margin: 0 auto;
        border-top: 0; }
        #maz-dior-content .maz-cover-wrapper .maz-cover-title-wrapper .maz-cover-number-wrapper .maz-cover-number {
          font-size: 160px;
          font-size: 10rem;
          line-height: 1; }
      #maz-dior-content .maz-cover-wrapper .maz-cover-title-wrapper .maz-cover-info {
        padding: 0 15%;
        margin: 25px 0 10px;
        font-size: 15px;
        font-size: 0.9375rem; }
    #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block,
    #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block {
      height: auto;
      padding: 0; }
      #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block .maz-cover-image,
      #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block .maz-cover-image {
        position: static;
        vertical-align: top; }
      #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block .maz-title-mobile,
      #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block .maz-title-mobile {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: -35px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.33333;
        width: 200px;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding: 15px 0; }
      #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block .maz-cover-result-wrapper,
      #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block .maz-cover-result-wrapper {
        position: static;
        border: none;
        margin-top: 10px; }
        #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block .maz-cover-result-wrapper hgroup,
        #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block .maz-cover-result-wrapper hgroup {
          display: none; }
        #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block .maz-cover-result-wrapper .maz-life-result, #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block .maz-cover-result-wrapper .maz-skin-result,
        #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block .maz-cover-result-wrapper .maz-life-result,
        #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block .maz-cover-result-wrapper .maz-skin-result {
          text-align: center;
          margin-top: 20px; }
          #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block .maz-cover-result-wrapper .maz-life-result .maz-hidden, #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block .maz-cover-result-wrapper .maz-skin-result .maz-hidden,
          #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block .maz-cover-result-wrapper .maz-life-result .maz-hidden,
          #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block .maz-cover-result-wrapper .maz-skin-result .maz-hidden {
            display: none; }
        #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block .maz-cover-result-wrapper .maz-halign-right,
        #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block .maz-cover-result-wrapper .maz-halign-right {
          text-align: center; }
        #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block .maz-cover-result-wrapper .maz-back-link,
        #maz-dior-content .maz-cover-wrapper .maz-col1-2-right.maz-cover-block .maz-cover-result-wrapper .maz-back-link {
          text-transform: uppercase; }
    #maz-dior-content .maz-cover-wrapper .maz-col1-2-left.maz-cover-block {
      height: 250px; } }
  #maz-dior-content .maz-questionblock-view .maz-questionblock-infos {
    position: relative;
    height: 160px;
    padding-top: 40px;
    color: #000000;
    border-bottom: 1px solid #000000; }
    #maz-dior-content .maz-questionblock-view .maz-questionblock-infos:after {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -18px;
      bottom: -1px;
      background-color: white; }
    #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-number {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 160px;
      font-size: 10rem;
      color: #cccccc;
      z-index: -1; }
    #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-title {
      margin: 15px 0 15px 25px;
      font-size: 40px;
      font-size: 2.5rem;
      text-transform: uppercase; }
    #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-subtitle {
      margin-left: 100px;
      font-size: 12px;
      font-size: 0.75rem;
      text-transform: uppercase; }
    #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-description {
      margin-left: 100px;
      font-size: 13px;
      font-size: 0.8125rem;
      max-width: 580px; }
    #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-block-check-indicator {
      display: none;
      position: absolute;
      right: 60px;
      top: 50%;
      margin-top: -20px; }
    #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-questionblock-error {
      display: none;
      position: absolute;
      right: 60px;
      top: 80%;
      margin-top: -3px;
      font-size: 11px;
      font-size: 0.6875rem;
      text-transform: uppercase; }
  #maz-dior-content .maz-questionblock-view .maz-formulary {
    border-bottom: 1px solid #000000;
    position: relative;
    padding-top: 10px;
    margin: 0 25px 0; }
    #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-top-shadow {
      display: none;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-bottom-shadow {
      display: none;
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: -1; }
    #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner {
      text-align: right; }
      #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-questions-wrapper {
        text-align: left; }
      #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-questionblock-footer {
        max-width: 960px;
        margin: 0 auto; }
      #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-questionvalidate-error,
      #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-questionblock-mobile-error {
        display: none;
        vertical-align: top;
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 3.63636;
        color: #d70000;
        margin: 40px 20px 30px 0;
        height: 40px;
        text-transform: uppercase; }
      #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-questionblock-reinit {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        font-size: 0.75rem;
        color: black;
        text-transform: uppercase;
        text-decoration: underline;
        margin: 40px 20px 30px 0;
        height: 40px;
        line-height: 40px; }
      #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-validate {
        margin: 40px 0 30px;
        vertical-align: top; }
        #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-validate.maz-disabled {
          cursor: default;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          filter: alpha(opacity=50);
          opacity: 0.5; }
  #maz-dior-content .maz-questionblock-view.maz-questionblock-closed {
    cursor: pointer;
    border-bottom: 1px solid #cccccc; }
    #maz-dior-content .maz-questionblock-view.maz-questionblock-closed.maz-questionblock-validated .maz-questionblock-infos .maz-block-check-indicator {
      display: block; }
    #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos {
      position: relative;
      height: 120px;
      padding-top: 30px;
      border: none; }
      #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos:after {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -18px;
        bottom: -20px;
        background-color: white; }
      #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos .maz-number {
        font-size: 100px;
        font-size: 6.25rem; }
      #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos .maz-title {
        margin: 10px 0 0 20px;
        font-size: 30px;
        font-size: 1.875rem; }
      #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos .maz-subtitle {
        margin-left: 20px; }
      #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos .maz-description {
        display: none; }
    #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-formulary {
      display: none; }
  #maz-dior-content .maz-questionblock-view.maz-last {
    border: none; }
    #maz-dior-content .maz-questionblock-view.maz-last.maz-questionblock-closed .maz-questionblock-infos:after {
      display: none; }
    #maz-dior-content .maz-questionblock-view.maz-last .maz-formulary {
      border: none; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-questionblock-view {
      margin: 0; }
      #maz-dior-content .maz-questionblock-view .maz-questionblock-infos {
        height: auto;
        padding: 40px 25px 0; }
        #maz-dior-content .maz-questionblock-view .maz-questionblock-infos:after {
          bottom: -2px; }
        #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-number {
          font-size: 145px;
          font-size: 9.0625rem;
          left: 25px; }
        #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-title {
          margin: 15px 0 15px 25px;
          font-size: 24px;
          font-size: 1.5rem; }
        #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-subtitle {
          margin-left: 60px;
          font-size: 14px;
          font-size: 0.875rem; }
        #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-description {
          margin-left: 0;
          text-transform: uppercase;
          font-size: 10px;
          font-size: 0.625rem;
          line-height: 1.6;
          margin-bottom: 40px; }
        #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-block-check-indicator {
          display: none !important; }
        #maz-dior-content .maz-questionblock-view .maz-questionblock-infos .maz-questionblock-error {
          right: 10px;
          left: 60%;
          top: 30%; }
      #maz-dior-content .maz-questionblock-view.maz-questionblock-closed {
        border-bottom: 1px solid #cccccc; }
        #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos {
          position: relative;
          height: 120px;
          padding: 20px 25px 0;
          border: none; }
          #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos .maz-number {
            font-size: 100px;
            font-size: 6.25rem;
            left: 25px; }
          #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos .maz-title {
            margin: 10px 0 0 30px;
            font-size: 16px;
            font-size: 1rem; }
          #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos .maz-subtitle {
            font-size: 12px;
            font-size: 0.75rem;
            margin-left: 30px; }
          #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos .maz-description {
            display: none; }
        #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-formulary {
          display: none; }
      #maz-dior-content .maz-questionblock-view .maz-formulary {
        margin: 0;
        padding: 10px 25px 0; }
        #maz-dior-content .maz-questionblock-view .maz-formulary .maz-validate {
          width: 100%; }
        #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-questionblock-footer {
          position: relative; }
        #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-questionvalidate-error,
        #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-questionblock-mobile-error {
          margin: 0;
          height: 11px;
          line-height: 11px;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          text-align: center; }
        #maz-dior-content .maz-questionblock-view .maz-formulary .maz-formulary-inner .maz-questionblock-mobile-error {
          color: black; } }
  #maz-dior-content .maz-question-category {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    color: black;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1; }
  #maz-dior-content .maz-question-table {
    position: relative;
    width: 100%; }
    #maz-dior-content .maz-question-table .maz-question-view.maz-answers-hidden {
      display: none; }
    #maz-dior-content .maz-question-table .maz-question-raw {
      display: table;
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      border-bottom: 1px solid #cccccc;
      padding: 20px 0; }
    #maz-dior-content .maz-question-table.maz-valid-field:after {
      content: ' ';
      position: absolute;
      right: 60px;
      top: 50%;
      margin-top: -8px; }
    #maz-dior-content .maz-question-table.maz-valid-field .maz-questionradio-view .maz-answer, #maz-dior-content .maz-question-table.maz-valid-field .maz-no-more-answers .maz-answer {
      color: #cccccc; }
    #maz-dior-content .maz-question-table .maz-question-col {
      position: relative;
      display: table-cell;
      width: 270px;
      padding-right: 40px;
      vertical-align: top;
      padding-top: 15px; }
    #maz-dior-content .maz-question-table .maz-answer-col {
      display: table-cell; }
    #maz-dior-content .maz-question-table .maz-question {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.5;
      font-weight: normal;
      color: #000000;
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
    #maz-dior-content .maz-question-table .maz-question-sublabel {
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1.63636;
      color: #717171;
      margin: 0;
      padding: 0; }
      #maz-dior-content .maz-question-table .maz-question-sublabel img {
        vertical-align: middle; }
    #maz-dior-content .maz-question-table .maz-question-notice {
      position: absolute;
      left: 0;
      bottom: -10px;
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.38462;
      color: #717171;
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
    #maz-dior-content .maz-question-table .maz-answer {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      width: 33.33%;
      padding: 15px 25px 15px 0;
      color: #000000;
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.5;
      text-transform: uppercase; }
    #maz-dior-content .maz-question-table .maz-answer-category {
      color: #000000;
      font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.5;
      text-transform: uppercase; }
    #maz-dior-content .maz-question-table .maz-radio:checked + label {
      color: #000000; }
    #maz-dior-content .maz-question-table .maz-radio.checked + label {
      color: #000000; }
    #maz-dior-content .maz-question-table .maz-checkbox:checked + label {
      color: #000000; }
    #maz-dior-content .maz-question-table .maz-checkbox.checked + label {
      color: #000000; }
    #maz-dior-content .maz-question-table .maz-radio-label,
    #maz-dior-content .maz-question-table .maz-checkbox-label {
      white-space: nowrap;
      display: block;
      cursor: pointer; }
      #maz-dior-content .maz-question-table .maz-radio-label span,
      #maz-dior-content .maz-question-table .maz-checkbox-label span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        white-space: normal;
        padding-right: 34px; }
    #maz-dior-content .maz-question-table .maz-custom-sprite {
      position: relative;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      height: 72px;
      width: 72px;
      margin-left: 8px;
      overflow: hidden; }
      #maz-dior-content .maz-question-table .maz-custom-sprite img {
        position: absolute;
        top: -72px;
        width: 100%; }
    #maz-dior-content .maz-question-table .maz-radio:checked + label .maz-custom-sprite img {
      top: 0px; }
    #maz-dior-content .maz-question-table .maz-radio.checked + label .maz-custom-sprite img {
      top: 0px; }
    #maz-dior-content .maz-question-table .maz-checkbox:checked + label .maz-custom-sprite img {
      top: 0px; }
    #maz-dior-content .maz-question-table .maz-checkbox.checked + label .maz-custom-sprite img {
      top: 0px; }
    #maz-dior-content .maz-question-table .maz-questionradio-view .maz-answer-image {
      padding: 0; }
    #maz-dior-content .maz-question-table .maz-questionrange-view {
      padding-top: 15px; }
    #maz-dior-content .maz-question-table .maz-range-labels {
      position: relative;
      width: 576px; }
      #maz-dior-content .maz-question-table .maz-range-labels .maz-range-label-center {
        padding-right: 0;
        text-align: center; }
      #maz-dior-content .maz-question-table .maz-range-labels .maz-range-label-right {
        padding-right: 0;
        padding-left: 25px;
        text-align: right; }
  @media only screen and (min-width: 641px) and (max-width: 1280px) {
    #maz-dior-content .maz-question-table.maz-valid-field:after {
      right: 8px; } }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-question-table .maz-question-raw {
      display: block;
      border: none;
      padding: 20px 0; }
    #maz-dior-content .maz-question-table.maz-valid-field:after {
      display: none !important; }
    #maz-dior-content .maz-question-table .maz-question-col {
      display: block;
      width: 100%;
      padding-right: 0;
      border-bottom: 1px solid #cccccc;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    #maz-dior-content .maz-question-table .maz-answer-col {
      display: block; }
    #maz-dior-content .maz-question-table .maz-question-notice {
      font-size: 10px;
      font-size: 0.625rem;
      position: static; }
    #maz-dior-content .maz-question-table .maz-question {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.28571; }
    #maz-dior-content .maz-question-table .maz-questionradio-view .maz-answer, #maz-dior-content .maz-question-table .maz-questioncheckbox-view .maz-answer {
      display: block;
      width: 100%; }
    #maz-dior-content .maz-question-table .maz-questionradio-view .maz-answer-image, #maz-dior-content .maz-question-table .maz-questioncheckbox-view .maz-answer-image {
      position: relative;
      display: inline-block;
      width: 33.33%;
      text-align: center;
      padding: 0;
      padding-bottom: 50px; }
      #maz-dior-content .maz-question-table .maz-questionradio-view .maz-answer-image span, #maz-dior-content .maz-question-table .maz-questioncheckbox-view .maz-answer-image span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
      #maz-dior-content .maz-question-table .maz-questionradio-view .maz-answer-image .maz-custom-sprite, #maz-dior-content .maz-question-table .maz-questioncheckbox-view .maz-answer-image .maz-custom-sprite {
        margin: 0; }
        #maz-dior-content .maz-question-table .maz-questionradio-view .maz-answer-image .maz-custom-sprite img, #maz-dior-content .maz-question-table .maz-questioncheckbox-view .maz-answer-image .maz-custom-sprite img {
          left: 0; }
    #maz-dior-content .maz-question-table .maz-questionrange-view .maz-answer {
      padding: 15px 0 0 0; }
    #maz-dior-content .maz-question-table .maz-questionrange-view {
      padding: 20px 0 0; }
    #maz-dior-content .maz-question-table .maz-range-labels {
      width: 100%; }
    #maz-dior-content .maz-question-table .maz-radio-label span,
    #maz-dior-content .maz-question-table .maz-checkbox-label span {
      padding-right: 0; } }
  #maz-dior-content .maz-popin-wrapper {
    font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif; }
    #maz-dior-content .maz-popin-wrapper .maz-popin {
      margin: 100px auto 20px; }
    #maz-dior-content .maz-popin-wrapper .maz-popin-header {
      text-align: center;
      padding: 0 65px; }
    #maz-dior-content .maz-popin-wrapper .maz-popin-title {
      padding: 35px 0;
      font-weight: normal; }
    #maz-dior-content .maz-popin-wrapper .maz-popin-content {
      text-align: left;
      color: black;
      padding: 20px 65px 40px; }
    #maz-dior-content .maz-popin-wrapper .maz-step-title {
      position: relative;
      height: 70px;
      line-height: 70px;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-size: 18px;
      font-size: 1.125rem; }
      #maz-dior-content .maz-popin-wrapper .maz-step-title span {
        position: absolute; }
      #maz-dior-content .maz-popin-wrapper .maz-step-title .maz-step-number {
        color: #cccccc;
        font-size: 70px;
        font-size: 4.375rem;
        position: absolute;
        top: 0;
        left: 0; }
    #maz-dior-content .maz-popin-wrapper .maz-step-description {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.38462;
      margin-bottom: 20px; }
    #maz-dior-content .maz-popin-wrapper .maz-step-products {
      font-size: 0px;
      font-size: 0rem; }
      #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        width: 33.33%;
        padding-right: 20px;
        padding-bottom: 20px; }
        #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media.maz-media-error {
          display: none; }
        #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-view .maz-product-packshot {
          border: 1px solid #cccccc; }
        #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-view .maz-product-info {
          position: relative;
          padding-right: 50%; }
          #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-view .maz-product-info .maz-product-title {
            margin-top: 20px;
            font-weight: normal; }
          #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-view .maz-product-info .maz-product-subtitle {
            color: #8e8e8e; }
          #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-view .maz-product-info .maz-product-form {
            bottom: initial;
            top: 0; }
            #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-view .maz-product-info .maz-product-form .maz-product-cell {
              background: none;
              text-align: right; }
            #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-view .maz-product-info .maz-product-form .maz-product-btn-action {
              display: inline-block;
              width: auto;
              padding: 0 10px; }
            #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-view .maz-product-info .maz-product-form .maz-product-submit {
              display: inline-block;
              width: auto;
              padding: 0 10px; }
          #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-view .maz-product-info .maz-product-price {
            position: static; }
        #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-view .maz-product-price-from {
          line-height: 18px; }
    #maz-dior-content .maz-popin-wrapper .maz-previous-block, #maz-dior-content .maz-popin-wrapper .maz-next-block {
      position: absolute;
      top: 120px;
      z-index: 90;
      text-align: center;
      padding-top: 60px;
      padding: 60px 10px 0; }
      #maz-dior-content .maz-popin-wrapper .maz-previous-block a, #maz-dior-content .maz-popin-wrapper .maz-next-block a {
        font-size: 11px;
        font-size: 0.6875rem;
        color: black;
        text-transform: uppercase; }
    #maz-dior-content .maz-popin-wrapper .maz-previous-block {
      left: 0; }
      #maz-dior-content .maz-popin-wrapper .maz-previous-block a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        margin-right: -12px; }
    #maz-dior-content .maz-popin-wrapper .maz-next-block {
      right: 0; }
      #maz-dior-content .maz-popin-wrapper .maz-next-block a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -12px; }
    #maz-dior-content .maz-popin-wrapper.maz-popin-multiproductsview .maz-product .maz-product-form .maz-product-price {
      display: block;
      margin-bottom: 20px;
      text-align: left; }
    #maz-dior-content .maz-popin-wrapper.maz-popin-multiproductsview .maz-product .maz-product-form .maz-product-submit {
      padding: 0 20px;
      display: inline-block;
      width: auto; }
    #maz-dior-content .maz-popin-wrapper.maz-popin-multiproductsview .maz-product .maz-product-form .maz-product-cell {
      display: inline-block; }
    #maz-dior-content .maz-popin-wrapper.maz-popin-multiproductsview .maz-product.maz-product-withcapacity .maz-product-price {
      display: none; }
    #maz-dior-content .maz-popin-wrapper.maz-popin-multiproductsview .maz-multiproducts-choice {
      cursor: pointer; }
    #maz-dior-content .maz-popin-wrapper.maz-popin-productview .maz-popin-content {
      padding: 0; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-popin-wrapper {
      position: static;
      z-index: 10; }
      #maz-dior-content .maz-popin-wrapper .maz-popin {
        width: 100%;
        height: 100%;
        max-height: 100%;
        margin: 0;
        z-index: 11; }
        #maz-dior-content .maz-popin-wrapper .maz-popin .maz-popin-title {
          margin: 0; }
      #maz-dior-content .maz-popin-wrapper .maz-popin-header {
        padding: 0 15px; }
      #maz-dior-content .maz-popin-wrapper .maz-popin-content {
        padding: 20px 15px 140px 15px; }
      #maz-dior-content .maz-popin-wrapper .maz-subtitle {
        display: none; }
      #maz-dior-content .maz-popin-wrapper .maz-html {
        margin: 0; }
      #maz-dior-content .maz-popin-wrapper .maz-step-title {
        text-align: center;
        height: auto;
        line-height: 1;
        margin: 0 0 20px; }
        #maz-dior-content .maz-popin-wrapper .maz-step-title .maz-step-number {
          display: none; }
        #maz-dior-content .maz-popin-wrapper .maz-step-title span {
          position: static; }
      #maz-dior-content .maz-popin-wrapper .maz-step-description {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px; }
      #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media {
        display: block;
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px solid #cccccc; }
        #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-basic-simple .maz-product-packshot {
          display: inline-block;
          width: 35%;
          border: none;
          overflow: hidden; }
        #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-basic-simple .maz-product-subtitle {
          color: #cccccc; }
        #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-basic-simple .maz-product-info {
          position: static;
          display: inline-block;
          vertical-align: top;
          width: 65%;
          padding: 0 0 0 10%; }
          #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-basic-simple .maz-product-info .maz-product-form {
            position: static;
            width: 100%; }
            #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-basic-simple .maz-product-info .maz-product-form .maz-product-price {
              position: static;
              margin: 10px 0;
              display: block;
              text-align: left; }
            #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-basic-simple .maz-product-info .maz-product-form .maz-product-cell {
              display: block;
              background: none;
              text-align: left; }
            #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-basic-simple .maz-product-info .maz-product-form .maz-product-submit {
              width: auto;
              display: inline-block;
              padding: 0 10px;
              min-width: 180px; }
          #maz-dior-content .maz-popin-wrapper .maz-step-products .maz-media .maz-product-basic-simple .maz-product-info .maz-product-price-from {
            position: static;
            margin: 10px 0;
            display: block;
            text-align: left; }
      #maz-dior-content .maz-popin-wrapper .maz-previous-block, #maz-dior-content .maz-popin-wrapper .maz-next-block {
        top: initial;
        bottom: 20px; }
      #maz-dior-content .maz-popin-wrapper .maz-previous-block {
        left: 50%;
        margin-left: -100px; }
      #maz-dior-content .maz-popin-wrapper .maz-next-block {
        right: 50%;
        margin-right: -100px; }
      #maz-dior-content .maz-popin-wrapper.maz-popin-productview .maz-product-form .maz-product-quantity {
        width: 100%; }
      #maz-dior-content .maz-popin-wrapper.maz-popin-productview .maz-product-form .maz-product-cell {
        width: 100%;
        padding: 0; }
      #maz-dior-content .maz-popin-wrapper.maz-popin-productview .maz-product-title {
        font-size: 40px;
        font-size: 2.5rem;
        font-weight: normal;
        text-align: center;
        width: 100%; }
      #maz-dior-content .maz-popin-wrapper.maz-popin-productview .maz-product-subtitle {
        font-size: 20px;
        font-size: 1.25rem;
        text-align: center; }
      #maz-dior-content .maz-popin-wrapper.maz-popin-productview .maz-product-quantity .maz-select-input {
        padding-left: 15px;
        padding-right: 40px;
        background: #f6f6f6 url(../../img/select-arrow.png) no-repeat right center;
        border: none;
        height: 40px;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase; }
        #maz-dior-content .maz-popin-wrapper.maz-popin-productview .maz-product-quantity .maz-select-input:after {
          right: 40px; }
      #maz-dior-content .maz-popin-wrapper.maz-popin-productview .maz-product-quantity:before {
        display: none; } }
  #maz-dior-content .maz-diagnosticresultpage-view {
    color: #000000;
    padding: 0 100px; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-product-basic-simple .maz-product-packshot img {
      display: block; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-product-basic-simple .maz-product-info {
      padding-right: 40%; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-product-basic-simple .maz-product-form {
      position: static; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-product-basic-simple .maz-product-form .maz-product-cell {
        background: none;
        text-align: right;
        display: block;
        position: absolute;
        top: 0;
        right: 0; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-product-basic-simple .maz-product-form .maz-product-btn-action {
        display: inline-block;
        width: auto;
        padding: 0 10px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-product-basic-simple .maz-product-form .maz-product-submit {
        display: inline-block;
        width: auto;
        padding: 0 10px; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-wrapper {
      margin: 70px 0 45px;
      padding-bottom: 45px;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      text-align: center; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-wrapper .maz-essentials-title {
        display: inline-block;
        margin-top: -40px;
        padding: 0 20px;
        font-size: 40px;
        font-size: 2.5rem;
        background-color: white;
        text-transform: uppercase;
        font-weight: normal; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-wrapper .maz-essentials-description {
        width: 80%;
        margin: 30px auto 40px;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.38462; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy {
      max-width: 860px;
      margin: 0 auto;
      border: 5px solid #000;
      padding: 40px;
      margin-bottom: 60px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy .content-push-cy {
        text-align: center; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy .push-cy-logo {
        max-width: 300px;
        margin: 0 auto 11px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy .push-cy-text {
        font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.38462;
        padding-bottom: 33px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy .push-cy-question {
        font-family: "DinCondensed-Bold", Arial, Helvetica, sans-serif;
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.28;
        text-transform: uppercase;
        padding-bottom: 30px; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy .push-cy-question strong {
          font-weight: normal;
          color: #fff;
          position: relative;
          display: inline-block; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy .push-cy-question strong:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: -2px;
            right: -2px;
            bottom: 6px;
            background-color: #000;
            z-index: -1; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy .push-cy-cta {
        font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid #000;
        display: inline-block;
        vertical-align: top;
        padding: 13px 20px 12px;
        color: #000; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper.wrapper-products-cy .maz-cell-1-3 {
      margin-bottom: 50px; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper.wrapper-products-cy .maz-button-dark {
      display: none; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-products-serum {
      margin-top: 12px; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-products-title {
      font-size: 26px;
      font-size: 1.625rem;
      text-transform: uppercase;
      margin-bottom: 36px; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid {
      font-size: 0px;
      font-size: 0rem; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid *[class^="maz-cell"] {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        font-size: 13px;
        font-size: 0.8125rem; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-serum {
        padding-right: 2%;
        padding-bottom: 1%; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-cream {
        padding: 0 1%; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-eyes {
        padding-left: 2%; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid.maz-essentials-count-2 .maz-cell-1-3 {
        padding: 0 1%; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid.maz-essentials-count-1 .maz-cell-1-3 {
        padding: 0; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-packshot {
        border: 1px solid #cccccc; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info {
        position: relative;
        padding-bottom: 0; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info .maz-product-title {
          margin-top: 20px;
          font-weight: normal; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info .maz-product-form {
          bottom: initial;
          top: 0; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-price {
        position: static; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-price-from {
        line-height: 18px; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-button-dark {
      margin: 40px 0; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-footer-wrapper {
      width: 100%;
      margin-bottom: 10px;
      font-size: 0px;
      font-size: 0rem;
      text-align: center; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-footer-wrapper.maz-hide-routine .maz-booster-wrapper {
        width: 50%;
        margin-right: 0; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-footer-wrapper.maz-hide-routine .maz-routine-wrapper {
        display: none; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 49%;
      margin-right: 1%;
      /*height: 425px;*/
      padding-bottom: 20px;
      text-align: center;
      border: 1px solid #cccccc;
      font-size: 0px;
      font-size: 0rem; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-booster-inner {
        height: 100%;
        margin-top: -9px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-booster-title {
        display: inline-block;
        padding: 0 10px;
        margin-top: -9px;
        font-size: 18px;
        font-size: 1.125rem;
        background-color: white;
        text-transform: uppercase;
        font-weight: normal; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-top: 20px;
        font-size: 13px;
        font-size: 0.8125rem; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-wrapper, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-wrapper {
          padding: 0;
          overflow: hidden; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-packshot, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-packshot {
          display: block;
          width: 100%;
          margin: 0 auto 10px auto; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-packshot a, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-packshot a {
            display: block; }
            #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-packshot a img, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-packshot a img {
              width: 100%; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-info, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-info {
          text-align: center;
          width: 100%; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-info .maz-product-hgroup, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-info .maz-product-hgroup {
            border: none;
            margin: 0; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-info .maz-product-title, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-info .maz-product-title {
            padding: 0;
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 1.15385;
            font-weight: normal;
            text-align: center;
            width: 100%; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-info .maz-product-subtitle, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-info .maz-product-subtitle {
            padding: 0;
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 1.15385; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-info .maz-product-price, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-info .maz-product-price {
            margin: 0 auto;
            width: 100%; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-colorpicker, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-colorpicker {
          border: none;
          margin: 0;
          padding: 0; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-form, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-form {
          margin: 0; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-price, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-price {
          display: block;
          background: none;
          height: auto;
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 1.15385; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-cell, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-cell {
          margin-top: 15px;
          padding: 0;
          display: inline-block;
          width: 60%; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-cell .maz-product-submit, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-cell .maz-product-submit {
            padding: 0 10px;
            width: auto; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 49%;
      margin-left: 1%;
      height: 425px;
      text-align: center;
      border: 1px solid #cccccc; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper .maz-routine-inner {
        height: 100%;
        margin-top: -9px;
        padding: 20px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper .maz-routine-title {
        display: inline-block;
        padding: 0 10px;
        margin-top: -9px;
        font-size: 18px;
        font-size: 1.125rem;
        background-color: white;
        text-transform: uppercase;
        font-weight: normal; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper .maz-routinestep-link {
        display: block;
        padding: 40px 0;
        position: relative;
        margin: 0 auto;
        text-align: left; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper .maz-routinestep-link.with-description {
          text-align: center; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper .maz-routinestep-number {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 100px;
        font-size: 6.25rem;
        color: #cccccc;
        z-index: -1; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper .maz-routinestep-number + .maz-routinestep-label {
        text-align: left;
        margin-bottom: 0;
        display: inline; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper .maz-routinestep-label {
        display: inline-block;
        margin-bottom: 20px;
        text-align: center;
        font-size: 30px;
        font-size: 1.875rem;
        text-transform: uppercase;
        color: #000000;
        border-bottom: 1px solid black; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper .maz-routinestep-description {
        text-align: center;
        max-width: 400px;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.38462;
        color: #000000; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper {
      background-color: black;
      padding: 30px 25px 75px;
      font-size: 0px;
      font-size: 0rem;
      margin-left: -100%;
      margin-right: -100%;
      padding-left: 100%;
      padding-right: 100%; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-howto-title {
        color: white;
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 25px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        padding-right: 20px;
        position: relative;
        cursor: pointer; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto:hover .maz-howto-description-wrapper {
          display: block; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto .maz-howto-picture {
          width: 100%; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto .maz-howto-description-wrapper {
          position: absolute;
          top: 0;
          right: 20px;
          left: 0;
          bottom: 0;
          height: 100%;
          text-align: center;
          color: white;
          text-transform: uppercase;
          background-color: rgba(0, 0, 0, 0.4);
          display: none; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto .maz-howto-description-wrapper .maz-howto-description {
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 1.25;
            color: white;
            padding: 0 10px 18px;
            position: relative; }
            #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto .maz-howto-description-wrapper .maz-howto-description:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 50%;
              margin-top: -6px;
              margin-left: -4px; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto.maz-push-howto-morevideos {
          text-align: center;
          width: 20%;
          padding-bottom: 9.2%; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto.maz-push-howto-morevideos .maz-howto-description-wrapper {
            display: block; }
            #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto.maz-push-howto-morevideos .maz-howto-description-wrapper .maz-howto-description {
              padding-bottom: 0; }
              #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto.maz-push-howto-morevideos .maz-howto-description-wrapper .maz-howto-description:after {
                display: none; }
            #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto.maz-push-howto-morevideos .maz-howto-description-wrapper .maz-show-more-videos {
              margin-bottom: 20px; }
    #maz-dior-content .maz-diagnosticresultpage-view .maz-product .maz-product-subtitle,
    #maz-dior-content .maz-diagnosticresultpage-view .maz-product .maz-product-color {
      color: #8e8e8e; }
  @media only screen and (min-width: 641px) and (max-width: 1280px) {
    #maz-dior-content .maz-diagnosticresultpage-view {
      padding: 0 20px; } }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-diagnosticresultpage-view {
      padding: 0; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-cover-wrapper {
        overflow: hidden; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-wrapper {
        margin: 40px 0 5px;
        border-bottom: none; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-wrapper .maz-essentials-title {
          vertical-align: top;
          margin-top: -11px;
          margin-bottom: 0;
          font-size: 20px;
          font-size: 1.25rem;
          width: auto;
          text-align: center;
          margin-left: 0;
          margin-right: 0; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-wrapper .maz-essentials-description {
          margin: 5px auto 20px;
          font-size: 13px;
          font-size: 0.8125rem;
          line-height: 1.38462; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy {
        width: calc(100% - 30px);
        max-width: 100%;
        padding: 30px 20px; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy .push-cy-logo {
          max-width: 100%; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy .push-cy-text {
          padding-bottom: 23px; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-wrapper-push-cy .push-cy-question {
          padding-bottom: 20px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper.wrapper-products-cy .maz-cell-1-3 {
        margin-bottom: 0;
        width: 100%;
        border-top: 1px solid #cccccc;
        display: block;
        padding: 30px 15px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-products-serum {
        margin-top: 32px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-products-cream {
        margin-top: 43px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-products-title {
        margin-bottom: 0px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid.maz-essentials-count-1 *[class^="maz-cell"], #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid.maz-essentials-count-2 *[class^="maz-cell"], #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid.maz-essentials-count-3 *[class^="maz-cell"], #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid.maz-essentials-count-6 *[class^="maz-cell"] {
        display: block;
        width: 100%;
        border-bottom: 1px solid #cccccc;
        padding: 30px 15px; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-packshot {
        display: inline-block;
        width: 35%;
        border: none;
        overflow: hidden; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info {
        position: static;
        display: inline-block;
        vertical-align: top;
        width: 65%;
        padding: 0 0 0 10px; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info .maz-product-title {
          margin-top: 0; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info .maz-product-form {
          position: relative;
          width: 100%; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info .maz-product-form.maz-product-noprice {
            text-align: left; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info .maz-product-form .maz-product-price {
            position: static;
            margin: 10px 0;
            display: block;
            text-align: left; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info .maz-product-form .maz-product-cell {
            display: inline-block;
            background: none;
            text-align: left;
            width: auto;
            min-width: 180px;
            position: relative; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info .maz-product-form .maz-product-btn-action {
            position: relative; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-essentials-product-wrapper .maz-essentials-product-grid .maz-product-basic-simple .maz-product-info .maz-product-price-from {
          position: static;
          margin: 10px 0;
          display: block;
          text-align: left; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper {
        display: block;
        width: 100%;
        margin-right: 0;
        height: auto;
        border-left: none;
        border-right: none; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-booster-inner {
          padding: 20px 0; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-booster-title {
          width: auto;
          text-align: center;
          margin-left: 0;
          margin-right: 0; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-packshot, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-packshot {
          width: 100%;
          margin: 0; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-left-product-wrapper .maz-product-view .maz-product-cell, #maz-dior-content .maz-diagnosticresultpage-view .maz-booster-wrapper .maz-right-product-wrapper .maz-product-view .maz-product-cell {
          width: 100%; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper {
        display: block;
        width: 100%;
        margin-left: 0%;
        height: auto;
        margin-top: 45px;
        border-left: none;
        border-right: none; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper .maz-routine-title {
          width: auto;
          text-align: center;
          margin-left: 0;
          margin-right: 0; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-routine-wrapper .maz-routinestep-label {
          font-size: 21px;
          font-size: 1.3125rem; }
      #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper {
        padding: 30px 25px;
        margin: 0; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-howto-title {
          font-size: 15px;
          font-size: 0.9375rem;
          margin-bottom: 25px; }
        #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto {
          width: 50%;
          padding: 0; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto:nth-child(even) {
            padding-right: 5px; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto:nth-child(odd) {
            padding-left: 5px; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto .maz-howto-description-wrapper {
            position: static;
            display: block;
            text-align: left; }
            #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto .maz-howto-description-wrapper .maz-howto-description {
              font-size: 12px;
              font-size: 0.75rem;
              line-height: 1.25;
              padding: 0; }
              #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto .maz-howto-description-wrapper .maz-howto-description:after {
                display: none !important; }
          #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto.maz-push-howto-morevideos {
            width: 50%;
            padding-bottom: 40%;
            text-align: center; }
            #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto.maz-push-howto-morevideos .maz-howto-description-wrapper {
              position: absolute;
              right: 0;
              text-align: center; } }
  #maz-dior-content .maz-sprite-close, #maz-dior-content .maz-popin-wrapper .maz-btn-close:before {
    background-image: url(../../img/built/sprite.png);
    background-position: 0px -120px;
    width: 16px;
    height: 35px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-close, #maz-dior-content .maz-popin-wrapper .maz-btn-close:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-gradation, #maz-dior-content .maz-rangeslider {
    background-image: url(../../img/built/sprite.png);
    background-position: 0px 0px;
    width: 576px;
    height: 20px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-gradation, #maz-dior-content .maz-rangeslider {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-check, #maz-dior-content .maz-question-table.maz-valid-field:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -495px -22px;
    width: 16px;
    height: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-check, #maz-dior-content .maz-question-table.maz-valid-field:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-radio-on, #maz-dior-content .maz-radio-left:checked + label:before, #maz-dior-content .maz-radio-right:checked + label:after, #maz-dior-content .maz-radio-left.checked + label:before, #maz-dior-content .maz-radio-right.checked + label:after, #maz-dior-content .maz-radio-left.checked + label .before, #maz-dior-content .maz-radio-right.checked + label .after {
    background-image: url(../../img/built/sprite.png);
    background-position: -301px -72px;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-radio-on, #maz-dior-content .maz-radio-left:checked + label:before, #maz-dior-content .maz-radio-right:checked + label:after, #maz-dior-content .maz-radio-left.checked + label:before, #maz-dior-content .maz-radio-right.checked + label:after, #maz-dior-content .maz-radio-left.checked + label .before, #maz-dior-content .maz-radio-right.checked + label .after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-radio-off, #maz-dior-content .maz-radio-left + label:before, #maz-dior-content .maz-radio-left + label .before, #maz-dior-content .maz-radio-right + label:after, #maz-dior-content .maz-radio-right + label .after {
    background-image: url(../../img/built/sprite.png);
    background-position: -77px -72px;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-radio-off, #maz-dior-content .maz-radio-left + label:before, #maz-dior-content .maz-radio-left + label .before, #maz-dior-content .maz-radio-right + label:after, #maz-dior-content .maz-radio-right + label .after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-checkbox-checked, #maz-dior-content .maz-checkbox-left:checked + label:before, #maz-dior-content .maz-checkbox-right:checked + label:after, #maz-dior-content .maz-checkbox-left.checked + label:before, #maz-dior-content .maz-checkbox-right.checked + label:after, #maz-dior-content .maz-checkbox-left.checked + label .before, #maz-dior-content .maz-checkbox-right.checked + label .after {
    background-image: url(../../img/built/sprite.png);
    background-position: -189px -72px;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-checkbox-checked, #maz-dior-content .maz-checkbox-left:checked + label:before, #maz-dior-content .maz-checkbox-right:checked + label:after, #maz-dior-content .maz-checkbox-left.checked + label:before, #maz-dior-content .maz-checkbox-right.checked + label:after, #maz-dior-content .maz-checkbox-left.checked + label .before, #maz-dior-content .maz-checkbox-right.checked + label .after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-checkbox-unchecked, #maz-dior-content .maz-checkbox-left + label:before, #maz-dior-content .maz-checkbox-left + label .before, #maz-dior-content .maz-checkbox-right + label:after, #maz-dior-content .maz-checkbox-right + label .after {
    background-image: url(../../img/built/sprite.png);
    background-position: -161px -72px;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-checkbox-unchecked, #maz-dior-content .maz-checkbox-left + label:before, #maz-dior-content .maz-checkbox-left + label .before, #maz-dior-content .maz-checkbox-right + label:after, #maz-dior-content .maz-checkbox-right + label .after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-previous-arrow, #maz-dior-content .maz-popin-wrapper .maz-previous-block a:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -25px -72px;
    width: 23px;
    height: 46px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-previous-arrow, #maz-dior-content .maz-popin-wrapper .maz-previous-block a:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-next-arrow, #maz-dior-content .maz-popin-wrapper .maz-next-block a:before {
    background-image: url(../../img/built/sprite.png);
    background-position: 0px -72px;
    width: 23px;
    height: 46px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-next-arrow, #maz-dior-content .maz-popin-wrapper .maz-next-block a:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-show-more {
    background-image: url(../../img/built/sprite.png);
    background-position: -287px -22px;
    width: 30px;
    height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-show-more {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-show-more-videos {
    background-image: url(../../img/built/sprite.png);
    background-position: -250px -22px;
    width: 35px;
    height: 35px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-show-more-videos {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-check-indicator {
    background-image: url(../../img/built/sprite.png);
    background-position: -477px -22px;
    width: 16px;
    height: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-check-indicator {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-block-check-indicator {
    background-image: url(../../img/built/sprite.png);
    background-position: -92px -22px;
    width: 40px;
    height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-block-check-indicator {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-questionblock-arrow-closed, #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -395px -22px;
    width: 36px;
    height: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-questionblock-arrow-closed, #maz-dior-content .maz-questionblock-view.maz-questionblock-closed .maz-questionblock-infos:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-questionblock-arrow-open, #maz-dior-content .maz-questionblock-view .maz-questionblock-infos:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -357px -22px;
    width: 36px;
    height: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-questionblock-arrow-open, #maz-dior-content .maz-questionblock-view .maz-questionblock-infos:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-howto-play, #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto .maz-howto-description-wrapper .maz-howto-description:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -92px -104px;
    width: 8px;
    height: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-howto-play, #maz-dior-content .maz-diagnosticresultpage-view .maz-howto-wrapper .maz-push-howto .maz-howto-description-wrapper .maz-howto-description:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-close, #maz-dior-content .maz-popin-wrapper .maz-btn-close:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -78px -104px;
    width: 12px;
    height: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-close, #maz-dior-content .maz-popin-wrapper .maz-btn-close:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-unfold {
    background-image: url(../../img/built/sprite.png);
    background-position: 0px -120px;
    width: 16px;
    height: 35px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-unfold {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-burger {
    background-image: url(../../img/built/sprite.png);
    background-position: -329px -72px;
    width: 30px;
    height: 22px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-burger {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-enveloppe {
    background-image: url(../../img/built/sprite.png);
    background-position: -319px -22px;
    width: 36px;
    height: 24px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-enveloppe {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-logo-40-black {
    background-image: url(../../img/built/sprite.png);
    background-position: -134px -22px;
    width: 40px;
    height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-logo-40-black {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-logo-40-white {
    background-image: url(../../img/built/sprite.png);
    background-position: -50px -22px;
    width: 40px;
    height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-logo-40-white {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-logo-48 {
    background-image: url(../../img/built/sprite.png);
    background-position: 0px -22px;
    width: 48px;
    height: 48px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-logo-48 {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-checkbox, #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-checkbox:checked + .maz-multiproducts-label-checkbox:before, #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-checkbox.checked + .maz-multiproducts-label-checkbox:before, #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-checkbox.checked + .maz-multiproducts-label-checkbox {
    background-image: url(../../img/built/sprite.png);
    background-position: -433px -22px;
    width: 20px;
    height: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-checkbox, #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-checkbox:checked + .maz-multiproducts-label-checkbox:before, #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-checkbox.checked + .maz-multiproducts-label-checkbox:before, #maz-dior-content .maz-multiproducts .maz-multiproducts-choice .maz-multiproducts-checkbox.checked + .maz-multiproducts-label-checkbox {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-bullet-off, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -50px -104px;
    width: 12px;
    height: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-bullet-off, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-bullet-on {
    background-image: url(../../img/built/sprite.png);
    background-position: -64px -104px;
    width: 12px;
    height: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-bullet-on {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-like {
    background-image: url(../../img/built/sprite.png);
    background-position: -455px -22px;
    width: 20px;
    height: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-like {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-quickbuy-white, #maz-dior-content .maz-product .maz-product-btn-action:before, #maz-dior-content .maz-product .maz-product-submit:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -18px -120px;
    width: 17px;
    height: 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-quickbuy-white, #maz-dior-content .maz-product .maz-product-btn-action:before, #maz-dior-content .maz-product .maz-product-submit:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-quickbuy-grey, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-quickbuy:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -55px -120px;
    width: 16px;
    height: 23px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-quickbuy-grey, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-quickbuy:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-quickbuy-black {
    background-image: url(../../img/built/sprite.png);
    background-position: -37px -120px;
    width: 16px;
    height: 23px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-quickbuy-black {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-plus-black, #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-more-btn:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -213px -22px;
    width: 35px;
    height: 35px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-plus-black, #maz-dior-content .maz-multiproducts-grid .maz-multiproducts-more-btn:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-plus-white {
    background-image: url(../../img/built/sprite.png);
    background-position: -176px -22px;
    width: 35px;
    height: 35px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-plus-white {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-prev-arrow-black, #maz-dior-content .maz-product-full .maz-product-previous:before, #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -73px -120px;
    width: 10px;
    height: 19px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-prev-arrow-black, #maz-dior-content .maz-product-full .maz-product-previous:before, #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-prev-arrow-white, #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev:before, #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -85px -120px;
    width: 10px;
    height: 19px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-prev-arrow-white, #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev:before, #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-prev:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-next-arrow-black, #maz-dior-content .maz-product-full .maz-product-next:before, #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -109px -120px;
    width: 10px;
    height: 19px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-next-arrow-black, #maz-dior-content .maz-product-full .maz-product-next:before, #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-next-arrow-white, #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next:before, #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -97px -120px;
    width: 10px;
    height: 19px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-next-arrow-white, #maz-dior-content .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next:before, #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-swiper-wrapper .maz-viewer-swiper-next:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-bottom-arrow-black, #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -509px -72px;
    width: 19px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-bottom-arrow-black, #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-bottom-arrow-white, #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next:before, #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -530px -72px;
    width: 19px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-bottom-arrow-white, #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next:before, #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-next:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-top-arrow-black, #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -446px -72px;
    width: 19px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-top-arrow-black, #maz-dior-content .maz-viewer-skin-white .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-top-arrow-white, #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev:before, #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev:before {
    background-image: url(../../img/built/sprite.png);
    background-position: -488px -72px;
    width: 19px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-top-arrow-white, #maz-dior-content .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev:before, #maz-dior-content .maz-viewer-skin-black .maz-viewer-wrapper .maz-viewer-slideshow-wrapper .maz-viewer-slideshow-prev:before {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-facebook-medium-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -133px -72px;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-facebook-medium-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-google-medium-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -217px -72px;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-google-medium-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-link-medium-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -245px -72px;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-link-medium-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-share-medium-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -50px -72px;
    width: 25px;
    height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-share-medium-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-tumblr-medium-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -273px -72px;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-tumblr-medium-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-twitter-medium-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -105px -72px;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-twitter-medium-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-facebook-small-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -530px -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-facebook-small-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-google-small-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -361px -72px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-google-small-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-share-small-grey, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-share:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -564px -22px;
    width: 11px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-share-small-grey, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-share:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-twitter-small-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -412px -72px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-twitter-small-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-facebook-small-black {
    background-image: url(../../img/built/sprite.png);
    background-position: -513px -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-facebook-small-black {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-google-small-black {
    background-image: url(../../img/built/sprite.png);
    background-position: -547px -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-google-small-black {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-share-small-black {
    background-image: url(../../img/built/sprite.png);
    background-position: -121px -120px;
    width: 11px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-share-small-black {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-twitter-small-black {
    background-image: url(../../img/built/sprite.png);
    background-position: -429px -72px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-twitter-small-black {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-bullet-off:hover, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet:hover:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item.active .maz-strate-nav-icon-bullet:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item:hover .maz-strate-nav-icon-bullet:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -64px -104px;
    width: 12px;
    height: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-bullet-off:hover, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet:hover:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item.active .maz-strate-nav-icon-bullet:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item:hover .maz-strate-nav-icon-bullet:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-quickbuy-grey:hover, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-quickbuy:hover:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item.active .maz-strate-nav-icon-quickbuy:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item:hover .maz-strate-nav-icon-quickbuy:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -37px -120px;
    width: 16px;
    height: 23px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-quickbuy-grey:hover, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-quickbuy:hover:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item.active .maz-strate-nav-icon-quickbuy:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item:hover .maz-strate-nav-icon-quickbuy:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-facebook-small-black:hover {
    background-image: url(../../img/built/sprite.png);
    background-position: -530px -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-facebook-small-black:hover {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-google-small-black:hover {
    background-image: url(../../img/built/sprite.png);
    background-position: -361px -72px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-google-small-black:hover {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-share-small-black:hover {
    background-image: url(../../img/built/sprite.png);
    background-position: -564px -22px;
    width: 11px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-share-small-black:hover {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-twitter-small-black:hover {
    background-image: url(../../img/built/sprite.png);
    background-position: -412px -72px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-twitter-small-black:hover {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-facebook-small-grey:hover {
    background-image: url(../../img/built/sprite.png);
    background-position: -513px -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-facebook-small-grey:hover {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-google-small-grey:hover {
    background-image: url(../../img/built/sprite.png);
    background-position: -547px -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-google-small-grey:hover {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-share-small-grey:hover, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-share:hover:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item.active .maz-strate-nav-icon-share:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item:hover .maz-strate-nav-icon-share:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -121px -120px;
    width: 11px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-share-small-grey:hover, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-share:hover:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item.active .maz-strate-nav-icon-share:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .js-maz-strate-nav-item:hover .maz-strate-nav-icon-share:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-social-twitter-small-grey:hover {
    background-image: url(../../img/built/sprite.png);
    background-position: -429px -72px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-social-twitter-small-grey:hover {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-bullet-off, #maz-dior-content .maz-sprite-wrapper:hover .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-sprite-wrapper:hover .maz-strate-nav-icon-bullet:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -64px -104px;
    width: 12px;
    height: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-bullet-off, #maz-dior-content .maz-sprite-wrapper:hover .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-sprite-wrapper:hover .maz-strate-nav-icon-bullet:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-quickbuy-grey, #maz-dior-content .maz-sprite-wrapper:hover .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-quickbuy:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-sprite-wrapper:hover .maz-strate-nav-icon-bullet.maz-strate-nav-icon-quickbuy:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -37px -120px;
    width: 16px;
    height: 23px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-quickbuy-grey, #maz-dior-content .maz-sprite-wrapper:hover .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-quickbuy:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-sprite-wrapper:hover .maz-strate-nav-icon-bullet.maz-strate-nav-icon-quickbuy:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-facebook-small-black {
    background-image: url(../../img/built/sprite.png);
    background-position: -530px -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-facebook-small-black {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-google-small-black {
    background-image: url(../../img/built/sprite.png);
    background-position: -361px -72px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-google-small-black {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-share-small-black {
    background-image: url(../../img/built/sprite.png);
    background-position: -564px -22px;
    width: 11px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-share-small-black {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-twitter-small-black {
    background-image: url(../../img/built/sprite.png);
    background-position: -412px -72px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-twitter-small-black {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-facebook-small-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -513px -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-facebook-small-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-google-small-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -547px -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-google-small-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-share-small-grey, #maz-dior-content .maz-sprite-wrapper:hover .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-share:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-sprite-wrapper:hover .maz-strate-nav-icon-bullet.maz-strate-nav-icon-share:after {
    background-image: url(../../img/built/sprite.png);
    background-position: -121px -120px;
    width: 11px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-share-small-grey, #maz-dior-content .maz-sprite-wrapper:hover .maz-strate-nav-wrapper .maz-strate-nav .maz-strate-nav-icon-bullet.maz-strate-nav-icon-share:after, #maz-dior-content .maz-strate-nav-wrapper .maz-strate-nav .maz-sprite-wrapper:hover .maz-strate-nav-icon-bullet.maz-strate-nav-icon-share:after {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-twitter-small-grey {
    background-image: url(../../img/built/sprite.png);
    background-position: -429px -72px;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #maz-dior-content .maz-sprite-wrapper:hover .maz-sprite-social-twitter-small-grey {
        background-image: url(../../img/built/sprite@2x.png);
        background-size: 576px 155px; } }
  #maz-dior-content .maz-checkbox,
  #maz-dior-content .maz-radio {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    outline: none; }
  #maz-dior-content .maz-checkbox-left + label:before,
  #maz-dior-content .maz-checkbox-left + label .before,
  #maz-dior-content .maz-checkbox-right + label:after,
  #maz-dior-content .maz-checkbox-right + label .after {
    content: '';
    text-indent: -100px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer; }
  #maz-dior-content .maz-radio-left + label:before,
  #maz-dior-content .maz-radio-left + label .before,
  #maz-dior-content .maz-radio-right + label:after,
  #maz-dior-content .maz-radio-right + label .after {
    content: '';
    text-indent: -100px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer; }
  #maz-dior-content .ie8 .maz-checkbox-left + label:before,
  #maz-dior-content .ie8 .maz-checkbox-right + label:after,
  #maz-dior-content .ie8 .maz-radio-left + label:before,
  #maz-dior-content .ie8 .maz-radio-right + label:after {
    display: none; }
  #maz-dior-content .maz-checkbox-left + label .before,
  #maz-dior-content .maz-checkbox-left + label:before {
    margin-right: 8px; }
  #maz-dior-content .maz-checkbox-right + label .after,
  #maz-dior-content .maz-checkbox-right + label:after {
    margin-left: 8px; }
  #maz-dior-content .maz-radio-left + label .before,
  #maz-dior-content .maz-radio-left + label:before {
    margin-right: 8px; }
  #maz-dior-content .maz-radio-right + label .after,
  #maz-dior-content .maz-radio-right + label:after {
    margin-left: 8px; }
  #maz-dior-content .maz-checkbox-left:checked + label:before {
    content: ' '; }
  #maz-dior-content .maz-checkbox-right:checked + label:after {
    content: ' '; }
  #maz-dior-content .maz-checkbox-left.checked + label:before {
    content: ' '; }
  #maz-dior-content .maz-checkbox-right.checked + label:after {
    content: ' '; }
  #maz-dior-content .maz-radio-left:checked + label:before {
    content: ' '; }
  #maz-dior-content .maz-radio-right:checked + label:after {
    content: ' '; }
  #maz-dior-content .maz-radio-left.checked + label:before {
    content: ' '; }
  #maz-dior-content .maz-radio-right.checked + label:after {
    content: ' '; }
  #maz-dior-content .maz-rangeslider,
  #maz-dior-content .maz-rangeslider__fill {
    display: block; }
  #maz-dior-content .maz-rangeslider {
    position: relative; }
  #maz-dior-content .maz-rangeslider--horizontal {
    width: 576px;
    height: 20px; }
  #maz-dior-content .maz-rangeslider__handle {
    background: black;
    cursor: pointer;
    display: inline-block;
    width: 3px;
    height: 30px;
    position: absolute;
    top: -5px; }
    #maz-dior-content .maz-rangeslider__handle:after {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      margin: auto;
      position: absolute;
      top: -10px;
      left: -24px; }
    .maz-rangeslider--horizontal #maz-dior-content .maz-rangeslider__handle {
      top: -10px;
      touch-action: pan-y;
      -ms-touch-action: pan-y; }
  @media only screen and (max-width: 640px) {
    #maz-dior-content .maz-rangeslider--horizontal {
      width: 100%; } }
  #maz-dior-content button {
    background-color: transparent;
    padding: 0;
    border: none; }
  #maz-dior-content .maz-btn-see-video .maz-icon {
    display: block;
    margin: 50px auto 20px; }
  #maz-dior-content .maz-btn-see-video .maz-text {
    display: block;
    margin: 0 auto;
    text-transform: uppercase; }
  #maz-dior-content [class*="maz-button"] {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase; }
    #maz-dior-content [class*="maz-button"].maz-centred {
      width: auto; }
    #maz-dior-content [class*="maz-button"].maz-full-width {
      width: 100%; }
  #maz-dior-content .maz-button-light {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000; }
  #maz-dior-content .maz-button-dark {
    background-color: #000000;
    color: #ffffff;
    border: none; }
  #maz-dior-content .maz-close {
    background-color: transparent;
    position: absolute;
    top: 30px;
    right: -46px;
    width: 26px;
    height: 26px;
    border: 1px solid #e5e5e5; }
    #maz-dior-content .maz-close > .maz-sprite-close, #maz-dior-content .maz-popin-wrapper .maz-close > .maz-btn-close:before {
      margin: 0 auto; }
    #maz-dior-content .maz-close.maz-fold-up {
      top: auto;
      border: none;
      background-color: transparent;
      position: absolute;
      bottom: 25px;
      left: 50%;
      margin-left: -25px;
      width: 50px;
      height: 80px; }
      #maz-dior-content .maz-close.maz-fold-up > .maz-sprite-unfold {
        margin: 0 auto; }
      #maz-dior-content .maz-close.maz-fold-up > .maz-p1 {
        text-transform: uppercase; }
  #maz-dior-content .scroll-to-top {
    display: none; }
  @media only screen and (min-width: 1024px) {
    #maz-dior-content .scroll-to-top {
      z-index: 10;
      display: block;
      opacity: 0;
      transition: opacity .5s ease-in-out; }
      #maz-dior-content .scroll-to-top.show {
        position: absolute;
        bottom: 20px;
        right: 40px;
        width: 40px;
        height: 40px;
        opacity: .8;
        background-color: #d8d8d8;
        border: 1px solid #808080;
        border-radius: 120px;
        cursor: pointer; }
        #maz-dior-content .scroll-to-top.show.fixed {
          position: fixed;
          bottom: 20px;
          right: 40px; }
        #maz-dior-content .scroll-to-top.show:before, #maz-dior-content .scroll-to-top.show:after {
          position: absolute;
          display: block;
          content: ' ';
          width: 0px;
          height: 0px; }
        #maz-dior-content .scroll-to-top.show:before {
          top: 50%;
          left: 50%;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #808080;
          transform: translate(-50%, -50%); }
        #maz-dior-content .scroll-to-top.show:after {
          top: calc(50% + 1px);
          left: 50%;
          border-left: 9px solid transparent;
          border-right: 9px solid transparent;
          border-bottom: 9px solid #d8d8d8;
          transform: translate(-50%, -50%); } }
  header,
  footer,
  #header,
  #ecrin-header,
  #ecrin-footer,
  #basket,
  #ecrin-basket-empty {
    display: none;
    opacity: 0; }
  #maz-dior-content .maz-product-wrapper .maz-product-form .maz-product-submit:before {
    display: none; }
  .has-default-ecrin header,
  .has-default-ecrin footer,
  .has-default-ecrin #header,
  .has-default-ecrin #ecrin-header,
  .has-default-ecrin #ecrin-footer,
  .has-default-ecrin #basket,
  .has-default-ecrin #ecrin-basket-empty {
    display: block; }
  .has-default-ecrin.maz-site-ready header,
  .has-default-ecrin.maz-site-ready footer,
  .has-default-ecrin.maz-site-ready #ecrin-header,
  .has-default-ecrin.maz-site-ready #ecrin-footer,
  .has-default-ecrin.maz-site-ready #basket,
  .has-default-ecrin.maz-site-ready #ecrin-basket-empty {
    opacity: 1; }
  #maz-dior-content .maz-header,
  #maz-dior-content .maz-footer {
    font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif; }
  #maz-dior-content .maz-header {
    position: relative;
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 2px solid #f0f0f0;
    transform: translateY(0);
    transition: transform .6s ease-out; }
    #maz-dior-content .maz-header.maz-header-hide {
      transform: translateY(-100%); }
    #maz-dior-content .maz-header .maz-header-logo {
      position: absolute;
      top: 55%;
      left: 50%;
      color: #000;
      text-transform: uppercase;
      font-size: 30px;
      transform: translate(-50%, -50%); }
      #maz-dior-content .maz-header .maz-header-logo img {
        width: auto;
        height: 30px; }
    #maz-dior-content .maz-header .maz-header-back {
      position: absolute;
      top: 50%;
      left: 5%;
      color: #000;
      font-size: 0;
      transform: translateY(-50%); }
      #maz-dior-content .maz-header .maz-header-back:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        font-size: 13px;
        font-size: 0.8125rem;
        background: transparent url("../../medias/icons/arrow-left.svg") center center no-repeat;
        background-size: contain; }
  #maz-dior-content .maz-footer {
    display: none;
    width: 100%;
    padding: 40px 0 100px 0;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #f0f0f0; }
    #maz-dior-content .maz-footer .maz-select-input {
      background: none; }
      #maz-dior-content .maz-footer .maz-select-input:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 10px;
        height: 10px;
        top: 50%;
        right: 20px;
        font-size: 13px;
        font-size: 0.8125rem;
        background: transparent url("../../medias/icons/arrow-down.svg") center center no-repeat;
        background-size: contain;
        transform: translateY(-50%); }
      #maz-dior-content .maz-footer .maz-select-input.active:before {
        background: transparent url("../../medias/icons/arrow-up.svg") center center no-repeat;
        background-size: contain; }
    #maz-dior-content .maz-footer .maz-select-title {
      text-transform: uppercase; }
    #maz-dior-content .maz-footer .maz-select-wrapper {
      width: 100%;
      height: 50px;
      max-width: 340px;
      margin: 15px auto 0 auto;
      border: 1px solid #000;
      border-radius: 25px; }
      #maz-dior-content .maz-footer .maz-select-wrapper .maz-select-custom,
      #maz-dior-content .maz-footer .maz-select-wrapper .maz-select-input {
        width: 100%;
        height: 50px;
        text-align: left;
        line-height: 50px;
        text-transform: none; }
    #maz-dior-content .maz-footer .maz-footer-mentions {
      margin-top: 45px;
      text-align: center; }
      #maz-dior-content .maz-footer .maz-footer-mentions li {
        display: block;
        width: 100%;
        margin-bottom: 25px; }
        #maz-dior-content .maz-footer .maz-footer-mentions li:last-child {
          margin-bottom: 0; }
        #maz-dior-content .maz-footer .maz-footer-mentions li a {
          font-size: 13px;
          font-size: 0.8125rem;
          color: #000;
          text-decoration: underline; }
    #maz-dior-content .maz-footer .maz-footer-icp {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.33333;
      max-width: 950px;
      margin: 40px auto 0 auto;
      padding: 0 30px; }
      #maz-dior-content .maz-footer .maz-footer-icp a {
        color: #000000; }
  .has-new-ecrin header,
  .has-new-ecrin footer,
  .has-new-ecrin #header,
  .has-new-ecrin #ecrin-header,
  .has-new-ecrin #ecrin-footer,
  .has-new-ecrin #basket,
  .has-new-ecrin #ecrin-basket-empty {
    display: none; }
  .has-new-ecrin #page {
    padding-top: 60px; }
    .has-new-ecrin #page .content {
      top: 0;
      margin-bottom: 0; }
  .has-new-ecrin .maz-select-list.maz-custom-select-footer {
    height: 100%; }
  .has-new-ecrin #maz-dior-content .maz-button-dark {
    border-radius: 25px; }
  .has-new-ecrin #maz-dior-content .maz-product-wrapper .maz-product-form .maz-product-submit {
    border-radius: 25px; }
    .has-new-ecrin #maz-dior-content .maz-product-wrapper .maz-product-form .maz-product-submit:before {
      display: inline-block;
      content: "";
      width: 15px;
      height: 15px;
      margin: -5px 5px 0 0;
      vertical-align: middle;
      background: transparent url("../../medias/icons/cart.svg") center center no-repeat;
      background-size: contain; }
  .has-new-ecrin #maz-dior-content .maz-product-wrapper .maz-product-capacity .maz-select-wrapper {
    border-radius: 25px;
    background-color: #fff;
    border: 0; }
  .has-new-ecrin #maz-dior-content .maz-button {
    border-radius: 25px; }
  .has-new-ecrin #maz-dior-content .maz-navigation-product-wrapper .maz-product-full .maz-product-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .has-new-ecrin #maz-dior-content .maz-navigation-product-wrapper .maz-product-full .maz-product-info .maz-product-hgroup {
      width: 100%; }
    .has-new-ecrin #maz-dior-content .maz-navigation-product-wrapper .maz-product-full .maz-product-info .maz-product-capacity {
      height: 45px;
      border-radius: 25px; }
    .has-new-ecrin #maz-dior-content .maz-navigation-product-wrapper .maz-product-full .maz-product-info .maz-product-form {
      height: 45px;
      margin: 12px 0 0 0; }
    .has-new-ecrin #maz-dior-content .maz-navigation-product-wrapper .maz-product-full .maz-product-info .maz-product-cell .maz-product-submit {
      height: 45px; }
  .has-new-ecrin.maz-site-ready #maz-dior-content .maz-header,
  .has-new-ecrin.maz-site-ready #maz-dior-content .maz-footer {
    display: block; }
  @media only screen and (min-width: 641px) {
    #maz-dior-content .maz-header {
      height: 80px; }
      #maz-dior-content .maz-header .maz-header-logo {
        width: auto;
        height: auto;
        top: 50%; }
        #maz-dior-content .maz-header .maz-header-logo img {
          width: auto;
          height: 40px; }
      #maz-dior-content .maz-header .maz-header-back {
        font-size: 15px;
        font-size: 0.9375rem; }
    #maz-dior-content .maz-footer {
      padding: 50px 0 100px 0; }
      #maz-dior-content .maz-footer .maz-footer-mentions {
        margin-top: 15px;
        padding: 0;
        border: 0; }
        #maz-dior-content .maz-footer .maz-footer-mentions li {
          margin-top: 25px;
          margin-bottom: 0; }
      #maz-dior-content .maz-footer .maz-footer-icp {
        padding: 0; }
    .has-new-ecrin #maz-dior-content {
      padding-top: 80px; } }

@media only screen and (max-width: 640px) {
  #maz-dior-content {
    padding-top: 0; } }

/*------------------------------------*    $CONTENT
\*------------------------------------*/
/**
 * PATH
 * MIXINS
 * OVERRIDE
 * ANIMATION
 * LAYOUT_INDEX
 * PLAYER
 * FULLSCREEN
 * WRAPPER
 * MAIN_LAYERS
 * SKIN
 * CLOSE_BUTTONS
 * BIG_PLAY_BTN
 * PROGRESS_BAR
 * TOOLTIP
 * VOLUME
 * TIME_DISPLAY
 * TIMECODES_DISPLAY
 * SUBTITLES
 * EMBED
 * RELATED
 * CAPTURE
 * SHARE
 * ICO
 */
/*------------------------------------*    $PATH
\*------------------------------------*/
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/*------------------------------------*    $SPRITE
\*------------------------------------*/
.mmm-play-button:after, .mmm-big-play-button:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 10px;
  height: 14px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -56px -63px; }

.mmm-pause-button:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 12px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -79px -61px; }

.mmm-is-ended .mmm-play-button:after, .mmm-is-ended .mmm-big-play-button:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 19px;
  height: 18px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -24px -54px; }

.mmm-diortv-logo:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 86px;
  height: 20px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -2px -2px; }

.mmm-fullscreen-enter-button:after, .mmm-fullscreen-leave-button:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 24px;
  height: 18px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -40px -24px; }

.mmm-volume-seek {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 36px;
  height: 13px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -2px -39px; }

.mmm-volume {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 36px;
  height: 13px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -2px -24px; }

.mmm-subtitles-button:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 16px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -68px -43px; }

.mmm-share-button:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 18px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -2px -54px; }

.mmm-share-button.active:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 9px;
  height: 9px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -45px -63px; }

.mmm-weibo-ico:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 21px;
  height: 17px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -45px -44px; }

.mmm-google-ico:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 17px;
  height: 15px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -2px -74px; }

.mmm-tumblr-ico:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 10px;
  height: 15px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -40px -74px; }

.mmm-twitter-ico:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 17px;
  height: 15px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -21px -74px; }

.mmm-facebook-ico:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 9px;
  height: 16px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -68px -61px; }

.mmm-embed-ico:after {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 23px;
  height: 17px;
  overflow: hidden;
  background-image: url(../../img/mmm/mmm-sprite.png);
  background-repeat: no-repeat;
  background-position: -66px -24px; }

/*------------------------------------*    $OVERRIDE
\*------------------------------------*/
/* hide mmm generated skin : */
#skin_contener {
  display: none; }

/*------------------------------------*    $ANIMATION
\*------------------------------------*/
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }

@-ms-keyframes rotation {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/*------------------------------------*    $LAYOUT_INDEX
\*------------------------------------*/
.mmm-player.mmm-is-fullscreen {
  z-index: 9999999; }

.mmm-big-play-button {
  z-index: 9; }

.mmm-loader {
  z-index: 8; }

.mmm-poster {
  z-index: 7; }

.mmm-control-bar-wrapper {
  z-index: 6; }

.mmm-embed {
  z-index: 7; }

.mmm-related {
  z-index: 4; }

.mmm-caption {
  z-index: 3; }

.mmm-close {
  z-index: 3; }

.mmm-video-container {
  z-index: 1; }

/*------------------------------------*    $PLAYER WRAPPER
\*------------------------------------*/
.mmm-player-wrapper {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif; }
  .mmm-player-wrapper *, .mmm-player-wrapper *:before, .mmm-player-wrapper *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/*------------------------------------*    $PLAYER
\*------------------------------------*/
.mmm-no-fullscreen .mmm-player.mmm-is-fullscreen {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed; }

.mmm-player {
  background: #fff;
  overflow: hidden; }
  .mmm-player, .mmm-player object {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .mmm-player.mmm-is-fullscreen {
    background: #000; }

/*------------------------------------*    $FULLSCREEN
\*------------------------------------*/
html.mmm-is-fullscreen, html.mmm-is-fullscreen body {
  height: 100% !important; }

.mmm-no-fullscreen.mmm-is-fullscreen .mmm-fullscreen-wrapper {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0  !important;
  padding: 0 !important;
  z-index: 999999999 !important;
  -webkit-transform: none !important;
  -webkit-transition: none !important; }

/*------------------------------------*    $WRAPPER
\*------------------------------------*/
.mmm-video-container,
.mmm-track {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.mmm-video-container {
  height: 100%; }

.mmm-html-video-container {
  position: relative;
  width: 100%;
  height: 100%; }
  .mmm-iphone .mmm-html-video-container {
    visibility: visible; }
  .mmm-html-video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .mmm-iphone .mmm-html-video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    margin-top: -32px;
    margin-left: -32px; }
  .mmm-iphone .mmm-share-opened .mmm-html-video-container video {
    display: none; }

/*------------------------------------*    $MAIN_LAYERS
\*------------------------------------*/
.mmm-loader {
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  background: url(../../img/mmm/loader.png) left top no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s;
  -moz-transition: visibility 0s 0.5s, opacity 0.5s;
  -ms-transition: visibility 0s 0.5s, opacity 0.5s;
  -o-transition: visibility 0s 0.5s, opacity 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s; }
  .mmm-is-loading .mmm-loader {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -ms-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear; }
  .mmm-ipad .mmm-loader,
  .mmm-bad-android .mmm-loader {
    display: none; }
  .mmm-embed-view .mmm-loader,
  .mmm-related-view .mmm-loader {
    visibility: hidden; }

.mmm-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s;
  -moz-transition: visibility 0s 0.5s, opacity 0.5s;
  -ms-transition: visibility 0s 0.5s, opacity 0.5s;
  -o-transition: visibility 0s 0.5s, opacity 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s; }
  .mmm-poster img {
    width: 100%;
    max-height: 100%;
    display: block; }
  .mmm-iphone .mmm-poster {
    visibility: visible !important;
    opacity: 1 !important; }
  .mmm-is-playing .mmm-poster,
  .mmm-is-paused .mmm-poster {
    opacity: 0;
    visibility: hidden; }
  .mmm-is-ended .mmm-poster {
    opacity: 1;
    visibility: visible; }

/*------------------------------------*    $SKIN
\*------------------------------------*/
.mmm-control-bar-wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  bottom: 0;
  padding-top: 10px;
  height: 64px;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .mmm-iphone .mmm-control-bar-wrapper {
    display: none; }
  .mmm-feature-light .mmm-control-bar-wrapper {
    height: 54px; }

.mmm-control-bar {
  height: 100%;
  overflow: visible;
  text-align: right;
  position: relative;
  visibility: visible;
  background: #000000;
  max-width: 920px;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding-right: 10px; }
  .mmm-control-bar * {
    filter: inherit; }
  .mmm-feature-light .mmm-control-bar {
    max-width: 330px;
    margin: 0; }
  .mmm-no-controls .mmm-control-bar {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s;
    -moz-transition: visibility 0s 0.5s, opacity 0.5s;
    -ms-transition: visibility 0s 0.5s, opacity 0.5s;
    -o-transition: visibility 0s 0.5s, opacity 0.5s;
    transition: visibility 0s 0.5s, opacity 0.5s; }
  .mmm-force-display-control .mmm-control-bar {
    visibility: visible !important;
    opacity: 1 !important; }

.mmm-separator {
  height: 100%;
  width: 1px;
  display: inline-block;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  vertical-align: middle; }

.mmm-separator-left {
  position: absolute;
  top: 0;
  left: 50px; }
  .mmm-feature-light .mmm-separator-left {
    left: 40px; }

.mmm-separator-right {
  margin: 0 15px; }

.mmm-fullscreen-enter-button,
.mmm-fullscreen-leave-button,
.mmm-quality-button {
  font-size: 0px;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 5px;
  margin: 0 10px; }

.mmm-play-button,
.mmm-pause-button {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 50px;
  height: 50px;
  font-size: 0px;
  display: block;
  cursor: pointer;
  text-align: center;
  z-index: 1; }
  .mmm-feature-light .mmm-play-button, .mmm-feature-light
  .mmm-pause-button {
    width: 40px;
    height: 40px; }

.mmm-play-button:after {
  content: "";
  margin-top: 18px; }
  .mmm-no-controls .mmm-play-button:after {
    content: "x"; }

.mmm-feature-light .mmm-play-button:after {
  margin-top: 13px; }

.mmm-pause-button:after {
  content: "";
  margin-top: 19px; }
  .mmm-no-controls .mmm-pause-button:after {
    content: "x"; }

.mmm-feature-light .mmm-pause-button:after {
  margin-top: 14px; }

.mmm-chapter-prev,
.mmm-chapter-next {
  height: 20px;
  width: 20px;
  position: absolute;
  font-size: 0px;
  display: block;
  cursor: pointer;
  z-index: 4; }
  .mmm-no-controls .mmm-chapter-prev, .mmm-no-controls
  .mmm-chapter-next {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s;
    -moz-transition: visibility 0s 0.5s, opacity 0.5s;
    -ms-transition: visibility 0s 0.5s, opacity 0.5s;
    -o-transition: visibility 0s 0.5s, opacity 0.5s;
    transition: visibility 0s 0.5s, opacity 0.5s; }

.mmm-chapter-next {
  background-color: #000000;
  right: 10px;
  padding-top: 3px; }
  .mmm-chapter-next span {
    height: 13px;
    width: 20px;
    display: block;
    background-position: 0px 0px;
    background-image: url("../../img/mmm/mmm-sprite_old.png");
    content: ''; }

.mmm-chapter-prev {
  background-color: #000000;
  left: 10px;
  padding-top: 2px; }
  .mmm-chapter-prev span {
    height: 13px;
    width: 20px;
    display: block;
    background-position: -81px -83px;
    background-image: url("../../img/mmm/mmm-sprite_old.png");
    content: ''; }

.mmm-is-ended .mmm-play-button:after {
  margin-top: 16px; }

.mmm-feature-light.mmm-is-ended .mmm-play-button:after {
  margin-top: 11px; }

.mmm-metainfo {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 15px;
  z-index: 1;
  text-align: right;
  display: none;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0 5px; }
  .mmm-feature-light .mmm-metainfo {
    display: none !important;
    visibility: hidden; }
  .mmm-feature-logo .mmm-metainfo {
    right: 0px;
    display: none; }

.mmm-fullscreen-enter-button,
.mmm-fullscreen-leave-button {
  display: none;
  vertical-align: middle; }
  .mmm-feature-fullscreen .mmm-fullscreen-enter-button, .mmm-feature-fullscreen
  .mmm-fullscreen-leave-button {
    display: inline-block; }

.mmm-fullscreen-enter-button:after {
  content: ""; }
  .mmm-no-controls .mmm-fullscreen-enter-button:after {
    content: "x"; }

.mmm-fullscreen-leave-button:after {
  content: ""; }
  .mmm-no-controls .mmm-fullscreen-leave-button:after {
    content: "x"; }

/*------------------------------------*    $CLOSE_BUTTONS
\*------------------------------------*/
.mmm-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 27px;
  height: 27px;
  border: solid 1px #fff;
  cursor: pointer;
  z-index: 3; }
  .mmm-close:after {
    content: "x";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 11px;
    height: 11px;
    background: url(../../img/mmm/mmm-sprite_old.png) no-repeat -81px -12px; }

.mmm-embed-view .mmm-embed-close:after {
  content: ""; }

.mmm-fullscreen-close {
  display: none; }
  .mmm-is-fullscreen .mmm-fullscreen-close {
    display: block; }
  .mmm-is-fullscreen .mmm-fullscreen-close:after {
    content: ""; }

/*------------------------------------*    $BIG_PLAY_BTN
\*------------------------------------*/
.mmm-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
  border-radius: 100px;
  background: rgba(106, 105, 104, 0.5); }
  .ie8 .mmm-big-play-button {
    background: url("../../img/mmm/big-play-bg.png") 0px 0px no-repeat; }
  .mmm-big-play-button:after {
    content: "";
    text-indent: -100px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -3px; }
    .mmm-is-ended .mmm-big-play-button:after {
      content: "x";
      margin-top: -9px;
      margin-left: -9px; }
  .mmm-is-playing .mmm-big-play-button {
    background: url("../../img/mmm/blank.gif");
    width: 66px; }
  .mmm-is-playing .mmm-big-play-button:after {
    content: "x"; }
  .mmm-is-loading .mmm-big-play-button,
  .mmm-embed-view .mmm-big-play-button,
  .mmm-related-view .mmm-big-play-button,
  .mmm-is-playing .mmm-big-play-button:after,
  .mmm-is-loading .mmm-big-play-button:after,
  .mmm-embed-view .mmm-big-play-button:after,
  .mmm-related-view .mmm-big-play-button:after {
    visibility: hidden; }
  .mmm-is-loading .mmm-big-play-button:after,
  .mmm-embed-view .mmm-big-play-button:after,
  .mmm-related-view .mmm-big-play-button:after {
    content: "o"; }
  .mmm-iphone .mmm-big-play-button,
  .mmm-iphone .mmm-big-play-button:after {
    visibility: visible !important;
    opacity: 1 !important; }

/*------------------------------------*    $PROGRESS_BAR
\*------------------------------------*/
.mmm-progress-bar-wrapper {
  width: 100%;
  height: 12px;
  margin: auto;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 2;
  font-size: 0;
  text-align: left;
  padding: 4px 0;
  -webkit-transition: top 0.2s, height 0.2s;
  -moz-transition: top 0.2s, height 0.2s;
  -ms-transition: top 0.2s, height 0.2s;
  -o-transition: top 0.2s, height 0.2s;
  transition: top 0.2s, height 0.2s;
  display: none;
  /*.mmm-control-bar:hover &,
    .mmm-ipad &{
        height: 7px;
        top: -7px;
    }*/ }
  .mmm-feature-timeline .mmm-progress-bar-wrapper {
    display: block; }

.mmm-progress-bar {
  height: 100%;
  position: relative;
  background: #3a3b3c; }

.mmm-progress-seek {
  height: 100%;
  background: #fff;
  font-size: 0;
  display: block;
  position: relative;
  max-width: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .mmm-has-metadataloaded .mmm-progress-seek {
    opacity: 1;
    visibility: visible; }
  .mmm-no-controls .mmm-progress-seek {
    visibility: hidden; }

/*------------------------------------*    $TOOLTIP
\*------------------------------------*/
.mmm-progress-tooltip {
  width: 166px;
  height: auto;
  background: #000;
  position: absolute;
  bottom: 116%;
  margin-left: -83px;
  visibility: hidden;
  border: solid 3px #000000;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  display: none; }
  .mmm-feature-thumbs .mmm-progress-tooltip {
    display: block; }
  .mmm-progress-tooltip.enabled {
    visibility: visible; }
  .mmm-progress-tooltip:after {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .mmm-medium-player .mmm-progress-tooltip {
    width: 120px;
    margin-left: -60px; }
  .mmm-small-player .mmm-progress-tooltip {
    width: 100px;
    margin-left: -50px; }
  .mmm-ipad .mmm-progress-tooltip {
    display: none !important; }

.mmm-progress-tooltip-arrow {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #252527; }

.mmm-progress-tooltip-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .mmm-progress-tooltip-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }

/*------------------------------------*    $VOLUME
\*------------------------------------*/
.mmm-volume {
  z-index: 1;
  text-align: left;
  cursor: pointer;
  display: none;
  vertical-align: middle;
  padding: 0px;
  margin: 0 15px; }
  .mmm-feature-sound .mmm-volume {
    display: inline-block; }
  .touch .mmm-volume {
    display: none; }

.mmm-volume-seek {
  height: 100%;
  width: 100%; }

/*------------------------------------*    $TIME_DISPLAY
\*------------------------------------*/
.mmm-time {
  color: #fff !important;
  font-size: 12px;
  position: absolute;
  left: 60px;
  top: 21px;
  z-index: 1; }
  .mmm-time .mmm-time-duration,
  .mmm-time .mmm-time-separator {
    color: #9a9a9a !important; }
  .mmm-time .mmm-time-current {
    color: #fff; }
  .mmm-no-feature-time .mmm-time {
    display: none; }
  .mmm-feature-light .mmm-time {
    top: 16px; }

/*------------------------------------*    $DESCRIPTION_DISPLAY
\*------------------------------------*/
.mmm-description {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 15px;
  padding: 0 5px;
  position: absolute;
  left: 60px;
  top: 21px;
  z-index: 1; }
  .mmm-no-feature-description .mmm-description {
    display: none; }
  .mmm-feature-time .mmm-description {
    left: 150px; }

/*------------------------------------*    $TIMECODES_DISPLAY
\*------------------------------------*/
.mmm-timecodes-wrapper {
  position: absolute;
  width: 100%;
  bottom: 62px; }

.mmm-timecodes {
  position: relative;
  height: 30px;
  overflow: hidden;
  text-align: center;
  z-index: 3;
  margin: 0 auto; }
  .mmm-no-controls .mmm-timecodes {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s;
    -moz-transition: visibility 0s 0.5s, opacity 0.5s;
    -ms-transition: visibility 0s 0.5s, opacity 0.5s;
    -o-transition: visibility 0s 0.5s, opacity 0.5s;
    transition: visibility 0s 0.5s, opacity 0.5s; }
  .mmm-timecodes ul {
    white-space: nowrap; }
    .mmm-timecodes ul li {
      display: inline-block;
      cursor: pointer;
      height: 30px;
      line-height: 30px;
      background-color: #000000;
      margin: 0 1px;
      color: #ffffff; }
      .mmm-timecodes ul li.active, .mmm-timecodes ul li:hover {
        background-color: #ffffff;
        color: #000000; }

/*------------------------------------*    $SUBTITLES
\*------------------------------------*/
.mmm-subtitles-button {
  display: none;
  font-size: 0;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  padding: 4px 5px;
  margin: 0 10px; }
  .mmm-subtitles-button:after {
    content: "";
    margin-top: 4px; }
    .mmm-no-controls .mmm-subtitles-button:after {
      content: "x"; }
  .mmm-feature-subtitles .mmm-subtitles-button {
    display: inline-block; }

.mmm-caption {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  visibility: hidden; }
  .ie8 .mmm-caption {
    background: url("../../img/mmm/blank.gif"); }
  .mmm-subtitles-enabled .mmm-caption {
    visibility: visible; }

.mmm-cue {
  display: inline-block;
  margin-bottom: 13px;
  font-size: 15px;
  padding: 10px 20px;
  color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTlCRDk5NUZDNzA2MTFFNEFDMUNCRTZDNjU3RUE5NTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTlCRDk5NjBDNzA2MTFFNEFDMUNCRTZDNjU3RUE5NTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOUJEOTk1REM3MDYxMUU0QUMxQ0JFNkM2NTdFQTk1MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOUJEOTk1RUM3MDYxMUU0QUMxQ0JFNkM2NTdFQTk1MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhQJQmcAAAAPSURBVHjaYmBgYPAFCDAAAFIATlFlXk8AAAAASUVORK5CYII=");
  filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=black,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=black,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=black,direction=270,strength=2);
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -ms-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s; }
  .mmm-no-controls .mmm-cue {
    bottom: 20px; }
  .mmm-small-player .mmm-cue,
  .mmm-medium-player .mmm-cue {
    font-size: 15px; }

/*------------------------------------*    $EMBED
\*------------------------------------*/
.mmm-embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  text-align: center;
  font-size: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s;
  -moz-transition: visibility 0s 0.5s, opacity 0.5s;
  -ms-transition: visibility 0s 0.5s, opacity 0.5s;
  -o-transition: visibility 0s 0.5s, opacity 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s; }
  .ie8 .mmm-embed {
    background: url(../../img/mmm/black-eighty-percent.png); }
  .mmm-embed-view .mmm-embed {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .mmm-embed:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .mmm-embed .mmm-embed-title {
    font-size: 30px;
    font-weight: normal;
    margin: 20px;
    color: #fff;
    text-transform: uppercase; }
  .mmm-embed a.copy {
    display: block;
    position: absolute;
    left: 50%;
    margin-top: 20px;
    margin-left: 35px;
    width: 145px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: transparent;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff; }
    .mmm-small-player .mmm-embed a.copy,
    .mmm-medium-player .mmm-embed a.copy {
      margin-top: 5px;
      margin-left: 6px; }

.mmm-embed-content {
  position: relative;
  width: 72%;
  min-width: 400px;
  max-width: 680px;
  display: inline-block;
  vertical-align: middle;
  background: #000000;
  height: 60%;
  min-height: 200px;
  max-height: 300px;
  margin-top: -54px; }

.mmm-embed-code {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: solid 1px #fff;
  color: #9e9e9e;
  padding: 20px 20px 20px;
  font-size: 12px;
  color: #ffffff;
  resize: none;
  margin-bottom: 0;
  overflow: hidden;
  width: 360px;
  min-height: 100px;
  display: inline-block;
  font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif; }
  .ie8 .mmm-embed-code {
    min-height: 0px; }
  .mmm-small-player .mmm-embed-code,
  .mmm-medium-player .mmm-embed-code {
    width: 300px; }

.mmm-no-feature-embed .mmm-embed-button {
  display: none; }

/*------------------------------------*    $RELATED
\*------------------------------------*/
.mmm-related {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  font-size: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s;
  -moz-transition: visibility 0s 0.5s, opacity 0.5s;
  -ms-transition: visibility 0s 0.5s, opacity 0.5s;
  -o-transition: visibility 0s 0.5s, opacity 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s; }
  .mmm-related-view .mmm-related {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

/*------------------------------------*    $CAPTURE
\*------------------------------------*/
.mmm-capture-button {
  height: 20px;
  width: 30px;
  cursor: pointer;
  background: url(../../img/mmm/mmm-capture.png) no-repeat 0 0;
  display: none;
  position: absolute;
  top: 11px;
  left: 140px; }
  .mmm-capture-mode .mmm-capture-button {
    display: block; }

/*------------------------------------*    $SHARE
\*------------------------------------*/
.mmm-share {
  display: none;
  height: 50px;
  padding: 15px 15px 15px 0;
  background: #000000;
  font-size: 0;
  z-index: 1;
  vertical-align: middle; }
  .mmm-no-feature-embed .mmm-share {
    padding-left: 5px; }
  .mmm-share-opened .mmm-share {
    display: inline-block; }
  .mmm-small-player .mmm-share {
    display: none; }

.mmm-small-share {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -32px;
  height: 65px;
  z-index: 10;
  font-size: 0;
  text-align: center;
  width: 100%;
  display: none; }
  .mmm-small-player .mmm-small-share {
    display: inline-block; }
  .mmm-iphone .mmm-small-share {
    display: none; }

.mmm-share-nav {
  display: inline-block;
  white-space: nowrap;
  height: 100%; }
  .mmm-small-player .mmm-share-nav {
    display: none; }
  .mmm-small-player .mmm-small-share .mmm-share-nav,
  .mmm-medium-player .mmm-small-share .mmm-share-nav {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s;
    -moz-transition: visibility 0s 0.5s, opacity 0.5s;
    -ms-transition: visibility 0s 0.5s, opacity 0.5s;
    -o-transition: visibility 0s 0.5s, opacity 0.5s;
    transition: visibility 0s 0.5s, opacity 0.5s; }
    .mmm-iphone .mmm-small-player .mmm-small-share .mmm-share-nav, .mmm-iphone
    .mmm-medium-player .mmm-small-share .mmm-share-nav {
      position: absolute;
      left: auto;
      right: 40px; }
  .mmm-share-opened .mmm-small-share .mmm-share-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .mmm-share-nav li {
    display: inline-block;
    height: 100%;
    margin-left: 15px; }
    .mmm-share-nav li:first-child,
    .mmm-small-player .mmm-share-nav li,
    .mmm-iphone .mmm-share-nav li {
      margin: 0; }
  .mmm-share-nav li.mmm-weibo {
    display: none; }
  html[lang=zh-CN] .mmm-share-nav li.mmm-weibo {
    display: inline-block; }
  html[lang=zh-CN] .mmm-share-nav li.mmm-facebook,
  html[lang=zh-CN] .mmm-share-nav li.mmm-tumblr,
  html[lang=zh-CN] .mmm-share-nav li.mmm-google,
  html[lang=zh-CN] .mmm-share-nav li.mmm-twitter {
    display: none; }

.mmm-share-button {
  cursor: pointer;
  display: none;
  text-align: center;
  vertical-align: middle;
  padding: 4px 5px;
  margin: 0 10px; }
  .mmm-feature-share .mmm-share-button {
    display: inline-block; }
  .mmm-share-button:after {
    content: "x";
    margin-top: -1px;
    overflow: hidden;
    text-indent: -100px; }
    .mmm-no-controls .mmm-share-button:after {
      content: ""; }
  .mmm-share-button.active:after {
    content: "";
    margin-top: 6px; }
  .mmm-small-player .mmm-control-bar .mmm-share-button {
    display: inline-block; }
    .mmm-iphone .mmm-small-player .mmm-control-bar .mmm-share-button {
      display: none; }
  .mmm-iphone .mmm-share-button {
    display: inline-block;
    background: rgba(0, 0, 0, 0.7); }

/*------------------------------------*    $ICO
\*------------------------------------*/
.mmm-facebook-ico,
.mmm-tumblr-ico,
.mmm-google-ico,
.mmm-twitter-ico,
.mmm-weibo-ico,
.mmm-embed-ico {
  position: relative;
  height: 20px;
  width: 30px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top; }
  .mmm-facebook-ico:after,
  .mmm-tumblr-ico:after,
  .mmm-google-ico:after,
  .mmm-twitter-ico:after,
  .mmm-weibo-ico:after,
  .mmm-embed-ico:after {
    content: "x";
    text-indent: -100px;
    overflow: hidden; }
    .mmm-no-controls .mmm-facebook-ico:after, .mmm-no-controls
    .mmm-tumblr-ico:after, .mmm-no-controls
    .mmm-google-ico:after, .mmm-no-controls
    .mmm-twitter-ico:after, .mmm-no-controls
    .mmm-weibo-ico:after, .mmm-no-controls
    .mmm-embed-ico:after {
      content: ""; }
  .mmm-facebook-ico:first-child,
  .mmm-tumblr-ico:first-child,
  .mmm-google-ico:first-child,
  .mmm-twitter-ico:first-child,
  .mmm-weibo-ico:first-child,
  .mmm-embed-ico:first-child {
    margin: 0;
    border: none; }
  .mmm-small-player .mmm-facebook-ico,
  .mmm-iphone .mmm-facebook-ico, .mmm-small-player
  .mmm-tumblr-ico,
  .mmm-iphone
  .mmm-tumblr-ico, .mmm-small-player
  .mmm-google-ico,
  .mmm-iphone
  .mmm-google-ico, .mmm-small-player
  .mmm-twitter-ico,
  .mmm-iphone
  .mmm-twitter-ico, .mmm-small-player
  .mmm-weibo-ico,
  .mmm-iphone
  .mmm-weibo-ico, .mmm-small-player
  .mmm-embed-ico,
  .mmm-iphone
  .mmm-embed-ico {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 100%;
    width: 60px;
    border-left: solid 1px #eeeeee; }
    .mmm-small-player .mmm-facebook-ico:after,
    .mmm-iphone .mmm-facebook-ico:after, .mmm-small-player
    .mmm-tumblr-ico:after,
    .mmm-iphone
    .mmm-tumblr-ico:after, .mmm-small-player
    .mmm-google-ico:after,
    .mmm-iphone
    .mmm-google-ico:after, .mmm-small-player
    .mmm-twitter-ico:after,
    .mmm-iphone
    .mmm-twitter-ico:after, .mmm-small-player
    .mmm-weibo-ico:after,
    .mmm-iphone
    .mmm-weibo-ico:after, .mmm-small-player
    .mmm-embed-ico:after,
    .mmm-iphone
    .mmm-embed-ico:after {
      height: 14px;
      width: 14px;
      top: 50%;
      left: 50%;
      margin-top: -7px;
      margin-left: -7px; }

.mmm-weibo-ico:after {
  margin-top: 1px; }

.mmm-google-ico:after {
  margin-top: 3px; }

.mmm-tumblr-ico:after {
  margin-top: 3px; }

.mmm-twitter-ico:after {
  margin-top: 3px; }

.mmm-facebook-ico:after {
  margin-top: 3px; }

.mmm-embed-ico:after {
  margin-top: 2px; }

/*------------------------------------*    $LOGO
\*------------------------------------*/
.mmm-diortv-logo {
  height: 50px;
  z-index: 1;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  padding: 17px 10px 0 20px;
  display: none;
  vertical-align: middle;
  margin: 0 0 0 10px; }
  .mmm-diortv-logo:after {
    content: "x";
    text-indent: -100px;
    overflow: hidden; }
    .ie8 .mmm-no-controls .mmm-diortv-logo:after {
      content: "0"; }
  .mmm-feature-logo .mmm-diortv-logo {
    display: inline-block; }
  .mmm-feature-light .mmm-diortv-logo {
    display: none; }

.maz-loader-view {
  position: fixed;
  top: 75px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #313b3b;
  text-align: center;
  z-index: 150; }
  .maz-loader-view .maz-loader-wrapper {
    font-size: 50px;
    font-size: 3.125rem;
    color: #ffffff; }
  .maz-loader-view .maz-image-container {
    position: relative;
    width: 400px;
    height: 325px; }
  .maz-loader-view .maz-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 151; }
  .maz-loader-view .maz-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ff0000; }

.maz-select-wrapper {
  position: relative;
  display: inline-block; }
  .maz-select-wrapper select {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    height: 50px; }
    .maz-select-wrapper select:focus + .maz-select-input {
      outline: black dotted 1px; }

.maz-select-input {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 25px;
  background: transparent url("../../img/select-arrow.png") no-repeat right center;
  border: none;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.08333; }
  .maz-select-input.active {
    background-position: right bottom; }
  .maz-select-input .maz-is-shop {
    display: inline-block;
    width: 35px;
    height: 10px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
    .maz-select-input {
      background-image: url("../../img/select-arrow@2x.png");
      background-size: 40px 120px; } }

.maz-select-list {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  text-align: left;
  outline: 0;
  overflow: visible;
  color: black;
  text-transform: uppercase;
  z-index: 120;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  font-family: "CenturyGothic-Regular", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }
  .maz-select-list > ul {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  .maz-select-list.opened {
    visibility: visible; }
  .maz-select-list.top:before, .maz-select-list.bottom:before {
    display: block;
    background: white;
    position: absolute;
    width: 10px;
    height: 10px;
    content: " ";
    right: 15px;
    z-index: -1;
    border: 1px solid #e6e6e6;
    transform: rotate(45deg); }
  .maz-select-list.top:before {
    bottom: -6px;
    border-left-color: transparent;
    border-top-color: transparent; }
  .maz-select-list.bottom:before {
    top: -6px;
    border-right-color: transparent;
    border-bottom-color: transparent; }
  .maz-select-list ul,
  .maz-select-list li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .maz-select-list .maz-option {
    padding: 10px 15px;
    line-height: 12px;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem;
    /*height: 23px;*/
    white-space: nowrap; }
  .maz-select-list .maz-option:hover,
  .maz-select-list .maz-option.active {
    background-color: #f6f6f6;
    color: #000000; }
  .maz-select-list.maz-navigation-product .maz-option {
    font-size: 12px;
    font-size: 0.75rem; }

.maz-product-submit {
  cursor: pointer; }

/* custom select footer */
.maz-is-shop:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 14px;
  height: 16px;
  top: 47%;
  left: 30px;
  font-size: 15px;
  color: #000;
  transform: translateY(-50%);
  background: transparent url("../../medias/icons/cart-border.svg") center center no-repeat;
  background-size: contain; }

.maz-is-shop:hover:before {
  font-weight: normal; }

.maz-custom-select-footer .maz-option {
  position: relative;
  padding-left: 30px;
  color: #777;
  text-transform: none; }
  .maz-custom-select-footer .maz-option:hover {
    color: #777; }
  .maz-custom-select-footer .maz-option[data-locale] {
    padding-left: 50px;
    color: #000000; }
    .maz-custom-select-footer .maz-option[data-locale]:hover {
      color: #000000;
      font-weight: bold; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: 90%;
  left: auto;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transform: translateY(-50%); }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 50px !important;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 8px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 1; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 1; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 1; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: black; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: white;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 1; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: black; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
#maz-dior-content .maz-wrapper-mmm-player.loading {
  position: relative; }
  #maz-dior-content .maz-wrapper-mmm-player.loading:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    animation: rotation 1s infinite linear; }
  #maz-dior-content .maz-wrapper-mmm-player.loading .player-play-central {
    display: none; }

#maz-dior-content .maz-wrapper-mmm-player.playing .video-player:before,
#maz-dior-content .maz-wrapper-mmm-player.playing .video-player:after,
#maz-dior-content .maz-wrapper-mmm-player.playing .video-player-poster {
  display: none; }

#maz-dior-content .maz-wrapper-mmm-player.playing .mmm-player {
  opacity: 1; }

#maz-dior-content .maz-wrapper-mmm-player:before {
  content: '';
  display: block;
  z-index: 10;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  background: url("../../img/mmm/loader.png") left top no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s; }

#maz-dior-content .dior-v7.hide-logo-dior-tv .player-controls .player-diortv {
  display: none; }

#maz-dior-content .dior-v7 .player-wrapper .player-play-central,
#maz-dior-content .dior-v7 .player-wrapper .player-repeat {
  background: none; }

#maz-dior-content .dior-v7 .player-wrapper.played-video-finished .player-poster {
  visibility: visible; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }

@-ms-keyframes rotation {
  #maz-dior-content .dior-v7 from {
    -ms-transform: rotate(0deg); }
  #maz-dior-content .dior-v7 to {
    -ms-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.maz-select-list {
  text-transform: uppercase; }

#maz-dior-content.no-shop .maz-product.maz-product-not-available .maz-product-unavailable {
  display: none !important; }

#maz-dior-content.no-shop .maz-essentials-product-wrapper {
  padding-bottom: 40px; }

#maz-dior-content.no-shop .maz-essentials-product-wrapper .maz-button-dark {
  display: none !important; }

a {
  text-decoration: none; }

.content {
  background: none; }
  .content #ecrin-basket {
    z-index: 120; }

/*# sourceMappingURL=global.css.map */
