@charset "UTF-8";
/*	=SPRITE MAPS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	=SPRITE VARIABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	=PARTIALS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	=GLOBAL VARIABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	=MIXINS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/**
 * mixin respond-to for media querries
 * 
 * usage example:
 * to add different color per media-query add inside selector:
 * @include respond-to(cellphones) { color: green; }
 * @include respond-to(tablets) { color: blue; }
 * @include respond-to(laptops) { color: orange; }
 * @include respond-to(widescreens) { color: yellow; }
 */
/**
 * default variables can be ovverride
 */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*	=FONT VARIABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* media query breakpoints */
/*	=COLOR VARIABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* RESET tags */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0; }

/* HTML5 tags */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  font-family: arial;
  word-wrap: break-word;
  color: #000;
  -webkit-text-size-adjust: 100%; }

* {
  outline: none; }

a {
  text-decoration: none;
  color: #000; }

a .mask {
  color: #fff; }

img {
  max-width: 100%; }

.filterSalonMap img, .salonMap img {
  max-width: none; }

.ir {
  text-indent: -9000em;
  outline: none;
  overflow: hidden;
  font-size: 0;
  line-height: 0; }

.hide {
  display: none; }

.italic {
  font-style: italic; }

.size-4 {
  font-size: 4em; }

.size-8 {
  font-size: 8em; }

h2 {
  font-family: "HelveticaNeueLTStd-ThEx";
  font-size: 4.7em; }

.size-2 {
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 3.7em; }

h2.margin-1 {
  margin-bottom: 20px; }

h3 {
  font-size: 2.6em; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

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

input[type='submit'], input[type='button'], input[type='reset'] {
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type='text'], input[type='tel'], input[type='email'] {
  background: #fff;
  outline: none;
  border: 0;
  border-radius: 0; }

textarea {
  outline: none;
  resize: none;
  overflow: auto; }

input[type="checkbox"],
input[type="radio"] {
  height: 20px;
  width: 20px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0; }

input[type="checkbox"].opaque,
input[type="radio"].opaque {
  opacity: 1; }

input[type="checkbox"] + label.css-label:before,
input[type="radio"] + label.css-label:before {
  background-position: 0 0; }

input[type="checkbox"]:checked + label.css-label:before,
input[type="radio"]:checked + label.css-label:before {
  background-position: 0 -20px; }

.css-label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: 1.2; }
  .css-label:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background: url("../i/sprite/checkbox.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
  .css-label.css-label--radio {
    font-size: 1.5em;
    line-height: 20px; }
    .css-label.css-label--radio:before {
      background: url("../i/sprite/radio.png") no-repeat; }
  .css-label.css-label--round {
    font-size: 1.5em;
    line-height: 20px;
    text-transform: none;
    font-weight: 400; }
    .css-label.css-label--round:before {
      background: url("../i/sprite/checkbox_round.png") no-repeat; }
  .css-label.css-label--vert {
    text-align: center;
    padding: 0;
    width: 20px;
    height: 40px; }
    .css-label.css-label--vert:before {
      top: 20px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
	Rozmiary boxów:
	=========================
	szerokość kontenera (.tiles) - jego wewnętrzny padding =  suma szerokośi boxów w poziomie + marginesy między boxami

	Uruchomienie:
	=========================
	1.Do sekcji .main dodać klasę .dynamicBox (strona 00_HOME ma dodatkową klasę .home)
	2.Elementy otoczyć wrapem z klasami .tiles & .isotopeRun
	3.Element musi posiadać klasy .block-AxB & .item & .tile
*/
/*	=ISOTOPE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.block-1x1 {
  width: 440px;
  height: 440px; }

.home .block-1x1 {
  width: 670px;
  height: 470px; }

.block-1x2 {
  width: 440px;
  height: 900px; }

.block-2x1 {
  width: 900px;
  height: 440px; }

.home .block-2x1 {
  width: 1360px;
  height: 470px; }

.block-2x2 {
  width: 900px;
  height: 900px; }

.historyContent .block-2x2 {
  width: 440px;
  height: 440px; }

.tiles {
  margin: 0 -11px;
  /* Wyrównanie marginesów */ }

.home .tiles {
  margin: 0 !important;
  padding: 10px !important; }

.ie8 .tile .mask, .ie9 .tile .mask {
  visibility: hidden; }

.tile {
  margin: 10px;
  /* margin który się sumuje z sąsiadującym */
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  color: #fff; }
  .tile:before {
    opacity: 1;
    transition-duration: 0.2s; }
  .tile.no-plus:before {
    display: none; }
  .tile > img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.5s cubic-bezier(0.105, 0.86, 0.52, 0.965); }

/**
	 * standard mask: centered
	 *
	 * html standard construction:
	 *
	 * .tile.your-custom-class
	 *     .mask
	 *         .mask-content
	 *             .mask-content (optional)
	 *             .mask-headline (optional)
	 *             .mask-text (optional)
	 *             .buttonWrap (optional)
	 *             .socialLogo (optional)
	 *             .play (optional)
	 *
	 * to position mask content:
	 * .your-custom-class .mask-content { @extend %verticalAlign-[direction];}
	 *
	 */
.tile .tile-content-wrapper * {
  box-sizing: border-box; }

.tile .tile-content-wrapper {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 101; }
  .tile .tile-content-wrapper .buttonWrap {
    display: none; }

.not-touch-device .tile:hover .tile-content-wrapper .buttonWrap, .tile.ipadFix .tile-content-wrapper .buttonWrap {
  display: block; }

.tile .home-mask-headline {
  color: #191919;
  font-family: "HelveticaNeueLTStd-Ex";
  display: inline-block;
  line-height: 2.5;
  padding: 0 1.3em 0 1.25em;
  text-transform: uppercase;
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .tile .home-mask-headline {
      font-size: 2.8em; } }
  .tile .home-mask-headline:before {
    content: '';
    display: none;
    width: 100px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    z-index: 0;
    margin-left: -50px; }

.not-touch-device .tile:hover .home-mask-headline, .tile.ipadFix .home-mask-headline {
  color: #fff;
  background: none transparent !important;
  min-height: 40px;
  line-height: 1;
  padding: 0;
  margin-bottom: 1em;
  border: 0 none; }
  .not-touch-device .tile:hover .home-mask-headline:before, .tile.ipadFix .home-mask-headline:before {
    display: block; }
  .not-touch-device .tile:hover .home-mask-headline:after, .tile.ipadFix .home-mask-headline:after {
    display: none; }

.tile .home-mask-link {
  display: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd-LtEx"; }
  .tile .home-mask-link span {
    font-family: "HelveticaNeueLTStd-ThEx"; }

.not-touch-device .tile:hover .home-mask-link, .ipadFix .home-mask-link {
  display: inline; }

.tile .mask * {
  box-sizing: border-box; }

.tile .mask {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  transition-duration: 0.4s; }

.tile .mask-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: 0;
  padding: 0 12%;
  z-index: 100;
  word-break: normal; }
  .tile .mask-content h2 {
    font-size: 3.5em; }

.tile .mask-headline {
  font-family: "HelveticaNeueLTStd-Ex";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  line-height: 1;
  margin-bottom: 1.4em;
  padding-bottom: 0.3em;
  position: relative;
  z-index: 100; }
  .tile .mask-headline:before {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px; }
    @media only screen and (max-width: 999px) {
      .tile .mask-headline:before {
        width: 50px;
        height: 2px;
        margin-left: -25px; } }

.tile .mask-text {
  width: 100%;
  color: #fff;
  line-height: 1.1;
  margin: 1em 0 2em;
  font-size: 2em;
  font-weight: normal;
  font-family: "HelveticaNeueLTStd-ThEx"; }

.tile .buttonWrap {
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
  position: relative; }

.tile .socialButtons {
  width: 100%;
  height: 14px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 90%;
  z-index: 100;
  opacity: 0;
  transition: compact(all 0.2s ease-in-out); }
  .tile .socialButtons ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .tile .socialButtons li {
    float: left;
    height: 14px; }
    .tile .socialButtons li.shadow {
      width: 24px;
      position: relative; }
    .tile .socialButtons li.shadow.first {
      background-image: url(../i/sprites/sprite.png);
      background-position: -140px -376px;
      width: 24px;
      height: 14px; }
    .tile .socialButtons li.shadow.last {
      background-image: url(../i/sprites/sprite.png);
      background-position: -164px -376px;
      width: 24px;
      height: 14px; }
    .tile .socialButtons li.ico {
      width: 16px;
      transition-property: opacity;
      transition-duration: 0.2s; }
      .tile .socialButtons li.ico:hover {
        opacity: 0.7; }
      .tile .socialButtons li.ico a {
        display: block;
        width: 100%;
        height: 100%; }
    .tile .socialButtons li.facebook {
      background-image: url(../i/sprites/sprite.png);
      background-position: -472px -202px;
      width: 18px;
      height: 18px;
      margin-left: 10px; }
    .tile .socialButtons li.twitter {
      background-image: url(../i/sprites/sprite.png);
      background-position: -472px -274px;
      width: 18px;
      height: 18px;
      margin: 0 8px 0 5px; }
    .tile .socialButtons li.pinterest {
      background-image: url(../i/sprites/sprite.png);
      background-position: -472px -238px;
      width: 18px;
      height: 18px;
      margin-right: 10px; }

.not-touch-device .tile:hover img, .ipadFix img,
.tile.effect-on img {
  -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }

.not-touch-device .tile:hover .mask,
.ipadFix .mask,
.tile.effect-on .mask {
  opacity: 1;
  visibility: visible; }
  .not-touch-device .tile:hover .mask h2, .not-touch-device .tile:hover .mask .buttonWrap, .not-touch-device .tile:hover .mask .socialButtons,
  .ipadFix .mask h2,
  .ipadFix .mask .buttonWrap,
  .ipadFix .mask .socialButtons,
  .tile.effect-on .mask h2,
  .tile.effect-on .mask .buttonWrap,
  .tile.effect-on .mask .socialButtons {
    opacity: 1; }
  .not-touch-device .tile:hover .mask .buttonWrap,
  .ipadFix .mask .buttonWrap,
  .tile.effect-on .mask .buttonWrap {
    transition-delay: 0.1s;
    top: 0; }
  .not-touch-device .tile:hover .mask .socialButtons,
  .ipadFix .mask .socialButtons,
  .tile.effect-on .mask .socialButtons {
    transition-delay: 0.4s; }

.not-touch-device .noPushItems.tile:before {
  display: none; }

.not-touch-device .noPushItems.tile:hover .mask {
  opacity: 0;
  visibility: hidden; }

.not-touch-device .noPushItems.tile:hover img {
  -ms-transform: none;
      transform: none; }

/* standard facephoto tile */
/* home middle-aligned tile  */
.tile-homePush .mask-headline {
  margin-bottom: 0.5em; }

/* standard video tile or youtube social tile */
.tile-video .mask-content {
  top: 2em; }

.tile-video .socialLogo {
  width: 20px;
  height: 20px;
  margin: -1em;
  position: absolute;
  left: 50%;
  top: 1em; }

.tile-video:hover {
  cursor: pointer; }
  .tile-video:hover .play {
    background: #c8003c; }

.tileInstagram .mask-content,
.tileFacebook .mask-content {
  padding-left: 4em;
  padding-right: 4em; }

.tileInstagram .socialLogo,
.tileFacebook .socialLogo {
  width: 3em;
  height: 3em;
  margin: 3em; }

.tileInstagram .description,
.tileFacebook .description {
  margin-bottom: 1.5em;
  font-family: "HelveticaNeueLTStd-ThEx"; }

.tileYouTube {
  background: #000; }
  .tileYouTube > img {
    height: auto;
    margin-top: 55px; }
  .tileYouTube .mask-content {
    padding-left: 4em;
    padding-right: 4em; }
    .tileYouTube .mask-content h2 {
      font-size: 1.5em;
      line-height: 140%;
      margin-bottom: 0; }
  .tileYouTube .socialLogo {
    width: 3em;
    height: 3em;
    margin: 3em;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.5em; }
  .tileYouTube .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -43px;
    z-index: 100; }
  .tileYouTube .mask-headline {
    font-size: 2em; }
    .tileYouTube .mask-headline:before {
      display: none; }
  .tileYouTube .mask-text {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 1.6em;
    margin-bottom: 0; }
  .tileYouTube:hover {
    cursor: pointer; }
    .tileYouTube:hover .play {
      background: #c8003c; }

.tileTwitter .socialLogo {
  width: 3em;
  height: 3em;
  margin: 3em auto;
  opacity: 0;
  transition-duration: 0.4s; }

.tileTwitter:hover .socialLogo,
.tileTwitter.effect-on .socialLogo {
  opacity: 1; }

.tile-facePhoto .tileImgPositioner,
.tile-video .tileImgPositioner,
.tileInstagram .tileImgPositioner,
.tileFacebook .tileImgPositioner,
.tileYouTube .tileImgPositioner,
.tileTwitter .tileImgPositioner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: inherit;
  width: inherit;
  background-color: #fff; }
  .tile-facePhoto .tileImgPositioner > img,
  .tile-video .tileImgPositioner > img,
  .tileInstagram .tileImgPositioner > img,
  .tileFacebook .tileImgPositioner > img,
  .tileYouTube .tileImgPositioner > img,
  .tileTwitter .tileImgPositioner > img {
    max-width: 100%;
    width: 100%;
    position: relative;
    transition: compact(all 0.5s cubic-bezier(0.105, 0.86, 0.52, 0.965)); }

.tileBlur.tile:before {
  display: none; }

.blur {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  width: 90%;
  height: 90%;
  color: #191919;
  transition: compact(opacity 0.2s ease-in-out); }
  .blur .blurShort {
    top: 50%;
    margin-top: -38px;
    position: relative;
    display: inline-block;
    padding: 2px;
    border: 1px solid #fff; }
  .blur .blurShortContent {
    background: url("../i/bg/bg_white_opacity_07.png") repeat scroll 0 0;
    padding: 20px 30px 34px;
    font-size: 2.6em;
    font-family: "HelveticaNeueLTStd-Ex";
    white-space: nowrap; }
    .blur .blurShortContent:after {
      content: '';
      display: block;
      background-color: #191919;
      width: 90px;
      height: 6px;
      bottom: 30%;
      left: 50%;
      position: absolute;
      margin-left: -45px; }
  .blur .blurLong {
    background: url("../i/bg/bg_white_opacity_07.png") repeat scroll 0 0;
    width: 94%;
    height: 94%;
    padding: 3%;
    font-family: "HelveticaNeueLTStd-Ex"; }
    .blur .blurLong:before {
      content: '';
      position: absolute;
      display: inline-block;
      top: -1px;
      left: -1px;
      margin: 4.5%;
      width: 91%;
      height: 91%;
      border: 1px solid #fff; }
  .blur h3 {
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 1.6em;
    position: relative; }
    .blur h3:after {
      content: '';
      display: block;
      background-color: #191919;
      width: 90px;
      height: 2px;
      bottom: -5px;
      left: 50%;
      position: absolute;
      margin-left: -45px; }
  .blur .blurContentWrapper {
    display: table;
    height: 94%; }
  .blur .blurContent {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .blur p {
    font-size: 2.2em;
    margin: 10px 0;
    font-family: "HelveticaNeueLTStd-ThEx"; }
  .blur strong {
    color: #98005c;
    display: block;
    font-family: "HelveticaNeueLTStd-LtEx"; }

.tile.visionShortBlur:hover .blur {
  opacity: 0; }

.ie8 .tile.visionShortBlur:hover .blur {
  display: none; }

.tileText {
  border: 1px solid #e5e5e4;
  color: #191919;
  box-sizing: border-box;
  padding: 2%;
  display: table; }
  .tileText.tile:before {
    display: none; }
  .tileText .tileTextContent {
    display: table-cell;
    height: 94%;
    vertical-align: middle; }
  .tileText h2 {
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 3em;
    position: relative; }
    .tileText h2:after {
      content: '';
      display: block;
      background-color: #191919;
      width: 90px;
      height: 3px;
      bottom: -5px;
      left: 50%;
      position: absolute;
      margin-left: -45px; }
  .tileText p {
    font-size: 1.6em;
    font-family: "HelveticaNeueLTStd-LtEx";
    margin: 40px 0; }

/* ***********************
	==================
	DEKLARACJA ISOTOPA
	==================
*********************** */
.isotope-item {
  z-index: 2; }

.is-menu-visible .isotope-item {
  z-index: -1; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope {
  transition-property: height, width;
  transition-duration: 0.8s;
  /**** disabling Isotope CSS3 transitions ****/ }
  .isotope .isotope-item {
    transition-property: transform, opacity;
    transition-duration: 0.8s; }
  .isotope.no-transition,
  .isotope.no-transition .isotope-item,
  .isotope .isotope-item.no-transition {
    transition-duration: 0s; }

.main.home .tile.ipadFix .mask-content {
  opacity: 1 !important; }
  .main.home .tile.ipadFix .mask-content .buttonWrap {
    z-index: 102; }

.scrollbar-path-vertical, .scrollbar-path-horizontal {
  position: absolute;
  background-color: #eee;
  background-color: rgba(220, 220, 220, 0.5);
  z-index: 100; }

.scrollbar-handle {
  position: relative;
  top: 0;
  left: 0;
  background-color: #CA1C6A; }

.scrollbar-path-horizontal {
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
  .scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%; }

.scrollbar-path-vertical {
  right: 5px;
  top: 0;
  height: 100%;
  width: 10px;
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }
  .scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%; }

.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
  border-radius: 5px; }

/*	=PICTURE FRAME PANEL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.brandsList img {
  width: 100%; }

/* COLOR */
.pictureFrame .colRight.bgPeach {
  background-color: #fabc83;
  background-image: linear-gradient(45deg, #fabc83 0%, #f67b5c 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabc83', endColorstr='#f67b5c',GradientType=1 ); }

.pictureFrame .colRight.trending {
  background-color: #990359;
  background-image: linear-gradient(45deg, #990359 28%, #cf1b7c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990359', endColorstr='#cf1b7c',GradientType=1 ); }

.pictureFrame {
  position: relative;
  width: 100%; }

.pictureFrame img.visual {
  display: block;
  width: 100%; }

.color-black {
  background: #000; }

.color-purple {
  background: #98005c; }

.pictureFrame .col {
  position: absolute; }

.pictureFrame .colCenter {
  width: 100%; }

.pictureFrame.colCentered .col {
  right: 25%; }

.pictureFrame .colLeft {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 10; }

.pictureFrame .colRight {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 10; }

/* Reverse visual order of collumns */
.pictureFrame.colReversed .colLeft {
  left: 50%;
  position: relative; }

.pictureFrame.colReversed .colRight {
  left: 0;
  right: auto; }

.pictureFrame .colRight .inner {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff; }

.colorDispatchFrame.pictureFrame .colRight .inner {
  padding-top: 110px; }

.pictureFrame img.centerPack {
  position: absolute;
  bottom: -8%;
  left: 50%;
  margin-left: -17.85714285714286%;
  width: 35.71428571428571%;
  max-width: 100% !important;
  z-index: 100;
  /*
			centrowanie z dynamicznym skalowaniem obrazka
		*/ }

.pictureFrame .colLeft h2, .pictureFrame .colRight h2,
.pictureFrame .colLeft h1, .pictureFrame .colRight h1 {
  margin-bottom: 20px; }

.pictureFrame .colLeft img.packshot, .pictureFrame .colRight img.packshot {
  width: 71.42857142857143%;
  /* 500 / .col width(700px) * 100  */
  margin-top: 30px; }

.pictureFrame .colLeft img.logo, .pictureFrame .colRight img.logo {
  width: 68.56330014224751%;
  /* 482(img) / .col width(703px) * 100 */
  /*margin-top: 26.92793931731985%; */
  /* 213px; */ }

.pictureFrame .subtitle {
  font-size: 2.4em;
  font-family: "HelveticaNeueLTStd-Ex";
  padding: 8px 0;
  display: block;
  font-weight: normal; }

.pictureFrame .subtitle.subtitle-care {
  padding: 8px 0 0; }

.pictureFrame .subtitle2 {
  font-family: "HelveticaNeueLTStd-Ex";
  padding: 8px 0;
  display: block;
  font-weight: normal;
  font-size: 3.3em; }

/* BANER na 100% wielkosci strony */
.pictureFrame.fullFrame .colLeft {
  width: 100%; }

.pictureFrame.fullFrame .colRight {
  width: 100%;
  position: relative; }

.pictureFrame.fullFrame .colRight .inner {
  padding: 7em 0 6em; }

.inspirationGalleryTop .fullFrame .colRight .inner {
  padding: 7em 0 5em; }

.pictureFrame.fullFrame .colRight h1 {
  margin: 0;
  font-size: 9em;
  line-height: 84px; }

.inspirationGalleryTop .fullFrame .colRight h1 {
  font-size: 11em; }

.pictureFrame.fullFrame .short {
  font-family: "HelveticaNeueLTStd-ThEx";
  font-size: 2.4em;
  margin-top: 30px; }

.inspirationGalleryTop .fullFrame .short {
  margin-top: 0.5em; }

.pictureFrame .icLogo {
  /*padding: 176px 0 74px 0;*/
  /*padding: 21% 0 6% 0;  odpalone vertykalne centrowanie więc narazir to jest zbęde*/
  padding-bottom: 6%;
  display: block;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold; }

.pictureFrame .icLogo img {
  width: 41.53627311522048% !important;
  /* width obrazka / width colRight z firebuga * 100 */ }

.pictureFrame .prodInfo {
  font-size: 2.2em;
  font-family: "HelveticaNeueLTStd-ThEx";
  display: block;
  padding: 0 10% 2.396804260985353%; }

.pictureFrame .prodDescription {
  display: block;
  padding: 4% 18% 1%;
  font-family: "HelveticaNeueLTStd-Ex"; }

.pictureFrame .prodNote {
  opacity: 0.5;
  display: block;
  padding: 0 15%; }

.pictureFrame .colRight h1,
.pictureFrame .colRight h2 {
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 5.2em;
  line-height: 109.2410119840213%;
  /* 52px */
  margin: 2.793608521970706% 0 4.725699067909454% 0; }

.pictureFrame .colRight h1.large {
  /*padding: 40% 0 5% 0;*/
  margin: 25px 0;
  font-size: 9.8em;
  line-height: 0.85; }

.pictureFrame .colRight.bgPink .prodInfo {
  margin: 5% 0 1%; }

.pictureFrame input[type="text"] {
  width: 244px;
  height: 46px;
  padding: 0 20px;
  font-size: 1.8em;
  line-height: 2.4em;
  margin: 5px; }

.pictureFrame input[type="submit"] {
  height: 57px;
  padding: 0 32px;
  min-width: 0;
  font-size: 1.8em;
  margin: 5px; }

.subtitlePosition {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  color: #fff;
  display: none; }

.pictureFrame .careSubtitle {
  /*margin: 52% 0 0 30%;*/ }
  .pictureFrame .careSubtitle .subtitle {
    color: #fff;
    font-family: "HelveticaNeueLTStd-Ex"; }

.pictureFrame .care2Subtitle {
  margin: 72% 0 0 16%; }
  .pictureFrame .care2Subtitle .subtitle {
    color: #fff;
    font-family: "HelveticaNeueLTStd-Ex"; }

.pictureFrame .ilonaSubtitle {
  margin: 75% 0 0 5%; }
  .pictureFrame .ilonaSubtitle .subtitle {
    color: #793451; }
  .pictureFrame .ilonaSubtitle .line {
    width: 50%;
    background: none;
    border-top: 1px solid #e9e7e5;
    display: inline-block; }

.pictureFrame .bottomRightLogo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto; }

.pictureFrame .founder h2 {
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 6em !important;
  line-height: 92px !important;
  margin: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .pictureFrame .founder h2 {
    line-height: 61px !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1000px) and (max-width: 1399px) {
    .pictureFrame .founder h2 {
      line-height: 25px !important; } }

.pictureFrame .founder .founderInfo {
  font-size: 2em !important;
  text-align: center;
  line-height: 1.2;
  font-family: "HelveticaNeueLTStd-ThEx";
  margin: 35px 0; }

.pictureFrame .founder .inner {
  /*padding: 21.05278514588859% 11.3960113960114% 0 11.3960113960114%;
		  161px -  */ }

.pictureFrame .founder .line {
  margin-bottom: 20px; }

.lookBookPage .pictureFrame .colRight {
  width: 50%;
  position: absolute; }

/*	=CARE COLLECTIONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.rwdDimension {
  margin: 0 auto; }

/* jeśli nie ma zdefiniowanych styli to łapie kolory iluminy jest to użyte w look book */
.lookbook-block-left, .-block-left {
  background: #97305d; }

.lookbook-block-right, .-block-right {
  background: #383637; }

.braun {
  color: #793451; }

.pink, .button.button--primary {
  color: #98005c; }

.black, .button.button--secondary {
  background: #000; }

.apliance-header-col {
  background: #c8003e; }

.apliance-header-title {
  color: #fff; }

.apliance-button {
  background: #c8003e; }

.apliance-button.active,
.apliance-button:hover {
  background: #191919; }

.apliance-text {
  color: #000; }

.care-header-title {
  color: #fff; }

.care-button {
  background: #98005c; }

.care-button.active,
.care-button:hover {
  background: #6e005e; }

.care-text {
  color: #191919; }

.koleston-header-col {
  background: #c02150; }

.koleston-header-title {
  color: #002389; }

.koleston-button {
  background: #c70039; }

.koleston-button.active,
.koleston-button:hover {
  background: #d05277; }

.koleston-text {
  color: #191919; }

.texture-header-col {
  background: #e1d5e1; }

.texture-header-title {
  color: #fff; }

.texture-button {
  background: #c4b6c5; }

.texture-button.active,
.texture-button:hover {
  background: #ada2b0; }

.texture-text {
  color: #191919; }

.blondor-header-col {
  background: #739ec1; }

.blondor-header-title {
  color: #fff; }

.blondor-button {
  background: #8eb9dc; }

.blondor-button.active,
.blondor-button:hover {
  background: #6685a2; }

.blondor-text {
  color: #191919; }

.colortouch-header-col {
  background: #ee5da2; }

.colortouch-header-title {
  color: #e75d90; }

.colortouch-button {
  background: #e45690; }

.colortouch-button.active,
.colortouch-button:hover {
  background: #da1b23; }

.colortouch-text {
  color: #191919; }

.ilumina-header-col {
  background: #a2a1c3; }

.ilumina-header-title {
  color: #594785; }

.ilumina-button {
  background: #9695b5; }

.ilumina-button.active,
.ilumina-button:hover {
  background: #a1507b; }

.ilumina-text {
  color: #3c456d; }

.colorid-header-col {
  background: #d9282e; }

.colorid-header-title {
  color: #9e9fa1; }

.colorid-button {
  background: #f4bd00; }

.colorid-button.active,
.colorid-button:hover {
  background: #e82b31; }

.colorid-text {
  color: #3c456d; }

.magma-header-col {
  background: #970b2e; }

.magma-header-title {
  color: #be0139; }

.magma-button {
  background: #c8003e; }

.magma-button.active,
.magma-button:hover {
  background: #970b2e; }

.magma-text {
  color: #000; }

.styling-header-col {
  background: #e2c7be; }

.styling-header-title {
  color: #fff; }

.styling-button {
  background: #d3b6ae; }

.styling-button.active,
.styling-button:hover {
  background: #ae9590; }

.styling-text {
  color: #000; }

/*	=HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
header {
  position: relative;
  width: 100%;
  height: 110px;
  /* IE filter gradient psuje layout w IE8 i IE9 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  transition: compact(height 0.8s); }
  @media only screen and (max-width: 999px) {
    header {
      height: 50px;
      overflow: visible;
      position: fixed;
      left: 0;
      background: none transparent; } }

header .logo {
  position: absolute;
  left: 50%;
  margin-left: -68px;
  top: 21px;
  z-index: 2; }
  @media only screen and (min-width: 1400px) {
    .cl-EN header .logo {
      margin-left: -160px; } }
  @media only screen and (max-width: 999px) {
    header .logo {
      width: 320px;
      height: 50px;
      text-align: center;
      margin: auto;
      display: block;
      position: relative;
      top: 0;
      left: 0; } }

@media only screen and (max-width: 999px) {
  .js-buttons-fixed header .logo {
    background: #fff; } }

@media only screen and (max-width: 999px) {
  header .logo a {
    display: inline-block;
    position: relative; } }

header .logo img {
  transition: compact(all 1s); }
  @media only screen and (max-width: 999px) {
    header .logo img {
      display: inline-block;
      width: 53px;
      margin-top: 7px; }
      .cl-EN header .logo img {
        width: 110px; } }

.ie8 header .logo img {
  max-width: inherit; }

header .search {
  line-height: 26px;
  position: absolute;
  top: 33%;
  right: 1.5%;
  margin-top: -15px; }
  @media only screen and (max-width: 999px) {
    header .search {
      display: none;
      position: static;
      height: 46px;
      border-color: #767676;
      border-width: 1px 0 0;
      border-style: solid;
      margin-top: 0;
      width: 275px; } }

.header-icons {
  float: right; }
  .header-icons:before, .header-icons:after {
    content: "";
    display: table; }
  .header-icons:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }
  @media only screen and (max-width: 999px) {
    .header-icons {
      float: none; } }

.header-icons .header-vk-ico,
.header-icons .header-f-ico,
.header-icons .header-contest-ico,
.header-icons .header-instagram-ico,
.header-icons .header-google-ico,
.header-icons .header-pinterest-ico,
.header-icons .header-yt-ico,
.header-icons .header-product-ico,
.header-icons .header-salon-ico,
.header-icons .header-mail-ico {
  display: inline-block; }
  @media only screen and (max-width: 999px) {
    .header-icons .header-vk-ico,
    .header-icons .header-f-ico,
    .header-icons .header-contest-ico,
    .header-icons .header-instagram-ico,
    .header-icons .header-google-ico,
    .header-icons .header-pinterest-ico,
    .header-icons .header-yt-ico,
    .header-icons .header-product-ico,
    .header-icons .header-salon-ico,
    .header-icons .header-mail-ico {
      display: block;
      float: left; } }

@media only screen and (max-width: 999px) {
  .header-icons a {
    position: relative; } }

@media only screen and (max-width: 999px) {
  .header-icons a + a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../i/sprites/sprite.png);
    background-position: -309px -93px;
    width: 1px;
    height: 45px; } }

@media only screen and (max-width: 999px) {
  .header-icons .header-vk-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -384px -132px;
    width: 39px;
    height: 44px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .header-icons .header-vk-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -122px -425px;
    width: 17px;
    height: 17px; } }

@media only screen and (min-width: 1400px) {
  .header-icons .header-vk-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -301px -393px;
    width: 22px;
    height: 22px; } }

@media only screen and (max-width: 999px) {
  .header-icons .header-f-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -384px -220px;
    width: 39px;
    height: 44px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .header-icons .header-f-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -172px -425px;
    width: 16px;
    height: 17px; } }

@media only screen and (min-width: 1400px) {
  .header-icons .header-f-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -390px -349px;
    width: 23px;
    height: 22px; } }

@media only screen and (max-width: 999px) {
  .header-icons .header-google-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -39px -349px;
    width: 39px;
    height: 44px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .header-icons .header-google-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -103px -425px;
    width: 19px;
    height: 17px; } }

@media only screen and (min-width: 1400px) {
  .header-icons .header-google-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -319px -349px;
    width: 24px;
    height: 22px; } }

@media only screen and (max-width: 999px) {
  .header-icons .header-pinterest-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -384px -176px;
    width: 39px;
    height: 44px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .header-icons .header-pinterest-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -84px -425px;
    width: 19px;
    height: 17px; } }

@media only screen and (min-width: 1400px) {
  .header-icons .header-pinterest-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -343px -349px;
    width: 24px;
    height: 22px; } }

@media only screen and (max-width: 999px) {
  .header-icons .header-yt-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -384px -88px;
    width: 39px;
    height: 44px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .header-icons .header-yt-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -117px -376px;
    width: 23px;
    height: 17px; } }

@media only screen and (min-width: 1400px) {
  .header-icons .header-yt-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -209px -349px;
    width: 32px;
    height: 22px; } }

@media only screen and (max-width: 999px) {
  .header-icons .header-product-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: 0px -349px;
    width: 39px;
    height: 44px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .header-icons .header-product-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -295px -211px;
    width: 14px;
    height: 17px; } }

@media only screen and (min-width: 1400px) {
  .header-icons .header-product-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -75px;
    width: 19px;
    height: 22px; } }

@media only screen and (max-width: 999px) {
  .header-icons .header-salon-ico {
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url(../i/sprites/sprite.png);
    background-position: -78px -349px;
    width: 39px;
    height: 44px;
    float: left;
    display: block; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .header-icons .header-salon-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -156px -425px;
    width: 16px;
    height: 17px; } }

@media only screen and (min-width: 1400px) {
  .header-icons .header-salon-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -367px -349px;
    width: 23px;
    height: 22px; } }

@media only screen and (max-width: 999px) {
  .header-icons .header-mail-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -384px 0px;
    width: 39px;
    height: 44px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .header-icons .header-mail-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -285px;
    width: 26px;
    height: 17px; } }

@media only screen and (min-width: 1400px) {
  .header-icons .header-mail-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -177px -349px;
    width: 32px;
    height: 22px; } }

@media only screen and (max-width: 999px) {
  .header-icons .header-instagram-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -384px -264px;
    width: 39px;
    height: 44px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .header-icons .header-instagram-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -139px -425px;
    width: 17px;
    height: 17px; } }

@media only screen and (min-width: 1400px) {
  .header-icons .header-instagram-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -279px -393px;
    width: 22px;
    height: 22px; } }

@media only screen and (max-width: 999px) {
  .header-icons .header-search-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -384px -44px;
    width: 39px;
    height: 44px; } }

@media only screen and (min-width: 1400px) {
  .header-icons .header-contest-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -24px -425px;
    width: 21px;
    height: 22px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .header-icons .header-contest-ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -188px -425px;
    width: 16px;
    height: 17px; } }

header .searchWrap {
  border: 2px solid #7f7f7f;
  border: 2px solid rgba(127, 127, 127, 0.2);
  width: 279px;
  height: 26px;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  float: right;
  clear: right;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    header .searchWrap {
      float: none;
      clear: none;
      width: 79px;
      height: 46px;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent; } }

header .searchSubmit {
  margin: 4px 15px 4px 10px;
  float: left;
  cursor: pointer;
  background-image: url(../i/sprites/sprite.png);
  background-position: -204px -425px;
  width: 16px;
  height: 17px;
  background-color: transparent;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    header .searchSubmit {
      display: none; } }

header .searchAction {
  color: #7f7f7f;
  width: 233px;
  height: 24px;
  padding: 0 10px 0 0;
  border: 0;
  float: left;
  background: transparent;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    header .searchAction {
      display: none; } }

header .searchTrigger {
  display: none; }
  @media only screen and (max-width: 999px) {
    header .searchTrigger {
      overflow: hidden;
      text-indent: -6666px;
      margin: 0;
      float: left;
      display: block; } }

@media only screen and (max-width: 999px) {
  header .header-inner {
    right: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    transition: compact(none); } }

@media only screen and (max-width: 999px) {
  header .header-inner .menu-event-catcher {
    width: 42px;
    height: 41px;
    top: 4.5px;
    left: 12px;
    z-index: 2; } }

@media only screen and (max-width: 999px) {
  header .header-inner .menuTrigger {
    width: 22px;
    height: 21px;
    margin: 10px;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
    display: block;
    background-image: url(../i/sprites/sprite.png);
    background-position: -323px -393px;
    width: 22px;
    height: 21px; } }

@media only screen and (max-width: 999px) {
  header .header-inner .menuTrigger img {
    display: none; } }

/*	=WIKI
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/**
 * nav
 * Main website navigation
 * CSS classes:
	.is-active - add this to active list elem (clicked/tapped/hovered), same styles as with :hover
	.is-current - add this to list elem which coresponds with current webpage
	.is-expanded - add this to list elem which is expanded to show sublvl
	.is-expandable - add this to list elem which can be expanded (contains sublvl)
	.is-lvl2-visible - add this helper class to .nav-lvl1 when lvl2 is visible
 *
 * javascript behavior for mobile:
 * In mobile device, when user activate "hamburger menu", add class ".is-mobile" to ".nav" for easy apply mobile specific features
 * when lvl 2 is expanded, add ".is-lvl2-visible" class to ".nav-lvl1", because when lvl2 shows up, lvl1 is modified by css
 * You can add additional class "is-current" to indicate where the user is is on the site
 */
/*	=DEPENDENCIES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/**
 * Mixins
@import "compass/utilities/general/clearfix";
@import "compass/css3/";
@import "modules/respond-to";
 * mixin respond-to for media querries
 * usage example:
 * to add different color per media-query add inside selector:
 @include respond-to(cellphones) {  }
 @include respond-to(tablets) {  }
 @include respond-to(laptops) {  }
 @include respond-to(widescreens) {  }
 *
 * Partials
@import "partials/fontface";
 *
 */
/*	=VARIABLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* media query breakpoints */
/* laptop resize factor = laptop/widescreen */
.nav-lvl1-link, .nav-lvl2-link, .nav .productFinder {
  display: table-cell;
  vertical-align: middle; }

.nav-close-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  text-indent: -6666px; }

.nav-title {
  display: none;
  font-family: "HelveticaNeueLTStd-Ex"; }
  @media only screen and (max-width: 999px) {
    .nav-title {
      color: #fff;
      text-align: center;
      height: 46px;
      font-size: 2em;
      line-height: 46px;
      border-color: #767676;
      border-width: 1px 0 0;
      border-style: solid; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nav-title {
    line-height: 50px; } }

@media only screen and (max-width: 999px) {
  .is-menu-visible {
    left: 100%;
    margin-left: -45px;
    overflow-x: hidden;
    position: relative;
    height: auto;
    min-height: 100%;
    width: 320px; }
    .is-menu-visible header {
      height: 50px;
      left: -275px;
      overflow: visible;
      position: absolute;
      width: 275px; }
      .is-menu-visible header .header-inner {
        background-color: #191919;
        right: 0; }
        .is-menu-visible header .header-inner .menu-event-catcher {
          left: 278px; }
        .is-menu-visible header .header-inner .menuTrigger {
          right: auto;
          left: auto;
          opacity: 1; }
      .is-menu-visible header .search {
        display: block; }
      .is-menu-visible header .logo {
        width: 275px;
        padding-right: 355px;
        left: 0; }
    .is-menu-visible .logo:before {
      background-color: #fff;
      content: "";
      display: block;
      height: 50px;
      left: 0;
      position: absolute;
      width: 275px; }
    .is-menu-visible .nav-title {
      display: block; } }

@media only screen and (max-width: 999px) {
  .positionFixed {
    position: fixed !important; } }

/* media-query detection for JS */
/**
 * Access in JS:
var size = window.getComputedStyle(document.body,':before').getPropertyValue('content');
if (size.indexOf("cellphones") !=-1) {
	//content for cellphones
}
 */
.nav {
  transition: compact(margin-top 0.4s ease-out, top 0.3s ease-out);
  background-color: #191919;
  position: absolute;
  margin-top: -200%;
  top: 100%;
  width: 100%;
  text-align: center;
  z-index: 250;
  transform: translateZ(0); }
  @media only screen and (max-width: 999px) {
    .nav {
      background-color: transparent;
      top: 144px;
      display: none;
      width: 275px;
      overflow-x: hidden; } }
  .nav:before, .nav:after {
    content: "";
    display: table; }
  .nav:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }

/*TODO: please review this, I'm not sure if I can use is-active here, but it fits semantically*/
.nav.is-active {
  margin-top: 0; }
  @media only screen and (max-width: 999px) {
    .nav.is-active {
      display: block; } }

@media only screen and (max-width: 999px) {
  .is-mobilesearch-expanded .nav {
    top: 190px; } }

@media only screen and (max-width: 999px) {
  .is-mobilesearch-expanded header .searchWrap {
    transition: compact(top 0.3s ease-out);
    position: absolute;
    left: 0;
    top: 144px;
    width: 100%;
    background-color: #191919; } }

@media only screen and (max-width: 999px) {
  .is-mobilesearch-expanded header .searchSubmit {
    display: block;
    margin: 0;
    background-image: url(../i/sprites/sprite.png);
    background-position: 0px -304px;
    width: 41px;
    height: 45px; } }

@media only screen and (max-width: 999px) {
  .is-mobilesearch-expanded header .searchAction {
    display: inline-block;
    width: 203px;
    padding-left: 10px;
    margin-top: 9px;
    border: 1px solid #323232; } }

.nav-glass {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: compact(opacity 0.4s ease-out); }
  @media only screen and (max-width: 999px) {
    .nav-glass {
      display: none; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-glass {
      top: 90px; } }
  @media only screen and (min-width: 1400px) {
    .nav-glass {
      top: 110px; } }

.is-menu-visible .nav-glass {
  opacity: 1;
  visibility: visible; }

.nav-glass-mobile {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: compact(opacity 1s); }

@media only screen and (max-width: 999px) {
  .is-menu-visible .nav-glass-mobile {
    opacity: 1;
    visibility: visible; } }

.nav-lvl1 {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    .nav-lvl1 {
      width: 275px;
      background-color: #191919;
      right: 0; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl1 {
      width: 1000px;
      height: 46.42857px; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl1 {
      width: inherit;
      height: 65px;
      /* menu height, 65 x Q  */ } }

.nav-lvl1-elem {
  display: inline-block; }
  @media only screen and (max-width: 999px) {
    .nav-lvl1-elem {
      display: block; } }

.nav-lvl1-link {
  color: #fff;
  border-style: solid;
  font-weight: bold;
  margin: 0 -1px;
  text-transform: uppercase;
  box-sizing: border-box; }
  .nav-lvl1-link.pinkTxt {
    color: #a90365; }
  @media only screen and (max-width: 999px) {
    .nav-lvl1-link {
      height: 46px;
      font-size: 1.2em;
      padding-left: 28px;
      font-family: Arial;
      width: 275px;
      text-align: left;
      color: #f7f7f9;
      border-width: 1px 0 0;
      border-color: #707070;
      font-family: "HelveticaNeueLTStd-LtEx"; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl1-link {
      padding: 0 9px;
      font-size: 1em;
      height: 46.42857px;
      border-width: 0 2px;
      border-color: #191919;
      font-family: "HelveticaNeueLTStd-Ex"; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl1-link {
      padding: 0 12px;
      font-size: 1.6em;
      height: 65px;
      border-width: 0 2px;
      border-color: #191919;
      font-family: "HelveticaNeueLTStd-Ex"; } }

@media only screen and (max-width: 999px) {
  .nav-lvl1-elem.is-expandable .nav-lvl1-link {
    background-image: url(../i/sprite/nav/nav-lvl1-expandable-ico-cellphone.png);
    background-position: 243px 52%;
    background-repeat: no-repeat; } }

@media only screen and (max-width: 999px) {
  .is-lvl2-visible .nav-lvl1-elem.is-expandable .nav-lvl1-link {
    background-position: 103px 56%; } }

@media only screen and (max-width: 999px) {
  .nav-lvl1-elem.is-expandable.is-current .nav-lvl1-link {
    background-image: url(../i/sprite/nav/nav-lvl1-expandable-is-current-ico-cellphone.png);
    background-position: 243px 52%;
    background-repeat: no-repeat; } }

.nav-lvl1-elem.is-expanded .nav-lvl1-link,
.nav-lvl1-elem.is-expanded:hover .nav-lvl1-link,
.nav-lvl1-elem.is-current .nav-lvl1-link,
.nav-lvl1-elem.is-active .nav-lvl1-link {
  background-color: #fff;
  color: #191919;
  border-color: #fff; }
  @media only screen and (max-width: 999px) {
    .nav-lvl1-elem.is-expanded .nav-lvl1-link,
    .nav-lvl1-elem.is-expanded:hover .nav-lvl1-link,
    .nav-lvl1-elem.is-current .nav-lvl1-link,
    .nav-lvl1-elem.is-active .nav-lvl1-link {
      border-top-color: #707070; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl1-elem.is-expanded .nav-lvl1-link,
    .nav-lvl1-elem.is-expanded:hover .nav-lvl1-link,
    .nav-lvl1-elem.is-current .nav-lvl1-link,
    .nav-lvl1-elem.is-active .nav-lvl1-link {
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl1-elem.is-expanded .nav-lvl1-link,
    .nav-lvl1-elem.is-expanded:hover .nav-lvl1-link,
    .nav-lvl1-elem.is-current .nav-lvl1-link,
    .nav-lvl1-elem.is-active .nav-lvl1-link {
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb; } }

.nav-lvl1-elem:hover .nav-lvl1-link {
  background-color: #262626;
  color: #fff; }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl1-elem:hover .nav-lvl1-link {
      border-color: #262626; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl1-elem:hover .nav-lvl1-link {
      border-color: #262626; } }

@media only screen and (max-width: 999px) {
  .nav-lvl1-elem.is-expanded .nav-lvl1-link {
    background: url(../i/sprite/nav/nav-lvl1-expanded-ico-cellphone.png) 243px 56% no-repeat #fff; } }

@media only screen and (max-width: 999px) {
  .is-lvl2-visible .nav-lvl1-elem.is-expanded .nav-lvl1-link {
    background-position: 103px 56%; } }

@media only screen and (max-width: 999px) {
  .is-lvl2-visible .nav-lvl1-link {
    width: 122px;
    line-height: 1;
    font-weight: normal;
    padding: 4px 12px 0 10px;
    border-width: 1px 1px 0 0;
    border-right-color: #434343; } }

.block {
  left: auto !important; }

.nav-lvl2 {
  background: #fff;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 260;
  box-sizing: border-box; }

.nav-lvl2--block {
  left: auto; }

.nav-lvl2.trendvision-submenu {
  width: 1008px;
  left: 50%;
  margin-left: -504px; }

.nav-lvl2.trendvision-submenu .nav-lvl2-tab {
  width: auto;
  padding: 1.5% 0; }

.nav-lvl2.trendvision-submenu .nav-lvl2-title {
  font-size: 1.4em;
  line-height: 1.8em;
  height: 50px; }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2.trendvision-submenu .nav-lvl2-title {
      font-size: 2.2em; } }

.nav-lvl2.trendvision-submenu .nav-lvl2-elem :hover .nav-lvl2-title {
  background-image: none; }

.nav-lvl1-elem.is-expanded .nav-lvl2 {
  display: block; }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .nav-lvl1-elem.is-expanded .nav-lvl2.nav-tabs {
    padding: 8px; } }

@media only screen and (min-width: 1400px) {
  .nav-lvl1-elem.is-expanded .nav-lvl2.nav-tabs {
    padding: 10px; } }

.nav-lvl1-elem--block:hover {
  background-color: transparent;
  left: auto; }

@media only screen and (max-width: 999px) {
  .nav-lvl1-elem.is-expanded .nav-lvl2,
  .nav-lvl1-elem:hover .nav-lvl2 {
    border-top: 1px solid #767676;
    left: 121px;
    top: 0;
    width: auto; } }

.nav-lvl2-link {
  text-align: left;
  color: #f7f7f9;
  background-color: #3f3f3f;
  border-bottom: 1px solid #7f7f7f;
  font-family: Arial;
  border-right: 1px solid #3a3a3a;
  text-transform: uppercase;
  position: relative;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    .nav-lvl2-link {
      width: 249px;
      font-size: 1.5em;
      padding-left: 15px;
      padding-top: 3px;
      height: 46px;
      border-color: #767676; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2-link {
      width: 177.85714px;
      font-size: 1.57143em;
      padding-left: 33.57143px;
      height: 45px; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-link {
      width: 249px;
      font-size: 2.2em;
      padding-left: 47px;
      height: 63px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .nav-lvl2-elem:first-child .nav-lvl2-link {
    border-top: 1px solid #7f7f7f; } }

@media only screen and (min-width: 1400px) {
  .nav-lvl2-elem:first-child .nav-lvl2-link {
    border-top: 1px solid #7f7f7f; } }

.nav-lvl2-tab .mask-wrapper {
  position: relative;
  display: block; }

.nav-lvl2-tab .mask {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right top, rgba(176, 0, 110, 0.2), rgba(25, 25, 25, 0.2));
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s; }
  .ie8 .nav-lvl2-tab .mask {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#33B0006E, endColorstr=#33191919,GradientType=1 );
    /* IE6-9 */ }

.nav-lvl2-tab:hover .mask {
  opacity: 1;
  visibility: visible; }

.nav-lvl2-tab {
  position: relative;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    .nav-lvl2-tab .mask-wrapper {
      display: none; }
    .nav-lvl2-tab .nav-lvl2-title {
      background: #e2e2e2;
      border-color: #d9d9d9;
      border-style: solid solid none;
      border-width: 1px;
      font-size: 1.3em;
      height: 42px;
      padding-left: 15px;
      padding-top: 3px;
      width: 249px;
      color: #191919;
      font-weight: normal;
      font-family: Arial;
      position: relative;
      text-align: left;
      text-transform: uppercase;
      display: table-cell;
      vertical-align: middle;
      line-height: 1.1; }
      .nav-lvl2-tab .nav-lvl2-title:hover {
        background: #fae5eb !important;
        color: #191919 !important; }
    .nav-lvl2-tab:first-child {
      margin: 0; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2-tab {
      padding: 8px;
      float: left;
      font-size: 0.6em;
      width: 33.3%; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-tab {
      /* padding: 21px 5px; */
      padding: 10px;
      float: left;
      width: 33.3%; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .max-tabs-4 .nav-lvl2-tab {
    width: 25%; } }

@media only screen and (min-width: 1400px) {
  .max-tabs-4 .nav-lvl2-tab {
    width: 25%; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .max-tabs-5 .nav-lvl2-tab {
    width: 20%; } }

@media only screen and (min-width: 1400px) {
  .max-tabs-5 .nav-lvl2-tab {
    width: 20%; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .max-tabs-6 .nav-lvl2-tab {
    width: 16.6%; } }

@media only screen and (min-width: 1400px) {
  .max-tabs-6 .nav-lvl2-tab {
    width: 16.6%; } }

.nav-lvl2-img {
  display: block;
  box-sizing: border-box; }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-img {
      width: 100%; } }

.nav-lvl2-title {
  color: #191919;
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd-Ex";
  font-weight: normal;
  display: block;
  height: 67px;
  line-height: 67px;
  background-color: #f5f5f5;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  padding: 0 7%;
  box-sizing: border-box; }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2-title {
      font-size: 2em; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-title {
      font-size: 2.2em; } }

.nav-lvl2-tab:hover .nav-lvl2-title, .nav-lvl2-elem.is-current .nav-lvl2-title {
  color: #fff;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 999px) {
    .nav-lvl2-tab:hover .nav-lvl2-title, .nav-lvl2-elem.is-current .nav-lvl2-title {
      background-position: 96% 50%;
      background-image: url(../i/sprite/nav/nav-lvl2-expandable-ico-cellphone.png);
      border-color: #d1bfca;
      color: #191919; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2-tab:hover .nav-lvl2-title, .nav-lvl2-elem.is-current .nav-lvl2-title {
      background-color: #98005c;
      background-position: 96% 50%;
      background-image: url(../i/sprite/nav/nav-lvl2-expandable-ico-laptop.png); } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-tab:hover .nav-lvl2-title, .nav-lvl2-elem.is-current .nav-lvl2-title {
      background-color: #98005c;
      background-position: 96% 50%;
      background-image: url(../i/sprite/nav/nav-lvl2-expandable-ico.png); } }

.nav .productFinder {
  text-align: left;
  color: #f7f7f9;
  background-color: #3f3f3f;
  border-bottom: 1px solid #7f7f7f;
  font-family: Arial;
  border-right: 1px solid #3a3a3a;
  text-transform: uppercase;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    .nav .productFinder {
      width: 249px;
      height: 46px;
      border-color: #767676; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav .productFinder {
      width: 177.85714px;
      font-size: 1.57143em;
      height: 53.57143px; } }
  @media only screen and (min-width: 1400px) {
    .nav .productFinder {
      width: 249px;
      font-size: 2.2em;
      height: 75px; } }

.nav .productFinder-btn {
  border: 1px solid #5b5b5b;
  border-radius: 10px 0 10px 0;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-weight: bold;
  color: #fff;
  font-family: arial;
  display: block;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    .nav .productFinder-btn {
      width: 122px;
      border: 0 none;
      font-size: 1.2em;
      /*Impossible to break HTML5 placeholder. TODO: change for JS placeholder*/
      height: 46px;
      padding: 15px 0; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav .productFinder-btn {
      width: 152.85714px;
      height: 34.28571px;
      padding: 10px 20px;
      font-size: 0.62em;
      line-height: 12px; } }
  @media only screen and (min-width: 1400px) {
    .nav .productFinder-btn {
      width: 214px;
      height: 48px;
      padding: 17px 24px;
      font-size: 0.62em;
      line-height: 10px; } }

.nav .productFinder-btn span {
  -moz-appearance: none;
  border: 0 none;
  cursor: pointer;
  line-height: 10px;
  display: block;
  float: left;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    .nav .productFinder-btn span {
      background-image: url(../i/sprites/sprite.png);
      background-position: -458px -297px;
      width: 13px;
      height: 13px;
      position: relative;
      left: -5px;
      bottom: -2px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav .productFinder-btn span {
      background-image: url(../i/sprites/sprite.png);
      background-position: -458px -297px;
      width: 13px;
      height: 13px;
      margin: -1px 5px 0 0; } }
  @media only screen and (min-width: 1400px) {
    .nav .productFinder-btn span {
      background-image: url(../i/sprites/sprite.png);
      background-position: -66px -425px;
      width: 18px;
      height: 18px;
      margin: -4px 10px 0 0; } }

/* expandable lvl2 */
.nav-lvl2-elem.is-expandable .nav-lvl2-link {
  background-repeat: no-repeat; }
  @media only screen and (max-width: 999px) {
    .nav-lvl2-elem.is-expandable .nav-lvl2-link {
      background-position: 138px 50%;
      background-image: url(../i/sprite/nav/nav-lvl2-expandable-ico-cellphone.png); } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2-elem.is-expandable .nav-lvl2-link {
      background-position: 223px 50%;
      background-image: url(../i/sprite/nav/nav-lvl2-expandable-ico-laptop.png); } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-elem.is-expandable .nav-lvl2-link {
      background-position: 223px 50%;
      background-image: url(../i/sprite/nav/nav-lvl2-expandable-ico.png); } }

/* current or active lvl2 */
.nav-lvl2-elem.is-current .nav-lvl2-link,
.nav-lvl2-elem.is-active .nav-lvl2-link,
.nav-lvl2-elem:hover .nav-lvl2-link {
  background-color: #fff;
  color: #191919;
  border-right: 1px solid #ebebeb; }

/* active expandable or hover-expandable lvl2 */
.nav-lvl2-elem.is-expandable.is-active .nav-lvl2-link,
.nav-lvl2-elem.is-expandable:hover .nav-lvl2-link {
  color: #191919;
  border-right: 1px solid #ebebeb; }
  @media only screen and (max-width: 999px) {
    .nav-lvl2-elem.is-expandable.is-active .nav-lvl2-link,
    .nav-lvl2-elem.is-expandable:hover .nav-lvl2-link {
      background: url(../i/sprite/nav/nav-lvl2-expandable-active-ico-cellphone.png) 138px 54% no-repeat #fff; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2-elem.is-expandable.is-active .nav-lvl2-link,
    .nav-lvl2-elem.is-expandable:hover .nav-lvl2-link {
      background: url(../i/sprite/nav/nav-lvl2-expanded-ico-laptop.png) 159.28571px 50% no-repeat #fff; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-elem.is-expandable.is-active .nav-lvl2-link,
    .nav-lvl2-elem.is-expandable:hover .nav-lvl2-link {
      background: url(../i/sprite/nav/nav-lvl2-expanded-ico.png) 223px 50% no-repeat #fff; } }

/* current expandable or expanded lvl2 */
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .nav-lvl2-elem.is-expandable.is-current .nav-lvl2-link {
    border-top: 0 none; } }

@media only screen and (min-width: 1400px) {
  .nav-lvl2-elem.is-expandable.is-current .nav-lvl2-link {
    border-top: 0 none; } }

.nav-lvl2-elem.is-expandable.is-current .nav-lvl2-link {
  color: #191919;
  border-right: 1px solid #ebebeb; }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2-elem.is-expandable.is-current .nav-lvl2-link {
      background: url(../i/sprite/nav/nav-lvl2-expanded-ico-laptop.png) 159.28571px 50% no-repeat #fff; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-elem.is-expandable.is-current .nav-lvl2-link {
      background: url(../i/sprite/nav/nav-lvl2-expanded-ico.png) 223px 50% no-repeat #fff; } }

.nav-lvl2-elem.is-expanded .nav-lvl2-link,
.nav-lvl2-elem.is-expanded:hover .nav-lvl2-link,
.nav-lvl2-elem.is-expanded.is-active .nav-lvl2-link {
  color: #191919;
  border-right: 1px solid #ebebeb; }
  @media only screen and (max-width: 999px) {
    .nav-lvl2-elem.is-expanded .nav-lvl2-link,
    .nav-lvl2-elem.is-expanded:hover .nav-lvl2-link,
    .nav-lvl2-elem.is-expanded.is-active .nav-lvl2-link {
      background: url(../i/sprite/nav/nav-lvl2-expanded-ico-cellphone.png) 134px 58% no-repeat #fff; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2-elem.is-expanded .nav-lvl2-link,
    .nav-lvl2-elem.is-expanded:hover .nav-lvl2-link,
    .nav-lvl2-elem.is-expanded.is-active .nav-lvl2-link {
      background: url(../i/sprite/nav/nav-lvl2-expanded-ico-laptop.png) 159.28571px 50% no-repeat #fff; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-elem.is-expanded .nav-lvl2-link,
    .nav-lvl2-elem.is-expanded:hover .nav-lvl2-link,
    .nav-lvl2-elem.is-expanded.is-active .nav-lvl2-link {
      background: url(../i/sprite/nav/nav-lvl2-expanded-ico.png) 223px 50% no-repeat #fff; } }

.nav-lvl3 {
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 270;
  display: none;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    .nav-lvl3 {
      position: static; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl3 {
      left: 177.85714px; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl3 {
      left: 249px; } }
  .nav-lvl3:before, .nav-lvl3:after {
    content: "";
    display: table; }
  .nav-lvl3:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }

/* show lvl3 when lvl2-elem has "is-expanded" class */
.nav-lvl2-elem.is-expanded .nav-lvl3 {
  display: block; }

.nav-lvl3-elem {
  float: left; }
  @media only screen and (max-width: 999px) {
    .nav-lvl3-elem {
      float: none; } }

.nav-lvl3-link {
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #ebebeb;
  text-align: left;
  position: relative;
  box-sizing: border-box; }
  @media only screen and (max-width: 999px) {
    .nav-lvl3-link {
      position: relative;
      min-height: 46px;
      background: none;
      border-color: #d9d9d9;
      border-width: 0 1px 1px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl3-link {
      width: 205px;
      height: 139.28571px; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl3-link {
      width: 287px;
      /* (1400 - $nav-lvl2-width-wide - (border width)*cols - 1)/ cols */
      height: 195px;
      /* lvl2 menu height / rows - border */ } }
  .nav-lvl3-link:before, .nav-lvl3-link:after {
    content: "";
    display: table; }
  .nav-lvl3-link:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }

@media only screen and (max-width: 999px) {
  .nav-lvl3-img {
    display: none; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .nav-lvl3-img {
    padding-top: 1em;
    height: 80%; } }

@media only screen and (min-width: 1400px) {
  .nav-lvl3-img {
    height: 100%;
    padding-top: 2em; } }

.nav .plus-ico:before {
  font-size: inherit; }
  @media only screen and (max-width: 999px) {
    .nav .plus-ico:before {
      bottom: 5px;
      right: 5px;
      font-size: 1.3em; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav .plus-ico:before {
      bottom: 22px;
      right: 26px; } }
  @media only screen and (min-width: 1400px) {
    .nav .plus-ico:before {
      bottom: 22px;
      right: 26px;
      font-size: 1.3em; } }

/* n = 4 (4 kolumny)
	1, n, n+1 */
@media only screen and (max-width: 999px) {
  .nav-lvl3-elem {
    background: #e2e2e2; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .nav-lvl3-elem:nth-child(4n) .nav-lvl3-link {
    border-right: 0 none; } }

@media only screen and (min-width: 1400px) {
  .nav-lvl3-elem:nth-child(4n) .nav-lvl3-link {
    border-right: 0 none; } }

.nav-lvl3-elem.is-current,
.nav-lvl3-elem.is-active,
.nav-lvl3-elem:hover {
  /* gradient: #c51c4b to #191919, angle -102*, opacity 5% */
  background-image: linear-gradient(to right top, rgba(25, 25, 25, 0.05) 0%, rgba(197, 28, 75, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d191919', endColorstr='#0dc51c4b',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */ }
  @media only screen and (max-width: 999px) {
    .nav-lvl3-elem.is-current,
    .nav-lvl3-elem.is-active,
    .nav-lvl3-elem:hover {
      background: #fae5eb; } }

.nav-lvl3-elem.is-current strong,
.nav-lvl3-elem.is-active strong,
.nav-lvl3-elem:hover strong {
  color: #b70036; }
  @media only screen and (max-width: 999px) {
    .nav-lvl3-elem.is-current strong,
    .nav-lvl3-elem.is-active strong,
    .nav-lvl3-elem:hover strong {
      color: #c03; } }

.nav-lvl3-text {
  position: absolute;
  z-index: 2; }
  @media only screen and (max-width: 999px) {
    .nav-lvl3-text {
      position: static;
      width: 110px;
      padding: 5px 15px 15px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl3-text {
      top: 39.28571px;
      left: 90px;
      width: 107.14286px; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl3-text {
      top: 55px;
      left: 113px;
      width: 150px; } }

.nav-lvl3-text strong {
  font-weight: normal;
  font-family: "HelveticaNeueLTStd-LtEx";
  text-transform: uppercase;
  color: #323232;
  display: block; }
  .nav-lvl3-text strong small {
    font-size: inherit;
    text-transform: lowercase; }
  @media only screen and (max-width: 999px) {
    .nav-lvl3-text strong {
      font-size: 1.6em;
      line-height: 1.15;
      font-family: Arial;
      font-weight: normal; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl3-text strong {
      font-size: 1.5em;
      line-height: 1.1; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl3-text strong {
      font-size: 1.8em;
      line-height: 1.1; } }

.nav-lvl3-text em {
  color: #191919;
  font-style: normal;
  line-height: 1; }
  @media only screen and (max-width: 999px) {
    .nav-lvl3-text em {
      font-size: 1.3em;
      line-height: 1.65; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl3-text em {
      font-size: 1.14286em; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl3-text em {
      font-size: 1.6em; } }

.ie8 .header-inner {
  background: url(../i/bg/bg_white_opacity_07.png) repeat scroll 0 0 !important; }

.ie8 .is-menu-visible .header-inner {
  background: #fff !important; }

.ie8 .nav-glass {
  background: url(../i/bg/bg_black_opacity_07.png) repeat scroll 0 0 !important;
  display: none; }

.header-inner {
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 300;
  transition: compact(background 0.2s ease-out 0.2s); }

.menu-event-catcher {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%; }
  .device-show-hamburger .menu-event-catcher:before {
    left: 6%;
    top: 25px;
    right: auto;
    bottom: auto;
    display: block;
    content: "";
    position: absolute; }

.menuTrigger {
  background: transparent url("../i/sprite/menu-trigger.png") left top no-repeat;
  width: 26px;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -13px;
  opacity: 1;
  transition: compact(opacity 0.2s ease-out 0.2s); }
  @media only screen and (max-width: 999px) {
    .menuTrigger {
      left: 63%;
      bottom: 17px; } }

.js-buttons-fixed .menuTrigger {
  background-position: right top; }

.is-menu-visible .menuTrigger {
  opacity: 0;
  transition: compact(opacity 0.2s ease-out); }

.is-menu-visible .header-inner {
  background: white;
  transition: compact(none); }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .is-menu-presented header .nav {
    margin-top: 0; } }

@media only screen and (min-width: 1400px) {
  .is-menu-presented header .nav {
    margin-top: 0; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .is-menu-presented header .header-inner .menuTrigger {
    opacity: 0; } }

@media only screen and (min-width: 1400px) {
  .is-menu-presented header .header-inner .menuTrigger {
    opacity: 0; } }

/*----- Reviews Global Styles -----*/
.rating {
  display: inline-block; }
  .rating li {
    display: inline-block;
    margin-left: 2px;
    float: left; }
    .rating li:first-child {
      margin-left: 0; }
  .rating a {
    display: block;
    background-image: url(../i/sprites/sprite.png);
    background-position: -410px -393px;
    width: 22px;
    height: 19px; }
    .rating a.point {
      background-image: url(../i/sprites/sprite.png);
      background-position: -366px -393px;
      width: 22px;
      height: 19px; }
  .rating.rating--redbar li {
    margin-left: 2px; }
  .rating.rating--redbar a {
    width: 25px;
    height: 7px;
    background: #e2e2e2; }
    .rating.rating--redbar a.point {
      background: #b70036; }

.tooltip__box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 16px 14px 22px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  z-index: 10;
  transition: compact(opacity 0.3s); }
  .tooltip__box.active {
    visibility: visible;
    opacity: 1; }
  .tooltip__box .tooltip__box__close {
    background-image: url(../i/sprites/sprite.png);
    background-position: -216px -120px;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 8px;
    right: 8px;
    text-decoration: none !important; }

.reviewsRead, .reviewsWrite {
  clear: both;
  display: none; }
  .reviewsRead.active, .reviewsWrite.active {
    display: block;
    height: auto; }
  .reviewsRead h3, .reviewsWrite h3 {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 5em;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px; }

.reviewsRating-mob.reviewActions {
  display: none; }

/*----- Review section -----*/
.reviewActions {
  display: block;
  clear: both;
  margin: 30px 0 44px;
  padding: 8px 0;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  .reviewActions .revActionsCol {
    position: relative;
    display: inline-block;
    border-left: 1px solid #e5e5e5;
    margin: 0 -3px;
    padding: 0 16px; }
    .reviewActions .revActionsCol:first-child {
      border-left: 0; }
    .reviewActions .revActionsCol > a {
      position: relative;
      padding: 0 30px 0 12px;
      line-height: 2.8;
      text-decoration: none;
      color: #191919;
      font-family: "HelveticaNeueLTStd-LtEx"; }
      .reviewActions .revActionsCol > a:after {
        content: "";
        display: block;
        width: 21px;
        height: 21px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -12px;
        background: #191919 url(../i/sprite/arrow-black.gif) center center no-repeat; }
  .reviewActions .rating {
    position: relative;
    top: 4px; }
    .reviewActions .rating a {
      cursor: default; }
  .reviewActions .tooltip__box {
    top: 40px;
    left: 87%;
    width: 326px; }
    .reviewActions .tooltip__box h5 {
      margin: 0 0 20px;
      font-family: "HelveticaNeueLTStd-LtEx";
      color: #666; }
      .reviewActions .tooltip__box h5 strong {
        display: block;
        font-family: "HelveticaNeueLTStd-MdCn";
        font-size: 1.1em;
        font-weight: 400;
        color: #191919; }
    .reviewActions .tooltip__box ul {
      margin: 0;
      padding: 0;
      list-style: none;
      clear: both;
      text-align: left; }
    .reviewActions .tooltip__box li {
      position: relative;
      padding-right: 32px;
      padding-left: 76px;
      margin-bottom: 12px;
      line-height: 18px; }
      .reviewActions .tooltip__box li strong {
        position: absolute;
        width: 76px;
        top: 0;
        left: 0;
        height: 14px;
        font-family: "HelveticaNeueLTStd-MdCn";
        font-size: 0.95em; }
    .reviewActions .tooltip__box span {
      position: absolute;
      top: 0;
      right: 0;
      width: 26px;
      height: 14px;
      font-family: "HelveticaNeueLTStd-LtEx";
      font-size: 0.95em;
      color: #b5b5b5; }
    .reviewActions .tooltip__box .revProgress {
      height: 14px;
      border: 1px solid #e5e5e5; }
      .reviewActions .tooltip__box .revProgress div {
        height: 12px;
        background: #191919;
        text-indent: -9999em; }

.reviewsRead {
  clear: both; }
  .reviewsRead .reviewsReadHeader {
    text-align: center;
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 2em; }
    .reviewsRead .reviewsReadHeader .rating {
      margin-left: 20px; }
  .reviewsRead p {
    margin: 10px 0; }
  .reviewsRead .reviewsFilter {
    height: 120px; }
    .reviewsRead .reviewsFilter .button {
      font-size: 1.5em;
      line-height: 40px;
      padding: 0 1em;
      margin-top: 90px; }
      .reviewsRead .reviewsFilter .button:before {
        border: 0 none;
        margin: 0; }
  .reviewsRead .selectBox {
    float: right;
    width: 250px;
    margin-top: 90px;
    font-size: 1.8em;
    font-family: "HelveticaNeueLTStd-ThEx"; }

.reviewsList {
  border-top: 2px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.revItem {
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
  .revItem:nth-child(2n-1) {
    background: #faf9f8; }

.revProfile {
  float: left;
  padding: 4% 0 3% 2%;
  width: 16%; }
  .revProfile h4 {
    font-size: 2.8em;
    font-weight: bold; }
  .revProfile p {
    font-size: 1.9em;
    font-family: Arial, sans-serif; }
  .revProfile .revReport {
    font-size: 1.2em;
    color: #bfbdbd;
    text-decoration: underline; }

.revStats {
  float: left;
  width: 15%;
  padding: 2% 2%;
  font-size: 1.6em;
  font-weight: bold; }
  .revStats div {
    margin-top: 9%; }
  .revStats .rating {
    margin-right: 18px; }
  .revStats .revLabel {
    display: block; }
  .revStats .revPopularity a {
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px 10px 2px 20px; }
  .revStats .revLike {
    background-image: url(../i/sprites/sprite.png);
    background-position: -48px -458px;
    width: 16px;
    height: 20px; }
    .revStats .revLike.disable {
      background-image: url(../i/sprites/sprite.png);
      background-position: 0px -458px;
      width: 16px;
      height: 20px; }
  .revStats .revUnlike {
    background-image: url(../i/sprites/sprite.png);
    background-position: -16px -458px;
    width: 16px;
    height: 20px; }
    .revStats .revUnlike.disable {
      background-image: url(../i/sprites/sprite.png);
      background-position: -32px -458px;
      width: 16px;
      height: 20px; }
  .revStats .disable {
    color: #e2e2e2;
    cursor: default; }

.revContent {
  padding: 2% 12% 2% 5%;
  width: 45%;
  min-height: 163px;
  float: left;
  position: relative;
  border-left: 1px solid #e5e5e5; }
  .revContent h4 {
    margin: 0;
    position: relative;
    font-size: 2.1em;
    font-weight: bold; }
    .revContent h4:before {
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      left: -42px;
      background-image: url(../i/sprites/sprite.png);
      background-position: -257px -393px;
      width: 22px;
      height: 23px; }
  .revContent strong {
    display: block;
    margin-bottom: 14px;
    font-size: 1.9em; }
  .revContent time {
    display: block;
    font-size: 1.4em;
    font-style: italic;
    font-weight: bold;
    color: #666;
    margin-bottom: 15px; }
  .revContent p {
    margin: 0 0 22px;
    font-size: 1.7em;
    line-height: 1.5;
    font-family: Arial, sans-serif; }

.revSocial {
  position: absolute;
  top: 86px;
  right: 70px; }
  .revSocial ul {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .revSocial ul:before, .revSocial ul:after {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      position: absolute;
      left: -46px;
      top: 50%;
      background-color: #9a9a99;
      background-image: linear-gradient(to right, #ffffff, #9a9a99); }
    .revSocial ul:after {
      left: auto;
      right: -46px;
      background-image: linear-gradient(to right, #9a9a99, #ffffff); }
  .revSocial li {
    display: inline-block;
    margin: 0 6px; }
  .revSocial a {
    display: block;
    text-indent: -9999em; }
  .revSocial .revFacebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -347px -291px;
    width: 16px;
    height: 13px; }
  .revSocial .revTwitter {
    background-image: url(../i/sprites/sprite.png);
    background-position: -363px -291px;
    width: 16px;
    height: 13px; }
  .revSocial .revYoutube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -220px;
    width: 18px;
    height: 18px; }

/*----- Form Section ------*/
.reviewsWrite .radioInline {
  display: inline-block;
  margin: 4px 20px 0 0; }

.reviewsWrite .tooltip {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 0.55em;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: -14px;
  margin-left: 10px;
  border-radius: 50%;
  background: #971e5f;
  cursor: help; }

.reviewsWrite .tooltip__box {
  top: 50%;
  left: 50%;
  width: 326px; }
  .reviewsWrite .tooltip__box h5 {
    font-family: "HelveticaNeueLTStd-MdCn";
    font-size: 1.8em;
    color: #191919;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .reviewsWrite .tooltip__box p, .reviewsWrite .tooltip__box ul {
    font-family: "HelveticaNeueLTStd-LtEx";
    font-size: 1.2em;
    color: #000; }
  .reviewsWrite .tooltip__box p {
    margin-bottom: 15px;
    font-weight: 700; }
  .reviewsWrite .tooltip__box ul {
    list-style: disc inside; }
    .reviewsWrite .tooltip__box ul li {
      margin-top: 10px; }
      .reviewsWrite .tooltip__box ul li:first-child {
        margin-top: 0; }
  .reviewsWrite .tooltip__box a {
    text-decoration: underline; }
    .reviewsWrite .tooltip__box a:hover {
      text-decoration: none; }

.reviewsWrite__error {
  color: #cc0000;
  background: #f7d9d9;
  border: 1px solid #cc0000;
  padding: 23px 13px; }
  .reviewsWrite__error h4 {
    font-family: "HelveticaNeueLTStd-MdCn";
    font-size: 3.2em; }
  .reviewsWrite__error ul {
    font-size: 1.6em;
    margin: 15px 0 0 5px;
    list-style: disc inside; }
    .reviewsWrite__error ul li {
      margin-top: 10px; }
      .reviewsWrite__error ul li:first-child {
        margin-top: 0; }

.reviewsWrite__form {
  margin: 20px 105px 0; }
  .reviewsWrite__form label, .reviewsWrite__form .label {
    color: #191919;
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: 700;
    display: block; }
    .reviewsWrite__form label a, .reviewsWrite__form .label a {
      text-decoration: underline;
      color: inherit; }
      .reviewsWrite__form label a:hover, .reviewsWrite__form .label a:hover {
        text-decoration: none; }
  .reviewsWrite__form .inlineSelect {
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
    margin-right: 30px;
    text-transform: none; }
    .reviewsWrite__form .inlineSelect:last-child {
      margin-right: 0; }
  .reviewsWrite__form input[type="text"], .reviewsWrite__form textarea {
    font-family: "HelveticaNeueLTStd-LtEx";
    font-size: 1.8em;
    color: #868686;
    border: 1px solid #e5e5e5;
    background: #fffdfd;
    width: 100%;
    height: 38px;
    padding: 0 5px;
    box-sizing: border-box; }
  .reviewsWrite__form textarea {
    padding: 5px;
    height: 110px; }
  .reviewsWrite__form .selectBox {
    font-family: "HelveticaNeueLTStd-LtEx";
    font-size: 1.8em; }
    .reviewsWrite__form .selectBox .styled-select-text {
      padding-left: 5px !important; }
  .reviewsWrite__form .input-validation-error label, .reviewsWrite__form .input-validation-error .label {
    color: #cc0000 !important; }
  .reviewsWrite__form .input-validation-error input[type="text"], .reviewsWrite__form .input-validation-error textarea, .reviewsWrite__form .input-validation-error .styled-select-wrapper {
    background: #f9e3e3 !important; }
  .reviewsWrite__form .reviewsWrite__form__subnote {
    font-size: 1.5em;
    font-style: italic;
    padding-top: 4px;
    display: block; }
  .reviewsWrite__form .button {
    font-size: 1.6em;
    line-height: 40px;
    padding: 0 2.5em !important;
    margin: 50px 0; }
    .reviewsWrite__form .button:before {
      display: none !important; }
  .reviewsWrite__form .link {
    font-size: 1.4em;
    text-decoration: underline; }
    .reviewsWrite__form .link:hover {
      text-decoration: none; }
  .reviewsWrite__form .uploader {
    display: inline-block;
    margin-top: 10px; }
    .reviewsWrite__form .uploader > * {
      float: left; }
    .reviewsWrite__form .uploader .button {
      position: relative;
      overflow: hidden;
      margin: 0;
      text-transform: none;
      font-size: 1.4em;
      line-height: 30px;
      min-width: 120px;
      padding: 0 !important; }
    .reviewsWrite__form .uploader .uploader__input {
      position: absolute;
      top: 0;
      left: -100px;
      height: 200px;
      width: 500px;
      cursor: pointer;
      opacity: 0; }
    .reviewsWrite__form .uploader .uploader__no-file {
      font-size: 1.5em;
      line-height: 30px;
      margin: 0 20px 0 10px; }

.reviewsWrite__form__row {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 2px solid #e5e5e5;
  display: inline-block;
  width: 100%; }
  .reviewsWrite__form__row:last-child {
    border: none;
    padding: 0;
    margin: 0; }

.reviewsWrite__form__col {
  display: inline-block;
  width: 50%;
  float: left;
  box-sizing: border-box; }
  .reviewsWrite__form__col.reviewsWrite__form__col--small {
    padding-right: 45px; }
  .reviewsWrite__form__col.reviewsWrite__form__col--big {
    width: 100%; }
    .reviewsWrite__form__col.reviewsWrite__form__col--big input[type="text"], .reviewsWrite__form__col.reviewsWrite__form__col--big textarea {
      width: 510px; }
    .reviewsWrite__form__col.reviewsWrite__form__col--big .selectBox .styled-select-wrapper {
      width: 210px !important; }
    .reviewsWrite__form__col.reviewsWrite__form__col--big .selectMonth .selectBox .styled-select-wrapper {
      width: 180px !important; }
    .reviewsWrite__form__col.reviewsWrite__form__col--big .selectYear .selectBox .styled-select-wrapper {
      width: 105px !important; }
  .reviewsWrite__form__col.reviewsWrite__form__col--border {
    padding-left: 60px; }
    .reviewsWrite__form__col.reviewsWrite__form__col--border .reviewsWrite__form__content {
      position: relative; }
      .reviewsWrite__form__col.reviewsWrite__form__col--border .reviewsWrite__form__content:before {
        content: "";
        height: 100%;
        width: 2px;
        background: #e5e5e5;
        position: absolute;
        top: 0;
        left: -105px; }
  .reviewsWrite__form__col.right {
    text-align: right;
    padding-right: 10px; }
  .reviewsWrite__form__col.left {
    padding-left: 10px; }

.reviewsWrite__form__head {
  color: #971e5f;
  font-family: "HelveticaNeueLTStd-MdCn";
  margin-bottom: 20px;
  position: relative; }
  .reviewsWrite__form__head h4 {
    font-size: 3.4em;
    text-transform: uppercase; }
  .reviewsWrite__form__head .txtReqired {
    display: block;
    font-size: 1.8em;
    line-height: 1.2;
    font-style: italic; }

.reviewsWrite__form__field {
  margin-bottom: 20px; }
  .reviewsWrite__form__field:last-child {
    margin-bottom: 0; }

/*----- Popups -----*/
.reviewsThanks {
  width: 910px;
  padding: 40px; }
  .reviewsThanks h3 {
    color: #971e5f;
    font-size: 3.2em;
    font-family: "HelveticaNeueLTStd-MdCn";
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5; }
  .reviewsThanks p {
    font-size: 1.7em;
    padding: 35px 0;
    line-height: 1.7; }
  .reviewsThanks .button {
    opacity: 0.6; }

.reviewsPopin {
  width: 910px;
  padding: 40px; }
  .reviewsPopin h3 {
    color: #971e5f;
    font-size: 3.2em;
    font-family: "HelveticaNeueLTStd-MdCn"; }
  .reviewsPopin .row {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5; }
  .reviewsPopin .col1 {
    width: 24%;
    padding: 2% 2% 2% 0;
    float: left; }
  .reviewsPopin .col2 {
    min-height: initial;
    width: 65%;
    padding: 2% 0 2% 6%;
    float: left;
    border-left: 1px solid #e5e5e5; }
  .reviewsPopin .revRating {
    margin-top: 0; }
  .reviewsPopin .revContent strong {
    font-weight: normal; }
  .reviewsPopin .revContent time {
    color: #971e5f;
    font-weight: normal; }
  .reviewsPopin .revRank p {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.8; }
  .reviewsPopin .revRecommend {
    height: 78px; }
    .reviewsPopin .revRecommend label {
      font-size: 2.5em;
      line-height: 0.6;
      color: #971e5f;
      font-family: "HelveticaNeueLTStd-MdCn"; }
  .reviewsPopin .revConfirm {
    border: 0 none; }
    .reviewsPopin .revConfirm p {
      font-size: 1.7em;
      padding-bottom: 20px; }
    .reviewsPopin .revConfirm a {
      text-decoration: underline; }
    .reviewsPopin .revConfirm label {
      font-size: 1.4em; }
  .reviewsPopin .revButtons .button {
    line-height: 40px;
    min-width: 150px; }
  .reviewsPopin .revButtons .gray {
    opacity: 0.6; }
  .reviewsPopin .revButtons .black {
    margin-right: 20px; }
  .reviewsPopin .revButtons .left {
    float: left; }
  .reviewsPopin .revButtons .right {
    float: right; }
  .reviewsPopin input[type="checkbox"] {
    z-index: 1;
    cursor: pointer; }
  .reviewsPopin input[type="checkbox"] + label.css-label:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -310px;
    width: 18px;
    height: 18px; }
  .reviewsPopin input[type="checkbox"]:checked + label.css-label:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -328px;
    width: 18px;
    height: 18px; }

/* =POPIN, POPUP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.popinTemplate2 .close, .popupTemplate .close {
  position: absolute;
  border: 0 none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: medium none;
  overflow: visible;
  padding: 0;
  z-index: 1046;
  top: 10px;
  right: 10px; }

.popinActive .main {
  z-index: 300; }

.global-popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9000;
  display: none;
  transform: translateZ(0); }
  .global-popup-overlay.is-loading {
    display: block;
    background: url("../i/loaders/discover-galleries.gif") no-repeat center #000; }

.global-popup-overlay.getDirectionsOverlay {
  opacity: 0;
  filter: alpha(opacity=0); }

.global-popup-overlay.js-overlay-visible {
  display: block; }

.global-popin-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9001; }

.global-popin-scroller {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  outline: none; }

.global-popin-centered {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100%; }

.popup {
  background: #fff;
  z-index: 9001;
  color: #000;
  position: fixed;
  display: none; }
  .popup hgroup {
    margin: 9% 0 3%; }
  .popup .close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #000;
    font-size: 1.6em; }
  .popup .multimedia-wrapper {
    height: 600px;
    overflow: hidden;
    position: relative; }
    .popup .multimedia-wrapper iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }

.popup.js-popup-opened {
  display: block; }

.popupContent img {
  max-height: 100%; }

.changeYearNav li {
  position: absolute;
  top: 45%;
  z-index: 1; }
  .changeYearNav li a {
    width: 37px;
    height: 56px;
    background: url("../i/sprite/arrows_left_right_white.png") no-repeat scroll #191919;
    display: block; }

.changeYearNav .prev {
  left: 0; }
  .changeYearNav .prev a {
    background-position: 10px 18px; }

.changeYearNav .next {
  right: 0; }
  .changeYearNav .next a {
    background-position: -26px 18px; }

.popinTemplate2 {
  background: #fff;
  margin: 20px;
  display: inline-block;
  position: relative;
  min-height: 606px;
  text-align: left; }
  .popinTemplate2 .close {
    font-size: 1.6em;
    line-height: 17px;
    width: 17px;
    height: 17px;
    text-align: center;
    font-family: "HelveticaNeueLTStd-LtEx";
    color: #fff;
    background-color: #b0006e; }
  .popinTemplate2 .popinDescription {
    width: 460px;
    height: 100%;
    text-align: left;
    position: relative;
    overflow: hidden; }
    .popinTemplate2 .popinDescription h2 {
      font-size: 3.4em;
      line-height: 1;
      padding: 10px 0 20px; }
    .popinTemplate2 .popinDescription h3 {
      font-size: 2.4em;
      line-height: 1;
      padding: 0 0 30px; }
    .popinTemplate2 .popinDescription p {
      font-size: 1.4em;
      line-height: 1.4; }
    .popinTemplate2 .popinDescription .buttons {
      position: absolute;
      bottom: 75px;
      left: 55px;
      right: 55px;
      margin: 0;
      text-align: left; }
  .popinTemplate2 .scrollWrapper {
    position: absolute;
    overflow: hidden;
    top: 60px;
    left: 60px;
    right: 60px;
    bottom: 175px;
    width: auto; }
  .popinTemplate2 .scroller {
    width: 95%; }
  .popinTemplate2 .iScrollVerticalScrollbar {
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 8px; }
  .popinTemplate2 .iScrollIndicator {
    background: #b0006e;
    margin: 0 2px; }
  .popinTemplate2 hr {
    position: absolute;
    bottom: 49px;
    left: 5%;
    width: 90%;
    display: none; }
  .popinTemplate2.popinOneAboveOther {
    width: 850px;
    padding: 40px; }
    .popinTemplate2.popinOneAboveOther .popinVisual, .popinTemplate2.popinOneAboveOther .popinDescription {
      width: 100%;
      height: auto;
      float: none; }
    .popinTemplate2.popinOneAboveOther .popinDescription {
      height: 262px; }
      .popinTemplate2.popinOneAboveOther .popinDescription:before {
        display: none; }
      .popinTemplate2.popinOneAboveOther .popinDescription .button {
        font-size: 1.2em;
        padding: 12px 10px 8px 26px;
        display: none; }
    .popinTemplate2.popinOneAboveOther .scrollWrapper {
      top: 25px;
      left: 0;
      right: 0;
      bottom: 60px; }
    .popinTemplate2.popinOneAboveOther .socialBox {
      bottom: 0; }
    .popinTemplate2.popinOneAboveOther .close {
      top: 13px;
      right: 13px; }
  .popinTemplate2.popinTemplate2--guidelines {
    min-height: 390px; }
    .popinTemplate2.popinTemplate2--guidelines .popinDescription {
      height: 450px; }
    .popinTemplate2.popinTemplate2--guidelines .scrollWrapper {
      bottom: 25px; }

/* popinTemplate2 */
@media screen and (min-width: 1000px) and (max-width: 1399px), print {
  /*----- Reviews Global Styles -----*/
  .reviewsRead h3, .reviewsWrite h3 {
    font-size: 3.6em; }
  /*----- Review section -----*/
  .reviewActions .revActionsCol {
    padding: 0 6px; }
    .reviewActions .revActionsCol > a {
      padding: 0 24px 0 0; }
  .reviewActions .tooltip__box {
    left: 50%; }
  .reviewsRead .reviewsFilter {
    height: 80px; }
    .reviewsRead .reviewsFilter .button, .reviewsRead .reviewsFilter .selectBox {
      margin-top: 55px; }
  .revProfile {
    font-size: 0.9em; }
  .revStats {
    width: 22%; }
  .revContent {
    width: 38%;
    font-size: 0.9em; }
    .revContent h4:before {
      left: -30px; }
  .revSocial {
    right: 45px; }
  /*----- Form Section ------*/
  .reviewsWrite .tooltip {
    font-size: 0.75em;
    margin-left: 0; }
  .reviewsWrite .tooltip__box {
    left: inherit;
    right: 0; }
  .reviewsWrite__error {
    padding: 15px 13px; }
    .reviewsWrite__error h4 {
      font-size: 2.3em; }
    .reviewsWrite__error ul {
      font-size: 1.4em;
      margin: 15px 0 0; }
  .reviewsWrite__form label, .reviewsWrite__form .label {
    font-size: 1.7em; }
  .reviewsWrite__form input[type="text"], .reviewsWrite__form textarea {
    font-size: 1.4em;
    height: 30px; }
  .reviewsWrite__form textarea {
    height: 110px; }
  .reviewsWrite__form .selectBox {
    font-size: 1.4em; }
  .reviewsWrite__form .reviewsWrite__form__subnote {
    font-size: 1.2em; }
  .reviewsWrite__form .button {
    font-size: 1.5em;
    margin: 20px 0;
    padding: 0 1.8em !important; }
  .reviewsWrite__form .link {
    font-size: 1.2em; }
  .reviewsWrite__form .uploader .uploader__no-file {
    font-size: 1.2em; }
  .reviewsWrite__form .uploader .uploader__upload {
    margin-top: 10px; }
  .reviewsWrite__form__col.reviewsWrite__form__col--big input[type="text"], .reviewsWrite__form__col.reviewsWrite__form__col--big textarea {
    width: 365px; }
  .reviewsWrite__form__col.reviewsWrite__form__col--big .selectBox .styled-select-wrapper {
    width: 190px !important;
    height: 30px !important; }
  .reviewsWrite__form__col.reviewsWrite__form__col--big .selectBox .styled-select-button {
    width: 28px;
    background-size: 75%; }
  .reviewsWrite__form__col.reviewsWrite__form__col--big .selectBox .styled-select-text {
    padding-right: 28px !important; }
  .reviewsWrite__form__head h4 {
    font-size: 2.4em; }
  .reviewsWrite__form__head span {
    font-size: 1.2em;
    line-height: 1;
    margin-top: 5px; }
  .reviewsWrite__form__field {
    margin-bottom: 20px; }
  /*  =POPIN POPUP
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .popinTemplate2 {
    min-height: 400px; }
    .popinTemplate2 .popinDescription {
      width: 320px; }
      .popinTemplate2 .popinDescription h2 {
        font-size: 2.6em;
        padding: 5px 0 10px; }
      .popinTemplate2 .popinDescription h3 {
        font-size: 2.2em;
        padding: 0 0 20px; }
      .popinTemplate2 .popinDescription p {
        font-size: 1.2em;
        line-height: 1.2; }
      .popinTemplate2 .popinDescription .buttons {
        left: 30px;
        right: 30px;
        bottom: 60px; }
        .popinTemplate2 .popinDescription .buttons .button {
          font-size: 1.4em; }
      .popinTemplate2 .popinDescription:before {
        width: 3px; }
    .popinTemplate2 .scrollWrapper {
      left: 30px;
      top: 40px;
      right: 30px;
      bottom: 135px; }
    .popinTemplate2.popinOneAboveOther {
      width: 670px;
      padding: 30px; }
      .popinTemplate2.popinOneAboveOther .popinDescription {
        height: 185px; }
      .popinTemplate2.popinOneAboveOther .scrollWrapper {
        top: 15px;
        bottom: 45px; }
      .popinTemplate2.popinOneAboveOther .close {
        top: 8px;
        right: 8px; }
    .popinTemplate2.popinTemplate2--guidelines .popinDescription {
      height: 390px; }
    .popinTemplate2.popinTemplate2--guidelines .scrollWrapper {
      bottom: 15px; } }

@media screen and (max-width: 999px) {
  /*----- Reviews Global Styles -----*/
  .reviewsRead, .reviewsWrite {
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5; }
    .reviewsRead h3, .reviewsWrite h3 {
      font-size: 1.2em;
      text-align: left;
      margin-bottom: 0;
      line-height: 40px;
      position: relative;
      cursor: pointer; }
      .reviewsRead h3:before, .reviewsWrite h3:before {
        content: "";
        background-image: url(../i/sprites/sprite.png);
        background-position: -220px -425px;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 0;
        top: 12.5px; }
    .reviewsRead.open, .reviewsWrite.open {
      height: auto;
      overflow: visible;
      border-bottom: none; }
      .reviewsRead.open h3, .reviewsWrite.open h3 {
        font-weight: 700; }
        .reviewsRead.open h3:before, .reviewsWrite.open h3:before {
          background-image: url(../i/sprites/sprite.png);
          background-position: -295px -243px;
          width: 15px;
          height: 15px; }
  .reviewsRating-mob.reviewActions {
    display: block;
    height: 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: left; }
    .reviewsRating-mob.reviewActions > a {
      font-family: "HelveticaNeueLTStd-LtEx";
      font-size: 1.2em;
      text-transform: uppercase;
      position: relative;
      top: 6px;
      left: 10px; }
    .reviewsRating-mob.reviewActions .rating {
      top: 10px; }
    .reviewsRating-mob.reviewActions:before {
      content: "";
      background-image: url(../i/sprites/sprite.png);
      background-position: -220px -425px;
      width: 15px;
      height: 15px;
      position: absolute;
      right: 0;
      top: 12.5px; }
  .reviewActions .tooltip__box {
    width: 280px;
    left: -16px; }
    .reviewActions .tooltip__box h5 {
      text-align: center;
      font-size: 1.6em; }
    .reviewActions .tooltip__box li strong, .reviewActions .tooltip__box li span {
      font-size: 1.5em; }
  /*----- Review section -----*/
  .revProfile, .revStats, .revContent {
    width: 92%;
    padding: 15px 4%;
    border-bottom: 1px solid #e5e5e5; }
  .revProfile {
    border-top: 1px solid #e5e5e5;
    font-size: 0.9em; }
  .revStats div {
    margin-top: 5%; }
    .revStats div:first-child {
      margin-top: 0; }
  .revContent {
    border-left: 0 none;
    font-size: 0.9em; }
  .revSocial {
    top: initial;
    bottom: 15px;
    right: 50%;
    margin-right: -28px; }
  /*----- Form Section ------*/
  .reviewsWrite .radioInline--multi {
    margin: 0 7px 0 0; }
  .reviewsWrite .tooltip {
    font-size: 0.75em;
    top: -9px;
    margin-left: 0; }
  .reviewsWrite .tooltip__box {
    left: -10px;
    width: 292px; }
  .reviewsWrite__error {
    padding: 15px 13px;
    margin-bottom: 30px; }
    .reviewsWrite__error h4 {
      font-size: 1.6em; }
    .reviewsWrite__error ul {
      font-size: 1.4em;
      margin: 15px 0 0; }
  .reviewsWrite__form {
    margin: 10px 0 0; }
    .reviewsWrite__form label, .reviewsWrite__form .label {
      font-size: 1.5em;
      margin-bottom: 7px; }
    .reviewsWrite__form input[type="text"], .reviewsWrite__form textarea {
      font-size: 1.4em;
      height: 30px; }
    .reviewsWrite__form textarea {
      height: 110px; }
    .reviewsWrite__form input[type="checkbox"] + label.css-label:before {
      background-position: 0 0; }
    .reviewsWrite__form input[type="checkbox"]:checked + label.css-label:before {
      background-position: 0 -20px; }
    .reviewsWrite__form .css-label {
      font-size: 1.2em;
      line-height: 20px;
      padding-left: 30px; }
      .reviewsWrite__form .css-label:before {
        height: 20px;
        width: 20px;
        top: 0; }
      .reviewsWrite__form .css-label.css-label--vert {
        padding: 0 !important; }
        .reviewsWrite__form .css-label.css-label--vert:before {
          top: 20px !important; }
    .reviewsWrite__form .selectBox {
      font-size: 1.4em; }
    .reviewsWrite__form .reviewsWrite__form__subnote {
      font-size: 1.2em;
      padding-top: 7px; }
    .reviewsWrite__form .button {
      font-size: 1.5em;
      margin: 20px 0;
      padding: 0 1.8em !important; }
    .reviewsWrite__form .link {
      font-size: 1.2em; }
    .reviewsWrite__form .uploader {
      margin-top: 10px; }
      .reviewsWrite__form .uploader .uploader__no-file {
        font-size: 1.2em;
        margin: 0 0 0 30px; }
      .reviewsWrite__form .uploader .uploader__upload {
        margin-top: 10px; }
  .reviewsWrite__form__row {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .reviewsWrite__form__col {
    width: 100%;
    margin-bottom: 40px; }
    .reviewsWrite__form__col.reviewsWrite__form__col--small {
      padding-right: 0; }
    .reviewsWrite__form__col.reviewsWrite__form__col--big input[type="text"], .reviewsWrite__form__col.reviewsWrite__form__col--big textarea {
      width: 100%; }
    .reviewsWrite__form__col.reviewsWrite__form__col--big .selectBox .styled-select-wrapper {
      width: 190px !important;
      height: 30px !important; }
    .reviewsWrite__form__col.reviewsWrite__form__col--big .selectBox .styled-select-button {
      width: 20px;
      background-size: 75%; }
    .reviewsWrite__form__col.reviewsWrite__form__col--big .selectBox .styled-select-text {
      padding-right: 20px !important; }
    .reviewsWrite__form__col.reviewsWrite__form__col--border {
      padding-left: 0; }
      .reviewsWrite__form__col.reviewsWrite__form__col--border .reviewsWrite__form__content:before {
        display: none; }
    .reviewsWrite__form__col.right {
      text-align: right;
      padding-right: 10px;
      margin: 0;
      width: 50%; }
    .reviewsWrite__form__col.left {
      padding-left: 10px;
      margin: 0;
      width: 50%; }
  .reviewsWrite__form__head h4 {
    font-size: 2.5em; }
  .reviewsWrite__form__head span {
    font-size: 1.2em;
    line-height: 1;
    margin-top: 5px; }
  .reviewsWrite__form__field {
    margin-bottom: 20px; }
  /*----- Popups -----*/
  .reviewsThanks {
    width: 280px;
    padding: 20px; }
    .reviewsThanks h3 {
      font-size: 2.5em;
      padding-bottom: 10px; }
    .reviewsThanks p {
      font-size: 1.4em;
      line-height: 1;
      padding: 20px 0; }
  .reviewsPopin {
    width: 270px;
    padding: 15px; }
    .reviewsPopin h3 {
      font-size: 2.5em; }
    .reviewsPopin .row {
      padding: 15px 0; }
    .reviewsPopin .col1 {
      width: 100%;
      padding: 0 0 4%; }
    .reviewsPopin .col2 {
      width: 100%;
      padding: 4% 0 0;
      border: 0 none; }
    .reviewsPopin .revContent p {
      font-size: 1.4em;
      margin: 0; }
    .reviewsPopin .revRank p {
      font-size: 1.5em;
      line-height: 1.2; }
    .reviewsPopin .revRecommend {
      height: auto; }
      .reviewsPopin .revRecommend label {
        font-size: 1.6em; }
    .reviewsPopin .revConfirm p {
      font-size: 1.2em; }
    .reviewsPopin .revConfirm label {
      font-size: 1.2em; }
    .reviewsPopin .revButtons {
      text-align: center; }
      .reviewsPopin .revButtons .button {
        margin: 5px 46px; }
      .reviewsPopin .revButtons .left {
        float: none; }
      .reviewsPopin .revButtons .right {
        float: none; }
    .reviewsPopin .css-label {
      padding-left: 28px; }
  /*  =POPIN POPUP
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .popinTemplate2 {
    min-height: inherit;
    margin: 10px 0;
    width: 100%;
    height: auto; }
    .popinTemplate2 .popinDescription {
      width: 100%;
      height: 265px;
      overflow: visible; }
      .popinTemplate2 .popinDescription h2 {
        font-size: 2em;
        padding: 10px 0; }
      .popinTemplate2 .popinDescription h3 {
        font-size: 2em;
        padding: 0 0 20px; }
      .popinTemplate2 .popinDescription p {
        font-size: 1.2em;
        line-height: 1.2; }
      .popinTemplate2 .popinDescription .buttons {
        left: 50%;
        bottom: 50px;
        margin: 0 0 0 -25%;
        display: none; }
      .popinTemplate2 .popinDescription:before {
        width: 0; }
    .popinTemplate2 .scrollWrapper {
      top: 5px;
      left: 0;
      right: 0;
      bottom: 66px;
      padding: 0 10px;
      background: rgba(255, 255, 255, 0.6); }
    .popinTemplate2 .iScrollVerticalScrollbar {
      display: none; }
    .popinTemplate2 .mob-active .seeMoreLink {
      display: none; }
    .popinTemplate2 .mob-active .buttons {
      display: block; }
    .popinTemplate2 .mob-active .scrollWrapper {
      z-index: 2; }
    .popinTemplate2 .mob-active .iScrollVerticalScrollbar {
      display: block; }
    .popinTemplate2.popinOneAboveOther {
      width: 320px;
      padding: 20px 0; }
      .popinTemplate2.popinOneAboveOther .popinVisual {
        margin-top: 13px; }
      .popinTemplate2.popinOneAboveOther .popinDescription {
        height: 185px; }
      .popinTemplate2.popinOneAboveOther .scrollWrapper {
        top: 15px;
        bottom: 45px; }
      .popinTemplate2.popinOneAboveOther .seeMoreLink {
        bottom: 43px;
        padding-left: 5px; }
      .popinTemplate2.popinOneAboveOther .close {
        top: 8px;
        right: 8px; }
      .popinTemplate2.popinOneAboveOther .mob-active .scrollWrapper {
        top: -180px; }
    .popinTemplate2.popinTemplate2--guidelines .popinDescription {
      height: 390px; }
    .popinTemplate2.popinTemplate2--guidelines .scrollWrapper {
      bottom: 15px; }
    .popinTemplate2.popinTemplate2--guidelines .iScrollVerticalScrollbar {
      display: block; } }

#WholesalerFinder .SF-Wrapper .searchLabels > div, #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li > div {
  display: table-cell;
  vertical-align: middle;
  width: 18%;
  text-align: center; }
  @media only screen and (max-width: 999px) {
    #WholesalerFinder .SF-Wrapper .searchLabels > div, #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li > div {
      display: block;
      width: 100%; } }
  #WholesalerFinder .SF-Wrapper .searchLabels > div:first-child, #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li > div:first-child {
    text-align: left; }
    @media only screen and (max-width: 999px) {
      #WholesalerFinder .SF-Wrapper .searchLabels > div:first-child, #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li > div:first-child {
        text-align: center; } }
  #WholesalerFinder .SF-Wrapper .searchLabels > div:last-child, #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li > div:last-child {
    border-right: none;
    width: 10%;
    text-align: right;
    padding-right: 0; }
    @media only screen and (max-width: 999px) {
      #WholesalerFinder .SF-Wrapper .searchLabels > div:last-child, #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li > div:last-child {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0; } }

#WholesalerFinder * {
  box-sizing: border-box; }

@media only screen and (max-width: 999px) {
  #WholesalerFinder h3 {
    font-size: 2.5em;
    text-align: center;
    width: 100%;
    margin: 0; } }

#WholesalerFinder .SF-Wrapper {
  padding: 50px 0;
  margin: 0 auto;
  width: 90%;
  overflow: auto;
  margin-bottom: 20px; }
  @media only screen and (max-width: 999px) {
    #WholesalerFinder .SF-Wrapper {
      margin-bottom: 20px;
      padding-bottom: 0; } }
  #WholesalerFinder .SF-Wrapper .popupOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9000;
    display: none;
    transform: translateZ(0); }
    #WholesalerFinder .SF-Wrapper .popupOverlay.active {
      display: block; }
  #WholesalerFinder .SF-Wrapper .wholesale-finder-popup {
    font-size: 1.6em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    color: #000;
    padding: 20px;
    width: 450px;
    top: 50%;
    left: 50%;
    background: white;
    border: 3px solid white;
    display: none; }
    #WholesalerFinder .SF-Wrapper .wholesale-finder-popup h2 {
      text-align: center;
      text-transform: uppercase;
      color: black;
      margin: 20px 0; }
    #WholesalerFinder .SF-Wrapper .wholesale-finder-popup .close {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      background-image: url(../i/sprites/sprite.png);
      background-position: -216px -120px;
      width: 13px;
      height: 15px;
      width: 13px;
      height: 15px; }
    #WholesalerFinder .SF-Wrapper .wholesale-finder-popup.active {
      display: block; }
  #WholesalerFinder .SF-Wrapper #salonFinder {
    overflow: auto; }
  #WholesalerFinder .SF-Wrapper #SFContainer {
    float: right;
    position: relative;
    width: 33.3333%;
    padding-left: 20px;
    font-family: "HelveticaNeueLTStd-Ex"; }
    @media only screen and (max-width: 999px) {
      #WholesalerFinder .SF-Wrapper #SFContainer {
        width: 100%;
        padding: 0; } }
    #WholesalerFinder .SF-Wrapper #SFContainer .searchForm {
      margin-top: 10px; }
      @media only screen and (max-width: 999px) {
        #WholesalerFinder .SF-Wrapper #SFContainer .searchForm {
          margin-bottom: 10px; } }
      #WholesalerFinder .SF-Wrapper #SFContainer .searchForm p {
        font-family: "HelveticaNeueLTStd-LtEx";
        font-size: 1.7em; }
      #WholesalerFinder .SF-Wrapper #SFContainer .searchForm input[type="text"] {
        border: 1px solid gray;
        display: inline-block;
        height: 45px;
        width: 300px;
        padding: 0 10px;
        color: #000;
        vertical-align: bottom;
        margin: 10px 15px 10px 0; }
        @media only screen and (max-width: 999px) {
          #WholesalerFinder .SF-Wrapper #SFContainer .searchForm input[type="text"] {
            width: 100%; } }
      #WholesalerFinder .SF-Wrapper #SFContainer .searchForm button {
        vertical-align: bottom;
        height: 45px;
        background: #000;
        border: 1px solid #000;
        color: #fff;
        padding: 0 15px;
        cursor: pointer;
        display: inline-block;
        margin: 10px 0 10px 0;
        text-transform: uppercase; }
        @media only screen and (max-width: 999px) {
          #WholesalerFinder .SF-Wrapper #SFContainer .searchForm button {
            width: 100%; } }
      #WholesalerFinder .SF-Wrapper #SFContainer .searchForm .selectBox {
        width: 300px;
        height: 45px;
        margin: 10px 15px 10px 0;
        display: block;
        vertical-align: bottom; }
        @media only screen and (max-width: 999px) {
          #WholesalerFinder .SF-Wrapper #SFContainer .searchForm .selectBox {
            width: 100%; } }
        #WholesalerFinder .SF-Wrapper #SFContainer .searchForm .selectBox .styled-select-wrapper {
          border: 1px solid #000;
          overflow: hidden;
          display: table;
          box-sizing: border-box;
          position: relative;
          width: 100%;
          height: 45px; }
          #WholesalerFinder .SF-Wrapper #SFContainer .searchForm .selectBox .styled-select-wrapper .styled-select-text {
            width: auto;
            height: 100%;
            padding: 0 28px 0 10px;
            position: relative;
            top: 0;
            left: 0;
            display: table-cell;
            vertical-align: middle;
            line-height: 1;
            text-align: left;
            font-size: 14px; }
          #WholesalerFinder .SF-Wrapper #SFContainer .searchForm .selectBox .styled-select-wrapper .styled-select-button {
            width: 28px;
            height: 100%;
            background: url(https://sf.wella.com/assets/select_arrow.png) center center no-repeat #000;
            position: absolute;
            top: 0;
            right: 0; }
          #WholesalerFinder .SF-Wrapper #SFContainer .searchForm .selectBox .styled-select-wrapper select {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-appearance: none;
            cursor: pointer; }
  #WholesalerFinder .SF-Wrapper h3 {
    margin-bottom: 20px; }
  #WholesalerFinder .SF-Wrapper .mapWrapper {
    position: relative;
    width: 66.6666%;
    float: left;
    height: 500px; }
    @media only screen and (max-width: 999px) {
      #WholesalerFinder .SF-Wrapper .mapWrapper {
        width: 100%; } }
    #WholesalerFinder .SF-Wrapper .mapWrapper .loader {
      width: 31px;
      height: 31px;
      float: left;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      margin: 0 auto;
      background: url("/i/loaders/trending-stories.gif"); }
    #WholesalerFinder .SF-Wrapper .mapWrapper .googleMap {
      width: 100%;
      float: left;
      height: 500px;
      position: relative;
      overflow: hidden;
      margin: 0 auto; }
      @media only screen and (max-width: 999px) {
        #WholesalerFinder .SF-Wrapper .mapWrapper .googleMap {
          width: 100%; } }
  #WholesalerFinder .SF-Wrapper .searchLabels {
    display: table;
    width: 100%; }
    @media only screen and (max-width: 999px) {
      #WholesalerFinder .SF-Wrapper .searchLabels {
        display: none; } }
    #WholesalerFinder .SF-Wrapper .searchLabels > div {
      padding: 0;
      text-transform: uppercase; }
  #WholesalerFinder .SF-Wrapper .searchResults {
    margin-top: 20px;
    display: block;
    width: 66.666%; }
    @media only screen and (max-width: 999px) {
      #WholesalerFinder .SF-Wrapper .searchResults {
        width: 100%; } }
    #WholesalerFinder .SF-Wrapper .searchResults h3 {
      text-transform: uppercase;
      font-family: "HelveticaNeueLTStd-Ex"; }
    #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li {
      padding: 20px 0;
      display: table;
      table-layout: fixed;
      min-height: 100px;
      width: 100%;
      font-family: "HelveticaNeueLTStd-Ex";
      font-size: 1.2em;
      border-bottom: 1px solid gray; }
      @media only screen and (max-width: 999px) {
        #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li {
          padding: 0 0 10px 0; }
          #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li:last-child {
            padding: 0; } }
      #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li:last-child {
        border-bottom: none; }
      #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li > div {
        padding: 0 20px;
        border-right: 1px dotted lightgrey; }
        @media only screen and (max-width: 999px) {
          #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li > div {
            padding: 10px; } }
        #WholesalerFinder .SF-Wrapper .searchResults .searchSalons ul li > div:first-child {
          padding: 20px 20px 20px 0;
          font-size: 1.25em; }

.tinyMC__block {
  font-size: 17px !important;
  width: 908px;
  margin: 30px auto 0 auto; }
  @media only screen and (max-width: 999px) {
    .tinyMC__block {
      width: 300px;
      text-align: left !important; } }
  .tinyMC__block p {
    line-height: 1.7;
    font-family: "HelveticaNeueLTStd-ThEx"; }
  .tinyMC__block em {
    font-style: italic !important;
    line-height: 1 !important; }
  .tinyMC__block a {
    text-decoration: underline; }
  .tinyMC__block h1, .tinyMC__block h2, .tinyMC__block h3, .tinyMC__block h4, .tinyMC__block h5, .tinyMC__block h6 {
    font-family: arial;
    text-transform: uppercase; }
  .tinyMC__block .bold {
    font-weight: bold; }
  .tinyMC__block .italic {
    font-style: italic; }
  .tinyMC__block .underline {
    text-decoration: underline; }
  .tinyMC__block strong {
    font-weight: bold;
    font-family: "HelveticaNeueLTStd-ThEx"; }
  .tinyMC__block h1 {
    font-size: 36px;
    font-family: "HelveticaNeueLTStd-Ex";
    margin-bottom: 30px; }
    @media only screen and (max-width: 999px) {
      .tinyMC__block h1 {
        font-size: 20px; } }
  .tinyMC__block h2 {
    font-size: 26px;
    font-weight: bold; }
  .tinyMC__block h3 {
    font-size: 20px;
    font-weight: 600; }
  .tinyMC__block ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 999px) {
      .tinyMC__block ul {
        margin-left: 15px; } }
  .tinyMC__block img {
    margin-right: 10px;
    text-align: center; }
    @media only screen and (max-width: 999px) {
      .tinyMC__block img {
        margin-right: 0 !important;
        width: 100% !important; } }
  .tinyMC__block .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .tinyMC__block .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.innerBlog {
  position: relative;
  margin: 2em auto 0; }
  .innerBlog .tinyMC__block h4 {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 17px;
    margin: .8em 0 .7em 0;
    font-weight: bold; }

* {
  box-sizing: border-box; }

.registration .packets {
  color: #000;
  margin: 70px 0 55px;
  font-family: "HelveticaNeueLTStd-LtEx"; }

.registration .packet h3 {
  margin-bottom: 10px; }

.registration .packet .css-label {
  line-height: 20px; }

.registration .packet-bottom > p {
  font-size: 2.6em;
  font-family: "HelveticaNeueLTStd-ThEx";
  margin: 20px 0; }

.form-container {
  display: none; }
  .form-container.show {
    display: block; }

.form_newsletter.form,
.form_contact.form,
.form_unsubscribe.form,
.form_londaRegistration.form {
  font-family: "HelveticaNeueLTStd-LtEx",Arial,sans-serif;
  font-size: 1.8rem; }
  .form_newsletter.form .invalid .ctrl-label,
  .form_contact.form .invalid .ctrl-label,
  .form_unsubscribe.form .invalid .ctrl-label,
  .form_londaRegistration.form .invalid .ctrl-label {
    color: #000000; }
  .form_newsletter.form .invalid .error.show,
  .form_contact.form .invalid .error.show,
  .form_unsubscribe.form .invalid .error.show,
  .form_londaRegistration.form .invalid .error.show {
    font-size: .8em;
    font-weight: normal; }
  .form_newsletter.form .invalid .ctrl-select_styled .ctrl-select__button,
  .form_contact.form .invalid .ctrl-select_styled .ctrl-select__button,
  .form_unsubscribe.form .invalid .ctrl-select_styled .ctrl-select__button,
  .form_londaRegistration.form .invalid .ctrl-select_styled .ctrl-select__button {
    background-color: #000000; }
  .form_newsletter.form .invalid input[type="checkbox"] + .ctrl-label:before,
  .form_contact.form .invalid input[type="checkbox"] + .ctrl-label:before,
  .form_unsubscribe.form .invalid input[type="checkbox"] + .ctrl-label:before,
  .form_londaRegistration.form .invalid input[type="checkbox"] + .ctrl-label:before {
    background-color: transparent; }
  .form_newsletter.form .invalid .ctrl-checkbox ~ .error.show,
  .form_contact.form .invalid .ctrl-checkbox ~ .error.show,
  .form_unsubscribe.form .invalid .ctrl-checkbox ~ .error.show,
  .form_londaRegistration.form .invalid .ctrl-checkbox ~ .error.show {
    margin-left: 35px; }
  .form_newsletter.form .ctrl-label,
  .form_contact.form .ctrl-label,
  .form_unsubscribe.form .ctrl-label,
  .form_londaRegistration.form .ctrl-label {
    line-height: 40px;
    margin-bottom: 0;
    font-size: 0.9em; }
  .form_newsletter.form .ctrl-textInput,
  .form_newsletter.form .ctrl-textArea,
  .form_newsletter.form .ctrl-select,
  .form_newsletter.form .ctrl-select_styled,
  .form_newsletter.form .ctrl-birthSelector,
  .form_contact.form .ctrl-textInput,
  .form_contact.form .ctrl-textArea,
  .form_contact.form .ctrl-select,
  .form_contact.form .ctrl-select_styled,
  .form_contact.form .ctrl-birthSelector,
  .form_unsubscribe.form .ctrl-textInput,
  .form_unsubscribe.form .ctrl-textArea,
  .form_unsubscribe.form .ctrl-select,
  .form_unsubscribe.form .ctrl-select_styled,
  .form_unsubscribe.form .ctrl-birthSelector,
  .form_londaRegistration.form .ctrl-textInput,
  .form_londaRegistration.form .ctrl-textArea,
  .form_londaRegistration.form .ctrl-select,
  .form_londaRegistration.form .ctrl-select_styled,
  .form_londaRegistration.form .ctrl-birthSelector {
    height: 38px;
    color: #868686;
    font-size: 1em;
    font-family: inherit;
    border: 1px solid #e5e5e5;
    padding: 0 10px; }
    .form_newsletter.form .ctrl-textInput::-webkit-input-placeholder,
    .form_newsletter.form .ctrl-textArea::-webkit-input-placeholder,
    .form_newsletter.form .ctrl-select::-webkit-input-placeholder,
    .form_newsletter.form .ctrl-select_styled::-webkit-input-placeholder,
    .form_newsletter.form .ctrl-birthSelector::-webkit-input-placeholder,
    .form_contact.form .ctrl-textInput::-webkit-input-placeholder,
    .form_contact.form .ctrl-textArea::-webkit-input-placeholder,
    .form_contact.form .ctrl-select::-webkit-input-placeholder,
    .form_contact.form .ctrl-select_styled::-webkit-input-placeholder,
    .form_contact.form .ctrl-birthSelector::-webkit-input-placeholder,
    .form_unsubscribe.form .ctrl-textInput::-webkit-input-placeholder,
    .form_unsubscribe.form .ctrl-textArea::-webkit-input-placeholder,
    .form_unsubscribe.form .ctrl-select::-webkit-input-placeholder,
    .form_unsubscribe.form .ctrl-select_styled::-webkit-input-placeholder,
    .form_unsubscribe.form .ctrl-birthSelector::-webkit-input-placeholder,
    .form_londaRegistration.form .ctrl-textInput::-webkit-input-placeholder,
    .form_londaRegistration.form .ctrl-textArea::-webkit-input-placeholder,
    .form_londaRegistration.form .ctrl-select::-webkit-input-placeholder,
    .form_londaRegistration.form .ctrl-select_styled::-webkit-input-placeholder,
    .form_londaRegistration.form .ctrl-birthSelector::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0); }
    .form_newsletter.form .ctrl-textInput:-ms-input-placeholder,
    .form_newsletter.form .ctrl-textArea:-ms-input-placeholder,
    .form_newsletter.form .ctrl-select:-ms-input-placeholder,
    .form_newsletter.form .ctrl-select_styled:-ms-input-placeholder,
    .form_newsletter.form .ctrl-birthSelector:-ms-input-placeholder,
    .form_contact.form .ctrl-textInput:-ms-input-placeholder,
    .form_contact.form .ctrl-textArea:-ms-input-placeholder,
    .form_contact.form .ctrl-select:-ms-input-placeholder,
    .form_contact.form .ctrl-select_styled:-ms-input-placeholder,
    .form_contact.form .ctrl-birthSelector:-ms-input-placeholder,
    .form_unsubscribe.form .ctrl-textInput:-ms-input-placeholder,
    .form_unsubscribe.form .ctrl-textArea:-ms-input-placeholder,
    .form_unsubscribe.form .ctrl-select:-ms-input-placeholder,
    .form_unsubscribe.form .ctrl-select_styled:-ms-input-placeholder,
    .form_unsubscribe.form .ctrl-birthSelector:-ms-input-placeholder,
    .form_londaRegistration.form .ctrl-textInput:-ms-input-placeholder,
    .form_londaRegistration.form .ctrl-textArea:-ms-input-placeholder,
    .form_londaRegistration.form .ctrl-select:-ms-input-placeholder,
    .form_londaRegistration.form .ctrl-select_styled:-ms-input-placeholder,
    .form_londaRegistration.form .ctrl-birthSelector:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0); }
    .form_newsletter.form .ctrl-textInput::placeholder,
    .form_newsletter.form .ctrl-textArea::placeholder,
    .form_newsletter.form .ctrl-select::placeholder,
    .form_newsletter.form .ctrl-select_styled::placeholder,
    .form_newsletter.form .ctrl-birthSelector::placeholder,
    .form_contact.form .ctrl-textInput::placeholder,
    .form_contact.form .ctrl-textArea::placeholder,
    .form_contact.form .ctrl-select::placeholder,
    .form_contact.form .ctrl-select_styled::placeholder,
    .form_contact.form .ctrl-birthSelector::placeholder,
    .form_unsubscribe.form .ctrl-textInput::placeholder,
    .form_unsubscribe.form .ctrl-textArea::placeholder,
    .form_unsubscribe.form .ctrl-select::placeholder,
    .form_unsubscribe.form .ctrl-select_styled::placeholder,
    .form_unsubscribe.form .ctrl-birthSelector::placeholder,
    .form_londaRegistration.form .ctrl-textInput::placeholder,
    .form_londaRegistration.form .ctrl-textArea::placeholder,
    .form_londaRegistration.form .ctrl-select::placeholder,
    .form_londaRegistration.form .ctrl-select_styled::placeholder,
    .form_londaRegistration.form .ctrl-birthSelector::placeholder {
      color: rgba(0, 0, 0, 0); }
  .form_newsletter.form .ctrl-textArea,
  .form_contact.form .ctrl-textArea,
  .form_unsubscribe.form .ctrl-textArea,
  .form_londaRegistration.form .ctrl-textArea {
    height: 150px;
    border: 1px solid #e5e5e5;
    float: none;
    vertical-align: middle; }
  .form_newsletter.form .ctrl-select_styled,
  .form_contact.form .ctrl-select_styled,
  .form_unsubscribe.form .ctrl-select_styled,
  .form_londaRegistration.form .ctrl-select_styled {
    padding: 0;
    color: #868686;
    height: auto;
    min-height: 36px; }
    .form_newsletter.form .ctrl-select_styled .ctrl-select__text,
    .form_contact.form .ctrl-select_styled .ctrl-select__text,
    .form_unsubscribe.form .ctrl-select_styled .ctrl-select__text,
    .form_londaRegistration.form .ctrl-select_styled .ctrl-select__text {
      width: calc(100% - 38px);
      height: 100%;
      padding: 0 10px;
      line-height: 40px;
      color: #868686; }
    .form_newsletter.form .ctrl-select_styled .ctrl-select__button,
    .form_contact.form .ctrl-select_styled .ctrl-select__button,
    .form_unsubscribe.form .ctrl-select_styled .ctrl-select__button,
    .form_londaRegistration.form .ctrl-select_styled .ctrl-select__button {
      width: 38px;
      background: url("../i/sprite/select_arrow.png") center center no-repeat #000000; }
  .form_newsletter.form .ctrl-birthSelector,
  .form_contact.form .ctrl-birthSelector,
  .form_unsubscribe.form .ctrl-birthSelector,
  .form_londaRegistration.form .ctrl-birthSelector {
    padding: 0;
    border: 0; }
    .form_newsletter.form .ctrl-birthSelector .ctrl-select_styled,
    .form_contact.form .ctrl-birthSelector .ctrl-select_styled,
    .form_unsubscribe.form .ctrl-birthSelector .ctrl-select_styled,
    .form_londaRegistration.form .ctrl-birthSelector .ctrl-select_styled {
      width: calc(40% - .2em); }
    .form_newsletter.form .ctrl-birthSelector .ctrl-select_styled:last-child,
    .form_contact.form .ctrl-birthSelector .ctrl-select_styled:last-child,
    .form_unsubscribe.form .ctrl-birthSelector .ctrl-select_styled:last-child,
    .form_londaRegistration.form .ctrl-birthSelector .ctrl-select_styled:last-child {
      width: calc(60% - .2em); }
  .form_newsletter.form .ctrl-select,
  .form_newsletter.form .ctrl-select__select,
  .form_contact.form .ctrl-select,
  .form_contact.form .ctrl-select__select,
  .form_unsubscribe.form .ctrl-select,
  .form_unsubscribe.form .ctrl-select__select,
  .form_londaRegistration.form .ctrl-select,
  .form_londaRegistration.form .ctrl-select__select {
    color: #868686; }
  .form_newsletter.form .ctrl-checkbox:checked + .ctrl-label:before,
  .form_contact.form .ctrl-checkbox:checked + .ctrl-label:before,
  .form_unsubscribe.form .ctrl-checkbox:checked + .ctrl-label:before,
  .form_londaRegistration.form .ctrl-checkbox:checked + .ctrl-label:before {
    top: 0;
    left: 0;
    background-position: 0 -20px; }
  .form_newsletter.form .ctrl-checkbox:checked + .ctrl-label:after,
  .form_contact.form .ctrl-checkbox:checked + .ctrl-label:after,
  .form_unsubscribe.form .ctrl-checkbox:checked + .ctrl-label:after,
  .form_londaRegistration.form .ctrl-checkbox:checked + .ctrl-label:after {
    display: none; }
  .form_newsletter.form .ctrl-checkbox + .ctrl-label,
  .form_contact.form .ctrl-checkbox + .ctrl-label,
  .form_unsubscribe.form .ctrl-checkbox + .ctrl-label,
  .form_londaRegistration.form .ctrl-checkbox + .ctrl-label {
    line-height: 20px;
    font-size: 14px;
    width: 100%;
    padding-top: 0; }
    .form_newsletter.form .ctrl-checkbox + .ctrl-label:before,
    .form_contact.form .ctrl-checkbox + .ctrl-label:before,
    .form_unsubscribe.form .ctrl-checkbox + .ctrl-label:before,
    .form_londaRegistration.form .ctrl-checkbox + .ctrl-label:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border: 0;
      border-radius: 0;
      background: transparent url("../i/sprite/checkbox.png") no-repeat 0 0; }
  .form_newsletter.form .ctrl-submit,
  .form_contact.form .ctrl-submit,
  .form_unsubscribe.form .ctrl-submit,
  .form_londaRegistration.form .ctrl-submit {
    font-size: 1.7em;
    font-weight: normal;
    min-width: 140px;
    margin: 20px 0 10px;
    padding: 0 1.5em;
    color: #ffffff;
    cursor: pointer;
    background: #000000;
    border: 0;
    border-radius: 0;
    transition-property: all;
    text-transform: uppercase;
    line-height: 55px; }
    .form_newsletter.form .ctrl-submit:hover,
    .form_contact.form .ctrl-submit:hover,
    .form_unsubscribe.form .ctrl-submit:hover,
    .form_londaRegistration.form .ctrl-submit:hover {
      color: #ffffff; }

.form_londaRegistration.form {
  font-size: 2.5em; }
  .form_londaRegistration.form .form-aggr-text {
    font-size: 0.8em; }

.form_unsubscribe.form .ctrl-label {
  width: 100%; }

.popupTemplate .close {
  min-height: 45px;
  top: 0; }

@media screen and (max-width: 767px) {
  .form-container .form_newsletter .invalid .error.show,
  .form-container .form_contact .invalid .error.show,
  .form-container .form_unsubscribe .invalid .error.show,
  .form-container .form_londaRegistration .invalid .error.show {
    margin-left: 0; }
  .form-container .form_newsletter .ctrl-label,
  .form-container .form_contact .ctrl-label,
  .form-container .form_unsubscribe .ctrl-label,
  .form-container .form_londaRegistration .ctrl-label {
    width: 100%; }
  .form-container .form_newsletter .ctrl-textInput,
  .form-container .form_newsletter .ctrl-select,
  .form-container .form_newsletter .ctrl-select_styled,
  .form-container .form_newsletter .ctrl-birthSelector,
  .form-container .form_contact .ctrl-textInput,
  .form-container .form_contact .ctrl-select,
  .form-container .form_contact .ctrl-select_styled,
  .form-container .form_contact .ctrl-birthSelector,
  .form-container .form_unsubscribe .ctrl-textInput,
  .form-container .form_unsubscribe .ctrl-select,
  .form-container .form_unsubscribe .ctrl-select_styled,
  .form-container .form_unsubscribe .ctrl-birthSelector,
  .form-container .form_londaRegistration .ctrl-textInput,
  .form-container .form_londaRegistration .ctrl-select,
  .form-container .form_londaRegistration .ctrl-select_styled,
  .form-container .form_londaRegistration .ctrl-birthSelector {
    width: 100%; } }

@media screen and (max-width: 999px), print {
  .main.registration {
    width: auto;
    max-width: 1358px;
    margin: 0 auto;
    padding: 0 10%; } }

@media screen and (min-width: 768px) {
  .form-container .form_contact:before {
    content: "";
    display: block;
    background: #e5e5e5;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  .form-container .form_newsletter .invalid .error.show,
  .form-container .form_contact .invalid .error.show,
  .form-container .form_unsubscribe .invalid .error.show,
  .form-container .form_londaRegistration .invalid .error.show {
    width: 100%; }
  .form-container .form_newsletter .ctrl-label,
  .form-container .form_contact .ctrl-label,
  .form-container .form_unsubscribe .ctrl-label,
  .form-container .form_londaRegistration .ctrl-label {
    width: calc(30% + 10px); }
  .form-container .form_newsletter .ctrl-textInput,
  .form-container .form_newsletter .ctrl-textArea,
  .form-container .form_newsletter .ctrl-select,
  .form-container .form_newsletter .ctrl-select_styled,
  .form-container .form_newsletter .ctrl-birthSelector,
  .form-container .form_contact .ctrl-textInput,
  .form-container .form_contact .ctrl-textArea,
  .form-container .form_contact .ctrl-select,
  .form-container .form_contact .ctrl-select_styled,
  .form-container .form_contact .ctrl-birthSelector,
  .form-container .form_unsubscribe .ctrl-textInput,
  .form-container .form_unsubscribe .ctrl-textArea,
  .form-container .form_unsubscribe .ctrl-select,
  .form-container .form_unsubscribe .ctrl-select_styled,
  .form-container .form_unsubscribe .ctrl-birthSelector,
  .form-container .form_londaRegistration .ctrl-textInput,
  .form-container .form_londaRegistration .ctrl-textArea,
  .form-container .form_londaRegistration .ctrl-select,
  .form-container .form_londaRegistration .ctrl-select_styled,
  .form-container .form_londaRegistration .ctrl-birthSelector {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .form-container .form_newsletter .ctrl-label,
  .form-container .form_contact .ctrl-label,
  .form-container .form_unsubscribe .ctrl-label {
    width: calc(30% + 10px); }
  .form-container .form_newsletter .ctrl-textInput,
  .form-container .form_newsletter .ctrl-textArea,
  .form-container .form_newsletter .ctrl-select,
  .form-container .form_newsletter .ctrl-select_styled,
  .form-container .form_newsletter .ctrl-birthSelector,
  .form-container .form_contact .ctrl-textInput,
  .form-container .form_contact .ctrl-textArea,
  .form-container .form_contact .ctrl-select,
  .form-container .form_contact .ctrl-select_styled,
  .form-container .form_contact .ctrl-birthSelector,
  .form-container .form_unsubscribe .ctrl-textInput,
  .form-container .form_unsubscribe .ctrl-textArea,
  .form-container .form_unsubscribe .ctrl-select,
  .form-container .form_unsubscribe .ctrl-select_styled,
  .form-container .form_unsubscribe .ctrl-birthSelector {
    width: calc(70% - 10px); }
  .form-container .form_newsletter .invalid .error.show,
  .form-container .form_contact .invalid .error.show,
  .form-container .form_unsubscribe .invalid .error.show {
    margin-left: calc(30% + 10px); } }

/*	=INITIATIVES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	=SALON FINDER PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.pictureFrame .colRight.trending {
  background-color: #b5c5cf;
  background-image: linear-gradient(45deg, #b5c5cf 0%, #e7f1f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5c5cf', endColorstr='#e7f1f8',GradientType=1 ); }

.sfinder__title {
  text-align: center; }

.sfinder__header {
  font-size: 4em;
  margin: 20px 10px;
  font-weight: normal;
  font-family: "HelveticaNeueLTStd-ThEx";
  text-transform: uppercase; }

.sfinder .sfinder-filter__header {
  font-family: "HelveticaNeueLTStd-Ex";
  text-align: center; }

.sfinder .sfinder-filter__close {
  text-align: center;
  margin: 30px 0 7px 0;
  position: relative; }

.sfinder .sfinder-filter__filter {
  padding: 25px 0 10px 0; }

.sfinder.no-results {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.sfinder-filter__filter {
  padding-top: 30px; }
  .sfinder-filter__filter input {
    display: none; }
  .sfinder-filter__filter .item {
    border: 1px solid #eaeaea;
    display: block;
    padding: 0 20px;
    margin: 0 0 5px 10px;
    color: #7c7c7c;
    cursor: pointer; }
    .sfinder-filter__filter .item:hover {
      border-color: #98005c; }
  .sfinder-filter__filter input:checked + .item {
    background: #98005c;
    border-color: #98005c;
    color: #fff; }

.allBrandsButton {
  background: #98005c;
  border: 1px solid #98005c;
  color: #fff;
  display: block;
  padding: 0 20px;
  cursor: pointer;
  line-height: 26px;
  font-size: 1.1em;
  font-weight: bold; }

.scrollPane, .sfinder-result .scrollWrapper {
  height: 660px; }

.filterSalonResult {
  position: relative;
  margin-top: 30px; }

.geoLoaded .geoInformation {
  display: none; }

.sfinder-map {
  width: 100%;
  height: 660px; }

.sfinder-map__label-marker {
  position: absolute;
  cursor: pointer;
  line-height: 54px;
  text-align: center;
  color: #fff;
  /* Google Maps script overwrites following rules, so we need to make them !important*/
  font-family: "HelveticaNeueLTStd-Ex" !important;
  font-size: 1.4em !important;
  margin-left: -19px !important;
  margin-top: -51px !important; }

.openInGoogleMaps {
  display: none; }

.filterSalonMap {
  float: left;
  width: 72%;
  position: relative;
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  border-right: 0 none;
  box-sizing: border-box; }
  .filterSalonMap img {
    width: 100%; }
  .filterSalonMap .gmnoprint {
    width: auto !important; }

.salonMap {
  width: 50%;
  float: left;
  position: relative;
  word-wrap: normal; }
  .salonMap .sfinder-map {
    height: 830px; }
  .salonMap img {
    width: 100%; }

.filterSalonList {
  float: left;
  width: 28%;
  position: relative;
  box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  border-left: 0 none; }
  .filterSalonList .sfinder-result-list__item {
    border-bottom: 1px solid #fff;
    line-height: 1.4;
    overflow: hidden; }
    .filterSalonList .sfinder-result-list__item.hidden {
      display: none; }
    .filterSalonList .sfinder-result-list__item.active {
      background: #98005c; }
      .filterSalonList .sfinder-result-list__item.active a {
        color: #fff; }
    .filterSalonList .sfinder-result-list__item.salonElite {
      background: #ffedf8; }
  .filterSalonList .sfinder-result__salon-link {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%; }
  .filterSalonList .sfinder-result-list__desc {
    width: 77%;
    float: right; }
  .filterSalonList .sfinder-result__description-header {
    font-weight: bold;
    font-size: 2.2em;
    line-height: 1.1;
    padding-top: 4px;
    margin-bottom: 5px; }
  .filterSalonList .sfinder-result__description-text {
    line-height: 1.9; }
    .filterSalonList .sfinder-result__description-text p {
      font-size: 1em; }
  .filterSalonList .sfinder-result__offers-label {
    color: #fff;
    display: block;
    text-align: left;
    position: absolute;
    width: auto; }

.scrollPane {
  width: 100%;
  overflow: auto; }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspVerticalBar {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px; }

.jspPane {
  position: absolute; }

.jspCap {
  display: none; }

.jspTrack {
  background-color: #d5d5d5;
  position: relative; }

.jspDrag {
  background: #ececec;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0; }

.sfinder-result-list__pointer {
  float: left;
  margin-right: 3%;
  text-align: center;
  color: #fff;
  position: relative; }

.sfinder-result__salonPointer-letter {
  font-size: 1.8em;
  font-family: "HelveticaNeueLTStd-Ex";
  line-height: 3; }

.sfinder-result__promo-elite-label {
  position: absolute;
  top: -32px;
  left: 0;
  color: #7c3854;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  line-height: 2.6;
  font-family: "HelveticaNeueLTStd-Ex"; }

.sfinder-salonData {
  float: right; }
  .sfinder-salonData .button.black {
    line-height: 1;
    padding: 1em 1.5em; }

.sfinder-highlight {
  display: none;
  margin: 0 0 0.9em;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.6em;
  color: #fff;
  text-transform: uppercase;
  font-family: "HelveticaNeueLTStd-Ex";
  height: 1.85em;
  line-height: 1.85em;
  font-size: 1.4em;
  background-color: #000; }
  .sfinder-highlight:before {
    position: absolute;
    top: 100%;
    left: 43px;
    width: 0;
    height: 0;
    content: "";
    border-collapse: separate;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    display: block; }

.sfinder-highlight--offers {
  background-color: #000;
  display: block; }
  .sfinder-highlight--offers:before {
    border-top-color: #000; }

.sfinder-highlight--elite {
  background-color: #7c3854;
  display: block; }
  .sfinder-highlight--elite:before {
    border-top-color: #7c3854; }

.sfinder-salondata__header {
  margin: 0.5em 0;
  font-family: "HelveticaNeueLTStd-Ex", Arial, sans-serif;
  line-height: 1.1;
  font-size: 4em;
  text-transform: uppercase; }

.sfinder-linkButton.button {
  font-size: 1.3em; }

.sfinder-salondata__row {
  *zoom: 1; }
  .sfinder-salondata__row:before {
    content: "";
    display: table; }
  .sfinder-salondata__row:after {
    content: "";
    display: table;
    clear: both; }
  .sfinder-salondata__row:last-child .sfinder-salondata__col--1 {
    border-bottom: 1px solid #e9e9e9; }
  .sfinder-salondata__row .noLine {
    border: 0 none; }

.sfinder-salondata__row--centered {
  text-align: center; }

.sfinder-salondata__col {
  box-sizing: border-box;
  padding: 1.3em 0; }

.sfinder-salondata__col--1 {
  width: 35%;
  border-top: 1px solid #e9e9e9;
  float: left; }

.sfinder-salondata__col--2 {
  width: 56%;
  float: right; }

.sfdr-gallery__link {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: 130px;
  margin: 5px; }

.sfinder-salondata__distance {
  font-size: 1.6em;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif; }

.sfinder-salondata__address {
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 1.6em;
  margin-bottom: 1em; }
  .sfinder-salondata__address span {
    display: block; }

.sfinder-salondata__field-name {
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 1.6em; }

.sfinder-salondata__text {
  font-size: 1.6em;
  font-family: "HelveticaNeueLTStd-Ex"; }

.sfinder-salondata__text--link {
  color: #98005c;
  text-decoration: underline; }

.sfinder-salondata__text--pink-arrow:before {
  content: "\00003E" " ";
  color: #98005c;
  text-decoration: none; }

.salonData small {
  font-size: 0.85em; }

.sfinder-salondata__list,
.sfinder-salondata__listitem {
  list-style: none; }

.sfinder-salondata__listitem {
  font-size: 1.6em;
  line-height: 1.8;
  font-family: "HelveticaNeueLTStd-Ex"; }

.sfinder-salondata__listitem--inline {
  display: inline-block;
  margin-right: 30px; }

.sfinder-followUs--inline li {
  display: inline-block;
  margin-right: 15px; }

.sfinder-followUs a {
  display: block;
  transition-property: opacity;
  transition-duration: 0.2s; }
  .sfinder-followUs a:hover {
    opacity: 0.7; }

.sfinder-salondata__field-promo {
  height: 35px;
  line-height: 30px;
  font-size: 1.2em;
  font-family: "HelveticaNeueLTStd-Ex";
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: inline-block;
  background: url(../i/sfinder-salondata__field-promo_left.png) top left transparent no-repeat;
  padding: 0 1em;
  left: -12px; }
  .sfinder-salondata__field-promo:before {
    position: absolute;
    border: 0px none;
    content: "";
    display: block;
    left: 100%;
    top: 0;
    width: 18px;
    height: 35px;
    background-image: url(../i/sprites/sprite.png);
    background-position: -451px -231px;
    width: 18px;
    height: 35px; }

.sfinder-gallery__img {
  padding: 0 10px;
  float: left;
  display: block; }

.sfinder-find-directions-button {
  background: none;
  border: 0 none;
  text-decoration: underline;
  color: #98005c;
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 1.6em; }

.infoBox > img {
  display: none; }

.sfinder-map__info-popup, .sfinder-directions-finder {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #878786;
  box-shadow: 0 0 10px #878786; }

.sfinder-map__info-popup {
  width: 300px;
  height: 200px;
  text-align: center;
  margin-left: -13px;
  margin-top: -50px; }
  .sfinder-map__info-popup h3 {
    margin-top: 1.5em;
    font-size: 2em;
    font-family: "HelveticaNeueLTStd-Ex"; }
  .sfinder-map__info-popup p {
    font-size: 1em;
    line-height: 1;
    margin-top: 1em;
    font-family: "HelveticaNeueLTStd-ThEx"; }
  .sfinder-map__info-popup .button {
    font-size: 1em;
    padding: 10px 10px 8px 22px;
    background-position: 10px 9px;
    margin: 0;
    line-height: 35px; }
  .sfinder-map__info-popup.is-positioned-left {
    margin-left: -300px; }

.sfinder-map__info-popup__close {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: -9999px;
  color: #595955;
  text-decoration: none; }
  .sfinder-map__info-popup__close:before {
    content: "\2573";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    width: 100%;
    height: 100%; }

.communicationButtons .mapsButton {
  display: none; }

.directionPopup {
  height: 360px;
  width: 434px;
  margin-left: -217px;
  margin-top: -180px;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  box-shadow: 0 0 10px #adadad;
  z-index: 9999; }
  .directionPopup .sfdr-map__info-popup__close {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: -9999px;
    color: #595955;
    text-decoration: none; }
  .directionPopup h3 {
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 3.1em;
    text-transform: uppercase;
    margin: 20px 0 10px; }
  .directionPopup .button.pink {
    float: right; }
  .directionPopup .whiteTriangle {
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 35px 17px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 40%;
    left: -35px; }
  .directionPopup img:first-child {
    width: 9px !important;
    height: 9px !important;
    position: absolute;
    top: 5px;
    right: 5px; }
  .directionPopup .button {
    float: right;
    margin-left: 0; }

.transport li {
  display: inline-block; }

.transport input[type="radio"] {
  display: none; }
  .transport input[type="radio"] + label {
    display: block;
    width: 73px;
    height: 41px;
    background: url("../i/sprite/transport_icons_sprite.png") no-repeat scroll;
    margin: 1px; }
    .transport input[type="radio"] + label.driving {
      background-position: 0 0; }
    .transport input[type="radio"] + label.walking {
      background-position: -75px 0; }
    .transport input[type="radio"] + label.bicycling {
      background-position: -148px 0; }

.transport input.drivingInput:checked + label.driving {
  background-position: 0 -42px; }

.transport input.walkingInput:checked + label.walking {
  background-position: -75px -42px; }

.transport input.bicyclingInput:checked + label.bicycling {
  background-position: -148px -42px; }

.destinationInputs {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
  padding: 10px 0; }
  .destinationInputs .startPoint, .destinationInputs .finishPoint {
    height: 64px; }
  .destinationInputs input[type="text"] {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-top: 10px;
    width: 60%; }
  .destinationInputs .changeDestination {
    display: block;
    width: 35px;
    height: 48px;
    background: url("../i/sprite/icon_change_destination.png") no-repeat scroll 0 0;
    position: absolute;
    right: 5%;
    top: 48%; }
  .destinationInputs .myLocation {
    display: block; }

.sfinder-salonimage-popup.mfp-s-loading .mfp-arrow {
  display: none; }

.sfinder-salonimage-popup .mfp-arrow:before, .sfinder-salonimage-popup .mfp-arrow:after {
  display: none; }

@media print {
  .sfinder__title h2 {
    margin: 0.3cm 0; }
  .salonFinderTop {
    display: none; } }

/*	=RWD
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
@media screen and (max-width: 999px) {
  .sfinder-followUs .ico_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -211px -74px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -418px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_google {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -162px;
    width: 20px;
    height: 20px; }
  .sfinder-followUs .ico_pinterest {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -122px;
    width: 20px;
    height: 20px; }
  .sfinder-followUs .ico_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -364px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_vkontakte {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -256px;
    width: 18px;
    height: 18px; }
  .sfinder__title h3, .sfinder__title .linkWrapper {
    display: none; }
  .sfinder__header {
    font-size: 2.2em;
    margin: 13px 10px;
    line-height: 1; }
  .sfinder-filter__header {
    font-size: 1.6em; }
  .sfinder .sfinder-filter__filter {
    padding: 0px 0 25px 0; }
  .sfinder .mobileSelectMenu {
    margin-top: 16px; }
  .sfinder .sfinder-filter .filterMenu {
    padding: 0;
    margin: 0;
    border: 0 none; }
    .sfinder .sfinder-filter .filterMenu .item {
      margin: 0;
      float: none;
      display: list-item;
      line-height: 1;
      font-size: inherit; }
    .sfinder .sfinder-filter .filterMenu .item a {
      text-align: center;
      display: block;
      padding: 12px 0;
      font-size: 1.4em;
      text-transform: uppercase;
      border-left: 0 none;
      border-right: 0 none;
      border-top: 0 none;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      color: #6d6d6c;
      font-weight: normal;
      line-height: normal; }
  .filterSalonResult {
    height: auto; }
  .filterSalonResult {
    margin: 0 -10px; }
  .sfinder-map {
    border: 1px solid #dfdede;
    height: 273px; }
  .sfinder-map.narrowMap {
    height: 277px; }
  .sfinder-map__label-marker {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -204px;
    width: 37px;
    height: 51px;
    line-height: 42px; }
    .sfinder-map__label-marker:hover, .sfinder-map__label-marker.active, .sfinder-map__label-marker.selected {
      background-image: url(../i/sprites/sprite.png);
      background-position: -258px -211px;
      width: 37px;
      height: 51px; }
  .sfinder-map__label-marker.salon--elite {
    background-image: url(../i/sprites/sprite.png);
    background-position: -272px -93px;
    width: 37px;
    height: 51px; }
    .sfinder-map__label-marker.salon--elite:hover, .sfinder-map__label-marker.salon--elite.active, .sfinder-map__label-marker.salon--elite.selected {
      background-image: url(../i/sprites/sprite.png);
      background-position: -310px -153px;
      width: 37px;
      height: 51px; }
  .openInGoogleMaps {
    display: inline-block; }
  .filterSalonMap {
    width: 100%;
    box-sizing: border-box;
    padding: 31px;
    border: 0 none; }
  .salonMap {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 24px 20px; }
    .salonMap .sfinder-map {
      height: 273px; }
  .filterSalonList {
    width: 100%;
    border: 0 none;
    border-top: 1px solid #c6c5c5; }
    .filterSalonList .sfinder-result__description-text {
      line-height: 1.2;
      font-size: 1.6em; }
    .filterSalonList .sfinder-result-list__pointer {
      margin-top: 10px; }
    .filterSalonList .sfinder-result-list__desc {
      font-size: 0.7em; }
    .filterSalonList .scrollPane, .filterSalonList .scrollWrapper {
      height: 380px; }
    .filterSalonList .sfinder-result__salon-link {
      padding: 17px 15px 15px 12px; }
    .filterSalonList .sfinder-result__offers-label {
      background-image: url(../i/sprites/sprite.png);
      background-position: -229px -187px;
      width: 75px;
      height: 21px;
      top: 0px;
      right: 0px;
      font-size: 0.8em;
      line-height: 2.2;
      padding: 0 9px; }
    .filterSalonList .jspScrollable .sfinder-result__offers-label {
      right: 8px; }
    .filterSalonList .sfinder-result-list__item {
      border-bottom: 1px solid #c6c5c5; }
  .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -204px;
    width: 37px;
    height: 51px; }
  .salon--elite .sfinder-result__promo-elite-label {
    display: block;
    font-size: 1em;
    top: -25px; }
  .sfinder-result__salonPointer-letter {
    font-size: 1.5em;
    line-height: 2.5; }
  .salon--elite .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -272px -93px;
    width: 37px;
    height: 51px; }
  .sfinder-result-list__item:hover .sfinder-result-list__pointer, .sfinder-result-list__item.active .sfinder-result-list__pointer, .sfinder-result-list__item.selected .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -258px -211px;
    width: 37px;
    height: 51px; }
  .salon--elite:hover .sfinder-result-list__pointer, .salon--elite.active .sfinder-result-list__pointer, .salon--elite.selected .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -153px;
    width: 37px;
    height: 51px; }
  .sfinder-salonData {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: center; }
  .sfinder-highlight {
    margin: 2px 0 1.2em;
    padding: 0 0.8em;
    height: 1.75em;
    line-height: 1.8em;
    font-size: 1.2em; }
    .sfinder-highlight:before {
      border-left-width: 6px;
      border-right-width: 6px;
      border-top-width: 6px; }
  .sfinder-salondata__header {
    margin-bottom: 0;
    font-size: 2em; }
  .sfinder-find-directions-button {
    margin-bottom: 15px; }
  .sfinder-salondata__row {
    text-align: left; }
    .sfinder-salondata__row:last-child .sfinder-salondata__col--1 {
      border-bottom: 0 none; }
  .sfinder-salondata__col {
    padding: 0; }
  .sfinder-salondata__col--1 {
    width: 60%;
    padding-top: 1.5em; }
  .sfinder-salondata__col--2 {
    width: 100%;
    padding-bottom: 1.5em; }
  .sfinder-salondata__row--mob-fullwidth .sfinder-salondata__col--1 {
    width: 100%; }
  .sfdr-gallery__link {
    width: 80px;
    height: 80px; }
  .sfinder-salondata__distance {
    margin-bottom: 11px; }
  .sfinder-salondata__text--mobile-button {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 1em;
    padding: 0 1.3em;
    border-radius: 8px 0 8px 0;
    float: left;
    position: relative;
    min-width: 0;
    margin-bottom: 1em;
    background-color: #ca255d;
    text-decoration: none;
    box-sizing: border-box;
    transition: compact(all 0.5s ease-in-out);
    background-image: linear-gradient(45deg, #ca255d 10%, #d92c64 20%, #d92c64 25%, #c3003d 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca255d', endColorstr='#c3003d',GradientType=1 ); }
    .sfinder-salondata__text--mobile-button:hover, .sfinder-salondata__text--mobile-button:focus, .sfinder-salondata__text--mobile-button.active {
      background-color: #d33374;
      background-image: linear-gradient(45deg, #d33374 10%, #e0397e 20%, #e0397e 25%, #ce0153 50%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33374', endColorstr='#ce0153',GradientType=1 ); }
    .sfinder-salondata__text--mobile-button small {
      font-size: 1em; }
  .sfinder-salondata__distance {
    margin-bottom: 11px; }
  .sfinder-salondata__text,
  .sfinder-salondata__field-name,
  .sfinder-salondata__address,
  .sfinder-find-directions-button,
  .sfinder-salondata__listitem {
    font-size: 1.2em; }
  .sfinder-salondata__field-promo {
    left: -13px; }
  .sfinder-gallery {
    text-align: center; }
  .sfinder-gallery__link {
    display: inline-block; }
  .sfinder-gallery__img {
    padding: 0 10px;
    float: none;
    display: block;
    max-width: 200px;
    max-height: 150px; }
  .communicationButtons {
    margin: 26px 0; }
    .communicationButtons .button:first-child {
      margin-bottom: 10px; }
    .communicationButtons .mapsButton {
      display: inline-block; }
    .communicationButtons .printButton {
      display: none; }
  .sfinder-map__info-popup {
    width: 250px;
    height: 180px;
    font-size: 0.9em; }
  .directionPopup {
    width: 240px;
    margin: -190px 0 0 -130px; }
  .destinationInputs input[type="text"] {
    width: 50%; }
  .sfinder-salondata__wrapper {
    text-align: center;
    padding: 0 20px; }
    .sfinder-salondata__wrapper h3, .sfinder-salondata__wrapper p {
      text-align: left; }
  .sfinder-salonimage-popup .mfp-arrow, .sfinder-salonimage-popup .mfp-arrow:active {
    margin-top: -15px; }
  .sfinder-salonimage-popup .mfp-arrow-right {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -255px;
    width: 28px;
    height: 30px; }
  .sfinder-salonimage-popup .mfp-arrow-left {
    background-image: url(../i/sprites/sprite.png);
    background-position: -196px -175px;
    width: 28px;
    height: 30px; } }

@media screen and (min-width: 768px) and (max-width: 999px), print {
  .sfinder-followUs .ico_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -211px -74px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -418px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_google {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -162px;
    width: 20px;
    height: 20px; }
  .sfinder-followUs .ico_pinterest {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -122px;
    width: 20px;
    height: 20px; }
  .sfinder-followUs .ico_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -364px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_vkontakte {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -256px;
    width: 18px;
    height: 18px; }
  .sfinder__header {
    font-size: 2.4em;
    margin: 24px 10px; }
  .sfinder .sfinder-filter__header {
    font-weight: normal;
    font-size: 1.6em; }
  .sfinder .sfinder-filter__close {
    margin: 21px 0 0 0; }
    .sfinder .sfinder-filter__close .button {
      font-size: 1.4em; }
  .sfinder .sfinder-filter__shadow {
    min-width: 250px; }
  .sfinder .sfinder-filter__filter {
    padding: 25px 30px 2px; }
  .sfinder .filter .filter-list li {
    float: none;
    display: inline-block; }
  .sfinder .filter .filter-list li a {
    margin: 0 0 5px 5px;
    font-size: 1.1em;
    padding: 0 11px; }
  .sfinder .filter .filter-list li.allProducts {
    float: none;
    display: inline-block;
    margin-bottom: 0; }
  .sfinder .filter .filter-list li.allProducts .title {
    float: left;
    font-size: 1.1em; }
  .sfinder .filter .filter-list li.allProducts a {
    float: left;
    display: inline; }
  .sfinder .filter .filter-list li:first-child a {
    margin: 0 0 5px 5px; }
  .allBrandsButton {
    font-size: 0.9em;
    line-height: 18px; }
  .scrollPane, .sfinder-result .scrollWrapper {
    height: 316px; }
  .sfinder-map {
    height: 316px; }
  .sfinder-map.narrowMap {
    height: 519px; }
  .sfinder-map__label-marker {
    line-height: 35px;
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px 0px;
    width: 37px;
    height: 51px; }
    .sfinder-map__label-marker:hover, .sfinder-map__label-marker.active, .sfinder-map__label-marker.selected {
      background-image: url(../i/sprites/sprite.png);
      background-position: -347px 0px;
      width: 37px;
      height: 51px; }
  .sfinder-map__label-marker .salon--elite {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -102px;
    width: 37px;
    height: 51px; }
    .sfinder-map__label-marker .salon--elite:hover, .sfinder-map__label-marker .salon--elite.active, .sfinder-map__label-marker .salon--elite.selected {
      background-image: url(../i/sprites/sprite.png);
      background-position: -310px -51px;
      width: 37px;
      height: 51px; }
  .openInGoogleMaps {
    display: inline-block; }
  .filterSalonMap {
    width: 64%; }
  .salonMap .sfinder-map {
    height: 600px; }
  .filterSalonList .sfinder-result__salon-link {
    padding: 17px 15px 15px 12px; }
  .filterSalonList .sfinder-result__offers-label {
    background-image: url(../i/sprites/sprite.png);
    background-position: -229px -187px;
    width: 75px;
    height: 21px;
    top: 0px;
    right: 0px;
    font-size: 0.8em;
    line-height: 2.2;
    padding: 0 9px; }
  .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px 0px;
    width: 37px;
    height: 51px;
    margin-top: 14px; }
  .sfinder-result__salonPointer-letter {
    font-size: 1.5em;
    line-height: 2.3; }
  .salon--elite .sfinder-result__promo-elite-label {
    display: block;
    font-size: 1.1em;
    line-height: 2.6;
    top: -23px; }
  .salon--elite .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -102px;
    width: 37px;
    height: 51px; }
  .sfinder-result-list__item:hover .sfinder-result-list__pointer, .sfinder-result-list__item.active .sfinder-result-list__pointer, .sfinder-result-list__item.selected .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -347px 0px;
    width: 37px;
    height: 51px; }
  .salon--elite:hover .sfinder-result-list__pointer, .salon--elite.active .sfinder-result-list__pointer, .salon--elite.selected .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -51px;
    width: 37px;
    height: 51px; }
  .salon-details {
    padding-top: 20px; }
  .sfinder-salonData {
    width: 349px;
    font-size: 0.75em; }
  .sfinder-highlight {
    margin: 0 0 1.3em;
    padding: 0 0.4em;
    height: 1.4em;
    line-height: 1.5em;
    font-size: 1.2em; }
    .sfinder-highlight:before {
      border-left-width: 6px;
      border-right-width: 6px;
      border-top-width: 6px; }
  .sfinder-salondata__row--mob-fullwidth .sfinder-salondata__col--1, .sfinder-salondata__row--mob-fullwidth .sfinder-salondata__col--2 {
    width: 100%; }
  .sfdr-gallery__link {
    width: 100px;
    height: 100px; }
  .sfinder-salondata__distance {
    margin-bottom: 13px; }
  .sfinder-salondata__text--mobile-button {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 1.1em;
    padding: 0 2.3em;
    border-radius: 8px 0 8px 0;
    display: inline-block;
    position: relative;
    min-width: 0;
    margin-bottom: 1em;
    background-color: #ca255d;
    text-decoration: none;
    box-sizing: border-box;
    transition: compact(all 0.5s ease-in-out);
    background-image: linear-gradient(45deg, #ca255d 10%, #d92c64 20%, #d92c64 25%, #c3003d 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca255d', endColorstr='#c3003d',GradientType=1 ); }
    .sfinder-salondata__text--mobile-button:hover, .sfinder-salondata__text--mobile-button:focus, .sfinder-salondata__text--mobile-button.active {
      background-color: #d33374;
      background-image: linear-gradient(45deg, #d33374 10%, #e0397e 20%, #e0397e 25%, #ce0153 50%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33374', endColorstr='#ce0153',GradientType=1 ); }
    .sfinder-salondata__text--mobile-button small {
      font-size: 1em; }
  .sfinder-salondata__wrapper .button {
    min-width: 130px; }
  .salonProducts li {
    font-size: 1em; }
  .sfinder-gallery__img {
    max-width: 110px;
    max-height: 82px;
    padding: 0; }
  .sfinder-gallery__link + .sfinder-gallery__link .sfinder-gallery__img {
    padding-left: 8px; }
  .filterSalonList {
    width: 36%; }
    .filterSalonList .sfinder-result__description-header {
      font-size: 1.2em;
      line-height: 1.1;
      margin-bottom: 6px;
      padding-top: 4px; }
    .filterSalonList .sfinder-result__description-text {
      font-size: 1.1em;
      line-height: 1.3; }
  .sfinder-salondata__header {
    font-size: 3.2em; }
  .communicationButtons .mapsButton {
    display: inline-block; }
  .communicationButtons .printButton {
    display: none; }
  .directionPopup {
    width: 240px;
    margin: -190px 0 0 -120px; }
    .directionPopup .button {
      font-size: 1.4em; }
  .destinationInputs .startPoint, .destinationInputs .finishPoint {
    height: 65px; }
  .destinationInputs input[type="text"] {
    width: 50%; }
  .sfinder-salonimage-popup .mfp-arrow, .sfinder-salonimage-popup .mfp-arrow:active {
    margin-top: -28px; }
  .sfinder-salonimage-popup .mfp-arrow-right {
    background-image: url(../i/sprites/sprite.png);
    background-position: -272px -33px;
    width: 38px;
    height: 56px; }
  .sfinder-salonimage-popup .mfp-arrow-left {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -231px;
    width: 28px;
    height: 46px; } }

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .sfinder-followUs .ico_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -211px -74px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -418px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_google {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -162px;
    width: 20px;
    height: 20px; }
  .sfinder-followUs .ico_pinterest {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -122px;
    width: 20px;
    height: 20px; }
  .sfinder-followUs .ico_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -364px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_vkontakte {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -256px;
    width: 18px;
    height: 18px; }
  .sfinder__header {
    font-size: 2.4em;
    margin: 24px 10px; }
  .sfinder .sfinder-filter__header {
    font-weight: normal;
    font-size: 1.6em; }
  .sfinder .sfinder-filter__close {
    margin: 21px 0 0 0; }
    .sfinder .sfinder-filter__close .button {
      font-size: 1.4em; }
  .sfinder .sfinder-filter__shadow {
    min-width: 250px; }
  .sfinder .sfinder-filter__filter {
    padding: 25px 30px 2px; }
  .sfinder .filter .filter-list li {
    float: none;
    display: inline-block; }
  .sfinder .filter .filter-list li a {
    margin: 0 0 5px 5px;
    font-size: 1.1em;
    padding: 0 11px; }
  .sfinder .filter .filter-list li.allProducts {
    float: none;
    display: inline-block;
    margin-bottom: 0; }
  .sfinder .filter .filter-list li.allProducts .title {
    float: left;
    font-size: 1.1em; }
  .sfinder .filter .filter-list li.allProducts a {
    float: left;
    display: inline; }
  .sfinder .filter .filter-list li:first-child a {
    margin: 0 0 5px 5px; }
  .allBrandsButton {
    font-size: 0.9em;
    line-height: 18px; }
  .scrollPane, .sfinder-result .scrollWrapper {
    height: 400px; }
  .sfinder-map {
    height: 400px; }
  .sfinder-map.narrowMap {
    height: 519px; }
  .sfinder-map__label-marker {
    line-height: 35px;
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px 0px;
    width: 37px;
    height: 51px; }
    .sfinder-map__label-marker:hover, .sfinder-map__label-marker.active, .sfinder-map__label-marker.selected {
      background-image: url(../i/sprites/sprite.png);
      background-position: -347px 0px;
      width: 37px;
      height: 51px; }
  .sfinder-map__label-marker .salon--elite {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -102px;
    width: 37px;
    height: 51px; }
    .sfinder-map__label-marker .salon--elite:hover, .sfinder-map__label-marker .salon--elite.active, .sfinder-map__label-marker .salon--elite.selected {
      background-image: url(../i/sprites/sprite.png);
      background-position: -310px -51px;
      width: 37px;
      height: 51px; }
  .openInGoogleMaps {
    display: inline-block; }
  .filterSalonMap {
    width: 64%; }
  .salonMap .sfinder-map {
    height: 690px; }
  .filterSalonList .sfinder-result__salon-link {
    padding: 17px 15px 15px 12px; }
  .filterSalonList .sfinder-result__offers-label {
    background-image: url(../i/sprites/sprite.png);
    background-position: -229px -187px;
    width: 75px;
    height: 21px;
    top: 0px;
    right: 0px;
    font-size: 0.8em;
    line-height: 2.2;
    padding: 0 9px; }
  .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px 0px;
    width: 37px;
    height: 51px;
    margin-top: 14px; }
  .sfinder-result__salonPointer-letter {
    font-size: 1.5em;
    line-height: 2.3; }
  .sfinder-result__promo-elite-label {
    font-size: 1.1em;
    top: -25px; }
  .salon--elite .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -102px;
    width: 37px;
    height: 51px; }
  .sfinder-result-list__item:hover .sfinder-result-list__pointer, .sfinder-result-list__item.active .sfinder-result-list__pointer, .sfinder-result-list__item.selected .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -347px 0px;
    width: 37px;
    height: 51px; }
  .salon--elite:hover .sfinder-result-list__pointer, .salon--elite.active .sfinder-result-list__pointer, .salon--elite.selected .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -51px;
    width: 37px;
    height: 51px; }
  .salon-details {
    padding-top: 20px; }
  .sfinder-salonData {
    width: 460px;
    font-size: 0.85em; }
  .sfinder-highlight {
    margin: 0 0 1.3em;
    padding: 0 0.4em;
    height: 1.4em;
    line-height: 1.5em;
    font-size: 1.2em; }
    .sfinder-highlight:before {
      border-left-width: 6px;
      border-right-width: 6px;
      border-top-width: 6px; }
  .sfinder-salondata__row--mob-fullwidth .sfinder-salondata__col--1, .sfinder-salondata__row--mob-fullwidth .sfinder-salondata__col--2 {
    width: 100%; }
  .sfinder-salondata__distance {
    margin-bottom: 13px; }
  .sfinder-salondata__text--mobile-button {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 1.1em;
    padding: 0 2.3em;
    border-radius: 8px 0 8px 0;
    display: inline-block;
    position: relative;
    min-width: 0;
    margin-bottom: 1em;
    background-color: #ca255d;
    text-decoration: none;
    box-sizing: border-box;
    transition: compact(all 0.5s ease-in-out);
    background-image: linear-gradient(45deg, #ca255d 10%, #d92c64 20%, #d92c64 25%, #c3003d 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca255d', endColorstr='#c3003d',GradientType=1 ); }
    .sfinder-salondata__text--mobile-button:hover, .sfinder-salondata__text--mobile-button:focus, .sfinder-salondata__text--mobile-button.active {
      background-color: #d33374;
      background-image: linear-gradient(45deg, #d33374 10%, #e0397e 20%, #e0397e 25%, #ce0153 50%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33374', endColorstr='#ce0153',GradientType=1 ); }
    .sfinder-salondata__text--mobile-button small {
      font-size: 1em; }
  .sfinder-salondata__wrapper .button {
    min-width: 130px; }
  .salonProducts li {
    font-size: 1em; }
  .sfinder-gallery__img {
    max-width: 110px;
    max-height: 82px;
    padding: 0; }
  .sfinder-gallery__link + .sfinder-gallery__link .sfinder-gallery__img {
    padding-left: 8px; }
  .filterSalonList {
    width: 36%; }
    .filterSalonList .sfinder-result__description-header {
      font-size: 1.2em;
      line-height: 1.1;
      margin-bottom: 6px;
      padding-top: 4px; }
    .filterSalonList .sfinder-result__description-text {
      font-size: 1.1em;
      line-height: 1.3; }
  .sfinder-salondata__header {
    font-size: 3.2em; }
  .communicationButtons {
    font-size: 1.1em; }
    .communicationButtons .mapsButton {
      display: inline-block; }
    .communicationButtons .printButton {
      display: none; }
  .directionPopup {
    width: 240px;
    margin: -190px 0 0 -120px; }
    .directionPopup .button {
      font-size: 1.4em; }
  .destinationInputs .startPoint, .destinationInputs .finishPoint {
    height: 65px; }
  .destinationInputs input[type="text"] {
    width: 50%; }
  .sfinder-salonimage-popup .mfp-arrow, .sfinder-salonimage-popup .mfp-arrow:active {
    margin-top: -28px; }
  .sfinder-salonimage-popup .mfp-arrow-right {
    background-image: url(../i/sprites/sprite.png);
    background-position: -272px -33px;
    width: 38px;
    height: 56px; }
  .sfinder-salonimage-popup .mfp-arrow-left {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -231px;
    width: 28px;
    height: 46px; } }

@media screen and (min-width: 1400px) {
  .sfinder-followUs .ico_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -211px -74px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -418px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_google {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -162px;
    width: 20px;
    height: 20px; }
  .sfinder-followUs .ico_pinterest {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -122px;
    width: 20px;
    height: 20px; }
  .sfinder-followUs .ico_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -364px;
    width: 18px;
    height: 18px; }
  .sfinder-followUs .ico_vkontakte {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -256px;
    width: 18px;
    height: 18px; }
  .sfinder .sfinder-filter__header {
    font-size: 2.1em; }
  .sfinder-map.narrowMap {
    height: 833px; }
  .sfinder-map__label-marker {
    line-height: 54px;
    background-image: url(../i/sprites/sprite.png);
    background-position: -108px -102px;
    width: 54px;
    height: 73px; }
    .sfinder-map__label-marker:hover, .sfinder-map__label-marker.active, .sfinder-map__label-marker.selected {
      background-image: url(../i/sprites/sprite.png);
      background-position: -162px -102px;
      width: 54px;
      height: 73px; }
  .sfinder-map__label-marker.salon--elite {
    background-image: url(../i/sprites/sprite.png);
    background-position: -54px -102px;
    width: 54px;
    height: 73px; }
    .sfinder-map__label-marker.salon--elite:hover, .sfinder-map__label-marker.salon--elite.active, .sfinder-map__label-marker.salon--elite.selected {
      background-image: url(../i/sprites/sprite.png);
      background-position: 0px -102px;
      width: 54px;
      height: 73px; }
  .filterSalonList {
    width: 28%; }
    .filterSalonList .sfinder-result-list__item {
      line-height: 1.4; }
    .filterSalonList .sfinder-result__salon-link {
      padding: 40px 15px 15px 35px; }
    .filterSalonList .sfinder-result-list__desc {
      width: 77%; }
    .filterSalonList .sfinder-result__description-header {
      font-size: 2.2em;
      line-height: 1.1;
      padding-top: 4px;
      margin-bottom: 5px; }
    .filterSalonList .sfinder-result__description-text {
      font-size: 1.7em;
      line-height: 1.9; }
    .filterSalonList .sfinder-result__offers-label {
      background-image: url(../i/sprites/sprite.png);
      background-position: 0px -175px;
      width: 100px;
      height: 36px;
      top: 6px;
      right: 0;
      font-size: 1.2em;
      line-height: 2.5;
      padding: 0 9px 0 17px; }
    .filterSalonList .jspScrollable .sfinder-result__offers-label {
      right: 8px; }
  .sfinder-result-list__pointer {
    margin-right: 3%;
    background-image: url(../i/sprites/sprite.png);
    background-position: -108px -102px;
    width: 54px;
    height: 73px; }
  .salon--elite .sfinder-result__promo-elite-label {
    display: block; }
  .salon--elite .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -54px -102px;
    width: 54px;
    height: 73px; }
  .sfinder-result-list__item:hover .sfinder-result-list__pointer, .sfinder-result-list__item.active .sfinder-result-list__pointer, .sfinder-result-list__item.selected .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -162px -102px;
    width: 54px;
    height: 73px; }
  .salon--elite:hover .sfinder-result-list__pointer, .salon--elite.active .sfinder-result-list__pointer, .salon--elite.selected .sfinder-result-list__pointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: 0px -102px;
    width: 54px;
    height: 73px; }
  .filterSalonList .sfinder-result-list__pointer {
    margin-top: 15px; }
  .sfinder-result__salonPointer-letter {
    font-size: 1.8em;
    line-height: 3; }
  .sfinder-result__promo-elite-label {
    top: -32px;
    left: 0;
    font-size: 1.4em;
    line-height: 2.6; }
  .salon-details {
    padding-top: 38px; }
  .sfinder-salonData {
    width: 600px;
    margin: 0 30px 0 0; }
  .sfinder-highlight {
    margin: 0 0 0.9em;
    padding: 0 0.6em;
    height: 1.85em;
    line-height: 1.85em;
    font-size: 1.4em; }
    .sfinder-highlight:before {
      top: 100%;
      left: 43px;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #000; }
  .sfinder-salondata__header {
    margin-bottom: 0.15em;
    line-height: 1.1;
    font-size: 4.6em; }
  .sfinder-salondata__listitem--inline {
    margin-right: 30px; }
  .sfinder-followUs--inline li {
    margin-right: 15px; }
  .sfinder-gallery__img {
    padding: 0 10px;
    max-width: 180px;
    max-height: 135px; }
  .destinationInputs .startPoint, .destinationInputs .finishPoint {
    height: 76px; }
  .destinationInputs input[type="text"] {
    width: 60%; }
  .sfinder-salonimage-popup .mfp-arrow, .sfinder-salonimage-popup .mfp-arrow:active {
    margin-top: -28px; }
  .sfinder-salonimage-popup .mfp-arrow-right {
    background-image: url(../i/sprites/sprite.png);
    background-position: -272px -33px;
    width: 38px;
    height: 56px; }
  .sfinder-salonimage-popup .mfp-arrow-left {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -231px;
    width: 28px;
    height: 46px; } }

/*	=PLACEHOLDERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.tile .mask {
  background-image: linear-gradient(rgba(163, 0, 93, 0.8), rgba(110, 0, 94, 0.8)); }
  .ie8 .tile .mask, .tile .ie8 .mask {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc81005e', endColorstr='#cc6d005e',GradientType=0 );
    /* IE6-9 */ }

.care-header-col, .filterMenu .item a:hover, .filter .filter-list a:hover, .salonProducts li a:hover, .mobileSelectMenu, .filterMenu .item.active a, .filter .filter-list .active a, .brandHeader .brandInfo, .productSubMenu a.active, .productSubMenu a:hover {
  background-color: #98005c;
  background-image: linear-gradient(to right top, #6e005e, #98005c); }
  .ie8 .care-header-col, .ie8 .filterMenu .item a:hover, .filterMenu .item .ie8 a:hover, .ie8 .filter .filter-list a:hover, .filter .filter-list .ie8 a:hover, .ie8 .salonProducts li a:hover, .salonProducts li .ie8 a:hover, .ie8 .mobileSelectMenu, .ie8 .filterMenu .item.active a, .filterMenu .item.active .ie8 a, .ie8 .filter .filter-list .active a, .filter .filter-list .active .ie8 a, .ie8 .brandHeader .brandInfo, .brandHeader .ie8 .brandInfo, .ie8 .productSubMenu a.active, .productSubMenu .ie8 a.active, .ie8 .productSubMenu a:hover, .productSubMenu .ie8 a:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#6e005e, endColorstr=#98005c,GradientType=1 );
    /* IE6-9 */ }

ul.brandsList a:hover, ul.brandsList a.active {
  background-color: #f4e5ee;
  background-image: linear-gradient(to right top, #e9e7e8, #f4e5ee); }

.bgPink {
  background-color: #98005c;
  background-image: linear-gradient(to right top, #81005e, #98005c); }
  .ie8 .bgPink {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#81005e, endColorstr=#98005c,GradientType=1 );
    /* IE6-9 */ }

.filterMenu .item a, .filter .filter-list a, .salonProducts li a {
  border: 1px solid #eaeaea;
  color: #7c7c7c;
  padding: 5px 15px;
  display: block;
  line-height: 1.2em;
  font-family: "HelveticaNeueLTStd-LtEx"; }
  .filterMenu .item a:hover, .filter .filter-list a:hover, .salonProducts li a:hover {
    color: #fff; }

.buttonFlat {
  padding: 0 24px;
  width: 250px;
  height: 46px;
  line-height: 1; }

.button.pink,
.button.default, .button.light-pink, .button.light, .button.gray, .button.black, .homeTileHeadline, .button.pink-cart {
  background-size: 100% 100%;
  background-color: transparent;
  background-position: 0 0; }
  .no-backgroundsize .button.pink,
  .no-backgroundsize .button.default, .no-backgroundsize .button.light-pink, .no-backgroundsize .button.light, .no-backgroundsize .button.gray, .no-backgroundsize .button.black, .no-backgroundsize .homeTileHeadline, .no-backgroundsize .button.pink-cart, .no-svg .button.pink,
  .no-svg .button.default, .no-svg .button.light-pink, .no-svg .button.light, .no-svg .button.gray, .no-svg .button.black, .no-svg .homeTileHeadline, .no-svg .button.pink-cart {
    background-color: #000000;
    background-image: none; }

.button.pink:before,
.button.default:before, .button.light-pink:before, .button.light:before, .button.gray:before, .button.black:before {
  content: "";
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.4em solid #ffffff;
  line-height: 1;
  font-family: arial;
  font-weight: normal;
  font-size: inherit; }
  @media only screen and (max-width: 999px) {
    .button.pink:before,
    .button.default:before, .button.light-pink:before, .button.light:before, .button.gray:before, .button.black:before {
      margin: 0 3px 2px 0;
      border-top-width: 2px;
      border-bottom-width: 2px;
      border-left-width: 4px; } }

.button.pink,
.button.default {
  padding: 0 1.5em;
  background-color: #000000; }

.button.light-pink {
  padding: 0 1.5em;
  background-color: #924484; }

.button.light {
  padding: 0 1.5em;
  background-color: #924484; }

.button.gray {
  padding: 0 1.5em;
  background-color: #777; }

.button.black {
  padding: 0 1.5em;
  background-color: #000; }
  @media only screen and (max-width: 999px) {
    .button.black {
      padding: 0 1.2em; } }

.homeTileHeadline {
  padding: 0 1.5em;
  background-image: url(../i/bg/londa_tint.svg); }
  .no-backgroundsize .homeTileHeadline, .no-svg .homeTileHeadline {
    background-color: #fff;
    background-image: none; }

.tile .home-mask-headline {
  padding: 0 1.5em;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: 0 0;
  background-image: url(../i/bg/bg_white_opacity_07.png); }

.button.pink-cart {
  padding: 0 1.5em;
  background-color: #000000; }
  .button.pink-cart:before {
    content: "";
    display: inline-block;
    margin: 0 0.8em -4px 0;
    padding: 0;
    border: 0 none;
    line-height: 0;
    font-size: inherit;
    background-image: url(../i/sprites/sprite.png);
    background-position: -45px -425px;
    width: 21px;
    height: 18px; }
  .ie8 .button.pink-cart {
    background-color: #000000; }

.breadcrumb {
  list-style: none;
  margin-left: 0; }
  .breadcrumb:before, .breadcrumb:after {
    content: "";
    display: table; }
  .breadcrumb:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }
  .breadcrumb > li,
  .breadcrumb > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

.play {
  /**
		 * to be used over video (inside mask) with triangle
		 * size and margins based on em, since no text is inside
		 * font size set for placeholder in media querries
		 * usage: just extend and add transition
		 */
  background: #98005c;
  position: relative;
  width: 1em;
  height: 1em;
  cursor: pointer;
  margin: 0.24em auto;
  display: block;
  transition-duration: 0.4s; }
  .play:hover {
    background: #c8003c; }
  .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.4em 0 0 -1.2em;
    width: 0;
    height: 0;
    display: block;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 2.6em solid #fff;
    content: '';
    font-size: 12.5%;
    /* myk */ }

.tile .tile-content-wrapper, .tile .mask {
  display: table; }

.tile-facePhoto .mask-content, .buttonInlineWrapper .buttonFlat {
  display: table-cell;
  vertical-align: middle; }

.tileInstagram .mask-content,
.tileFacebook .mask-content {
  display: table-cell;
  vertical-align: top; }

.tileYouTube .mask-content {
  display: table-cell;
  vertical-align: bottom; }

.tile:before {
  border-bottom: 37px solid #b0006e;
  border-left: 37px solid transparent;
  height: 0;
  width: 0;
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "+";
  color: #fff;
  font-size: 15px;
  line-height: 54px;
  text-indent: -22px;
  z-index: 101;
  font-family: arial; }
  @media only screen and (max-width: 999px) {
    .tile:before {
      border-bottom-width: 27px;
      border-left-width: 27px;
      line-height: 39px;
      font-size: 10px;
      text-indent: -16px; } }

.reviewsWrite__form .selectBox, .searchPane .selectBox, .contactForm .selectBox, .salonfinderForm .selectBox {
  position: relative; }
  .reviewsWrite__form .selectBox .styled-select-wrapper, .searchPane .selectBox .styled-select-wrapper, .contactForm .selectBox .styled-select-wrapper, .salonfinderForm .selectBox .styled-select-wrapper {
    height: 38px;
    width: 100% !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #fff;
    display: table; }
  .reviewsWrite__form .selectBox .styled-select-text, .searchPane .selectBox .styled-select-text, .contactForm .selectBox .styled-select-text, .salonfinderForm .selectBox .styled-select-text {
    width: auto;
    height: 100%;
    color: #7f7f7f;
    padding: 0 38px 0 2%;
    position: relative;
    top: 0;
    left: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    text-align: left; }
  .reviewsWrite__form .selectBox .styled-select-button, .searchPane .selectBox .styled-select-button, .contactForm .selectBox .styled-select-button, .salonfinderForm .selectBox .styled-select-button {
    width: 38px;
    height: 100%;
    background: url("../i/sprite/select_arrow.png") center center no-repeat #000;
    position: absolute;
    top: 0;
    right: 0; }
  .reviewsWrite__form .selectBox select, .searchPane .selectBox select, .contactForm .selectBox select, .salonfinderForm .selectBox select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .reviewsWrite__form .dayOfBirth.selectBox .styled-select-wrapper, .searchPane .dayOfBirth.selectBox .styled-select-wrapper, .contactForm .dayOfBirth.selectBox .styled-select-wrapper, .salonfinderForm .dayOfBirth.selectBox .styled-select-wrapper {
    width: 40% !important;
    float: left; }
    .reviewsWrite__form .dayOfBirth.selectBox .styled-select-wrapper:first-child, .searchPane .dayOfBirth.selectBox .styled-select-wrapper:first-child, .contactForm .dayOfBirth.selectBox .styled-select-wrapper:first-child, .salonfinderForm .dayOfBirth.selectBox .styled-select-wrapper:first-child {
      margin-right: 8%; }

.productSubMenu a.active:before, .productSubMenu a:hover:before {
  width: 0;
  height: 0; }

.productSubMenu a.active:before, .productSubMenu a:hover:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

.productSubMenu a.active:before, .productSubMenu a:hover:before {
  border-left: 8px solid #fff; }

.video-overlay {
  cursor: pointer; }
  .video-overlay:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block; }
    @media only screen and (min-width: 1000px) and (max-width: 1399px) {
      .video-overlay:before {
        background-image: url(../i/sprites/sprite.png);
        background-position: -133px 0px;
        width: 96px;
        height: 74px;
        width: 96px;
        height: 74px;
        margin-left: -48px;
        margin-top: -37px; } }
    @media only screen and (min-width: 1400px) {
      .video-overlay:before {
        background-image: url(../i/sprites/sprite.png);
        background-position: 0px 0px;
        width: 133px;
        height: 102px;
        width: 133px;
        height: 102px;
        margin-left: -66.5px;
        margin-top: -51px; } }

.sfinder__title, .sfinder .sfinder-filter, .sfinder-map, .filterSalonList {
  opacity: 0; }
  .rendered.sfinder__title, .sfinder .rendered.sfinder-filter, .rendered.sfinder-map, .rendered.filterSalonList {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.5s; }

/*	=TRANSITIONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.mobileSelectMenu {
  display: none;
  margin-top: 20px; }
  .mobileSelectMenu li.item.hidden {
    display: none; }

/*	=COMMON
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.normal-list li {
  display: list-item;
  margin: 0.5em 0; }

body {
  left: 0;
  transition: compact(left 1s); }

footer,
.topMainVisual {
  position: relative;
  width: 100%; }

.topMainVisual.home .colCenter {
  position: static !important; }

footer {
  overflow: hidden; }

.topMainVisual .slides-wrap {
  width: 100%; }

.topMainVisual .slider-pagination {
  left: 0;
  bottom: 3%;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 50%; }

.slider-pagination .js-paginator {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 11; }

.slider-pagination .js-page {
  display: inline-block;
  margin: 0 5px; }
  .slider-pagination .js-page a {
    overflow: hidden;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    text-indent: -9999em; }

.slider-pagination .js-page.js-page-current a {
  background: #b0006e; }

.slider-pagination .button-prev, .slider-pagination .button-next {
  display: block;
  position: absolute;
  top: 0;
  z-index: 11; }

.slider-pagination .button-prev {
  background-image: url(../i/sprites/sprite.png);
  background-position: -451px -351px;
  width: 14px;
  height: 39px;
  left: 2%; }

.slider-pagination .button-next {
  background-image: url(../i/sprites/sprite.png);
  background-position: -451px -310px;
  width: 14px;
  height: 39px;
  right: 2%; }

.slider-pagination .js-disabled {
  display: none; }

.slides-wrap .slide {
  width: 100%; }

.main {
  margin: 0 auto;
  /*background: #FFFFC4;
		border: 1px solid blue; MD UPDATE*/ }

.last {
  border: 0 !important;
  margin: 0 !important; }

.nextBtn {
  display: block;
  cursor: pointer;
  background-image: url(../i/sprites/sprite.png);
  background-position: -423px -351px;
  width: 28px;
  height: 41px; }

.prevBtn {
  display: block;
  cursor: pointer;
  background-image: url(../i/sprites/sprite.png);
  background-position: -423px -231px;
  width: 28px;
  height: 46px; }

.collectionDivision .prevBtn, .careDispatchPage .prevBtn {
  display: none; }

.largeBack {
  position: absolute;
  left: 0;
  top: 50%;
  background: #222 url("../i/sprite/strict1400/accept-button.png") no-repeat 0 center;
  color: #fff;
  display: block;
  line-height: 48px;
  padding: 0 20px 0 50px;
  font-size: 1.4em;
  transition: compact(all 1s); }

.center {
  text-align: center; }

.plus-ico {
  position: relative; }

.plus-ico:before {
  content: "+";
  position: absolute;
  bottom: 5px;
  right: 5px;
  line-height: 5px;
  font-family: arial;
  font-size: 1em;
  z-index: 2; }

.buttons .prevBtn {
  position: absolute;
  left: 0;
  top: 0; }

.buttons {
  text-align: center;
  margin: 40px 0 70px 0;
  position: relative;
  z-index: 201; }

#submenu {
  width: 100%;
  position: absolute;
  left: 0; }

.js-buttons-fixed .main .buttonsWrapper {
  height: 158px; }

.js-buttons-fixed .main .buttons {
  position: fixed;
  top: 175px;
  left: 0;
  margin: 0 !important;
  padding-bottom: 10px;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.75); }

.ie8 .js-buttons-fixed .main .buttons {
  background: url(../i/bg/bg_white_opacity_07.png) repeat scroll 0 0 !important; }

.buttons.center {
  margin: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%; }

.button {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 55px;
  display: inline-block;
  position: relative;
  font-size: 1.7em;
  font-family: "HelveticaNeueLTStd-LtEx", arial, sans-serif;
  transition: compact(all 0.5s ease-in-out); }
  .button input {
    background: transparent;
    color: #fff;
    font-family: "HelveticaNeueLTStd-LtEx";
    text-transform: uppercase;
    font-size: inherit; }

.buttons .button {
  margin-left: 14px; }
  .buttons .button:first-child {
    margin-left: 0; }

.button.button-autowidth {
  min-width: 0; }

.buttons .buttonInlineWrapper {
  display: inline-block;
  position: relative;
  margin-left: 8px; }
  .buttons .buttonInlineWrapper:first-child {
    margin-left: 0; }

.buttonFlat {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "HelveticaNeueLTStd-LtEx", arial, sans-serif;
  transition: compact(all 0.5s ease-in-out); }

.buttonInlineWrapper .buttonFlat {
  line-height: 1; }

.button.small {
  min-width: 162px; }

.buy-it-now {
  font-size: 0.6em;
  padding: 0.7em 0; }
  .buy-it-now:before, .buy-it-now:after {
    content: "";
    display: table; }
  .buy-it-now:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }
  .buy-it-now .button {
    float: right; }

.arrow-down.active:before,
.arrow-down:hover:before,
.arrow-left:hover:before,
.arrow-right:hover:before,
.arrow-up:hover:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute; }

.arrow-down.active:before, .arrow-down:hover:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
  top: 0;
  left: 50%;
  margin-left: -12px; }

.arrow-up:hover:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  bottom: 0;
  left: 50%;
  margin-top: -12px; }

.arrow-left:hover:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 50%;
  left: 0;
  margin-top: -10px; }

.arrow-right:hover:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 50%;
  right: 0;
  margin-left: -10px; }

.topInfo {
  padding: 0 230px;
  box-sizing: border-box; }
  .topInfo .topInfoHeadline {
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 6em;
    color: #191919;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0.1em; }
  .topInfo .topInfoSubline {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 3em;
    color: #191919;
    text-transform: uppercase;
    margin-bottom: 1.2em; }
  .topInfo .topInfoText {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 2em;
    color: #191919;
    line-height: 1.2; }
  .topInfo .topInfoIntro {
    font-family: "HelveticaNeueLTStd-LtEx";
    font-size: 1.7em;
    color: #191919; }
  .topInfo .topInfoText strong {
    font-family: "HelveticaNeueLTStd-LtEx"; }

.media {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }
  .media > .mediaBody {
    overflow: hidden;
    _overflow: visible;
    zoom: 1; }
  .media > .mediaImage {
    float: left;
    display: block; }
  .media > .mediaImageRight {
    float: right; }

.push {
  background-color: #98005c; }
  .push .pushBody {
    float: left;
    max-width: 50%;
    box-sizing: border-box; }
  .push .pushImageRight {
    float: right;
    width: 50%; }
  .push .pushHeader {
    color: #fff;
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 4em;
    margin-bottom: 0.8em;
    line-height: 1; }
  .push .pushText {
    color: #fff;
    font-size: 2.8em;
    font-family: "HelveticaNeueLTStd-ThEx";
    margin-bottom: 1em;
    line-height: 1.2; }
  .push .button {
    font-size: 1.8em; }

ul.contentList li {
  list-style-type: disc;
  margin-left: 20px; }

.line {
  height: 6px;
  width: 100px;
  display: block;
  background: #fff;
  margin: 0 auto; }

.line.space {
  margin-top: 30px; }

.separation-line {
  background-image: url(../i/sprites/sprite.png);
  background-position: -41px -339px;
  width: 252px;
  height: 2px;
  display: inline-block; }

.separation-line-pink {
  background-image: url(../i/sprites/sprite.png);
  background-position: -41px -337px;
  width: 296px;
  height: 2px;
  display: inline-block; }

.play {
  transition-duration: 0.4s; }

.ie8 .play:after {
  font-size: 100%; }

.notifications .message {
  display: none;
  text-align: center;
  font-size: 1.7em;
  color: #fcc;
  line-height: 17px;
  padding: 14px 0; }

.notifications .active {
  display: block; }

.loader {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 31px;
  z-index: 100; }
  .loader .spinningMeat {
    position: absolute;
    background: url(../i/loaders/trending-stories.gif);
    width: 31px;
    height: 31px;
    margin-left: -15.5px;
    margin-top: -15.5px;
    left: 50%;
    bottom: 0; }
  .loader.loaderSFDR {
    height: 100%; }
    .loader.loaderSFDR .spinningMeat {
      bottom: inherit;
      top: 50%; }

.loader.active {
  display: block; }
  .loader.active.loaderSFDR {
    background: #fff; }

.sfinder .loader {
  position: relative;
  height: 100%;
  min-height: 300px; }
  .sfinder .loader .spinningMeat {
    bottom: inherit;
    top: 50%; }

.sfinder .loader.active {
  background: #fff; }

.filterSalonMap .loader {
  position: absolute; }

/* Placeholders consistency */
input::-webkit-input-placeholder {
  color: #7f7f7f;
  letter-spacing: 0.5px;
  opacity: 1; }

input:-moz-placeholder {
  color: #7f7f7f;
  letter-spacing: 0.5px;
  opacity: 1; }

::-moz-placeholder {
  color: #7f7f7f;
  letter-spacing: 0.5px;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #7f7f7f;
  letter-spacing: 0.5px;
  opacity: 1; }

.placeholder {
  color: #7f7f7f;
  letter-spacing: 0.5px;
  opacity: 1; }

.displayTable {
  display: table;
  width: 100%; }

/*	=BRADCRUMBS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.breadcrumb {
  font-weight: bold;
  font-size: 1.3em;
  color: #fff;
  transition: compact(top 0.8s); }

.breadcrumb li {
  float: left;
  box-sizing: border-box; }

.breadcrumb.white {
  color: #fff; }

.breadcrumb.black {
  color: #000; }

.breadcrumb.pink {
  color: #7c3854; }

.breadcrumb li a {
  color: inherit;
  font-size: inherit; }

.breadcrumb li a:hover,
.breadcrumb li a:active {
  color: inherit;
  text-decoration: underline; }

.breadcrumb > li + li:before {
  content: "\2002" "\2022" "\2002";
  font-size: 0.9em;
  font-family: arial;
  color: inherit;
  box-sizing: border-box; }

/* special styles if breadcrumb is in header */
header .breadcrumb {
  position: absolute;
  bottom: -2.4em;
  left: 1.8em; }

section .breadcrumb {
  left: 1.8em;
  position: absolute;
  z-index: 15; }

/*	=TOP MAIN VISUAL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.topMainVisual {
  position: relative; }
  .topMainVisual .bx-wrapper {
    position: relative; }
    .topMainVisual .bx-wrapper .bx-viewport {
      z-index: 4; }

.home.topMainVisual {
  overflow: hidden; }

.visualText {
  display: none;
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 3;
  color: #fff;
  width: 200px;
  height: 200px;
  background: red; }

.visualText h2 {
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 2.7em; }

.visualText h3 {
  font-family: Arial;
  font-size: 2.7em; }

.titleLines {
  padding-top: 5px;
  background: url(../i/visual_line.png) no-repeat center 0; }

.titleLines span {
  padding-bottom: 5px;
  background: url(../i/visual_line.png) no-repeat center bottom; }

/*	=TOP MAIN VISUAL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.hideMenu {
  overflow: hidden; }

.brandsArea {
  width: 100%;
  /*height: 176px;  RESPONSIVE */
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: #000 0 -20px 50px -25px;
  z-index: 11; }
  .brandsArea .productCarousel {
    width: 100%;
    overflow: hidden;
    transition: compact(height 0.5s); }
    .brandsArea .productCarousel.hidden {
      height: 0 !important; }
  .brandsArea .productItems-wrap {
    width: 100%; }
  .brandsArea .productItem {
    float: left;
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
    .brandsArea .productItem:hover {
      background: #fcf3f6; }
  .brandsArea .productItem > a {
    width: 100%;
    display: table; }
  .brandsArea h3 {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 0 5% 0 1%; }
    .brandsArea h3 span {
      font-size: 0.8em;
      color: #8e8e8e;
      font-weight: bold;
      display: block; }
    .brandsArea h3 small {
      font-size: inherit; }
  .brandsArea figure {
    display: table-cell; }
  .brandsArea img {
    width: 140px;
    height: 140px;
    display: block; }
  .brandsArea .plus {
    position: absolute;
    bottom: 3%;
    right: 4%;
    font-size: 1.4em; }
  .brandsArea .seeAllProducts {
    display: block;
    width: 84px;
    height: 80px;
    font-size: 1.3em;
    color: #fff;
    background: url("../i/sprite/arrows_up_down_white.png") no-repeat scroll center -15px #000;
    position: absolute;
    left: 0;
    top: -80px;
    text-align: center; }
    .brandsArea .seeAllProducts span {
      padding-top: 28px;
      display: block;
      font-size: 1.1em; }
  .brandsArea .seeAllProducts.close {
    height: 30px;
    top: -30px;
    background-position: center 10px; }
    .brandsArea .seeAllProducts.close span {
      display: none; }

/*	=BRAND MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.negativeBlock {
  display: table;
  margin: 0 auto;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

ul.brandsList {
  display: table-cell; }
  ul.brandsList:hover a img {
    display: block; }
  ul.brandsList:hover a h3.fixMargin {
    margin-top: -43px; }
  ul.brandsList li {
    float: left;
    text-align: center;
    width: 150.6px;
    overflow: hidden; }
  ul.brandsList img {
    display: none; }
  ul.brandsList a {
    text-transform: uppercase;
    box-sizing: border-box;
    border-right: 1px solid #f2f2f2;
    display: block;
    position: relative;
    z-index: 1;
    min-height: 40px;
    transition: compact(all 0.3s linear); }
  ul.brandsList h3 {
    z-index: 2;
    position: absolute;
    top: 128px;
    font-size: 1.5em;
    padding-top: 10px;
    width: 100%;
    line-height: 1;
    text-align: center;
    box-sizing: border-box; }
  ul.brandsList h3.fixMargin {
    padding-top: 6px;
    line-height: 15px; }

.brandsList.visible a {
  min-height: 169px; }
  .brandsList.visible a img {
    display: block; }
  .brandsList.visible a h3 {
    padding: 0 1em; }
  .brandsList.visible a h3.fixMargin {
    margin-top: -43px; }

/* =POPIN, POPUP
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.global-popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9000;
  display: none;
  transform: translateZ(0); }
  .global-popup-overlay.is-loading {
    display: block;
    background: url("../i/loaders/discover-galleries.gif") no-repeat center #000; }

.global-popup-overlay.getDirectionsOverlay {
  opacity: 0;
  filter: alpha(opacity=0); }

.global-popup-overlay.js-overlay-visible {
  display: block; }

.popup {
  background: #fff;
  z-index: 9001;
  color: #000;
  position: fixed;
  display: none; }
  .popup hgroup {
    margin: 9% 0 3%; }
  .popup .close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #000;
    font-size: 1.6em; }
  .popup .multimedia-wrapper {
    height: 600px;
    overflow: hidden;
    position: relative; }
    .popup .multimedia-wrapper iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }

.popup.js-popup-opened {
  display: block; }

.popupContent img {
  max-height: 100%; }

.changeYearNav li {
  position: absolute;
  top: 45%;
  z-index: 1; }
  .changeYearNav li a {
    width: 37px;
    height: 56px;
    background: url("../i/sprite/arrows_left_right_white.png") no-repeat scroll #191919;
    display: block; }

.changeYearNav .prev {
  left: 0; }
  .changeYearNav .prev a {
    background-position: 10px 18px; }

.changeYearNav .next {
  right: 0; }
  .changeYearNav .next a {
    background-position: -26px 18px; }

.popupTemplate {
  position: relative;
  background: #fff;
  width: 500px;
  height: 190px;
  background-color: #fff;
  /* small */ }
  .popupTemplate .close {
    font-size: 3.3em;
    line-height: 23px;
    font-family: "HelveticaNeueLTStd-LtEx";
    color: #000;
    background: transparent; }
  .popupTemplate .content {
    padding: 30px;
    position: relative;
    height: inherit;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    display: table;
    width: 100%; }
    .popupTemplate .content h2 {
      color: #434343;
      font-family: "HelveticaNeueLTStd-Ex";
      font-size: 2.1em;
      margin: 10px 0 20px 0; }
    .popupTemplate .content p.text {
      font-size: 1.4em;
      font-family: arial; }
  .popupTemplate.small {
    width: 430px;
    height: 190px; }
    .popupTemplate.small .content h2 {
      font-size: 3em;
      line-height: 1.1em;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }

#trendingStoriesContainer .popinTemplate2 .popinDescription .socialBox {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0; }
  #trendingStoriesContainer .popinTemplate2 .popinDescription .socialBox ul {
    font-size: 1em;
    display: inline-block; }
    #trendingStoriesContainer .popinTemplate2 .popinDescription .socialBox ul li {
      float: left;
      margin: 0 5px 0 0;
      padding: 0; }
  #trendingStoriesContainer .popinTemplate2 .popinDescription .socialBox .shareOn {
    background-color: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 1.4em;
    padding: 0 12px;
    margin-right: 0;
    color: #000; }
    #trendingStoriesContainer .popinTemplate2 .popinDescription .socialBox .shareOn:hover {
      background-color: #fff; }

#trendingStoriesContainer .popinTemplate2 .popinVisual {
  float: left;
  position: relative;
  height: 100%; }

/*	=CARE COLLECTIONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.united.centered {
  text-align: center; }

.united li {
  float: left;
  text-align: center;
  /* width: 11.11111111111111%; */ }

.united.centered li {
  float: none;
  display: inline-block; }

.united li > a {
  text-transform: uppercase;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 1;
  /*min-height: 169px;
		border-right: 1px solid #f5f5f5;*/
  transition: compact(all 0.3s linear); }

.united li > a img {
  width: 100%; }

.united li > a:hover {
  background: #fcf3f6; }

.recommendation .united li > a:hover {
  background: none; }

.united h3 {
  z-index: 2;
  font-size: 1.5em;
  line-height: 20px;
  font-family: "HelveticaNeueLTStd-Ex";
  box-sizing: border-box;
  bottom: 0;
  position: absolute;
  padding: 0 10px 10px;
  text-align: center;
  width: 100%; }

.discoverTitle {
  font-family: "HelveticaNeueLTStd-ThEx";
  font-size: 4.7em; }

/*	=careCollections   */
.careCollections {
  opacity: 1;
  transition: opacity 1s ease; }

.careCollections.highlight {
  opacity: 0.5;
  transition: none; }

.careCollections h3 {
  margin-top: -43px;
  font-size: 1.8em; }

.careCollections li {
  min-width: 24.99226804123711%; }

.careCollections li > a {
  min-height: 206px;
  border: 1px solid #ededf0;
  margin: 0 2px 2px 0; }

.careCollections > h1 {
  font-size: 6.4em;
  margin-bottom: 20px;
  font-family: "HelveticaNeueLTStd-ThEx"; }

.careDispatchPage .panels {
  margin-top: 48px; }

.careDispatchPage .panels > h2 {
  margin-bottom: 40px; }

.careDispatchPage .brandsListWrap {
  margin-top: 68px; }

.popup.discover {
  width: 70%;
  left: 50%;
  top: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -35%;
  min-width: 510px;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  opacity: 0; }
  .popup.discover h3 {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 3em;
    text-align: center;
    line-height: 1;
    padding: 0 35px; }
  .popup.discover .galleryPopInBottom {
    margin: 2% auto 3%;
    padding: 0 20px;
    max-width: 920px; }
    .popup.discover .galleryPopInBottom .buttons {
      padding: 20px 0; }
  .popup.discover figure {
    position: relative;
    text-align: center;
    width: 96%;
    margin-left: 2%; }
  .popup.discover p {
    text-align: center;
    color: #191919;
    font-size: 1.8em;
    padding: 15px 0 0;
    font-family: "HelveticaNeueLTStd-LtEx"; }
    .popup.discover p span {
      font-size: 0.83em;
      font-style: italic;
      display: block;
      margin-top: 10px; }
    .popup.discover p strong {
      text-align: center;
      font-size: 1.1em;
      color: inherit;
      font-family: inherit; }
  .popup.discover > strong {
    display: inline-block;
    font-size: 1.8em;
    font-family: "HelveticaNeueLTStd-LtEx";
    color: #191919; }
  .popup.discover .buttons {
    position: initial;
    margin: 0; }
  .popup.discover .socialBox {
    margin: 0 -20px; }
  .popup.discover.ready {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s; }

/*	=TAB MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.tabMenu:before, .tabMenu:after {
  content: "";
  display: table; }

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

.tabMenu li {
  float: left;
  width: 122px;
  /*display: table;
		box-sizing: border-box; */
  /*width: 9.926362297496318%;  135.8px - 1px margin */
  border-left: 1px solid transparent;
  position: relative; }

.tabMenu a {
  height: 62px;
  width: 128px;
  color: #fff;
  font-size: 1.2em;
  font-family: "HelveticaNeueLTStd-Ex";
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.tabMenu li:first-child {
  width: 128px;
  border-left: 0px; }

.filter-pink {
  background-image: linear-gradient(to right top, #98005c, #81005e); }
  .ie8 .filter-pink {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#98005c, endColorstr=#81005e,GradientType=1 );
    /* IE6-9 */ }

.filter-pink.active,
.filter-pink:hover {
  background: #6e005e; }

.filter-black {
  background-color: #191919; }

.filter-black.active,
.filter-black:hover {
  background-color: #444444; }

.chooseLook h2 {
  margin: 40px 0 28px; }

.lookVisuals > img {
  display: none; }

.lookVisuals img:first-child {
  display: block; }

/*	=FILTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.filterMenu {
  padding: 70px 0 50px;
  text-align: center;
  position: relative; }
  .filterMenu li {
    display: inline-block;
    font-size: 1.5em; }
  .filterMenu .filterText {
    line-height: 2.1; }
  .filterMenu .filterTextMob {
    display: none;
    font-size: 1.1em;
    line-height: 2.1; }
    .filterMenu .filterTextMob span {
      color: #c8003c; }
  .filterMenu .viewMoreBrands a {
    line-height: 2.1em;
    color: #c8003c;
    text-decoration: underline;
    display: block; }
  .filterMenu .item {
    font-size: 1.7em;
    margin: 0 0.8% 0.8%; }
  .filterMenu .item.active a {
    color: #fff; }
  .filterMenu .dropdown {
    display: none;
    width: 15px;
    height: 9px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../i/sprite/arrows_up_down.png") no-repeat scroll 0 0; }
  .filterMenu .dropdown.down {
    background-position: 0 -13px; }

.filter {
  text-align: center;
  padding: 40px 0 25px 0; }
  .filter:before, .filter:after {
    content: "";
    display: table; }
  .filter:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }

.filter ul.filter-list {
  display: inline-block;
  /* fix na centrowanie */ }

.filter .filter-list li {
  font-size: 1.4em;
  line-height: 26px;
  font-weight: bold;
  float: left; }
  .filter .filter-list li.hidden {
    display: none; }

.filter .filter-list a {
  margin: 0 0 5px 10px;
  text-align: center;
  float: left;
  transition: compact(color 0.2s, background-color 0.2s); }

.filter .filter-list .title {
  float: left;
  padding-right: 10px; }

.filter .filter-list li:first-child a {
  margin: 0 0 10px; }

.filter .filter-list .active a {
  color: #fff; }

.filter .filter-list a span {
  padding-left: 5px; }

/*	=BRAND HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.brandHeader {
  height: 566px; }

.brandHeader .brandInfo {
  width: 50%;
  float: left;
  color: #fff;
  text-align: center;
  height: inherit;
  background-color: #c11c3c; }

.brandHeader .brandInfo.brandInfo-wide {
  float: none;
  width: 100%; }

.brandHeader .brandPackshot {
  width: 50%;
  float: right; }

.brandHeader .brandInfo h1 {
  font-family: "HelveticaNeueLTStd-Ex";
  line-height: 75px; }

.brandHeader .brandInfo.brandInfo-wide .brandTitle {
  padding: 0 1em;
  line-height: 1;
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 9.6em;
  margin-bottom: 0.1em; }

.brandHeader .brandInfo.brandInfo-wide .brandSubTitle {
  padding: 0 5em;
  line-height: 1.2; }

.brandHeader .brandInfo hgroup {
  padding: 30px 0 40px 0; }

.brandHeader .brandInfo.brandInfo-wide hgroup {
  padding: 38px 0 40px 0; }

.brandHeader .brandInfo strong {
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 2.2em;
  width: 580px;
  display: block;
  margin: 0 auto;
  line-height: 35px;
  font-weight: normal;
  margin-top: 20px; }

.brandHeader .brandInfo .colInfo {
  padding: 60px 0 17px 0;
  display: block;
  font-size: 1.6em; }

.brandHeader .brandInfo.brandInfo-wide .colInfo {
  padding: 140px 0 24px 0;
  font-size: 1.8em; }

/*	=PRODUCT PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.product {
  margin-bottom: 100px; }

.productSubMenu {
  width: 215px;
  float: left;
  display: table; }
  .productSubMenu li {
    background: #fafafa;
    border-bottom: 1px solid #fff; }
  .productSubMenu a {
    height: 72px;
    width: 180px;
    padding-left: 26px;
    padding-right: 1em;
    display: table-cell;
    margin-bottom: 1px;
    position: relative;
    font-family: Arial;
    font-size: 1.6em;
    line-height: 1.2;
    vertical-align: middle;
    background-color: #fafafa;
    font-family: "HelveticaNeueLTStd-LtEx"; }
  .productSubMenu a.active, .productSubMenu a:hover {
    color: #fff; }
  .productSubMenu a.active:before, .productSubMenu a:hover:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    margin-top: -8px; }

.productInformation > div {
  float: left; }

.productInformation .packshot {
  width: 458px;
  text-align: center; }

.productInformation .packshot img {
  height: inherit; }

.productInformation .description {
  width: 685px;
  font-size: 1.6em;
  line-height: 25px;
  margin-top: 35px;
  font-family: "HelveticaNeueLTStd-LtEx"; }
  .productInformation .description h1 {
    font-size: 2.6em;
    line-height: 35px;
    font-family: "HelveticaNeueLTStd-Ex"; }
  .productInformation .description h3 {
    font-size: 1.3em;
    font-family: "HelveticaNeueLTStd-LtEx";
    text-transform: uppercase; }
  .productInformation .description input + h3 {
    margin-top: 4.09367%; }

.productInformation .description .extended {
  /*margin: 23px 0 30px 0;*/
  margin: 4.09367% 0 4.20913% 0; }

.productInformation .description .info {
  margin-bottom: 20px; }

.productInformation .description .info p {
  margin: 5px 0 15px 0; }

.productInformation .description .info a {
  text-decoration: underline;
  color: #98005c; }
  .productInformation .description .info a:hover {
    text-decoration: none; }

.productInformation .description .link,
.productFrame .description .link {
  color: #98005c;
  padding-top: 1.2em; }
  .productInformation .description .link:before,
  .productFrame .description .link:before {
    content: "> "; }
  .productInformation .description .link a,
  .productFrame .description .link a {
    text-decoration: underline;
    color: inherit; }
    .productInformation .description .link a:hover,
    .productFrame .description .link a:hover {
      text-decoration: none; }

.productInformation .description .contentList {
  margin-bottom: 20px; }

.ratingSection {
  float: none;
  text-transform: uppercase;
  line-height: 46px;
  position: relative;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed; }

.ratingSection .wrap {
  margin: 9px 0;
  float: none;
  overflow: hidden; }

.ratingSection .wrap > div {
  float: left; }

.ratingSection a.more {
  padding-right: 10px; }

.ratingSection a.more span {
  display: inline-block;
  padding: 0;
  float: right;
  margin-top: 12px;
  background-image: url(../i/sprites/sprite.png);
  background-position: -250px -425px;
  width: 15px;
  height: 15px; }

.ratingSection .starRating {
  margin-top: 13px;
  margin-right: 15px; }

.ratingSection .col-1 > * {
  float: left; }

.ratingSection .col-2 {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  margin: 0 41px 0 31px;
  padding: 0 41px 0 37px; }

.starRating a {
  display: block;
  background-image: url(../i/sprites/sprite.png);
  background-position: -235px -425px;
  width: 15px;
  height: 15px;
  text-indent: -9000em;
  outline: none;
  overflow: hidden;
  font-size: 0;
  line-height: 0; }

.starRating li {
  float: left;
  padding-right: 3px; }

.starRating a.active,
.starRating a:hover {
  background-image: url(../i/sprites/sprite.png);
  background-position: -295px -228px;
  width: 15px;
  height: 15px; }

.recommendation li {
  float: left;
  width: 338px;
  height: 411px;
  margin-right: 1px;
  text-align: center;
  background-color: #ece9e4;
  background-image: linear-gradient(45deg, white 0%, #ece9e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece9e4',GradientType=1 ); }
  .recommendation li:hover {
    background-image: linear-gradient(rgba(197, 28, 75, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ac51c4b', endColorstr='#1a000000',GradientType=0 );
    /* IE6-9 */ }

.recommendation h3 {
  text-transform: uppercase;
  font-size: 2.1em;
  font-family: "HelveticaNeueLTStd-Ex";
  position: absolute;
  z-index: 1; }

.recommendation img {
  position: relative;
  z-index: 1; }

.productPackshot {
  padding: 70px 0; }

.panels {
  opacity: 1;
  transition: opacity 1s ease;
  margin-top: 1em; }

.panels.highlight {
  opacity: 0.5;
  transition: none; }

.panels.inverse .block-1 {
  margin-right: 0; }

.panels .block {
  width: 670px;
  height: 389px;
  position: relative;
  float: left;
  color: #fff; }

.panels .block.youtube {
  border: 1px solid #e5e5e4;
  box-sizing: border-box; }
  .panels .block.youtube .playWrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1; }
  .panels .block.youtube .play {
    margin-top: -0.5em; }

.panels .content {
  color: #fff;
  font-family: "HelveticaNeueLTStd-LtEx";
  font-size: 2.5em;
  text-transform: uppercase; }

.panels .block-1 {
  margin-right: 18px; }

.panels .block-1 .content {
  float: left;
  width: 252px;
  height: 100%;
  text-align: left;
  display: table;
  background-color: #98005c; }

.panels .block .content a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  max-width: 252px; }

.panels .block .content span {
  padding: 0 20px;
  display: block; }

.panels .block-1 .packshot {
  float: left; }

.panels .block-1 .nextBtn,
.panels .block-2 .nextBtn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -28px; }

.panels .block-2 .content {
  float: right;
  width: 252px;
  height: 100%;
  text-align: right;
  display: table;
  background-color: #6e005e; }

.share-it .panels .block-2 .content,
.philosophy .panels .block-2 .content {
  background-color: #98005c; }

.share-it .panels .block-1 .content,
.philosophy .panels .block-1 .content {
  background-color: #6e005e; }

.panels .block-2 .packshot {
  float: right; }

.panels .block .content-left {
  float: left;
  text-align: left; }

.panels .searchPane input[type='text'] {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1.9em;
  color: #191919; }

.searchPane {
  position: absolute;
  top: 133.5px;
  left: 60px;
  width: 290px;
  box-shadow: 0 18px 60px 22px #000000; }
  .searchPane .selectBox {
    margin-bottom: 10px; }
    .searchPane .selectBox .styled-select-wrapper {
      height: 56px;
      border: none; }
    .searchPane .selectBox .styled-select-text {
      font-family: "Trebuchet MS", Arial, sans-serif;
      font-size: 1.9em;
      color: #191919;
      padding: 0 10px; }
  .searchPane input[type='text'] {
    color: #7f7f7f;
    width: 232px;
    height: 56px;
    float: left;
    font-size: 0.8em;
    padding: 0 10px; }
  .searchPane input[type='submit'] {
    float: left;
    cursor: pointer;
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -351px;
    width: 28px;
    height: 41px; }

.philosophy .searchPane {
  display: none !important; }

hgroup.special {
  margin: 56px auto;
  display: table; }

hgroup.special h1 {
  font-family: "HelveticaNeueLTStd-ThEx";
  font-size: 8.4em;
  text-align: center;
  line-height: 66px;
  position: relative;
  /*float: left; - wywala nagłówek pod IE na stronie "/en-EN/product/appliances/hairspa" */
  background: url(../i/headline-shadow-left.png) no-repeat 0 100%;
  padding-left: 185px; }

hgroup.special h1 span {
  background: url(../i/headline-shadow-right.png) no-repeat 100% 100%;
  padding-right: 185px;
  display: block; }

hgroup.special h2 {
  font-size: 4.2em;
  font-family: "HelveticaNeueLTStd-ThEx"; }

.reviews {
  margin-top: 84px; }
  .reviews h2 {
    text-transform: uppercase; }

.directorsQuote__img {
  margin-right: 14px; }

.directorsQuote__name,
.directorsQuote__description {
  color: #98005c;
  line-height: 1; }

.directorsQuote__name {
  font-weight: bold;
  font-family: "HelveticaNeueLTStd-Ex"; }

.directorsQuote__description {
  font-family: "HelveticaNeueLTStd-LtEx"; }

blockquote {
  quotes: "“" "”" "‘" "’";
  text-transform: uppercase;
  color: #191919;
  font-size: 1.2em;
  margin-bottom: 0.7em; }

blockquote:before {
  color: #191919;
  content: open-quote; }

blockquote:after {
  color: #191919;
  content: close-quote; }

/*	=FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
footer {
  margin-top: 33px;
  margin-bottom: 14px;
  padding-top: 20px;
  background-color: #fff; }
  footer:before, footer:after {
    content: "";
    display: table; }
  footer:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }

footer .col {
  float: left; }

footer .col h3 {
  font-size: 1.45em;
  text-align: center;
  margin-bottom: 30px;
  font-family: "HelveticaNeueLTStd-ThEx"; }

footer ul {
  text-align: center; }

footer ul li {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.1em;
  font-family: "HelveticaNeueLTStd-ThEx";
  padding-left: 2.357142857142857%;
  /* 33 */ }
  footer ul li:first-child {
    padding-left: 0; }

footer .col-1 {
  width: 431px;
  /* 30.99971428571429% */ }

footer .col-2 {
  width: 555px;
  /* 40.89571428571429% + 2border */
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }

footer .col-3 {
  width: 370px;
  /* 27.92857142857143% */ }

footer .col-1 a {
  padding-left: 10px;
  background: url(../i/sprite/foot-arrow.png) no-repeat 0 center; }

footer .col-2 h3 {
  margin-bottom: 18px; }

footer .col-3 h3 {
  margin-bottom: 20px; }

footer, footer a, .footerRow a {
  color: #757575;
  transition: compact(color 0.2s); }

footer a:hover {
  color: #aeaeae; }

.footerRow a:hover {
  color: #fff; }

.footerRowWrap {
  width: 100%;
  height: 36px;
  background: #000; }

.footerRow {
  margin: 0 auto;
  line-height: 36px;
  color: #757575;
  font-size: 0.9em;
  font-weight: bold; }

.footerRow .left {
  float: left; }

.footerRow .center {
  float: left;
  margin-left: 213px; }

.footerRow .center li {
  float: left; }

.footerRow .center a {
  position: relative;
  padding: 0 20px 0 0;
  margin-left: 20px; }

.footerRow .center li a:before {
  content: "";
  border-top: 1px solid #757575;
  width: 4px;
  height: 1px;
  display: block;
  position: absolute;
  left: -20px;
  top: 50%; }

.footerRow .first a:before {
  content: "";
  border: 0 !important; }

.footerRow .right {
  float: right; }

.footerRow .adchoices a {
  background: transparent url("../i/sprite/ad-choice-icon.png") center right no-repeat; }

.footerRow .seal-code a {
  background: transparent url("../i/sprite/BBB.png") center center no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 25px;
  width: 65px;
  text-indent: -2000em;
  margin-top: 5px;
  padding: 0; }

.countryMenu {
  background: rgba(255, 255, 255, 0.35);
  width: 100%; }

.ie8 .countryMenu, .ie9 .countryMenu {
  background: url(../i/ie8_transparent_bg_fix.png) repeat;
  background-color: initial; }

.countrySelector > a {
  margin: 0 auto;
  display: block;
  padding-left: 25px;
  padding-right: 20px;
  position: relative;
  text-align: left;
  background: url(../i/sprite/country-logo-ico.png) no-repeat 0 center; }

.countrySelector > a:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #757575;
  top: 15px;
  right: 0;
  position: absolute; }

.followUs a, .otherBrands a {
  display: block;
  transition-property: opacity;
  transition-duration: 0.2s; }
  .followUs a:hover, .otherBrands a:hover {
    opacity: 0.7; }

/*	=DETAILS LIST
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.detailsList {
  margin-bottom: 60px;
  font-family: "HelveticaNeueLTStd-Ex"; }
  .detailsList:before, .detailsList:after {
    content: "";
    display: table; }
  .detailsList:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }

.detailsList .line {
  width: 168px;
  height: 2px;
  background: #c6c6c6;
  display: block;
  margin: 20px 0;
  float: right; }

.detailsList h3, .detailsList p {
  clear: both; }

.detailsList h3 {
  font-size: 2em;
  margin-bottom: 10px; }

.detailsList h2 {
  color: #98005c;
  font-size: 3em;
  font-family: "HelveticaNeueLTStd-Ex"; }

.colorProductPage .detailsList h2 {
  font-family: "HelveticaNeueLTStd-LtEx"; }

.detailsList .wrap {
  position: relative; }
  .detailsList .wrap:before {
    content: '';
    display: block;
    height: 1px;
    width: 167px;
    background-color: #c6c6c6;
    float: right; }
  .detailsList .wrap .button {
    margin-bottom: 1em; }

.detailsList .rowLeft .wrap:before {
  float: left; }

.detailsList p {
  line-height: 1.9; }

.detailsList h2 span {
  font-size: 0.333em;
  color: #000;
  text-transform: none;
  display: block; }

.detailsList .row:before, .detailsList .row:after {
  content: "";
  display: table; }

.detailsList .row:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.detailsList .row img {
  width: 100%;
  display: block; }

.detailsList .row .packshot {
  float: right;
  width: 50%;
  position: relative; }

.detailsList .description {
  float: right;
  width: 50%;
  text-align: right; }
  .detailsList .description ul {
    font-size: 1.6em;
    list-style: disc;
    font-family: "HelveticaNeueLTStd-LtEx";
    line-height: 2; }
  .detailsList .description p {
    font-size: 1.6em;
    font-family: "HelveticaNeueLTStd-LtEx"; }
    .detailsList .description p span {
      font-size: 0.75em;
      font-style: italic;
      display: block;
      margin-top: 20px; }
    .detailsList .description p a {
      text-decoration: underline; }
      .detailsList .description p a:hover {
        text-decoration: none; }
  .detailsList .description .inner {
    display: table-cell;
    vertical-align: middle; }

.detailsList .rowLeft .packshot {
  float: left; }

.detailsList .rowLeft .description {
  text-align: left; }

.detailsList .rowLeft .line {
  float: left; }

/*	=SALON FINDER PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.markerLabel {
  cursor: pointer;
  text-align: center;
  color: #fff;
  /* Google Maps script overwrites following rules, so we need to make them !important*/
  font-family: "HelveticaNeueLTStd-Ex" !important;
  font-size: 1.4em !important;
  margin-left: -19px !important;
  margin-top: -51px !important;
  opacity: 1 !important; }
  .markerLabel:hover, .markerLabel.active, .markerLabel.selected {
    background-image: url(../i/sprites/sprite.png);
    background-position: -162px -102px;
    width: 54px;
    height: 73px; }

.markerLabel.markerLabelOld:hover, .markerLabel.markerLabelOld.active, .markerLabel.markerLabelOld.selected {
  background-image: url(../i/sprites/sprite.png);
  background-position: 0px -102px;
  width: 54px;
  height: 73px; }

.openInGoogleMaps {
  display: none; }

#mapWrapper {
  width: 100%;
  height: 600px; }

.salonMap {
  width: 50%;
  float: left;
  position: relative; }
  .salonMap img {
    width: 100%; }

.salonDataOld {
  float: left;
  width: 46%; }
  .salonDataOld h3 {
    font-size: 2.4em;
    font-family: "HelveticaNeueLTStd-Ex", Arial, sans-serif; }
  .salonDataOld h4 {
    font-weight: bold; }
  .salonDataOld article {
    padding: 3% 2%;
    line-height: 1.3; }
  .salonDataOld p {
    margin: 1.5% 0; }
  .salonDataOld .grayLine {
    border-bottom: 1px solid #e7e7e7; }

.salonData {
  float: left;
  width: 46%; }
  .salonData h3 {
    font-size: 2.4em;
    font-family: "HelveticaNeueLTStd-Ex", Arial, sans-serif; }
  .salonData h4 {
    font-weight: bold; }
  .salonData article {
    line-height: 1.3; }
  .salonData .grayLine {
    border-bottom: 1px solid #e7e7e7; }

.salonLocation a {
  text-decoration: underline; }

.salonLocation .button {
  float: right;
  text-decoration: none;
  font-size: 0.8em; }

.salonOpeningTimes, .salonServices {
  float: left;
  width: 46%; }

.salonProducts li {
  display: inline-block;
  margin: 0.8%; }

.salonCollections li {
  display: inline-block;
  margin: 0.8%; }

.filterSalonTitle {
  text-align: center;
  border-bottom: 1px solid #e5e5e5; }
  .filterSalonTitle h2 {
    font-size: 3.4em;
    margin: 70px 10px 24px; }
  .filterSalonTitle h3 {
    font-size: 2.23em;
    font-family: "HelveticaNeueLTStd-Ex";
    margin: 0 10px 10px; }
  .filterSalonTitle .linkWrapper {
    background: #fff;
    padding-left: 14px;
    position: relative;
    bottom: -24px; }

.filterSalonMap .cluster {
  background-color: #98005c;
  border-radius: 50%;
  display: table; }
  .filterSalonMap .cluster img {
    display: none; }
  .filterSalonMap .cluster div {
    color: #fff !important;
    font-size: 1.4em !important; }

.filterSalonMap .cluster.small {
  width: 54px;
  height: 54px;
  margin-left: -17px;
  margin-top: -15px; }

.filterSalonMap .cluster.medium {
  width: 70px;
  height: 70px;
  margin-left: -25px;
  margin-top: -22px; }

.filterSalonMap .cluster.large {
  width: 90px;
  height: 90px;
  margin-left: -34px;
  margin-top: -31px; }

.filterSalonMap .cluster.hidden {
  display: none; }

.cluster .label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.6em; }

.geoLoaded .geoInformation {
  display: none; }

.filterSalonMap {
  float: left;
  width: 70%;
  position: relative; }
  .filterSalonMap img {
    width: 100%; }
  .filterSalonMap .gmnoprint {
    width: auto !important; }

.mapPopup {
  width: 300px;
  height: 200px;
  background-color: #98005c;
  background-color: rgba(152, 0, 92, 0.95);
  text-align: center;
  box-shadow: 0 0 20px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 20px;
  z-index: 2; }
  .mapPopup h3 {
    color: #fff;
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 2.2em;
    padding: 20px 10px 0;
    text-transform: uppercase; }
  .mapPopup p {
    color: #fff;
    font-size: 1.4em;
    padding: 10px 10px 20px; }
  .mapPopup .button {
    line-height: 38px; }
  .mapPopup .closeButton {
    cursor: pointer;
    background: url("../i/sprite/icon_close.png");
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px; }
  .mapPopup:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 80px;
    border-color: transparent;
    border-left-color: #242122;
    border-style: solid;
    border-width: 20px; }
  .mapPopup.positionRight:before {
    left: -20px;
    border-right-color: #242122;
    border-left-width: 0; }
  .mapPopup.positionLeft:before {
    left: initial;
    right: -20px;
    border-left-color: #242122;
    border-right-width: 0; }
  .mapPopup.positionLeft {
    margin-left: -320px; }

.transport li {
  display: inline-block; }

.transport a {
  display: block;
  width: 73px;
  height: 41px;
  background: url("../i/sprite/transport_icons_sprite.png") no-repeat scroll;
  margin: 1px; }

.transport .car {
  background-position: 0 0; }

.transport .walk {
  background-position: -75px 0; }

.transport .bike {
  background-position: -148px 0; }

.transport .car.active {
  background-position: 0 -42px; }

.transport .walk.active {
  background-position: -75px -42px; }

.transport .bike.active {
  background-position: -148px -42px; }

.destinationInputs {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
  padding: 10px 0; }
  .destinationInputs input[type="text"] {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-top: 10px;
    width: 60%; }
  .destinationInputs .changeDestination {
    display: block;
    width: 35px;
    height: 48px;
    background: url("../i/sprite/icon_change_destination.png") no-repeat scroll 0 0;
    position: absolute;
    right: 5%;
    top: 43%; }

.filterSalonList {
  float: left;
  width: 30%;
  position: relative; }
  .filterSalonList li {
    border-bottom: 1px solid #e1eae7;
    line-height: 1.4;
    overflow: hidden; }
    .filterSalonList li > a {
      padding: 15px;
      display: inline-block;
      width: 100%; }
  .filterSalonList h3 {
    font-weight: bold;
    font-size: 2.1em; }
  .filterSalonList p {
    font-size: 1.7em; }
  .filterSalonList .salonDescription {
    width: 80%;
    float: right; }

.salonPointer {
  float: left;
  margin-right: 3%;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  font-family: "HelveticaNeueLTStd-Ex"; }

/* jScrollPane */
.scrollPane {
  width: 100%;
  overflow: auto; }

.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px; }

.jspTrack {
  background: #d5d5d5;
  position: relative; }

.jspDrag {
  background: #191919;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0; }

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

/*	=ERROR 404 PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.centerTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "HelveticaNeueLTStd-Ex";
  z-index: 2;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding-top: 16%; }

.errorContent {
  text-align: center;
  font-size: 2.2em;
  margin: 30px 30px 0; }
  .errorContent p {
    font-family: "HelveticaNeueLTStd-LtEx"; }
  .errorContent .searchPane {
    position: relative;
    box-shadow: none;
    left: auto;
    top: auto;
    margin: 20px auto 0; }
    .errorContent .searchPane .inputTextWrapper {
      border: 1px solid #ebeaea;
      background: #fefcfc;
      float: left;
      height: 54px; }
    .errorContent .searchPane .searchAction {
      font-family: "HelveticaNeueLTStd-ThEx";
      color: #191919;
      font-size: 0.8em;
      background: none;
      float: none;
      height: auto;
      margin-top: 5%; }

/*	=PRODUCT FRAME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.productFrame {
  text-align: center; }

.productFrame .packshot {
  display: inline-block; }

.productFrame .description {
  display: inline-block;
  width: 635px;
  vertical-align: top;
  text-align: left;
  padding: 56px 0 0 68px; }

.productFrame .text {
  font-size: 2.2em;
  line-height: 40px;
  text-align: left;
  font-family: "HelveticaNeueLTStd-LtEx"; }

.productFrame .small {
  color: #919191;
  font-size: 1.4em;
  margin: 30px 0;
  display: block; }

.productFrame .ratingSection {
  font-size: 1.6em; }

.productFrame .ratingSection .col-2 {
  margin: 0 27px 0 16px;
  padding: 0 27px 0 26px; }

/*	=SHADE FRAME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.shadeFrame {
  margin-bottom: 30px;
  position: relative; }

.shadeContent {
  position: relative; }

.shadeBg {
  margin: 0 auto;
  position: relative;
  display: table; }
  .shadeBg .shadeScale {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .shadeBg .shadeMaskLeft, .shadeBg .shadeMaskRight {
    position: absolute;
    top: 0;
    height: 103%; }
  .shadeBg .shadeMaskLeft {
    left: 0; }
  .shadeBg .shadeMaskRight {
    right: 0; }
  .shadeBg .shadePinsWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .shadeBg .shadePins {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    display: block;
    height: inherit;
    max-height: 108px; }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .shadeBg {
      left: 0 !important; } }
  @media only screen and (min-width: 1400px) {
    .shadeBg {
      left: 0 !important; } }

.pinItem {
  position: absolute;
  width: 0;
  height: 100%; }
  .pinItem .pin {
    background: url("../i/sprite/shade_pin.png") no-repeat scroll 0 0;
    background-size: 100%;
    position: relative;
    display: block; }
  .pinItem .hover {
    display: none;
    position: absolute;
    background: white;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .pinItem.active .hover {
    display: block; }
  .pinItem.active .shadePrompt {
    display: block; }

.shadePrompt {
  width: 252px;
  height: 108px;
  position: absolute;
  bottom: 180%;
  left: -160px;
  background: white;
  border-radius: 22%/45%  0 0 50%;
  box-shadow: 10px 10px 20px #A0A0A0;
  z-index: 1;
  display: none; }
  .shadePrompt .visualHair {
    width: 39%;
    margin: 2%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }
  .shadePrompt .triangle {
    display: block;
    width: 18px;
    height: 8px;
    position: absolute;
    background-image: url(../i/sprites/sprite.png);
    background-position: -451px -266px;
    width: 18px;
    height: 8px;
    left: 63%;
    bottom: -7%; }
  .shadePrompt article {
    width: 55%;
    margin: 2% 0;
    text-align: left;
    display: inline-block;
    vertical-align: middle; }
  .shadePrompt h5 {
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 2em; }
  .shadePrompt p {
    font-family: Arial;
    font-size: 1.8em; }

.shadeSliderWrapper {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 22px; }
  .shadeSliderWrapper .shadeStrip {
    width: 275px;
    height: 7px;
    margin: 6px auto 0;
    border: 1px solid #cdcdcd;
    background: #f8f8f8;
    box-shadow: inset 0 11px 3px -9px #c4c4c4;
    border-radius: 3px; }
  .shadeSliderWrapper .shadeStripDone {
    height: 100%;
    background: #da97bf;
    box-shadow: inset 0 11px 3px -9px #a55484;
    border-radius: 3px 0 0 3px; }
  .shadeSliderWrapper .shadeButton {
    width: 22px;
    height: 22px;
    background: url("../i/sprite/drag_button.png") no-repeat scroll 0 0;
    position: absolute;
    top: 0;
    margin-left: -11px; }

.shadeRollover {
  display: none;
  top: 0;
  left: 0;
  height: 77px;
  width: 930px; }
  .shadeRollover .active.shadePrompt {
    display: block; }
  .shadeRollover.mobile {
    display: block; }

/*	=CREATIVE PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.creative {
  padding-top: 20px; }
  .creative:before, .creative:after {
    content: "";
    display: table; }
  .creative:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }
  .creative .item {
    float: left;
    width: 666px;
    height: 666px;
    position: relative; }
    .creative .item img {
      width: 100%;
      display: block;
      z-index: 1; }
    .creative .item .mask {
      z-index: 3;
      height: 674px; }
    .creative .item .name {
      z-index: 2;
      position: absolute;
      bottom: 40px;
      left: 0;
      color: #fff;
      text-align: center;
      width: 100%;
      font-family: "HelveticaNeueLTStd-ThEx"; }
    .creative .item h3 {
      font-size: 2.1em; }
    .creative .item h2 {
      font-family: "HelveticaNeueLTStd-Ex";
      font-size: 2.7em;
      line-height: 16px; }
    .creative .item.plus-ico {
      color: #fff; }

.maskLink {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 1.2em; }

.creative .tile .mask-content {
  padding: 0; }

.downloadPdf {
  margin: 15px 0;
  display: block;
  text-align: right; }

.downloadPdf img {
  display: inline !important;
  width: 50% !important; }

.collectionDivision {
  text-align: center; }

.collectionDivision h1 {
  font-size: 6.8em;
  line-height: 60px;
  color: #3c456d;
  font-family: "HelveticaNeueLTStd-ThEx";
  text-transform: uppercase;
  margin: 115px 0 40px 0; }

.collectionDivision p {
  font-size: 2em;
  color: #4c4a5d; }

/*	=TRENDING STORIES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.tilesTrendings {
  padding-bottom: 31px; }
  .tilesTrendings .loader {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 31px;
    z-index: 100; }
    .tilesTrendings .loader .spinningMeat {
      position: absolute;
      background: url(../i/loaders/trending-stories.gif);
      width: 31px;
      height: 31px;
      margin-left: -15.5px;
      margin-top: -15.5px;
      left: 50%;
      bottom: 0; }
  .tilesTrendings .loader.active {
    display: block; }
  .tilesTrendings .description span:hover {
    text-decoration: underline; }
  .tilesTrendings .movieDescription {
    position: absolute;
    bottom: 4%;
    left: 0;
    text-align: center;
    width: 100%; }
    .tilesTrendings .movieDescription h3 {
      font-size: 2.2em;
      font-family: "HelveticaNeueLTStd-Ex"; }
    .tilesTrendings .movieDescription p {
      font-size: 1.6em;
      font-family: "HelveticaNeueLTStd-ThEx"; }
  .tilesTrendings .twitHeader {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 2.2em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #191919;
    margin: 70px 5% 5%;
    max-height: 59%;
    overflow: hidden; }
  .tilesTrendings .twitTitle {
    font-size: 1.6em;
    display: block;
    color: #cc0033;
    text-transform: uppercase;
    font-family: "HelveticaNeueLTStd-Ex";
    padding-top: 3%; }
  .tilesTrendings .twitNick {
    font-size: 1.6em;
    display: block;
    color: #191919;
    text-transform: lowercase;
    font-family: "HelveticaNeueLTStd-ThEx";
    padding-bottom: 3%; }
  .tilesTrendings .line {
    width: 30%;
    margin: 0 auto;
    border-top: 1px solid #d0d0d0; }
  .tilesTrendings .tile:before {
    border: 6px solid #b0006e;
    background-color: #b0006e;
    width: 18px;
    height: 18px;
    content: '';
    top: auto;
    bottom: 0;
    right: 0; }
  .tilesTrendings .tile-video:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -454px -393px;
    width: 18px;
    height: 18px; }
  .tilesTrendings .tile:hover:before {
    display: none; }

.tileTwitter {
  color: #000;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  background: #fdfdfd; }
  .tileTwitter a {
    display: block;
    height: 100%; }
  .tileTwitter .logoBig {
    visibility: hidden; }
  .tileTwitter:hover .logoBig {
    visibility: visible; }

.cite {
  color: #000 !important;
  display: table; }
  .cite .cite-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 9%; }
  .cite .title {
    line-height: 46px; }
  .cite .info {
    margin-top: 30px;
    padding: 20px 0;
    position: relative; }
    .cite .info .short {
      font-family: "HelveticaNeueLTStd-Ex";
      font-size: 2.3em;
      display: block; }
    .cite .info .author {
      font-size: 2.2em;
      display: block;
      font-family: "HelveticaNeueLTStd-ThEx", arial; }
    .cite .info:before {
      content: '';
      width: 160px;
      height: 1px;
      background: #ccc;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -80px; }
    .cite .info:after {
      content: '';
      width: 160px;
      height: 1px;
      background: #ccc;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -80px; }

.creativeDirectors .cite {
  display: block; }

.tileQuote {
  display: block;
  font-family: "HelveticaNeueLTStd-ThEx";
  font-size: 4.3em;
  line-height: 43px;
  text-align: center;
  position: relative;
  padding: 20px 4%; }

.cite.tile:hover img {
  -ms-transform: none;
      transform: none; }

.tileTextContent {
  position: relative;
  height: 440px;
  width: 440px; }

.quotationBlock {
  position: relative;
  margin: 10px 40px 0; }
  .quotationBlock .quotationText {
    font-size: 3.2em;
    font-family: "HelveticaNeueLTStd-LtEx";
    padding: 15px 30px;
    text-transform: uppercase; }
  .quotationBlock .quotationText:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -15px;
    bottom: 0;
    background: url(../i/sprite/quote_down.png) no-repeat 0 0;
    background-size: 100%;
    border: 0; }
  .quotationBlock .quotationText:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../i/sprite/quote_up.png) no-repeat 0 0;
    background-size: 100%; }

.stylistInfoBlock {
  position: absolute;
  bottom: 0;
  padding: 10px; }
  .stylistInfoBlock .stylistImage {
    float: left;
    margin-right: 15px; }
  .stylistInfoBlock .rightSide {
    float: left; }
    .stylistInfoBlock .rightSide .quoteSeparator {
      width: 93px;
      height: 6px;
      text-align: left;
      margin: 10px 0 10px 0px;
      display: block; }
    .stylistInfoBlock .rightSide .stylistNameText {
      font-size: 2.4em;
      color: #98005c;
      font-family: "HelveticaNeueLTStd-Ex"; }
    .stylistInfoBlock .rightSide .stylistProfessionText {
      font-size: 1.7em;
      color: #98005c;
      font-family: "HelveticaNeueLTStd-LtEx"; }

.tile.cite:before,
.tileQuote:before {
  content: '';
  border: none; }

/*.tile.cite:after,
	.tileQuote:after {
		content: '';
		display: block;
		width: 37px;
		height: 77px;
		position: absolute;
		left: 0; top: 0;
		background: url(../i/sprite/cite_up.png) no-repeat 0 0;
		background-size: 100%;
	}

	.tile.cite:before,
	.tileQuote:before {
		content: '';
		display: block;
		width: 37px;
		height: 77px;
		position: absolute;
		right: 0; bottom: 0;
		background: url(../i/sprite/cite_down.png) no-repeat 0 0;
		background-size: 100%;

		border: 0;
	}

	.tile.cite:hover:before,
	.tileQuote:hover:before {
		opacity: 1 !important;
	}*/
/*	=SITEMAP
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.sitemap .colLeft {
  width: 45.9%;
  float: left;
  border-right: 1px solid #e5e5e5;
  padding: 0 2%; }

.sitemap .colRight {
  width: 45.9%;
  float: right;
  padding: 0 2%; }

.mapNesting1 > li {
  font-family: "HelveticaNeueLTStd-ThEx";
  padding: 4% 0;
  border-top: 1px solid #e5e5e5; }
  .mapNesting1 > li:first-child {
    border: 0 none; }

.mapNesting2 > li {
  font-size: 0.45em;
  font-family: "HelveticaNeueLTStd-Ex";
  line-height: 1.6; }

.mapNesting2.column2rows > li {
  float: left;
  width: 50%; }

.mapNesting3 > li {
  font-size: 1em;
  font-family: "HelveticaNeueLTStd-ThEx"; }

/* =INSPIRATION PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.centerText h1 {
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 13.3em;
  color: #c51c4b;
  line-height: 0.7; }

.centerText .line {
  width: 50%;
  background: none;
  border-top: 1px solid #e9e7e5;
  display: inline-block; }

.cosmeticAuthor {
  background-color: #98005c;
  position: relative;
  margin-top: -4px;
  color: #fff; }
  .cosmeticAuthor figure {
    float: left; }
  .cosmeticAuthor article {
    float: none;
    width: 61%;
    margin: 0 auto; }
    .cosmeticAuthor article:before {
      content: "";
      width: 1px;
      height: 100%;
      background: #fff;
      background: rgba(255, 255, 255, 0.1);
      position: absolute;
      top: 0;
      right: 23%; }
  .cosmeticAuthor img {
    width: 100%;
    display: block; }
  .cosmeticAuthor h3 {
    font-size: 5.3em;
    font-family: "HelveticaNeueLTStd-ThEx";
    line-height: 1.1;
    margin: 4% 2%; }
  .cosmeticAuthor p {
    font-size: 2.4em;
    line-height: 1.3;
    margin: 5% 10% 5% 2%;
    font-family: "HelveticaNeueLTStd-ThEx"; }
  .cosmeticAuthor .buttons {
    margin: 0;
    text-align: left; }
  .cosmeticAuthor .button {
    margin-left: 2%; }
  .cosmeticAuthor .authorVisual {
    width: 13%;
    margin: 0 1.5%; }
  .cosmeticAuthor .authorImg {
    display: block; }
  .cosmeticAuthor .packshot {
    width: 20%;
    margin: 0 1.5%;
    position: absolute;
    right: 0;
    bottom: 5%;
    text-align: center;
    font-style: italic;
    font-size: 1.6em; }

small {
  font-size: 0.7em; }

.socialBox {
  text-align: center;
  margin: 30px 0; }
  .socialBox .shadow {
    display: inline-block;
    height: 2px;
    width: 125px;
    margin-bottom: 13px; }
  .socialBox .shadow.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #cccccc); }
  .socialBox .shadow.right {
    background-image: linear-gradient(to right, #cccccc, rgba(255, 255, 255, 0)); }
  .socialBox .facebook, .socialBox .tweeter, .socialBox .pinterest, .socialBox .youtube, .socialBox .instagram {
    display: inline-block;
    margin: 3px 20px;
    transition-property: opacity;
    transition-duration: 0.2s; }
    .socialBox .facebook:hover, .socialBox .tweeter:hover, .socialBox .pinterest:hover, .socialBox .youtube:hover, .socialBox .instagram:hover {
      opacity: 0.7; }
  .socialBox .facebookButton {
    background-image: url(../i/sprites/sprite.png);
    background-position: -267px -349px;
    width: 26px;
    height: 22px;
    float: left; }
  .socialBox .tweetButton {
    background-image: url(../i/sprites/sprite.png);
    background-position: -293px -349px;
    width: 26px;
    height: 22px;
    float: left; }
  .socialBox .pinItButton {
    background-image: url(../i/sprites/sprite.png);
    background-position: -241px -349px;
    width: 26px;
    height: 22px;
    float: left; }
  .socialBox .instagramButton {
    background-image: url(../i/sprites/sprite.png);
    background-position: -279px -393px;
    width: 22px;
    height: 22px;
    float: left; }
  .socialBox .socialCount {
    background: #edf3f2;
    border: 1px solid #D7D7D7;
    height: 24px;
    margin-left: 6px;
    min-width: 34px;
    padding: 1px 2px;
    text-align: center;
    white-space: nowrap;
    float: left;
    font-size: 1.9em;
    color: #585858; }
  .socialBox .spout {
    height: 0;
    left: -8px;
    position: relative;
    top: -16px;
    width: 5px;
    z-index: 2; }
  .socialBox .spout1, .socialBox .spout2 {
    border-color: rgba(0, 0, 0, 0) #D7D7D7;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: block;
    position: relative;
    top: 1px; }
  .socialBox .spout2 {
    border-right-color: #edf3f2;
    left: 2px;
    top: -7px; }
  .socialBox .tweeter .socialCount {
    border-radius: 10%;
    border-color: #dcecf6;
    color: #2a718f;
    background: #fff; }
  .socialBox .tweeter .spout1, .socialBox .tweeter .spout2 {
    border-color: rgba(0, 0, 0, 0) #dcecf6; }
  .socialBox .tweeter .spout2 {
    border-right-color: #fff; }
  .socialBox.alignLeft {
    text-align: left; }

.tredingStories .socialBox .shadow {
  width: 33px;
  margin-bottom: 16px; }
  .tredingStories .socialBox .shadow.left, .tredingStories .socialBox .shadow.right {
    background: #fff;
    background: rgba(255, 255, 255, 0.2); }

.tredingStories .socialBox .facebook, .tredingStories .socialBox .tweeter, .tredingStories .socialBox .pinterest, .tredingStories .socialBox .youtube, .tredingStories .socialBox .instagram {
  display: inline-block;
  margin: 3px 12px; }

.tredingStories .socialBox .pinterest {
  margin: 3px 0px 3px 3px; }

.tredingStories .socialBox .facebookButton {
  background-image: url(../i/sprites/sprite.png);
  background-position: -472px -45px;
  width: 14px;
  height: 30px;
  float: left; }

.tredingStories .socialBox .tweetButton {
  background-image: url(../i/sprites/sprite.png);
  background-position: -347px -51px;
  width: 31px;
  height: 30px;
  float: left; }

.tredingStories .socialBox .pinItButton {
  background-image: url(../i/sprites/sprite.png);
  background-position: 0px -393px;
  width: 25px;
  height: 32px;
  float: left; }

.tredingStories .socialBox .youtubeButton {
  background-image: url(../i/sprites/sprite.png);
  background-position: -423px -277px;
  width: 35px;
  height: 33px;
  float: left; }

.tredingStories .socialBox .instagramButton {
  background-image: url(../i/sprites/sprite.png);
  background-position: -384px -308px;
  width: 30px;
  height: 31px;
  float: left; }

.pushes3 {
  margin: -20px 0 46px; }
  .pushes3 li {
    overflow: hidden;
    float: left;
    position: relative;
    text-align: center; }
  .pushes3 .visual {
    width: 100%; }
  .pushes3 p, .pushes3 .buttons {
    position: absolute;
    left: 0;
    width: 100%; }
  .pushes3 p {
    top: 5%;
    display: block;
    color: #fff;
    font-family: "HelveticaNeueLTStd-Ex";
    text-shadow: 0 0 20px #222; }
  .pushes3 .buttons {
    bottom: 0; }
  .pushes3 .button {
    margin-right: 0; }

.pinkTitle {
  text-align: center;
  color: #98005c;
  line-height: 0.75;
  font-family: "HelveticaNeueLTStd-Ex";
  margin: 6% 0 3%; }

.buttonDashed {
  border-radius: 8px 0 8px 0;
  border: 1px dashed #bababa;
  font-size: 1.9em;
  font-family: "HelveticaNeueLTStd-ThEx";
  display: inline-block;
  text-align: left;
  line-height: 0.6;
  overflow: hidden;
  margin: 0 10px; }
  .buttonDashed span {
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 0.6em; }

.pdf {
  background: url("../i/sprite/icon_pdf.png") no-repeat scroll 10px center;
  height: 50px;
  width: 188px;
  padding: 20px 0 0 60px; }

.print {
  background: url("../i/sprite/icon_print.png") no-repeat scroll 40px center;
  height: 42px;
  padding: 28px 0 0 90px;
  width: 158px; }

/* =WELLA FAMILY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.creativeDirectors {
  padding-top: 20px; }

.inspirationGallery .filterMenuWrap:before, .inspirationGallery .filterMenuWrap:after,
.creativeDirectors:before,
.creativeDirectors:after,
.familyArtistPage:before,
.familyArtistPage:after {
  content: "";
  display: table; }

.inspirationGallery .filterMenuWrap:after,
.creativeDirectors:after,
.familyArtistPage:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.familyArtist h2 {
  font-size: 7em;
  margin: 30px 0; }

.familyArtistPage {
  padding-top: 20px; }

.inspirationGallery .subTitle {
  font-family: "HelveticaNeueLTStd-ThEx";
  font-size: 6.1em;
  margin: 50px 0; }

.inspirationGallery .mask-headline {
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 3.5em;
  margin: 35px 0 30px 0; }

.inspirationGallery .filterMenuWrap {
  text-align: center;
  padding-left: 156px;
  margin-bottom: 10px; }

.inspirationGallery .filterMenu {
  padding: 0; }

.inspirationGallery .filterMenu li {
  font-size: 1.5em;
  line-height: 20px;
  display: block;
  float: left; }
  .inspirationGallery .filterMenu li a {
    line-height: normal;
    padding: 3px 14px;
    font-weight: bold; }
  .inspirationGallery .filterMenu li.item {
    margin: 0.7%; }
  .inspirationGallery .filterMenu li.filterText {
    line-height: 43px;
    margin-left: 20px; }

.live-it-techniques .filterMenu {
  padding: 0; }

.live-it-techniques .filterMenu li {
  font-size: 1.5em;
  line-height: 20px; }

.live-it-techniques .filterMenu li.item {
  margin: 0.7%; }

/* =WELLA HISTORY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.tile.pink {
  background: #98005c;
  font-family: "HelveticaNeueLTStd-LtEx";
  color: #fff;
  text-align: center; }
  .tile.pink:before {
    content: '';
    border: 0 none; }
  .tile.pink h2 {
    border: 2px solid #fff;
    border-left: 0 none;
    border-right: 0 none;
    width: 50%;
    margin: 16% auto 5%; }
  .tile.pink h3 {
    line-height: 1;
    margin-bottom: 5%; }

.tile .textBetweenLines {
  margin: 20%;
  border: 1px solid #eaeaea;
  border-left: 0 none;
  border-right: 0 none;
  font-family: "HelveticaNeueLTStd-ThEx"; }

.historyContent {
  overflow: hidden; }
  .historyContent .tile {
    cursor: pointer; }

.historyYear {
  position: absolute;
  left: 0;
  top: 50%;
  background: #98005c;
  padding: 1% 5%;
  margin-top: -2.5%;
  font-family: "HelveticaNeueLTStd-LtEx";
  z-index: 100; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .historyYear {
    padding-top: 2%; } }

.historySlider {
  position: absolute;
  text-align: center;
  margin: 0;
  padding: 2% 0;
  width: 1358px; }
  .historySlider li {
    display: inline-block;
    font-family: "HelveticaNeueLTStd-Ex";
    padding: 0 0.70%; }
  .historySlider .dragTrack {
    width: 100%;
    height: 10px;
    background: #cccccc;
    position: relative;
    cursor: pointer; }
  .historySlider .dragItem {
    background: #191919;
    width: 5.55%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer; }

.historySliderWrapper {
  position: relative;
  height: 105px; }

.js-history-fixed .historySlider {
  position: fixed;
  top: 110px;
  background: white;
  z-index: 100; }

.popup.history {
  width: 833px;
  left: 50%;
  margin-top: 3%;
  margin-left: -429px;
  position: absolute; }
  .popup.history .popupContentTop {
    display: table;
    padding: 1.9em 1em; }
  .popup.history .popupContent img {
    display: block; }
  .popup.history h3 {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 4em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    line-height: 1;
    color: #98005c; }
  .popup.history h4 {
    font-size: 1.7em;
    display: table-cell;
    width: 80%;
    padding: 0 2em 0 0; }

/* =SEARCH RESLUTS PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.mainTitle {
  position: absolute;
  bottom: 15%;
  right: 10%;
  z-index: 2;
  color: #fff;
  font-family: "HelveticaNeueLTStd-Ex";
  opacity: 0.4;
  filter: alpha(opacity=40);
  line-height: 0.9; }

.searchContent h1 {
  font-family: "HelveticaNeueLTStd-ThEx";
  text-align: center; }
  .searchContent h1 span {
    color: #b70036; }

.searchInput {
  text-align: center; }
  .searchInput .search {
    background: url("../i/sprite/search_button.png") no-repeat scroll 10px center #fff;
    border: 1px solid #dcdcdc;
    margin: 10px;
    color: #1a1919;
    padding: 10px 10px 10px 30px;
    width: 42%; }
  .searchInput .button {
    margin: 10px 0;
    height: 42px;
    cursor: pointer;
    line-height: 2.8; }

.searchResult li {
  padding: 24px 0;
  border-top: 1px dotted #f2f2f1;
  font-family: "HelveticaNeueLTStd-Ex"; }
  .searchResult li * {
    margin: 10px 0; }

.searchResult .searchBreadcrumb {
  font-size: 1.7em; }

.searchResult .searchBreadcrumb a {
  color: #757575; }

.searchResult h3 {
  font-size: 3em;
  font-family: "HelveticaNeueLTStd-Ex";
  text-transform: uppercase; }

.searchResult p {
  font-size: 1.6em;
  margin-bottom: 26px;
  font-family: "HelveticaNeueLTStd-LtEx"; }

.searchResult article a:hover {
  color: #262626; }

.searchResult .searchPage {
  font-family: "HelveticaNeueLTStd-Ex";
  font-size: 1.8em;
  background: url("../i/sprite/nav/nav-lvl1-expandable-is-current-ico-cellphone.png") no-repeat scroll 0 3px;
  padding-left: 12px; }

.searchContent .moreResults.finished {
  display: none; }

/* =CONTACT US PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contactContent {
  font-family: "HelveticaNeueLTStd-LtEx";
  margin: 40px 0 20px;
  font-size: 1.8em; }
  .contactContent h2 {
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 1.66em;
    margin-bottom: 20px; }
  .contactContent h3 {
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 1.22em; }
  .contactContent p, .contactContent li {
    margin: 10px 0; }
  .contactContent li {
    margin-bottom: 25px;
    line-height: 1.4; }
  .contactContent a {
    text-decoration: underline; }
    .contactContent a:hover {
      text-decoration: none; }
  .contactContent .colLeft {
    width: 54.9%;
    float: left;
    padding: 0 3% 0 2%;
    position: relative; }
  .contactContent .colRight {
    width: 34.9%;
    float: right;
    padding: 0 2% 0 3%;
    position: relative;
    left: -2px; }
  .contactContent .allRow {
    width: 100%;
    line-height: 1;
    position: relative; }
    .contactContent .allRow p {
      margin-bottom: 20px; }

.contactForm {
  margin-bottom: 30px; }
  .contactForm dl {
    margin-top: 25px; }
  .contactForm dt {
    float: left;
    width: 30%;
    padding: 0;
    margin-bottom: 10px;
    line-height: 40px; }
    .contactForm dt label {
      font-size: 0.9em; }
  .contactForm dd {
    float: left;
    clear: right;
    width: 70%;
    padding: 0;
    margin-bottom: 25px; }
  .contactForm input[type="text"], .contactForm input[type="tel"], .contactForm input[type="email"], .contactForm textarea {
    font-family: "HelveticaNeueLTStd-LtEx";
    font-size: 1em;
    color: #868686;
    border: 1px solid #e5e5e5;
    width: 96%;
    height: 38px;
    padding: 0 2%; }
    .contactForm input[type="text"].input-validation-error, .contactForm input[type="tel"].input-validation-error, .contactForm input[type="email"].input-validation-error, .contactForm textarea.input-validation-error {
      border: 1px solid #b70036; }
  .contactForm textarea {
    padding: 2%;
    height: 140px; }
  .contactForm .selectBox.input-validation-error {
    border: 1px solid #b70036;
    box-sizing: border-box; }
  .contactForm .disclaimer {
    font-size: 0.77em; }
  .contactForm .contactFormInner {
    display: block; }
    .contactForm .contactFormInner.hidden {
      display: none; }
    .contactForm .contactFormInner:before {
      content: "";
      display: block;
      background: #e5e5e5;
      width: 1px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }

.select-country-form dt {
  float: none;
  width: auto; }

.contactForm .validation-error-message {
  color: #b70036;
  display: block;
  overflow: hidden;
  margin-top: 8px;
  transition: height 1s; }

.contactForm .validation-error-message.active {
  height: 2em; }

.contactForm .input-validation-error input[type="text"], .contactForm .input-validation-error textarea, .contactForm .input-validation-error .selectBox {
  border: 1px solid #b70036; }

.contactForm .input-validation-error label {
  color: #b70036; }

.contactSudios h2 {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5; }

.contactSudios article {
  margin-top: 20px; }
  .contactSudios article:first-child {
    margin-top: 0; }

.contactAdresses article {
  margin-bottom: 20px; }

.contactAdresses p {
  line-height: 1.4; }

.verticalWrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }

.verticalAlign {
  display: table-cell;
  height: auto !important;
  padding: 0 5%;
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 90%; }

.colorInformation .pictureFrame .verticalAlign .icLogo {
  padding: 0 !important;
  margin-bottom: 20px; }

.pictureFrame .colRight h1,
.pictureFrame .colRight h2 {
  margin-left: 5% !important;
  margin-right: 5% !important; }

.field-validation-error {
  color: #b70036; }

#packets-selects-errors .validation-error-message {
  font-size: 2.5em;
  display: block;
  margin-top: -30px;
  margin-bottom: 20px; }

#packets-selects-errors .validation-error-message ~ .validation-error-message {
  padding-top: 10px; }

@media only screen and (max-width: 999px) {
  #pdfDocument {
    min-height: 100px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  #pdfDocument {
    min-height: 300px; } }

@media only screen and (min-width: 1400px) {
  #pdfDocument {
    min-height: 400px; } }

.distributorsPopup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  height: 100%;
  min-height: 400px;
  display: none; }
  .distributorsPopup .buttons {
    margin: 10px 10px 0; }
  .mfp-ready .distributorsPopup {
    display: block; }

.distributorsPopup__header {
  text-align: center;
  margin-bottom: 1em; }

.distributorsTable,
.distributorsTable th,
.distributorsTable td {
  border: 1px solid #000; }

.distributorsTable th,
.distributorsTable td {
  padding: 1em 0.3em;
  font-size: 1.2em;
  text-align: center; }

.distributorsTable th {
  background-color: #98005c;
  color: #fff;
  font-weight: bold; }

/*	=LANDING PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.landingPage {
  position: relative;
  width: 100%;
  min-height: 100%; }
  .landingPage * {
    box-sizing: border-box; }
  .landingPage .visualWrapper {
    position: absolute;
    overflow-y: hidden;
    height: 100%;
    width: 100%; }
  .landingPage .verticalWrapper {
    display: block; }
  .landingPage .visual {
    display: block;
    width: 100%; }
  .landingPage .colRight {
    position: relative;
    max-height: 79.5%;
    padding-top: 28em;
    padding-bottom: 44px;
    z-index: 10;
    text-align: center; }
  .landingPage .inner {
    margin: 0 auto;
    text-align: center;
    display: block;
    vertical-align: baseline; }
    .landingPage .inner.verticalAlign {
      position: static;
      -ms-transform: none;
          transform: none; }
  .landingPage .buttons:before, .landingPage .buttons:after {
    content: "";
    display: table; }
  .landingPage .buttons:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }
  .landingPage .button {
    margin-right: 0;
    text-transform: uppercase; }
    .landingPage .button:before {
      position: absolute;
      content: "";
      display: none;
      width: 0;
      height: 0;
      left: 50%; }
    .landingPage .button.active:before {
      display: block; }
    .landingPage .button:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      top: 15px;
      left: 0;
      background: #fff;
      opacity: 0; }
  .ie8 .landingPage .button:after {
    background: transparent url("../i/ie8_transparent_bg_fix.png") 0 0 repeat; }
  .ie8 .landingPage .button, .ie9 .landingPage .button {
    background-color: #ca255d; }
  .landingPage .inStoreActive {
    position: relative; }
  .landingPage .title {
    font-family: "HelveticaNeueLTStd-Ex"; }
  .landingPage .subtitle {
    font-family: "HelveticaNeueLTStd-ThEx";
    color: #191919;
    font-weight: normal; }
  .landingPage .colInSalon {
    float: left; }
  .landingPage .colInStore {
    float: right; }
  .landingPage .hide {
    display: none !important; }
  .landingPage .footerRowWrap {
    position: absolute;
    bottom: 0;
    left: 0; }
    .landingPage .footerRowWrap .center li a:first-child:before {
      display: none; }

.landingContryWrapper {
  text-align: left;
  border-radius: 10px 0 10px;
  overflow: hidden; }
  .landingContryWrapper .landingAreaName {
    color: #191919;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1;
    font-family: "HelveticaNeueLTStd-Ex"; }
  .landingContryWrapper .landingContinent a {
    transition: compact(color 0.2s); }
  .landingContryWrapper .landingCountryList a {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-weight: 100;
    color: #191919;
    font-size: 1.2em;
    display: block;
    line-height: 1.4; }
  .landingContryWrapper .landingContinent a:hover {
    color: #fff !important; }

/*	=SALONFINDER PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.salonfinderForm {
  margin: 20px auto 0; }
  .salonfinderForm .selectBox {
    margin-bottom: 21px; }
    .salonfinderForm .selectBox .styled-select-wrapper {
      border: none;
      height: 55px; }
    .salonfinderForm .selectBox .styled-select-text {
      font-size: 1.9em;
      padding: 0 42px 0 20px; }
  .salonfinderForm input.address {
    color: #7f7f7f;
    width: 166px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    height: 55px; }
  .salonfinderForm .thxInfo {
    font-size: 1.6em;
    line-height: 1.4; }
    .salonfinderForm .thxInfo a {
      text-decoration: underline; }

.salonfinderForm span.button, .contactFormInner span.button {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px 0 0 25px;
  height: 55px;
  position: relative;
  text-align: left;
  min-width: 0;
  transition: compact(none 0); }

.salonfinderForm .button input, .contactFormInner .button input {
  height: 100%;
  width: 100%;
  padding: 0;
  min-width: 0;
  font-size: 1.2em;
  margin: 0;
  background-color: transparent;
  color: #fff;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  font-family: "HelveticaNeueLTStd-LtEx";
  text-indent: 10px; }

@-moz-document url-prefix() {
  .salonfinderForm input.button {
    letter-spacing: -0.5px; } }

/*	=NEW ELEMENTS FOR LONDA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.mainArticle {
  text-align: center;
  margin: 20px; }
  .mainArticle p {
    font-size: 2.6em;
    margin: 20px 0;
    font-family: "HelveticaNeueLTStd-ThEx"; }
  .mainArticle strong {
    color: #191919; }

.alignLeft {
  text-align: left; }

.philosophy .mainArticle {
  margin: 40px 0 0; }
  .philosophy .mainArticle h2 {
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 3.6em; }
  .philosophy .mainArticle p {
    font-size: 2em;
    line-height: 1.5; }
  .philosophy .mainArticle strong {
    color: #98005c; }

/*	LATEST NEWS page
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.globalDirectorsSection .BannerDescription {
  font-family: "HelveticaNeueLTStd-ThEx";
  font-size: 1.6em; }
  @media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .globalDirectorsSection .BannerDescription {
      font-size: 1.2em; } }

/*	GLOBAL DIRECTORS page
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.main .detailsList .description .latestNewsDescWrap {
  padding: 0 54px 0 15px; }

/*	=UNSUBSCRIBE PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.unsubscribe {
  font-size: 1.6em;
  margin-top: 30px;
  font-family: "HelveticaNeueLTStd-Ex";
  border-bottom: 1px solid #dfdfdf; }
  .unsubscribe .colLeft {
    width: 35.58615611192931%;
    float: right;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    margin-bottom: 40px; }
  .unsubscribe .colRight {
    width: 63.43298969072165%;
    float: right;
    border-left: 1px solid #dfdfdf;
    padding: 0 0 0 60px;
    box-sizing: border-box;
    margin-bottom: 40px; }
  .unsubscribe h2 {
    font-family: "HelveticaNeueLTStd-MdCn";
    font-size: 2.3em;
    margin-bottom: 10px; }
  .unsubscribe .text {
    margin-bottom: 20px;
    line-height: 28px;
    clear: both; }
  .unsubscribe label {
    margin-bottom: 5px; }
  .unsubscribe a {
    text-decoration: underline; }
  .unsubscribe input[type="text"] {
    width: 435px; }
  .unsubscribe .textWrap {
    display: block;
    font-weight: bold; }
  .unsubscribe .chechWrap {
    padding: 10px 0; }
  .unsubscribe #email-errors {
    padding: 10px 0; }
  .unsubscribe .button input {
    font-size: 0.7em; }
  .unsubscribe .contactForm input[type="submit"] {
    margin: 15px 0 10px;
    float: none; }
  .unsubscribe .popupTemplate {
    left: 50%;
    width: 400px;
    min-height: 180px;
    height: auto;
    margin-left: -200px;
    z-index: 9002; }
    .unsubscribe .popupTemplate .close {
      font-family: "HelveticaNeueLTStd-LtEx"; }
    .unsubscribe .popupTemplate .content h2 {
      color: #ca255d; }
    .unsubscribe .popupTemplate .content p.text {
      font-family: "HelveticaNeueLTStd-Ex";
      margin: 0 !important; }

/*	=SUBSCRIBE PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.subscribe {
  font-size: 1.6em;
  margin-top: 30px;
  font-family: "HelveticaNeueLTStd-Ex";
  border-bottom: 1px solid #dfdfdf; }
  .subscribe i {
    font-size: 0.8em;
    display: block;
    margin-top: 8px; }
  .subscribe h2 {
    font-family: "HelveticaNeueLTStd-Ex";
    font-size: 2.3em;
    margin-bottom: 10px;
    line-height: 1em;
    text-transform: uppercase; }
  .subscribe input[type="text"], .subscribe input[type="email"] {
    float: right;
    width: 600px; }
  .subscribe .styled-select-wrapper {
    float: right; }
  .subscribe .contactForm .selectComboWrap {
    display: inline-block;
    float: right; }
  .subscribe .contactForm .selectBox {
    float: right;
    width: 299px; }
    .subscribe .contactForm .selectBox + .selectBox {
      margin-right: 33px; }
  .subscribe .contactForm .left .selectBox {
    margin: 0 333px 0 0; }
  .subscribe .clearfix.m-b {
    margin-bottom: 20px; }
  .subscribe .clearfix.m-b-xl {
    margin-bottom: 30px; }
  .subscribe .textWrap {
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: normal; }
  .subscribe .extTextWrap {
    margin-right: 10px;
    position: relative;
    top: -4px; }
  .subscribe .clearfix {
    margin: 10px 0; }
  .subscribe .clear-rwd {
    display: inline-block;
    margin: 0 25px 0 0; }
  .subscribe .contactForm .validation-error-message {
    height: auto;
    clear: both; }
  .subscribe input[type="submit"] {
    margin: 15px 0 10px;
    float: none; }
  .subscribe input + .validation-error-message {
    width: 600px;
    float: right;
    padding: 5px 4% 0 0; }
  .subscribe .popupTemplate {
    left: 50%;
    width: 400px;
    min-height: 180px;
    height: auto;
    margin-left: -200px; }
    .subscribe .popupTemplate .close {
      font-family: "HelveticaNeueLTStd-LtEx"; }
    .subscribe .popupTemplate .content h2 {
      color: #ca255d; }
    .subscribe .popupTemplate .content p.text {
      font-family: "HelveticaNeueLTStd-Ex";
      margin: 0 !important; }

/*	=CONTEST PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.contest-page {
  text-align: center; }
  .contest-page h2 {
    padding: 20px 0;
    color: #98005c;
    font-weight: bold; }
  .contest-page p {
    padding-bottom: 15px;
    font-size: 1.6em;
    line-height: 150%; }
    .contest-page p .link {
      color: #98005c; }
  .contest-page .link {
    text-decoration: underline;
    cursor: pointer; }

.contest-popup {
  margin: 10vh 20vw;
  padding: 5vh 2vw; }
  @media only screen and (max-width: 999px) {
    .contest-popup {
      margin: 10vh 0;
      padding: 6vh 2vw; } }
  .contest-popup .close {
    cursor: pointer; }

.contest-popup-content {
  overflow-y: scroll;
  height: 70vh;
  padding-right: 10px; }
  .contest-popup-content h2 {
    text-align: center;
    padding: 2vh 0;
    color: #98005c;
    font-weight: bold; }
  .contest-popup-content h3, .contest-popup-content h4 {
    font-family: "HelveticaNeueLTStd-Ex";
    padding: 1vh 0; }
  .contest-popup-content h4 {
    font-weight: bold;
    color: #98005c; }
  .contest-popup-content p, .contest-popup-content li {
    padding-bottom: 1vh;
    line-height: 150%; }
  .contest-popup-content h4, .contest-popup-content p, .contest-popup-content ol {
    font-size: 12px; }
  .contest-popup-content ol {
    list-style-type: lower-roman;
    padding-left: 20px; }

/*	=INSPIRATION PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.inspirationPage .pdf {
  display: none; }

/*	=IE8 POPUP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.ie8infoPopup {
  display: none;
  position: fixed !important; }

.ie8infoPopup.popup {
  background: #fff;
  width: 400px !important;
  padding: 25px; }

.ie8infoPopup.popup .wrap {
  position: relative; }

.ie8infoPopup.popup h1 {
  color: #989898;
  font-size: 2em;
  line-height: 25px;
  font-family: "ClanNarrow-News";
  padding: 10px 10px 10px 115px;
  background: url(../i/ie8-londa-logo.gif) no-repeat 0 0; }

.ie8infoPopup.popup p {
  font-size: 1.2em;
  color: #000;
  font-family: arial;
  text-align: left;
  padding: 0 0 0 115px; }

.ie8infoPopup.popup p a {
  color: #000;
  text-decoration: underline; }

.ie8infoPopup.popup a.close {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 12px;
  height: 12px;
  background: url(../i/ie8-close-popup.jpg) no-repeat 0 0; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    page-break-inside: avoid; }
  header {
    position: static; }
  .topMainVisual {
    width: 75%;
    margin: 0 auto; }
  header .logo img {
    width: auto; }
  .filterSalonTitle h2 {
    margin: 0.3cm 0; }
  .salonFinderTop {
    display: none; }
  .buttons a {
    display: none; }
  header .search, .menu-event-catcher, footer, .footerRowWrap, nav {
    display: none; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  .item.tile.isotope-item {
    display: block;
    float: left;
    position: static !important;
    width: 220px !important;
    height: 220px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important; }
  section .breadcrumb {
    top: 10px !important;
    left: 15px !important; }
  body.no-print {
    overflow: visible; }
  body.no-print > * {
    display: none; }
  .no-print .mfp-wrap {
    display: block !important;
    position: static; }
  .no-print #distributorsPopupID table {
    width: 100%;
    min-width: 100%; }
  .distributorsPopup__header {
    font-size: 2.6em; }
  table {
    page-break-inside: auto; }
  tr {
    page-break-inside: avoid;
    page-break-after: auto; }
  thead {
    display: table-header-group; }
  tfoot {
    display: table-footer-group; } }

.olapic-gallery .descriptionUnit-content {
  padding-top: 200px;
  padding-bottom: 50px; }
  .olapic-gallery .descriptionUnit-content h2 {
    text-align: center; }

.home #olapic_specific_widget {
  background: #fff;
  padding-top: 20px; }

.philosophy.mykadusmakeover article {
  font-family: "HelveticaNeueLTStd-ThEx" !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .philosophy.mykadusmakeover article h2 {
    text-align: center;
    font-weight: 600;
    font-size: 2.5em !important;
    margin-bottom: 3%;
    color: black;
    font-family: "HelveticaNeueLTStd-ThEx" !important;
    line-height: 1.2; }
    .philosophy.mykadusmakeover article h2 strong {
      color: #bb427e; }
  .philosophy.mykadusmakeover article h3 {
    font-size: 1.1em;
    text-align: center;
    line-height: 2em;
    font-weight: 600;
    color: #98005c; }
  .philosophy.mykadusmakeover article .stepsMakeover {
    font-size: 2em;
    text-align: center;
    line-height: 2em; }
  .philosophy.mykadusmakeover article .descMakeover {
    font-size: 2em;
    line-height: 2em; }
    .philosophy.mykadusmakeover article .descMakeover ul li {
      margin-left: 60px; }
      @media only screen and (max-width: 999px) {
        .philosophy.mykadusmakeover article .descMakeover ul li {
          margin-left: 0; } }
  .philosophy.mykadusmakeover article .buttons {
    margin-top: 70px; }
    @media only screen and (max-width: 999px) {
      .philosophy.mykadusmakeover article .buttons {
        margin-top: 50px; } }
    .philosophy.mykadusmakeover article .buttons .button.pink {
      background-color: #bb427e;
      text-transform: capitalize; }
  .philosophy.mykadusmakeover article strong {
    color: #bb427e; }

.philosophy.mykadusmakeover .panels .block-1 .content {
  text-transform: none;
  background-color: #6280f1; }

.philosophy.mykadusmakeover .panels .block-1 .nextBtn {
  display: none; }

.philosophy.mykadusmakeover .panels .block-1 a {
  pointer-events: none; }

.philosophy.mykadusmakeover .panels .block-2 .content {
  text-transform: none;
  background-color: #53bfb5; }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .philosophy.mykadusmakeover .panels .block-2 .packshot {
    float: none; } }

.philosophy.mykadusmakeover .panels .block-2 .nextBtn {
  display: none; }

.theLook {
  max-width: 1010px;
  margin: 0 auto;
  text-align: center; }
  .theLook .bannerTheLook {
    width: 100%; }
  .theLook .bannerTitle h3 {
    color: #98005c;
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 12px; }
    .theLook .bannerTitle h3:after {
      display: none; }
  .theLook .bannerTitle p {
    font-size: 14px; }
  .theLook h3 {
    font-size: 36px;
    font-family: "HelveticaNeueLTStd-LtEx";
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 50px; }
    .theLook h3:after {
      border-bottom: solid 8px black;
      width: 120px;
      height: 8px;
      position: absolute;
      content: '';
      top: 50px;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .theLook .tilesWrap img {
    margin: 0 4px; }
  .theLook .stepsWrap {
    position: relative;
    text-align: center; }
    .theLook .stepsWrap img {
      max-width: 326px;
      display: inline-block;
      margin: 0 4px; }
  .theLook .js-yt-popup {
    position: relative; }
  .theLook .video-overlay:before {
    display: none; }
  .theLook table {
    border: 1px solid #e9e9ea;
    margin: 30px 0; }
  .theLook .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 10px;
    margin: 10px 0;
    border: 1px solid #e9e9ea; }
    .theLook .row .column {
      -ms-flex: 30%;
          flex: 30%;
      text-align: center; }
      .theLook .row .column.first .centerWrap {
        margin: 0 auto;
        width: 174px; }
        .theLook .row .column.first .centerWrap h3 {
          text-align: left;
          display: block;
          font-size: 18px;
          font-family: "HelveticaNeueLTStd-LtEx";
          font-weight: 600;
          text-transform: uppercase;
          left: 0;
          top: 0;
          margin: 4px; }
          .theLook .row .column.first .centerWrap h3:after {
            display: none; }
        .theLook .row .column.first .centerWrap img.colorShade {
          display: inline-block;
          margin: 20px 0; }
      .theLook .row .column p {
        font-size: 14px;
        text-align: left; }
      .theLook .row .column .stepBox {
        position: relative;
        max-width: 280px;
        width: 100%;
        display: inline-block;
        margin: 80px 10px 50px;
        vertical-align: top; }
        @media only screen and (min-width: 1400px) {
          .theLook .row .column .stepBox.wide {
            max-width: 302px; } }
        .theLook .row .column .stepBox h2 {
          position: absolute;
          font-size: 22px;
          font-family: "HelveticaNeueLTStd-LtEx";
          font-weight: 600;
          text-transform: uppercase;
          left: 0;
          top: -80px; }
          .theLook .row .column .stepBox h2:after {
            display: none; }
        .theLook .row .column .stepBox .stepNo {
          position: absolute;
          font-size: 14px;
          font-weight: 600;
          font-family: "HelveticaNeueLTStd-LtEx";
          text-transform: uppercase;
          left: 0px;
          top: -30px; }
          .theLook .row .column .stepBox .stepNo:after {
            display: none; }
  .theLook .gridPhotos {
    margin: 40px 0; }
    .theLook .gridPhotos img {
      display: inline-block;
      width: 100%;
      max-width: 300px;
      margin: 10px 10px; }
  .theLook .buttonTheLook {
    display: inline-block;
    background: #98005c;
    padding: 6px 10px;
    color: #ffffff;
    text-transform: uppercase;
    width: 178px;
    font-size: 14px;
    margin: 40px 0; }
  .theLook .footerImage,
  .theLook .pdfButton {
    float: left; }
  .theLook.vivid .vibrant, .theLook.vivid .harmonius, .theLook.vivid .vibrantMagenta {
    display: none !important; }
  .theLook.vivid .tilesWrap img {
    margin: 0; }
  .theLook.vibrant .vivid, .theLook.vibrant .harmonius, .theLook.vibrant .vibrantMagenta {
    display: none !important; }
  .theLook.vibrant .tilesWrap img {
    margin: 0 4px; }
  .theLook.harmonius .vivid, .theLook.harmonius .vibrant, .theLook.harmonius .vibrantMagenta {
    display: none !important; }
  .theLook.harmonius .tilesWrap img {
    margin: 0 2px; }
  .theLook.vibrantMagenta {
    display: block; }
    .theLook.vibrantMagenta .vivid, .theLook.vibrantMagenta .vibrant, .theLook.vibrantMagenta .harmonius {
      display: none !important; }
    .theLook.vibrantMagenta .tilesWrap img {
      margin: 0 2px; }
  .theLook .block-the-look {
    width: 100%;
    height: auto; }
    .theLook .block-the-look.tile {
      margin: 0;
      float: none; }
      .theLook .block-the-look.tile:before {
        display: none; }
      .theLook .block-the-look.tile:hover img {
        -ms-transform: none;
            transform: none; }
    .theLook .block-the-look .play {
      background: #98005c;
      position: absolute;
      padding: 20px;
      cursor: pointer;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      font-size: 2.6em; }
  .theLook .popup.js-popup-opened {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .theLook .popup .close {
    position: absolute;
    top: 15px;
    right: -21px;
    color: #fff;
    font-size: 1.6em;
    cursor: pointer; }

body.ka-EN .theLook img.packshot {
  display: none; }

.mandatory {
  font-size: 12px; }

/*	=RWD
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
@media screen and (max-width: 999px), print {
  /*	=PLACEHOLDERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .play {
    font-size: 5.9em; }
  /*	=COMMON
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .mob-show {
    display: block !important; }
  .mob-hide {
    display: none !important; }
  .break {
    display: block; }
  /* łamanie tekstu na dwie linie */
  .mob-br-hide br {
    display: none; }
  /* ukrywanie br'ek na mobile */
  .nextBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -255px;
    width: 28px;
    height: 30px; }
  .prevBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -196px -175px;
    width: 28px;
    height: 30px; }
  .buttons .prevBtn {
    left: 0;
    top: 0; }
  sup.small {
    font-size: 0.6em; }
  .line {
    width: 50px;
    height: 2px; }
  .familyArtist {
    padding-top: 10px; }
  .familyArtist h2 {
    display: none; }
  .main {
    width: 300px;
    /* DYNAMIC BOXES ISOTOPE */ }
    .main.fixWidth.dynamicBox {
      width: 320px;
      /* RESPONSIVE */ }
  .topInfo {
    padding: 0 10px; }
  .topInfo .topInfoHeadline {
    font-size: 2.6em;
    margin-bottom: 0.3em; }
  .topInfo .topInfoSubline {
    font-size: 1.6em;
    font-family: "HelveticaNeueLTStd-ThEx";
    margin-bottom: 2.6em; }
  .topInfo .topInfoText {
    font-size: 1.4em; }
  .buttons .buttonInlineWrapper {
    margin-left: 0; }
  .buttons .buttonInlineWrapper:first-child {
    margin-bottom: 0.5em; }
  .button {
    font-size: 1.2em;
    font-family: "HelveticaNeueLTStd-ThEx";
    line-height: 31px; }
  .button input {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 1.1em; }
  span.button.pink, span.button.black {
    line-height: 2; }
  span.button.pink:before, span.button.black:before {
    font-size: 0.7em; }
  .button.pink-cart {
    font-size: 1.6em; }
    .button.pink-cart:before {
      background-image: url(../i/sprites/sprite.png);
      background-position: -284px -376px;
      width: 15px;
      height: 13px; }
  .buy-it-now {
    padding: 12px 0;
    text-align: center; }
    .buy-it-now .button {
      float: none; }
  .notification {
    font-size: 1.1em; }
  /* DYNAMIC BOXES ISOTOPE */
  .tiles {
    margin: 0; }
  .tile {
    margin: 5px !important; }
    .tile h2 {
      display: block;
      font-size: 1.4em; }
    .tile .button {
      min-width: 0;
      max-width: 95%; }
    .tile .socialButtons {
      display: none; }
    .tile .mask-content {
      padding: 0 5%; }
    .tile .mask-headline {
      font-size: 1.6em; }
    .tile .mask-text {
      font-size: 1.7em; }
  .tile.tile-homePush .mask-content {
    padding: 0 6%; }
  .tile.tile-homePush .home-mask-headline {
    padding: 0 1em; }
  .tile.tile-homePush:hover .home-mask-headline {
    padding: 0; }
  .tile:hover .mask-headline {
    top: 0; }
  .tile:hover .buttonWrap {
    top: 0; }
  .block-1x1 h2,
  .block-1x2 h2,
  .block-2x1 h2 {
    font-size: 1.2em; }
  .block-1x1 .button,
  .block-1x2 .button,
  .block-2x1 .button {
    font-size: 1.2em;
    line-height: 30px;
    border-radius: 0; }
  .block-1x1 .mask-content h2 {
    margin-bottom: 0.5em; }
  .block-1x1.tile-video .mask-content {
    vertical-align: middle;
    padding-bottom: 2.8em; }
  .block-2x1 .mask-content h2,
  .block-2x2 .mask-content h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em; }
  .block-2x2.tile-video .mask-content {
    vertical-align: middle; }
  .block-2x2.tile-video .mask-headline {
    font-size: 2.3em; }
  .block-2x1.tile-video .mask-content h2 {
    font-size: 1.2em; }
  .familyArtist .tile .mask-headline {
    font-size: 1.2em; }
  .familyArtist .tile .mask-text {
    font-size: 1.1em; }
  .familyArtistPage .tile .mask-headline,
  .inspirationPage .tile .mask-headline {
    font-size: 1.2em; }
  .familyArtistPage .tile .mask-text,
  .inspirationPage .tile .mask-text {
    font-size: 1.1em; }
  .familyArtistPage .tile .pdf,
  .inspirationPage .tile .pdf {
    margin-bottom: 18px; }
  .socialBox .shadow {
    width: 65px;
    height: 1px;
    margin-bottom: 15px; }
  .socialBox .facebook, .socialBox .tweeter, .socialBox .pinterest, .socialBox .youtube, .socialBox .instagram {
    margin: 3px 12px; }
  .socialBox .facebookButton {
    background-image: url(../i/sprites/sprite.png);
    background-position: -267px -349px;
    width: 26px;
    height: 22px; }
  .socialBox .tweetButton {
    background-image: url(../i/sprites/sprite.png);
    background-position: -293px -349px;
    width: 26px;
    height: 22px; }
  .socialBox .pinItButton {
    background-image: url(../i/sprites/sprite.png);
    background-position: -241px -349px;
    width: 26px;
    height: 22px; }
  .socialBox .socialCount {
    background: #fff;
    color: #585858; }
  .socialBox .spout1, .socialBox .spout2 {
    border-color: rgba(0, 0, 0, 0) #D7D7D7; }
  .socialBox .spout2 {
    border-right-color: #fff; }
  .socialBox .tweeter .socialCount {
    border-radius: 0;
    border-color: #D7D7D7;
    color: #585858;
    background: #fff; }
  .socialBox .tweeter .spout1, .socialBox .tweeter .spout2 {
    border-color: rgba(0, 0, 0, 0) #D7D7D7; }
  .socialBox .tweeter .spout2 {
    border-right-color: #fff; }
  .tredingStories .socialBox .facebook, .tredingStories .socialBox .tweeter, .tredingStories .socialBox .youtube, .tredingStories .socialBox .instagram {
    margin: 3px 5px; }
  .tredingStories .socialBox .pinterest {
    margin: 3px 0px 2px 3px; }
  .block-1x1 {
    width: 140px;
    height: 140px; }
  .block-1x2, .block-2x1 {
    width: 290px;
    height: 290px; }
  .historyContent .block-1x2, .historyContent .block-2x1 {
    width: 140px;
    height: 140px; }
  .block-2x2, .home .block-1x1, .home .block-2x1, .historyContent .block-2x2 {
    width: 290px;
    height: 290px; }
  .block-2x2,
  .home .block-1x1 h2,
  .home .block-2x1 h2 {
    font-size: 1.7em; }
  .tile .home-mask-headline {
    min-height: 50px;
    line-height: 3; }
    .tile .home-mask-headline:before {
      display: none;
      background-color: #191919;
      height: 2px;
      width: 50px;
      bottom: 1em;
      margin-left: -25px; }
  .tile:hover .home-mask-headline {
    margin-bottom: 0; }
    .tile:hover .home-mask-headline:before {
      background-color: #fff; }
  .cite {
    width: 290px;
    height: 290px; }
  .cite.cite-standalone {
    width: 290px;
    height: auto;
    min-height: 90px; }
    .cite.cite-standalone blockquote {
      padding: 20px 20px; }
  .tileTextContent {
    height: auto;
    position: static; }
  .quotationBlock .quotationText {
    font-size: 1.6em; }
  .quotationBlock .quotationText:before {
    background-size: 40%;
    height: 25px;
    right: -25px; }
  .quotationBlock .quotationText:after {
    background-size: 40%; }
  .stylistInfoBlock {
    padding-right: 0; }
    .stylistInfoBlock .stylistImage {
      width: 64px; }
    .stylistInfoBlock .rightSide {
      text-align: left; }
      .stylistInfoBlock .rightSide .quoteSeparator {
        margin: 10px 0 10px 0; }
      .stylistInfoBlock .rightSide .stylistNameText {
        font-size: 1.8em; }
      .stylistInfoBlock .rightSide .stylistProfessionText {
        font-size: 1.1em; }
  .largeBack {
    top: 30%;
    line-height: 38px;
    padding: 0 20px 0 50px;
    font-size: 1.2em;
    transition: compact(all 1s); }
  .familyArtistPage {
    padding-top: 10px; }
  .tileInstagram .mask-content,
  .tileFacebook .mask-content {
    padding-left: 1em;
    padding-right: 1em; }
  .tileInstagram .socialLogo,
  .tileFacebook .socialLogo {
    width: 2em;
    height: 2em;
    margin: 1.5em; }
  .tileInstagram .description,
  .tileFacebook .description {
    margin-bottom: 1em; }
  .tileTwitter .socialLogo {
    width: 3em;
    height: 3em;
    margin: 2em auto; }
  .tileYouTube .play {
    margin: -30px 0 0 -30px; }
  .tileYouTube .socialLogo {
    width: 3em;
    height: 3em;
    margin: 2em;
    margin-left: -1.5em; }
  .tileYouTube .mask-headline {
    font-size: 1.8em; }
  .tileYouTube .mask-text {
    font-size: 1.4em; }
  .tilesTrendings .twitHeader {
    margin-top: 0; }
  .tilesTrendings .tileFacebook:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -252px -376px;
    width: 16px;
    height: 14px; }
  .tilesTrendings .tileInstagram:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -268px -376px;
    width: 16px;
    height: 14px; }
  .tilesTrendings .tileTwitter:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -236px -376px;
    width: 16px;
    height: 14px; }
  .tilesTrendings .tileYouTube:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -204px -376px;
    width: 16px;
    height: 14px; }
  .tilesTrendings .tile:before {
    background-color: #b0006e;
    border-width: 3px 2px; }
  /* DYNAMIC BOXES ISOTOPE */
  blockquote {
    font-size: 1.3em;
    line-height: 13px; }
  .cite .title {
    font-size: 2.4em;
    line-height: 24px; }
  .cite .info {
    padding: 10px;
    margin-top: 15px; }
    .cite .info .short {
      font-size: 1.3em; }
    .cite .info .author {
      font-size: 1em; }
    .cite .info:before {
      width: 100px;
      margin-left: -50px; }
    .cite .info:after {
      width: 100px;
      margin-left: -50px; }
  .tile.cite:after,
  blockquote:after {
    width: 20px;
    height: 42px; }
  .tile.cite:before,
  blockquote:before {
    width: 20px;
    height: 42px; }
  h2 {
    font-size: 2.4em; }
  h3 {
    font-size: 1.1em; }
  /*  DISPLAY NONE ELEMENTS ON PAGE */
  .breadcrumb,
  .countrySelector > a:after,
  .ratingSection .reviews h2,
  .productSubMenu,
  ul.brandsList {
    display: none; }
  .countrySelector > a {
    display: inline;
    padding: 5px 20px 5px 25px; }
  .buttons {
    margin: 20px 0 30px; }
  .buttonFlat {
    height: 36px; }
  .productPage .buttons {
    /* błędy w widoku produktu np na /en-EN/product/perm/londafix#products
		position: absolute;
		top: 190px;
		left: 0; */ }
  .js-buttons-fixed .main .buttons {
    top: 50px;
    padding-bottom: 0; }
  .buttons .button {
    min-width: 240px;
    line-height: 30px;
    margin: 0; }
  .button.button-autowidth {
    min-width: 0; }
  .home .buttons .button {
    min-width: inherit;
    font-size: 1.1em;
    padding: 0 1em; }
  .home .buttons {
    bottom: 16% !important; }
  .panels h2 {
    line-height: 21px; }
  .panels .block {
    height: auto;
    position: relative;
    width: 300px;
    float: left; }
  .panels .block-1 {
    margin-right: 0;
    margin-top: 140px; }
  .panels .block-2 {
    margin-top: 140px; }
  .panels .youtube {
    margin-top: 0; }
  .panels .block-2 .content,
  .panels .block-1 .content {
    width: 100%;
    height: 140px;
    position: absolute;
    top: -140px;
    left: 0;
    float: none;
    font-size: 2em; }
  .panels .packshot {
    position: relative;
    float: none !important; }
  .panels .block-1 .content span {
    padding: 0 15px;
    line-height: 22px; }
  .panels .block-2 .content span {
    padding: 0 15px;
    text-align: left;
    line-height: 22px; }
  .recommendation {
    margin-bottom: 20px; }
  .recommendation li {
    width: 148px;
    height: 189px;
    margin: 0 1px 1px 0; }
  .recommendation h3 {
    font-size: 1.2em;
    margin-top: -30px;
    line-height: 12px;
    padding: 0; }
  .productInformation {
    margin-top: 25px; }
  .productInformation > div {
    float: none; }
  .productInformation .packshot {
    width: auto; }
  .productInformation .packshot img {
    max-width: 100%; }
  .productInformation .description {
    width: auto;
    font-size: 1.3em;
    line-height: 17px;
    margin-top: 10px; }
    .productInformation .description h3 {
      font-size: 1em; }
  .productInformation .description .info p {
    margin: 0 0 15px; }
  .productInformation .description h1 {
    font-family: "HelveticaNeueLTStd-Ex";
    text-align: center;
    font-size: 1.8em;
    line-height: 22px; }
  .pictureFrame .colRight h1.large {
    font-size: 3.2em;
    margin: 0;
    line-height: 1; }
  hgroup.special {
    margin: 30px auto; }
  hgroup.special h1 {
    font-size: 3.0em;
    line-height: 25px;
    padding-left: 65px;
    background: url("../i/headline-shadow-left-mobile.png") no-repeat 0 100%;
    float: none; }
  hgroup.special h2 {
    font-size: 2.0em; }
  hgroup.special h1 span {
    padding-right: 65px;
    background: url("../i/headline-shadow-right-mobile.png") no-repeat 100% 100%; }
  .filterButton {
    line-height: 32px;
    color: #fff;
    display: block;
    font-size: 1.3em;
    text-align: center;
    background: url("../i/sprite/arrows_up_down_white.png") no-repeat scroll 272px 14px transparent;
    text-transform: uppercase;
    padding: 3px 20px 3px 5px; }
  .active .filterButton {
    background-position: 272px -14px; }
  .filterButton.down {
    background: url("../i/sprite/arrows_up_down_white.png") no-repeat scroll 272px 14px; }
  .filterButton.up {
    background: url("../i/sprite/arrows_up_down_white.png") no-repeat scroll 272px -14px #ca1c6a; }
  .negativeBlock {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border: 0 !important; }
  .careDispatchPage .brandsListWrap {
    margin: 0; }
  .filter {
    padding-top: 10px; }
  .mobileSelectMenu {
    display: block;
    font-family: "HelveticaNeueLTStd-Ex"; }
    .mobileSelectMenu ul {
      display: block;
      /*  UKRYCIE MENU  */ }
      .mobileSelectMenu ul li a {
        text-align: center;
        display: block;
        padding: 12px 0;
        font-size: 1.4em;
        text-transform: uppercase;
        border-bottom: 1px solid #ccc;
        color: #e6d1db; }
    .mobileSelectMenu.lightMenu .filterMenu {
      background: #fff;
      border: 0 none;
      margin: 0;
      padding: 0; }
      .mobileSelectMenu.lightMenu .filterMenu .item {
        margin: 0;
        font-size: 1em; }
        .mobileSelectMenu.lightMenu .filterMenu .item a {
          text-align: center;
          display: block;
          padding: 12px 0;
          font-size: 1.1em;
          text-transform: uppercase;
          border: 0 none;
          border-bottom: 1px solid #ccc;
          color: #7f7f7f;
          background: transparent !important; }
        .mobileSelectMenu.lightMenu .filterMenu .item.active a {
          color: #98005c; }
    .mobileSelectMenu.lightMenu .wrap {
      border: 0 none !important; }
  .productPackshot {
    padding: 25px 0 0; }
  .productFrame .ratingSection,
  .ratingSection {
    border-top: 1px solid #EDEDED;
    border-bottom: 0;
    padding: 0;
    line-height: 25px; }
  .productFrame .ratingSection .wrap > div,
  .ratingSection .wrap > div {
    border-bottom: 1px solid #EDEDED; }
  .productFrame .ratingSection a.more,
  .ratingSection a.more {
    display: inline-block;
    width: 100%; }
  .productFrame .ratingSection a.more span,
  .ratingSection a.more span {
    display: inline-block;
    padding: 0;
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 5px; }
  .productFrame .ratingSection .col-2,
  .ratingSection .col-2 {
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #EDEDED; }
  .productFrame .ratingSection .col-3,
  .ratingSection .col-3 {
    border: 0; }
  .productFrame .ratingSection .wrap > div,
  .ratingSection .wrap > div {
    float: none; }
  .productFrame .ratingSection .wrap,
  .ratingSection .wrap {
    margin: 0; }
  .productFrame .ratingSection ul.starRating,
  .ratingSection ul.starRating {
    margin: 0; }
  .productFrame .ratingSection .col-1,
  .ratingSection .col-1 {
    line-height: 20px;
    padding: 10px 0 5px 80px; }
  .productFrame .ratingSection {
    font-size: 1.1em; }
  .careCollections > h1 {
    font-size: 2.4em;
    margin-bottom: 10px; }
  .careDispatchPage .buttons {
    margin-bottom: 0; }
  .careDispatchPage .panels {
    margin-top: 45px; }
  .careDispatchPage .panels > h2 {
    margin-bottom: 20px; }
  .directorsQuote blockquote {
    font-size: 1em; }
  footer {
    margin-top: 25px;
    padding-top: 0; }
  footer ul li {
    font-size: 1.1em;
    padding-right: 6px; }
  footer .otherBrands li {
    padding-right: 1px; }
  footer .col {
    margin: 0 auto;
    float: none;
    width: 90%;
    padding: 15px 0;
    background: url(../i/sprite/line_mobile.png) no-repeat center 0; }
  footer .col-1 a {
    background: none; }
  footer .col-2 {
    border: 0; }
  footer .col-3 {
    padding-bottom: 0; }
  footer .col h3 {
    margin-bottom: 5px;
    color: #000;
    font-size: 1.5em; }
  /* sprites for each icons in element .followUs */
  .followUs .ico_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -211px -74px;
    width: 18px;
    height: 18px; }
  .followUs .ico_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -418px;
    width: 18px;
    height: 18px; }
  .followUs .ico_google {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -162px;
    width: 20px;
    height: 20px; }
  .followUs .ico_pinterest {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -122px;
    width: 20px;
    height: 20px; }
  .followUs .ico_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -364px;
    width: 18px;
    height: 18px; }
  .followUs .ico_vkontakte {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -256px;
    width: 18px;
    height: 18px; }
  /* sprites for each icons in element .otherBrands */
  .otherBrands .ico_wella {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px 0px;
    width: 49px;
    height: 33px; }
  .otherBrands .ico_sebastian {
    background-image: url(../i/sprites/sprite.png);
    background-position: -73px -271px;
    width: 67px;
    height: 33px; }
  .otherBrands .ico_nioxin {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -165px;
    width: 46px;
    height: 33px; }
  .otherBrands .ico_sassoon {
    background-image: url(../i/sprites/sprite.png);
    background-position: -95px -304px;
    width: 54px;
    height: 33px; }
  .otherBrands .ico_sp {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -66px;
    width: 47px;
    height: 33px; }
  .footerRowWrap {
    height: auto; }
  .footerRow {
    background: #000;
    line-height: normal;
    text-align: center;
    width: 290px;
    padding: 0 12px; }
  .footerRow .center li,
  .footerRow > div {
    float: none !important;
    line-height: 40px; }
  .footerRow .left {
    width: 100%;
    border-bottom: 1px solid #232323; }
  .footerRow .center {
    margin: 0; }
  .footerRow .center li {
    border-bottom: 1px solid #232323; }
  .footerRow .center li a:before {
    content: "";
    display: none; }
  .footerRow .right {
    font-size: 0.9em; }
  .footerRow .seal-code a {
    margin-top: 15px; }
  .searchPane {
    width: 207px;
    height: 40px;
    z-index: 2;
    top: 98.5px;
    left: 51px;
    box-shadow: 0 1px 20px 0px #000000; }
    .searchPane .selectBox .styled-select-wrapper {
      height: 40px; }
    .searchPane .selectBox .styled-select-text {
      font-size: 1.8em;
      padding: 0 32px 0 10px; }
    .searchPane .selectBox .styled-select-button {
      width: 28px; }
    .searchPane input[type='text'] {
      width: 159px;
      height: 40px;
      font-size: 0.6em; }
  .product {
    margin-bottom: 20px; }
  .reviews {
    margin-top: 0px; }
  .ratingSection .col-1 > * {
    float: none; }
  .arrow-down.active:before, .arrow-down:hover:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    margin-left: -6px; }
  /*	=careCollections   */
  .careCollections h3 {
    margin-top: -20px;
    font-size: 1.2em;
    line-height: 1; }
  .careCollections li {
    width: 148px; }
  .productFinderPage .careCollections li {
    height: 183px; }
  .careCollections li > a {
    min-height: 181px;
    border: 1px solid #ededf0;
    margin: 0 2px 2px 0; }
  .careCollections h3.fixMargin {
    margin-top: -28px;
    line-height: 11px; }
  input[type="checkbox"] {
    height: 30px;
    width: 30px; }
  input[type="checkbox"] + label.css-label:before {
    background-position: 0 -40px; }
  input[type="checkbox"]:checked + label.css-label:before {
    background-position: 0 -70px; }
  .css-label {
    padding-left: 40px;
    margin-top: 5px; }
    .css-label:before {
      height: 30px;
      width: 30px;
      top: -6px; }
  /*	=COLOR COLLECTIONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .colorInformation .pictureFrame .icLogo img {
    width: 28% !important; }
  .colorInformation .shadeFrame {
    margin-bottom: 2px; }
  .pictureFrame.colCentered .col {
    right: 0; }
  .pictureFrame.colReversed .colLeft {
    left: auto;
    position: static; }
  .brandHeader {
    height: auto;
    margin: 0 -10px 20px -10px;
    overflow: hidden; }
  .brandHeader .brandPackshot {
    width: 100%; }
  .brandHeader .brandPackshot img {
    display: block; }
  .brandHeader .brandInfo {
    width: 100%;
    height: auto;
    padding: 15px 0 20px 0; }
  .brandHeader .brandInfo .colInfo {
    padding: 0 0 10px 0;
    font-size: 1.1em; }
  .brandHeader .brandInfo strong {
    width: 285px;
    line-height: 18px;
    font-size: 1.4em;
    margin-top: 13px; }
  .brandHeader .brandInfo hgroup {
    padding: 10px 0 10px 0; }
  .brandHeader .brandInfo.brandInfo-wide hgroup {
    padding: 23px 0 12px 0; }
  .brandHeader .brandInfo h1 {
    line-height: 25px;
    font-size: 3em; }
  .brandHeader .brandInfo h2 {
    font-size: 2em; }
  .separation-line {
    width: 150px; }
  .brandHeader .brandInfo.brandInfo-wide {
    padding: 15px 0 0 0; }
  .brandHeader .brandInfo.brandInfo-wide .colInfo {
    font-size: 1.2em;
    padding: 2px 0 9px; }
  .brandHeader .brandInfo.brandInfo-wide .brandTitle {
    font-size: 4.7em;
    line-height: 0.7;
    padding: 0;
    margin-bottom: 0.2em; }
  .brandHeader .brandInfo.brandInfo-wide .brandSubTitle {
    padding: 0 1em;
    font-size: 2.1em; }
  .productFrame .packshot {
    width: 50%; }
  .mobile-device .productFrame .packshot {
    width: 100%; }
  .productFrame .description {
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
    display: block; }
  .productFrame .description .text {
    font-size: 1.1em;
    line-height: 11px;
    text-align: center; }
  .productFrame .description .small {
    font-size: 1em;
    margin: 10px 0;
    text-align: center;
    line-height: 10px; }
  .detailsList {
    margin-bottom: 30px; }
    .detailsList .row {
      border-bottom: 1px solid #ebe9ee; }
    .detailsList .row:first-child {
      border-top: 1px solid #ebe9ee; }
  .detailsList h2 {
    font-size: 1.6em;
    line-height: 25px;
    padding: 14px 0 5px 0;
    cursor: pointer;
    background: url(../i/sprite/product_arrow_down.png) no-repeat 92% center; }
  .descriptionWrapper.active .descriptionTitle {
    background: url(../i/sprite/product_arrow_up.png) no-repeat 92% center; }
  .detailsList h3 {
    font-size: 1.1em;
    margin-bottom: 5px; }
  .detailsList .row .description {
    width: 100%;
    text-align: left; }
  .detailsList .row .description ul,
  .detailsList .row .description p {
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: 15px; }
  .detailsList.no-accordion .row {
    border-bottom: 0 none; }
  .detailsList.no-accordion .row:first-child {
    border-top: 0 none; }
  .detailsList.no-accordion h2 {
    background-image: none; }
    .detailsList.no-accordion h2 span {
      font-size: 0.9em;
      line-height: 1; }
  .detailsList .wrap:before {
    float: left;
    margin-bottom: 1em; }
  .detailsList .line {
    margin: 0 0 10px;
    float: left;
    height: 1px;
    width: 120px; }
  .detailsList .row .description .inner {
    padding: 0; }
  .detailsList .row .description .inner.active {
    padding-bottom: 19px; }
  .js-accordion.detailsList .row .description .inner {
    display: block; }
  .detailsList .row .packshot {
    display: none; }
  .detailsList .row.border {
    border-top: 1px solid #ebe9ee;
    border-bottom: 1px solid #ebe9ee;
    margin: 15px -10px;
    padding: 15px 10px; }
  .topMainVisual .pictureFrame .centerPack {
    display: none; }
  .pictureFrame .colLeft {
    width: 100%; }
  .pictureFrame .colRight {
    width: 100%;
    padding: 20px 0;
    position: relative; }
  .topMainVisual.home .pictureFrame .colRight {
    width: 56%;
    position: absolute; }
  .pictureFrame .founder.colRight {
    text-align: right; }
  .pictureFrame .founder .verticalWrapper {
    text-align: center; }
  .pictureFrame .founder .bottomRightLogo {
    position: static;
    display: inline-block;
    margin-right: 4%;
    width: auto !important; }
  .pictureFrame .icLogo {
    padding: 20px 0 10px; }
  .pictureFrame .prodInfo {
    font-size: 1.1em; }
  .colorInformation .pictureFrame .prodInfo {
    font-size: 2em;
    margin-top: 1em; }
  .discoverTitle {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 2em; }
  .pictureFrame .prodDescription {
    font-size: 1.2em;
    padding: 4% 15% 1%; }
  .pictureFrame .prodNote {
    font-size: 1.1em;
    padding: 4% 8% 0; }
  .pictureFrame .colRight h1 {
    font-size: 2.5em;
    margin: 10px 0; }
  .pictureFrame .colRight .inner {
    padding-bottom: 20px;
    position: static;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .pictureFrame .colRight h2 {
    font-size: 3em; }
  .pictureFrame .colRight.bgPink h2 {
    padding: 10% 0 5% 0;
    font-size: 4em; }
  .pictureFrame input[type="text"] {
    width: 180px;
    height: 34px;
    line-height: 100%;
    padding: 0 15px;
    font-size: 1.4em; }
  .pictureFrame input[type="submit"] {
    height: 34px;
    padding: 0 20px;
    font-size: 1.1em;
    line-height: 34px; }
  .buttons .button {
    margin-bottom: 20px; }
  .downloadPdf img {
    display: inline !important;
    width: 100% !important; }
  .collectionDivision {
    margin-bottom: -25px; }
  .collectionDivision h1 {
    font-size: 2.4em;
    line-height: 24px;
    margin: 25px 0 10px 0; }
  .collectionDivision p {
    font-size: 1.2em; }
  .pictureFrame .col .subtitle {
    font-size: 1.2em; }
  .pictureFrame .col img.packshot {
    display: none; }
  .pictureFrame .col img.logo {
    /*width: 68.56330014224751%;
		margin-top: 38.92793931731985%;*/
    margin-top: 7.928%;
    width: 100%; }
  .pictureFrame .col h1 {
    margin-bottom: 10px; }
  .pictureFrame.colCentered .subtitlePosition {
    bottom: 3px; }
  .pictureFrame .colRight .subtitle,
  .pictureFrame .colLeft .subtitle {
    padding: 2px 0; }
  .pictureFrame .subtitle.subtitle-care {
    padding: 3px 4em 0; }
  .colorDispatchFrame.pictureFrame .colRight .inner {
    padding-top: 0; }
  .openInGoogleMaps {
    display: inline-block; }
  .salonMap {
    display: block;
    width: 100%; }
  .salonData {
    display: block;
    width: 100%; }
    .salonData h3 {
      font-size: 2.2em; }
    .salonData article {
      font-size: 1.2em; }
  .salonLocation {
    text-align: center; }
    .salonLocation h3, .salonLocation p {
      text-align: left; }
    .salonLocation .button {
      margin: 10px 0;
      float: none;
      font-size: 1.1em;
      min-width: 0;
      padding: 0 20px; }
  .salonProducts li {
    font-size: 1em; }
  .filterSalonTitle h2 {
    font-size: 2em;
    margin: 24px 10px;
    font-family: "HelveticaNeueLTStd-Ex";
    text-transform: uppercase; }
  .filterSalonTitle h3, .filterSalonTitle .linkWrapper {
    display: none; }
  .filterMenu {
    padding: 5px;
    margin: 0 -5px 20px;
    border: 1px solid #ededf0; }
    .filterMenu li {
      display: block; }
    .filterMenu .viewMoreBrands a {
      font-size: 0.8em; }
  #mapWrapper {
    height: 320px; }
  #mapWrapper.narrowMap {
    height: 320px; }
  .filterSalonResult, .scrollPane {
    height: auto; }
  .filterSalonResult {
    margin: 0 -10px; }
  .filterSalonMap {
    width: 100%; }
  .filterSalonList {
    width: 100%; }
    .filterSalonList .salonPointer {
      margin-top: 10px; }
    .filterSalonList .salonDescription {
      font-size: 0.7em; }
    .filterSalonList .scrollPane {
      height: 380px; }
  .salonPointer, .markerLabel {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -204px;
    width: 37px;
    height: 51px;
    line-height: 3; }
  .salonPointer.salonPointerOld, .markerLabel.markerLabelOld {
    background-image: url(../i/sprites/sprite.png);
    background-position: -272px -93px;
    width: 37px;
    height: 51px;
    line-height: 3; }
  .markerLabel:hover, .markerLabel.active, .markerLabel.selected {
    background-image: url(../i/sprites/sprite.png);
    background-position: -258px -211px;
    width: 37px;
    height: 51px; }
  .markerLabel.markerLabelOld:hover, .markerLabel.markerLabelOld.active, .markerLabel.markerLabelOld.selected {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -153px;
    width: 37px;
    height: 51px; }
  .salon:hover, .salon.active, .salon.selected {
    background: white; }
    .salon:hover .salonPointer, .salon.active .salonPointer, .salon.selected .salonPointer {
      background-image: url(../i/sprites/sprite.png);
      background-position: -258px -211px;
      width: 37px;
      height: 51px; }
    .salon:hover .salonPointer.salonPointerOld, .salon.active .salonPointer.salonPointerOld, .salon.selected .salonPointer.salonPointerOld {
      background-image: url(../i/sprites/sprite.png);
      background-position: -310px -153px;
      width: 37px;
      height: 51px; }
  /* .jspVerticalBar { display: none; } */
  .destinationInputs input[type="text"] {
    width: 50%; }
  .pictureFrame .bottomRightLogo {
    bottom: 13px;
    right: 11px; }
  .pictureFrame .founder h2 {
    font-size: 3.2em !important;
    line-height: 30px !important;
    margin: 0 0 10px 0; } }

@media screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 0) {
  .pictureFrame .founder h2 {
    margin-bottom: 1px; } }

@media screen and (max-width: 999px), print {
  .pictureFrame .founder .founderInfo {
    font-size: 1.4em !important;
    line-height: 1.2;
    margin: 15px 0; }
  .pictureFrame .infoPaddingMedium .founderInfo, .pictureFrame .infoPaddingMedium .short {
    padding-left: 8%;
    padding-right: 8%; }
  .pictureFrame .founder .line {
    width: 50px;
    height: 4px;
    margin-bottom: auto; }
  .trendingStories {
    padding-top: 10px; }
  .trendingStories .item {
    width: 300px;
    height: 300px;
    margin: 0 0 10px 0; }
  .trendingStories .item.last {
    margin-bottom: 10px !important; }
  .trendingStories .item.tweet {
    padding: 40px; }
  .trendingStories .item.tweet h2 {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 2.6em;
    line-height: 20px;
    margin-bottom: 10px; }
  .trendingStories .item.tweet .title {
    font-size: 1.4em; }
  .trendingStories .item.tweet .nick {
    font-size: 1.4em; }
  .mapNesting1 > li {
    font-size: 2.5em; }
  .sitemap .colLeft {
    width: 96%;
    border-right: 0 none; }
  .sitemap .colRight {
    width: 96%; }
  .pictureFrame .colRight.removeSpace {
    padding: 0;
    margin: 0; }
  .pictureFrame .col .subtitle2 {
    font-size: 1em;
    padding-left: 2em;
    font-family: "HelveticaNeueLTStd-LtEx"; }
  .centerText h1 {
    margin-top: 35%;
    font-size: 3em; }
  .cosmeticAuthor figure, .cosmeticAuthor article {
    float: none; }
  .cosmeticAuthor article {
    width: 100%; }
    .cosmeticAuthor article:before {
      display: none; }
  .cosmeticAuthor h3 {
    font-size: 2.5em;
    margin: 75px 2% 2% 100px; }
  .cosmeticAuthor p {
    font-size: 1.4em;
    margin: 2%; }
  .cosmeticAuthor .buttons {
    margin-top: 3%;
    text-align: center; }
  .cosmeticAuthor .authorVisual {
    overflow: hidden;
    height: 128px;
    width: 90px;
    position: relative;
    float: left; }
    .cosmeticAuthor .authorVisual img {
      width: auto;
      position: absolute;
      left: 0;
      top: -20px; }
  .cosmeticAuthor .packshot {
    font-size: 1.1em;
    bottom: auto;
    top: -100px;
    width: 70%;
    text-align: right; }
    .cosmeticAuthor .packshot span {
      display: block;
      clear: right; }
    .cosmeticAuthor .packshot img {
      width: 75px;
      float: right; }
  .blocks li {
    width: 140px;
    height: 140px;
    margin: 5px; }
  .blocks .plus {
    width: 28px;
    height: 28px; }
  .blocks .wide {
    width: 290px;
    height: 290px; }
    .blocks .wide .visual {
      height: 100%;
      width: auto;
      max-width: none; }
  .rollover {
    font-size: 0.6em; }
    .rollover h4 {
      margin-top: 25%; }
  .pinkTitle {
    font-size: 5.5em; }
  .creative {
    padding-top: 10px; }
    .creative .item {
      width: 140px;
      height: 140px; }
      .creative .item .name {
        bottom: 5px;
        line-height: 10px; }
      .creative .item .mask {
        height: 147px; }
      .creative .item h3 {
        font-size: 1em;
        font-family: arial; }
      .creative .item h2 {
        font-size: 1.1em; }
  .pictureFrame.fullFrame .colRight .inner {
    padding: 20px 0; }
  .pictureFrame.fullFrame .colRight h1 {
    font-size: 2.7em;
    line-height: 22px; }
  .pictureFrame.fullFrame .short {
    font-size: 1.1em;
    margin: 10px 10px 0; }
  .inspirationGalleryTop .pictureFrame.fullFrame .colRight .inner {
    padding: 0; }
  .inspirationGalleryTop .pictureFrame.fullFrame .colRight h1 {
    font-size: 3.3em;
    line-height: 1; }
  .inspirationGalleryTop .pictureFrame.fullFrame .colRight .short {
    font-size: 1.2em; }
  .shadeContent {
    overflow: hidden;
    height: 117px; }
  .shadeBg {
    position: absolute;
    top: 0;
    left: 0; }
    .shadeBg .shadeMaskLeft, .shadeBg .shadeMaskRight {
      display: none; }
    .shadeBg .shadeScale {
      max-width: initial;
      width: auto;
      height: 77px; }
  .pinItem .pin {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    background: url("../sprites/shade_pin-l.png") 0 0 no-repeat; }
  .pinItem .hover {
    width: 24px;
    height: 100%;
    margin-left: -12px; }
  .pinItem.active .pin {
    background: url("../sprites/shade_pin_hover-l.png") 0 0 no-repeat; }
  .pinItem.active .shadePrompt {
    display: none; }
  .shadeSliderWrapper, .shadeRollover {
    display: block;
    height: auto !important; }
  .shadeRollover .shadePrompt {
    z-index: 2;
    width: 180px;
    height: 76px;
    bottom: 100%;
    left: 173px;
    margin: -88px 0 0 -121px; }
    .shadeRollover .shadePrompt .triangle {
      width: 11px;
      height: 6px;
      left: 63%;
      bottom: -7%;
      display: none; }
    .shadeRollover .shadePrompt h5 {
      font-size: 1.6em; }
    .shadeRollover .shadePrompt p {
      font-size: 1.2em; }
  .centerTitle {
    font-size: 12em; }
  .errorContent {
    font-size: 1.3em; }
    .errorContent .searchPane {
      width: 210px; }
      .errorContent .searchPane .inputTextWrapper {
        height: 39px; }
  /*  INSPIRATION GALLERY MOBILE MENU */
  .inspirationGallery h2 {
    font-size: 1.4em;
    margin: 14px 0;
    line-height: 25px; }
  .inspirationGallery .subTitle {
    font-size: 2.5em; }
  .inspirationGallery .lastItem {
    border: 0 !important; }
  .inspirationGallery .filterMenuWrap {
    padding-left: 0;
    margin-bottom: 10px; }
  .inspirationGallery .mobileSelectMenu {
    margin: 0 5px; }
  .inspirationGallery .filterMenu {
    margin: 0;
    border: 0; }
    .inspirationGallery .filterMenu.all {
      margin: 3px 0; }
    .inspirationGallery .filterMenu.all li {
      float: none;
      background: none;
      border: 0; }
      .inspirationGallery .filterMenu.all li a, .inspirationGallery .filterMenu.all li a:hover {
        background: none;
        color: #98005c;
        font-family: "HelveticaNeueLTStd-Ex"; }
  .inspirationGallery .filterMenu li {
    font-size: 1.3em;
    line-height: normal;
    float: none;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc; }
    .inspirationGallery .filterMenu li a {
      padding: 0;
      border: 0;
      width: 100%;
      line-height: 36px; }
      .inspirationGallery .filterMenu li a:hover {
        background: none;
        color: #777; }
    .inspirationGallery .filterMenu li:last-child {
      border-bottom: 0; }
    .inspirationGallery .filterMenu li.item {
      margin: 0 8px 0 0; }
    .inspirationGallery .filterMenu li.filterText {
      line-height: 33px;
      margin-left: 0; }
  .inspirationGallery .together {
    margin: 0 5px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 11px 0 5px 0;
    position: relative; }
    .inspirationGallery .together:before, .inspirationGallery .together:after {
      content: "";
      display: table; }
    .inspirationGallery .together:after {
      clear: both;
      content: ".";
      display: block;
      font-size: 0;
      height: 0;
      line-height: 0;
      visibility: hidden; }
    .inspirationGallery .together .first {
      float: left;
      width: 144px;
      border-right: 1px solid #ccc; }
    .inspirationGallery .together .second {
      float: left;
      width: 145px; }
      .inspirationGallery .together .second .item {
        margin: 0 0 0 8px; }
    .inspirationGallery .together .sideBySide .item {
      width: 137px;
      float: left; }
      .inspirationGallery .together .sideBySide .item:nth-child(even) {
        margin: 0 0 0 8px; }
      .inspirationGallery .together .sideBySide .item.active a, .inspirationGallery .together .sideBySide .item a:hover {
        background: none;
        color: #98005c; }
    .inspirationGallery .together .lineVertical {
      width: 1px;
      height: 82%;
      margin: 3% 0;
      position: absolute;
      left: 50%;
      top: 0;
      background: #ccc;
      content: "";
      display: block; }
  /* END INSPIRATION GALLERY MOBILE MENU */
  .tilesTrendings .description {
    font-size: 1.6em; }
  .tilesTrendings .tileTwitter {
    font-size: 0.8em; }
  .tilesTrendings .tile {
    width: 290px;
    height: 290px; }
  .tile .textBetweenLines {
    font-size: 0.8em; }
  /* =SEARCH RESLUTS PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .mainTitle {
    font-size: 4em; }
  .searchContent h1 {
    font-size: 2.4em;
    text-transform: uppercase; }
  .searchResult {
    font-size: 0.7em;
    margin: 22px 0; }
    .searchResult li {
      border-top: 1px solid #cbcaca; }
    .searchResult .searchPage {
      background-position: 0 1px; }
    .searchResult h3 {
      font-size: 2.4em; }
    .searchResult p {
      font-size: 2em; }
  .searchInput {
    margin: 15px 0 19px; }
    .searchInput .search {
      font-size: 1.6em;
      margin: 10px 0;
      width: 86%; }
  .searchInput span.button {
    line-height: 3; }
  .popup.discover {
    width: 96%;
    min-width: 320px; }
    .popup.discover hgroup {
      font-size: 0.7em; }
    .popup.discover .facebookButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -267px -349px;
      width: 26px;
      height: 22px;
      margin-top: 6px; }
    .popup.discover .tweetButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -293px -349px;
      width: 26px;
      height: 22px;
      margin-top: 6px; }
    .popup.discover .pinItButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -241px -349px;
      width: 26px;
      height: 22px;
      margin-top: 6px; }
    .popup.discover .socialCount {
      background: #000;
      color: #fff;
      border-color: #fff;
      height: 26px;
      min-width: 50px;
      padding: 6px 3px; }
    .popup.discover .spout1, .popup.discover .spout2 {
      border-color: rgba(0, 0, 0, 0) #fff; }
    .popup.discover .spout2 {
      border-right-color: #000; }
    .popup.discover .tweeter .socialCount {
      border-radius: 0;
      border-color: #fff;
      color: #fff;
      background: #000; }
    .popup.discover .tweeter .spout1, .popup.discover .tweeter .spout2 {
      border-color: rgba(0, 0, 0, 0) #fff; }
    .popup.discover .tweeter .spout2 {
      border-right-color: #000; }
  /* =CONTACT US PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .contactContent {
    font-size: 1.4em; }
    .contactContent .active h2:before {
      background-position: 0 top; }
    .contactContent h2 {
      margin: 0 0 10px;
      padding: 0 15% 0 2%;
      position: relative;
      border: none;
      font-size: 1.7em; }
      .contactContent h2:before {
        content: "";
        display: block;
        background: transparent url("../i/sprite/arrows_up_down.png") 0 bottom no-repeat;
        width: 15px;
        height: 9px;
        position: absolute;
        top: 50%;
        margin-top: -4.5px;
        right: 5%; }
    .contactContent li {
      margin-bottom: 15px; }
    .contactContent .colLeft, .contactContent .colRight {
      width: 100%;
      padding: 0;
      border-right: none;
      border-left: none;
      float: none;
      left: 0; }
    .contactContent .tabContainer {
      padding: 0 2%;
      overflow: hidden; }
  .contactForm {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #a2a2a2; }
    .contactForm dl {
      margin-top: 15px; }
    .contactForm dt, .contactForm dd {
      width: 100%; }
    .contactForm dt {
      line-height: 1;
      margin-bottom: 5px; }
    .contactForm .tabContainer {
      margin-top: 10px; }
    .contactForm .contactFormInner:before {
      display: none; }
  .contactSudios {
    margin-top: 10px; }
    .contactSudios p {
      margin: 0 0 10px; }
  .contactAdresses {
    margin-top: 10px; }
  .is-loaded .contactSudios, .is-loaded .contactAdresses {
    border-bottom: 1px solid #a2a2a2; }
  .contactFormInner span.button {
    width: 100px;
    font-size: 1em;
    height: 36px;
    display: block;
    margin: 0 auto; }
  /*	=LANDING PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .landingPage {
    height: auto;
    min-height: inherit; }
    .landingPage .visualWrapper {
      position: relative;
      height: auto; }
    .landingPage .colRight {
      width: 100%;
      left: 28.5%;
      position: relative;
      padding: 0;
      top: 0;
      left: 0; }
    .landingPage .inner {
      padding: 0; }
    .landingPage .buttons {
      margin: 12px 0 6px 0; }
    .landingPage .button {
      width: 93%;
      float: none;
      margin-bottom: 12px; }
      .landingPage .button:before {
        bottom: -25px;
        margin-left: -7px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fbf2f3; }
    .landingPage .title {
      font-size: 3.2em;
      line-height: 0.8;
      margin: 20px 0; }
    .landingPage .subtitle {
      font-size: 2.2em;
      display: block;
      padding-top: 20px; }
    .landingPage .landingContryInfo p {
      width: 47%;
      font-size: 1.2em; }
    .landingPage .footerRowWrap {
      position: relative;
      top: auto;
      bottom: auto; }
  .landingContryWrapper {
    background-color: #fff;
    margin-top: 13px;
    border-radius: 0; }
    .landingContryWrapper .landingContinent {
      height: auto;
      position: relative; }
      .landingContryWrapper .landingContinent a:hover {
        color: #aeaeae !important; }
    .landingContryWrapper .landingContinentCombo {
      height: 70px; }
    .landingContryWrapper .landingAccordion {
      overflow: hidden;
      height: 35px;
      border-top: 1px solid #d8d1d2;
      position: relative; }
    .landingContryWrapper .landingAccordion.active {
      display: block;
      height: auto; }
    .landingContryWrapper .landingAreaName {
      font-size: 1.5em;
      padding: 0 15px;
      cursor: pointer;
      line-height: 36px; }
      .landingContryWrapper .landingAreaName:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 36px;
        width: 37px;
        background: #98005c url(../i/sprite/select_arrow_right.png) 50% 50% no-repeat;
        color: #fff;
        font-family: Arial;
        display: block;
        text-align: center;
        line-height: 36px; }
    .landingContryWrapper .landingAreaNameSingle {
      background: none; }
      .landingContryWrapper .landingAreaNameSingle:before {
        content: none;
        display: none; }
      .landingContryWrapper .landingAreaNameSingle a {
        width: 100%;
        display: block;
        line-height: 36px;
        font-size: 1.1em; }
        .landingContryWrapper .landingAreaNameSingle a:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          height: 36px;
          width: 37px;
          background: #98005c url(../i/sprite/select_arrow_right.png) 50% 50% no-repeat;
          display: block; }
    .landingContryWrapper .landingAccordion.active .landingAreaName:before {
      background-image: url(../i/sprite/select_arrow.png);
      background-color: #98005c;
      height: 36px; }
    .landingContryWrapper .landingAccordion.active .landingAreaNameSingle {
      background: none; }
    .landingContryWrapper .landingCountryList {
      overflow: hidden;
      padding: 0; }
    .landingContryWrapper .landingCountryList li {
      float: none;
      width: 100%;
      border-top: 1px solid #d8d1d2; }
    .landingContryWrapper .landingCountryList li {
      text-align: left; }
    .landingContryWrapper .landingCountryList a {
      padding: 0 15px;
      font-size: 1.3em;
      line-height: 28px;
      position: relative; }
      .landingContryWrapper .landingCountryList a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 28px;
        width: 31px;
        background: url(../i/sprite/nav/nav-lvl1-expanded-ico-cellphone.png) center center no-repeat transparent;
        display: block; }
  /*  =GENERAL ACCORDION MECHANISM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .js-accordionItemWrapper .wrap {
    display: none; }
  .js-accordionItemWrapper.active .wrap {
    display: block; }
  /*	=SALONFINDER PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .salonfinderForm {
    width: 216px; }
    .salonfinderForm .selectBox {
      margin-bottom: 7px; }
      .salonfinderForm .selectBox .styled-select-wrapper {
        height: 34px; }
      .salonfinderForm .selectBox .styled-select-text {
        font-size: 1.4em; }
    .salonfinderForm input.address {
      width: 186px;
      margin-left: 0;
      margin-right: 0; }
    .salonfinderForm .button .salonFinderSubmit {
      font-size: inherit; }
    .salonfinderForm span.button {
      width: 130px;
      float: none;
      padding-left: 12px;
      height: 30px; }
    .salonfinderForm .thxInfo {
      font-size: 1.1em;
      line-height: 1.2; }
  .mobileWidthFix .colRight {
    width: 50%;
    top: 0;
    position: absolute; }
  .mobileWidthFix.colCentered .colRight {
    width: 100%;
    padding: 0; }
  .mobileWidthFix.colCentered .colRight img.logo {
    margin-top: 18.92793931731985%; }
  .line.space {
    margin-top: 10px; }
  .filterSalonMap .cluster.small,
  .filterSalonMap .cluster.medium .filterSalonMap .cluster.large {
    width: 54px;
    height: 54px;
    margin-left: -17px;
    margin-top: -15px; }
  /*	=CARE COLLECTIONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .productFinderPage .careCollections li {
    min-width: 146px;
    width: 146px;
    min-height: 175px;
    height: 175px;
    margin: 0 4px 2px 0; }
    .productFinderPage .careCollections li a {
      min-width: inherit;
      min-height: inherit;
      width: inherit;
      height: inherit;
      margin: 0; }
    .productFinderPage .careCollections li img {
      width: inherit;
      height: inherit; }
  /*	=CARE COLLECTIONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .rwdDimension {
    width: 300px; }
  /*  =SUBSCRIBE PAGE
	-------------------- */
  .subscribe .clear-rwd {
    display: block;
    margin: 15px 0; }
  .subscribe .extTextWrap {
    display: block;
    float: none;
    top: 0; }
  .subscribe .contactForm .selectComboWrap {
    width: 100%; }
  .subscribe .contactForm .selectBox {
    width: 100%;
    margin-bottom: 10px; }
    .subscribe .contactForm .selectBox + .selectBox {
      margin-right: 0; }
  .subscribe .contactForm .left .selectBox {
    margin: 0 0 10px 0; }
  .subscribe .contactForm .selectBox.empty {
    display: none; }
  .subscribe .popupTemplate {
    width: 320px;
    height: auto;
    min-height: 165px;
    margin-left: -160px; }
    .subscribe .popupTemplate .content p.text {
      font-size: 1.2em;
      text-align: center; }
  /*  =UNSUBSCRIBE PAGE
	-------------------- */
  .unsubscribe {
    font-size: 1.4em;
    border: 0; }
    .unsubscribe .contactForm {
      border: 0; }
      .unsubscribe .contactForm .validation-error-message {
        width: 100%;
        padding-right: 0; }
    .unsubscribe .text {
      line-height: 20px;
      text-align: justify; }
    .unsubscribe .colLeft {
      width: 100%;
      padding: 0;
      float: none; }
    .unsubscribe .colRight {
      width: 100%;
      padding: 0;
      border: 0;
      margin-bottom: 10px;
      float: none; }
    .unsubscribe h2 {
      font-size: 1.8em; }
    .unsubscribe input[type="text"],
    .unsubscribe input[type="email"] {
      width: 100%;
      box-sizing: border-box; }
    .unsubscribe .button input {
      text-align: center; }
    .unsubscribe .line {
      background: #000;
      float: left;
      margin-bottom: 15px; }
    .unsubscribe .popupTemplate {
      width: 320px;
      height: auto;
      min-height: 165px;
      margin-left: -160px; }
      .unsubscribe .popupTemplate .content p.text {
        font-size: 1.2em;
        text-align: center; }
  .unsubscribePopup {
    width: 300px;
    height: 260px;
    padding: 20px; }
    .unsubscribePopup p {
      padding: 10px;
      font-size: 2em; }
    .unsubscribePopup a {
      font-size: 1.4em; }
  /* =WELLA HISTORY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .historyContent .tile.pink h2, .historyContent .tile.pink h3 {
    font-size: 1.9em; }
  .historyContent .tile.pink p {
    font-size: 1.4em; }
  .popup.history h4 {
    font-size: 1.3em; }
  .tile .textBetweenLines {
    font-size: 1em; }
  .historySliderWrapper {
    height: 0; }
  .historyContent {
    margin-top: 20px; }
  .historyYear {
    font-size: 1.6em;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px; }
  .popup.history {
    width: 290px;
    top: 3%;
    left: 50%;
    margin-left: -145px; }
    .popup.history h3 {
      font-size: 1.8em;
      width: 20%; }
    .popup.history h4 {
      width: 65%; }
    .popup.history h5 {
      width: 65%;
      margin: 2% 0% 5% 25%; }
  /*	=NEW ELEMENTS FOR LONDA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .creativeDirectors .block-1x1 {
    width: 290px;
    height: 290px; }
  .blur, .tileText {
    font-size: 0.7em; }
  .blur .blurShortContent:after {
    width: 50px;
    height: 2px;
    margin-left: -25px; }
  .mainArticle p {
    font-size: 1.4em; }
  .philosophy .mainArticle h2 {
    font-size: 2em; }
  .philosophy .mainArticle p {
    font-size: 1.4em; }
  .push .pushBody {
    padding: 20px 20px;
    float: none;
    max-width: 100%; }
  .push .pushImageRight {
    float: none;
    width: 100%;
    display: block; }
  .push .pushHeader {
    font-size: 2em;
    margin-bottom: 0.8em;
    line-height: 1; }
  .push .pushText {
    font-size: 1.8em;
    margin-bottom: 1em;
    line-height: 1.2; }
  .push .button {
    font-size: 1.2em; }
  #submenu {
    top: -60px; }
  /*	GLOBAL DIRECTORS page
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .tileTextContent {
    width: auto !important; }
  #trendingStoriesContainer .popinTemplate2 .scrollWrapper {
    top: 40px; }
  #trendingStoriesContainer .popinTemplate2 .popinDescription {
    width: 320px;
    float: left;
    height: 100%; }
    #trendingStoriesContainer .popinTemplate2 .popinDescription h2 {
      padding: 10px;
      font-size: 2.6em; } }

@media screen and (max-width: 999px) and (max-width: 768px), print and (max-width: 768px) {
  #trendingStoriesContainer .popinTemplate2 .popinDescription, #trendingStoriesContainer .popinTemplate2 .popinVisual {
    width: 100%;
    float: none; }
  #trendingStoriesContainer .popinTemplate2 .popinDescription {
    height: 150px; }
    #trendingStoriesContainer .popinTemplate2 .popinDescription .socialBox {
      bottom: 10px; }
  #trendingStoriesContainer .popinTemplate2 .popinVisual {
    margin-top: 40px; }
    #trendingStoriesContainer .popinTemplate2 .popinVisual .videoContainer {
      position: relative;
      padding-bottom: 56.25%;
      overflow: hidden;
      height: 0; }
    #trendingStoriesContainer .popinTemplate2 .popinVisual iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; } }

@media screen and (max-width: 999px), print {
  .olapic-gallery .descriptionUnit-content {
    padding-top: 70px;
    padding-bottom: 20px; }
  header .searchWrap {
    display: none; }
  .mykadusmakeover article .descMakeover {
    text-align: left;
    -ms-flex-order: 2;
        order: 2; }
  .mykadusmakeover article .stepsMakeover {
    -ms-flex-order: 1;
        order: 1; }
  .mykadusmakeover article .buttons {
    -ms-flex-order: 3;
        order: 3; } }

/* @media */
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  /*	=PLACEHOLDERS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .play {
    font-size: 6.14286em; }
  .tile .home-mask-headline {
    padding: 0 1.5em;
    background-size: 100% 100%;
    background-color: transparent;
    background-position: 0 0;
    background-image: url(../i/bg/bg_white_opacity_07.png); }
  /*	=COMMON
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .button.pink-cart {
    font-size: 1.6em; }
    .button.pink-cart:before {
      background-image: url(../i/sprites/sprite.png);
      background-position: -284px -376px;
      width: 15px;
      height: 13px; }
  .buy-it-now {
    padding: 12px 0; }
  .mob-show {
    display: none; }
  .main {
    width: 972px;
    /* DYNAMIC BOXES ISOTOPE */ }
    .main.fixWidth.dynamicBox {
      width: 1000px;
      /* RESPONSIVE */ }
  .topInfo {
    padding: 0 170px; }
  .topInfo .topInfoHeadline {
    font-size: 4.3em; }
  .topInfo .topInfoSubline {
    font-size: 2.1em; }
  .topInfo .topInfoText {
    font-size: 1.2em; }
  .main.homeBg {
    background: url(../i/main_home_bg_1000.jpg) 0 0 no-repeat #fff; }
  section .breadcrumb {
    top: 145px; }
  .brandsArea h3 {
    font-size: 1.3em; }
  /* DYNAMIC BOXES ISOTOPE */
  .tiles {
    margin: 0 -6px; }
  .tile {
    margin: 5px !important; }
    .tile .buttonWrap .button {
      min-width: inherit;
      padding: 0 25px;
      margin: 0; }
  .tile:hover .mask-headline {
    top: 0; }
  .tile:hover .buttonWrap {
    top: 0; }
  .tile .mask-content {
    margin-bottom: 1em;
    padding: 0 10%; }
  .tile .mask-text {
    margin-bottom: 1em;
    line-height: 1; }
  .familyArtist .tile .mask-headline {
    font-size: 2.07143em; }
  .familyArtist .tile .mask-text {
    font-size: 1.71429em; }
  .familyArtist .tile:hover .mask-headline {
    top: 0; }
  .familyArtist .tile:hover .buttonWrap {
    top: 0; }
  .familyArtistPage .tile .mask-headline,
  .inspirationPage .tile .mask-headline {
    font-size: 2em; }
  .familyArtistPage .tile .mask-text,
  .inspirationPage .tile .mask-text {
    font-size: 1.71429em; }
  .familyArtist h2 {
    font-size: 6em;
    margin: 25px 0; }
  .home .tile .mask-headline {
    font-size: 2.85714em; }
  .block-1x1 {
    width: 318px;
    height: 318px; }
  .block-1x2 {
    width: 318px;
    height: 646px;
    /* 318*2 + 2x5px margin */ }
  .block-2x1 {
    width: 646px;
    height: 318px; }
  .block-2x2 {
    width: 646px;
    height: 646px; }
  .historyContent .block-2x2 {
    width: 318px;
    height: 318px; }
  .home .tiles {
    margin: 0 !important;
    padding: 5px !important; }
  .home .tile {
    margin: 10px !important; }
  .home .block-1x1 {
    width: 475px;
    height: 340px; }
  .home .block-2x1 {
    width: 970px;
    height: 340px; }
  .tile .home-mask-headline {
    font-size: 2.1em;
    min-height: 60px; }
  .tileInstagram .mask-content,
  .tileFacebook .mask-content,
  .tileYouTube .mask-content {
    padding-left: 1em;
    padding-right: 1em; }
  .tileInstagram .socialLogo,
  .tileFacebook .socialLogo,
  .tileYouTube .socialLogo {
    width: 2em;
    height: 2em;
    margin: 1.5em; }
  .tileInstagram .description,
  .tileFacebook .description,
  .tileYouTube .description {
    margin-bottom: 1em; }
  .tileTwitter .socialLogo {
    width: 2em;
    height: 2em;
    margin: 1.5em auto; }
  .tilesTrendings .twitHeader {
    margin-top: 0; }
  .tileYouTube .play {
    margin: -30px 0 0 -30px; }
  .tileYouTube .socialLogo {
    width: 2em;
    height: 2em;
    margin: 1.5em;
    margin-left: -0.75em; }
  .tileYouTube .mask-headline {
    font-size: 1.8em; }
  .tileYouTube .mask-text {
    font-size: 1.4em; }
  .tileYouTube > img {
    margin-top: 39px; }
  .tileYouTube .mask-content h2 {
    font-size: 1.4em !important; }
  .tile-video .mask h2 {
    font-size: 2em; }
  .tileFacebook:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -202px;
    width: 18px;
    height: 18px; }
  .tileInstagram:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -346px;
    width: 18px;
    height: 18px; }
  .tileTwitter:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -274px;
    width: 18px;
    height: 18px; }
  .tileYouTube:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -454px -393px;
    width: 18px;
    height: 18px; }
  /* DYNAMIC BOXES ISOTOPE */
  blockquote {
    font-size: 3.3em;
    line-height: 33px; }
  .cite .title {
    line-height: 26px;
    font-size: 3em; }
  .cite .info {
    padding: 10px;
    margin-top: 15px; }
    .cite .info .short {
      font-size: 2em; }
    .cite .info .author {
      font-size: 1.5em; }
  .tile.cite:after,
  blockquote:after {
    width: 27px;
    height: 57px; }
  .tile.cite:before,
  blockquote:before {
    width: 27px;
    height: 57px; }
  .tileTextContent {
    height: auto;
    position: static; }
  .quotationBlock .quotationText {
    font-size: 2em; }
  .quotationBlock .quotationText:before {
    background-size: 60%;
    height: 30px; }
  .quotationBlock .quotationText:after {
    background-size: 60%; }
  .stylistInfoBlock .stylistImage {
    width: 66px; }
  .stylistInfoBlock .rightSide {
    text-align: left; }
    .stylistInfoBlock .rightSide .quoteSeparator {
      margin: 10px 0 10px 0; }
    .stylistInfoBlock .rightSide .stylistNameText {
      font-size: 2em; }
    .stylistInfoBlock .rightSide .stylistProfessionText {
      font-size: 1.2em; }
  header {
    height: 90px; }
  header .logo img {
    width: 80px; }
  header .logo {
    margin-left: -40px; }
  header .search .search_mini_ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -458px -277px;
    width: 13px;
    height: 20px; }
  .breadcrumb {
    font-size: 1.3em; }
  h2 {
    font-size: 3.4em; }
  h2.size-2 {
    font-size: 2.7em; }
  h3 {
    font-size: 1.9em; }
  .button {
    line-height: 38px;
    font-size: 1.1em; }
  .directorsQuote blockquote {
    font-size: 1.2em;
    line-height: 1.2; }
  footer {
    margin-top: 35px; }
  footer .col-1 {
    width: 300px; }
  footer .col-2 {
    width: 430px; }
  footer .col-3 {
    width: 226px; }
  footer ul li {
    font-size: 1.3em; }
  .followUs .ico_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -211px -74px;
    width: 18px;
    height: 18px; }
  .followUs .ico_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -418px;
    width: 18px;
    height: 18px; }
  .followUs .ico_google {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -162px;
    width: 20px;
    height: 20px; }
  .followUs .ico_pinterest {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -122px;
    width: 20px;
    height: 20px; }
  .followUs .ico_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -364px;
    width: 18px;
    height: 18px; }
  .followUs .ico_vkontakte {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -256px;
    width: 18px;
    height: 18px; }
  /* sprites for each icons in element .otherBrands */
  .otherBrands .ico_wella {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -198px;
    width: 43px;
    height: 33px; }
  .otherBrands .ico_sebastian {
    background-image: url(../i/sprites/sprite.png);
    background-position: -100px -175px;
    width: 96px;
    height: 33px; }
  .otherBrands .ico_nioxin {
    background-image: url(../i/sprites/sprite.png);
    background-position: 0px -271px;
    width: 73px;
    height: 33px; }
  .otherBrands .ico_sassoon {
    background-image: url(../i/sprites/sprite.png);
    background-position: -229px 0px;
    width: 81px;
    height: 33px; }
  .otherBrands .ico_sp {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -99px;
    width: 47px;
    height: 33px; }
  .panels .block {
    width: 480px;
    height: 292px; }
  .panels .content {
    font-size: 1.8em; }
  .panels .block-1 {
    margin-right: 10px; }
  .panels .block-1 .content {
    width: 154px; }
  .panels .block-2 .content {
    width: 154px; }
  .panels .packshot {
    width: 314px; }
  .panels .youtube .packshot {
    width: 100%; }
  .panels .block-1 .content span {
    padding: 0 10px; }
  .panels .block-2 .content span {
    padding: 0 10px; }
  .searchPane {
    top: 122px; }
  .buttons .prevBtn {
    left: 0; }
  .buttons {
    margin: 30px 0 50px; }
  .js-buttons-fixed .main .buttons {
    top: 136px; }
  .buttonFlat {
    width: 230px;
    padding: 0 10px; }
  .recommendation li {
    height: 294px;
    width: 241px; }
  .recommendation h3 {
    font-size: 1.5em;
    margin-top: -40px; }
  .product {
    margin-bottom: 67px; }
  .productSubMenu {
    width: 153px; }
    .productSubMenu a {
      height: 50px;
      line-height: 13px;
      padding-left: 20px;
      font-size: 1.1em; }
  .productInformation .packshot {
    width: 332px;
    height: 365px; }
  .productInformation .description {
    width: 487px;
    margin-top: 31px; }
  .productInformation .description h1 {
    line-height: 26px; }
  .pictureFrame .colRight h1.large {
    font-size: 8em; }
  .brandsList:hover a img {
    display: block; }
  .brandsList li {
    -moz-box-sizing: border-box;
    float: left;
    /*width: 11.1112%;*/
    width: 107.7px !important; }
  .brandsList a {
    min-height: 33px;
    width: 100%;
    position: relative; }
  .brandsList h3 {
    font-size: 1.2em !important;
    padding-top: 10px;
    line-height: 13px; }
  .brandsList.visible a {
    min-height: 121px; }
    .brandsList.visible a img {
      display: block; }
    .brandsList.visible a h3 {
      padding: 0;
      bottom: auto;
      top: 90px; }
    .brandsList.visible a h3.fixMargin {
      margin-top: -33px; }
  hgroup.special {
    margin: 36px auto; }
  hgroup.special h1 {
    font-size: 6.0em;
    line-height: 45px; }
  hgroup.special h2 {
    font-size: 3.0em; }
  .productInformation .description {
    font-size: 1.2em;
    line-height: 17px; }
  .productInformation .description .info p {
    margin: 5px 0 10px 0; }
  .productInformation .description .contentList {
    margin-bottom: 15px; }
  .ratingSection {
    line-height: 32px; }
  .ratingSection .col-2 {
    margin: 0 10px 0 20px;
    padding: 0 26px 0 20px; }
  .ratingSection .starRating {
    margin: 8px 5px 0 5px; }
  .ratingSection a.more span {
    margin-top: 8px;
    width: 15px;
    height: 15px; }
  .arrow-down.active:before, .arrow-down:hover:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    margin-left: -6px; }
  .searchPane {
    width: 238px;
    height: 40px;
    z-index: 2;
    top: 101px;
    left: 44px;
    box-shadow: 0 1px 20px 0px #000000; }
    .searchPane .selectBox .styled-select-wrapper {
      height: 40px; }
    .searchPane .selectBox .styled-select-button {
      width: 28px; }
    .searchPane input[type='text'] {
      width: 190px;
      height: 40px;
      font-size: 0.9em; }
  .reviews {
    margin-top: 70px; }
  .panels .block-1 .nextBtn {
    width: 28px;
    height: 41px;
    right: 6px; }
  .panels.inverse .block-1 {
    margin-left: 10px; }
  .footerRowWrap {
    height: 25px; }
  .footerRow {
    width: 972px;
    font-size: 1.1em;
    line-height: 25px; }
  .footerRow .center {
    margin-left: 97px; }
  .footerRow .center a {
    margin-left: 10px;
    padding: 0 10px 0 0; }
  .footerRow .adchoices a {
    padding-right: 20px; }
  .footerRow .seal-code a {
    width: 44px;
    height: 17px;
    padding: 0;
    margin-top: 4px; }
  .breadcrumb a {
    font-size: 120%; }
  .countrySelector > a:after {
    top: 10px; }
  .footerRow .center li a:before {
    left: -10px; }
  /*	=careCollections   */
  .careCollections h3 {
    margin-top: -43px;
    font-size: 1.8em; }
  .careCollections > h1 {
    font-size: 5em; }
  .careCollections li {
    width: 21.9%; }
  .careCollections li > a {
    min-height: 251px !important;
    border: 1px solid #ededf0;
    margin: 0 1px 1px 0; }
  .css-label:before {
    top: -2px; }
  /*	=COLOR COLLECTIONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .colorDiscover .buttons {
    margin: 62px 0 40px; }
  .colorDiscover .tiles {
    margin-top: 40px; }
  .collectionDivision {
    padding-bottom: 40px; }
  .brandHeader {
    height: 405px;
    margin: 37px 0; }
  .brandHeader .brandInfo .colInfo {
    padding: 48px 0 17px 0;
    font-size: 1.1em; }
  .brandHeader .brandInfo strong {
    width: 415px;
    line-height: 22px;
    font-size: 1.6em;
    margin-top: 13px; }
  .brandHeader .brandInfo hgroup {
    padding: 22px 0 31px 0; }
  .brandHeader .brandInfo h1 {
    line-height: 43px;
    font-size: 5.6em; }
  .brandHeader .brandInfo h2 {
    font-size: 2.8em; }
  .brandHeader .brandInfo.brandInfo-wide .colInfo {
    padding-top: 100px; }
  .brandHeader .brandInfo.brandInfo-wide .colInfo {
    font-size: 1.5em; }
  .brandHeader .brandInfo.brandInfo-wide .brandTitle {
    font-size: 7.5em; }
  .brandHeader .brandInfo.brandInfo-wide .brandSubTitle {
    font-size: 2.3em; }
  .tabMenu li {
    width: 87px; }
  .tabMenu li:first-child {
    width: 92px; }
  .tabMenu a {
    height: 45px;
    font-size: 1em; }
  .filter {
    padding: 30px 0 20px; }
  .filter .filter-list li {
    line-height: 18px;
    font-size: 1.2em; }
  .filter .filter-list a {
    min-width: 102px; }
  .chooseLook h2 {
    font-size: 4.6em; }
  .productFrame .packshot img {
    width: 70%; }
  .productFrame .description {
    padding: 26px 0 0 15px;
    text-align: left;
    vertical-align: top;
    width: 451px; }
  .productFrame .description .text {
    font-size: 1.6em;
    line-height: 29px; }
  .productFrame .description .small {
    font-size: 1.1em;
    margin: 20px 0; }
  .productFrame .ratingSection {
    font-size: 1.2em; }
  .productFrame .ratingSection .col-2 {
    margin: 0 17px 0 10px;
    padding: 0 17px 0 16px; }
  .detailsList .wrap {
    padding-top: 20px; }
  .detailsList h2 {
    font-size: 2.5em; }
  .detailsList h2 span {
    font-size: 0.7em; }
  .detailsList h3 {
    font-size: 1.5em; }
  .detailsList .row .description ul,
  .detailsList .row .description p {
    font-size: 1.2em;
    line-height: 1.5; }
  .detailsList .line {
    margin: 10px 0;
    height: 1px; }
  .detailsList .description p {
    margin: 20px 0; }
  .detailsList .description ul {
    margin: 20px 0; }
  .detailsList .description .inner {
    padding: 0 38px 0 38px;
    height: 436px; }
  .colorProductPage .detailsList .description .inner {
    height: 617px;
    height: 442px; }
  .pinItem .pin {
    width: 16px;
    height: 18px;
    margin-left: -8px;
    background: url("../sprites/shade_pin-l.png") 0 0 no-repeat; }
  .pinItem .hover {
    width: 24px;
    margin-left: -12px; }
  .pinItem.active .pin {
    background: url("../sprites/shade_pin_hover-l.png") 0 0 no-repeat; }
  .discoverTitle {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 3.7em; }
  .pictureFrame .colRight h1,
  .pictureFrame .colRight h2 {
    font-size: 4.1em;
    margin: 10px 0; }
  .pictureFrame .koleston-header-col.colRight h2 {
    margin: 10px 60px; }
  .pictureFrame .colRight.bgPink h2 {
    padding: 30% 0 5% 0; }
  .pictureFrame .prodDescription {
    font-size: 1.8em;
    line-height: 1.1; }
  .pictureFrame .prodNote {
    font-size: 1.2em; }
  .pictureFrame .colRight.styling-header-col h2 {
    font-size: 4.2em; }
  .pictureFrame .colRight.styling-header-col .prodDescription {
    font-size: 1.7em;
    padding: 4% 10% 1%; }
  .colorDispatchFrame.pictureFrame .colRight .inner {
    padding-top: 90px; }
  .colorDiscoverFrame.pictureFrame .colRight .inner {
    padding-top: 70px; }
  .collectionDivision h1 {
    font-size: 4.8em;
    line-height: 48px;
    color: #3c456d;
    margin: 84px 0 30px 0; }
  .collectionDivision p {
    font-size: 1.3em;
    color: #4c4a5d; }
  .pictureFrame .founder h2 {
    font-size: 4.4em !important;
    line-height: 1 !important;
    margin: 0;
    margin-top: 5%; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) and (min-device-width: 1024px) and (max-device-height: 1366px) {
    .pictureFrame .founder h2 {
      font-size: 3.4em !important; } }

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .pictureFrame .founder .founderInfo {
    font-size: 1.6em !important; }
  .line {
    height: 5px;
    width: 80px;
    margin-top: 10px; } }

@media screen and (min-width: 1000px) and (max-width: 1399px) and (-webkit-min-device-pixel-ratio: 0) {
  .line {
    margin-top: 5px; } }

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .colorInformation .pictureFrame .inner .prodInfo {
    margin: 30px 0;
    font-size: 1.6em; }
  .colorInformation .buttons {
    margin: 58px 0 48px; }
  .salonData article {
    font-size: 1.4em; }
  .salonLocation .button {
    margin: -48px 0 0; }
  .salonProducts li {
    font-size: 1em; }
  .openInGoogleMaps {
    display: inline-block; }
  #mapWrapper {
    height: 455px; }
  #mapWrapper.narrowMap {
    height: 607px; }
  .filterSalonList .salonPointer {
    margin-top: 10px; }
  .filterSalonList .salonDescription {
    font-size: 0.7em;
    width: 70%; }
  .directionPopup {
    width: 240px;
    margin: -190px 0 0 -120px; }
  .destinationInputs input[type="text"] {
    width: 50%; }
  .trendingStories {
    padding-top: 30px; }
  .trendingStories .item {
    width: 312.14286px;
    height: 312.14286px;
    margin: 0 16px 16px 0; }
  .trendingStories .item.tweet {
    padding: 35.71429px; }
  .trendingStories .item.tweet h2 {
    font-family: "HelveticaNeueLTStd-ThEx";
    font-size: 2.6em;
    line-height: 20px;
    margin-bottom: 10px; }
  .trendingStories .item.tweet .title {
    font-size: 1.4em; }
  .trendingStories .item.tweet .nick {
    font-size: 1.4em; }
  .mapNesting1 > li {
    font-size: 3.1em; }
  .centerText h1 {
    margin-top: 32%; }
  .cosmeticAuthor {
    font-size: 0.8em; }
    .cosmeticAuthor h3 {
      margin: 3% 2%; }
    .cosmeticAuthor p {
      margin: 4% 10% 4% 2%; }
  .blocks li {
    width: 302px;
    height: 302px;
    margin: 11px; }
  .blocks .wide {
    width: 626px; }
  .pinkTitle {
    font-size: 10em; }
  .creative {
    padding-top: 15px; }
  .pushes3 li {
    width: 302px;
    height: 456px;
    margin: 11px; }
  .pushes3 p {
    font-size: 1.8em; }
  .push .pushBody {
    padding: 30px 19px; }
  .push .pushHeader {
    font-size: 2.5em;
    margin-bottom: 0.8em;
    line-height: 1; }
  .push .pushText {
    font-size: 1.9em;
    margin-bottom: 1em;
    line-height: 1.2; }
  .creative .item {
    width: 482px;
    height: 482px; }
    .creative .item .name {
      bottom: 22px;
      line-height: 20px; }
    .creative .item .mask {
      height: 481px; }
    .creative .item h3 {
      font-size: 1.5em; }
    .creative .item h2 {
      font-size: 1.9em; }
  .pictureFrame.fullFrame .colRight .inner {
    padding: 40px 0; }
  .pictureFrame.fullFrame .colRight h1 {
    font-size: 7.6em;
    line-height: 65px; }
  .pictureFrame.fullFrame .short {
    font-size: 1.7em;
    font-family: "HelveticaNeueLTStd-ThEx";
    margin-top: 10px; }
  .centerTitle {
    font-size: 25em; }
  .errorContent {
    font-size: 1.8em; }
    .errorContent .searchPane {
      width: 240px; }
      .errorContent .searchPane .inputTextWrapper {
        height: 39px; }
  .inspirationGallery h2 {
    font-size: 3.4em;
    margin: 38px 0;
    line-height: 44px; }
  .inspirationGallery .subTitle {
    font-size: 4.8em; }
  .inspirationGallery .mask-headline {
    font-size: 3.2em; }
  .inspirationGallery .filterMenuWrap {
    padding-left: 56px;
    margin-bottom: 10px; }
  .inspirationGallery .filterMenu li {
    font-size: 1.1em;
    line-height: 20px; }
    .inspirationGallery .filterMenu li a {
      padding: 3px 14px; }
    .inspirationGallery .filterMenu li.item {
      margin: 0.7%; }
    .inspirationGallery .filterMenu li.filterText {
      line-height: 33px;
      margin-left: 15px; }
  .tilesTrendings {
    padding: 65px 0; }
    .tilesTrendings .description {
      font-size: 1.8em; }
  /* =WELLA HISTORY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .tile.pink h2, .tile.pink h3 {
    font-size: 4em; }
  .tile.pink p {
    font-size: 1.8em; }
  .tile .textBetweenLines {
    font-size: 1.7em; }
  .historyYear {
    font-size: 1.8em; }
  .historySlider {
    width: 972px; }
    .historySlider li {
      font-size: 1.45em; }
    .historySlider .active {
      font-size: 2.6em; }
  .js-history-fixed .historySlider {
    top: 90px; }
  .historySliderWrapper {
    height: 80px; }
  /* =SEARCH RESLUTS PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .mainTitle {
    font-size: 11em; }
  .searchContent h1 {
    font-size: 3.4em; }
  .searchResult {
    margin: 40px 0; }
  .searchInput {
    margin: 55px 10px 40px; }
    .searchInput .search {
      font-size: 1.8em; }
    .searchInput .button {
      min-width: 0;
      font-size: 1.4em; }
  /* =CONTACT US PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .contactContent {
    font-size: 1.3em; }
    .contactContent .colLeft {
      width: 54.8%; }
  .contactForm dt {
    line-height: 30px; }
  .contactForm input[type="text"], .contactForm input[type="tel"], .contactForm input[type="email"] {
    height: 28px;
    line-height: 28px; }
  .contactForm input[type="submit"] {
    min-width: 110px;
    height: 38px; }
  .contactForm textarea {
    height: 105px; }
  .contactForm .selectBox .styled-select-wrapper {
    height: 28px; }
  .contactForm .selectBox .styled-select-text {
    line-height: 28px;
    padding-right: 28px; }
  .contactForm .selectBox .styled-select-button {
    width: 28px; }
  /*	=LANDING PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .landingPage {
    height: auto;
    min-height: inherit; }
    .landingPage .colRight {
      width: 55%;
      left: 45%;
      padding-bottom: 34px; }
    .landingPage .inner {
      padding: 0 9.4% 0 3%; }
    .landingPage .buttons {
      margin: 5.2% 0 12px 0;
      position: relative; }
    .landingPage .button {
      min-width: 44.8%;
      position: absolute;
      top: -38px; }
      .landingPage .button:before {
        bottom: -12px;
        margin-left: -6px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid rgba(255, 255, 255, 0.35); }
    .landingPage .button.left {
      left: 0; }
    .landingPage .button.right {
      right: 0; }
    .landingPage .title {
      font-size: 5.2em;
      line-height: 0.8;
      margin-bottom: 5%; }
    .landingPage .subtitle {
      font-size: 3.5em; }
    .landingPage .landingContryInfo p {
      width: 45%;
      font-size: 1.4em; }
  .landingContryWrapper {
    padding: 20px 0;
    display: table;
    table-layout: fixed;
    margin: 0 auto; }
    .landingContryWrapper .landingAreaName {
      margin-bottom: 6px; }
    .landingContryWrapper .landingAreaNameSingle {
      margin-bottom: 10px; }
    .landingContryWrapper .landingContinent {
      display: table-cell;
      padding: 0 10px; }
    .landingContryWrapper .landingAccordion + .landingAccordion {
      margin-top: 16px; }
  /*	=SALONFINDER PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .salonfinderForm {
    width: 365px; }
    .salonfinderForm span.button {
      width: 125px;
      padding-top: 0;
      line-height: 4.9; }
  .markerLabel {
    background-image: url(../i/sprites/sprite.png);
    background-position: -108px -102px;
    width: 54px;
    height: 73px;
    line-height: 3.5; }
  .markerLabel.markerLabelOld {
    background-image: url(../i/sprites/sprite.png);
    background-position: -54px -102px;
    width: 54px;
    height: 73px; }
  .salonPointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -229px -93px;
    width: 43px;
    height: 60px;
    line-height: 3.5; }
  .salonPointer.salonPointerOld {
    background-image: url(../i/sprites/sprite.png);
    background-position: -129px -211px;
    width: 43px;
    height: 60px;
    line-height: 3.5; }
  .markerLabel:hover, .markerLabel.active, .markerLabel.selected {
    background-image: url(../i/sprites/sprite.png);
    background-position: -162px -102px;
    width: 54px;
    height: 73px; }
  .markerLabel.markerLabelOld:hover, .markerLabel.markerLabelOld.active, .markerLabel.markerLabelOld.selected {
    background-image: url(../i/sprites/sprite.png);
    background-position: 0px -102px;
    width: 54px;
    height: 73px; }
  .salon:hover, .salon.active, .salon.selected {
    background: white; }
    .salon:hover .salonPointer, .salon.active .salonPointer, .salon.selected .salonPointer {
      background-image: url(../i/sprites/sprite.png);
      background-position: 0px -211px;
      width: 43px;
      height: 60px; }
    .salon:hover .salonPointer.salonPointerOld, .salon.active .salonPointer.salonPointerOld, .salon.selected .salonPointer.salonPointerOld {
      background-image: url(../i/sprites/sprite.png);
      background-position: -229px -33px;
      width: 43px;
      height: 60px; }
  .openInGoogleMaps {
    display: none; }
  sup.small {
    font-size: 0.4em; }
  .socialBox .shadow {
    width: 115px; }
  .socialBox .facebook, .socialBox .tweeter, .socialBox .pinterest, .socialBox .youtube, .socialBox .instagram {
    display: inline-block;
    margin: 3px 13px;
    transition-property: opacity; }
  .contactFormInner span.button {
    width: 100px;
    font-size: 1em;
    height: 36px; }
  /*	=CARE COLLECTIONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .productFinderPage .careCollections li {
    min-width: 241px;
    width: 241px;
    height: 290px;
    margin: 0 2px 2px 0; }
    .productFinderPage .careCollections li a {
      min-width: inherit;
      width: inherit;
      height: inherit;
      margin: 0; }
    .productFinderPage .careCollections li img {
      width: inherit;
      height: inherit; }
  .pictureFrame.colCentered .visual + .col.colRight {
    top: auto;
    bottom: 0;
    height: 65%; }
  .pictureFrame .subtitle {
    font-size: 2em; }
  /*	=CARE COLLECTIONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .rwdDimension {
    width: 972px; }
  /*  =UNSUBSCRIBE PAGE
	-------------------- */
  .unsubscribe input[type="text"],
  .unsubscribe input[type="email"] {
    width: 300px; }
  /*  =SUBSCRIBE PAGE
	-------------------- */
  .subscribe input[type="text"], .subscribe input[type="email"] {
    width: 371px; }
  .subscribe .selectComboWrap {
    width: 394px; }
  .subscribe .styled-select-wrapper {
    float: right; }
  .subscribe .contactForm .selectBox {
    float: right;
    width: 180px; }
    .subscribe .contactForm .selectBox + .selectBox {
      margin-right: 33px; }
  .subscribe .contactForm .left .selectBox {
    margin: 0 213px 0 0; }
  .subscribe .contactForm .selectComboWrap.single .selectBox {
    width: 215px;
    margin: 0 178px 0 0; }
  .subscribe .contactForm .selectComboWrap.double .selectBox {
    width: 145px; }
    .subscribe .contactForm .selectComboWrap.double .selectBox + .selectBox {
      width: 215px; }
  .subscribe h2 {
    margin-bottom: 10px; }
  .subscribe .contactForm input + .validation-error-message {
    width: 372px; }
  /*	=NEW ELEMENTS FOR LONDA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .blur, .tileText {
    font-size: 0.8em; }
  .blur .blurShortContent {
    font-size: 2.5em;
    padding: 20px 16px 24px; }
  .mainArticle p {
    font-size: 1.6em; }
  .philosophy .mainArticle h2 {
    font-size: 3em; }
  .philosophy .mainArticle p {
    font-size: 1.6em; }
  #submenu {
    top: -160px; }
  /*	GLOBAL DIRECTORS page
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .tileTextContent {
    width: auto !important;
    height: 318px; }
  .popinTemplate2 .popinDescription {
    float: left; }
  .tile .mask-content h2 {
    font-size: 2.6em; }
  .mykadusmakeover article .descMakeover {
    text-align: justify;
    -ms-flex-order: 1;
        order: 1; }
  .mykadusmakeover article .stepsMakeover {
    -ms-flex-order: 2;
        order: 2; }
  .mykadusmakeover article .buttons {
    -ms-flex-order: 3;
        order: 3; } }

/* @media */
@media screen and (min-width: 1400px) {
  /*	=PLACEHOLDERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .play {
    font-size: 8.6em; }
  /*	=COMMON
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  header .search .search_mini_ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -458px -277px;
    width: 13px;
    height: 20px; }
  .trendingStories header .search {
    right: 50%;
    margin-right: -679px; }
  /* sprites for each icons in element .followUs */
  .followUs .ico_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -49px -393px;
    width: 24px;
    height: 26px; }
  .followUs .ico_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -25px -393px;
    width: 24px;
    height: 26px; }
  .followUs .ico_google {
    background-image: url(../i/sprites/sprite.png);
    background-position: -237px -393px;
    width: 20px;
    height: 26px; }
  .followUs .ico_pinterest {
    background-image: url(../i/sprites/sprite.png);
    background-position: -217px -393px;
    width: 20px;
    height: 26px; }
  .followUs .ico_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -121px -393px;
    width: 24px;
    height: 26px; }
  .followUs .ico_vkontakte {
    background-image: url(../i/sprites/sprite.png);
    background-position: -97px -393px;
    width: 24px;
    height: 26px; }
  /* sprites for each icons in element .otherBrands */
  .otherBrands .ico_wella {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -198px;
    width: 43px;
    height: 33px; }
  .otherBrands .ico_sebastian {
    background-image: url(../i/sprites/sprite.png);
    background-position: -100px -175px;
    width: 96px;
    height: 33px; }
  .otherBrands .ico_nioxin {
    background-image: url(../i/sprites/sprite.png);
    background-position: 0px -271px;
    width: 73px;
    height: 33px; }
  .otherBrands .ico_sassoon {
    background-image: url(../i/sprites/sprite.png);
    background-position: -229px 0px;
    width: 81px;
    height: 33px; }
  .otherBrands .ico_sp {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -99px;
    width: 47px;
    height: 33px; }
  .main {
    width: 1358px;
    /* RESPONSIVE */
    /* DYNAMIC BOXES ISOTOPE */ }
    .main.fixWidth.dynamicBox {
      width: 1400px;
      /* RESPONSIVE */ }
  .main.homeBg {
    background: url(../i/main_home_bg.jpg) 0 0 no-repeat #fff; }
  .nextBtn {
    height: 56px;
    width: 38px;
    background-image: url(../i/sprites/sprite.png);
    background-position: -272px -33px;
    width: 38px;
    height: 56px; }
  .prevBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -423px -231px;
    width: 28px;
    height: 46px; }
  section .breadcrumb {
    top: 193px; }
  .brandsArea h3 {
    font-size: 1.8em; }
  .pictureFrame .prodDescription {
    font-size: 2.2em; }
  .pictureFrame .prodNote {
    font-size: 1.5em; }
  /* DYNAMIC BOXES ISOTOPE */
  .tile .buttonWrap .button {
    min-width: inherit;
    padding: 0 25px;
    margin: 0; }
  .tile:hover .mask-headline {
    top: 0; }
  .tile:hover .buttonWrap {
    top: 0; }
  .familyArtist .tile .mask-headline {
    font-size: 2.9em; }
  .familyArtist .tile .mask-text {
    font-size: 2.4em; }
  .familyArtistPage .tile .mask-headline,
  .inspirationPage .tile .mask-headline,
  .tile-video .mask-headline {
    font-size: 2.8em; }
  .familyArtistPage .tile .mask-text,
  .inspirationPage .tile .mask-text,
  .tile-video .mask-text {
    font-size: 2.4em; }
  .home .tile .mask-headline {
    font-size: 5.4em; }
  .tile .home-mask-link {
    font-size: 2.2em; }
  .tileFacebook:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -202px;
    width: 18px;
    height: 18px; }
  .tileInstagram:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -346px;
    width: 18px;
    height: 18px; }
  .tileTwitter:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -274px;
    width: 18px;
    height: 18px; }
  .tileYouTube:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -454px -393px;
    width: 18px;
    height: 18px; }
  .starRating a {
    background-image: url(../i/sprites/sprite.png);
    background-position: -388px -393px;
    width: 22px;
    height: 19px; }
  .starRating a.active,
  .starRating a:hover {
    background-image: url(../i/sprites/sprite.png);
    background-position: -432px -393px;
    width: 22px;
    height: 19px; }
  .ratingSection a.more span {
    background-image: url(../i/sprites/sprite.png);
    background-position: -345px -393px;
    width: 21px;
    height: 21px; }
  .searchPane input[type='submit'] {
    background-image: url(../i/sprites/sprite.png);
    background-position: -272px -33px;
    width: 38px;
    height: 56px; }
  /* DYNAMIC BOXES ISOTOPE */
  .mob-show {
    display: none; }
  .footerRow {
    width: 1358px;
    /* RESPONSIVE */ }
  .brandHeader {
    margin: 50px 0; }
  .chooseLook h2 {
    font-size: 6.2em; }
  header .logo img {
    width: 100%; }
  .salonData article {
    font-size: 2em; }
  .salonLocation .button {
    margin: -68px 0 0; }
  .salonProducts li {
    font-size: 0.8em; }
  #mapWrapper {
    height: 636px; }
  #mapWrapper.narrowMap {
    height: 833px; }
  .markerLabel {
    background-image: url(../i/sprites/sprite.png);
    background-position: -108px -102px;
    width: 54px;
    height: 73px;
    line-height: 3.5; }
    .markerLabel:hover, .markerLabel.active, .markerLabel.selected {
      background-image: url(../i/sprites/sprite.png);
      background-position: -162px -102px;
      width: 54px;
      height: 73px; }
  .markerLabel.markerLabelOld {
    background-image: url(../i/sprites/sprite.png);
    background-position: -54px -102px;
    width: 54px;
    height: 73px; }
    .markerLabel.markerLabelOld:hover, .markerLabel.markerLabelOld.active, .markerLabel.markerLabelOld.selected {
      background-image: url(../i/sprites/sprite.png);
      background-position: 0px -102px;
      width: 54px;
      height: 73px; }
  .salonPointer {
    background-image: url(../i/sprites/sprite.png);
    background-position: -229px -93px;
    width: 43px;
    height: 60px;
    line-height: 3.2; }
  .salonPointer.salonPointerOld {
    background-image: url(../i/sprites/sprite.png);
    background-position: -129px -211px;
    width: 43px;
    height: 60px; }
  .salon:hover, .salon.active, .salon.selected {
    background: white; }
    .salon:hover .salonPointer, .salon.active .salonPointer, .salon.selected .salonPointer {
      background-image: url(../i/sprites/sprite.png);
      background-position: 0px -211px;
      width: 43px;
      height: 60px; }
    .salon:hover .salonPointer.salonPointerOld, .salon.active .salonPointer.salonPointerOld, .salon.selected .salonPointer.salonPointerOld {
      background-image: url(../i/sprites/sprite.png);
      background-position: -229px -33px;
      width: 43px;
      height: 60px; }
  .filterSalonList .salonPointer {
    margin-top: 20px; }
  .destinationInputs input[type="text"] {
    width: 60%; }
  .mapNesting1 > li {
    font-size: 4.95em; }
  .centerText h1 {
    margin-top: 50%; }
  .blocks li {
    width: 430px;
    height: 430px;
    margin: 11px; }
  .blocks .wide {
    width: 883px; }
  .pinkTitle {
    font-size: 13.4em; }
  .pushes3 li {
    width: 430px;
    height: 649px;
    margin: 11px; }
  .pushes3 p {
    font-size: 2.2em; }
  .centerTitle {
    font-size: 33em; }
  .errorContent {
    font-size: 2.2em; }
    .errorContent .searchPane {
      width: 292px; }
      .errorContent .searchPane .inputTextWrapper {
        height: 54px; }
  .detailsList .wrap {
    padding-top: 25px; }
  .detailsList .wrap .button {
    font-size: 1.8em;
    line-height: 55px; }
  .detailsList .description p {
    margin: 25px 0; }
  .detailsList .description ul {
    margin: 25px 0; }
  .detailsList .description .inner {
    height: 608px;
    padding: 0 54px 0 70px; }
  .colorProductPage .detailsList .description .inner {
    height: 617px; }
  .colorProductPage .detailsList h2 {
    font-size: 5.9em; }
  .colorProductPage .detailsList h3 {
    font-size: 1.5em; }
  .pinItem .pin {
    width: 20px;
    height: 23px;
    background: url("../sprites/shade_pin.png") 0 0 no-repeat;
    margin-left: -10px; }
  .pinItem .hover {
    width: 28px;
    margin-left: -14px; }
  .pinItem.active .pin {
    background: url("../sprites/shade_pin_hover.png") 0 0 no-repeat; }
  .tilesTrendings {
    padding: 65px 0; }
    .tilesTrendings .description {
      font-size: 2.2em; }
  .careDispatchPage .buttons, .productPage .buttons {
    margin-bottom: 35px;
    margin-top: 33px; }
  .careDispatchPage .buttons .buttonInlineWrapper {
    margin-left: 7px; }
  .careDispatchPage .buttons .buttonInlineWrapper:first-child {
    margin-left: 0px; }
  .careDispatchPage .buttonFlat, .productPage .buttonFlat {
    width: 230px;
    padding: 0 10px;
    font-size: 1.4em; }
  .careCollections > h1 {
    margin-bottom: 39px; }
  .careDispatchPage .panels > h2 {
    margin-bottom: 20px; }
  .careCollections h3 {
    font-size: 1.7em; }
  .careDispatchPage .brandsListWrap, .productPage .brandsListWrap {
    margin-top: 47px; }
  .productInformation .description {
    line-height: 20px; }
  .productInformation .description h1 {
    font-size: 2.4em;
    margin-bottom: 19px; }
  /*	=COLOR COLLECTIONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .colorDiscover .buttons {
    margin: 62px 0 40px; }
  .colorDiscover .tiles {
    margin-top: 40px; }
  .colorInformation .pictureFrame .icLogo {
    padding: 25% 0 8% 0; }
  .colorInformation .pictureFrame h1 {
    font-size: 5.8em;
    margin-bottom: 0; }
  .colorInformation .pictureFrame .inner .prodInfo {
    margin: 35px 0; }
  .colorInformation .buttons {
    margin: 58px 0 48px; }
  .collectionDivision {
    padding-bottom: 40px; }
  /* =WELLA HISTORY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .tile.pink h2, .tile.pink h3 {
    font-size: 4.9em; }
  .tile.pink p {
    font-size: 2.1em; }
  .tile .textBetweenLines {
    font-size: 2em; }
  .historyYear {
    font-size: 2.1em; }
  .historySlider li {
    font-size: 2.1em; }
  .historySlider .active {
    font-size: 3.2em; }
  /* =SEARCH RESLUTS PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .mainTitle {
    font-size: 11em; }
  .searchContent h1 {
    font-size: 3.4em; }
  .searchResult {
    margin: 40px 0; }
  .searchInput {
    margin: 55px 10px 40px; }
    .searchInput .search {
      font-size: 1.8em; }
  /*	=LANDING PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .landingPage .visual {
    max-width: none; }
  .landingPage .colRight {
    width: 50%;
    left: 50%; }
  .landingPage .inner {
    width: 620px;
    padding: 0; }
  .landingPage .buttons {
    margin: 5.2% 0 14px 0;
    position: relative; }
  .landingPage .button {
    min-width: 44.8%;
    position: absolute;
    top: -48px; }
    .landingPage .button:before {
      bottom: -14px;
      margin-left: -7px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid rgba(255, 255, 255, 0.35); }
  .landingPage .button.left {
    left: 0; }
  .landingPage .button.right {
    right: 0; }
  .landingPage .title {
    font-size: 7em;
    line-height: 0.8;
    margin-bottom: 10%; }
  .landingPage .subtitle {
    font-size: 4.8em;
    letter-spacing: 0.5px; }
  .landingPage .landingContryInfo p {
    width: 44.8%;
    font-size: 1.4em; }
  .landingContryWrapper {
    padding: 20px 0;
    display: table;
    table-layout: fixed;
    margin: 0 auto; }
    .landingContryWrapper .landingAreaName {
      margin-bottom: 6px; }
    .landingContryWrapper .landingAreaNameSingle {
      margin-bottom: 10px; }
    .landingContryWrapper .landingContinent {
      display: table-cell;
      padding: 0 10px; }
    .landingContryWrapper .landingAccordion + .landingAccordion {
      margin-top: 16px; }
  /*	=SALONFINDER PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .salonfinderForm {
    width: 421px; }
    .salonfinderForm span.button {
      width: 175px; }
  .openInGoogleMaps {
    display: none; }
  .cite .title {
    line-height: 30px;
    font-size: 3em; }
  sup.small {
    font-size: 0.4em; }
  .contactFormInner span.button {
    width: 100px;
    font-size: 1em; }
  /*	=CARE COLLECTIONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .productFinderPage .careCollections li {
    min-width: 337px;
    width: 337px;
    height: 407px;
    margin: 0 2px 2px 0; }
    .productFinderPage .careCollections li a {
      min-width: inherit;
      width: inherit;
      height: inherit;
      margin: 0; }
    .productFinderPage .careCollections li img {
      width: inherit;
      height: inherit; }
  /*	=CARE COLLECTIONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .rwdDimension {
    width: 1358px; }
  .pictureFrame .colLeft img.packshot, .pictureFrame .colRight img.packshot {
    width: 100%; }
  .nav-lvl3-img {
    height: auto; }
  /*	=CREATIVE DIRECTORS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .creativeDirectors blockquote {
    width: 60%;
    margin: 0 auto;
    padding: 30px 5%; }
  /*	=NEW ELEMENTS FOR LONDA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .push .pushBody {
    padding: 38px 29px 0; }
  .panels.inverse .block-1 {
    margin-left: 18px; }
  #submenu {
    top: -190px; }
  .mykadusmakeover article .descMakeover {
    text-align: justify;
    -ms-flex-order: 1;
        order: 1; }
  .mykadusmakeover article .stepsMakeover {
    -ms-flex-order: 2;
        order: 2; }
  .mykadusmakeover article .buttons {
    -ms-flex-order: 3;
        order: 3; } }

/*# sourceMappingURL=maps/main.css.map */
