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;
    font-family: helvetica;
}
img {
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: 0;
}
object, embed {
    outline: 0;
}

/*CLEARFIX */

.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cf {
    display: inline-block;
}
html[xmlns] .cf {
    display: block;
}

* html .cf {
    height: 1%;
}

/* --------------------
         VARS
----------------------- */
/****************************  Color  *********************************/
/************************  Media Queries  *****************************/
/* --------------------
         UTILS
----------------------- */
/******* Usefull classes ********/
.hidden {
  display: none;
}
.hidden-bg {
  background: none !important;
}
.visible {
  display: block;
}
.invisible {
  display: block !important;
  visibility: hidden !important;
  height: auto !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.uppercase {
  text-transform: uppercase;
}
.sprite-icon {
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .align-top,
.table .align-middle,
.table .align-bottom {
  display: table-cell;
}
.table .align-top {
  vertical-align: top;
}
.table .align-middle {
  vertical-align: middle;
}
.table .align-bottom {
  vertical-align: bottom;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
/****************************  Mixins  *********************************/
.arrow {
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
/****************************  Buttons *********************************/
.btn {
  padding: 8px 20px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  line-height: 14px;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #cecece;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.btn.ru,
.ru .btn {
  font-family: "Century Gothic Cy", CenturyGothic, AppleGothic, sans-serif;
}
.btn:focus {
  outline: none;
}
button.btn {
  height: 32px;
  padding: 6px 20px;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  cursor: pointer;
  background-color: transparent;
}
button.btn.ru,
.ru button.btn {
  font-family: "Century Gothic Cy", CenturyGothic, AppleGothic, sans-serif;
}
.lte7 button.btn {
  overflow: visible;
  width: auto;
}
.lte7 a.btn {
  padding: 6px 20px 8px;
}
.ie6 button.btn {
  padding: 7px 20px 6px;
}
.btn.btn-light--black {
  color: #000000;
  background-color: #ffffff;
}
.btn.btn-light--white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn.btn-dark {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
}
.btn.multiline {
  font-size: 12px;
  line-height: 12px;
  height: auto;
  padding: 15px 20px;
}
.btn.not-available,
.btn.btn--disabled,
.btn:disabled {
  cursor: default;
  border-color: #8e8e8e;
  background-color: #8e8e8e;
  color: #ffffff;
}
/****************************  Player *********************************/
.picto-play {
  position: absolute;
  z-index: 1;
  top: 0 !important;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  background: transparent url('../images/skin_dior/bigPlay.png') center center no-repeat;
}
.ie6 .picto-play {
  display: none;
}
/*************************  Animations ******************************/
.fadeIn {
  opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.fadeOut {
  opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.tooltip {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  position: relative;
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -159px;
  width: 15px;
  height: 15px;
}
.tooltip .tooltip-message {
  display: none;
}
.tooltip:focus:after {
  position: absolute;
  bottom: -4px;
  left: 2px;
  content: "";
  width: 13px;
  height: 1px;
  display: block;
  background: #cecece;
}
.tooltip-container {
  padding: 10px;
  display: none;
  position: absolute;
  font-size: 11px;
  line-height: 13px;
  z-index: 100;
  border: 1px solid #cecece;
  background-color: #ffffff;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
}
.tooltip-container.ru,
.ru .tooltip-container {
  font-family: "Century Gothic Cy", CenturyGothic, AppleGothic, sans-serif;
}
.tooltip-container.active {
  display: block;
}
.tooltip-container .tooltip-triangle {
  width: 12px;
  height: 6px;
  position: absolute;
  top: 100%;
}
.tooltip-container .tooltip-triangle:before,
.tooltip-container .tooltip-triangle:after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
}
.tooltip-container .tooltip-triangle:before {
  border-width: 6px 6px 0 6px;
  border-color: #cecece transparent transparent transparent;
}
.tooltip-container .tooltip-triangle:after {
  left: 1px;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.rich-text u {
  text-decoration: underline;
}
.rich-text i {
  font-style: italic;
}
.rich-text b,
.rich-text strong {
  font-weight: bold;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('../javascript/fonts/centuryGothic/CenturyGothic_gdi.eot');
  src: url('../javascript/fonts/centuryGothic/CenturyGothic_gdi.eot?#iefix') format('embedded-opentype'), url('../javascript/fonts/centuryGothic/CenturyGothic_gdi.woff') format('woff'), url('../javascript/fonts/centuryGothic/CenturyGothic_gdi.ttf') format('truetype'), url('../javascript/fonts/centuryGothic/CenturyGothic_gdi.svg#CenturyGothic-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F002;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('../javascript/fonts/centuryGothic/CenturyGothic-Bold_gdi.eot');
  src: url('../javascript/fonts/centuryGothic/CenturyGothic-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('../javascript/fonts/centuryGothic/CenturyGothic-Bold_gdi.woff') format('woff'), url('../javascript/fonts/centuryGothic/CenturyGothic-Bold_gdi.ttf') format('truetype'), url('../javascript/fonts/centuryGothic/CenturyGothic-Bold_gdi.svg#CenturyGothic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F002;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('../javascript/fonts/centuryGothic/CenturyGothic-Italic_gdi.eot');
  src: url('../javascript/fonts/centuryGothic/CenturyGothic-Italic_gdi.eot?#iefix') format('embedded-opentype'), url('../javascript/fonts/centuryGothic/CenturyGothic-Italic_gdi.woff') format('woff'), url('../javascript/fonts/centuryGothic/CenturyGothic-Italic_gdi.ttf') format('truetype'), url('../javascript/fonts/centuryGothic/CenturyGothic-Italic_gdi.svg#CenturyGothic-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-F002;
}
@font-face {
  font-family: 'CenturyGothic-Regular';
  src: url('../javascript/fonts/centuryGothic/CenturyGothic_gdi.eot');
  src: url('../javascript/fonts/centuryGothic/CenturyGothic_gdi.eot?#iefix') format('embedded-opentype'), url('../javascript/fonts/centuryGothic/CenturyGothic_gdi.woff') format('woff'), url('../javascript/fonts/centuryGothic/CenturyGothic_gdi.ttf') format('truetype'), url('../javascript/fonts/centuryGothic/CenturyGothic_gdi.svg#CenturyGothic-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F002;
}
@font-face {
  font-family: 'CenturyGothic-Italic';
  src: url('../javascript/fonts/centuryGothic/CenturyGothic-Italic_gdi.eot');
  src: url('../javascript/fonts/centuryGothic/CenturyGothic-Italic_gdi.eot?#iefix') format('embedded-opentype'), url('../javascript/fonts/centuryGothic/CenturyGothic-Italic_gdi.woff') format('woff'), url('../javascript/fonts/centuryGothic/CenturyGothic-Italic_gdi.ttf') format('truetype'), url('../javascript/fonts/centuryGothic/CenturyGothic-Italic_gdi.svg#CenturyGothic-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-F002;
}
@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('../javascript/fonts/centuryGothic/CenturyGothic-Bold_gdi.eot');
  src: url('../javascript/fonts/centuryGothic/CenturyGothic-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('../javascript/fonts/centuryGothic/CenturyGothic-Bold_gdi.woff') format('woff'), url('../javascript/fonts/centuryGothic/CenturyGothic-Bold_gdi.ttf') format('truetype'), url('../javascript/fonts/centuryGothic/CenturyGothic-Bold_gdi.svg#CenturyGothic-Bold') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F002;
}
@font-face {
  font-family: 'Century Gothic Cy';
  src: url('../javascript/fonts/centuryGothic/centurygothicpro_cy.eot');
  src: url('../javascript/fonts/centuryGothic/centurygothicpro_cy.eot?#iefix') format('embedded-opentype'), url('../javascript/fonts/centuryGothic/centurygothicpro_cy.woff') format('woff'), url('../javascript/fonts/centuryGothic/centurygothicpro_cy.ttf') format('truetype'), url('../javascript/fonts/centuryGothic/centurygothicpro_cy.svg#CenturyGothic-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
/****************************  Fonts *********************************/
/**************************  Font Dior  *******************************/
[class^="font-icon-"],
[class*=" font-icon-"] {
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0;
}
.loading [class^="font-icon-"]:before,
.loading [class*=" font-icon-"]:before {
  content: '' !important;
  opacity: 0;
}
[class^="font-icon-"]:before,
[class*=" font-icon-"]:before {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.win [class^="font-icon-"],
.win [class*=" font-icon-"] {
  /*-webkit-text-stroke: 1px rgba(0,0,0,0.3);*/
  /* fixed since Chrome v.42 */
}
.win.firefox [class^="font-icon-"],
.win.firefox [class*=" font-icon-"] {
  text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.2), 1px 0px 0 rgba(0, 0, 0, 0.2), 0px -1px 0 rgba(0, 0, 0, 0.2), 0px 1px 0 rgba(0, 0, 0, 0.2);
}
/*
LESS 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 name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

.sprites(@spritesheet-sprites);
*/
.icon-arrow-circle-slider-left--off {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -196px -47px;
  width: 42px;
  height: 42px;
}
.icon-arrow-circle-slider-left--on {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -145px -130px;
  width: 42px;
  height: 42px;
}
.icon-arrow-circle-slider-right--off {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -98px -130px;
  width: 42px;
  height: 42px;
}
.icon-arrow-circle-slider-right--on {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -196px 0px;
  width: 42px;
  height: 42px;
}
.icon-arrow-close--black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -243px -49px;
  width: 21px;
  height: 44px;
}
.icon-arrow-down--lightGrey {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -264px -252px;
  width: 24px;
  height: 13px;
}
.icon-arrow-down-grey {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -73px -284px;
  width: 18px;
  height: 10px;
}
.icon-arrow-down {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -243px -147px;
  width: 21px;
  height: 44px;
}
.icon-arrow-formel-slider-left {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -215px;
  width: 26px;
  height: 22px;
}
.icon-arrow-formel-slider-right {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -242px;
  width: 26px;
  height: 22px;
}
.icon-arrow-fp-cover--left {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -46px;
  width: 20px;
  height: 41px;
}
.icon-arrow-fp-cover--right {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px 0px;
  width: 20px;
  height: 41px;
}
.icon-arrow-sampling--left {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -38px;
  width: 10px;
  height: 17px;
}
.icon-arrow-sampling--right {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -60px;
  width: 10px;
  height: 17px;
}
.icon-arrow-slider-left {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -102px;
  width: 11px;
  height: 15px;
}
.icon-arrow-slider-right {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -82px;
  width: 11px;
  height: 15px;
}
.icon-arrow-thin {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -115px -68px;
  width: 9px;
  height: 5px;
}
.icon-arrow-up--lightGrey {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -284px;
  width: 24px;
  height: 13px;
}
.icon-arrow-up--white {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -243px 0px;
  width: 21px;
  height: 44px;
}
.icon-arrow-up-grey {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -269px;
  width: 18px;
  height: 10px;
}
.icon-arrow-up-lightGrey {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -238px;
  width: 16px;
  height: 8px;
}
.icon-arrow-up {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -243px -98px;
  width: 21px;
  height: 44px;
}
.icon-bullet-empty {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -236px;
  width: 10px;
  height: 10px;
}
.icon-bullet-fp-empty {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -139px;
  width: 12px;
  height: 12px;
}
.icon-bullet-fp-full {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -122px;
  width: 12px;
  height: 12px;
}
.icon-bullet-full {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -221px;
  width: 10px;
  height: 10px;
}
.icon-bullet-olfactory--off {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -324px -169px;
  width: 5px;
  height: 5px;
}
.icon-bullet-olfactory--on {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -324px -185px;
  width: 5px;
  height: 5px;
}
.icon-cart-close {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -309px;
  width: 9px;
  height: 9px;
}
.icon-check-grey {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -231px -160px;
  width: 7px;
  height: 5px;
}
.icon-checkbox-checked--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -281px;
  width: 9px;
  height: 9px;
}
.icon-checkbox-checked {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -179px;
  width: 15px;
  height: 15px;
}
.icon-checkbox-error--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -317px -269px;
  width: 9px;
  height: 9px;
}
.icon-checkbox-error {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -199px;
  width: 15px;
  height: 15px;
}
.icon-checkbox-unchecked--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -295px;
  width: 9px;
  height: 9px;
}
.icon-checkbox-unchecked {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -139px;
  width: 15px;
  height: 15px;
}
.icon-close-recent {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -172px;
  width: 11px;
  height: 11px;
}
.icon-cn-contact-chat {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -243px -196px;
  width: 15px;
  height: 14px;
}
.icon-cn-contact-customer-service {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -253px -218px;
  width: 10px;
  height: 20px;
}
.icon-cn-contact-in-store {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -115px;
  width: 12px;
  height: 19px;
}
.icon-coverage-empty {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -182px -96px;
  width: 9px;
  height: 8px;
}
.icon-coverage-full {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -182px -109px;
  width: 9px;
  height: 8px;
}
.icon-coverage-half {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -101px -68px;
  width: 9px;
  height: 8px;
}
.icon-defile-calendar {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -175px -218px;
  width: 33px;
  height: 24px;
}
.icon-defile-mail {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -198px -178px;
  width: 33px;
  height: 22px;
}
.icon-facebook-circle-black--large {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -98px -82px;
  width: 44px;
  height: 43px;
}
.icon-facebook-circle-black--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -70px -218px;
  width: 30px;
  height: 29px;
}
.icon-filter-checked {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -92px;
  width: 18px;
  height: 18px;
}
.icon-footer-bag-black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -231px -144px;
  width: 7px;
  height: 11px;
}
.icon-footer-icp {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -156px;
  width: 13px;
  height: 11px;
}
.icon-googleplus-circle-black--large {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -130px;
  width: 44px;
  height: 43px;
}
.icon-googleplus-circle-black--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -35px -218px;
  width: 30px;
  height: 29px;
}
.icon-grid {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -196px -94px;
  width: 31px;
  height: 45px;
}
.icon-header-bag-black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -17px -302px;
  width: 11px;
  height: 18px;
}
.icon-header-bag-white {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -302px;
  width: 12px;
  height: 18px;
}
.icon-header-close {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -252px;
  width: 27px;
  height: 27px;
}
.icon-header-glass-black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -73px -302px;
  width: 14px;
  height: 12px;
}
.icon-header-glass-white {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -92px -302px;
  width: 14px;
  height: 12px;
}
.icon-header-newsletter-black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -29px -284px;
  width: 17px;
  height: 12px;
}
.icon-header-newsletter-white {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -51px -284px;
  width: 17px;
  height: 12px;
}
.icon-instagram-circle-black--large {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -147px -48px;
  width: 44px;
  height: 43px;
}
.icon-instagram-circle-black--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -105px -218px;
  width: 30px;
  height: 29px;
}
.icon-large-arrow-left {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -53px -178px;
  width: 46px;
  height: 22px;
}
.icon-large-arrow-right {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -104px -178px;
  width: 46px;
  height: 22px;
}
.icon-newsletter-circle-black--large {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -49px -130px;
  width: 44px;
  height: 43px;
}
.icon-newsletter-circle-black--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -147px -96px;
  width: 30px;
  height: 29px;
}
.icon-player-play-min {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -251px;
  width: 8px;
  height: 12px;
}
.icon-plus--black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -51px -32px;
  width: 45px;
  height: 45px;
}
.icon-plus {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -32px;
  width: 46px;
  height: 45px;
}
.icon-popin-close--grey {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -155px;
  width: 25px;
  height: 25px;
}
.icon-popin-close--white {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -32px -252px;
  width: 27px;
  height: 27px;
}
.icon-print--black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -33px -302px;
  width: 15px;
  height: 13px;
}
.icon-print--white {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -53px -302px;
  width: 15px;
  height: 13px;
}
.icon-search-black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -219px;
  width: 16px;
  height: 14px;
}
.icon-shade-trigger {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -101px -32px;
  width: 31px;
  height: 31px;
}
.icon-share-mail--black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px 0px;
  width: 13px;
  height: 14px;
}
.icon-share-mail--white {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -19px;
  width: 13px;
  height: 14px;
}
.icon-tooltip {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -159px;
  width: 15px;
  height: 15px;
}
.icon-triangle-down--black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -67px -205px;
  width: 9px;
  height: 5px;
}
.icon-triangle-down--white {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -129px -68px;
  width: 9px;
  height: 5px;
}
.icon-triangle-right--black {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -324px -139px;
  width: 5px;
  height: 9px;
}
.icon-triangle-right--white {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -324px -125px;
  width: 5px;
  height: 9px;
}
.icon-triangle-up--lightGrey {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -53px -205px;
  width: 9px;
  height: 5px;
}
.icon-tumblr-circle-black--large {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -147px 0px;
  width: 44px;
  height: 43px;
}
.icon-tumblr-circle-black--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -140px -218px;
  width: 30px;
  height: 29px;
}
.icon-tunnel-amex {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -224px -252px;
  width: 35px;
  height: 20px;
}
.icon-tunnel-arrow-breadcrumb {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -324px -155px;
  width: 5px;
  height: 9px;
}
.icon-tunnel-bancontact {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -104px -252px;
  width: 35px;
  height: 20px;
}
.icon-tunnel-cb {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -213px -218px;
  width: 35px;
  height: 20px;
}
.icon-tunnel-cod {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -50px;
  width: 35px;
  height: 20px;
}
.icon-tunnel-dinners {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -100px;
  width: 35px;
  height: 20px;
}
.icon-tunnel-helpbox-chat {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -188px;
  width: 11px;
  height: 10px;
}
.icon-tunnel-helpbox-mail {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -268px;
  width: 11px;
  height: 8px;
}
.icon-tunnel-helpbox-phone {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -232px -94px;
  width: 6px;
  height: 12px;
}
.icon-tunnel-ideal {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -75px;
  width: 35px;
  height: 20px;
}
.icon-tunnel-jcb {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -64px -252px;
  width: 35px;
  height: 20px;
}
.icon-tunnel-maestro {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -25px;
  width: 35px;
  height: 20px;
}
.icon-tunnel-mastercard {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px 0px;
  width: 35px;
  height: 20px;
}
.icon-tunnel-paypal--large {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px 0px;
  width: 142px;
  height: 27px;
}
.icon-tunnel-paypal {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -155px -178px;
  width: 38px;
  height: 22px;
}
.icon-tunnel-sofort {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -184px -252px;
  width: 35px;
  height: 20px;
}
.icon-tunnel-visa {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -144px -252px;
  width: 35px;
  height: 20px;
}
.icon-twitter-circle-black--large {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -49px -82px;
  width: 44px;
  height: 43px;
}
.icon-twitter-circle-black--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -196px -144px;
  width: 30px;
  height: 29px;
}
.icon-waterproof {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -203px;
  width: 8px;
  height: 13px;
}
.icon-weibo-circle-black--large {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -82px;
  width: 44px;
  height: 43px;
}
.icon-weibo-circle-black--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -218px;
  width: 30px;
  height: 29px;
}
.icon-zoom-moins {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -125px;
  width: 25px;
  height: 25px;
}
.icon-zoom-plus {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -185px;
  width: 25px;
  height: 25px;
}
.icon-zoom {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -178px;
  width: 48px;
  height: 35px;
}
/*
LESS 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 name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
.icon-player-chapter_cursor {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: 0px -102px;
  width: 11px;
  height: 6px;
}
.icon-player-chapter_cursor_black {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -91px -66px;
  width: 11px;
  height: 6px;
}
.icon-player-close-share {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -114px -21px;
  width: 9px;
  height: 9px;
}
.icon-player-diortv {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: 0px 0px;
  width: 86px;
  height: 20px;
}
.icon-player-embed {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -61px -25px;
  width: 23px;
  height: 17px;
}
.icon-player-facebook {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -114px 0px;
  width: 9px;
  height: 16px;
}
.icon-player-fullscreen {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -32px -25px;
  width: 24px;
  height: 18px;
}
.icon-player-google-plus {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -91px -46px;
  width: 17px;
  height: 15px;
}
.icon-player-layer-close {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: 0px -25px;
  width: 27px;
  height: 27px;
}
.icon-player-next {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -114px -51px;
  width: 6px;
  height: 11px;
}
.icon-player-pause {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -89px -82px;
  width: 10px;
  height: 12px;
}
.icon-player-play {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -72px -82px;
  width: 12px;
  height: 12px;
}
.icon-player-previous {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -114px -35px;
  width: 6px;
  height: 11px;
}
.icon-player-replay {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: 0px -57px;
  width: 20px;
  height: 20px;
}
.icon-player-script {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -49px -57px;
  width: 20px;
  height: 17px;
}
.icon-player-share {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -25px -57px;
  width: 19px;
  height: 18px;
}
.icon-player-sound-off {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -91px -23px;
  width: 18px;
  height: 18px;
}
.icon-player-sound-on {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -91px 0px;
  width: 18px;
  height: 18px;
}
.icon-player-subtitles-off {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -25px -82px;
  width: 20px;
  height: 15px;
}
.icon-player-subtitles-on {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: 0px -82px;
  width: 20px;
  height: 15px;
}
.icon-player-tumblr {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -74px -57px;
  width: 10px;
  height: 15px;
}
.icon-player-twitter {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -50px -82px;
  width: 17px;
  height: 15px;
}
/*
LESS 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 name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
.icon-i18n-be {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -24px 0px;
  width: 19px;
  height: 11px;
}
.icon-i18n-br {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -48px -16px;
  width: 19px;
  height: 11px;
}
.icon-i18n-cn {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: 0px -16px;
  width: 19px;
  height: 11px;
}
.icon-i18n-de {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -24px -16px;
  width: 19px;
  height: 11px;
}
.icon-i18n-es {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: 0px -32px;
  width: 19px;
  height: 11px;
}
.icon-i18n-fr {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -24px -32px;
  width: 19px;
  height: 11px;
}
.icon-i18n-hk {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -48px 0px;
  width: 19px;
  height: 11px;
}
.icon-i18n-it {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: 0px 0px;
  width: 19px;
  height: 11px;
}
.icon-i18n-ja {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -48px -32px;
  width: 19px;
  height: 11px;
}
.icon-i18n-ko {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: 0px -48px;
  width: 19px;
  height: 11px;
}
.icon-i18n-ru {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -24px -48px;
  width: 19px;
  height: 11px;
}
.icon-i18n-tw {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -48px -48px;
  width: 19px;
  height: 11px;
}
.icon-i18n-uk {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -72px 0px;
  width: 19px;
  height: 11px;
}
.icon-i18n-us {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -72px -16px;
  width: 19px;
  height: 11px;
}
/* LAYOUT */
html {
  position: relative;
}
body {
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
}
body.ru,
.ru body {
  font-family: "Century Gothic Cy", CenturyGothic, AppleGothic, sans-serif;
}
#container {
  position: relative;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
}
#container.ru,
.ru #container {
  font-family: "Century Gothic Cy", CenturyGothic, AppleGothic, sans-serif;
}
#container ul,
#container li {
  list-style: none;
}
#container .breadcrumb {
  padding: 12px 0 20px 20px;
}
#container .breadcrumb li {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
#container .breadcrumb li.breadcrumb-separator {
  color: #757575;
}
#container .breadcrumb li a {
  color: #757575;
  vertical-align: top;
}
#container .breadcrumb li a:hover {
  font-weight: bold;
}
#container .page-overlay {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900;
  background-color: #000000;
}
hr {
  height: 1px;
  margin: 0 auto 2.9%;
  display: block;
  border: none;
  color: #e5e5e5;
  background-color: #e5e5e5;
}
hr.hr--small {
  width: 42px;
  margin: 0 auto;
}
/*   Hoverable   */
.hoverable-picture {
  display: block;
  position: relative;
}
.hoverable-picture:hover .picture-overlay,
.hoverable-picture.hover .picture-overlay,
.hoverable-picture:hover .picture-legend,
.hoverable-picture.hover .picture-legend {
  display: block;
}
.hoverable-picture .picture-overlay {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #000000;
}
.hoverable-picture .picture-legend {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: left;
}
.hoverable-picture .legend-content {
  line-height: normal;
}
.hoverable-picture .picture-overlay,
.hoverable-picture .picture-legend {
  display: none;
}
.sprite-icon {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-indent: -9999px;
}
.large-bg {
  margin: 0 auto;
  color: #ffffff;
  background-color: #000000;
}
.large-bg.large-bg--white {
  color: #000000;
  background-color: #ffffff;
}
.print {
  display: none;
}
/* BREAKPOINT X-LARGE */
.breakpoint-x-large .large-bg {
  width: 1600px;
}
@media only screen and (min-width: 1600px) {
  .large-bg {
    width: 1600px;
  }
}
/* -----------------
FORM
-------------------- */
/* Text & Password */
input[type=tel],
input[type=text],
input[type=password],
input[type=email] {
  height: 30px;
}
input[type=tel],
input[type=text],
input[type=password],
input[type=email],
textarea {
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  font-size: 12px;
  border: none;
  color: #9a9a9a;
  background-color: #f6f6f6;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=text]::-ms-clear {
  display: none;
}
/* Textarea */
textarea {
  height: 78px;
  padding-top: 10px;
  font-family: Arial, sans-serif;
  resize: none;
}
/* Placeholder */
.form-field-placeholder {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  color: #9a9a9a;
  font-size: 13px;
  line-height: 30px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.form-field-helper {
  color: #757575;
  font-size: 0.6875rem;
  margin-top: 5px;
}
.show-placeholder .form-field-placeholder {
  display: block;
}
/* Select */
select {
  height: 30px;
}
.custom-select {
  height: 30px;
  padding: 5px 5px 5px 10px;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  font-family: "Century Gothic", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.custom-select.drop-up .custom-select-list {
  top: inherit;
  bottom: 100%;
}
.custom-select.drop-up .custom-select-label:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.custom-select.drop-up.custom-select-toggled .custom-select-label:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.custom-select-toggled {
  overflow: visible;
}
.custom-select select {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  position: absolute;
  right: 100%;
  bottom: 100%;
}
.custom-select-label {
  width: 100%;
  height: 100%;
  padding-right: 25px;
  white-space: nowrap;
  line-height: 20px;
  color: #9a9a9a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.custom-select-label:after {
  display: block;
  position: absolute;
  top: 6px;
  right: 14px;
  font-size: 12px;
  color: black;
  content: '\e904';
  font-family: 'diorcom-icons';
  -webkit-font-smoothing: antialiased;
}
.custom-select-toggled .custom-select-label:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-select-has-value {
  color: black;
}
.custom-select ul {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 5;
  list-style-type: none;
  border: 1px solid #e5e5e5;
  background-color: white;
}
.custom-select li {
  padding: 5px 5px 5px 10px;
}
.custom-select li[disabled] {
  pointer-events: none;
  color: #9a9a9a;
}
.custom-select li:hover {
  background-color: #e5e5e5;
}
.custom-select-selected {
  background-color: #e5e5e5;
}
.custom-select-scrollable {
  overflow: auto;
}
.custom-select-disabled {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #dfdfdf !important;
}
.custom-select-disabled .custom-select-label {
  color: #dfdfdf !important;
}
.custom-select-disabled .custom-select-arrow {
  border-width: 5px 4px 0 4px;
  border-color: #dfdfdf transparent transparent transparent;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
/*------------------------------------------------------------------------------
    ADA SELECT
-------------------------------------------------------------------------------*/
.select-wrapper {
  position: relative;
  background: white;
  border: 1px solid #cecece;
  display: inline-block;
  margin-bottom: 5px;
}
.select-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #000000;
  padding: 0 30px 0 10px;
  width: 293px;
  height: 30px;
  box-sizing: border-box;
  border: 0;
  font-size: 12px;
  font-family: "Century Gothic", Arial, sans-serif;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.select-wrapper select:focus {
  box-shadow: 2px 2px 5px -1px #cecece;
}
.select-wrapper .has-value {
  color: black;
}
.select-wrapper .select--small {
  width: 150px;
}
.select-wrapper .select--medium {
  width: 228px;
}
.select-wrapper:after {
  display: block;
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 12px;
  color: black;
  content: '\e904';
  font-family: 'diorcom-icons';
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
}
/*------------------------------------------------------------------------------
    MODULE DROPUP
-------------------------------------------------------------------------------*/
.mod-dropup {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-align: left;
  position: relative;
}
.mod-dropup.mod-dropup--open .dropup-list,
.mod-dropup.mod-dropup--open .scroller {
  border: 1px solid #f6f6f6;
  border-bottom: none;
}
.mod-dropup .dropup-trigger {
  height: 40px;
  display: block;
  overflow: hidden;
}
.mod-dropup .dropup-trigger:active,
.mod-dropup .dropup-trigger:hover,
.mod-dropup .dropup-trigger:visited,
.mod-dropup .dropup-trigger:focus {
  border: none;
  outline: 0;
}
.mod-dropup .dropup-trigger .label,
.mod-dropup .dropup-trigger .value {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.mod-dropup .dropup-trigger .label {
  color: #38393b;
}
.mod-dropup .dropup-trigger .value {
  color: #6b6968;
  margin: 0 10px 0 0;
}
.mod-dropup .dropup-trigger .arrow-up {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #000000 transparent;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
}
.mod-dropup .dropup-list,
.mod-dropup .scroller {
  position: absolute;
  width: 100%;
  height: 0;
  left: -1px;
  bottom: 40px;
  border: none;
}
.mod-dropup .dropup-list {
  overflow: hidden;
}
.mod-dropup .scroller {
  height: 163px;
  overflow: hidden;
  border: none;
}
.mod-dropup .scroller .dropup-list {
  height: auto;
  bottom: 0;
}
.mod-dropup .scroller .viewport {
  height: 163px;
  width: 100%;
}
.mod-dropup .scroller .scrollbar {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.mod-dropup .dropup-item {
  width: 100%;
  height: 40px;
  position: relative;
  font-size: 11px;
  border-bottom: 1px solid #f6f6f6;
  background-color: #ffffff;
  text-transform: uppercase;
}
.mod-dropup .dropup-item a {
  height: 15px;
  padding: 12px 20px 13px;
  display: block;
  position: relative;
  line-height: normal;
  text-align: left;
  color: #000000;
}
.mod-dropup .dropup-item a:hover,
.mod-dropup .dropup-item a.active {
  background-color: #f6f6f6;
}
.mod-dropup .dropup-item a.active .valid {
  display: block;
}
.ie6 .mod-dropup .dropup-item a {
  width: 100% !important;
}
.mod-dropup .dropup-item span {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  height: 15px;
}
.mod-dropup .dropup-item span.break {
  height: 1px;
}
/*------------------------------------------------------------------------------
    MODULE DROPDOWN
-------------------------------------------------------------------------------*/
.mod-dropdown {
  position: relative;
}
.mod-dropdown.mod-dropdown--open .dropdown-list,
.mod-dropdown.mod-dropdown--open .scroller {
  border-bottom: none;
}
.mod-dropdown .dropdown-trigger {
  display: block;
  overflow: hidden;
}
.mod-dropdown .dropdown-trigger:active,
.mod-dropdown .dropdown-trigger:hover,
.mod-dropdown .dropdown-trigger:visited,
.mod-dropdown .dropdown-trigger:focus {
  border: none;
  outline: 0;
}
.mod-dropdown .dropdown-trigger .dropdown-arrow {
  display: block;
  position: absolute;
}
.mod-dropdown .dropdown-list,
.mod-dropdown .scroller {
  position: absolute;
  width: 100%;
  height: 0;
  border: none;
}
.mod-dropdown .dropdown-list {
  overflow: hidden;
}
.mod-dropdown .scroller {
  overflow: hidden;
  border: none;
}
.mod-dropdown .scroller .dropdown-list {
  height: auto;
  bottom: 0;
}
.mod-dropdown .scroller .viewport {
  width: 100%;
}
.mod-dropdown .scroller .scrollbar {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.mod-dropdown .dropdown-item {
  width: 100%;
  position: relative;
  text-align: center;
}
.mod-dropdown .dropdown-item a {
  display: block;
  position: relative;
}
.ie6 .mod-dropdown .dropdown-item a {
  width: 100% !important;
}
/*======================================================================
Checkbox & Radio
======================================================================*/
input[type="checkbox"].checkbox {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
  pointer-events: none;
}
.checkbox {
  width: auto;
}
label.checkbox-wrapper,
label.radio-wrapper {
  padding: 0 0 0 25px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  line-height: 15px;
  position: relative;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
label.checkbox-wrapper:before,
label.radio-wrapper:before,
label.checkbox-wrapper:after,
label.radio-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.disabled label.checkbox-wrapper,
.disabled label.radio-wrapper {
  color: #9a9a9a;
}
/*===============
Checkbox
=================*/
label.checkbox-wrapper i.icon-checkbox-unchecked {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
label.checkbox-wrapper:before,
label.checkbox-wrapper i.icon-checkbox-unchecked {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -139px;
  width: 15px;
  height: 15px;
}
label.checkbox-wrapper.checkbox-wrapper--small {
  padding-top: 0;
}
label.checkbox-wrapper.checkbox-wrapper--small:before {
  top: 3px;
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -295px;
  width: 9px;
  height: 9px;
}
label.checkbox-wrapper.checkbox-wrapper--small i.icon-checkbox-unchecked--small {
  margin: -3px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -295px;
  width: 9px;
  height: 9px;
}
label.checkbox-wrapper.checkbox-wrapper--full {
  height: 12px;
  padding: 8px 0;
  color: #000000;
  border: 1px solid #000000;
}
label.checkbox-wrapper.checkbox-wrapper--full:before {
  display: none;
}
label.checkbox-wrapper.checkbox-wrapper--full.checkbox-wrapper--full-checked {
  background-color: #000000;
  color: #ffffff;
}
.disabled label.checkbox-wrapper.checkbox-wrapper--full {
  color: #9a9a9a;
  border-color: #9a9a9a;
}
label.checkbox-wrapper.checked i.icon-checkbox-unchecked {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -179px;
  width: 15px;
  height: 15px;
}
label.checkbox-wrapper.checkbox-wrapper--small.checked i.icon-checkbox-unchecked--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -281px;
  width: 9px;
  height: 9px;
}
.has-error label.checkbox-wrapper:before,
.has-error label.checkbox-wrapper i.icon-checkbox-unchecked {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -199px;
  width: 15px;
  height: 15px;
}
.has-error label.checkbox-wrapper.checkbox-wrapper--small:before,
.has-error label.checkbox-wrapper i.icon-checkbox-unchecked--small {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -317px -269px;
  width: 9px;
  height: 9px;
}
input[type="checkbox"]:checked.checkbox + label.checkbox-wrapper:before {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -269px -179px;
  width: 15px;
  height: 15px;
}
input[type="checkbox"]:checked.checkbox + label.checkbox-wrapper.checkbox-wrapper--small:before {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -281px;
  width: 9px;
  height: 9px;
}
input[type="checkbox"]:checked.checkbox + label.checkbox-wrapper.checkbox-wrapper--full {
  background-color: #000000;
  color: #ffffff;
}
.checkbox-privacy {
  color: #9a9a9a;
  font-size: 11px;
  cursor: pointer;
}
/*===============
Radio
=================*/
label.radio-wrapper {
  padding: 0 0 0 30px;
}
input[type="radio"].radio,
input[type="checkbox"].radio {
  position: absolute;
  left: -1000px;
}
input[type="radio"].radio + label.radio-wrapper,
input[type="radio"]:checked.radio + label.radio-wrapper {
  position: relative;
}
input[type="radio"].radio + label.radio-wrapper:before,
input[type="radio"]:checked.radio + label.radio-wrapper:before,
input[type="radio"].radio + label.radio-wrapper:after,
input[type="radio"]:checked.radio + label.radio-wrapper:after {
  margin: -4px 0 0;
}
input[type="radio"].radio + label.radio-wrapper:before,
input[type="radio"]:checked.radio + label.radio-wrapper:before {
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 11px;
  background-color: #ffffff;
}
input[type="radio"]:checked.radio + label.radio-wrapper:after {
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
  border-radius: 5px;
  background-color: #000000;
}
/*======================================================================
Errors
======================================================================*/
.error-msg {
  display: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #d70000;
  list-style: none;
}
.error label {
  color: #d70000;
}
.error input[type=text],
.error input[type=password],
.error input[type=email],
.error input[type=tel],
.error textarea,
.error select,
.error .selectric {
  border: 1px solid #d70000;
}
.error .custom-select {
  border: 1px solid #d70000;
}
.ie7 .error select {
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0, color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0, color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, color=#FF0000);
}
.ie6 .error input,
.ie6 .error textarea {
  border: 1px solid #d70000;
}
.ie6 .error .select-wrapper {
  border: 1px solid #d70000;
}
.ie6 .error .checkbox,
.ie6 .error .input-submit {
  border: none;
}
input[type=text].error,
input[type=tel].error,
input[type=password].error,
input[type=email].error,
textarea.error,
.custom-select.error {
  border: 1px solid #d70000;
}
.autocomplete-wrapper {
  position: relative;
}
.autocomplete-list {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.autocomplete-list.list-active {
  border: 1px solid #cecece;
  border-top: none;
}
.autocomplete-list a {
  display: block;
  margin: 0;
  padding: 4px 10px;
  border-bottom: 1px solid #cecece;
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  font-family: "Century Gothic", Arial, sans-serif;
}
.autocomplete-list li:first-child a {
  padding-top: 6px;
}
.autocomplete-list li:last-child a {
  padding-bottom: 6px;
  border-bottom: none;
}
@keyframes onAutoFillStart {
  from {
    /**/
  }
  to {
    /**/
  }
}
@keyframes onAutoFillCancel {
  from {
    /**/
  }
  to {
    /**/
  }
}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}
.dior-v7 input[type=text],
.dior-v7 input[type=tel],
.dior-v7 input[type=password],
.dior-v7 input[type=email],
.dior-v7 textarea {
  color: #000;
}
/* -----------------
        GRID
-------------------- */
.grid {
  width: 100%;
  margin: 0 auto;
  /*****************  Half  *******************/
  /***************** Thirds *******************/
  /*****************  Fourth  *******************/
  /*****************  Fifth  *******************/
  /***************** Sixth *******************/
  /*****************  Twelfth  *******************/
}
@media only screen and (max-width: 1024px) {
  .grid {
    width: 970px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .grid {
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .grid {
    width: 1400px;
  }
}
.breakpoint-tablet .grid {
  width: 970px;
}
.breakpoint-small .grid {
  width: auto;
  margin: 0 20px;
}
.breakpoint-large .grid {
  width: 1400px;
}
.grid .row {
  margin: 0 0 2.9%;
}
.grid .row.row-no-margin {
  margin: 0;
}
.page-eco .grid .row {
  margin: 0 0 3.1%;
}
.page-eco .grid .row-no-margin {
  margin: 0;
}
.grid .column {
  margin: 0 0 0 2.9%;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: left;
}
.grid .column.column-no-margin {
  margin: 0;
}
.grid .one-whole {
  width: 100%;
}
.grid .one-half {
  width: 48.55%;
}
.grid .one-half .one-half {
  width: 47.1%;
}
.grid .one-half .one-half .column {
  margin: 0 0 0 5.8%;
}
.grid .one-half .one-half .column.column-no-margin {
  margin: 0;
}
.grid .one-third {
  width: 31.4%;
}
.grid .one-third .row {
  margin: 0 0 9.1% 0;
}
.grid .one-third .row.row-no-margin {
  margin: 0;
}
.grid .one-third .column {
  margin: 0 0 0 9.1%;
}
.grid .one-third .column.column-no-margin {
  margin: 0;
}
.grid .two-thirds {
  width: 65.7%;
}
.grid .two-thirds .row {
  margin: 0 0 4.4%;
}
.grid .two-thirds .row.row-no-margin {
  margin: 0;
}
.grid .two-thirds .column {
  margin: 0 0 0 4.4%;
}
.grid .two-thirds .column.column-no-margin {
  margin: 0;
}
.grid .two-thirds .one-half {
  width: 47.8%;
}
.grid .one-fourth {
  width: 22.825%;
}
.grid .three-fourths {
  width: 74.275%;
}
.grid .one-fifth {
  width: 20%;
}
.grid .two-fifths {
  width: 40%;
}
.grid .three-fifths {
  width: 60%;
}
.grid .one-sixth {
  width: 14.25%;
}
.grid .ten-twelfth {
  width: 82.85%;
}
.grid .ten-twelfth .column {
  margin: 0 0 0 3.4%;
}
.grid .ten-twelfth .column.column-no-margin {
  margin: 0;
}
.grid .ten-twelfth .one-half {
  width: 48.3%;
}
.ie7 .grid .ten-twelfth .one-half {
  width: 48%;
}
.ie6 .grid .ten-twelfth .one-half {
  width: 47.5%;
}
.grid .ten-twelfth .one-third {
  width: 31%;
}
.grid .ten-twelfth .two-fifths {
  width: 38%;
}
.grid .ten-twelfth .three-fifths {
  width: 58.6%;
}
.grid img {
  width: 100%;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
@media only screen and (min-width: 1440px) {
  .dior-v7 .header-topmenu .grid {
    width: auto;
  }
}
.lte7 .grid .one-third {
  width: 31.2%;
}
.lte7 .grid .two-thirds {
  width: 65%;
}
.lte7 .grid .row {
  width: 100%;
  overflow: hidden;
}
.lte7 .grid .row .one-third {
  width: 31.2%;
}
.lte7 .grid .row .two-thirds {
  width: 65.5%;
}
.lte7 .grid .row .one-sixth {
  width: 14%;
}
.lte7 .grid .ten-twelfth .row .three-fifths {
  width: 58.6%;
}
.lte7 .grid .ten-twelfth .row .one-third {
  width: 31%;
}
.lte7 .grid .one-half .row .one-fourth {
  width: 22.5%;
}
.ie7 .grid .one-half {
  width: 48.5%;
}
.ie7 .grid .two-thirds .one-half {
  width: 47.5%;
}
.ie6 .grid .one-half {
  width: 48%;
}
.ie6 .grid .one-half .one-half {
  width: 46.5%;
}
.ie6 .grid .two-thirds .one-half {
  width: 45%;
}
.ie6 .grid .ten-twelfth .two-fifths {
  width: 37.75%;
}
html.popin-opened {
  height: 100%;
  overflow: hidden;
  position: static;
}
.popin-wrapper {
  position: static;
  font-family: "Century Gothic", Arial, sans-serif;
}
.popin-wrapper.visible {
  display: block;
}
.popin-wrapper .popin-overlay {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000000;
}
.popin-wrapper .popin {
  display: none;
  position: absolute;
  z-index: 101;
  background-color: #ffffff;
}
.popin-wrapper .popin.ajax-popin {
  width: 980px;
}
.popin-wrapper .popin .close {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -294px -155px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}
.popin-wrapper .popin .close:focus {
  border: 1px solid black;
}
.popin-wrapper .popin .popin-title {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 30px;
}
.popin-wrapper .popin .popin-subtitle {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.popin-wrapper .popin .popin-help-text {
  margin: 0 0 20px;
  text-transform: none;
  font-size: 13px;
}
.popin-wrapper .popin.fullscreen {
  width: 100%;
  min-height: 100%;
}
.popin-wrapper .popin.popin-video-fullscreen {
  background-color: black;
}
.popin-wrapper .popin.popin-video-fullscreen .block-video {
  width: 100%;
  height: 100%;
}
.popin-wrapper .popin.popin-video-fullscreen .icon-close {
  display: none;
}
.shadecomparator {
  width: 900px;
  height: 390px;
  padding: 40px 40px 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
}
.shadecomparator .shadecomparator-content {
  height: 280px;
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.shadecomparator .shadecomparator-productsselector {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-align: left;
  line-height: normal;
}
.shadecomparator .shadecomparator-productsselector.productsselector-right .swatches-list,
.shadecomparator .shadecomparator-productsselector.productsselector-right .swatch-name,
.shadecomparator .shadecomparator-productsselector.productsselector-right .btn {
  margin-left: 120px;
}
.shadecomparator .swatches-list {
  width: 330px;
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-align: left;
}
.shadecomparator .swatches-list li {
  width: 25px;
  height: 25px;
  margin: 0 5px 5px 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.shadecomparator .swatches-list li.selected {
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
}
.shadecomparator .swatches-list li.selected img {
  width: 19px;
  height: 19px;
  border: 2px solid #ffffff;
}
.shadecomparator .toneslider {
  width: 190px;
  height: 280px;
  margin: -140px 0 0 -95px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: normal;
}
.shadecomparator .toneslider img {
  margin-top: 53px;
}
.shadecomparator .toneslider .toneslider-halftone {
  width: 95px;
  height: 280px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #e5e5e5;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center right;
}
.shadecomparator .toneslider .toneslider-halftone .toneslider-trigger {
  position: absolute;
  bottom: -15px;
  left: -15px;
}
.lte7 .shadecomparator .toneslider .toneslider-halftone .toneslider-trigger i {
  display: block;
}
.shadecomparator .swatch-name {
  margin: 0 0 15px;
  display: block;
  text-align: left;
  font-size: 12px;
  color: #9a9a9a;
}
.stockalert {
  width: 440px;
  padding: 40px 120px;
  background-color: #ffffff;
}
.stockalert .popin-title {
  text-align: center;
}
.popin-wrapper .stockalert .popin-title {
  margin-bottom: 40px;
}
.popin-wrapper .stockalert .popin-subtitle {
  text-transform: none;
}
.stockalert .stockalert-error,
.stockalert .legal-error {
  margin: 0 0 20px;
  display: none;
  font-size: 12px;
  list-style: none;
  color: #d70000;
}
.stockalert .popin-content {
  position: relative;
  text-align: left;
}
.stockalert .stockalert-email {
  width: 420px;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.lte8 .stockalert .stockalert-email {
  height: 22px;
  padding: 8px 0 0 10px;
}
.stockalert .stockalert-checkboxes {
  margin: 0 0 20px;
  font-size: 13px;
}
.stockalert .stockalert-mention {
  margin: 30px 0 40px;
  font-size: 11px;
  line-height: 18px;
  color: #9a9a9a;
}
.stockalert .stockalert-buttons {
  text-align: right;
}
.stockalert .stockalert-legal {
  display: none;
  background-color: #ffffff;
}
.stockalert .stockalert-legal h5 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}
.stockalert .stockalert-legal .legal-text {
  width: 100%;
  text-transform: none;
  font-size: 11px;
  line-height: 16px;
  color: #9a9a9a;
}
.stockalert .stockalert-legal .legal-text .viewport {
  width: 420px;
  height: 75px;
}
.stockalert .stockalert-legal .legal-text .scrollbar,
.stockalert .stockalert-legal .legal-text .track,
.stockalert .stockalert-legal .legal-text .thumb,
.stockalert .stockalert-legal .legal-text .thumb .end {
  width: 4px;
}
.stockalert .stockalert-legal .legal-text .track {
  background-color: #e5e5e5;
}
.stockalert .stockalert-legal .legal-text .track .thumb {
  background-color: #000000;
}
.stockalert .stockalert-legal .legal-text .track .thumb .end {
  background-color: #000000;
}
.stockalert .stockalert-legal .legal-check {
  margin: 20px 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  line-height: 18px;
}
.stockalert .stockalert-success {
  display: none;
  text-align: center;
  font-size: 12px;
}
/* OLFACTORY */
.popin-olfactory {
  width: 940px;
  height: 460px;
  padding: 30px 20px 0;
  text-align: center;
  color: #ffffff;
}
.popin-wrapper .popin-olfactory {
  background-color: #000000;
}
.popin-wrapper .popin-olfactory .close {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -32px -252px;
  width: 27px;
  height: 27px;
}
.ie6 .popin-wrapper .popin-olfactory .close {
  width: 28px;
}
.popin-olfactory .olfactory-content {
  position: relative;
}
.popin-olfactory .olfactory-picture,
.popin-olfactory .olfactory-text {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-align: center;
}
.popin-olfactory .olfactory-picture {
  width: 450px;
}
.popin-olfactory .olfactory-text {
  width: 390px;
  padding: 0 30px;
}
.popin-olfactory small,
.popin-olfactory strong {
  display: block;
  text-transform: uppercase;
}
.popin-olfactory small {
  margin: 0 0 15px;
  font-size: 12px;
}
.popin-olfactory strong {
  margin: 0 0 30px;
  font-size: 28px;
}
.popin-olfactory p {
  width: 240px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 22px;
}
.popin-olfactory .flex-direction-nav a {
  width: 30px;
  height: 15px;
  margin-top: -7.5px;
}
.popin-olfactory .prev-arrow,
.popin-olfactory .next-arrow {
  margin: 0;
  position: absolute;
}
.popin-olfactory .flex-prev {
  left: 0;
}
.popin-olfactory .flex-prev .prev-arrow {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -102px;
  width: 11px;
  height: 15px;
  top: 0;
  left: 0;
}
.popin-olfactory .flex-next {
  right: 0;
}
.popin-olfactory .flex-next .next-arrow {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -82px;
  width: 11px;
  height: 15px;
  top: 0;
  right: 0;
}
.popin-olfactory .flex-control-nav {
  left: 0;
}
.popin-olfactory .flex-control-nav.flex-control-paging a {
  width: 5px;
  height: 5px;
  margin: 0 7.5px;
  background-color: #717171;
}
.lte8 .popin-olfactory .flex-control-nav.flex-control-paging a {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -324px -169px;
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.popin-olfactory .flex-control-nav.flex-control-paging a.flex-active {
  background-color: #ffffff;
}
.lte8 .popin-olfactory .flex-control-nav.flex-control-paging a.flex-active {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -324px -185px;
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.ie6 .popin-olfactory .flex-control-nav.flex-control-paging {
  width: 100%;
  text-align: center;
}
.popin-quickbuy,
.popin-addtocart-confirm {
  width: 781px;
  padding: 60px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
}
.popin-quickbuy .addtocart-message,
.popin-addtocart-confirm .addtocart-message {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 20px;
}
.popin-quickbuy .addtocart-checkout,
.popin-addtocart-confirm .addtocart-checkout {
  margin: 0 0 0 20px;
}
.popin-quickbuy {
  width: 750px;
  padding: 30px 30px 0;
}
.popin-wrapper .popin-quickbuy .popin-title {
  margin: 0;
  padding: 0 0 15px;
  font-size: 30px;
  line-height: normal;
  border-bottom: 1px solid #e5e5e5;
}
.popin-quickbuy .popin-packshot {
  height: 500px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  zoom: 1;
}
.popin-quickbuy .popin-packshot img {
  height: 100%;
}
.popin-quickbuy .addtocart-message {
  margin: 30px 0 40px;
}
.popin-quickbuy .addtocart-buttons {
  padding-bottom: 60px;
}
/* FORMEL */
.popin-formel-alteration {
  width: 620px;
  padding: 40px 80px;
}
.popin-wrapper .popin-formel-alteration .popin-title {
  margin: 0 0 25px;
  text-align: center;
}
.popin-formel-timeless {
  width: 560px;
  padding: 50px 60px;
}
.popin-wrapper .popin-formel-timeless .popin-title {
  text-align: center;
  margin-bottom: 12px;
}
.popin-wrapper .popin-formel-timeless .popin-subtitle {
  margin: 0 0 30px;
  text-align: center;
  font-size: 13px;
}
/* ADVANTAGES */
.popin-eshop-advantages {
  width: 760px;
  padding: 0 100px;
}
.popin-wrapper .popin-eshop-advantages .popin-title {
  margin: 40px 0;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.popin-eshop-advantages .eshop-advantages-sample {
  margin: 0 0 40px;
  padding: 20px 40px;
  font-size: 0;
  border: 1px solid #e5e5e5;
}
.popin-eshop-advantages .eshop-advantages-sample.eshop-advantages-sample--black {
  padding: 40px 0;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
}
.popin-eshop-advantages .eshop-advantages-sample.eshop-advantages-sample--black h4 {
  text-transform: uppercase;
}
.popin-eshop-advantages .eshop-advantages-sample .sample-text,
.popin-eshop-advantages .eshop-advantages-sample .sample-visual {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.popin-eshop-advantages .eshop-advantages-sample .sample-text {
  width: 460px;
  padding: 0 20px 0 0;
}
.popin-eshop-advantages .eshop-advantages-sample p {
  margin: 22px 0 0;
}
.popin-eshop-advantages h4 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.popin-eshop-advantages p {
  margin: 0 0 32px;
  font-size: 13px;
  line-height: 18px;
}
.popin-eshop-advantages table {
  margin: 0 0 40px;
}
.popin-eshop-advantages table td,
.popin-eshop-advantages table th {
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}
.popin-eshop-advantages table td {
  border: 1px solid #e5e5e5;
}
.popin-eshop-advantages table th {
  text-transform: uppercase;
}
.popin-eshop-advantages table th.table-cell--first {
  width: 160px;
  text-align: left;
}
/* SEND BY MAIL */
.send-by-mail {
  width: 620px;
  padding: 40px 80px;
  text-align: center;
}
.popin-wrapper .send-by-mail .popin-title {
  margin: 0 0 40px;
}
.send-by-mail form {
  text-transform: uppercase;
}
.send-by-mail form fieldset {
  text-align: left;
}
.send-by-mail form fieldset.popin-fieldset--first {
  margin: 0 0 40px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.send-by-mail form legend {
  margin: 0 0 20px;
  font-size: 12px;
}
.send-by-mail form li {
  margin: 0 0 15px;
  font-size: 0;
}
.send-by-mail form label,
.send-by-mail form input,
.send-by-mail form textarea {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
}
.send-by-mail form label + textarea {
  vertical-align: top;
}
.send-by-mail form label {
  width: 168px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
.send-by-mail form input,
.send-by-mail form textarea {
  width: 430px;
}
.ie8 .send-by-mail form input {
  height: 23px;
  padding-top: 7px;
}
.send-by-mail form textarea {
  height: 130px;
}
.send-by-mail form .popin-mention {
  margin: 20px 0;
  font-size: 12px;
  text-align: right;
  text-transform: none;
  color: #9a9a9a;
}
.send-by-mail form .popin-button {
  display: block;
  text-align: right;
}
.send-by-mail .send-by-mail-error {
  margin: 0 0 20px;
  text-align: left;
}
.send-by-mail .send-by-mail-success {
  font-size: 12px;
}
/* TUNNEL - TRIPSERVICE */
.popin-tripservice {
  width: 800px;
  padding: 40px 60px;
}
.popin-tripservice .popin-content {
  font-size: 0;
}
.popin-tripservice .tripservice-buttons .hidden {
  display: none;
}
/* TUNNEL - SAMPLES */
.popin-samples {
  width: 860px;
  padding: 40px 20px 40px 40px;
  text-align: center;
}
.popin-wrapper .popin-samples .popin-title {
  margin: 0 20px 0 0;
  padding: 0 0 15px;
  font-size: 18px;
  line-height: normal;
  border-bottom: 1px solid #e5e5e5;
}
.popin-samples .popin-content {
  font-size: 0;
}
/* TUNNEL - FORGOT PASS */
.popin-forgotpass {
  width: 870px;
  padding: 40px 0;
  text-align: center;
}
.popin-wrapper .popin-forgotpass .popin-title {
  margin: 0 0 30px;
}
/* Page contact */
.popin-contact {
  width: 680px;
  padding: 60px 80px;
  text-align: center;
}
.popin-contact h4 {
  margin-bottom: 40px;
  font-size: 30px;
  text-transform: uppercase;
}
.popin-contact p {
  font-size: 13px;
}
/* popin customisation error */
.popin-customisation-error {
  width: 400px;
  padding: 60px 80px;
  text-align: center;
}
.popin-customisation-error h2 {
  margin-bottom: 40px;
  font-size: 30px;
  text-transform: uppercase;
}
.popin-customisation-error p {
  font-size: 13px;
}
.popin-engraving-error .popin-title {
  text-align: center;
}
.popin-engraving {
  width: 90%;
  max-width: 1000px;
  height: 680px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
.popin-engraving-error {
  width: 768px;
}
.popin-engraving p {
  font-size: 0.8125rem;
  line-height: 1.2rem;
}
.popin-engraving .engraving-slider {
  padding: 0 20px;
}
.popin-engraving .engraving-slider li {
  text-align: center;
}
.popin-engraving .engraving-slider img {
  max-width: 80%;
}
.popin-engraving .popin-engraving-main,
.popin-engraving .engraving-workshop {
  width: 50%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.popin-engraving .engraving-workshop {
  position: absolute;
  padding: 25px;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.popin-engraving .engraving-workshop .engraving-worshop-scroller {
  overflow-y: auto;
  height: 100%;
  padding-right: 15px;
}
.popin-engraving .engraving-workshop .engraving-worshop-scroller::-webkit-scrollbar {
  width: 5px;
  background: #e0e0e0;
}
.popin-engraving .engraving-workshop .engraving-worshop-scroller::-webkit-scrollbar-button {
  display: none;
}
.popin-engraving .engraving-workshop .engraving-worshop-scroller::-webkit-scrollbar-thumb {
  background: #222;
}
.popin-engraving .popin-engraving-main {
  float: right;
  margin-bottom: 50px;
}
.popin-engraving .button-half {
  width: 47.5%;
  float: left;
  margin-right: 5%;
  line-height: 1rem;
}
.popin-engraving .button-half input.btn {
  width: 100%;
  padding: 15px 20px;
  font-size: 13px;
}
.popin-engraving .button-half:last-of-type {
  margin-right: 0;
}
.popin-engraving .engraving-legend {
  clear: left;
  color: #777;
  margin-top: 15px;
  font-size: 0.765rem;
  padding-top: 20px;
}
.popin-engraving .remaining {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 15px;
  font-size: 0.75rem;
  color: #777777;
  text-align: right;
}
.popin-engraving .engraving-workshop {
  font-size: 0.8125rem;
}
.popin-engraving .engraving-workshop h2 {
  margin-top: 30px;
  position: relative;
  padding: 20px 40px 15px 10px;
  border-top: 1px solid #e0e0e0;
  text-transform: uppercase;
}
.popin-engraving .engraving-workshop h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.popin-engraving .engraving-workshop figure {
  margin-top: 20px;
}
.popin-engraving .engraving-workshop figure img {
  max-width: 100%;
}
.popin-engraving .engraving-workshop figure img:first-of-type:last-of-type {
  width: 100%;
}
.popin-engraving .engraving-workshop figure img {
  display: inline-block;
  width: 48.5%;
}
.popin-engraving .engraving-workshop section div + div {
  margin-top: 30px;
}
.popin-engraving .main-form {
  max-width: 330px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.popin-engraving .main-form .form-field.has-error .engraving-input {
  border-color: red;
}
.popin-engraving .main-form .form-field.has-error .form-field-error {
  float: right;
  color: red;
}
.popin-engraving .main-form .engraving-input {
  width: 100%;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 13px;
  font-family: "Century Gothic", Arial, sans-serif;
  outline: 0 !important;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
}
.popin-engraving .main-form .engraving-input.is-jp {
  text-transform: uppercase;
}
.popin-engraving .main-form .form-field:last-of-type {
  text-align: right;
}
.popin-engraving .main-form label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.popin-engraving .main-form label .alt-label {
  float: right;
}
.popin-engraving .engraving-slider {
  position: relative;
  margin-bottom: 50px;
}
.popin-engraving .engraving-slider .flex-control-nav {
  bottom: -30px;
  left: 0;
}
.popin-engraving .engraving-slider .flex-control-nav li {
  margin: 0 10px;
}
.popin-engraving .engraving-slider .flex-direction-nav .flex-prev {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -102px;
  width: 11px;
  height: 15px;
  left: 0;
  top: 50%;
  margin-top: 8px;
}
.popin-engraving .engraving-slider .flex-direction-nav .flex-next {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -82px;
  width: 11px;
  height: 15px;
  right: 0;
  top: 50%;
  margin-top: 8px;
}
.popin-geoloc {
  width: 1024px;
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 40px;
  background-image: url(../images/layout/ribbon.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.popin-geoloc .popin-geoloc-top,
.popin-geoloc .geoloc-language {
  width: 650px;
  margin: auto;
  overflow: hidden;
}
.popin-geoloc h2 {
  margin-top: 110px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
.popin-geoloc h2 img {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: 200px;
  margin-bottom: 20px;
}
.popin-geoloc h2 span {
  display: block;
  font-size: 18px;
}
.popin-geoloc .geoloc-language-selection {
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #cecece;
}
.popin-geoloc .button-language {
  margin: 30px 15px 0;
}
.popin-geoloc .button-language span.icon {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 19px;
  margin-top: 1px;
  margin-right: 10px;
}
.popin-geoloc .geoloc-privileges {
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}
.popin-geoloc .geoloc-privileges p {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.popin-geoloc .geoloc-privileges li {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: 33.33%;
}
.popin-geoloc .geoloc-privileges li img {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-bottom: 10px;
}
.popin-geoloc .geoloc-language {
  display: block;
  margin-top: 30px;
  padding: 20px 0;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  font-size: 13px;
  line-height: 10px;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}
.popin-geoloc .geoloc-language.ru,
.ru .popin-geoloc .geoloc-language {
  font-family: "Century Gothic Cy", CenturyGothic, AppleGothic, sans-serif;
}
.popin-geoloc .geoloc-language span.icon {
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  margin-top: -3px;
}
.popin-geoloc .geoloc-language.accordion-trigger--active {
  border-bottom: 0;
}
.popin-geoloc .geoloc-language.accordion-trigger--active i {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #000000 transparent;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.popin-geoloc #geoloc-languages {
  position: relative;
  width: 80%;
  margin: auto;
  padding-top: 40px;
  text-transform: uppercase;
  display: none;
}
.popin-geoloc #geoloc-languages .geoloc-continent {
  width: 20%;
  float: left;
}
.popin-geoloc #geoloc-languages h3 {
  color: #9a9a9a;
  margin-bottom: 20px;
  font-size: 11px;
}
.popin-geoloc #geoloc-languages li {
  margin-bottom: 5px;
}
.popin-geoloc #geoloc-languages span.icon {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 4px;
  width: 19px;
}
.popin-geoloc #geoloc-languages a {
  position: relative;
  color: #000000;
}
.popin-geoloc #geoloc-languages a.eco:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -17px -302px;
  width: 11px;
  height: 18px;
  right: 100%;
  margin-right: 10px;
}
.popin-geoloc #geoloc-languages a.selected {
  text-decoration: underline;
}
.popin-geoloc #geoloc-languages .icon-i18n-be {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -24px 0px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-de {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -24px -16px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-es {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: 0px -32px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-fr {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -24px -32px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-it {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: 0px 0px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-ru {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -24px -48px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-uk,
.popin-geoloc #geoloc-languages .icon-i18n-gb {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -72px 0px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-us {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -72px -16px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-br {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -48px -16px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-cn {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: 0px -16px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-hk {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -48px 0px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-ja,
.popin-geoloc #geoloc-languages .icon-i18n-jp {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -48px -32px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-ko,
.popin-geoloc #geoloc-languages .icon-i18n-kr {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: 0px -48px;
  width: 19px;
  height: 11px;
}
.popin-geoloc #geoloc-languages .icon-i18n-tw {
  background-image: url(../images/sprites/sprite-i18n.png);
  background-position: -48px -48px;
  width: 19px;
  height: 11px;
}
/* BLOCKS */
/* ---------------------------------
                COVER
------------------------------------ */
.cover {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.cover.cover--twothirds {
  margin: 0 0 2.75% 0;
}
.cover.cover--twothirds .column {
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
}
.cover.cover--twothirds .one-third {
  margin-left: 0;
}
.cover.cover--twothirds .two-thirds {
  margin-left: 2.75%;
}
.cover.cover--twothirds .two-thirds .column {
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
}
.cover.cover--twothirds .two-thirds img {
  width: auto;
  max-width: none;
}
.cover.cover--twothirds .entete {
  text-align: center;
  color: #ffffff;
  background-color: #000000;
}
.cover.cover--twothirds .entete.entete--white {
  border: 1px solid #e5e5e5;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.cover.cover--twothirds .entete.entete--white hr {
  background-color: #000000;
}
.cover.cover--twothirds .entete .entete-content {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  position: relative;
  line-height: normal;
}
.cover.cover--twothirds .entete h2 {
  text-transform: uppercase;
}
.cover.cover--twothirds .entete hr {
  height: 1px;
  width: 45px;
  margin: 0 auto 6.25%;
  display: block;
  border: none;
  background-color: #717171;
}
.cover.cover--twothirds .entete h3 {
  height: 25%;
  margin: 0 0 6.25%;
}
.cover.cover--twothirds .entete p {
  height: auto;
  min-height: 66px;
  margin: 0 0 6.25%;
  font-size: 16px;
  line-height: 22px;
}
.cover .block-video,
.cover .block-image {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.cover .cover-legend {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
}
.cover .cover-legend a {
  color: #ffffff;
}
.cover .cover-legend--white {
  color: #ffffff;
}
.cover .cover-legend--white a {
  color: #ffffff;
}
.cover .cover-legend--grey {
  color: #9a9a9a;
}
.cover .cover-legend--grey a {
  color: #9a9a9a;
}
.cover .cover-legend--black {
  color: #000000;
}
.cover .cover-legend--black a {
  color: #000000;
}
.cover .cover-pointer-events {
  pointer-events: auto;
}
.cover.video .cover-pointer-events {
  pointer-events: none;
}
.cover-description {
  margin: 2.9% 0 4.2%;
  position: relative;
  overflow: hidden;
}
.cover-description.cover-description--no-thumbnails .description-text {
  width: 70%;
}
.cover-description.no-margin {
  margin-top: 0;
}
.ie6 .cover-description {
  zoom: 1;
}
.cover-description .description-text,
.cover-description .description-thumbnails {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.cover-description .description-text {
  width: 45%;
}
.ie6 .cover-description .description-text {
  float: left;
}
.cover-description .description-text .description-title {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}
.cover-description .description-text .description-details {
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 18px;
}
.cover-description .description-thumbnails {
  margin: 0 0 0 12.4%;
  width: 42.6%;
  text-align: right;
}
.ie6 .cover-description .description-thumbnails {
  margin: 0 0 0 11.7%;
  width: 43%;
  float: left;
  overflow: hidden;
}
.cover-description .description-thumbnails .description-thumbnail {
  margin: 0 0 0 6.7%;
  width: 28.8%;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: left;
}
.cover-description .description-thumbnails .description-thumbnail a:hover .thumbnail-title {
  text-decoration: underline;
}
.cover-description .description-thumbnails .description-thumbnail.description-thumbnail--first {
  margin: 0;
}
.ie6 .cover-description .description-thumbnails .description-thumbnail.description-thumbnail--first {
  margin: 0;
}
.cover-description .description-thumbnails .description-thumbnail .thumbnail-pic {
  margin: 0 0 10px;
  width: 100%;
  display: block;
}
.cover-description .description-thumbnails .description-thumbnail .thumbnail-title {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
}
/* BREAKPOINT TABLET - SMALL */
.breakpoint-tablet .cover .cover-legend,
.breakpoint-small .cover .cover-legend {
  bottom: 21px;
  right: 21px;
}
.ie6 .breakpoint-tablet .cover-description .description-thumbnails .description-thumbnail,
.ie6 .breakpoint-small .cover-description .description-thumbnails .description-thumbnail {
  margin: 0 0 0 25px;
}
.ie6 .breakpoint-tablet .cover-description .description-thumbnails .description-thumbnail.description-thumbnail--first,
.ie6 .breakpoint-small .cover-description .description-thumbnails .description-thumbnail.description-thumbnail--first {
  margin: 0;
}
@media only screen and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1439px) {
  .cover .cover-legend {
    bottom: 21px;
    right: 21px;
  }
}
/* BREAKPOINT LARGE */
.breakpoint-large .cover .cover-legend {
  bottom: 30px;
  right: 30px;
}
@media only screen and (min-width: 1440px) {
  .cover .cover-legend {
    bottom: 30px;
    right: 30px;
  }
}
/* ---------------------------------
                PUSHS
------------------------------------ */
.push-link {
  display: block;
  position: relative;
  z-index: 5;
  text-decoration: none;
  color: #000000;
}
.large-bg .push-link {
  color: #ffffff;
}
.large-bg.large-bg--white .push-link {
  color: #000000;
}
.push-legend {
  padding-top: 20px;
}
.lte7 .push-legend {
  width: 100%;
}
.legend-suptitle,
.legend-eco {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.legend-title {
  display: block;
  font-size: 18px;
}
.legend-eco-quote {
  margin: 10px 0;
  font-style: italic;
  text-transform: none;
  font-size: 12px;
  max-width: 80%;
}
.legend-eco {
  margin-bottom: 0;
}
.legend-eco .legend-eco-description {
  display: block;
}
.legend-eco .legend-eco-intensity {
  margin: 10px 0;
  display: block;
  color: #000000;
}
.legend-eco .legend-eco-intensity p {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: auto;
  text-transform: none;
}
.legend-eco .legend-eco-intensity .feild-intensity {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.legend-eco .legend-eco-intensity .feild-intensity li {
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.legend-eco .legend-eco-intensity .feild-intensity .intensity {
  height: 8px;
  width: 8px;
  margin: -1px 0 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #e5e5e5;
}
.lte8 .legend-eco .legend-eco-intensity .feild-intensity .intensity {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -182px -96px;
  width: 9px;
  height: 8px;
}
.legend-eco .legend-eco-intensity .feild-intensity .intensity--full {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background: #000000;
}
.lte8 .legend-eco .legend-eco-intensity .feild-intensity .intensity--full {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -182px -109px;
  width: 9px;
  height: 8px;
  background-color: transparent;
}
.legend-eco .legend-eco-intensity .feild-intensity .intensity--half {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.legend-eco .legend-eco-intensity .feild-intensity .intensity--half:after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  background-color: #000000;
}
.lte8 .legend-eco .legend-eco-intensity .feild-intensity .intensity--half {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -101px -68px;
  width: 9px;
  height: 8px;
}
.lte8 .legend-eco .legend-eco-intensity .feild-intensity .intensity--half:after {
  content: none;
}
.push {
  position: relative;
  text-transform: uppercase;
}
.push.push-video {
  width: 100%;
  height: 100%;
}
.push.push-video .vjs-dior-skin .vjs-big-play-button,
.push.push-video .vjs-dior-skin .vjs-replay-button {
  display: none;
}
.push.push-video .vjs-dior-skin video,
.push.push-video .vjs-dior-skin.vjs-playing video {
  width: 100%;
  cursor: inherit;
}
.ie9 .push.push-video .vjs-dior-skin {
  width: 100% !important;
  height: 100% !important;
}
.push.push-subnav .push-legend {
  padding: 0;
}
.push.push-subnav .legend-suptitle {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 12px;
}
.push.push--quote {
  overflow: hidden;
}
.push.push--quote .quote-content {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  line-height: normal;
}
.push.push--quote .quote-text {
  margin: 18px 10px 18px;
  font-family: TimesNewRoman, "Times New Roman", Times, Georgia, serif;
  text-transform: none;
  font-size: 24px;
  font-style: italic;
  line-height: 28px;
}
.push.push--quote .quote-author {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  text-transform: none;
}
.push.push--quote .quote-icon {
  font-size: 35px;
}
.push.push--quote .font-icon-quote--close {
  float: right;
}
.ie6 .push.push--quote .push-link {
  height: 100%;
}
.ie6 .push.push--quote .quote-icon {
  font-style: normal;
}
.push.push--edito-hautejo .push-link {
  color: #ffffff;
}
.push.push--edito-hautejo .push-legend {
  padding: 0;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 10px;
  text-align: center;
}
.push.push--edito-hautejo .push-legend.push-legend--right {
  right: 10px;
  left: auto;
}
.push.push--edito-hautejo .push-legend h2 {
  margin: 0px auto 40px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 30px;
}
.push.push--edito-hautejo .push-legend .sprite-icon {
  margin: 0px auto;
  display: block;
}
.push.push--edito-hautejo .push-legend h2,
.push.push--edito-hautejo .push-legend .sprite-icon {
  line-height: normal;
}
.push.push--formel .legend-eco-price {
  display: block;
}
.push.push--edito-formel .push-legend {
  width: 71.74%;
  margin: 0 0 0 -35.87%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
}
.push.push--edito-formel .push-legend p {
  font-size: 25px;
  line-height: 50px;
  text-transform: none;
  color: #ffffff;
}
.push.push-edito--mld .push-legend {
  width: 85%;
  padding-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.push.push-edito--mld .push-legend h3 {
  margin-bottom: 40px;
  font-size: 28px;
}
.push.push-edito--mld .push-legend .push-text > div {
  margin-bottom: 60px;
  text-transform: none;
}
.push.push-edito--mld .push-legend a span {
  margin-bottom: 0;
}
.push.push--small {
  text-align: center;
}
.push.push--small .push-pic img {
  width: auto;
  max-width: 100%;
}
.push.push--small .push-legend {
  position: relative;
  font-size: 12px;
  line-height: 18px;
}
.push.push--small .push-button,
.push.push--small .legend-name,
.push.push--small .legend-description,
.push.push--small .legend-price {
  display: block;
}
.push.push--small .legend-price {
  margin: 20px 0 0;
}
.push.push--small .push-button,
.one-third .push.push--small .push-button {
  width: auto;
  margin: 20px 0 0;
  text-align: center;
}
.push.push--small.push-eco .hash-wrapper,
.push.push--small .hash-wrapper {
  top: 100%;
  right: 0;
  left: 0;
  text-align: center;
}
.ie6 .push.push--small .push-pic img {
  width: 100%;
  height: auto;
}
.ie6 .push.push--small .push-eco .hash-wrapper,
.ie6 .push.push--small .hash-wrapper {
  width: 100%;
  top: 100%;
  right: 0;
  left: 0;
  text-align: center;
}
.push.push--number {
  text-align: left;
}
.push.push--number img {
  width: auto;
  max-width: 100%;
}
.push.push--number .number-content {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  line-height: normal;
}
.push.push--number .number-header {
  margin: 0 0 20px;
  position: relative;
}
.push.push--number .number-header.number-header--no-number .number-title {
  margin: 0 0 0 62px;
  position: static;
  bottom: auto;
  left: auto;
}
.ie6 .push.push--number .number-header {
  zoom: 1;
}
.push.push--number .number-header .number-title {
  position: absolute;
  bottom: -6px;
  left: 62px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}
.push.push--number .number-text {
  margin: 0 0 0 62px;
  text-transform: none;
  font-size: 13px;
  line-height: 18px;
}
.push.push--number .number-mandatory {
  margin: 20px 0 0 62px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
}
.push.push--number sup {
  font-size: smaller;
  vertical-align: super;
}
.push.push--text {
  text-align: center;
}
.push.push--text .push-content {
  line-height: normal;
}
.push.push--text .push-content .content-title {
  margin: 0 0 40px;
  font-size: 40px;
  text-transform: uppercase;
}
.push.push--text .push-content .content-title + .content-text {
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
}
.push.push--text .push-content .content-text {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}
.push .push-pic {
  position: relative;
}
.push .push-pic.push-pic--border img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.push .push-pic--small {
  height: 47.65%;
}
.push .push-button,
.push .push-text {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.push .push-text {
  width: 100%;
}
.push .push-button {
  vertical-align: top;
  position: relative;
  text-align: right;
}
.push .push-not-available .push-button p {
  text-align: right;
  font-size: 11px;
}
.product--two-cols .push .push-not-available .push-button p,
.product--three-cols .push .push-not-available .push-button p {
  text-align: left;
}
.push--small.push .push-not-available .push-button p {
  text-align: center;
}
.lte8 .push .push-not-available .push-button p {
  line-height: 16px;
}
.one-half .push.push-eco .push-text {
  width: 65.6%;
}
.one-half .push.push-eco .push-button {
  width: 28.5%;
  margin-left: 5.9%;
}
.one-half .push.push-eco .push-not-available .push-text {
  width: 68.6%;
}
.one-half .push.push-eco .push-not-available .push-button {
  width: 25.5%;
}
.one-third .push.push-eco .push-text {
  width: 51.4%;
}
.lte7 .one-third .push.push-eco .push-text {
  width: 50.4%;
}
.one-third .push.push-eco .push-button {
  width: 44.1%;
  margin-left: 4.5%;
}
.lte7 .one-third .push.push-eco .push-button {
  width: 45%;
  margin-left: 4.4%;
}
.two-thirds .push.push-eco .push-text {
  width: 74.6%;
}
.two-thirds .push.push-eco .push-button {
  width: 21.1%;
  margin-left: 4.3%;
}
.two-thirds .push.push-eco .push-not-available .push-text {
  width: 76.8%;
}
.two-thirds .push.push-eco .push-not-available .push-button {
  width: 18.9%;
}
.two-thirds .one-half .push.push-eco .push-text {
  width: 51.4%;
}
.lte7 .two-thirds .one-half .push.push-eco .push-text {
  width: 50.4%;
}
.two-thirds .one-half .push.push-eco .push-button {
  width: 44.1%;
  margin-left: 4.5%;
}
.lte7 .two-thirds .one-half .push.push-eco .push-button {
  width: 45%;
  margin-left: 4.4%;
}
.push .hash-wrapper {
  position: absolute;
  top: 0px;
}
.push .hash-wrapper li {
  margin-top: 5px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.push .hash-wrapper li a {
  color: #9a9a9a;
}
.push .hash-wrapper .first {
  margin-top: 10px;
}
.push .hash-wrapper.align-right {
  right: 0;
}
.push .hash-wrapper.align-left {
  left: 0;
}
.push .hash-wrapper .gold {
  color: #c8A27b;
}
.push.push-eco .legend-price {
  color: #000000;
}
.push.push-eco .hash-wrapper {
  top: 30px;
}
.push.push--minisites {
  overflow: hidden;
}
.push.push--minisites .push-pic {
  margin-bottom: 0px;
}
.push.push--minisites .push-pic.black-bg {
  background: #000000;
}
.push.push--minisites .one-third {
  margin-bottom: 0;
}
.push.push--minisites .one-third .minisites-logo {
  width: auto;
}
.push.push--minisites .legend-date {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}
.two-thirds .push .row-margin {
  margin: 0 0 4.35% 0;
}
/* BREAKPOINT TABLET */
.breakpoint-tablet .one-third .push .push-button,
.breakpoint-tablet .one-half .push .push-button,
.breakpoint-tablet .two-thirds .push .push-button,
.breakpoint-tablet .two-thirds .one-half .push .push-button {
  width: 100%;
  margin: 5px 0 0;
  text-align: left;
}
.breakpoint-tablet .one-third .push .push-button p,
.breakpoint-tablet .one-half .push .push-button p,
.breakpoint-tablet .two-thirds .push .push-button p,
.breakpoint-tablet .two-thirds .one-half .push .push-button p {
  text-align: left;
}
.breakpoint-tablet .one-third .push .push-button .hash-wrapper,
.breakpoint-tablet .one-half .push .push-button .hash-wrapper,
.breakpoint-tablet .two-thirds .push .push-button .hash-wrapper,
.breakpoint-tablet .two-thirds .one-half .push .push-button .hash-wrapper {
  left: 0 !important;
  text-align: left !important;
}
.breakpoint-tablet .one-third .push .hash-wrapper li,
.breakpoint-tablet .one-half .push .hash-wrapper li,
.breakpoint-tablet .two-thirds .push .hash-wrapper li,
.breakpoint-tablet .two-thirds .one-half .push .hash-wrapper li {
  margin-top: 2px;
}
.breakpoint-tablet .one-third .push.push-eco .hash-wrapper .first,
.breakpoint-tablet .one-half .push.push-eco .hash-wrapper .first,
.breakpoint-tablet .two-thirds .push.push-eco .hash-wrapper .first,
.breakpoint-tablet .two-thirds .one-half .push.push-eco .hash-wrapper .first {
  margin-top: 5px;
}
.breakpoint-tablet .one-third .push.push-eco .push-text,
.breakpoint-tablet .one-half .push.push-eco .push-text,
.breakpoint-tablet .two-thirds .push.push-eco .push-text,
.breakpoint-tablet .two-thirds .one-half .push.push-eco .push-text {
  width: 100%;
}
.breakpoint-tablet .one-third .push.push-eco .push-button,
.breakpoint-tablet .one-half .push.push-eco .push-button,
.breakpoint-tablet .two-thirds .push.push-eco .push-button,
.breakpoint-tablet .two-thirds .one-half .push.push-eco .push-button {
  width: 100%;
  margin: 5px 0 0;
}
.breakpoint-tablet .one-third .push.push-eco .push-button .btn-no-tablet,
.breakpoint-tablet .one-half .push.push-eco .push-button .btn-no-tablet,
.breakpoint-tablet .two-thirds .push.push-eco .push-button .btn-no-tablet,
.breakpoint-tablet .two-thirds .one-half .push.push-eco .push-button .btn-no-tablet {
  display: none;
}
.breakpoint-tablet .one-third .push--minisites .push-legend,
.breakpoint-tablet .one-half .push--minisites .push-legend,
.breakpoint-tablet .two-thirds .push--minisites .push-legend,
.breakpoint-tablet .two-thirds .one-half .push--minisites .push-legend {
  padding: 14px 0;
}
.breakpoint-tablet .one-third .push--minisites .minisites-logo,
.breakpoint-tablet .one-half .push--minisites .minisites-logo,
.breakpoint-tablet .two-thirds .push--minisites .minisites-logo,
.breakpoint-tablet .two-thirds .one-half .push--minisites .minisites-logo {
  height: 28px;
  margin-bottom: 13px;
}
.lte7 .breakpoint-tablet .one-third .one-third .push.push--small .push-button,
.lte7 .breakpoint-tablet .one-half .one-third .push.push--small .push-button,
.lte7 .breakpoint-tablet .two-thirds .one-third .push.push--small .push-button,
.lte7 .breakpoint-tablet .two-thirds .one-half .one-third .push.push--small .push-button {
  width: auto;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1024px) {
  .one-third .push .push-button,
  .one-half .push .push-button,
  .two-thirds .push .push-button,
  .two-thirds .one-half .push .push-button {
    width: 100%;
    margin: 5px 0 0;
    text-align: left;
  }
  .one-third .push .push-button p,
  .one-half .push .push-button p,
  .two-thirds .push .push-button p,
  .two-thirds .one-half .push .push-button p {
    text-align: left;
  }
  .one-third .push .push-button .hash-wrapper,
  .one-half .push .push-button .hash-wrapper,
  .two-thirds .push .push-button .hash-wrapper,
  .two-thirds .one-half .push .push-button .hash-wrapper {
    left: 0 !important;
    text-align: left !important;
  }
  .one-third .push .hash-wrapper li,
  .one-half .push .hash-wrapper li,
  .two-thirds .push .hash-wrapper li,
  .two-thirds .one-half .push .hash-wrapper li {
    margin-top: 2px;
  }
  .one-third .push.push-eco .hash-wrapper .first,
  .one-half .push.push-eco .hash-wrapper .first,
  .two-thirds .push.push-eco .hash-wrapper .first,
  .two-thirds .one-half .push.push-eco .hash-wrapper .first {
    margin-top: 5px;
  }
  .one-third .push.push-eco .push-text,
  .one-half .push.push-eco .push-text,
  .two-thirds .push.push-eco .push-text,
  .two-thirds .one-half .push.push-eco .push-text {
    width: 100%;
  }
  .one-third .push.push-eco .push-button,
  .one-half .push.push-eco .push-button,
  .two-thirds .push.push-eco .push-button,
  .two-thirds .one-half .push.push-eco .push-button {
    width: 100%;
    margin: 5px 0 0;
  }
  .one-third .push.push-eco .push-button .btn-no-tablet,
  .one-half .push.push-eco .push-button .btn-no-tablet,
  .two-thirds .push.push-eco .push-button .btn-no-tablet,
  .two-thirds .one-half .push.push-eco .push-button .btn-no-tablet {
    display: none;
  }
  .one-third .push--minisites .push-legend,
  .one-half .push--minisites .push-legend,
  .two-thirds .push--minisites .push-legend,
  .two-thirds .one-half .push--minisites .push-legend {
    padding: 14px 0;
  }
  .one-third .push--minisites .minisites-logo,
  .one-half .push--minisites .minisites-logo,
  .two-thirds .push--minisites .minisites-logo,
  .two-thirds .one-half .push--minisites .minisites-logo {
    height: 28px;
    margin-bottom: 13px;
  }
}
/* BREAKPOINT SMALL */
.breakpoint-small .push--minisites .push-legend {
  padding: 20px 0;
}
.breakpoint-small .push--minisites .minisites-logo {
  height: 28px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .push--minisites .push-legend {
    padding: 20px 0;
  }
  .push--minisites .minisites-logo {
    height: 28px;
    margin-bottom: 13px;
  }
}
/* BREAKPOINT LARGE */
.breakpoint-large .push--minisites .push-legend {
  padding: 20px 0;
}
.breakpoint-large .push--minisites .minisites-logo {
  height: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .push--minisites .push-legend {
    padding: 20px 0;
  }
  .push--minisites .minisites-logo {
    height: 40px;
    margin-bottom: 20px;
  }
}
.block-video:focus {
  outline: 1px solid #ec6e04;
}
.block-video button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.block-video .\_container {
  z-index: 10;
}
.block-video video,
.push-video video {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  line-height: initial;
}
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
/* -----------------------
        BLOCK VIDEO
------------------------- */
.video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.\_globalPlayPause,
.vjs-big-play-button {
  background: transparent url('../images/skin_dior/bigPlay.png') center center no-repeat !important;
  width: 100%;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  margin-top: 0;
  z-index: 1;
}
.\_globalPlayPause[mode=replay],
.vjs-big-play-button[mode=replay] {
  background: transparent url('../images/skin_dior/bigReplay.png') center center no-repeat !important;
}
.vjs-ended .\_globalPlayPause,
.vjs-ended .vjs-big-play-button {
  background: transparent url('../images/skin_dior/bigReplay.png') center center no-repeat !important;
}
.vjs-paused .\_globalPlayPause,
.vjs-paused .vjs-big-play-button {
  display: block;
}
.vjs-playing .\_globalPlayPause,
.vjs-playing .vjs-big-play-button {
  display: none;
}
.video-part {
  position: relative;
  margin: 0 0 4.2%;
}
.block-video,
.push-video {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* NO FLASH */
  /* HTML5 FULLSCREEN SUPPORT */
}
.block-video > div:first-child,
.push-video > div:first-child {
  height: 100%;
}
.block-video a:focus,
.push-video a:focus,
.block-video button:focus,
.push-video button:focus {
  outline: none;
}
.block-video a:focus span[tabIndex='-1'],
.push-video a:focus span[tabIndex='-1'],
.block-video button:focus span[tabIndex='-1'],
.push-video button:focus span[tabIndex='-1'] {
  outline: 2px solid #ec6e04;
  outline-offset: 4px;
}
.block-video a span[tabIndex='-1']:focus,
.push-video a span[tabIndex='-1']:focus,
.block-video button span[tabIndex='-1']:focus,
.push-video button span[tabIndex='-1']:focus {
  outline: none;
}
.block-video .player-ui,
.push-video .player-ui {
  height: 50px;
  position: relative;
  top: 4px;
  float: left;
}
.block-video .player-ui.float-right,
.push-video .player-ui.float-right {
  float: right;
}
.lte8 .block-video .player-ui,
.lte8 .push-video .player-ui {
  z-index: 1;
}
.block-video .border-left,
.push-video .border-left {
  float: right;
  border-left: 1px solid #2B2B2B;
}
.block-video .border-right,
.push-video .border-right {
  border-right: 1px solid #2B2B2B;
}
.block-video .play-pause,
.push-video .play-pause {
  width: 50px;
}
.block-video a.\_playPause,
.push-video a.\_playPause,
.block-video .\_soundMute,
.push-video .\_soundMute,
.block-video .\_fullscreen,
.push-video .\_fullscreen,
.block-video .\_globalPlayPause,
.push-video .\_globalPlayPause {
  border: none;
  padding: 0;
  cursor: pointer;
}
.block-video button.\_playPause,
.push-video button.\_playPause,
.block-video .vjs-play-control .vjs-control-content,
.push-video .vjs-play-control .vjs-control-content {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -72px -82px;
  width: 12px;
  height: 12px;
  float: left;
  position: relative;
  top: 21px;
  left: 21px;
}
.block-video button.\_playPause[mode=replay],
.push-video button.\_playPause[mode=replay],
.block-video .vjs-play-control .vjs-control-content[mode=replay],
.push-video .vjs-play-control .vjs-control-content[mode=replay] {
  top: 15px;
  left: 16px;
  background-image: url(../images/sprites/sprite-player.png);
  background-position: 0px -57px;
  width: 20px;
  height: 20px;
}
.block-video button.\_playPause[mode=pause],
.push-video button.\_playPause[mode=pause],
.block-video .vjs-play-control .vjs-control-content[mode=pause],
.push-video .vjs-play-control .vjs-control-content[mode=pause] {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -72px -82px;
  width: 12px;
  height: 12px;
}
.block-video button.\_playPause[mode=play],
.push-video button.\_playPause[mode=play],
.block-video .vjs-play-control .vjs-control-content[mode=play],
.push-video .vjs-play-control .vjs-control-content[mode=play] {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -89px -82px;
  width: 10px;
  height: 12px;
}
.block-video .\_container ul,
.push-video .\_container ul,
.block-video .vjs-control-bar ul,
.push-video .vjs-control-bar ul {
  top: 17px;
  position: relative;
}
.block-video .\_container li,
.push-video .\_container li,
.block-video .vjs-control-bar li,
.push-video .vjs-control-bar li {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin: 0 0 5px 30px;
}
.block-video .\_container a,
.push-video .\_container a,
.block-video .vjs-control-bar a,
.push-video .vjs-control-bar a,
.block-video .\_container a.\_playPause,
.push-video .\_container a.\_playPause,
.block-video .vjs-control-bar a.\_playPause,
.push-video .vjs-control-bar a.\_playPause {
  display: block;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  outline: none;
}
.block-video .\_container .sound,
.push-video .\_container .sound,
.block-video .vjs-control-bar .sound,
.push-video .vjs-control-bar .sound,
.block-video .\_container .subtitles,
.push-video .\_container .subtitles,
.block-video .vjs-control-bar .subtitles,
.push-video .vjs-control-bar .subtitles,
.block-video .\_container .toggle-sound,
.push-video .\_container .toggle-sound,
.block-video .vjs-control-bar .toggle-sound,
.push-video .vjs-control-bar .toggle-sound,
.block-video .\_container .transcript,
.push-video .\_container .transcript,
.block-video .vjs-control-bar .transcript,
.push-video .vjs-control-bar .transcript {
  position: relative;
  top: 19px;
  margin: 0 0 0 30px;
}
.block-video .\_container .sound,
.push-video .\_container .sound,
.block-video .vjs-control-bar .sound,
.push-video .vjs-control-bar .sound,
.block-video .\_container .share,
.push-video .\_container .share,
.block-video .vjs-control-bar .share,
.push-video .vjs-control-bar .share,
.block-video .\_container .icon-player-fullscreen,
.push-video .\_container .icon-player-fullscreen,
.block-video .vjs-control-bar .icon-player-fullscreen,
.push-video .vjs-control-bar .icon-player-fullscreen,
.block-video .\_container .subtitles,
.push-video .\_container .subtitles,
.block-video .vjs-control-bar .subtitles,
.push-video .vjs-control-bar .subtitles,
.block-video .\_container .toggle-sound,
.push-video .\_container .toggle-sound,
.block-video .vjs-control-bar .toggle-sound,
.push-video .vjs-control-bar .toggle-sound,
.block-video .\_container .transcript,
.push-video .\_container .transcript,
.block-video .vjs-control-bar .transcript,
.push-video .vjs-control-bar .transcript {
  float: left;
  cursor: pointer;
}
.block-video .\_container .share,
.push-video .\_container .share,
.block-video .vjs-control-bar .share,
.push-video .vjs-control-bar .share {
  margin: 0;
  padding: 0;
}
.block-video .\_container .transcript,
.push-video .\_container .transcript,
.block-video .vjs-control-bar .transcript,
.push-video .vjs-control-bar .transcript {
  top: 17px;
}
.block-video .\_container .transcript span,
.push-video .\_container .transcript span,
.block-video .vjs-control-bar .transcript span,
.push-video .vjs-control-bar .transcript span {
  display: inline-block;
}
.block-video .\_container .toggle-sound,
.push-video .\_container .toggle-sound,
.block-video .vjs-control-bar .toggle-sound,
.push-video .vjs-control-bar .toggle-sound {
  top: 21px;
  margin-left: 18px;
  overflow: hidden;
}
.block-video .\_container .toggle-sound span,
.push-video .\_container .toggle-sound span,
.block-video .vjs-control-bar .toggle-sound span,
.push-video .vjs-control-bar .toggle-sound span {
  display: inline-block;
}
.block-video .\_container .toggle-sound[mode='on'] .sound-off,
.push-video .\_container .toggle-sound[mode='on'] .sound-off,
.block-video .vjs-control-bar .toggle-sound[mode='on'] .sound-off,
.push-video .vjs-control-bar .toggle-sound[mode='on'] .sound-off {
  display: none;
}
.block-video .\_container .toggle-sound[mode='on'] .sound-on,
.push-video .\_container .toggle-sound[mode='on'] .sound-on,
.block-video .vjs-control-bar .toggle-sound[mode='on'] .sound-on,
.push-video .vjs-control-bar .toggle-sound[mode='on'] .sound-on {
  display: inline-block;
}
.block-video .\_container .toggle-sound[mode='off'] .sound-off,
.push-video .\_container .toggle-sound[mode='off'] .sound-off,
.block-video .vjs-control-bar .toggle-sound[mode='off'] .sound-off,
.push-video .vjs-control-bar .toggle-sound[mode='off'] .sound-off {
  display: inline-block;
}
.block-video .\_container .toggle-sound[mode='off'] .sound-on,
.push-video .\_container .toggle-sound[mode='off'] .sound-on,
.block-video .vjs-control-bar .toggle-sound[mode='off'] .sound-on,
.push-video .vjs-control-bar .toggle-sound[mode='off'] .sound-on {
  display: none;
}
.block-video .\_container .toggle-sound:focus,
.push-video .\_container .toggle-sound:focus,
.block-video .vjs-control-bar .toggle-sound:focus,
.push-video .vjs-control-bar .toggle-sound:focus {
  outline: 2px solid #ec6e04;
  outline-offset: 5px;
}
.block-video .\_container .sound,
.push-video .\_container .sound,
.block-video .vjs-control-bar .sound,
.push-video .vjs-control-bar .sound {
  position: relative;
  margin-left: 10px;
  height: 20px;
  cursor: default;
}
.block-video .\_container .sound.focus-disabled input[type=range],
.push-video .\_container .sound.focus-disabled input[type=range],
.block-video .vjs-control-bar .sound.focus-disabled input[type=range],
.push-video .vjs-control-bar .sound.focus-disabled input[type=range] {
  outline: none !important;
}
.block-video .\_container .sound input[type=range],
.push-video .\_container .sound input[type=range],
.block-video .vjs-control-bar .sound input[type=range],
.push-video .vjs-control-bar .sound input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  width: 60px;
  cursor: pointer;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  padding: 0;
}
@-moz-document url-prefix() {
  .block-video .\_container .sound input[type=range],
  .push-video .\_container .sound input[type=range],
  .block-video .vjs-control-bar .sound input[type=range],
  .push-video .vjs-control-bar .sound input[type=range] {
    height: 2px;
  }
}
.block-video .\_container .sound input[type=range]:focus,
.push-video .\_container .sound input[type=range]:focus,
.block-video .vjs-control-bar .sound input[type=range]:focus,
.push-video .vjs-control-bar .sound input[type=range]:focus {
  outline: 2px solid #ec6e04;
  outline-offset: 5px;
}
.block-video .\_container .sound input[type=range]::-webkit-slider-runnable-track,
.push-video .\_container .sound input[type=range]::-webkit-slider-runnable-track,
.block-video .vjs-control-bar .sound input[type=range]::-webkit-slider-runnable-track,
.push-video .vjs-control-bar .sound input[type=range]::-webkit-slider-runnable-track {
  width: 58px;
  height: 3px;
  background: #757575;
  border: none;
  border-radius: 3px;
}
.block-video .\_container .sound input[type=range]::-webkit-slider-thumb,
.push-video .\_container .sound input[type=range]::-webkit-slider-thumb,
.block-video .vjs-control-bar .sound input[type=range]::-webkit-slider-thumb,
.push-video .vjs-control-bar .sound input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: white;
  margin-top: -3px;
}
.block-video .\_container .sound input[type=range]:focus::-webkit-slider-runnable-track,
.push-video .\_container .sound input[type=range]:focus::-webkit-slider-runnable-track,
.block-video .vjs-control-bar .sound input[type=range]:focus::-webkit-slider-runnable-track,
.push-video .vjs-control-bar .sound input[type=range]:focus::-webkit-slider-runnable-track {
  background: #757575;
}
.block-video .\_container .sound input[type=range]::-moz-range-track,
.push-video .\_container .sound input[type=range]::-moz-range-track,
.block-video .vjs-control-bar .sound input[type=range]::-moz-range-track,
.push-video .vjs-control-bar .sound input[type=range]::-moz-range-track {
  width: 58px;
  height: 3px;
  background: #757575;
  border: none;
  border-radius: 3px;
  margin-top: 5px;
}
.block-video .\_container .sound input[type=range]::-moz-range-thumb,
.push-video .\_container .sound input[type=range]::-moz-range-thumb,
.block-video .vjs-control-bar .sound input[type=range]::-moz-range-thumb,
.push-video .vjs-control-bar .sound input[type=range]::-moz-range-thumb {
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: white;
  margin-top: 7px;
}
.block-video .\_container .sound input[type=range]:-moz-focusring,
.push-video .\_container .sound input[type=range]:-moz-focusring,
.block-video .vjs-control-bar .sound input[type=range]:-moz-focusring,
.push-video .vjs-control-bar .sound input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.block-video .\_container .sound input[type=range]::-ms-track,
.push-video .\_container .sound input[type=range]::-ms-track,
.block-video .vjs-control-bar .sound input[type=range]::-ms-track,
.push-video .vjs-control-bar .sound input[type=range]::-ms-track {
  width: 58px;
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 4px 0;
  color: transparent;
}
.block-video .\_container .sound input[type=range]::-ms-fill-lower,
.push-video .\_container .sound input[type=range]::-ms-fill-lower,
.block-video .vjs-control-bar .sound input[type=range]::-ms-fill-lower,
.push-video .vjs-control-bar .sound input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border-radius: 10px;
}
.block-video .\_container .sound input[type=range]::-ms-fill-upper,
.push-video .\_container .sound input[type=range]::-ms-fill-upper,
.block-video .vjs-control-bar .sound input[type=range]::-ms-fill-upper,
.push-video .vjs-control-bar .sound input[type=range]::-ms-fill-upper {
  background: #757575;
  border-radius: 10px;
}
.block-video .\_container .sound input[type=range]:focus::-ms-fill-lower,
.push-video .\_container .sound input[type=range]:focus::-ms-fill-lower,
.block-video .vjs-control-bar .sound input[type=range]:focus::-ms-fill-lower,
.push-video .vjs-control-bar .sound input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
.block-video .\_container .sound input[type=range]:focus::-ms-fill-upper,
.push-video .\_container .sound input[type=range]:focus::-ms-fill-upper,
.block-video .vjs-control-bar .sound input[type=range]:focus::-ms-fill-upper,
.push-video .vjs-control-bar .sound input[type=range]:focus::-ms-fill-upper {
  background: #757575;
}
.block-video .\_container .sound input[type=range]::-ms-thumb,
.push-video .\_container .sound input[type=range]::-ms-thumb,
.block-video .vjs-control-bar .sound input[type=range]::-ms-thumb,
.push-video .vjs-control-bar .sound input[type=range]::-ms-thumb {
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: white;
  margin-top: 0;
}
.block-video .\_container .sound-amount,
.push-video .\_container .sound-amount,
.block-video .vjs-control-bar .sound-amount,
.push-video .vjs-control-bar .sound-amount {
  position: absolute;
  height: 3px;
  background: white;
  top: 9px;
  pointer-events: none;
}
.block-video .\_container .share,
.push-video .\_container .share,
.block-video .vjs-control-bar .share,
.push-video .vjs-control-bar .share {
  top: 15px;
}
.block-video .\_container .share li a,
.push-video .\_container .share li a,
.block-video .vjs-control-bar .share li a,
.push-video .vjs-control-bar .share li a {
  margin: 0;
}
.block-video .\_container .icon-player-fullscreen,
.push-video .\_container .icon-player-fullscreen,
.block-video .vjs-control-bar .icon-player-fullscreen,
.push-video .vjs-control-bar .icon-player-fullscreen,
.block-video .\_container .vjs-fullscreen-control .vjs-control-content,
.push-video .\_container .vjs-fullscreen-control .vjs-control-content,
.block-video .vjs-control-bar .vjs-fullscreen-control .vjs-control-content,
.push-video .vjs-control-bar .vjs-fullscreen-control .vjs-control-content {
  position: relative;
  top: 16px;
  left: 0;
  margin: 0 30px;
}
.block-video .\_container .icon-player-subtitles,
.push-video .\_container .icon-player-subtitles,
.block-video .vjs-control-bar .icon-player-subtitles,
.push-video .vjs-control-bar .icon-player-subtitles {
  width: 21px;
  height: 16px;
  display: inline-block;
  float: left;
  margin-left: 0;
}
.block-video .\_container .icon-play,
.push-video .\_container .icon-play,
.block-video .vjs-control-bar .icon-play,
.push-video .vjs-control-bar .icon-play {
  display: inline-block;
  width: 15px;
  height: 13px;
}
.block-video .\_container .share-container,
.push-video .\_container .share-container,
.block-video .vjs-control-bar .share-container,
.push-video .vjs-control-bar .share-container {
  min-width: 49px;
  height: 35px;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  float: left;
  background-color: #000000;
}
.block-video .\_container .share-container.open,
.push-video .\_container .share-container.open,
.block-video .vjs-control-bar .share-container.open,
.push-video .vjs-control-bar .share-container.open {
  width: 30px;
}
.block-video .\_container .share-container.open .share-open,
.push-video .\_container .share-container.open .share-open,
.block-video .vjs-control-bar .share-container.open .share-open,
.push-video .vjs-control-bar .share-container.open .share-open {
  display: none;
}
.controls-always-visible .block-video .\_container,
.controls-always-visible .push-video .\_container,
.controls-always-visible .block-video .vjs-control-bar,
.controls-always-visible .push-video .vjs-control-bar {
  opacity: 1 !important;
  display: block !important;
}
.block-video .\_container .vjs-control-text,
.push-video .\_container .vjs-control-text,
.block-video .vjs-control-bar .vjs-control-text,
.push-video .vjs-control-bar .vjs-control-text {
  display: none;
}
.block-video.tooltips-hidden .\_container .tooltips,
.push-video.tooltips-hidden .\_container .tooltips {
  display: none;
}
.block-video .\_progressContainer,
.push-video .\_progressContainer,
.block-video .vjs-progress-control,
.push-video .vjs-progress-control {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 10px;
  zoom: 1;
  z-index: 1;
}
.block-video .\_progressBarContainer,
.push-video .\_progressBarContainer,
.block-video .vjs-progress-control,
.push-video .vjs-progress-control {
  background-color: #717171;
  float: left;
  width: 100% !important;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  overflow: hidden;
  zoom: 1;
}
.block-video .\_progressBar,
.push-video .\_progressBar,
.block-video .vjs-play-progress,
.push-video .vjs-play-progress {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  float: left;
  height: 3px;
  width: 0px;
  cursor: pointer;
}
.block-video .\_timeLabel,
.push-video .\_timeLabel,
.block-video .\_durationLabel,
.push-video .\_durationLabel {
  margin-top: 19px;
  float: left;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.block-video .\_durationLabel,
.push-video .\_durationLabel {
  color: #9a9a9a;
}
.block-video .\_timeLabel,
.push-video .\_timeLabel {
  margin-left: 20px;
  margin-right: 2px;
}
.block-video .controls-right,
.push-video .controls-right {
  position: absolute;
  right: 0;
  top: 4px;
  background: #000000;
}
.block-video .controls-right .player-ui,
.push-video .controls-right .player-ui {
  top: 0;
}
.block-video li.sound-bar,
.push-video li.sound-bar {
  width: 0;
  height: 13px;
  border-left: 1px solid #9a9a9a;
  padding-right: 2px;
  margin-left: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.block-video li.sound-bar.active,
.push-video li.sound-bar.active {
  border-color: #ffffff;
}
.block-video video,
.push-video video {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
}
.block-video.no-controls,
.push-video.no-controls {
  pointer-events: none;
}
.block-video.no-controls .\_globalPlayPause,
.push-video.no-controls .\_globalPlayPause {
  display: none;
}
.block-video .legend,
.push-video .legend {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.block-video .legend .legend-background,
.push-video .legend .legend-background {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.9;
}
.block-video .legend .legend-text,
.push-video .legend .legend-text {
  position: absolute;
  text-transform: uppercase;
}
.block-video .player-layer,
.push-video .player-layer {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.block-video .player-layer .insert,
.push-video .player-layer .insert {
  width: 679px;
  height: 305px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -340px;
  margin-top: -152px;
  padding: 36px 120px 48px;
  background-color: #000000;
  box-sizing: border-box;
}
.lte7 .block-video .player-layer .insert,
.lte7 .push-video .player-layer .insert {
  width: 439px;
  height: 221px;
}
.block-video .player-layer h3,
.push-video .player-layer h3 {
  font-size: 30px;
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 26px;
}
.block-video .player-layer .code,
.push-video .player-layer .code {
  width: 377px;
  height: 52px;
  padding: 30px;
  color: #ffffff;
  font-size: 12px;
  word-break: break-word;
  vertical-align: middle;
  background: 0;
  border: 1px solid #717171;
  overflow: hidden;
  margin: 0 auto;
  resize: none;
}
.block-video .player-layer .btn-dark,
.push-video .player-layer .btn-dark {
  float: right;
  margin-top: 20px;
  border: 1px solid #ffffff;
  text-align: center;
  min-width: 100px;
}
.block-video .player-layer .icon-player-layer-close,
.push-video .player-layer .icon-player-layer-close {
  display: block;
  position: absolute;
  right: 18px;
  top: 18px;
}
.block-video .\_poster,
.push-video .\_poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.block-video .\_poster.visible,
.push-video .\_poster.visible {
  display: block;
}
.block-video .\_poster img,
.push-video .\_poster img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.block-video.has-chapters,
.push-video.has-chapters {
  padding-bottom: 54px;
}
.block-video.has-chapters .\_container,
.push-video.has-chapters .\_container {
  display: block !important;
  opacity: 1 !important;
}
.block-video.has-chapters.is-fullscreen,
.push-video.has-chapters.is-fullscreen {
  padding: 0;
}
.block-video.no-flash,
.push-video.no-flash {
  background-color: #f6f6f6;
}
.block-video.no-flash span,
.push-video.no-flash span {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-align: center;
}
.block-video.no-flash a,
.push-video.no-flash a {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: 0;
}
.block-video.no-flash .get-flash-player,
.push-video.no-flash .get-flash-player {
  width: 160px;
  height: 41px;
  margin: 0 auto;
  border: 0;
  background: url('../images/160x41_Get_Flash_Player.jpg');
}
.block-video.breakpoint-tablet video,
.push-video.breakpoint-tablet video {
  pointer-events: auto;
}
.block-video.breakpoint-tablet .cover,
.push-video.breakpoint-tablet .cover {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}
.block-video.breakpoint-tablet .cover video,
.push-video.breakpoint-tablet .cover video {
  pointer-events: none;
}
.tablet .block-video > div:first-of-type > div:first-of-type,
.tablet .push-video > div:first-of-type > div:first-of-type {
  height: 100%;
}
.block-video.is-fullscreen,
.push-video.is-fullscreen {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed;
  background-color: #000000;
  /* cover player coulb be cropped - so these elements could be reduced by JS */
}
.block-video.is-fullscreen > div:first-child,
.push-video.is-fullscreen > div:first-child {
  height: 100% !important;
}
.block-video.is-fullscreen video,
.push-video.is-fullscreen video {
  width: 100% !important;
  height: 100% !important;
}
.block-video.is-fullscreen .\_container,
.push-video.is-fullscreen .\_container {
  width: 980px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.block-video.is-fullscreen .icon-close,
.push-video.is-fullscreen .icon-close {
  display: block;
}
.block-video.is-fullscreen .\_globalPlayPause,
.push-video.is-fullscreen .\_globalPlayPause,
.block-video.is-fullscreen .subtitleArea,
.push-video.is-fullscreen .subtitleArea {
  width: 100% !important;
}
.block-video.no-controls.is-fullscreen,
.push-video.no-controls.is-fullscreen {
  pointer-events: all;
}
.block-video.no-controls.is-fullscreen .\_container,
.push-video.no-controls.is-fullscreen .\_container {
  display: block;
}
.block-video.no-controls.is-fullscreen .\_globalPlayPause,
.push-video.no-controls.is-fullscreen .\_globalPlayPause {
  display: inherit;
}
.block-video .icon-close,
.push-video .icon-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 27px;
  height: 27px;
}
.block-video .icon-close a,
.push-video .icon-close a {
  display: block;
}
.block-video .icon-close a .icon-player-close,
.push-video .icon-close a .icon-player-close {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
}
.block-video.subtitles-off .subtitleArea,
.push-video.subtitles-off .subtitleArea,
.block-video.subtitles-off .metaArea,
.push-video.subtitles-off .metaArea {
  display: none;
}
.block-video.tiny.is-fullscreen .\_container,
.push-video.tiny.is-fullscreen .\_container {
  width: 980px;
}
.block-video.tiny.is-fullscreen .\_container .tooltips,
.push-video.tiny.is-fullscreen .\_container .tooltips {
  display: block;
}
.block-video.tiny .\_container,
.push-video.tiny .\_container {
  width: 372px;
  height: 44px;
  /* COVER PLAYER: light controls (no logo) */
}
.block-video.tiny .\_container .player-ui,
.push-video.tiny .\_container .player-ui {
  height: 40px;
}
.block-video.tiny .\_container .\_share,
.push-video.tiny .\_container .\_share,
.block-video.tiny .\_container .tooltips,
.push-video.tiny .\_container .tooltips {
  display: none;
}
.block-video.tiny .\_container .\_timeLabel,
.push-video.tiny .\_container .\_timeLabel,
.block-video.tiny .\_container .\_durationLabel,
.push-video.tiny .\_container .\_durationLabel {
  margin-top: 14px;
}
.block-video.tiny .\_container .icon-player-fullscreen,
.push-video.tiny .\_container .icon-player-fullscreen {
  top: 11px;
}
.block-video.tiny .\_container .sound,
.push-video.tiny .\_container .sound {
  top: 14px;
}
.block-video.tiny .\_container .tooltips span,
.push-video.tiny .\_container .tooltips span,
.block-video.tiny .\_container .\_playPause,
.push-video.tiny .\_container .\_playPause {
  top: 15px;
}
.block-video.tiny .\_container .\_playPause[mode=replay],
.push-video.tiny .\_container .\_playPause[mode=replay] {
  top: 15px;
}
.block-video.tiny .\_container .tooltips,
.push-video.tiny .\_container .tooltips {
  display: none;
}
.block-video.tiny .\_container .subtitles,
.push-video.tiny .\_container .subtitles {
  display: none;
}
.block-video.tiny .\_container .sound,
.push-video.tiny .\_container .sound,
.block-video.tiny .\_container .subtitles,
.push-video.tiny .\_container .subtitles,
.block-video.tiny .\_container .toggle-sound,
.push-video.tiny .\_container .toggle-sound,
.block-video.tiny .\_container .transcript,
.push-video.tiny .\_container .transcript {
  margin: 0 0 0 20px;
}
.block-video.tiny .\_container .icon-player-fullscreen,
.push-video.tiny .\_container .icon-player-fullscreen {
  margin: 0 20px;
}
.block-video.tiny .\_container .toggle-sound,
.push-video.tiny .\_container .toggle-sound {
  top: 11px;
}
.block-video.tiny .\_container .transcript,
.push-video.tiny .\_container .transcript {
  top: 12px;
}
.block-video.loading .\_container,
.push-video.loading .\_container {
  display: block;
}
.popin-video-fullscreen .block-video .\_container,
.popin-video-fullscreen .push-video .\_container {
  width: 980px;
  left: 50%;
  margin-left: -490px;
}
.popin-video-fullscreen .block-video .icon-close,
.popin-video-fullscreen .push-video .icon-close {
  display: block;
}
.block-video.video--ended video,
.push-video.video--ended video {
  visibility: hidden;
}
.block-video.video--ended .\_poster,
.push-video.video--ended .\_poster {
  display: block;
}
.video-poster {
  position: relative;
  top: 0;
  left: 0;
  visibility: hidden;
}
/* OLD BROWSER FULLBROWSER */
/* IE lte8: player fullscreen above header */
.player-fullscreen .diorcom-header,
.player-fullscreen .diorcom-footer {
  display: none;
}
.player-fullscreen .is-fullscreen {
  position: absolute;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #000000;
  z-index: 30;
}
/* -----------------------
SKIN PLAYER (MMM - VideoJS)
------------------------- */
.\_container,
.tiny .\_container,
.vjs-control-bar {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 54px;
  background: #000000;
  font-size: 12px;
  color: #000000;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
}
.vjs-user-active .\_container,
.vjs-user-active .tiny .\_container,
.vjs-user-active .vjs-control-bar {
  opacity: 1;
  z-index: 10;
}
.vjs-user-inactive .\_container,
.vjs-user-inactive .tiny .\_container,
.vjs-user-inactive .vjs-control-bar {
  opacity: 0;
}
.no-controls .\_container,
.no-controls .tiny .\_container,
.no-controls .vjs-control-bar {
  display: none;
}
.lte8 .share {
  height: 20px;
  overflow: hidden;
}
.vjs-play-control.vjs-playing .vjs-control-content {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -89px -82px;
  width: 10px;
  height: 12px;
}
.vjs-play-control.vjs-paused .vjs-control-content {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -72px -82px;
  width: 12px;
  height: 12px;
}
.vjs-ended .vjs-play-control .vjs-control-content {
  top: 17px;
  left: 16px;
  background-image: url(../images/sprites/sprite-player.png);
  background-position: 0px -57px;
  width: 20px;
  height: 20px;
}
.subtitles[mode=on] {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: 0px -82px;
  width: 20px;
  height: 15px;
}
.subtitles[mode=off] {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -25px -82px;
  width: 20px;
  height: 15px;
}
.tooltips {
  height: 100%;
  position: relative;
  right: 30px;
  float: right;
  color: #9a9a9a;
  text-transform: none;
}
.tooltips span {
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  text-align: right;
  word-wrap: normal;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.tooltips span.visible {
  opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
/* THUMBNAILS ON PROGRESS BAR */
.thumbnails {
  position: absolute;
  bottom: 58px;
  left: 0;
  display: none;
  width: 160px;
  height: 90px;
  border: 2px solid #000000;
}
.thumbnails.visible {
  display: block;
}
.has-chapters .thumbnails {
  bottom: 93px;
}
.lte8 .thumbnails {
  overflow: hidden;
}
.thumbnails .icon-player-chapter_cursor_black {
  display: block;
  position: relative;
  margin: 0 auto;
}
.thumbs-viewport {
  width: 160px;
  height: 90px;
  overflow: hidden;
}
.thumbs-viewport img {
  width: auto;
  max-width: 4000px;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
.thumbs-viewport img.visible {
  display: block;
}
/* SUBTITLES */
.subtitleArea,
.vjs-subtitles {
  display: none;
  position: absolute;
  bottom: 58px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  font-family: "Century Gothic", "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  vertical-align: bottom;
  overflow: hidden;
  pointer-events: none;
}
.has-chapters .subtitleArea,
.has-chapters .vjs-subtitles {
  bottom: 98px;
}
.subtitleArea.visible,
.vjs-subtitles.visible {
  display: block;
}
.\_container[mode='display'] .subtitleArea {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .subtitleArea,
  .vjs-subtitles {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .subtitleArea,
  .vjs-subtitles {
    font-size: 15px;
  }
  .is-fullscreen .subtitleArea,
  .is-fullscreen .vjs-subtitles {
    font-size: 18px;
  }
}
#subtitleArea,
.vjs-text-track {
  width: auto !important;
  height: auto !important;
  left: 0 !important;
  top: 0 !important;
  /*
    padding: 8px 15px !important;
    text-align: center;
    color: @color-white;
    background: rgba(0,0,0, 0.3);
    margin: 0 auto !important;
    */
  display: inline-block;
  text-transform: none;
  max-width: 80%;
}
#metaArea div,
#metaArea p {
  color: #ffff00;
}
.metaArea {
  position: absolute;
  top: 10px;
  left: 5%;
  width: 90%;
  z-index: 3;
  color: #ffff00;
  text-align: center;
  font-size: 12px;
  text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
  pointer-events: none;
}
/* ----------------------------------
           V I D E O J S
------------------------------------ */
.vjs-control {
  display: block;
  height: 50px;
  position: relative;
  top: 4px;
  left: 0;
  float: left;
}
.vjs-progress-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.vjs-play-control {
  width: 50px;
  border-right: 1px solid #2B2B2B;
}
.vjs-volume-control {
  width: 55px;
  float: right;
  padding: 19px 5px 21px 30px;
  border-left: 1px solid #2B2B2B;
}
.vjs-volume-control div {
  position: relative;
  top: 0;
  left: 0;
}
.vjs-volume-control .vjs-volume-level,
.vjs-volume-control .vjs-volume-handle {
  width: 50px;
  height: 13px;
  background-color: #9a9a9a;
}
.vjs-volume-control div.vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
}
.vjs-fullscreen-control {
  width: 82px;
  float: right;
}
.vjs-fullscreen-control .vjs-control-content {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: -32px -25px;
  width: 24px;
  height: 18px;
}
.vjs-time-controls {
  font-size: 12px;
  color: #ffffff;
}
.vjs-time-controls .vjs-current-time-display,
.vjs-time-controls .vjs-duration-display {
  position: relative;
  top: 20px;
}
.vjs-time-controls .vjs-duration-display {
  color: #9a9a9a;
}
.vjs-current-time {
  margin-left: 20px;
}
.vjs-load-progress,
.vjs-live-controls,
.vjs-playback-rate,
.vjs-remaining-time {
  display: none;
}
.vjs-tt-cue {
  display: block;
}
.vjs-fade-in {
  -moz-transition: visibility 0s linear 0s, opacity 0.3s linear 0s;
  opacity: 1 !important;
  visibility: visible !important;
}
.vjs-fade-out {
  -moz-transition: visibility 0s linear 1.5s, opacity 1.5s linear 0s;
  opacity: 0 !important;
  visibility: hidden !important;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-seek-handle {
  height: 10px;
}
/* ----------------------------------
             TABLET
------------------------------------ */
.tablet video {
  pointer-events: none;
}
.tablet video.android {
  pointer-events: all !important;
}
/* ----------------------------------
             FREECASTER
------------------------------------ */
.jwplayer {
  position: absolute !important;
  top: 0;
  left: 0;
}
.control-bar {
  opacity: 0;
}
.is-focus .control-bar,
.block-video.has-started:hover .control-bar,
.has-started .control-bar:hover {
  opacity: 1;
}
/* ----------------------------------
        FULLSCREEN PLAYER
------------------------------------ */
.popin-wrapper.popin-video-fullscreen {
  width: 100%;
  height: 100%;
  zoom: 1;
  background: #000;
  overflow: hidden;
}
.popin-wrapper.popin-video-fullscreen .block-video {
  height: 100% !important;
  width: 100%!important;
}
.popin-wrapper.popin-video-fullscreen .close {
  background-image: url(../images/sprites/sprite-player.png);
  background-position: 0px -25px;
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.popin-wrapper.popin-video-fullscreen .video-poster {
  width: 100%;
  height: 100%;
}
.ie6 .popin-wrapper.popin-video-fullscreen {
  position: absolute;
}
/* ---------------------------------
ANYTHINGSLIDER SKIN
----------------------------------- */
/* GLOBAL */
.anythingSlider {
  margin: 0;
  padding: 0;
}
.anythingSlider-default {
  margin: 0;
  padding: 0;
}
.anythingSlider-default.activeSlider .anythingWindow {
  border: none;
}
.anythingSlider-default.activeSlider .anythingControls a {
  background: none;
}
.anythingSlider-default.activeSlider .anythingControls a:hover {
  background: none;
}
.anythingSlider-default .anythingWindow {
  overflow: hidden;
  border-top: 0;
  border-bottom: 0;
}
.anythingSlider-default .arrow a {
  margin: 0;
}
/* Module Carousel.js */
.carousel-wrapper {
  width: 100%;
  overflow: hidden;
}
.carousel-wrapper .carousel {
  margin: 0;
  padding: 0;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.carousel-wrapper .carousel-controls {
  height: 43px;
  margin: 2.9% 0 0;
  text-align: center;
}
.carousel-wrapper .carousel-control {
  margin: 0 0 0 2.9%;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  outline: 0;
}
.carousel-wrapper .carousel-control.carousel-prev {
  margin-left: 0;
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -145px -130px;
  width: 42px;
  height: 42px;
}
.carousel-wrapper .carousel-control.carousel-prev.carousel-control-prev--disabled {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -196px -47px;
  width: 42px;
  height: 42px;
}
.carousel-wrapper .carousel-control.carousel-next {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -196px 0px;
  width: 42px;
  height: 42px;
}
.carousel-wrapper .carousel-control.carousel-next.carousel-control-next--disabled {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -98px -130px;
  width: 42px;
  height: 42px;
}
.ie6 .carousel-controls {
  width: 124px;
  margin: 0 auto;
}
.ie6 .carousel-wrapper .carousel-control {
  width: 42px;
  display: block;
  float: left;
}
.ie6 .carousel-wrapper .carousel-control.carousel-prev,
.ie6 .carousel-wrapper .carousel-control.carousel-control-prev--disabled {
  margin: 40px 0px 0px 0px;
}
.ie6 .carousel-wrapper .carousel-control.carousel-next,
.ie6 .carousel-wrapper .carousel-control.carousel-control-next--disabled {
  margin: 40px 0px 0px 40px;
}
/* ---------------------------------
Flexslider SKIN
----------------------------------- */
.flex-direction-nav a {
  z-index: 5;
  background: none;
  opacity: 100;
  -khtml-opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-opacity: 100;
  -moz-opacity: 100;
}
.flex-direction-nav a:before {
  display: none;
  content: '';
}
.flex-control-nav.flex-control-paging a {
  margin: 0;
  box-shadow: none;
  border-radius: 6px;
}
.flex-control-nav li {
  margin: 0;
}
/* ---------------------------------
             PARALLAX
------------------------------------ */
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax .parallax-bg {
  position: relative;
}
.ie6 .parallax .parallax-bg {
  overflow: hidden;
}
.parallax .parallax-bg img {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
}
.parallax .parallax-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
.breakpoint-tablet .parallax {
  position: relative;
}
/* ---------------------------------
         RECENT PRODUCTS
------------------------------------ */
.recent-products {
  padding: 2.9% 0;
  border-top: 1px solid #e5e5e5;
}
.lte7 .recent-products {
  display: none;
}
.recent-products .recent-title,
.recent-products .recent-empty {
  margin: 0 0 1.45%;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
}
.recent-products .recent-empty {
  float: right;
}
.recent-products .recent-empty i {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.recent-products .recent-product {
  width: 200px;
  /* Dynamically set by js */
  margin: 0px;
  /* Dynamically set by js */
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  border: 1px solid #e5e5e5;
}
.recent-products .recent-product a {
  display: block;
  overflow: hidden;
}
.ie6 .recent-products .recent-product img {
  margin: -1px 0 0 0;
  display: block;
}
/*--------------------------
-----------------------
UNIVERS
-----------------------
---------------------------*/
.univers-bloc {
  padding: 2.9% 0 0;
  overflow: hidden;
}
.univers-bloc .column {
  vertical-align: top;
}
.ie6 .univers-bloc .column {
  vertical-align: top!important;
}
.univers-bloc h2 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 30px;
}
.univers-bloc .univers-part {
  margin: 0 0 9.1%;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.ie6 .univers-bloc .univers-part {
  margin: 0 0 4.5%;
}
.univers-bloc .univers-part p {
  font-size: 13px;
  line-height: 18px;
}
.univers-bloc .univers-part.univers-part--video p,
.univers-bloc .univers-part.univers-part--picture p {
  margin: 20px 0 0;
}
.univers-bloc .univers-part.univers-part--video {
  position: relative;
}
.univers-bloc .two-thirds .univers-part {
  margin-bottom: 4.3%;
}
.bullets {
  list-style: none;
  font-family: "Century Gothic", Arial, sans-serif;
}
.bullets.fixed {
  position: fixed;
  top: 50%;
  right: 5px;
  padding: 10px 10px 0;
  background: #ffffff;
  z-index: 11;
}
.bullets.fixed li:hover,
.bullets.fixed a:focus {
  cursor: pointer;
}
.bullets.fixed li:hover span,
.bullets.fixed a:focus span {
  color: #000000;
}
.bullets.fixed li:hover .icon-bullet-empty,
.bullets.fixed a:focus .icon-bullet-empty {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -221px;
  width: 10px;
  height: 10px;
}
.bullets.fixed a {
  margin-left: 0;
}
.bullets.fixed a:focus {
  text-decoration: underline;
}
.bullets.fixed .active .icon-bullet-empty {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -221px;
  width: 10px;
  height: 10px;
}
.bullets.fixed span {
  display: none;
  margin: 0 10px 0;
}
.bullets.fixed:hover span,
.bullets.fixed a:focus span {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.bullets li {
  margin: 0 0 13px;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}
.bullets li i,
.bullets li a {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.bullets li a {
  margin: 0 0 0 10px;
  color: #9a9a9a;
}
.bullets li a:hover {
  color: #000000;
}
.ie6 .bullets li i {
  overflow: hidden;
}
.bullets .active a {
  color: #000000;
}
html.zoom-open {
  overflow: visible;
}
html.zoom-open body {
  overflow-y: scroll;
  position: fixed;
}
html.zoom-open.ie7 {
  height: 100%;
  overflow-y: scroll;
}
html.zoom-open.ie7 body {
  height: 100%;
  overflow: hidden;
}
html.zoom-open.ie7 #container,
html.zoom-open.ie7 #main,
html.zoom-open.ie7 #mainScroller {
  height: 100% !important;
  overflow: hidden !important;
}
html.zoom-open.ie7 #mainScroller {
  padding-top: 0 !important;
}
html.zoom-open.ie9.zoom-open body {
  position: relative;
}
html.zoom-open.ie9.zoom-open #main {
  height: 100%;
  overflow: hidden;
}
.ie6.zoom-open {
  height: 100%;
  overflow-y: scroll !important;
}
.ie6.zoom-open body {
  height: 100%;
  overflow: hidden !important;
}
.ie6.zoom-open #container,
.ie6.zoom-open #main,
.ie6.zoom-open #mainScroller {
  height: 100% !important;
  overflow: hidden !important;
}
.zoom {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  zoom: 1;
  cursor: default;
}
.zoom .zoomClose {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 20px;
  z-index: 1;
  background-position: -180px -150px;
}
.zoom .zoomClose.fixed {
  right: 20px;
}
.zoom .closePartR,
.zoom .closePartL {
  width: 5%;
  height: 100%;
  position: absolute;
  top: 0;
}
.zoom .closePartR {
  right: 0;
}
.zoom .closePartL {
  left: 0;
}
.zoom .zoomWrapper {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
}
.zoom .zoomWrapper .nextVisual,
.zoom .zoomWrapper .prevVisual {
  margin: -20px 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  text-indent: -9999px;
}
.zoom .zoomWrapper .nextVisual.off,
.zoom .zoomWrapper .prevVisual.off {
  display: none;
}
.zoom .zoomWrapper .nextVisual {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -82px;
  width: 11px;
  height: 15px;
  right: 19px;
}
.zoom .zoomWrapper .prevVisual {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -102px;
  width: 11px;
  height: 15px;
  left: 19px;
}
.zoom .arrowsWrapper {
  margin: 30px 102px 0 76px;
  position: absolute;
  top: 0;
}
.zoom .visualWrapper {
  margin: 0 50px;
  overflow: hidden;
  position: relative;
  top: 0;
}
.zoom .visualWrapper img {
  position: absolute;
  z-index: 5;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.zoom .visualWrapper img.grabbing {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
}
.zoom .visualWrapper.png {
  background: #ffffff;
}
.zoom.zoomHautes .visualWrapper,
.zoom.zoomHautes .thumbsWrapper li {
  background: transparent;
}
.zoom .controls {
  width: 25px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.zoom .controls .icon-zoom-plus,
.zoom .controls .icon-zoom-moins {
  display: block;
}
.zoom .controls .icon-zoom-plus {
  margin: 0 0 20px;
}
.zoom .controls .icon-zoom-moins {
  margin: 20px 0 0;
}
.zoom .controls .bar {
  width: 1px;
  height: 122px;
  margin: 0 auto;
  background-color: #000000;
}
.zoom .controls .cursor {
  width: 18px;
  height: 7px;
  margin: 0 0 0 -9px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 160px;
  left: 50%;
  background: #000000;
  cursor: pointer;
}
.zoom .legend {
  width: 100%;
  height: 108px;
  position: absolute;
  bottom: 0;
  left: 126px;
  text-align: center;
}
.zoom .legend.paddingT30 {
  height: 78px;
  padding: 30px 0 0;
}
.zoom .legend.paddingT20 {
  height: 91px;
  padding: 17px 0 0;
}
.zoom .legend strong,
.zoom .legend small {
  display: block;
}
.zoom .legend strong {
  margin: 0 0 14px;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 20px;
  color: #000000;
}
.zoom .legend strong.ru,
.ru .zoom .legend strong {
  font-family: "Century Gothic Cy", CenturyGothic, AppleGothic, sans-serif;
}
.zoom .legend .forward {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -264px -252px;
  width: 24px;
  height: 13px;
  bottom: -35px;
}
.zoom .legend .back {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -284px;
  width: 24px;
  height: 13px;
  top: -35px;
}
.zoom .legend .anythingSlider {
  height: 100% !important;
}
.zoom .legend .arrow {
  width: 25px;
  height: 14px;
  margin: 0 0 0 -12.5px;
  position: absolute;
  left: 50%;
  text-indent: -9999px;
  background: transparent url("../images/sprites/sprite-zoom.png") no-repeat 0;
}
.zoom .legend .arrow a {
  width: 100%;
  height: 100%;
  display: block;
}
.zoom .legend .arrow.off {
  display: none !important;
}
.zoom .legend .forward {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -264px -252px;
  width: 24px;
  height: 13px;
  bottom: -35px;
}
.zoom .legend .back {
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -284px;
  width: 24px;
  height: 13px;
  top: -35px;
}
.zoom .anythingSlider {
  height: 100% !important;
}
.zoom .thumbsWrapper li {
  width: 50px;
  margin: 0 0 20px;
  display: block;
  position: relative;
  background-color: white;
}
.zoom .thumbsWrapper li.first {
  margin: 0;
}
.zoom .thumbsWrapper a {
  width: 50px;
  height: 100%;
  display: block;
}
.zoom .thumbsWrapper a:hover .overlay,
.zoom .thumbsWrapper a.activeThumb .overlay {
  display: none;
}
.zoom .thumbsWrapper a img {
  position: relative;
  top: 0;
  left: 0;
}
.zoom .thumbsWrapper a:after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px #e5e5e5;
}
.zoom .thumbsWrapper .overlay {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}
.zoom .thumbsWrapper img {
  margin: 0 auto;
  display: block;
}
.zoom .loading {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  background: transparent url("../images/zoom-loader.gif") no-repeat center;
}
.zoom.thumbnails-pcd .thumbsSlideshow .thumb img {
  left: -14px !important;
}
.ie9 .zoom {
  background-color: rgba(255, 255, 255, 0.2);
}
.ie9 .zoom .thumbsWrapper .overlay {
  background-color: rgba(255, 255, 255, 0.3);
}
.ie6 .zoom .socialWrapper {
  display: none;
}
.tablet .zoom .controls .zoomOut {
  margin: -5px 0 0;
}
.tablet .zoom .controls .bar {
  position: relative;
  top: -15px;
  left: -3px;
  border: 15px solid #ffffff;
}
.tablet .zoom .controls .cursor {
  margin: 15px 0 0 -9px;
  pointer-events: none;
}
.noTouch .arrowsWrapper .nextVisual,
.noTouch .arrowsWrapper .prevVisual {
  display: none;
}
.noTouch .arrowsWrapper:hover .nextVisual,
.noTouch .arrowsWrapper:hover .prevVisual {
  display: block;
}
.noTouch .arrowsWrapper:hover .nextVisual.off,
.noTouch .arrowsWrapper:hover .prevVisual.off {
  display: none;
}
/* OVERRIDE ADDTHIS STYLES*/
.at16nc {
  display: none !important;
}
.at300b {
  float: none !important;
}
.popin-zoom {
  width: 100%;
  height: 100%;
}
.popin-zoom-wrapper {
  width: 90%;
  position: relative;
  margin: 0 auto 30px;
}
.popin-zoom-viewport {
  position: relative;
  overflow: hidden;
  margin: 30px 150px 0 125px;
}
.popin-zoom-viewport.loading {
  background: url(../images/zoom-loader.gif) no-repeat center center;
}
.popin-zoom-viewport.loading img {
  display: none;
}
.popin-zoom-viewport .zoom-next,
.popin-zoom-viewport .zoom-prev {
  display: none;
  position: absolute;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: transparent;
  top: 50%;
  cursor: pointer;
}
.popin-zoom-viewport:hover .zoom-next,
.popin-zoom-viewport:hover .zoom-prev {
  display: block;
}
.popin-zoom-viewport:hover .disabled {
  display: none;
}
.popin-zoom-viewport .zoom-prev {
  left: 10px;
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -102px;
  width: 11px;
  height: 15px;
  padding: 0;
  box-sizing: border-box;
}
.popin-zoom-viewport .zoom-next {
  left: auto;
  right: 10px;
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -334px -82px;
  width: 11px;
  height: 15px;
  padding: 0;
  box-sizing: border-box;
}
.popin-zoom-image {
  position: absolute;
}
.popin-zoom-title {
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
}
.popin-zoom-subtitle {
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
}
.popin-zoom-slider-wrapper {
  position: absolute;
  width: 50px;
  right: 10px;
  bottom: 30px;
}
.popin-zoom-slider-wrapper .arrow {
  position: absolute;
  left: 12px;
  color: transparent;
  font-size: 1px;
  z-index: 5;
}
.popin-zoom-slider-wrapper .arrow.disabled,
.popin-zoom-slider-wrapper .arrow.off {
  display: none;
  visibility: hidden;
}
.popin-zoom-slider-wrapper .back {
  top: -30px;
  background-image: url(../images/sprites/sprite-main.png);
  background-position: 0px -284px;
  width: 24px;
  height: 13px;
}
.popin-zoom-slider-wrapper .forward {
  bottom: -30px;
  background-image: url(../images/sprites/sprite-main.png);
  background-position: -264px -252px;
  width: 24px;
  height: 13px;
}
.popin-zoom-slider-wrapper .popin-zoom-slider {
  position: absolute;
  left: 0;
}
.popin-zoom-slider-wrapper .anythingSlider {
  height: 100% !important;
}
.popin-zoom-slider-wrapper li,
.popin-zoom-slider-wrapper .panel {
  width: 50px;
  margin: 0 0 20px;
  display: block;
  position: relative;
  backgromargin: 0;
  und-color: white;
}
.popin-zoom-slider-wrapper li {
  opacity: .6;
  cursor: pointer;
}
.popin-zoom-slider-wrapper li.selected {
  opacity: 1;
}
.popin-zoom-slider-wrapper a {
  width: 50px;
  height: 100%;
  display: block;
}
.popin-zoom-slider-wrapper a:hover .overlay,
.popin-zoom-slider-wrapper a.activeThumb .overlay {
  display: none;
}
.popin-zoom-slider-wrapper a img {
  position: relative;
  top: 0;
  left: 0;
}
.popin-zoom-slider-wrapper .overlay {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}
.popin-zoom-slider-wrapper img {
  margin: 0 auto;
  display: block;
}
.popin-zoom-controls {
  position: absolute;
  top: 30px;
  left: 0;
  width: 50px;
}
.popin-zoom-controls.hidden {
  display: none;
}
.popin-zoom-controls button {
  display: block;
  margin: 15px auto;
  background-color: white;
  border: 0;
  outline: 0;
}
.popin-zoom-zoomer {
  display: block;
  width: 100%;
  height: 130px;
}
.popin-zoom-zoomer .zoomer-bar {
  position: relative;
  left: 50%;
  display: block;
  width: 1px;
  height: 130px;
  margin-top: 15px;
  background: black;
  cursor: pointer;
}
.popin-zoom-zoomer .zoomer-fill {
  position: absolute;
  bottom: 0;
}
.popin-zoom-zoomer .zoomer-head {
  width: 20px;
  height: 8px;
  position: absolute;
  display: block;
  left: -9px;
  top: 0;
  background: black;
}
/*--------------------------
-----------------------
QUICKVIEW
-----------------------
---------------------------*/
.mod-product-scroller {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  /*Product list*/
  /*Scrollbar product*/
}
.mod-product-scroller.last {
  margin-bottom: -70px;
}
.mod-product-scroller .dragging,
.mod-product-scroller .dragging a {
  cursor: url("../images/layout/drag.png"), auto;
}
.mod-product-scroller .viewport {
  width: 100%;
  height: 400px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  text-align: left;
}
.mod-product-scroller .viewport .drag-cursor {
  overflow: hidden;
  margin: -5px 0 -25px 0;
  display: none;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: -50px;
}
.mod-product-scroller .list-products {
  position: absolute;
  width: 5000px;
  margin: 0;
}
.mod-product-scroller .list-products.large .li-product .title {
  font-size: 14px;
  margin-bottom: 14px;
}
.mod-product-scroller .list-products.large .li-product .subtitle {
  font-size: 10px;
}
.mod-product-scroller .list-products.large .li-product .price {
  font-size: 14px;
}
.mod-product-scroller .list-products.large .li-product .secondLine {
  margin-top: 14px;
}
.mod-product-scroller .list-products .li-product {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  position: relative;
  background-color: #FFFFFF;
  margin: 0 50px 0 0;
  width: 490px;
  text-decoration: none;
  overflow: hidden;
}
.mod-product-scroller .list-products .li-product.first {
  margin-left: 0px;
}
.mod-product-scroller .list-products .li-product.last {
  margin-right: 0px;
}
.mod-product-scroller .list-products .li-product .linkProduct {
  display: block;
}
.ie6 .mod-product-scroller .list-products .li-product .linkProduct {
  height: 100%;
}
.mod-product-scroller .list-products .li-product img {
  max-width: 100%;
  width: 100%;
}
.mod-product-scroller .list-products .li-product .overlay {
  background: #000;
  background-color: #000;
  position: absolute;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
}
.mod-product-scroller .list-products .li-product .description {
  font-family: Times New Roman, Times, sans-serif;
  color: #7d7b7b;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 20px 61px 20px;
  text-transform: uppercase;
  display: block;
}
.ie6 .mod-product-scroller .list-products .li-product .description {
  padding: 30px 0px 61px 0px;
}
.mod-product-scroller .list-products .li-product .title {
  display: block;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
  color: #000;
}
.mod-product-scroller .list-products .li-product .title.ru,
.ru .mod-product-scroller .list-products .li-product .title {
  font-family: "Century Gothic Cy", CenturyGothic, AppleGothic, sans-serif;
}
.mod-product-scroller .list-products .li-product .secondline {
  display: block;
  margin-top: 10px;
}
.mod-product-scroller .list-products .li-product .subtitle {
  /*margin-top: 16px;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  /*Dynamic in JS*/
}
.mod-product-scroller .list-products .li-product .price {
  font-family: Times New Roman, Times, sans-serif;
  font-size: 14px;
  /*Dynamic in JS*/
  font-style: italic;
}
.mod-product-scroller .list-products .li-product .dash {
  padding: 0 10px;
}
.mod-product-scroller .list-products .li-product .product-order {
  width: 100%;
  padding: 16px 0 0 0;
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  text-align: center;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*Dynamic in JS*/
}
.mod-product-scroller .list-products .li-product .product-order em {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  padding: 8px 0 0 5px;
  font-style: normal;
}
.lte7 .mod-product-scroller .list-products .li-product .product-order em {
  padding: 0;
  height: 15px;
}
.mod-product-scroller .list-products .li-product.hovered .product-order {
  display: block;
}
.mod-product-scroller .hovers .hover {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100px;
  text-indent: -9999px;
  background-image: url('../images/layout/spacer.gif');
}
.mod-product-scroller .hovers .hover-prev {
  top: 0;
  left: 0;
}
.mod-product-scroller .hovers .hover-next {
  top: 0;
  left: auto;
  right: 0;
}
.mod-product-scroller .scrollbar {
  width: 11px;
  height: 5px;
  margin-top: 25px;
}
.mod-product-scroller .scrollbar.large {
  margin-top: 40px;
}
.mod-product-scroller .scrollbar.hidden {
  display: none;
}
.mod-product-scroller .track {
  background-color: #2d2d2e;
  height: 100%;
  width: 11px;
  position: relative;
}
.mod-product-scroller .thumb {
  height: 5px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  background: transparent;
}
.mod-product-scroller .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 100%;
  background: #fff;
}
.mod-product-scroller .disable {
  display: none;
}
.mod-product-scroller.vertical {
  position: relative;
  width: 540px;
  overflow: visible;
}
.mod-product-scroller.vertical .viewport {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  height: 600px;
  overflow: hidden;
}
.mod-product-scroller.vertical .move-triggers {
  position: absolute;
  top: 50%;
  right: -40px;
}
.mod-product-scroller.vertical .hovers .hover {
  height: 100px;
  width: 100%;
}
.mod-product-scroller.vertical .hovers .hover-prev {
  top: 0;
  left: 0;
}
.mod-product-scroller.vertical .hovers .hover-next {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.mod-product-scroller.vertical .scrollbar {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: 5px;
  height: 600px;
  margin-left: 25px;
}
.mod-product-scroller.vertical .scrollbar.large {
  margin-left: 40px;
}
.mod-product-scroller.vertical .track {
  background-color: #2d2d2e;
  height: 100%;
  width: 5px;
  position: relative;
}
.mod-product-scroller.vertical .thumb {
  width: 5px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.mod-product-scroller.vertical .thumb .end {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: #fff;
}
.mod-product-scroller.vertical .list-products {
  position: absolute;
  width: 550px;
}
.mod-product-scroller.vertical .list-products .li-product {
  display: block;
  margin-right: 0px;
  margin-bottom: 50px;
}
.mod-product-scroller.vertical .list-products .li-product.first {
  margin-left: 0px;
  margin-top: 60px;
}
.mod-product-scroller.vertical .list-products .li-product.last {
  margin-bottom: 60px;
}
.ie7 .li-product .description {
  max-height: 115px;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  /* <IE7> */
  *zoom: 1;
  /* </IE7> */
}
.accordion .accordion-trigger {
  height: 50px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.accordion .accordion-trigger hr {
  width: 100%;
  height: 1px;
  margin: 0 0 19px;
  border: 0;
  color: #e5e5e5;
  background-color: #e5e5e5;
}
.accordion .accordion-trigger i {
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 25px;
  right: 12px;
}
.accordion .accordion-trigger--active i {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #000000 transparent;
  line-height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.accordion .accordion-section {
  padding: 20px 0 0;
  display: none;
}
.dot-menu {
  position: fixed;
  top: 200px;
  right: 20px;
  padding: 20px;
  background: transparent;
  z-index: 40;
  font-size: 0px;
  color: #cecece;
}
.dot-menu.dot-menu--open {
  background: #ffffff;
}
.dot-menu a {
  color: #9a9a9a;
}
.dot-menu a:hover {
  color: #000000;
}
.dot-menu .dot-menu-label--selected a {
  color: #000000;
}
.dot-menu .dot-menu-dot--selected a:hover {
  color: #9a9a9a;
}
.dot-menu .dot-menu-dots,
.dot-menu .dot-menu-labels-wrapper {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.dot-menu .dot-menu-dots .dot-menu-dot {
  height: 12px;
  margin: 0 0 18px;
}
.dot-menu .dot-menu-dots .dot-menu-dot.dot-menu-dot--last {
  margin: 0;
}
.dot-menu .dot-menu-dots .dot-menu-dot.dot-menu-dot--social {
  padding: 18px 0 0;
  border-top: 1px solid #cecece;
}
.dot-menu .dot-menu-dots .dot-menu-dot.dot-menu-dot--social i {
  font-size: 14px;
}
.dot-menu .dot-menu-dots .dot-menu-dot i {
  font-size: 10px;
  line-height: 12px;
}
.dot-menu .dot-menu-labels-wrapper {
  margin: 0 20px 0 0;
  visibility: hidden;
  overflow: hidden;
  text-align: right;
  font-size: 13px;
  text-transform: uppercase;
}
.dot-menu .dot-menu-labels-wrapper .dot-menu-labels .dot-menu-label {
  height: 12px;
  margin: 0 0 18px 0px;
  font-size: 12px;
}
.dot-menu .dot-menu-labels-wrapper .dot-menu-labels .dot-menu-label.dot-menu-label--last {
  margin: 0;
}
.dot-menu .dot-menu-labels-wrapper .dot-menu-labels .dot-menu-label.dot-menu-label--social {
  height: auto;
}
.dot-menu .dot-menu-labels-wrapper .dot-menu-labels .dot-menu-label .dot-menu-socials {
  padding-top: 16px;
  font-size: 0px;
}
.dot-menu .dot-menu-labels-wrapper .dot-menu-labels .dot-menu-label .dot-menu-socials .socials-social {
  margin: 0 0 0 15px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
}
.lte7 .dot-menu {
  display: none;
}
.tag-wrapper {
  position: relative;
}
.tag-wrapper .tags {
  width: 100%;
  height: 100%;
  background: red;
}
.tag {
  display: none;
  text-transform: uppercase;
  color: #fff;
}
.tag.tag--active {
  display: block;
}
.tag .tag-content {
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 15px;
  line-height: 36px;
  color: white;
  font-size: 0.8125rem;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.tag .tag-content a {
  color: white;
}
.tag .tag-content .separator {
  height: 16px;
  width: 1px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
}
.tag .tag-content button {
  display: inline-block;
  padding: 0;
  height: 36px;
  line-height: 36px;
  vertical-align: top;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
}
.tag .tag-content button:before {
  font-size: 1rem;
  color: white;
  vertical-align: middle;
}
.tag .tag-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.tag.tag--top .tag-arrow {
  top: 0;
  margin-top: -10px;
}
.tag.tag--bottom .tag-arrow {
  margin-top: 36px;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.icon-info-over {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 1.25rem;
}
.icon-info-over:before {
  font-weight: bold;
}
/* V7 supports */
#dior-header.dior-v7 {
  z-index: 50;
}
#dior-header.dior-v7 .rolls-nav li {
  vertical-align: middle;
}
#page-overlay.dior-v7 {
  z-index: 11;
}
main {
  font-family: 'Century-Gothic', Arial, sans-serif;
}
.dior-v7 input[type='mail'],
.dior-v7 input[type='email'],
.dior-v7 input[type='number'],
.dior-v7 input[type='tel'],
.dior-v7 input[type='text'],
.dior-v7 input[type='password'],
.dior-v7 input[type='address'] {
  background: #fff;
}
.dior-v7.popin-wrapper {
  position: initial;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  top: auto;
  bottom: auto;
}
.no-wishlist .js-wishlist-toggle,
.no-wishlist .js-wishlist-add {
  display: none !important;
}
.no-wishlist #dior-header nav li.nav-wishlist {
  display: none;
}
.no-wishlist .tag-content .separator {
  display: none;
}
.popin-wrapper {
  font-family: "CenturyGothic-Regular", CenturyGothic, AppleGothic, sans-serif;
}
.visually-hidden,
.sr-only {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
  left: -5000px;
}
.visually-hidden.visible-on-focus:focus,
.sr-only.visible-on-focus:focus {
  opacity: 1;
  width: auto;
  height: auto;
  position: relative;
  left: 0;
}
body > a.visible-on-focus:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
}

@font-face {
	font-family: 'diorcom-icons';
	src:url('../javascript/fonts/icons/diorcom-icons.eot?gvgcp5');
	src:url('../javascript/fonts/icons/diorcom-icons.eot?#iefixgvgcp5') format('embedded-opentype'),
		url('../javascript/fonts/icons/diorcom-icons.ttf?gvgcp5') format('truetype'),
		url('../javascript/fonts/icons/diorcom-icons.woff?gvgcp5') format('woff'),
		url('../javascript/fonts/icons/diorcom-icons.svg?gvgcp5#diorcom-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="font-icon-"], [class*=" font-icon-"] {
	font-family: 'diorcom-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-icon-check:before {
    content: "\e90a";
}
.font-icon-dot--empty:before {
    content: "\e906";
}
.font-icon-dot--full:before {
    content: "\e907";
}
.font-icon-share:before {
    content: "\e908";
}
.font-icon-triangle:before {
    content: "\e909";
}
.font-icon-play:before {
    content: "\e905";
}
.font-icon-arrow-thin:before {
    content: "\e904";
}
.font-icon-instagramfeed:before {
    content: "\e903";
}
.font-icon-youtube-circle:before {
    content: "\e901";
}
.font-icon-youtube:before {
    content: "\e902";
}
.font-icon-close:before {
    content: "\e900";
}
.font-icon-quote--close:before {
    content: "\e613";
}
.font-icon-quote--open:before {
    content: "\e614";
}
.font-icon-google-plus-circle:before {
    content: "\e60c";
}
.font-icon-instagram-circle:before {
    content: "\e60d";
}
.font-icon-kaixin-circle:before {
    content: "\e60e";
}
.font-icon-tumblr-circle:before {
    content: "\e60f";
}
.font-icon-twitter-circle:before {
    content: "\e610";
}
.font-icon-weibo-circle:before {
    content: "\e611";
}
.font-icon-facebook-circle:before {
    content: "\e612";
}
.font-icon-bag:before {
    content: "\e600";
}
.font-icon-circle:before {
    content: "\e601";
}
.font-icon-dior:before {
    content: "\e602";
}
.font-icon-facebook:before {
    content: "\e603";
}
.font-icon-glass:before {
    content: "\e604";
}
.font-icon-google:before {
    content: "\e605";
}
.font-icon-instagram:before {
    content: "\e606";
}
.font-icon-kaixin:before {
    content: "\e607";
}
.font-icon-mail:before {
    content: "\e608";
}
.font-icon-tumblr:before {
    content: "\e609";
}
.font-icon-twitter:before {
    content: "\e60a";
}
.font-icon-weibo:before {
    content: "\e60b";
}

/*# sourceMappingURL=onedior-commons.css.map */