@charset "UTF-8";
/*  =SPRITE MAPS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*   =SPRITE VARIABLES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/* sprites for each icons in element .followUs */
/*  =Google Fonts
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*  =PARTIALS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*	=FONT VARIABLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	=MIXINS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*
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);
*/
/**
 * 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(widescreens) { color: yellow; }
 */
/**
 * default variables can be ovverride
 */
/*	=GLOBAL VARIABLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* media query breakpoints */
/* Colors */
/*	=FONT FACE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/gotham-bold.eot");
  src: url("../fonts/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold.woff") format("woff"), url("../fonts/gotham-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/gotham-medium.eot");
  src: url("../fonts/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/gotham-book.eot");
  src: url("../fonts/gotham-book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book.woff") format("woff"), url("../fonts/gotham-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham Light";
  src: url("../fonts/gotham-light.eot");
  src: url("../fonts/gotham-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light.woff") format("woff"), url("../fonts/gotham-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham Light Italic";
  src: url("../fonts/gotham-light-italic.eot");
  src: url("../fonts/gotham-light-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light-italic.woff") format("woff"), url("../fonts/gotham-light-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: "Druk";
  src: local("Druk"), url("../fonts/DrukWide-Medium-Trial.otf") format("opentype"), url("../fonts/DrukWide-HeavyItalic-Web.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* 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, sans-serif;
  word-wrap: break-word;
  color: #44443e;
  -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: "Gotham Light";
  font-size: 4.8em; }

.size-2 {
  font-family: "Gotham Bold";
  font-size: 3.7em; }

h2.margin-1 {
  margin-bottom: 38px;
  text-transform: uppercase;
  margin-top: 38px; }

h3 {
  font-size: 2.6em; }

.center {
  text-align: center; }

.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;
  appearance: none; }

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

::-webkit-search-cancel-button {
  -webkit-appearance: none; }

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"] + label.css-label:before {
  background-image: url(../i/sprites/sprite.png);
  background-position: -446px -464px;
  width: 23px;
  height: 23px; }

input[type="checkbox"]:checked + label.css-label:before {
  background-image: url(../i/sprites/sprite.png);
  background-position: -272px -694px;
  width: 23px;
  height: 23px; }

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

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 {
      cursor: pointer; }
  .css-label.css-label--vert {
    text-align: center;
    padding: 0;
    width: 20px;
    height: 40px; }
    .css-label.css-label--vert:before {
      top: 20px; }

.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: "Gotham Medium";
      font-size: 2.3em;
      display: block; }
    .cite .info .author {
      font-family: arial;
      font-size: 2.2em;
      display: block;
      font-family: Arial, sans-serif; }
      .cite .info .author strong {
        font-family: "Gotham Medium";
        font-weight: normal; }
    .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;
	} Rozwala tile cite na stronie creative director */
blockquote {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 4.3em;
  line-height: 43px;
  text-align: center;
  position: relative;
  padding: 20px 4%; }

.tile.cite:after,
blockquote: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;
  -webkit-background-size: 100% 100%;
          background-size: 100%; }

.tile.cite:before,
blockquote: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;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  border: 0; }

.tile.cite:hover:before,
blockquote:hover:before {
  opacity: 1 !important; }

/*
	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; }

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

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

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

.block-3x1 {
  width: 1358px;
  height: 440px; }

.home .block-1x1 {
  width: 662px;
  height: 473px; }

.home .block-1x2 {
  width: 662px;
  height: 976px; }

.home .block-2x1 {
  width: 1354px;
  height: 473px; }

.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;
  /**
	 * 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 > img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.105, 0.86, 0.52, 0.965);
    transition: all 0.4s cubic-bezier(0.105, 0.86, 0.52, 0.965); }
  .tile .mask, .tile .mask * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .tile .mask a {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    width: initial;
    margin: auto; }
  .tile .mask-content {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 0;
    padding: 0 4% 2.8em 4%;
    z-index: 100; }
  .tile .mask-headline {
    font-family: "Gotham Bold";
    font-size: 3.4em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    line-height: 1;
    margin-bottom: 0.2em;
    position: relative;
    z-index: 100; }
    .tile .mask-headline span:last-child {
      font-family: "Gotham Light";
      display: block; }
  .tile .mask-text {
    width: 100%;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.8em;
    font-weight: normal; }
  .tile .buttonWrap {
    text-align: center;
    width: 100%;
    margin-bottom: 0.5em;
    position: relative;
    margin-top: 20px; }
    .tile .buttonWrap a {
      padding-left: 30px;
      padding-right: 30px; }
  .tile .socialButtons {
    width: 100%;
    height: 14px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 90%;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .tile .socialButtons ul {
      display: inline-block; }
    .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: -410px -304px;
        width: 24px;
        height: 14px; }
      .tile .socialButtons li.shadow.last {
        background-image: url(../i/sprites/sprite.png);
        background-position: -304px -518px;
        width: 24px;
        height: 14px; }
      .tile .socialButtons li.ico {
        width: 16px;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.2s;
                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: -541px -694px;
        width: 18px;
        height: 18px;
        margin-left: 10px; }
      .tile .socialButtons li.twitter {
        background-image: url(../i/sprites/sprite.png);
        background-position: -419px -371px;
        width: 18px;
        height: 18px;
        margin: 0 8px 0 5px; }
      .tile .socialButtons li.pinterest {
        background-image: url(../i/sprites/sprite.png);
        background-position: -487px -694px;
        width: 18px;
        height: 18px;
        margin-right: 10px; }
      .tile .socialButtons li.instagram {
        background-image: url(../i/sprites/sprite.png);
        background-position: -595px -694px;
        width: 18px;
        height: 18px;
        margin-right: 10px; }
  .tile:hover:before {
    opacity: 0; }
  .tile:hover img,
  .tile.effect-on img {
    -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
  .tile:hover .mask h2, .tile:hover .mask .buttonWrap, .tile:hover .mask .socialButtons,
  .tile.effect-on .mask h2,
  .tile.effect-on .mask .buttonWrap,
  .tile.effect-on .mask .socialButtons {
    opacity: 1; }
  .tile:hover .mask .buttonWrap,
  .tile.effect-on .mask .buttonWrap {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    top: 0; }
  .tile:hover .mask .socialButtons,
  .tile.effect-on .mask .socialButtons {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }

.tileDefault {
  text-transform: uppercase; }
  .tileDefault .tileTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    display: table;
    -webkit-transition: all 0.4s cubic-bezier(0.105, 0.86, 0.52, 0.965);
    transition: all 0.4s cubic-bezier(0.105, 0.86, 0.52, 0.965); }
    .tileDefault .tileTitle h4, .tileDefault .tileTitle h5 {
      color: #44443e;
      font-size: 2.5em;
      line-height: 1.2;
      text-align: left;
      padding: 0 11% 0 3%; }
    .tileDefault .tileTitle h4 {
      font-family: "Gotham Medium"; }
    .tileDefault .tileTitle h5 {
      font-family: "Gotham Light"; }
    .tileDefault .tileTitle .more {
      display: block;
      width: 27px;
      height: 28px;
      position: absolute;
      right: 2.5%;
      bottom: 50%;
      margin-bottom: -14px;
      background-color: #9eb7c9;
      line-height: 28px;
      font-size: 2.1em;
      font-family: "Gotham Medium";
      text-align: center; }
    .tileDefault .tileTitle:before {
      display: none; }
    .tileDefault .tileTitle.gradientLine:before {
      display: block;
      content: "";
      width: 100%;
      height: 5px;
      position: absolute;
      left: 0;
      top: -5px; }
  .tileDefault .play {
    -webkit-transition: all 0.4s cubic-bezier(0.105, 0.86, 0.52, 0.965);
    transition: all 0.4s cubic-bezier(0.105, 0.86, 0.52, 0.965); }
  .tileDefault .mask {
    background-color: rgba(53, 84, 110, 0.5); }
  .tileDefault:hover .tileTitle, .tileDefault:hover .more, .tileDefault:hover .play {
    opacity: 0; }
  .tileDefault .boldText, .tileDefault .thinText {
    font-size: 4.7em;
    display: block;
    line-height: 1; }
  .tileDefault .boldText {
    font-family: "Gotham Medium" !important; }
  .tileDefault .thinText {
    font-family: "Gotham Light" !important; }

.tileDeclaration:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  z-index: 1;
  background-image: url(../i/sprites/sprite.png);
  background-position: 0px -428px;
  width: 61px;
  height: 61px; }

.tileDeclaration .mask {
  background-color: rgba(53, 84, 110, 0.5); }

.tileDeclaration .declarationIcon {
  background-image: url(../i/sprites/sprite.png);
  background-position: 0px -428px;
  width: 61px;
  height: 61px;
  display: inline-block;
  margin-bottom: 25px; }

.tileDeclaration .declarationContent {
  display: block;
  font-size: 2.2em;
  font-family: "Gotham Book";
  margin: 0 3%; }

.main.home .tile {
  margin: 15px; }
  .main.home .tile .mask.ipadFix {
    opacity: 1 !important; }

.landingProductsTiles .tileDefault .tileTitle {
  height: 58px;
  text-align: left;
  padding: 0 11% 0 3%;
  width: 87%; }
  .landingProductsTiles .tileDefault .tileTitle h4, .landingProductsTiles .tileDefault .tileTitle h5 {
    display: inline;
    font-size: 3em;
    padding: 0; }

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

/* standard facephoto tile */
.tileTwitter.tile--social .mask-content,
.tileFacebook.tile--social .mask-content,
.tileVideo.tile--social .mask-content,
.tileYoutube.tile--social .mask-content {
  padding-left: 4em;
  padding-right: 4em; }

.tileTwitter .mask-headline,
.tileFacebook .mask-headline,
.tileVideo .mask-headline,
.tileYoutube .mask-headline {
  margin: 0; }

.tileTwitter .socialLogo,
.tileFacebook .socialLogo,
.tileVideo .socialLogo,
.tileYoutube .socialLogo {
  display: block;
  margin: 0 auto 20px; }

.tileTwitter .description,
.tileFacebook .description,
.tileVideo .description,
.tileYoutube .description {
  font-family: "Gotham Book"; }

.tileTwitter:before,
.tileFacebook:before,
.tileVideo:before,
.tileYoutube:before {
  content: "";
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 1; }

.tileFacebook .socialLogo {
  background-image: url(../i/sprites/sprite.png);
  background-position: -505px -101px;
  width: 65px;
  height: 65px; }

.tileFacebook:before {
  background-image: url(../i/sprites/sprite.png);
  background-position: -505px -101px;
  width: 65px;
  height: 65px; }

.tileTwitter {
  background: #fcfcfc;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s; }
  .tileTwitter .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -440px -101px;
    width: 65px;
    height: 65px;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s; }
  .tileTwitter:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -440px -101px;
    width: 65px;
    height: 65px; }
  .tileTwitter:hover .socialLogo,
  .tileTwitter.effect-on .socialLogo {
    opacity: 1; }
  .tileTwitter a {
    font-family: "Gotham Book";
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6em 5em 0; }
  .tileTwitter .description {
    color: #44443e;
    margin: 0; }
  .tileTwitter .twitNick {
    color: #44443e; }
  .tileTwitter .twitTitle {
    color: #4b6170;
    text-transform: uppercase; }
  .tileTwitter .twitNick,
  .tileTwitter .twitTitle {
    display: block; }
  .tileTwitter .line {
    width: 200px;
    height: 2px;
    background: #b6c5d0;
    margin: 30px auto; }

.tileVideo .socialLogo {
  background-image: url(../i/sprites/sprite.png);
  background-position: -96px -274px;
  width: 93px;
  height: 93px; }

.tileVideo:before {
  background-image: url(../i/sprites/sprite.png);
  background-position: -647px 0px;
  width: 47px;
  height: 53px; }

.tileYoutube .socialLogo {
  background-image: url(../i/sprites/sprite.png);
  background-position: -647px 0px;
  width: 47px;
  height: 53px; }

.tileYoutube:before {
  background-image: url(../i/sprites/sprite.png);
  background-position: -647px 0px;
  width: 47px;
  height: 53px; }

.tileYoutube:hover .play {
  background-image: url(../i/sprites/sprite.png);
  background-position: -508px -33px;
  width: 68px;
  height: 68px; }

.tileYoutube .description {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2.25em 2.25em; }

.tileButton {
  color: #373234; }
  .tileButton:hover img {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }
  .tileButton .buttonWrap {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 26px 26px; }
  .tileButton.tileButton--right .buttonWrap {
    text-align: right; }
  .tileButton.tileButton--right.block-2x1 .buttonWrap {
    margin-right: 120px; }
  .tileButton.tileButton--left .buttonWrap {
    text-align: left; }
  .tileButton.tileButton--left.block-2x1 .buttonWrap {
    margin-left: 120px; }
  .tileButton .tile-number,
  .tileButton .tile-percent {
    font-family: "Baskerville-SemiBold";
    font-size: 7em;
    position: absolute; }
  .tileButton .tile-text {
    font-family: "Gotham Light";
    font-size: 4.2em;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px; }

.tilesTrendings .mask-content {
  padding: 6em 5em 0; }

.play {
  background-image: url(../i/sprites/sprite.png);
  background-position: -440px -33px;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 190px;
  left: 50%;
  margin-left: -220px;
  z-index: 200; }

.salonMarketing .tile {
  margin: 15px; }
  .salonMarketing .tile .button {
    margin: 35px 0 0; }

.salonMarketing .block-1x1 {
  width: 664px;
  height: 474px; }

.salonMarketing .mask-content {
  padding: 0 5%; }

.salonMarketing .dotsDescription {
  position: absolute;
  left: 0;
  top: 0; }

.salonMarketing .tile:hover .dotsDescription {
  opacity: 0; }

.salonMarketing .dotsDescriptionContent {
  font-family: "Gotham Medium";
  font-size: 3.7em;
  text-transform: uppercase;
  color: #fff; }

.salonMarketing .mask-headline {
  font-size: 3.7em;
  color: #fff; }

.successStories .tileDefault {
  text-transform: none; }

/* ***********************
	==================
	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 {
  -webkit-transition-property: height, width;
  transition-property: height, width;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  /**** disabling Isotope CSS3 transitions ****/ }
  .isotope .isotope-item {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s; }
  .isotope.no-transition,
  .isotope.no-transition .isotope-item,
  .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
            transition-duration: 0s; }

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

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

.pictureFrame {
  position: relative;
  width: 100%; }
  .pictureFrame.flare-me-dark .colLeft {
    width: 100%; }
  .pictureFrame.flare-me-dark .colRight, .pictureFrame.flare-me-dark .centerPack {
    display: none; }

.pictureFrame img.visual {
  display: block; }

.pictureFrame img.visual.visualBottom {
  display: block;
  padding-top: 10px; }

.color-black {
  background: #000; }

.color-purple {
  background: #783350; }

.color-brown {
  background: #a5836d; }

.color-gray {
  background: #7e7e7e; }

.pictureFrame .col {
  position: absolute; }

.pictureFrame .colCenter {
  width: 100%; }

.pictureFrame.colCentered .colRight,
.pictureFrame.colCentered .colLeft {
  width: 100%; }

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

.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.colReversed .colRight .buttons {
    text-align: left; }

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

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

.pictureFrame img.centerPack {
  position: absolute;
  bottom: 0;
  /* -8% */
  left: 50%;
  margin-left: calc(-10.7142857% + 35px);
  width: calc(21.428571% - 70px);
  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 .colLeft .subtitle, .pictureFrame .colRight .subtitle {
  font-size: 2.4em;
  font-family: "Gotham Medium";
  padding: 8px 0;
  display: block;
  font-weight: normal; }

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

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

.pictureFrame.fullFrame .colRight .inner {
  padding: 50px 0; }

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

.pictureFrame.fullFrame .short {
  font-family: "Gotham Light", Arial, sans-serif;
  font-size: 2.4em;
  margin-top: 30px; }

.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-family: "Gotham Light";
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  padding-bottom: 4.444%; }

.pictureFrame .prodDescription {
  font-family: "Gotham Bold";
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 2em;
  display: block;
  padding: 0; }

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

.pictureFrame .colRight h1,
.pictureFrame .colRight h2 {
  font-family: "Gotham Book";
  font-size: 52px;
  line-height: 109.2410119840213%;
  margin: 3.50058343057% 0 4.6674445741% 0;
  color: #FFFFFF;
  text-transform: uppercase; }

.pictureFrame .colRight h3, .pictureFrame .colRight h2.mob-br-hide {
  font-family: "Gotham Book";
  font-size: 16px !important;
  line-height: 24px;
  margin: 3.97196261682% 0 4.6674445741% 0;
  margin-left: inherit !important;
  margin-right: inherit !important;
  color: #FFFFFF;
  text-transform: none; }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .pictureFrame .colRight h3, .pictureFrame .colRight h2.mob-br-hide {
      font-size: 12px !important;
      line-height: 19px; } }
  @media only screen and (max-width: 767px) {
    .pictureFrame .colRight h3, .pictureFrame .colRight h2.mob-br-hide {
      font-size: 12px !important;
      line-height: 19px; } }

.pictureFrame .colRight h1.large {
  /*padding: 40% 0 5% 0;*/
  margin: 0 0 20px;
  font-size: 7em;
  line-height: 1;
  text-transform: uppercase; }

.pictureFrame .colRight.bgPink .prodInfo {
  font-weight: bold;
  margin: 5% 0 1%; }

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

.subtitlePosition.imageSubtitlePosition img {
  width: auto !important; }

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

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

.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 .founder h2 {
  font-family: "Gotham Medium";
  font-size: 9.8em !important;
  line-height: 92px !important;
  margin: 0; }

.pictureFrame .founder .founderInfo {
  font-size: 1.6em !important;
  text-align: justify;
  line-height: 25px; }

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

.pictureFrame .founder .line {
  padding: 20px 0; }

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

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

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .CP_Pro_Color_Kit .pictureFrame .colRight {
    padding-left: 0; } }

.CP_Pro_Color_Kit .pictureFrame .colRight .verticalAlign {
  padding-left: 5% !important; }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .CP_Pro_Color_Kit .pictureFrame .colRight h3 span {
    padding-top: 20px; } }

@media only screen and (min-width: 1400px) {
  .CP_Pro_Color_Kit .pictureFrame .colRight h3 span {
    padding-top: 30px; } }

.CP_Pro_Color_Kit .pictureFrame .colRight h3 small {
  font-size: 10px; }

.CP_Pro_Color_Kit .style-extenders-header-col {
  background: black; }

.pictureFrame .colRight.shimmer-lights-header-col ~ img.centerPack {
  width: 45% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 !important; }

.button.brown {
  background-color: #585853; }

.button.darkBlue {
  background-color: #2ab2bf; }

.button.gold {
  background-color: #b9a35f;
  background-image: -webkit-gradient(linear, left top, right top, from(#b9a35f), color-stop(7%, #b9a35f), color-stop(18%, #ebd6a4), color-stop(50%, #b9a35f), to(#b9a35f));
  background-image: -webkit-linear-gradient(left, #b9a35f 0%, #b9a35f 7%, #ebd6a4 18%, #b9a35f 50%, #b9a35f 100%);
  background-image: linear-gradient(to right, #b9a35f 0%, #b9a35f 7%, #ebd6a4 18%, #b9a35f 50%, #b9a35f 100%); }

/*----- PRODUCTS COLOR LINES -----*/
.kitsLine:before {
  background-color: #888389;
  background-image: -webkit-gradient(linear, left top, right top, from(#888389), to(white));
  background-image: -webkit-linear-gradient(left, #888389 0%, white 100%);
  background-image: linear-gradient(90deg, #888389 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888389', endColorstr='#ffffff',GradientType=1 ); }

.renewLine:before {
  background-color: #6EB147;
  background-image: -webkit-gradient(linear, left top, right top, from(#6eb147), to(white));
  background-image: -webkit-linear-gradient(left, #6eb147 0%, white 100%);
  background-image: linear-gradient(90deg, #6eb147 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6EB147', endColorstr='#ffffff',GradientType=1 ); }

.intensiveLine:before {
  background-color: #533190;
  background-image: -webkit-gradient(linear, left top, right top, from(#533190), to(white));
  background-image: -webkit-linear-gradient(left, #533190 0%, white 100%);
  background-image: linear-gradient(90deg, #533190 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#533190', endColorstr='#ffffff',GradientType=1 ); }

.stylingLine:before {
  background-color: #094C8C;
  background-image: -webkit-gradient(linear, left top, right top, from(#094c8c), to(white));
  background-image: -webkit-linear-gradient(left, #094c8c 0%, white 100%);
  background-image: linear-gradient(90deg, #094c8c 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094C8C', endColorstr='#ffffff',GradientType=1 ); }

.minoxidilLine:before {
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(white));
  background-image: -webkit-linear-gradient(left, black 0%, white 100%);
  background-image: linear-gradient(90deg, black 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); }

.careStyling .button {
  background-image: -webkit-linear-gradient(45deg, #816FAB 26%, #BDB4D3 64%, #BDB4D3 64%, #816FAB 85%);
  background-image: linear-gradient(45deg, #816FAB 26%, #BDB4D3 64%, #BDB4D3 64%, #816FAB 85%); }

.buttonsWrapper {
  height: auto !important;
  z-index: 100;
  position: relative; }

.buttons {
  text-align: center;
  margin: 26px;
  position: relative; }
  .buttons.center {
    margin: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%; }
  .buttons .prevBtn {
    position: absolute;
    left: 0;
    top: -4px; }
  .buttons.empty {
    border-radius: 8px 0;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 48px;
    visibility: hidden;
    margin: 0 !important; }
    @media only screen and (min-width: 768px) and (max-width: 1399px) {
      .buttons.empty {
        line-height: 34px; } }
    @media only screen and (max-width: 767px) {
      .buttons.empty {
        line-height: 40px; } }

.button {
  margin-left: 14px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham Book";
  line-height: 48px;
  border-radius: 8px 0 8px 0;
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  background-color: #dbc8b6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .button:first-child {
    margin-left: 0; }
  .button.small {
    min-width: 162px; }
  .button.binTrigger {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    width: 100%; }

.button.black {
  background-image: -webkit-linear-gradient(45deg, #000000 26%, #353335 64%, #353335 64%, #000000 85%);
  background-image: linear-gradient(45deg, #000000 26%, #353335 64%, #353335 64%, #000000 85%);
  height: 45px; }

/* FIXOWANIE BUTTONÓW NA STRONIE */
.buttonsWrapper.is-sticky {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .buttonsWrapper.is-sticky .buttons {
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 101;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: margin 0.8s;
    transition: margin 0.8s; }

@media only screen and (min-width: 1400px) {
  .buttons .button {
    min-width: 283px; }
  .buttonsWrapper.is-sticky .buttons {
    margin-top: 110px; }
  .binTrigger {
    max-width: 310px; } }

/*end desktop*/
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .buttons .button {
    min-width: 203px;
    line-height: 38px;
    font-size: 1.1em; }
  .buttonsWrapper.is-sticky .buttons {
    margin-top: 90px; }
  .binTrigger {
    max-width: 220px;
    line-height: 38px; } }

/*end laptop*/
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .buttons .button {
    min-width: 190px;
    line-height: 34px;
    font-size: 1.1em;
    top: 20px; }
  .buttonsWrapper.is-sticky .buttons {
    margin-top: 71px; }
  .binTrigger {
    max-width: 220px;
    line-height: 34px; } }

/*end tablet*/
@media only screen and (max-width: 767px) {
  .buttons {
    margin-top: 50px; }
    .buttons .button {
      min-width: 240px;
      font-size: 1.2em;
      line-height: 40px;
      margin: 0; }
  .buttonsWrapper.is-sticky .buttons {
    margin-top: 50px; }
  .binTrigger {
    font-size: 1.1em;
    max-width: 100%;
    line-height: 40px; } }

/*end mobile*/
.buttonsSubmenuWrap {
  position: relative; }
  .buttonsSubmenuWrap #subMenu {
    position: absolute;
    left: 0;
    top: -120px; }

.buttonsSubmenu {
  margin: 26px 0;
  text-align: center; }
  .buttonsSubmenu a {
    display: inline-block;
    position: relative;
    min-width: 240px;
    height: 46px;
    line-height: 46px;
    font-size: 1.4em;
    font-family: "Gotham Light";
    color: #fff;
    margin: 5px;
    padding: 0 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .buttonsSubmenu a:hover:before, .buttonsSubmenu a.active:before {
      opacity: 1;
      filter: alpha(opacity=1); }
    .buttonsSubmenu a:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8px 0 8px;
      border-color: #ffffff transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -8px;
      opacity: 0;
      filter: alpha(opacity=0); }

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .button {
    padding: 14px 22px 10px 26px; }
    .button.button--next {
      padding: 14px 26px 10px 22px; }
      .button.button--next:after {
        top: 14px; }
  .buttonsWrapper.is-sticky .buttons {
    margin-top: 71px; }
  .binTrigger {
    max-width: 220px;
    line-height: 34px; }
  .buttonsSubmenuWrap #subMenu {
    top: -80px; }
  .buttonsSubmenu a {
    font-size: 1.2em;
    min-width: 166px;
    height: 33px;
    line-height: 33px;
    margin: 3px; } }

/*end laptop*/
@media screen and (min-width: 1400px) {
  .colorInformation .buttons {
    margin-top: 70px; }
  .buttonsWrapper.is-sticky .buttons {
    margin-top: 110px; }
  .binTrigger {
    max-width: 310px; }
  .colorInformation .button.mob-hide {
    display: none; } }

/*end desktop*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button {
    padding: 14px 22px 10px 26px; }
    .button.button--next {
      padding: 14px 26px 10px 22px; }
      .button.button--next:after {
        top: 14px; }
  .buttonsWrapper.is-sticky .buttons {
    margin-top: 71px; }
  .binTrigger {
    max-width: 220px;
    line-height: 34px; }
  .buttonsSubmenuWrap #subMenu {
    top: -80px; }
  .buttonsSubmenu a {
    font-size: 1.2em;
    min-width: 166px;
    height: 33px;
    line-height: 33px;
    margin: 3px; } }

/*end tablet*/
@media screen and (max-width: 767px) {
  .buttons .button {
    margin: .5% 0;
    bottom: 5%; }
  .button {
    padding: 0 22px 0 26px; }
    .button.button--next {
      padding: 14px 26px 10px 22px; }
    .button.-button {
      display: none; }
  .buttonsWrapper.is-sticky .buttons {
    margin-top: 50px; }
  .binTrigger {
    font-size: 1.1em;
    max-width: 100%;
    line-height: 40px; }
  .buttonsSubmenuWrap #subMenu {
    top: -60px; }
  .buttonsSubmenu a {
    margin: 3px 0; } }

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

/*	=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; }

body {
  left: 0;
  -webkit-transition: left 1s;
  transition: left 1s; }
  @media only screen and (max-width: 767px) {
    body.js-buttons-fixed .logo {
      background: #fff; } }

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

header .salon_finder_ico {
  margin: 5px 35px 0 0;
  float: right;
  display: block; }

header .subscribe_ico {
  margin: 7px 10px 0 0;
  float: right;
  display: block; }

@media only screen and (max-width: 767px) {
  header {
    height: 50px;
    overflow: visible;
    position: fixed;
    left: 0;
    background: none transparent; }
    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 .search .search_mini_ico {
        width: 33%;
        margin: 0;
        padding: 0;
        border: 0;
        background: url(../i/sprite/search_mini_ico_cellphone.png) 50% 50% no-repeat;
        height: 46px;
        display: block; }
      header .search .salon_finder_ico {
        width: 33%;
        margin: 0;
        padding: 0;
        border: 0;
        background: url(../i/sprite/salon_finder_ico_cellphone.png) 50% 50% no-repeat;
        height: 46px;
        float: left;
        display: block; }
      header .search .subscribe_ico {
        width: 33%;
        margin: 0;
        padding: 0;
        border: 0;
        background: url(../i/sprite/subscribe_ico_cellphone.png) 50% 50% no-repeat;
        height: 46px;
        float: left;
        display: block; }
      header .search .nav-glass {
        display: none; }
    header .searchWrap {
      width: 79px;
      height: 46px;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent; }
    header .searchAction {
      display: none; }
    header .searchSubmit {
      display: none; }
    header .searchTrigger {
      overflow: hidden;
      text-indent: -6666px;
      background: transparent url(../i/sprite/search_button_cellphone.png) 50% 50% no-repeat;
      margin: 0;
      width: 33%;
      height: 46px;
      float: left;
      display: block; }
    header .header-inner {
      right: 0;
      width: 100%;
      margin: 0 auto;
      position: relative;
      height: auto;
      -webkit-transition: none;
      transition: none;
      /*.menu-event-catcher {
		    	width: 42px;
		    	height: 41px;
		    	top: 4.5px;
		    	left: 12px;
		    	z-index: 2;
		    }
			.menuTrigger {
				width: 22px;
		    	height: 21px;
		    	padding: 10px;
				right: auto;
				top: auto;
				left: auto;
				bottom: auto;
				background-color: #000;
				margin-left: 0;
				display: block;
				background: transparent url('../i/sprites/menu-trigger_cellphone-m.png') center no-repeat;
				img {
					display: none;
				}
			}*/ }
    header .logo {
      /* background-color: #fff;
		    background-color: rgba(255, 255, 255, 0.75); */
      width: 320px;
      height: 50px;
      text-align: center;
      margin: auto;
      display: block;
      position: relative;
      top: 0;
      left: 0; }
      header .logo a {
        display: inline-block;
        position: relative; }
      header .logo img {
        display: inline-block;
        width: 53px;
        margin-top: 7px; } }

.searchTrigger {
  display: none; }

.nav-title {
  display: none; }
  @media only screen and (max-width: 767px) {
    .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; }
  .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; }
  .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 {
  -webkit-transition: margin-top 0.4s ease-out, top 0.3s ease-out;
  transition: margin-top 0.4s ease-out, top 0.3s ease-out;
  background-color: #191919;
  position: absolute;
  margin-top: -200%;
  top: 97%;
  width: 100%;
  text-align: center;
  z-index: 250;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  @media only screen and (max-width: 767px) {
    .nav {
      background-color: transparent;
      top: 97px;
      display: none;
      width: 275px; } }
  .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: 767px) {
    .nav.is-active {
      display: block; } }

.is-menu-presented .nav {
  margin-top: 0; }

@media only screen and (max-width: 767px) {
  .is-mobilesearch-expanded .nav {
    top: 143px; }
  .is-mobilesearch-expanded header .searchWrap {
    -webkit-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    background-color: #191919; }
  .is-mobilesearch-expanded header .searchSubmit {
    display: block;
    margin: 0;
    background-image: url(../i/sprites/sprite.png);
    background-position: -601px -265px;
    width: 41px;
    height: 45px; }
  .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;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }
  @media only screen and (max-width: 767px) {
    .nav-glass {
      display: none; } }

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

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

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

.nav-lvl1 {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .nav-lvl1 {
      width: 275px;
      right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl1 {
      width: 768px;
      height: 49px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl1 {
      width: 989.28571px;
      height: 46.42857px; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl1 {
      width: 1397px;
      /*1400 x Q (wievport width) */
      height: 65px;
      /* menu height, 65 x Q  */ } }

.nav-lvl1-elem {
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .nav-lvl1-elem {
      background-color: #373737;
      color: #fff;
      display: block; } }

.nav-lvl1-link {
  color: #fff;
  border-style: solid;
  font-weight: bold;
  margin: 0 -1px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .nav-lvl1-link {
      height: 46px;
      font-size: 1.3em;
      padding-left: 28px;
      width: 275px;
      text-align: left;
      color: #f7f7f9;
      border-width: 1px 0 0;
      border-color: #767676; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl1-link {
      padding: 0 5px;
      font-size: 1em;
      height: 49px;
      border-width: 0 2px;
      border-color: #191919; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl1-link {
      padding: 0 10.71429px;
      font-size: 10px;
      height: 46.42857px;
      border-width: 0 2px;
      border-color: #191919; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl1-link {
      padding: 0 15px;
      font-size: 14px;
      height: 65px;
      border-width: 0 2px;
      border-color: #191919; } }

@media only screen and (max-width: 767px) {
  .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; }
  .is-lvl2-visible .nav-lvl1-elem.is-expandable .nav-lvl1-link {
    background-position: 103px 56%; }
  .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: #2ab2bf;
  color: #ffffff;
  border-color: #2ab2bf; }

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

@media only screen and (max-width: 767px) {
  .is-lvl2-visible .nav-lvl1-elem.is-expanded .nav-lvl1-link {
    background-position: 103px 56%; }
  .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-color: #333; } }

.nav-lvl2 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 260; }

.nav-lvl2.trendvision-submenu {
  width: 1008px;
  left: 50%;
  margin-left: -504px; }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2.trendvision-submenu {
      width: 966px; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl2.trendvision-submenu {
      width: 756px;
      margin-left: -390px; } }
  @media only screen and (max-width: 767px) {
    .nav-lvl2.trendvision-submenu {
      margin: 0px; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .nav-lvl2.trendvision-submenu .nav-lvl2-elem img {
    width: 185px; }
  .nav-lvl2.trendvision-submenu .nav-lvl2-elem h2 {
    width: 185px; } }

.nav-lvl2.trendvision-submenu .nav-lvl2-title {
  font-size: 1.4em;
  line-height: 1em;
  height: 50px;
  width: 193px;
  padding-top: 4px; }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl2.trendvision-submenu .nav-lvl2-title {
      font-size: 2.4em;
      width: 143px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2.trendvision-submenu .nav-lvl2-title {
      font-size: 2.2em; } }
  @media only screen and (max-width: 767px) {
    .nav-lvl2.trendvision-submenu .nav-lvl2-title {
      font-size: 1.3em;
      padding-right: 4px; } }

.nav-lvl2.trendvision-submenu .nav-lvl2-tab {
  width: auto;
  padding: 1.5% 0; }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl2.trendvision-submenu .nav-lvl2-tab {
      width: 143px;
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .nav-lvl2.trendvision-submenu .nav-lvl2-tab {
      display: block;
      border-width: 0 1px 1px 1px;
      border-color: #d9d9d9;
      border-style: solid;
      padding: 0; } }

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

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

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

.nav-lvl2-link {
  text-align: left;
  color: #ffffff;
  background-color: #3f3f3f;
  font-family: "Gotham Book";
  border-right: 1px solid #3a3a3a;
  border-top: 1px solid #ffffff;
  font-size: 1.6em;
  text-transform: uppercase;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .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: 768px) and (max-width: 1399px) {
    .nav-lvl2-link {
      width: 141px;
      font-size: 1.2em;
      padding-left: 11px;
      height: 41px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2-link {
      width: 177.85714px;
      font-size: 1.14286em;
      padding-left: 11.42857px;
      height: 42.85714px; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-link {
      width: 249px;
      font-size: 1.6em;
      padding-left: 16px;
      height: 60px; } }

.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: -webkit-gradient(linear, left bottom, right top, from(rgba(42, 178, 191, 0.2)), to(rgba(0, 127, 139, 0.2)));
  background-image: -webkit-linear-gradient(left bottom, rgba(42, 178, 191, 0.2) 0%, rgba(0, 127, 139, 0.2) 100%);
  background-image: linear-gradient(to right top, rgba(42, 178, 191, 0.2) 0%, rgba(0, 127, 139, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#332ab2bf', endColorstr='#33007f8b',GradientType=1 );
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s; }

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

.nav-wella-blog .nav-lvl2-tab {
  width: 50%;
  padding: 1.6% 1.4% 1.6% 1.4%; }
  .nav-wella-blog .nav-lvl2-tab:first-child {
    margin-left: 0 !important; }
  @media only screen and (max-width: 767px) {
    .nav-wella-blog .nav-lvl2-tab {
      padding: 0; } }

.nav-lvl2-tab {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .nav-lvl2-tab .mask-wrapper {
      display: none; }
    .nav-lvl2-tab .nav-lvl2-title {
      border-color: #d9d9d9;
      font-size: 1.3em;
      height: 42px;
      padding-left: 15px;
      padding-top: 3px;
      width: 249px;
      font-weight: normal;
      font-family: "Gotham Book";
      position: relative;
      text-align: left;
      text-transform: uppercase;
      display: table-cell;
      vertical-align: middle;
      line-height: 34px; }
      .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: 768px) and (max-width: 1399px) {
    .nav-lvl2-tab {
      margin: 27px 0 20px 40px;
      float: left;
      width: 325px;
      font-size: 0.5em; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl2-tab {
      margin: 27px 0 20px 40px;
      float: left;
      width: 325px;
      font-size: 0.6em; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-tab {
      margin: 27px 0 20px 20px;
      float: left;
      width: 325px; } }

.nav-lvl2-img {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.nav-lvl2-title {
  color: #000000;
  text-transform: uppercase;
  font-family: "Gotham Bold";
  font-weight: bold;
  display: block;
  text-align: left;
  line-height: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl2-title {
      font-size: 3em; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl2-title {
      font-size: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .nav-inside-wella .nav-lvl2-tab {
    width: 18.9%; } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .nav-inside-wella .nav-lvl2-tab {
    width: 19.2%; } }

@media only screen and (min-width: 1400px) {
  .nav-inside-wella .nav-lvl2-tab {
    width: 19.4%; } }

.nav-inside-wella .nav-lvl2-title {
  height: 48px;
  line-height: 48px;
  font-size: 2.4em;
  font-weight: normal; }
  @media only screen and (min-width: 1400px) {
    .nav-inside-wella .nav-lvl2-title {
      height: 67px;
      line-height: 67px;
      font-size: 1.4em; } }

.nav-inside-wella .nav-lvl2-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

.nav-inside-wella .nav-lvl2-img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .nav-lvl2-tab:hover .nav-lvl2-title {
    background-position: 96% 50%;
    background-image: url(../i/sprite/nav/nav-lvl2-expandable-ico-cellphone.png); } }

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .nav-lvl2-tab:hover .nav-lvl2-title {
    background-position: 96% 50%;
    background-image: url(../i/sprite/nav/nav-lvl2-expandable-ico-tablet.png); } }

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .nav-lvl2-tab:hover .nav-lvl2-title {
    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 {
    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;
  font-family: "ClanNarrow-News";
  border-right: 1px solid #3a3a3a;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .nav .productFinder {
      width: 249px;
      height: 46px;
      border-color: #767676;
      background-position: 138px 50%;
      background-image: url(../i/sprite/nav/nav-lvl2-expandable-ico-cellphone.png);
      background-repeat: no-repeat; }
      .nav .productFinder:hover {
        background: url(../i/sprite/nav/nav-lvl2-expandable-active-ico-cellphone.png) 138px 54% no-repeat #fff;
        color: #191919;
        border-right: 1px solid #ebebeb; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav .productFinder {
      width: 141px;
      font-size: 1.5em;
      height: 40px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav .productFinder {
      width: 177.85714px;
      font-size: 1.57143em;
      height: 42.85714px; } }
  @media only screen and (min-width: 1400px) {
    .nav .productFinder {
      width: 249px;
      font-size: 2.2em;
      height: 60px; } }

.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: "Gotham Book";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .nav .productFinder-btn {
      border: 0 none;
      font-family: "Gotham Book";
      font-weight: normal;
      line-height: 1;
      font-size: 1.5em;
      /*Impossible to break HTML5 placeholder. TODO: change for JS placeholder*/
      height: 46px;
      padding: 9px 20px 0 35px;
      position: relative; }
      .nav .productFinder-btn:hover {
        color: #191919; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav .productFinder-btn {
      width: 119px;
      height: 32px;
      padding: 9px;
      margin-top: 3px;
      font-size: 0.5em;
      word-spacing: 1px;
      line-height: 14px; } }
  @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.6em;
      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 .ir {
  -moz-appearance: none;
  border: 0 none;
  cursor: pointer;
  line-height: 10px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .nav .productFinder-btn .ir {
      background-image: url(../i/sprites/sprite.png);
      background-position: -747px -142px;
      width: 13px;
      height: 13px;
      position: absolute;
      top: 16px;
      left: 14px; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav .productFinder-btn .ir {
      float: right;
      background-image: url(../i/sprites/sprite.png);
      background-position: -747px -142px;
      width: 13px;
      height: 13px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav .productFinder-btn .ir {
      background-image: url(../i/sprites/sprite.png);
      background-position: -747px -142px;
      width: 13px;
      height: 13px;
      margin: -1px 5px 0 0; } }
  @media only screen and (min-width: 1400px) {
    .nav .productFinder-btn .ir {
      background-image: url(../i/sprites/sprite.png);
      background-position: -469px -694px;
      width: 18px;
      height: 18px;
      margin: -4px 10px 0 0; } }

@media only screen and (max-width: 767px) {
  .nav .productFinder-btn:hover span {
    background-image: url(../i/sprites/sprite.png);
    background-position: -747px -155px;
    width: 13px;
    height: 13px; } }

/* expandable lvl2 */
.nav-lvl2-elem.is-expandable .nav-lvl2-link {
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .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: 768px) 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-tablet.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: #28b1be;
  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: 767px) {
    .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: 768px) 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-tablet.png) 123px 50% 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: 768px) and (max-width: 1399px) {
  .nav-lvl2-elem.is-expandable.is-current .nav-lvl2-link {
    border-top: 0 none; } }

@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: 768px) and (max-width: 1399px) {
    .nav-lvl2-elem.is-expandable.is-current .nav-lvl2-link {
      background: url(../i/sprite/nav/nav-lvl2-expanded-ico-tablet.png) 123px 50% no-repeat #fff; } }
  @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: #28b1be;
  border-right: 1px solid #ebebeb; }
  @media only screen and (max-width: 767px) {
    .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: 768px) 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-tablet.png) 123px 50% 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .nav-lvl3 {
      position: static; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl3 {
      left: 141px;
      width: 627px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl3 {
      left: 177.85714px;
      width: 812px; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl3 {
      left: 249px;
      width: 1148px; } }
  .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: 767px) {
    .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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .nav-lvl3-link {
      position: relative;
      min-height: 46px;
      background: none;
      border-width: 0 1px 1px; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl3-link {
      width: 209px;
      height: 142px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl3-link {
      width: 202.85714px;
      height: 138.57143px; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl3-link {
      width: 287px;
      /* (1400 - $nav-lvl2-width-wide - (border width)*cols - 1)/ cols */
      height: 194px;
      /* 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; }

.nav-lvl3-img {
  height: 90.206185567%;
  margin-left: 9px;
  margin-top: 8px; }
  @media only screen and (max-width: 767px) {
    .nav-lvl3-img {
      display: none; } }

.nav .plus-ico:before {
  content: "+";
  position: absolute;
  bottom: 4px;
  right: 6px;
  font-family: arial;
  font-size: 1em;
  z-index: 2;
  font-size: inherit;
  color: #28b1be; }
  @media only screen and (max-width: 767px) {
    .nav .plus-ico:before {
      bottom: 0px;
      right: 4px;
      font-size: 1.3em; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav .plus-ico:before {
      bottom: 0px;
      right: 4px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav .plus-ico:before {
      bottom: 0px;
      right: 4px; } }
  @media only screen and (min-width: 1400px) {
    .nav .plus-ico:before {
      bottom: 0px;
      right: 4px;
      font-size: 1.3em; } }

/* n = 4 (4 kolumny)
	1, n, n+1 */
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .nav-lvl3-elem:nth-child(3n) .nav-lvl3-link {
    border-right: 0 none; } }

@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-color: #f2f3f1; }

.nav-lvl3-text {
  position: absolute;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .nav-lvl3-text {
      position: static;
      width: 110px;
      padding: 5px 15px 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl3-text {
      top: 41.142857142%;
      left: 87px;
      width: 110px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl3-text {
      top: 41.142857142%;
      left: 78.57143px;
      width: 107.14286px; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl3-text {
      top: 41.142857142%;
      left: 110px;
      width: 150px; } }

.nav-lvl3-text strong {
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  display: block;
  font-family: "Gotham Bold"; }
  .nav-lvl3-text strong small {
    font-size: inherit;
    text-transform: lowercase; }
  @media only screen and (max-width: 767px) {
    .nav-lvl3-text strong {
      font-size: 0.85em;
      line-height: 1.15; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl3-text strong {
      font-size: 1em;
      line-height: 1.2; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl3-text strong {
      font-size: 1em;
      line-height: 1.1; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl3-text strong {
      font-size: 1.4em;
      line-height: 1.1; } }

.nav-lvl3-text em {
  color: #000000;
  font-style: normal;
  line-height: 1;
  font-family: "Gotham Book"; }
  @media only screen and (max-width: 767px) {
    .nav-lvl3-text em {
      font-size: 1.3em;
      line-height: 1.65; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .nav-lvl3-text em {
      font-size: 1em; } }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .nav-lvl3-text em {
      font-size: 1em; } }
  @media only screen and (min-width: 1400px) {
    .nav-lvl3-text em {
      font-size: 1.4em; } }

.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;
  -webkit-transition: background 0.2s ease-out 0.2s;
  transition: background 0.2s ease-out 0.2s; }

.menu-event-catcher {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: default; }
  .device-show-hamburger .menu-event-catcher:before {
    left: 6%;
    top: 25px;
    right: auto;
    bottom: auto;
    display: block;
    content: "";
    position: absolute; }
  .menu-event-catcher .menuIco {
    background-image: url(../i/sprites/sprite.png);
    background-position: -571px -489px;
    width: 26px;
    height: 26px;
    left: 2%;
    top: 50%;
    margin-top: -11px;
    right: auto;
    bottom: auto;
    display: block;
    content: "";
    position: absolute;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .menu-event-catcher .menuIco {
        background-image: url(../i/sprites/sprite.png);
        background-position: -613px -694px;
        width: 18px;
        height: 18px; } }

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

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

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

.is-menu-visible .header-inner {
  background: white;
  -webkit-transition: none;
  transition: none; }

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .is-menu-presented .menuTrigger {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  .is-menu-presented .header-inner {
    background: white;
    -webkit-transition: none;
    transition: none; }
  .is-menu-presented header .header-inner {
    background: #fff; }
  .is-menu-presented header .nav {
    margin-top: 0; }
  .is-menu-presented header .header-inner .menuTrigger {
    opacity: 0; } }

.submenu6options {
  width: 943px;
  left: 245px; }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .submenu6options {
      left: 27px; } }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .submenu6options {
      width: 717px;
      left: 24px; } }
  .submenu6options .nav-lvl2-elem:nth-child(3n+1) .nav-lvl2-tab {
    /* border-left: 0 none; */ }
  .submenu6options .nav-lvl2-tab {
    padding: 0;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    width: 33.33%; }
    @media only screen and (max-width: 767px) {
      .submenu6options .nav-lvl2-tab {
        border: 0 none; } }
    .submenu6options .nav-lvl2-tab:first-child {
      margin: 0; }
  .submenu6options .nav-lvl2-title {
    height: 50px;
    line-height: 50px;
    text-transform: none; }
    @media only screen and (max-width: 767px) {
      .submenu6options .nav-lvl2-title {
        line-height: 1.5; } }

a[href*="shimmer"].nav-lvl3-link .nav-lvl3-img {
  height: 80%; }

a[href*="shimmer"].nav-lvl3-link .nav-lvl3-text {
  width: 100px;
  left: 125px; }
  @media only screen and (min-width: 1400px) {
    a[href*="shimmer"].nav-lvl3-link .nav-lvl3-text {
      width: 100px;
      left: 160px; } }

.skip-link {
  display: inline-block;
  position: absolute;
  left: -9000em;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  z-index: 2; }
  .skip-link:hover, .skip-link:focus, .skip-link:active {
    left: 0;
    top: 0;
    z-index: 250;
    background: #fff;
    color: #000; }

/*----- 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: -521px -574px;
    width: 22px;
    height: 19px; }
    .rating a.point {
      background-image: url(../i/sprites/sprite.png);
      background-position: -499px -574px;
      width: 22px;
      height: 19px; }
  .rating.rating--valuebar li {
    margin-left: 2px; }
  .rating.rating--valuebar a {
    width: 25px;
    height: 7px;
    background: #e2e2e2; }
    .rating.rating--valuebar a.point {
      background: #92a5b1;
      width: 25px;
      height: 7px; }

.tooltip__box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 16px 14px 22px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .tooltip__box.active {
    visibility: visible;
    opacity: 1; }
  .tooltip__box .tooltip__box__close {
    font-size: 1.6em;
    line-height: 17px;
    width: 17px;
    height: 17px;
    text-align: center;
    font-family: "Gotham Light";
    color: #fff;
    background-color: #97b1c4; }

.reviewsRead, .reviewsWrite {
  clear: both;
  margin-top: 40px; }
  .reviewsRead h3, .reviewsWrite h3 {
    font-family: "Gotham Light";
    font-size: 4.8em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px; }

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

/*----- Review section -----*/
.reviewActions {
  display: inline-block;
  clear: both;
  margin: 30px 0 20px;
  padding: 20px 0;
  /*   border-top: 2px solid #eef1f3;
    border-bottom: 2px solid #eef1f3; */ }
  .reviewActions .revActionsCol {
    position: relative;
    display: inline-block;
    margin: 0 -3px;
    padding: 0 10px; }
    .reviewActions .revActionsCol > a {
      position: relative;
      padding: 0 21px 0 0;
      text-decoration: none;
      font-family: "Gotham Book";
      font-size: 1.6em; }
      .reviewActions .revActionsCol > a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -7px;
        background-image: url(../i/sprites/sprite.png);
        background-position: -715px -694px;
        width: 15px;
        height: 15px; }
      .reviewActions .revActionsCol > a.noArrow {
        padding: 0 0 0 5px; }
        .reviewActions .revActionsCol > a.noArrow:after {
          display: none; }
  .reviewActions .rating {
    position: relative;
    top: 4px; }
    .reviewActions .rating a {
      cursor: default; }
  .reviewActions .tooltip__box {
    top: 31px;
    left: 45%;
    width: 326px;
    text-transform: uppercase; }
    .reviewActions .tooltip__box h5 {
      margin: 0 0 20px;
      font-family: "Gotham Book";
      font-size: 1.6em;
      text-align: center; }
      .reviewActions .tooltip__box h5 strong {
        display: block;
        font-family: "Gotham Bold";
        font-size: 1.1em; }
    .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: 16px;
        font-family: "Gotham Book";
        font-size: 1.5em; }
    .reviewActions .tooltip__box .nrOfStars {
      position: absolute;
      top: 0;
      right: 0;
      width: 26px;
      height: 16px;
      font-family: "Gotham Light";
      font-size: 1.5em;
      color: #b5b5b5; }
    .reviewActions .tooltip__box .revProgress {
      height: 16px;
      border: 1px solid #e5e5e5; }
      .reviewActions .tooltip__box .revProgress div {
        height: 16px;
        background: #97b1c4;
        text-indent: -9999em; }

.reviewsRead {
  clear: both;
  display: none; }
  .reviewsRead.active {
    display: block; }
  .reviewsRead .reviewsReadHeader {
    text-align: center;
    font-family: "Gotham Light";
    font-size: 2em; }
    .reviewsRead .reviewsReadHeader .rating {
      margin-left: 20px; }
  .reviewsRead p {
    margin: 10px 0; }
  .reviewsRead .reviewsFilter {
    height: 100px; }
    .reviewsRead .reviewsFilter .button {
      margin-top: 50px; }
    .reviewsRead .reviewsFilter .selectBox {
      float: right;
      width: 250px;
      margin-top: 90px;
      font-size: 1.8em; }
      .reviewsRead .reviewsFilter .selectBox .styled-select-wrapper {
        border: 1px solid #e5e5e5; }
      .reviewsRead .reviewsFilter .selectBox .styled-select-button {
        background-color: #97b1c4; }
      .reviewsRead .reviewsFilter .selectBox select {
        opacity: 0; }
    @media only screen and (min-width: 1000px) and (max-width: 1399px) {
      .reviewsRead .reviewsFilter .button {
        margin-top: 28px; } }

.revItem {
  border-bottom: 2px solid #eef1f3;
  display: table;
  width: 100%; }
  .revItem:first-of-type {
    border-top: 2px solid #eef1f3; }
  .revItem > div {
    display: table-cell; }

.revProfile {
  padding: 15px;
  width: 15%;
  border-right: 1px solid #fff;
  text-align: left; }
  .revProfile h4 {
    font-size: 2.8em;
    font-family: "Gotham Bold"; }
  .revProfile p {
    font-size: 1.4em;
    font-family: "Gotham Medium"; }
  .revProfile .productUser {
    font-style: italic;
    color: #7f7f7b;
    display: block; }
  .revProfile .revReport {
    font-size: 1.2em;
    color: #bfbdbd;
    font-family: "Gotham Light"; }
    .revProfile .revReport:hover {
      text-decoration: underline; }

.revStats {
  width: 20%;
  padding: 15px;
  font-size: 1.6em;
  font-family: "Gotham Bold";
  border-right: 1px solid #fff;
  text-align: left; }
  .revStats div {
    margin-top: 5%; }
  .revStats .rating {
    margin-right: 15px;
    margin-bottom: 10px; }
  .revStats .revLabel {
    display: block;
    margin-bottom: 5px; }
  .revStats .revPopularity a {
    font-size: 0.75em;
    font-family: "Gotham Medium";
    padding: 3px 10px 3px 20px; }
  .revStats .revLike {
    background-image: url(../i/sprites/sprite.png);
    background-position: -56px -718px;
    width: 16px;
    height: 20px; }
    .revStats .revLike.disable {
      background-image: url(../i/sprites/sprite.png);
      background-position: -584px -464px;
      width: 16px;
      height: 20px; }
  .revStats .revUnlike {
    background-image: url(../i/sprites/sprite.png);
    background-position: -40px -718px;
    width: 16px;
    height: 20px; }
    .revStats .revUnlike.disable {
      background-image: url(../i/sprites/sprite.png);
      background-position: -24px -718px;
      width: 16px;
      height: 20px; }
  .revStats .disable {
    color: #e2e2e2;
    cursor: default; }
  .revStats .revRating {
    margin-bottom: 20px; }
    .revStats .revRating .rating {
      margin-bottom: 0; }
    .revStats .revRating span {
      display: inline-block; }

.revContent {
  padding: 20px 15px 20px 50px;
  width: 65%;
  min-height: 163px;
  position: relative;
  border-right: 1px solid #fff;
  text-align: left; }
  .revContent h4 {
    margin: 0;
    position: relative;
    font-size: 2em;
    font-family: "Gotham Bold"; }
    .revContent h4:before {
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      left: -26px;
      background-image: url(../i/sprites/sprite.png);
      background-position: -672px -638px;
      width: 18px;
      height: 18px; }
  .revContent strong {
    font-weight: "Gotham Bold";
    display: block;
    margin: 20px 0 20px;
    font-size: 2em; }
  .revContent time {
    display: block;
    font-size: 1.9em;
    color: #8b9fac; }
  .revContent p {
    margin: 0 0 10px;
    font-size: 1.6em;
    line-height: 1.5;
    font-family: "Gotham Medium"; }

.revSocial {
  text-align: center;
  width: 114px;
  vertical-align: middle; }
  .revSocial ul {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
    .revSocial ul:before, .revSocial ul:after {
      content: "";
      display: block;
      width: 16px;
      height: 3px;
      position: absolute;
      left: -16px;
      top: 40%;
      background-color: #44443e; }
    .revSocial ul:after {
      left: auto;
      right: -22px; }
  .revSocial li {
    display: inline-block; }
  .revSocial a {
    display: block;
    text-indent: -9999em; }
  .revSocial .revFacebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -156px -694px;
    width: 24px;
    height: 24px; }
  .revSocial .revYoutube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -84px -694px;
    width: 24px;
    height: 24px; }

/*----- Form Section ------*/
.reviewsWrite {
  display: none; }
  .reviewsWrite.active {
    display: block; }
  .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: #97b1c4;
    cursor: help; }
  .reviewsWrite .tooltip__box {
    top: 50%;
    left: 50%;
    width: 326px; }
    .reviewsWrite .tooltip__box h5 {
      font-family: "Gotham Medium";
      font-size: 1.8em;
      color: #97b1c4;
      text-transform: uppercase;
      margin: 0 0 20px; }
    .reviewsWrite .tooltip__box p, .reviewsWrite .tooltip__box ul {
      font-family: "Gotham Light";
      font-size: 1.2em;
      color: #44443e; }
    .reviewsWrite .tooltip__box p {
      margin-bottom: 15px; }
    .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 .tooltip__box__close {
      text-decoration: none; }

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

.reviewsWrite__form {
  margin: 20px 105px 0; }
  .reviewsWrite__form label, .reviewsWrite__form .label {
    font-size: 2em;
    text-transform: uppercase;
    display: block;
    font-family: "Gotham Book";
    padding-bottom: 4px; }
    .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 input[type="text"], .reviewsWrite__form textarea {
    font-family: "Gotham Light";
    font-size: 1.8em;
    color: #868686;
    border: 1px solid #e5e5e5;
    background: #fffdfd;
    width: 100%;
    height: 38px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .reviewsWrite__form textarea {
    padding: 5px;
    height: 110px; }
  .reviewsWrite__form .selectBox {
    font-family: "Gotham Light";
    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: red !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-family: "Gotham Light Italic";
    padding-top: 4px;
    display: block; }
  .reviewsWrite__form .button {
    margin: 50px 0; }
  .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: 2em;
      line-height: 28px;
      padding: 2px 10px 0 !important;
      text-align: center;
      background-image: none; }
    .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;
      font-family: "Gotham Light"; }

.reviewsWrite__form__row {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  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;
  -webkit-box-sizing: border-box;
          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--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: -60px; }
  .reviewsWrite__form__col.right {
    text-align: right;
    padding-right: 10px; }
  .reviewsWrite__form__col.left {
    padding-left: 10px; }

.reviewsWrite__form__head {
  text-align: left;
  color: #97b1c4;
  font-family: "Gotham Medium";
  margin-bottom: 20px;
  position: relative; }
  .reviewsWrite__form__head h4 {
    font-size: 3.3em;
    text-transform: uppercase; }
  .reviewsWrite__form__head .txtReqired {
    display: block;
    font-size: 1.7em;
    line-height: 1.2; }

.reviewsWrite__form__field {
  text-align: left;
  margin-bottom: 20px; }
  .reviewsWrite__form__field .selectBox {
    width: 230px; }
  .reviewsWrite__form__field label .selectBox {
    font-size: 1em; }

/*----- Popups -----*/
.popinTemplate2.reviewsThanks {
  width: 910px;
  padding: 20px;
  min-height: initial; }
  .popinTemplate2.reviewsThanks h3 {
    color: #97b1c4;
    font-size: 3.2em;
    font-family: "Gotham Medium"; }
  .popinTemplate2.reviewsThanks p {
    font-size: 1.6em;
    padding: 30px 0 50px;
    line-height: 1.3;
    font-family: "Gotham Light"; }
  .popinTemplate2.reviewsThanks button {
    margin-left: 0; }
  .popinTemplate2.reviewsThanks .button {
    display: none; }

.popinTemplate2.reviewsPopin {
  width: 910px;
  padding: 20px; }
  .popinTemplate2.reviewsPopin h3 {
    color: #97b1c4;
    font-size: 3.2em;
    font-family: "Gotham Medium"; }
  .popinTemplate2.reviewsPopin .row {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5; }
  .popinTemplate2.reviewsPopin .col1 {
    width: 24%;
    padding: 2% 2% 2% 0;
    float: left;
    border-right: 1px solid #e5e5e5; }
  .popinTemplate2.reviewsPopin .col2 {
    min-height: initial;
    width: 71%;
    padding: 2% 0 2% 2%;
    float: left; }
  .popinTemplate2.reviewsPopin .revRating {
    margin-top: 0;
    font-family: Arial, sans-serif; }
  .popinTemplate2.reviewsPopin .revProfile {
    font-family: "Gotham Medium";
    font-size: 0.87em;
    font-style: italic;
    width: auto;
    padding: 0; }
  .popinTemplate2.reviewsPopin .revContent {
    padding: 0 0 0 10px;
    width: auto;
    min-height: initial;
    padding-bottom: 30px; }
    .popinTemplate2.reviewsPopin .revContent strong {
      margin-top: 0; }
    .popinTemplate2.reviewsPopin .revContent p, .popinTemplate2.reviewsPopin .revContent time {
      font-size: 1.7em; }
    .popinTemplate2.reviewsPopin .revContent p {
      font-family: "Gotham Light"; }
  .popinTemplate2.reviewsPopin .revRank p {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.8; }
  .popinTemplate2.reviewsPopin .revRecommend {
    height: 78px;
    padding-top: 40px; }
    .popinTemplate2.reviewsPopin .revRecommend label {
      font-size: 2.2em;
      line-height: 1;
      color: #97b1c4;
      font-family: "Gotham Medium";
      padding-bottom: 15px; }
  .popinTemplate2.reviewsPopin .revConfirm {
    border: 0 none;
    font-family: "Gotham Light"; }
    .popinTemplate2.reviewsPopin .revConfirm p {
      font-size: 1.7em;
      padding-bottom: 20px; }
    .popinTemplate2.reviewsPopin .revConfirm a {
      text-decoration: underline; }
    .popinTemplate2.reviewsPopin .revConfirm label {
      font-size: 1.4em;
      line-height: 1.5; }
  .popinTemplate2.reviewsPopin .revButtons .black {
    margin-right: 20px; }
  .popinTemplate2.reviewsPopin .revButtons .left {
    float: left; }
  .popinTemplate2.reviewsPopin .revButtons .right {
    float: right; }
  .popinTemplate2.reviewsPopin input[type="checkbox"] {
    z-index: 1;
    cursor: pointer; }
  .popinTemplate2.reviewsPopin input[type="checkbox"] + label.css-label:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -446px -464px;
    width: 23px;
    height: 23px; }
  .popinTemplate2.reviewsPopin input[type="checkbox"]:checked + label.css-label:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -272px -694px;
    width: 23px;
    height: 23px; }

@media screen and (min-width: 768px) and (max-width: 1024px), print {
  /*----- Reviews Global Styles -----*/
  .rating a {
    background-image: url(../i/sprites/sprite.png);
    background-position: -463px -518px;
    width: 14px;
    height: 13px; }
    .rating a.point {
      background-image: url(../i/sprites/sprite.png);
      background-position: -449px -518px;
      width: 14px;
      height: 13px; }
  .tooltip__box {
    padding: 10px 14px; }
    .tooltip__box .tooltip__box__close {
      font-size: 0.9em;
      line-height: 10px;
      width: 10px;
      height: 10px; }
  .reviewsRead h3, .reviewsWrite h3 {
    font-size: 2.8em; }
  /*----- Review section -----*/
  .revItem {
    font-size: 1.2em; }
  .reviewActions .revActionsCol {
    padding: 0 6px; }
    .reviewActions .revActionsCol > a {
      padding: 0 18px 0 0;
      font-size: 1em; }
  .reviewActions .tooltip__box {
    top: 28px;
    left: 0;
    width: 182px; }
    .reviewActions .tooltip__box h5 {
      font-size: 1em;
      line-height: 1.2;
      margin: 0 0 10px; }
      .reviewActions .tooltip__box h5 strong {
        font-size: 1em; }
    .reviewActions .tooltip__box li {
      padding-right: 20px;
      padding-left: 45px;
      line-height: 10px; }
      .reviewActions .tooltip__box li strong {
        width: 50px;
        height: 8px;
        font-size: 0.9em; }
    .reviewActions .tooltip__box .nrOfStars {
      width: 15px;
      height: 8px;
      font-size: 0.8em; }
    .reviewActions .tooltip__box .revProgress {
      height: 8px; }
      .reviewActions .tooltip__box .revProgress div {
        height: 8px; }
  .reviewsRead .reviewsReadHeader {
    font-size: 1.2em; }
  .reviewsRead .reviewsFilter {
    height: 45px;
    margin-top: 40px; }
    .reviewsRead .reviewsFilter .button, .reviewsRead .reviewsFilter .selectBox {
      margin-top: 0;
      font-size: 1em; }
    .reviewsRead .reviewsFilter .selectBox {
      width: 125px; }
  .revProfile {
    padding: 12px; }
    .revProfile h4 {
      font-size: 1.3em; }
    .revProfile p {
      font-size: 0.9em; }
    .revProfile .revReport {
      font-size: 0.8em; }
  .revStats {
    padding: 12px;
    font-size: 1em;
    line-height: 1.4; }
    .revStats .rating {
      margin-right: 8px; }
    .revStats .revPopularity a {
      padding: 1px 10px 1px 13px; }
    .revStats .revLike {
      background-image: url(../i/sprites/sprite.png);
      background-position: -747px -274px;
      width: 8px;
      height: 9px; }
    .revStats .revUnlike {
      background-image: url(../i/sprites/sprite.png);
      background-position: -747px -283px;
      width: 8px;
      height: 9px; }
    .revStats .revRating {
      margin-bottom: 10px; }
  .revContent {
    padding: 12px 12px 12px 24px; }
    .revContent h4 {
      font-size: 1em;
      line-height: 1.8; }
      .revContent h4:before {
        left: -14px;
        background-image: url(../i/sprites/sprite.png);
        background-position: -747px -254px;
        width: 10px;
        height: 10px; }
    .revContent strong, .revContent time, .revContent p {
      font-size: 1em; }
    .revContent strong {
      margin: 10px 0 10px; }
  .revSocial {
    width: 60px; }
    .revSocial ul:before, .revSocial ul:after {
      display: none; }
    .revSocial li {
      display: block;
      margin: 5px 0; }
  /*----- 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: 1.9em; }
    .reviewsWrite__error ul {
      font-size: 1.2em;
      margin: 15px 0 0; }
  .reviewsWrite__form {
    margin: 20px 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; }
    .reviewsWrite__form .link {
      font-size: 1.2em; }
    .reviewsWrite__form .uploader .uploader__no-file, .reviewsWrite__form .uploader .button {
      font-size: 1.2em; }
  .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;
    -webkit-background-size: 75% 75%;
            background-size: 75%; }
  .reviewsWrite__form__col.reviewsWrite__form__col--big .selectBox .styled-select-text {
    padding-right: 28px !important; }
  .reviewsWrite__form__col.reviewsWrite__form__col--border {
    padding-left: 45px; }
    .reviewsWrite__form__col.reviewsWrite__form__col--border .reviewsWrite__form__content:before {
      left: -45px; }
  .reviewsWrite__form__head h4 {
    font-size: 2.4em; }
  .reviewsWrite__form__head .txtReqired {
    font-size: 1.2em;
    line-height: 1;
    margin-top: 5px; }
  .reviewsWrite__form__field {
    margin-bottom: 20px; }
  /*----- Popups -----*/
  .popinTemplate2.reviewsThanks {
    width: 680px; }
  .reviewsPopin {
    width: 700px;
    padding: 15px; }
    .reviewsPopin h3 {
      font-size: 2.4em; }
    .reviewsPopin .row {
      padding: 20px 0; }
    .reviewsPopin .col1 {
      border-right: 0 none;
      width: 36%; }
    .reviewsPopin .col2 {
      width: 60%; }
    .reviewsPopin .revStats {
      font-size: 1.3em; }
    .reviewsPopin .revContent {
      padding-bottom: 10px; }
      .reviewsPopin .revContent strong {
        margin-top: 0;
        font-size: 1.6em; }
      .reviewsPopin .revContent p, .reviewsPopin .revContent time {
        font-size: 1.3em; }
      .reviewsPopin .revContent p {
        font-family: "Gotham Light"; }
    .reviewsPopin .revRank p {
      font-size: 2.2em;
      font-weight: bold;
      line-height: 1.8; }
    .reviewsPopin .revRecommend {
      height: 78px;
      border-top: 1px solid #e5e5e5;
      padding-top: 20px; }
      .reviewsPopin .revRecommend label {
        font-size: 1.3em;
        padding-bottom: 10px; }
    .reviewsPopin .revConfirm p {
      font-size: 1.3em;
      padding-bottom: 20px; }
    .reviewsPopin .revConfirm a {
      text-decoration: underline; }
    .reviewsPopin .revConfirm label {
      font-size: 1.1em;
      line-height: 1.3;
      padding-left: 20px; }
    .reviewsPopin .revButtons .black {
      margin-right: 15px; }
    .reviewsPopin .revButtons .button {
      font-size: 1.5em; }
    .reviewsPopin input[type="checkbox"] + label.css-label:before {
      background-image: url(../i/sprites/sprite.png);
      background-position: -146px -718px;
      width: 14px;
      height: 14px; }
    .reviewsPopin input[type="checkbox"]:checked + label.css-label:before {
      background-image: url(../i/sprites/sprite.png);
      background-position: -132px -718px;
      width: 14px;
      height: 14px; }
  .reviewsFilter a {
    line-height: 16px; } }

@media screen and (max-width: 767px) {
  /*----- Reviews Global Styles -----*/
  .rating li {
    margin-left: 4px; }
  .rating.rating--valuebar a {
    width: 49px;
    height: 8px; }
    .rating.rating--valuebar a.point {
      width: 49px;
      height: 8px; }
  .reviewsRead, .reviewsWrite {
    display: block;
    height: 49px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5; }
    .reviewsRead h3, .reviewsWrite h3 {
      font-size: 2em;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      padding: 14px 0;
      text-align: left; }
      .reviewsRead h3:before, .reviewsWrite h3:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: url("../i/sprite/arrows_up_down_white.png") no-repeat scroll center -17px #44443e; }
    .reviewsRead.active, .reviewsWrite.active {
      height: auto;
      overflow: visible; }
      .reviewsRead.active h3 h2:before, .reviewsWrite.active h3 h2:before {
        background: url("../i/sprite/arrows_up_down_white.png") no-repeat scroll center 10px #44443e; }
  .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: "Gotham Light";
      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: -685px -694px;
      width: 15px;
      height: 15px;
      position: absolute;
      right: 0;
      top: 12.5px; }
    .reviewsRating-mob.reviewActions .tooltip__box {
      width: 300px;
      left: -10px; }
      .reviewsRating-mob.reviewActions .tooltip__box h5 {
        text-align: center;
        font-size: 1.6em; }
      .reviewsRating-mob.reviewActions .tooltip__box li strong, .reviewsRating-mob.reviewActions .tooltip__box li .nrOfStars {
        font-size: 1.5em; }
  /*----- Review section -----*/
  .reviewActions {
    text-align: center;
    border-bottom: 0 none;
    margin: 30px 0 10px;
    padding: 0; }
    .reviewActions .revActionsCol {
      padding: 0 6px;
      margin-bottom: 10px; }
      .reviewActions .revActionsCol:first-child {
        display: block;
        border-bottom: 2px solid #eef1f3; }
    .reviewActions .tooltip__box {
      top: 28px;
      left: -10px;
      width: 300px; }
  .revItem {
    display: block; }
  .revItem > div {
    display: block;
    width: 92%;
    padding: 15px 4%;
    border-bottom: 2px solid #fff; }
  .revProfile {
    border-top: 1px solid #fff; }
    .revProfile h4 {
      font-size: 1.7em; }
    .revProfile p {
      font-size: 1.2em; }
  .revStats div {
    margin-top: 5%; }
    .revStats div:first-child {
      margin-top: 0; }
  .revContent {
    border-left: 0 none; }
    .revContent h4 {
      font-size: 1.2em;
      padding: 10px 0 10px 20px; }
      .revContent h4:before {
        left: -4px;
        top: 6px; }
    .revContent strong, .revContent time, .revContent p {
      font-size: 1.4em; }
    .revContent p {
      font-family: "Gotham Light";
      line-height: 1.2; }
  /*----- 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; }
    .reviewsWrite__form textarea {
      height: 110px; }
    .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;
      width: auto; }
    .reviewsWrite__form .reviewsWrite__form__subnote {
      font-size: 1.2em;
      padding-top: 7px; }
    .reviewsWrite__form .button {
      font-size: 1.5em;
      margin: 20px 0; }
    .reviewsWrite__form .link {
      font-size: 1.2em; }
    .reviewsWrite__form .uploader {
      margin-top: 10px; }
      .reviewsWrite__form .uploader .uploader__no-file, .reviewsWrite__form .uploader .button {
        font-size: 1.5em; }
      .reviewsWrite__form .uploader .uploader__upload {
        margin-top: 10px; }
  .reviewsWrite__form__row {
    padding-bottom: 0;
    margin-bottom: 20px; }
  .reviewsWrite__form__col {
    width: 100%;
    margin-bottom: 20px; }
    .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;
      -webkit-background-size: 75% 75%;
              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 .txtReqired {
    font-size: 1.2em;
    line-height: 1;
    margin-top: 5px; }
  .reviewsWrite__form__field {
    margin-bottom: 20px; }
  /*----- Popups -----*/
  .reviewsThanks.popinTemplate2 {
    width: 280px; }
    .reviewsThanks.popinTemplate2 h3 {
      font-size: 3em; }
    .reviewsThanks.popinTemplate2 p {
      font-size: 1.4em;
      line-height: 1;
      padding: 20px 0; }
  .reviewsPopin.popinTemplate2 {
    width: 290px;
    padding: 15px; }
  .reviewsPopin h3 {
    font-size: 3em; }
  .reviewsPopin .row {
    padding: 15px 0; }
  .reviewsPopin .col1 {
    width: 100%;
    padding: 0 0 4%;
    border-right: 0 none;
    border-bottom: 1px solid #e5e5e5; }
  .reviewsPopin .col2 {
    width: 100%;
    padding: 4% 0 0;
    border: 0 none; }
  .reviewsPopin .revContent {
    padding-bottom: 15px; }
    .reviewsPopin .revContent p {
      font-size: 1.4em;
      margin: 0; }
  .reviewsPopin .revRank p {
    font-size: 1.5em;
    line-height: 1.2; }
  .reviewsPopin .revRecommend {
    height: auto;
    padding-top: 15px; }
    .reviewsPopin .revRecommend label {
      font-size: 1.4em; }
  .reviewsPopin .revConfirm p, .reviewsPopin .revConfirm label {
    font-size: 1.4em; }
  .reviewsPopin .revButtons {
    text-align: center; }
    .reviewsPopin .revButtons .button {
      margin: 5px; }
    .reviewsPopin .revButtons .left {
      float: none; }
    .reviewsPopin .revButtons .right {
      float: none; }
  .reviewsPopin .css-label {
    padding-left: 28px; } }

#BVRRSummaryContainer .bv-action-bar {
  display: none !important; }

/*	=FONT VARIABLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	=MIXINS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*
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);
*/
/**
 * 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(widescreens) { color: yellow; }
 */
/**
 * default variables can be ovverride
 */
/*	=GLOBAL VARIABLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* media query breakpoints */
/* Colors */
.unsubscribe, .subscribe {
  font-size: 1.6em;
  margin-top: 70px;
  font-family: "Gotham Book";
  border-bottom: 1px solid #dfdfdf; }
  .unsubscribe .colLeft, .subscribe .colLeft {
    width: 35.58615611192931%;
    float: right;
    padding: 0 40px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .unsubscribe .colLeft, .subscribe .colLeft {
        width: 100%;
        padding: 0; } }
  .unsubscribe .colRight, .subscribe .colRight {
    width: 63.43298969072165%;
    float: right;
    border-left: 1px solid #dfdfdf;
    padding: 0 0 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .unsubscribe .colRight, .subscribe .colRight {
        width: 100%;
        border-left: none;
        padding: 0; } }
  .unsubscribe h2, .unsubscribe h1, .subscribe h2, .subscribe h1 {
    font-family: "Gotham Bold";
    font-size: 2.3em;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .unsubscribe h2, .unsubscribe h1, .subscribe h2, .subscribe h1 {
        font-size: 22px !important; } }
  .unsubscribe .text, .subscribe .text {
    margin-bottom: 20px;
    line-height: 28px;
    clear: both; }
  .unsubscribe label, .unsubscribe .text, .subscribe label, .subscribe .text {
    margin-bottom: 5px;
    line-height: 180%; }
    .unsubscribe label a, .unsubscribe .text a, .subscribe label a, .subscribe .text a {
      color: #2ab2bf;
      text-decoration: none; }
      .unsubscribe label a:hover, .unsubscribe .text a:hover, .subscribe label a:hover, .subscribe .text a:hover {
        text-decoration: underline; }
  .unsubscribe .asterisk, .subscribe .asterisk {
    color: #2ab2bf; }
  .unsubscribe input[type="text"], .subscribe input[type="text"] {
    width: 435px; }
  .unsubscribe .textWrap, .subscribe .textWrap {
    display: block;
    float: left;
    line-height: 48px; }
  .unsubscribe .chechWrap, .subscribe .chechWrap {
    padding: 10px 0; }
  .unsubscribe #email-errors, .subscribe #email-errors {
    padding: 10px 0; }
  .unsubscribe .button input, .subscribe .button input {
    font-size: 0.7em; }
  .unsubscribe .popupTemplate, .subscribe .popupTemplate {
    width: 400px;
    min-height: 180px;
    height: auto;
    z-index: 9002;
    background: #fff;
    display: inline-block;
    position: relative;
    left: auto; }
    @media only screen and (max-width: 767px) {
      .unsubscribe .popupTemplate, .subscribe .popupTemplate {
        width: 100%; } }
    .unsubscribe .popupTemplate .close, .subscribe .popupTemplate .close {
      font-family: "ClanNarrow-Thin";
      font-size: 2.5em;
      line-height: 23px;
      color: #000;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      background: none;
      padding: 0;
      border: none; }
    .unsubscribe .popupTemplate .content, .subscribe .popupTemplate .content {
      padding: 30px;
      position: relative;
      height: inherit;
      text-align: center;
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: table;
      width: 100%; }
      .unsubscribe .popupTemplate .content h2, .subscribe .popupTemplate .content h2 {
        color: #ca255d; }
      .unsubscribe .popupTemplate .content p.text, .subscribe .popupTemplate .content p.text {
        font-family: "Gotham Book";
        margin: 0 !important; }
  .unsubscribe .contactForm, .subscribe .contactForm {
    margin-top: 20px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .unsubscribe .contactForm, .subscribe .contactForm {
        border-bottom: none; } }
    .unsubscribe .contactForm form, .subscribe .contactForm form {
      padding-bottom: 80px; }
    .unsubscribe .contactForm .selectComboWrap, .subscribe .contactForm .selectComboWrap {
      width: 75%;
      float: right; }
      @media only screen and (min-width: 768px) and (max-width: 1399px) {
        .unsubscribe .contactForm .selectComboWrap, .subscribe .contactForm .selectComboWrap {
          width: 100%; }
          .unsubscribe .contactForm .selectComboWrap .styled-select-wrapper, .subscribe .contactForm .selectComboWrap .styled-select-wrapper {
            height: 46px; } }
      @media only screen and (max-width: 767px) {
        .unsubscribe .contactForm .selectComboWrap, .subscribe .contactForm .selectComboWrap {
          width: 100%; } }
      .unsubscribe .contactForm .selectComboWrap .validation-error-message, .subscribe .contactForm .selectComboWrap .validation-error-message {
        width: 100%;
        margin-left: 0; }
    .unsubscribe .contactForm .clearfix, .subscribe .contactForm .clearfix {
      margin: 10px 0; }
      @media only screen and (max-width: 767px) {
        .unsubscribe .contactForm .clearfix, .subscribe .contactForm .clearfix {
          margin: 0; } }
    .unsubscribe .contactForm .clearFixClass, .subscribe .contactForm .clearFixClass {
      clear: both; }
    .unsubscribe .contactForm dl, .subscribe .contactForm dl {
      margin-top: 25px; }
    .unsubscribe .contactForm dt, .subscribe .contactForm dt {
      float: left;
      width: 30%;
      padding: 0;
      margin-bottom: 10px;
      line-height: 40px; }
    .unsubscribe .contactForm dd, .subscribe .contactForm dd {
      float: left;
      clear: right;
      width: 70%;
      padding: 0;
      margin-bottom: 10px;
      line-height: 40px; }
    .unsubscribe .contactForm input[type="email"],
    .unsubscribe .contactForm input[type="text"], .unsubscribe .contactForm textarea, .subscribe .contactForm input[type="email"],
    .subscribe .contactForm input[type="text"], .subscribe .contactForm textarea {
      font-family: "Gotham Light";
      font-size: 1em;
      color: #6b6c6e;
      border: 1px solid #b1b1b1;
      width: 75%;
      float: right;
      height: 46px;
      padding: 0 2%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .unsubscribe .contactForm input[type="email"].input-validation-error,
      .unsubscribe .contactForm input[type="text"].input-validation-error, .unsubscribe .contactForm textarea.input-validation-error, .subscribe .contactForm input[type="email"].input-validation-error,
      .subscribe .contactForm input[type="text"].input-validation-error, .subscribe .contactForm textarea.input-validation-error {
        border: 1px solid #b70036; }
      @media only screen and (min-width: 768px) and (max-width: 1399px) {
        .unsubscribe .contactForm input[type="email"],
        .unsubscribe .contactForm input[type="text"], .unsubscribe .contactForm textarea, .subscribe .contactForm input[type="email"],
        .subscribe .contactForm input[type="text"], .subscribe .contactForm textarea {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .unsubscribe .contactForm input[type="email"],
        .unsubscribe .contactForm input[type="text"], .unsubscribe .contactForm textarea, .subscribe .contactForm input[type="email"],
        .subscribe .contactForm input[type="text"], .subscribe .contactForm textarea {
          width: 100%; } }
    .unsubscribe .contactForm input[type="submit"], .subscribe .contactForm input[type="submit"] {
      float: left;
      font-weight: bold;
      font-size: 1em;
      min-width: 155px;
      margin: 20px 0 10px;
      height: 48px; }
      @media only screen and (min-width: 768px) and (max-width: 1399px) {
        .unsubscribe .contactForm input[type="submit"], .subscribe .contactForm input[type="submit"] {
          padding: 0; } }
      @media only screen and (max-width: 767px) {
        .unsubscribe .contactForm input[type="submit"], .subscribe .contactForm input[type="submit"] {
          padding: 0;
          margin-top: 0; } }
    .unsubscribe .contactForm input[type="checkbox"] + label.css-label:before, .subscribe .contactForm input[type="checkbox"] + label.css-label:before {
      background: url("../i/sprite/checkbox.png") 0 -40px no-repeat;
      width: 30px;
      height: 30px; }
    .unsubscribe .contactForm input[type="checkbox"]:checked + label.css-label:before, .subscribe .contactForm input[type="checkbox"]:checked + label.css-label:before {
      background-position: 0 -70px; }
    .unsubscribe .contactForm textarea, .subscribe .contactForm textarea {
      padding: 2%;
      height: 140px; }
    .unsubscribe .contactForm .selectBox.input-validation-error, .subscribe .contactForm .selectBox.input-validation-error {
      border: 1px solid #b70036; }
    .unsubscribe .contactForm .css-label, .subscribe .contactForm .css-label {
      padding-left: 45px; }
    .unsubscribe .contactForm .validation-error-message, .subscribe .contactForm .validation-error-message {
      color: #b70036;
      display: block;
      overflow: hidden;
      width: 75%;
      margin-left: 25%; }
      @media only screen and (min-width: 768px) and (max-width: 1399px) {
        .unsubscribe .contactForm .validation-error-message, .subscribe .contactForm .validation-error-message {
          width: 100%;
          margin-left: 0; } }
      @media only screen and (max-width: 767px) {
        .unsubscribe .contactForm .validation-error-message, .subscribe .contactForm .validation-error-message {
          width: 100%;
          margin-left: 0; } }
    .unsubscribe .contactForm .input-validation-error input[type="text"], .unsubscribe .contactForm .input-validation-error textarea, .unsubscribe .contactForm .input-validation-error .selectBox, .subscribe .contactForm .input-validation-error input[type="text"], .subscribe .contactForm .input-validation-error textarea, .subscribe .contactForm .input-validation-error .selectBox {
      border: 1px solid #b70036; }
    .unsubscribe .contactForm .input-validation-error label, .subscribe .contactForm .input-validation-error label {
      color: #b70036; }
    .unsubscribe .contactForm #termsopt-errors .validation-error-message, .subscribe .contactForm #termsopt-errors .validation-error-message {
      margin-left: 0; }
    .unsubscribe .contactForm .disclaimer, .subscribe .contactForm .disclaimer {
      font-size: 0.77em; }
    .unsubscribe .contactForm .contactFormInner, .subscribe .contactForm .contactFormInner {
      display: block; }
      .unsubscribe .contactForm .contactFormInner.hidden, .subscribe .contactForm .contactFormInner.hidden {
        display: none; }
      .unsubscribe .contactForm .contactFormInner:before, .subscribe .contactForm .contactFormInner:before {
        content: "";
        display: block;
        background: #e5e5e5;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }
    .contactContent .unsubscribe .contactForm .selectComboWrap .selectBox, .contactContent .subscribe .contactForm .selectComboWrap .selectBox {
      width: 49%;
      float: left; }
      .contactContent .unsubscribe .contactForm .selectComboWrap .selectBox + .selectBox, .contactContent .subscribe .contactForm .selectComboWrap .selectBox + .selectBox {
        margin-left: 2%; }
    .unsubscribe .contactForm .messageInfo, .subscribe .contactForm .messageInfo {
      font-size: 0.8em;
      line-height: 1; }
    .unsubscribe .contactForm .left .selectBox, .subscribe .contactForm .left .selectBox {
      float: left; }
    .unsubscribe .contactForm .selectBox, .subscribe .contactForm .selectBox {
      float: right;
      width: 100%; }
      .unsubscribe .contactForm .selectBox + .selectBox, .subscribe .contactForm .selectBox + .selectBox {
        margin-right: 4%; }
      .unsubscribe .contactForm .selectBox .styled-select-wrapper, .subscribe .contactForm .selectBox .styled-select-wrapper {
        position: relative;
        overflow: hidden;
        border: 1px solid #b1b1b1;
        background: #fff;
        display: table; }
      .unsubscribe .contactForm .selectBox .styled-select-button, .subscribe .contactForm .selectBox .styled-select-button {
        background: url("../i/sprite/select_arrow2.png") center center no-repeat;
        padding-right: 10px; }
      .unsubscribe .contactForm .selectBox .styled-select-text, .subscribe .contactForm .selectBox .styled-select-text {
        padding-left: 10px; }
    .unsubscribe .contactForm .doubleSelect .selectBox, .subscribe .contactForm .doubleSelect .selectBox {
      width: 48%; }
  .unsubscribe .form-container-widget, .subscribe .form-container-widget {
    width: 100%;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .unsubscribe .form-container-widget .form_subscribe_sp, .subscribe .form-container-widget .form_subscribe_sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding-right: 0;
      border-right: 0; }
      .unsubscribe .form-container-widget .form_subscribe_sp .form-field, .subscribe .form-container-widget .form_subscribe_sp .form-field {
        position: relative;
        clear: both;
        width: 100%; }
        .unsubscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-select__styled,
        .unsubscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-textInput,
        .unsubscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-textArea, .subscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-select__styled,
        .subscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-textInput,
        .subscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-textArea {
          width: 70%; }
          @media only screen and (max-width: 1399px) {
            .unsubscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-select__styled,
            .unsubscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-textInput,
            .unsubscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-textArea, .subscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-select__styled,
            .subscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-textInput,
            .subscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-textArea {
              width: 100%; } }
        .unsubscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-label, .subscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-label {
          width: 30%; }
          @media only screen and (max-width: 1399px) {
            .unsubscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-label, .subscribe .form-container-widget .form_subscribe_sp .form-field .ctrl-label {
              width: 100%; } }
        .unsubscribe .form-container-widget .form_subscribe_sp .form-field .error, .subscribe .form-container-widget .form_subscribe_sp .form-field .error {
          margin-left: 30%; }
          @media only screen and (max-width: 1399px) {
            .unsubscribe .form-container-widget .form_subscribe_sp .form-field .error, .subscribe .form-container-widget .form_subscribe_sp .form-field .error {
              margin-left: 0; } }
        .unsubscribe .form-container-widget .form_subscribe_sp .form-field input[type=checkbox] ~ .error, .subscribe .form-container-widget .form_subscribe_sp .form-field input[type=checkbox] ~ .error {
          margin-left: 45px; }
        .unsubscribe .form-container-widget .form_subscribe_sp .form-field.birthday, .subscribe .form-container-widget .form_subscribe_sp .form-field.birthday {
          width: 30%;
          margin-bottom: 0; }
          @media only screen and (max-width: 1399px) {
            .unsubscribe .form-container-widget .form_subscribe_sp .form-field.birthday, .subscribe .form-container-widget .form_subscribe_sp .form-field.birthday {
              width: 100%; } }
          .unsubscribe .form-container-widget .form_subscribe_sp .form-field.birthday .ctrl-textInput, .subscribe .form-container-widget .form_subscribe_sp .form-field.birthday .ctrl-textInput {
            display: none; }
          .unsubscribe .form-container-widget .form_subscribe_sp .form-field.birthday .ctrl-label, .subscribe .form-container-widget .form_subscribe_sp .form-field.birthday .ctrl-label {
            width: 100%; }
        .unsubscribe .form-container-widget .form_subscribe_sp .form-field.day, .subscribe .form-container-widget .form_subscribe_sp .form-field.day {
          width: 35%;
          padding-right: 5px;
          clear: none; }
          @media only screen and (max-width: 1399px) {
            .unsubscribe .form-container-widget .form_subscribe_sp .form-field.day, .subscribe .form-container-widget .form_subscribe_sp .form-field.day {
              width: 50%; } }
          .unsubscribe .form-container-widget .form_subscribe_sp .form-field.day .ctrl-label, .subscribe .form-container-widget .form_subscribe_sp .form-field.day .ctrl-label {
            display: none; }
          .unsubscribe .form-container-widget .form_subscribe_sp .form-field.day .ctrl-select__styled, .subscribe .form-container-widget .form_subscribe_sp .form-field.day .ctrl-select__styled {
            width: 100% !important; }
        .unsubscribe .form-container-widget .form_subscribe_sp .form-field.month, .subscribe .form-container-widget .form_subscribe_sp .form-field.month {
          width: 35%;
          clear: none; }
          @media only screen and (max-width: 1399px) {
            .unsubscribe .form-container-widget .form_subscribe_sp .form-field.month, .subscribe .form-container-widget .form_subscribe_sp .form-field.month {
              width: 50%; } }
          .unsubscribe .form-container-widget .form_subscribe_sp .form-field.month .ctrl-label, .subscribe .form-container-widget .form_subscribe_sp .form-field.month .ctrl-label {
            display: none; }
          .unsubscribe .form-container-widget .form_subscribe_sp .form-field.month .ctrl-select__styled, .subscribe .form-container-widget .form_subscribe_sp .form-field.month .ctrl-select__styled {
            width: 100% !important; }
    .unsubscribe .form-container-widget .ctrl-select__styled,
    .unsubscribe .form-container-widget .ctrl-textInput,
    .unsubscribe .form-container-widget .ctrl-textArea, .subscribe .form-container-widget .ctrl-select__styled,
    .subscribe .form-container-widget .ctrl-textInput,
    .subscribe .form-container-widget .ctrl-textArea {
      width: 68%;
      height: 40px;
      padding: 0 10px;
      font-family: "Gotham Book";
      font-size: 1em;
      line-height: 37px;
      color: #868686;
      background: #fff;
      border: 1px solid #a9a9a9; }
      @media only screen and (max-width: 1399px) {
        .unsubscribe .form-container-widget .ctrl-select__styled,
        .unsubscribe .form-container-widget .ctrl-textInput,
        .unsubscribe .form-container-widget .ctrl-textArea, .subscribe .form-container-widget .ctrl-select__styled,
        .subscribe .form-container-widget .ctrl-textInput,
        .subscribe .form-container-widget .ctrl-textArea {
          width: 100%; } }
    .unsubscribe .form-container-widget .ctrl-select__text, .subscribe .form-container-widget .ctrl-select__text {
      padding: 0;
      line-height: 37px; }
    .unsubscribe .form-container-widget .ctrl-textArea, .subscribe .form-container-widget .ctrl-textArea {
      height: 150px; }
    .unsubscribe .form-container-widget .ctrl-submit, .subscribe .form-container-widget .ctrl-submit {
      font-family: "Gotham Book";
      font-size: 1em;
      font-weight: bold;
      min-width: 155px;
      margin: 20px 0 10px;
      height: 48px;
      cursor: pointer;
      background: -webkit-linear-gradient(45deg, #007F8B 26%, #2AB2BF 64%, #2AB2BF 64%, #007F8B 85%);
      background: linear-gradient(45deg, #007F8B 26%, #2AB2BF 64%, #2AB2BF 64%, #007F8B 85%);
      border: 0;
      border-radius: 5px 0 5px 0;
      -webkit-transition-property: all;
      transition-property: all;
      text-transform: uppercase; }
      .unsubscribe .form-container-widget .ctrl-submit:hover, .subscribe .form-container-widget .ctrl-submit:hover {
        background: -webkit-linear-gradient(45deg, #007F8B 26%, #2AB2BF 64%, #2AB2BF 64%, #007F8B 85%);
        background: linear-gradient(45deg, #007F8B 26%, #2AB2BF 64%, #2AB2BF 64%, #007F8B 85%); }
    .unsubscribe .form-container-widget .form-field, .subscribe .form-container-widget .form-field {
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .unsubscribe .form-container-widget .form-field.invalid .ctrl-select__styled,
      .unsubscribe .form-container-widget .form-field.invalid .ctrl-textInput,
      .unsubscribe .form-container-widget .form-field.invalid .ctrl-textArea, .subscribe .form-container-widget .form-field.invalid .ctrl-select__styled,
      .subscribe .form-container-widget .form-field.invalid .ctrl-textInput,
      .subscribe .form-container-widget .form-field.invalid .ctrl-textArea {
        color: #db083e;
        border-color: #db083e;
        background-color: #ffeded; }
      .unsubscribe .form-container-widget .form-field.invalid .ctrl-label-for-checkbox:before, .subscribe .form-container-widget .form-field.invalid .ctrl-label-for-checkbox:before {
        border: 1px solid #DB083E;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background-color: #ffeded; }
      .unsubscribe .form-container-widget .form-field .error, .subscribe .form-container-widget .form-field .error {
        margin-left: 32%;
        font-size: .8em;
        font-weight: normal; }
        @media only screen and (max-width: 1399px) {
          .unsubscribe .form-container-widget .form-field .error, .subscribe .form-container-widget .form-field .error {
            margin-left: 0; } }
      .unsubscribe .form-container-widget .form-field .recaptcha ~ .error, .subscribe .form-container-widget .form-field .recaptcha ~ .error {
        margin-left: 0px; }
    .unsubscribe .form-container-widget .ctrl-select__button, .subscribe .form-container-widget .ctrl-select__button {
      width: 28px;
      background: url(../i/sprite/select_arrow3.png) left center no-repeat; }
    .unsubscribe .form-container-widget .ctrl-label-for-checkbox, .subscribe .form-container-widget .ctrl-label-for-checkbox {
      padding-left: 45px;
      line-height: 30px;
      font-size: 0.8em; }
      .unsubscribe .form-container-widget .ctrl-label-for-checkbox:before, .subscribe .form-container-widget .ctrl-label-for-checkbox:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        content: "";
        height: 30px;
        border: 0;
        border-radius: 0;
        background: #fff url(../i/sprite/checkbox.png) 0 -40px no-repeat; }
    .unsubscribe .form-container-widget .checked .ctrl-label-for-checkbox:before, .subscribe .form-container-widget .checked .ctrl-label-for-checkbox:before {
      background-position: 0 -70px; }
    .unsubscribe .form-container-widget .mandatory, .subscribe .form-container-widget .mandatory {
      font-size: 0.8em; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.form_newsletter.form,
.form_contact.form,
.form_unsubscribe.form {
  font-family: "Gotham Book";
  font-size: 1.6rem; }
  .form_newsletter.form .invalid .ctrl-label,
  .form_contact.form .invalid .ctrl-label,
  .form_unsubscribe.form .invalid .ctrl-label {
    color: #44443e; }
  .form_newsletter.form .invalid .error.show,
  .form_contact.form .invalid .error.show,
  .form_unsubscribe.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 {
    background-color: rgba(0, 0, 0, 0); }
  .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 {
    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 {
    margin-left: 45px; }
  .form_newsletter.form .ctrl-label,
  .form_contact.form .ctrl-label,
  .form_unsubscribe.form .ctrl-label {
    line-height: 40px;
    margin-bottom: 0; }
  .form_newsletter.form .ctrl-textInput,
  .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-select,
  .form_contact.form .ctrl-select_styled,
  .form_contact.form .ctrl-birthSelector,
  .form_unsubscribe.form .ctrl-textInput,
  .form_unsubscribe.form .ctrl-select,
  .form_unsubscribe.form .ctrl-select_styled,
  .form_unsubscribe.form .ctrl-birthSelector {
    height: 40px;
    color: #6b6c6e;
    font-size: 1em;
    font-family: inherit;
    border: 1px solid #a9a9a9;
    padding: 0 10px; }
    .form_newsletter.form .ctrl-textInput::-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-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-select::-webkit-input-placeholder,
    .form_unsubscribe.form .ctrl-select_styled::-webkit-input-placeholder,
    .form_unsubscribe.form .ctrl-birthSelector::-webkit-input-placeholder {
      color: #000000; }
    .form_newsletter.form .ctrl-textInput:-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-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-select:-ms-input-placeholder,
    .form_unsubscribe.form .ctrl-select_styled:-ms-input-placeholder,
    .form_unsubscribe.form .ctrl-birthSelector:-ms-input-placeholder {
      color: #000000; }
    .form_newsletter.form .ctrl-textInput::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-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-select::placeholder,
    .form_unsubscribe.form .ctrl-select_styled::placeholder,
    .form_unsubscribe.form .ctrl-birthSelector::placeholder {
      color: #000000; }
  .form_newsletter.form .ctrl-select_styled,
  .form_contact.form .ctrl-select_styled,
  .form_unsubscribe.form .ctrl-select_styled {
    padding: 0;
    color: #6b6c6e; }
    .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 {
      width: calc(100% - 28px);
      height: 100%;
      padding: 0 10px;
      line-height: 40px;
      color: #6b6c6e; }
    .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 {
      width: 28px;
      background: url("../i/sprite/select_arrow2.png") left center no-repeat; }
  .form_newsletter.form .ctrl-birthSelector,
  .form_contact.form .ctrl-birthSelector,
  .form_unsubscribe.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 {
      width: calc(50% - .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 {
    color: #000000; }
  .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 {
    top: 0;
    left: 0;
    background-position: 0 -70px; }
  .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 {
    display: none; }
  .form_newsletter.form .ctrl-checkbox + .ctrl-label,
  .form_contact.form .ctrl-checkbox + .ctrl-label,
  .form_unsubscribe.form .ctrl-checkbox + .ctrl-label {
    line-height: 30px;
    width: 100%;
    font-size: .8em;
    padding-left: 45px; }
    .form_newsletter.form .ctrl-checkbox + .ctrl-label:before,
    .form_contact.form .ctrl-checkbox + .ctrl-label:before,
    .form_unsubscribe.form .ctrl-checkbox + .ctrl-label:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      border: 0;
      border-radius: 0;
      background: url(../i/sprite/checkbox.png) 0 -40px no-repeat; }
  .form_newsletter.form .ctrl-submit,
  .form_contact.form .ctrl-submit,
  .form_unsubscribe.form .ctrl-submit {
    font-family: "Gotham Book";
    font-size: 1em;
    font-weight: bold;
    min-width: 155px;
    margin: 20px 0 10px;
    height: 48px;
    cursor: pointer;
    background: -webkit-linear-gradient(45deg, #007F8B 26%, #2AB2BF 64%, #2AB2BF 64%, #007F8B 85%);
    background: linear-gradient(45deg, #007F8B 26%, #2AB2BF 64%, #2AB2BF 64%, #007F8B 85%);
    border: 0;
    border-radius: 5px 0 5px 0;
    -webkit-transition-property: all;
    transition-property: all;
    text-transform: uppercase; }
    .form_newsletter.form .ctrl-submit:hover,
    .form_contact.form .ctrl-submit:hover,
    .form_unsubscribe.form .ctrl-submit:hover {
      background: -webkit-linear-gradient(45deg, #007F8B 26%, #2AB2BF 64%, #2AB2BF 64%, #007F8B 85%);
      background: linear-gradient(45deg, #007F8B 26%, #2AB2BF 64%, #2AB2BF 64%, #007F8B 85%); }

@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 {
    margin-left: 0; }
  .form-container .form_newsletter .ctrl-label,
  .form-container .form_contact .ctrl-label,
  .form-container .form_unsubscribe .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 {
    width: 100%; } }

@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 {
    margin-left: 30%; }
  .form-container .form_newsletter .ctrl-label,
  .form-container .form_contact .ctrl-label,
  .form-container .form_unsubscribe .ctrl-label {
    width: 30%; }
  .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 {
    width: 70%; }
  .unsubscribe .form-container .form_unsubscribe .ctrl-textInput {
    width: 70%; } }

/*  =MODULES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*  =INITIATIVES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flareMe-title {
  font: 80px/1.2 "Gotham Book", Arial, sans-serif;
  text-align: center;
  padding-top: 35px; }

.flareMe-bar {
  text-align: center; }
  .flareMe-bar img {
    max-width: 100%; }

.flareMe-question {
  font: 28px/1 "Gotham Medium", Arial, sans-serif;
  text-align: center; }
  .flareMe-question.answerElementError .answerName {
    color: #ff0000; }

.flareMe-answers {
  padding: 35px 0 90px; }
  .flareMe-answers li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 10px;
    width: 173px; }
  .flareMe-answers figure {
    padding: 0 3px 2px 4px;
    margin-bottom: 15px;
    background: url("../../m/flare_me_quiz/bg_quiz_answer.jpg") no-repeat scroll 0 bottom;
    -webkit-background-size: contain;
            background-size: contain; }
  .flareMe-answers img {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .flareMe-answers .answerText {
    line-height: 1.4;
    font-size: 24px; }
  .flareMe-answers .selected {
    color: #fa4fd4; }
    .flareMe-answers .selected img {
      border: 13px solid #fa4fd4; }

.flareMe-submit {
  text-align: center;
  padding: 25px 0; }
  .flareMe-submit .flareMe-button {
    display: inline-block;
    font: 35px/1 "Gotham Bold", Arial, sans-serif;
    padding: 10px;
    color: #fff;
    border: 0 none;
    min-width: 390px;
    cursor: pointer;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#be9c5f+0,bf9d60+10,ccaa6b+20,ccaa6b+31,c2a061+39,be9c5f+46,bf9d60+73,ccaa6b+85,cdab6c+95,c9a768+100 */
    background: #be9c5f;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #be9c5f 0%, #bf9d60 10%, #ccaa6b 20%, #ccaa6b 31%, #c2a061 39%, #be9c5f 46%, #bf9d60 73%, #ccaa6b 85%, #cdab6c 95%, #c9a768 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #be9c5f 0%, #bf9d60 10%, #ccaa6b 20%, #ccaa6b 31%, #c2a061 39%, #be9c5f 46%, #bf9d60 73%, #ccaa6b 85%, #cdab6c 95%, #c9a768 100%);
    background: linear-gradient(135deg, #be9c5f 0%, #bf9d60 10%, #ccaa6b 20%, #ccaa6b 31%, #c2a061 39%, #be9c5f 46%, #bf9d60 73%, #ccaa6b 85%, #cdab6c 95%, #c9a768 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be9c5f', endColorstr='#c9a768',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .flareMe-submit .flareMe-button:after {
      content: '';
      display: block;
      height: 14px;
      width: 100%;
      background: url("../../m/flare_me_quiz/bg_flare_me_button.jpg") no-repeat scroll center top;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      position: absolute;
      left: 0;
      bottom: -14px; }
  .flareMe-submit span {
    border: 1px solid #a38856;
    padding: 28px;
    display: block; }

.flareMe-pictures {
  width: 100%;
  margin-top: 35px; }

.flareMe-icons.socialBox {
  width: 100%; }
  .flareMe-icons.socialBox .facebook, .flareMe-icons.socialBox .tweeter, .flareMe-icons.socialBox .pinterest {
    float: none;
    display: inline-block;
    vertical-align: middle; }

.flareMe-icons .print {
  font: 24px/1 "Gotham Bold", Arial, sans-serif;
  min-width: 138px;
  padding: 8px 20px;
  vertical-align: middle; }

.flareMe-page .detailsList .row {
  padding: 35px 0; }

.flareMe-page .detailsList .descriptionTitle {
  font: 55px/1 "Gotham Medium", Arial, sans-serif; }

.flareMe-page .detailsList .lowerTxt {
  font-size: 36px; }

.flareMe-page .detailsList .thinTxt {
  font: 36px/1 "Gotham Light", Arial, sans-serif; }

.flareMe-page .detailsList .wrap {
  font: 20px/2 "Gotham Light", Arial, sans-serif; }

.flareMe-prod {
  text-align: center;
  padding: 150px 0;
  font: 20px/1.2 "Gotham Light", Arial, sans-serif; }
  .flareMe-prod h2 {
    font: 55px/1.2 "Gotham Medium", Arial, sans-serif; }
  .flareMe-prod .description {
    padding: 0 20%; }

.flareMe-prodList {
  padding-top: 90px; }
  .flareMe-prodList .look__product {
    display: inline-block;
    width: 210px;
    vertical-align: top;
    padding: 10px; }

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .flareMe-title {
    font-size: 57.14286px;
    padding-top: 25px; }
  .flareMe-question {
    font-size: 20px; }
  .flareMe-answers {
    padding: 25px 0 64.28571px; }
    .flareMe-answers li {
      padding: 7.14286px;
      width: 123.57143px; }
    .flareMe-answers figure {
      padding: 0 2px 0 3px;
      margin-bottom: 10.71429px; }
    .flareMe-answers .answerText {
      line-height: 1;
      font-size: 17.14286px; }
    .flareMe-answers .selected img {
      border: 9.28571px solid #fa4fd4; }
  .flareMe-submit {
    padding: 17.85714px 0; }
    .flareMe-submit button {
      font-size: 25px;
      padding: 7.14286px;
      min-width: 278.57143px; }
    .flareMe-submit span {
      padding: 20px; }
  .flareMe-pictures {
    margin-top: 25px; }
  .flareMe-page .detailsList .row {
    padding: 25px 0; }
  .flareMe-page .detailsList .descriptionTitle {
    font-size: 39.28571px; }
  .flareMe-page .detailsList .lowerTxt {
    font-size: 25.71429px; }
  .flareMe-page .detailsList .thinTxt {
    font-size: 25.71429px; }
  .flareMe-page .detailsList .wrap {
    font-size: 14.28571px;
    line-height: 1.42857; }
  .flareMe-prod {
    padding: 107.14286px 0;
    font-size: 14.28571px; }
    .flareMe-prod h2 {
      font-size: 39.28571px; }
  .flareMe-prodList {
    padding-top: 64.28571px; }
    .flareMe-prodList .look__product {
      width: 150px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flareMe-title {
    font-size: 60px;
    padding: 50px 0 35px; }
  .flareMe-bar {
    padding-bottom: 50px; }
  .flareMe-question {
    line-height: 1.8; }
  .flareMe-answers {
    line-height: 1; }
    .flareMe-answers li {
      width: 157px; }
    .flareMe-answers .answerText {
      line-height: 1;
      font-size: 22px; }
  .flareMe-submit {
    padding: 30px 0; }
    .flareMe-submit span {
      padding: 20px; }
  .flareMe-pictures {
    margin-top: 90px; }
  .flareMe-page .detailsList .row {
    display: block; }
  .flareMe-page .detailsList .packshot, .flareMe-page .detailsList .description {
    width: 100%; }
  .flareMe-prod .description {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .flareMe-title {
    font-size: 18px;
    padding: 15px 0 10px; }
  .flareMe-question {
    font-size: 12.5px;
    line-height: 1.4;
    padding: 20px 30px;
    border-bottom: 1px solid #efefef; }
    .flareMe-question:last-child {
      border: 0 none; }
  .flareMe-answers {
    line-height: 1;
    padding: 0; }
    .flareMe-answers li {
      padding: 10px 5px 5px;
      width: 79px; }
    .flareMe-answers figure {
      padding: 0 2px 2px;
      margin-bottom: 10px; }
    .flareMe-answers .selected img {
      border: 5px solid #fa4fd4; }
    .flareMe-answers .answerText {
      line-height: 1.2;
      font-size: 10.5px; }
  .flareMe-submit {
    padding: 12px 0;
    margin-top: 10px;
    -webkit-background-size: contain;
            background-size: contain; }
    .flareMe-submit button {
      min-width: 160px;
      padding: 3px;
      font-size: 15px; }
    .flareMe-submit span {
      padding: 10px; }
  .flareMe-pictures {
    display: none; }
  .flareMe-icons .print {
    font-size: 15px;
    min-width: 80px;
    padding: 5px 10px; }
  .flareMe-page .detailsList .row {
    padding: 18px 0; }
  .flareMe-page .detailsList .descriptionTitle {
    font-size: 24.5px;
    margin: 0; }
  .flareMe-page .detailsList .lowerTxt {
    font-size: 16px; }
  .flareMe-page .detailsList .thinTxt {
    font: 16px/1 "Gotham Medium", Arial, sans-serif; }
  .flareMe-page .detailsList .wrap {
    font: 12px/2 "Gotham Book", Arial, sans-serif; }
  .flareMe-prod {
    padding: 60px 0;
    font-size: 12px; }
    .flareMe-prod h2 {
      font-size: 24px; }
    .flareMe-prod .description {
      padding: 0; }
  .flareMe-prodList {
    padding-top: 35px; }
    .flareMe-prodList .look__product {
      width: 92px;
      padding: 5px 2px; } }

.tile.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0; }
  .tile.video:first-of-type {
    padding: 0 5px 0 10px; }
  .tile.video:last-of-type {
    padding: 0 10px 0 5px; }
  .tile.video .mask {
    display: block; }
    .tile.video .mask .mask-content {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      height: auto; }
  @media only screen and (max-width: 767px) {
    .tile.video {
      width: 100%;
      display: block; }
      .tile.video:first-of-type {
        padding: 0 0 20px; }
      .tile.video:last-of-type {
        padding: 0; } }

#CustomizeYourLightening .colRightText {
  top: 25%; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #CustomizeYourLightening .colRightText {
      width: 56%; } }
  #CustomizeYourLightening .colRightText .kaleidocolors {
    width: 75%; }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .colRightText .kaleidocolors {
        display: none; } }
  #CustomizeYourLightening .colRightText .pictureTitle {
    font-weight: normal;
    font-size: 3.7em;
    margin-top: 15px; }
    @media screen and (min-width: 1025px) and (max-width: 1399px) {
      #CustomizeYourLightening .colRightText .pictureTitle {
        font-size: 2.5em; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #CustomizeYourLightening .colRightText .pictureTitle {
        font-size: 2.2em; } }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .colRightText .pictureTitle {
        display: none; } }
    #CustomizeYourLightening .colRightText .pictureTitle:before, #CustomizeYourLightening .colRightText .pictureTitle:after {
      display: none; }
  #CustomizeYourLightening .colRightText .packshots {
    position: absolute;
    bottom: -165px;
    left: 0; }
    @media screen and (min-width: 1025px) and (max-width: 1399px) {
      #CustomizeYourLightening .colRightText .packshots {
        bottom: -115px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #CustomizeYourLightening .colRightText .packshots {
        left: auto;
        right: 25px;
        width: 90%;
        bottom: -95px; } }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .colRightText .packshots {
        width: 50%;
        left: 50%;
        margin-left: -25%;
        bottom: -120px; } }

#CustomizeYourLightening .quiz {
  background-image: url("/i/quiz/bg1.jpg");
  background-position: 0 0, right 300px;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    #CustomizeYourLightening .quiz {
      background-image: none; } }

#CustomizeYourLightening .bg-right {
  position: absolute;
  right: 0;
  margin-top: 200px; }
  @media screen and (max-width: 767px) {
    #CustomizeYourLightening .bg-right {
      display: none; } }

#CustomizeYourLightening .question {
  text-align: center; }
  #CustomizeYourLightening .question b {
    font-family: "Gotham Bold";
    font-size: 24px;
    color: #5e5e5e; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #CustomizeYourLightening .question b {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .question b {
        font-size: 18px; } }
  #CustomizeYourLightening .question > div {
    margin-top: 25px; }
  #CustomizeYourLightening .question div.sliderElement {
    display: inline-block;
    margin: 0 6px;
    line-height: 0px; }
    #CustomizeYourLightening .question div.sliderElement img {
      cursor: pointer; }
    #CustomizeYourLightening .question div.sliderElement.active {
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #dfc08c 0%, #edd3aa 50%, #efd6ad 51%, #d0aa6b 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-linear-gradient(315deg, #dfc08c 0%, #edd3aa 50%, #efd6ad 51%, #d0aa6b 100%);
      background: linear-gradient(135deg, #dfc08c 0%, #edd3aa 50%, #efd6ad 51%, #d0aa6b 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      position: relative; }
      #CustomizeYourLightening .question div.sliderElement.active img {
        cursor: default; }
      #CustomizeYourLightening .question div.sliderElement.active:after {
        content: '';
        background: url("/i/quiz/golden_arrow.jpg") 0 0 no-repeat;
        position: absolute;
        left: 50%;
        -webkit-background-size: 100% 100%;
                background-size: 100%; }
  @media screen and (max-width: 767px) {
    #CustomizeYourLightening .question .slickSlider .slick-slide {
      width: 85px !important;
      margin: 0 7px; } }
  #CustomizeYourLightening .question .slickSlider button {
    width: 11px;
    height: 19px;
    text-indent: -2000em;
    outline: 0;
    display: block;
    top: 45%; }
    #CustomizeYourLightening .question .slickSlider button:before, #CustomizeYourLightening .question .slickSlider button:after {
      display: none; }
    #CustomizeYourLightening .question .slickSlider button.slick-disabled {
      opacity: 0.2; }
  #CustomizeYourLightening .question .slickSlider .slick-prev {
    background-image: url(/i/quiz/black_arrow_left.png);
    left: calc(-16vw + 45px); }
  #CustomizeYourLightening .question .slickSlider .slick-next {
    background-image: url(/i/quiz/black_arrow_right.png);
    left: calc(16vw + 242px); }
  #CustomizeYourLightening .question .slickSlider .slick-track {
    padding-bottom: 15px; }
  #CustomizeYourLightening .question .slickSlider2 .slick-slide {
    width: 85px !important;
    margin: 0 7px; }
  #CustomizeYourLightening .question .slickSlider2 button {
    width: 11px;
    height: 19px;
    text-indent: -2000em;
    outline: 0;
    display: block;
    top: 45%; }
    #CustomizeYourLightening .question .slickSlider2 button:before, #CustomizeYourLightening .question .slickSlider2 button:after {
      display: none; }
    #CustomizeYourLightening .question .slickSlider2 button.slick-disabled {
      opacity: 0.2; }
  #CustomizeYourLightening .question .slickSlider2 .slick-prev {
    background-image: url(/i/quiz/black_arrow_left.png);
    left: calc(-16vw + 45px); }
  #CustomizeYourLightening .question .slickSlider2 .slick-next {
    background-image: url(/i/quiz/black_arrow_right.png);
    left: calc(16vw + 242px); }
  #CustomizeYourLightening .question .slickSlider2 .slick-track {
    padding-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    #CustomizeYourLightening .question .slickSlider2[data-disable="slide3"] .slick-list {
      -webkit-transform: translate3d(0px, 0px, 0px) !important;
              transform: translate3d(0px, 0px, 0px) !important; }
      #CustomizeYourLightening .question .slickSlider2[data-disable="slide3"] .slick-list .slick-track {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important; }
    #CustomizeYourLightening .question .slickSlider2[data-disable="slide3"] button {
      display: none !important; }
    #CustomizeYourLightening .question .slickSlider2[data-disable="slide2"] .slick-list {
      -webkit-transform: translate3d(50px, 0px, 0px) !important;
              transform: translate3d(50px, 0px, 0px) !important; }
      #CustomizeYourLightening .question .slickSlider2[data-disable="slide2"] .slick-list .slick-track {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important; }
    #CustomizeYourLightening .question .slickSlider2[data-disable="slide2"] button {
      display: none !important; }
    #CustomizeYourLightening .question .slickSlider2[data-disable="slide1"] .slick-list {
      -webkit-transform: translate3d(100px, 0px, 0px) !important;
              transform: translate3d(100px, 0px, 0px) !important; }
      #CustomizeYourLightening .question .slickSlider2[data-disable="slide1"] .slick-list .slick-track {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important; }
    #CustomizeYourLightening .question .slickSlider2[data-disable="slide1"] button {
      display: none !important; } }

#CustomizeYourLightening .currentColor, #CustomizeYourLightening .howLight {
  padding-top: 125px; }
  #CustomizeYourLightening .currentColor h2, #CustomizeYourLightening .howLight h2 {
    padding-bottom: 50px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #CustomizeYourLightening .currentColor h2, #CustomizeYourLightening .howLight h2 {
        font-size: 4.5em; } }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .currentColor h2, #CustomizeYourLightening .howLight h2 {
        font-size: 3em !important; } }
  #CustomizeYourLightening .currentColor div.sliderElement, #CustomizeYourLightening .howLight div.sliderElement {
    display: inline-block; }
    #CustomizeYourLightening .currentColor div.sliderElement img, #CustomizeYourLightening .howLight div.sliderElement img {
      width: 100px;
      height: 100px; }
    #CustomizeYourLightening .currentColor div.sliderElement.active img, #CustomizeYourLightening .howLight div.sliderElement.active img {
      width: 90px;
      height: 90px;
      padding: 5px; }
    #CustomizeYourLightening .currentColor div.sliderElement.active:after, #CustomizeYourLightening .howLight div.sliderElement.active:after {
      width: 30px;
      height: 15px;
      -webkit-background-size: 30px auto;
              background-size: 30px auto;
      margin-left: -15px;
      bottom: -15px; }
    @media screen and (min-width: 1025px) and (max-width: 1399px) {
      #CustomizeYourLightening .currentColor div.sliderElement img, #CustomizeYourLightening .howLight div.sliderElement img {
        width: 85px;
        height: 85px; }
      #CustomizeYourLightening .currentColor div.sliderElement.active img, #CustomizeYourLightening .howLight div.sliderElement.active img {
        width: 75px;
        height: 75px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #CustomizeYourLightening .currentColor div.sliderElement, #CustomizeYourLightening .howLight div.sliderElement {
        margin: 0 4px; }
        #CustomizeYourLightening .currentColor div.sliderElement img, #CustomizeYourLightening .howLight div.sliderElement img {
          width: 55px;
          height: 55px; }
        #CustomizeYourLightening .currentColor div.sliderElement.active img, #CustomizeYourLightening .howLight div.sliderElement.active img {
          width: 45px;
          height: 45px; }
        #CustomizeYourLightening .currentColor div.sliderElement.active:after, #CustomizeYourLightening .howLight div.sliderElement.active:after {
          width: 20px;
          -webkit-background-size: 20px auto;
                  background-size: 20px auto;
          margin-left: -10px; } }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .currentColor div.sliderElement img, #CustomizeYourLightening .howLight div.sliderElement img {
        width: 85px;
        height: 85px; }
      #CustomizeYourLightening .currentColor div.sliderElement.active, #CustomizeYourLightening .howLight div.sliderElement.active {
        width: auto !important; }
        #CustomizeYourLightening .currentColor div.sliderElement.active img, #CustomizeYourLightening .howLight div.sliderElement.active img {
          width: 75px;
          height: 75px; } }

#CustomizeYourLightening .howLight {
  padding-top: 65px; }
  #CustomizeYourLightening .howLight.hide {
    display: none; }
  #CustomizeYourLightening .howLight.show {
    display: block; }
  #CustomizeYourLightening .howLight div.sliderList div.sliderElement img {
    width: 150px;
    height: 150px; }
  #CustomizeYourLightening .howLight div.sliderList div.sliderElement.active img {
    width: 140px;
    height: 140px;
    padding: 5px; }
  #CustomizeYourLightening .howLight div.sliderList div.sliderElement.active:after {
    width: 39px;
    height: 20px;
    margin-left: -19.5px;
    -webkit-background-size: auto auto;
            background-size: auto;
    bottom: -20px; }
  @media screen and (min-width: 1025px) and (max-width: 1399px) {
    #CustomizeYourLightening .howLight div.sliderList div.sliderElement img {
      width: 130px;
      height: 130px; }
    #CustomizeYourLightening .howLight div.sliderList div.sliderElement.active img {
      width: 120px;
      height: 120px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #CustomizeYourLightening .howLight div.sliderList div.sliderElement img {
      width: 100px;
      height: 100px; }
    #CustomizeYourLightening .howLight div.sliderList div.sliderElement.active img {
      width: 90px;
      height: 90px; } }
  @media screen and (max-width: 767px) {
    #CustomizeYourLightening .howLight div.sliderList div.sliderElement img {
      width: 85px;
      height: 85px; }
    #CustomizeYourLightening .howLight div.sliderList div.sliderElement.active:after {
      width: 30px;
      height: 15px;
      -webkit-background-size: 30px auto;
              background-size: 30px auto;
      margin-left: -15px;
      bottom: -15px; }
    #CustomizeYourLightening .howLight div.sliderList div.sliderElement.active img {
      width: 75px;
      height: 75px; } }

#CustomizeYourLightening .brass {
  padding-top: 65px; }
  #CustomizeYourLightening .brass ul {
    margin-top: 25px; }
    #CustomizeYourLightening .brass ul li {
      font-family: "Gotham Bold";
      border: 4px solid #6987a3;
      font-size: 26px;
      display: inline-block;
      width: 150px;
      height: 60px;
      line-height: 60px;
      color: #6987a3;
      cursor: pointer;
      margin: 0 10px;
      position: relative; }
      #CustomizeYourLightening .brass ul li.active {
        background: #6987a3;
        color: #fff;
        cursor: default; }
        #CustomizeYourLightening .brass ul li.active:after {
          content: '';
          background: url("/i/quiz/blue_arrow.png") 0 0 no-repeat;
          position: absolute;
          left: 50%;
          width: 33px;
          height: 17px;
          margin-left: -16.5px;
          bottom: -21px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #CustomizeYourLightening .brass ul li {
          width: 120px;
          height: 45px;
          line-height: 45px;
          font-size: 22px; } }
      @media screen and (max-width: 767px) {
        #CustomizeYourLightening .brass ul li {
          width: 110px;
          height: 40px;
          line-height: 35px;
          font-size: 20px; } }

#CustomizeYourLightening .resultProduct {
  position: relative;
  background-position: -75px 0;
  background-repeat: no-repeat; }
  #CustomizeYourLightening .resultProduct.blue {
    background-image: url("/i/quiz/blue_bg.jpg"); }
  #CustomizeYourLightening .resultProduct.clear {
    background-image: url("/i/quiz/ice_bg.jpg"); }
    @media (min-width: 1500px) {
      #CustomizeYourLightening .resultProduct.clear .expertTip {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05);
        left: calc(270px - 20vw); } }
    @media screen and (min-width: 1025px) and (max-width: 1399px) {
      #CustomizeYourLightening .resultProduct.clear .expertTip {
        -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
                transform: scale(0.75);
        left: calc(133px - 20vw); } }
  #CustomizeYourLightening .resultProduct.violet {
    background-image: url("/i/quiz/violet_bg.jpg"); }
  @media screen and (max-width: 767px) {
    #CustomizeYourLightening .resultProduct {
      background-image: none !important; } }
  #CustomizeYourLightening .resultProduct .packshot {
    position: absolute;
    top: 190px;
    left: 0; }
    @media screen and (min-width: 1025px) and (max-width: 1399px) {
      #CustomizeYourLightening .resultProduct .packshot {
        max-width: 420px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #CustomizeYourLightening .resultProduct .packshot {
        max-width: 350px; } }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .resultProduct .packshot {
        display: none; } }
  #CustomizeYourLightening .resultProduct .texts {
    width: 50%;
    margin-left: 50%;
    padding-top: 230px; }
    #CustomizeYourLightening .resultProduct .texts span {
      font-size: 34px;
      font-family: "Gotham Light", Arial, sans-serif;
      margin-bottom: 15px;
      display: block; }
    #CustomizeYourLightening .resultProduct .texts h2 {
      font-family: "Gotham Bold";
      color: #6987a3;
      font-size: 70px;
      margin-bottom: 30px; }
    #CustomizeYourLightening .resultProduct .texts p {
      font-size: 20px;
      font-family: "Gotham Book"; }
    @media screen and (min-width: 1025px) and (max-width: 1399px) {
      #CustomizeYourLightening .resultProduct .texts span {
        font-size: 25px; }
      #CustomizeYourLightening .resultProduct .texts h2 {
        font-size: 50px; }
      #CustomizeYourLightening .resultProduct .texts p {
        font-size: 16px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #CustomizeYourLightening .resultProduct .texts span {
        font-size: 20px; }
      #CustomizeYourLightening .resultProduct .texts h2 {
        font-size: 36px; }
      #CustomizeYourLightening .resultProduct .texts p {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .resultProduct .texts {
        width: 100%;
        margin-left: 0;
        padding-top: 50px;
        text-align: center; }
        #CustomizeYourLightening .resultProduct .texts span {
          font-size: 16px;
          font-family: "Gotham Book";
          margin-bottom: 15px;
          display: block;
          text-transform: uppercase; }
        #CustomizeYourLightening .resultProduct .texts h2 {
          font-size: 32px !important;
          text-transform: uppercase; }
        #CustomizeYourLightening .resultProduct .texts p {
          padding-top: 415px;
          font-size: 16px; } }
  #CustomizeYourLightening .resultProduct .expertTip {
    position: absolute;
    bottom: calc(-250px - 30vw);
    border: 5px solid #6987a3;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.3);
    text-align: left;
    padding: 35px;
    width: 470px; }
    @media (min-width: 1500px) {
      #CustomizeYourLightening .resultProduct .expertTip {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        left: 21px; } }
    @media screen and (min-width: 1025px) and (max-width: 1399px) {
      #CustomizeYourLightening .resultProduct .expertTip {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
        left: -55px;
        bottom: calc(-240px - 30vw); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #CustomizeYourLightening .resultProduct .expertTip {
        padding: 30px;
        bottom: calc(-225px - 30vw);
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
        left: -125px; } }
    @media (min-width: 1200px) and (max-width: 1399px) {
      #CustomizeYourLightening .resultProduct .expertTip {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
        left: -118px; } }
    @media (min-width: 975px) and (max-width: 1024px) {
      #CustomizeYourLightening .resultProduct .expertTip {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        left: -175px; } }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .resultProduct .expertTip {
        position: static;
        width: calc(100% - 70px);
        text-align: center;
        font-size: 16px;
        margin-bottom: 50px; } }
    #CustomizeYourLightening .resultProduct .expertTip b {
      font-family: "Gotham Bold";
      display: block;
      padding-bottom: 5px; }
    #CustomizeYourLightening .resultProduct .expertTip span {
      width: 250px;
      display: block;
      line-height: 130%; }
      @media screen and (max-width: 767px) {
        #CustomizeYourLightening .resultProduct .expertTip span {
          width: auto;
          padding: 0 30px;
          margin-bottom: 20px; } }
    #CustomizeYourLightening .resultProduct .expertTip img {
      position: absolute;
      bottom: 15px;
      right: 15px; }
      @media screen and (max-width: 767px) {
        #CustomizeYourLightening .resultProduct .expertTip img {
          position: static;
          margin-bottom: -80px; } }
  #CustomizeYourLightening .resultProduct .banner {
    width: 100%;
    padding-top: 60px; }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .resultProduct .banner {
        padding-top: 0;
        position: absolute;
        top: 175px;
        width: 350px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  #CustomizeYourLightening .resultProduct .button {
    position: absolute;
    bottom: -400px;
    width: 270px;
    font-weight: 700;
    left: 95px;
    z-index: 5;
    height: 40px;
    padding: 0px;
    line-height: 42px; }
    @media screen and (min-width: 1025px) and (max-width: 1399px) {
      #CustomizeYourLightening .resultProduct .button {
        width: 240px;
        height: 35px;
        line-height: 38px;
        left: 68px;
        margin-bottom: 70px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #CustomizeYourLightening .resultProduct .button {
        bottom: -250px;
        width: 200px;
        height: 30px;
        line-height: 25px;
        left: 55px; } }
    @media screen and (max-width: 767px) {
      #CustomizeYourLightening .resultProduct .button {
        position: static;
        margin: 30px auto;
        width: 100%;
        padding: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider.flare {
    width: 90%;
    margin: 0 auto 70px; }
    .slick-slider.flare .slick-image {
      position: relative;
      padding: 0 7px; }
      .slick-slider.flare .slick-image img {
        background: #f2f2f0; }
      .slick-slider.flare .slick-image p {
        font-family: "Gotham Book";
        font-size: 18px;
        text-transform: uppercase;
        position: absolute;
        width: 100%;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0); }
        @media only screen and (max-width: 767px) {
          .slick-slider.flare .slick-image p {
            font-size: 15px; } }
        @media only screen and (min-width: 768px) and (max-width: 1399px) {
          .slick-slider.flare .slick-image p {
            font-size: 12px; } }
    .slick-slider.flare .slick-prev {
      background: url("/i/sprite/slider-arrow-prev.png") no-repeat center;
      height: 26px !important;
      width: 13px !important; }
      .slick-slider.flare .slick-prev:before {
        content: "";
        display: none; }
    .slick-slider.flare .slick-next {
      background: url("/i/sprite/slider-arrow-next.png") no-repeat center;
      height: 26px !important;
      width: 13px !important; }
      .slick-slider.flare .slick-next:before {
        content: "";
        display: none; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*  ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com   */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #DCDCDA; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #AAAAAA; /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #AAAAAA; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #AAAAAA; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ; }

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ; }
.absolute{
  position: absolute; }
.relative{
  position: relative; }
.bottom-0{
  bottom: 0px; }
.left-0{
  left: 0px; }
.right-0{
  right: 0px; }
.right-\[5\%\]{
  right: 5%; }
.top-0{
  top: 0px; }
.top-\[-40px\]{
  top: -40px; }
.z-\[10\]{
  z-index: 10; }
.z-\[15\]{
  z-index: 15; }
.float-right{
  float: right; }
.-m-2{
  margin: -0.5rem; }
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem; }
.mx-\[12px\]{
  margin-left: 12px;
  margin-right: 12px; }
.mx-\[24px\]{
  margin-left: 24px;
  margin-right: 24px; }
.mx-auto{
  margin-left: auto;
  margin-right: auto; }
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem; }
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem; }
.my-\[80px\]{
  margin-top: 80px;
  margin-bottom: 80px; }
.my-auto{
  margin-top: auto;
  margin-bottom: auto; }
.mb-1{
  margin-bottom: 0.25rem; }
.mb-1\.5{
  margin-bottom: 0.375rem; }
.mb-20{
  margin-bottom: 5rem; }
.mb-32{
  margin-bottom: 8rem; }
.mb-4{
  margin-bottom: 1rem; }
.mb-6{
  margin-bottom: 1.5rem; }
.mb-8{
  margin-bottom: 2rem; }
.mb-\[10px\]{
  margin-bottom: 10px; }
.mb-\[15px\]{
  margin-bottom: 15px; }
.mb-\[24px\]{
  margin-bottom: 24px; }
.mb-\[25px\]{
  margin-bottom: 25px; }
.mb-\[26px\]{
  margin-bottom: 26px; }
.mb-\[48px\]{
  margin-bottom: 48px; }
.mb-\[80px\]{
  margin-bottom: 80px; }
.mb-\[8px\]{
  margin-bottom: 8px; }
.ml-4{
  margin-left: 1rem; }
.ml-6{
  margin-left: 1.5rem; }
.ml-\[3px\]{
  margin-left: 3px; }
.ml-auto{
  margin-left: auto; }
.mr-4{
  margin-right: 1rem; }
.mr-\[15px\]{
  margin-right: 15px; }
.mr-\[16px\]{
  margin-right: 16px; }
.mt-10{
  margin-top: 2.5rem; }
.mt-2{
  margin-top: 0.5rem; }
.mt-2\.5{
  margin-top: 0.625rem; }
.mt-20{
  margin-top: 5rem; }
.mt-4{
  margin-top: 1rem; }
.mt-5{
  margin-top: 1.25rem; }
.mt-8{
  margin-top: 2rem; }
.mt-\[15px\]{
  margin-top: 15px; }
.mt-\[20px\]{
  margin-top: 20px; }
.mt-\[25px\]{
  margin-top: 25px; }
.box-border{
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.block{
  display: block; }
.inline-block{
  display: inline-block; }
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.h-1\/2{
  height: 50%; }
.h-\[173px\]{
  height: 173px; }
.h-\[26px\]{
  height: 26px; }
.h-\[30px\]{
  height: 30px; }
.h-\[31px\]{
  height: 31px; }
.h-\[360px\]{
  height: 360px; }
.h-\[60px\]{
  height: 60px; }
.h-\[79px\]{
  height: 79px; }
.h-\[88px\]{
  height: 88px; }
.h-auto{
  height: auto; }
.h-full{
  height: 100%; }
.max-h-\[130px\]{
  max-height: 130px; }
.max-h-\[700px\]{
  max-height: 700px; }
.w-6\/12{
  width: 50%; }
.w-\[266px\]{
  width: 266px; }
.w-\[26px\]{
  width: 26px; }
.w-\[280px\]{
  width: 280px; }
.w-\[313px\]{
  width: 313px; }
.w-\[31px\]{
  width: 31px; }
.w-\[32px\]{
  width: 32px; }
.w-\[35\%\]{
  width: 35%; }
.w-\[60\%\]{
  width: 60%; }
.w-\[70\%\]{
  width: 70%; }
.w-\[82px\]{
  width: 82px; }
.w-auto{
  width: auto; }
.w-fit{
  width: -webkit-fit-content;
  width: fit-content; }
.w-full{
  width: 100%; }
.max-w-\[1024px\]{
  max-width: 1024px; }
.max-w-\[1200px\]{
  max-width: 1200px; }
.max-w-\[312px\]{
  max-width: 312px; }
.max-w-\[calc\(100\%-2rem\)\]{
  max-width: calc(100% - 2rem); }
.flex-1{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }
.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.cursor-pointer{
  cursor: pointer; }
.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.whitespace-nowrap{
  white-space: nowrap; }
.\!border-0{
  border-width: 0px !important; }
.border-4{
  border-width: 4px; }
.border-b-2{
  border-bottom-width: 2px; }
.border-b-4{
  border-bottom-width: 4px; }
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(45 45 45 / var(--tw-border-opacity)); }
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity)); }
.border-pink-7{
  --tw-border-opacity: 1;
  border-color: rgb(230 181 221 / var(--tw-border-opacity)); }
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)); }
.\!bg-transparent{
  background-color: transparent !important; }
.bg-pink-7{
  --tw-bg-opacity: 1;
  background-color: rgb(230 181 221 / var(--tw-bg-opacity)); }
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }
.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: -webkit-linear-gradient(top, var(--tw-gradient-stops));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-t{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: -webkit-linear-gradient(bottom, var(--tw-gradient-stops));
  background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.from-pink-7{
  --tw-gradient-from: #E6B5DD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(230 181 221 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-white{
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-\[\#E0A2D4\]{
  --tw-gradient-to: #E0A2D4 var(--tw-gradient-to-position); }
.to-gray-400{
  --tw-gradient-to: #AAAAAA var(--tw-gradient-to-position); }
.to-white{
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position); }
.object-cover{
  object-fit: cover; }
.\!p-0{
  padding: 0px !important; }
.px-4{
  padding-left: 1rem;
  padding-right: 1rem; }
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px; }
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px; }
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px; }
.pb-10{
  padding-bottom: 2.5rem; }
.pb-2{
  padding-bottom: 0.5rem; }
.pb-28{
  padding-bottom: 7rem; }
.pb-\[25px\]{
  padding-bottom: 25px; }
.pl-4{
  padding-left: 1rem; }
.pl-\[30px\]{
  padding-left: 30px; }
.pl-\[31px\]{
  padding-left: 31px; }
.pr-10{
  padding-right: 2.5rem; }
.pr-\[20px\]{
  padding-right: 20px; }
.pt-5{
  padding-top: 1.25rem; }
.pt-\[10px\]{
  padding-top: 10px; }
.pt-\[37px\]{
  padding-top: 37px; }
.pt-\[56\.25\%\]{
  padding-top: 56.25%; }
.text-center{
  text-align: center; }
.\!font-gothamBold{
  font-family: Gotham Bold, Arial, sans-serif !important; }
.\!font-gothamLight{
  font-family: Gotham Light, Arial, sans-serif !important; }
.font-gothamBold{
  font-family: Gotham Bold, Arial, sans-serif; }
.font-gothamBook{
  font-family: Gotham Book, Arial, sans-serif; }
.font-gothamLight{
  font-family: Gotham Light, Arial, sans-serif; }
.\!text-\[16px\]{
  font-size: 16px !important; }
.\!text-\[23px\]{
  font-size: 23px !important; }
.\!text-\[24px\]{
  font-size: 24px !important; }
.\!text-\[35px\]{
  font-size: 35px !important; }
.\!text-\[40px\]{
  font-size: 40px !important; }
.\!text-\[42px\]{
  font-size: 42px !important; }
.\!text-\[50px\]{
  font-size: 50px !important; }
.text-\[10px\]{
  font-size: 10px; }
.text-\[14px\]{
  font-size: 14px; }
.text-\[16px\]{
  font-size: 16px; }
.text-\[18px\]{
  font-size: 18px; }
.text-\[22px\]{
  font-size: 22px; }
.text-\[24px\]{
  font-size: 24px; }
.text-\[30px\]{
  font-size: 30px; }
.text-\[42px\]{
  font-size: 42px; }
.text-\[45px\]{
  font-size: 45px; }
.text-\[50px\]{
  font-size: 50px; }
.\!font-bold{
  font-weight: 700 !important; }
.font-bold{
  font-weight: 700; }
.font-normal{
  font-weight: 400; }
.\!uppercase{
  text-transform: uppercase !important; }
.uppercase{
  text-transform: uppercase; }
.\!leading-\[18px\]{
  line-height: 18px !important; }
.\!leading-\[24px\]{
  line-height: 24px !important; }
.leading-\[10px\]{
  line-height: 10px; }
.leading-\[14px\]{
  line-height: 14px; }
.leading-\[17px\]{
  line-height: 17px; }
.leading-\[18px\]{
  line-height: 18px; }
.leading-\[22px\]{
  line-height: 22px; }
.leading-\[24px\]{
  line-height: 24px; }
.leading-\[26px\]{
  line-height: 26px; }
.leading-\[30px\]{
  line-height: 30px; }
.leading-\[35px\]{
  line-height: 35px; }
.leading-\[40px\]{
  line-height: 40px; }
.tracking-\[-\.085em\]{
  letter-spacing: -.085em; }
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(45 45 45 / var(--tw-text-opacity)) !important; }
.text-\[\#2D2D2D\]{
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity)); }
.text-black{
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity)); }
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity)); }
.text-pink-7{
  --tw-text-opacity: 1;
  color: rgb(230 181 221 / var(--tw-text-opacity)); }
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity)); }
.opacity-80{
  opacity: 0.8; }
/*  =PLACEHOLDERS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.button.default, .buttonsSubmenu a, .contactForm input[type="submit"], .filter .allBrandsButton, .socialBox.blueSocial li {
  background-color: #97b1c4; }

.button.default:hover, .buttonsSubmenu a:hover, .buttonsSubmenu a.active, .desktop-device .filterMenu .item a:hover, .contactForm input[type="submit"] :hover, .filter .allBrandsButton:hover, .socialBox.blueSocial li:hover {
  background-color: #2ab2bf; }

.tile .mask-headline, .salonMarketing .dotsDescriptionContent {
  text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 2px; }

.tileFacebook .mask {
  background-image: -webkit-linear-gradient(45deg, rgba(75, 97, 112, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(45deg, rgba(75, 97, 112, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b34b6170', endColorstr='#b3000000',GradientType=1 ); }

.tileTwitter:hover {
  background: #f3f5f7;
  background: rgba(193, 207, 217, 0.2); }

.tileVideo .mask, .tileYoutube .mask {
  background-image: -webkit-linear-gradient(45deg, rgba(184, 211, 229, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(45deg, rgba(184, 211, 229, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b8d3e5', endColorstr='#99000000',GradientType=1 ); }

.tileDefault .tileTitle {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(156, 177, 190, 0.6)), to(rgba(225, 238, 246, 0.8)));
  background-image: -webkit-linear-gradient(left, rgba(156, 177, 190, 0.6) 0%, rgba(225, 238, 246, 0.8) 100%);
  background-image: linear-gradient(90deg, rgba(156, 177, 190, 0.6) 0%, rgba(225, 238, 246, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb1be', endColorstr='#e1eef6',GradientType=1 ); }

.tile .mask, .detailsList .packshot a .mask {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s; }

.tile:hover .mask,
.tile.effect-on .mask, .detailsList .packshot a:hover .mask {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7); }

.reviewsWrite__form .selectBox, .unsubscribe .contactForm .selectBox, .subscribe .contactForm .selectBox, .panels .searchPane .selectBox, .contactForm .selectBox, .salonfinderForm .selectBox {
  position: relative; }
  .reviewsWrite__form .input-validation-error.selectBox, .panels .searchPane .input-validation-error.selectBox, .contactForm .input-validation-error.selectBox, .salonfinderForm .input-validation-error.selectBox {
    border: 1px solid #b70036; }
    .reviewsWrite__form .input-validation-error.selectBox .styled-select-wrapper, .panels .searchPane .input-validation-error.selectBox .styled-select-wrapper, .contactForm .input-validation-error.selectBox .styled-select-wrapper, .salonfinderForm .input-validation-error.selectBox .styled-select-wrapper {
      border: none; }
  .reviewsWrite__form .selectBox .styled-select-wrapper, .panels .searchPane .selectBox .styled-select-wrapper, .contactForm .selectBox .styled-select-wrapper, .salonfinderForm .selectBox .styled-select-wrapper {
    height: 46px;
    width: 100% !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #4b6170;
    background: #fff;
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .reviewsWrite__form .selectBox .styled-select-text, .panels .searchPane .selectBox .styled-select-text, .contactForm .selectBox .styled-select-text, .salonfinderForm .selectBox .styled-select-text {
    width: auto;
    height: 100%;
    color: #191919;
    padding: 0 28px 0 2%;
    position: relative;
    top: 0;
    left: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    text-align: left;
    font-family: "Gotham Light"; }
  .reviewsWrite__form .selectBox .styled-select-button, .panels .searchPane .selectBox .styled-select-button, .contactForm .selectBox .styled-select-button, .salonfinderForm .selectBox .styled-select-button {
    width: 28px;
    height: 100%;
    background: url("../i/sprite/select_arrow.png") center center no-repeat #44443e;
    position: absolute;
    top: 0;
    right: 0; }
  .reviewsWrite__form .selectBox select, .unsubscribe .contactForm .selectBox select, .subscribe .contactForm .selectBox select, .panels .searchPane .selectBox select, .contactForm .selectBox select, .salonfinderForm .selectBox select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.contactForm input[type="text"],
.contactForm textarea, .searchInput .searchText, .salonfinderForm input.address {
  font-family: "Gotham Light";
  font-size: 1em;
  color: #191919;
  border: 1px solid #4b6170;
  width: 100%;
  height: 46px;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .contactForm input.input-validation-error[type="text"],
  .contactForm textarea.input-validation-error, .searchInput .input-validation-error.searchText, .salonfinderForm input.input-validation-error.address {
    border: 1px solid #b70036; }

.tile .mask, .tileDefault .tileTitle, .centeredWrapper {
  display: table; }

.centered {
  display: table-cell;
  vertical-align: middle; }

.tileTwitter.tile--social .mask-content,
.tileFacebook.tile--social .mask-content,
.tileVideo.tile--social .mask-content,
.tileYoutube.tile--social .mask-content, .tilesTrendings .mask-content {
  display: table-cell;
  vertical-align: top; }

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

/* OLD PLACEHOLDERS - ostatecznie do usunięcia, ale przydadzą się w czasie developmentu */
.desktop-device .filterMenu .item a {
  border: 1px solid #ebebeb;
  border-radius: 0.4em 0;
  color: #777777;
  padding: 5px 15px;
  display: block;
  line-height: 1.2em; }
  .desktop-device .filterMenu .item a:hover {
    color: #fff; }

.tablet-device .filterMenu .item a {
  border: 1px solid #ebebeb;
  border-radius: 0.4em 0;
  color: #777777;
  padding: 5px 15px;
  display: block;
  line-height: 1.2em; }

.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; }

.tooltip__box .tooltip__box__close, .popinTemplate2 .close {
  position: absolute;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: block;
  outline: medium none;
  overflow: visible;
  padding: 0;
  z-index: 1046;
  top: 10px;
  right: 10px; }

/*  =COMMON
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*----- GLOBAL ------------*/
.main {
  margin: 0 auto;
  position: relative;
  z-index: 100; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.verticalWrapper {
  display: table;
  width: 100%;
  height: 100%; }

.verticalAlign {
  display: table-cell;
  vertical-align: middle;
  height: auto !important;
  padding: 0 5%; }

.centeredWrapper {
  width: 100%;
  height: 100%; }

.line {
  height: 1px;
  display: block;
  background: url(../i/sprite/white_divider.png) no-repeat center center; }
  .omega-gloss-technology-header-col .line {
    background: url(../i/sprite/blue_divider.png) no-repeat center center; }
  .chromalock-header-col .line {
    background: url(../i/sprite/red_divider.png) no-repeat center center; }

.visualText {
  display: none; }

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

.notifications .active {
  display: block; }

.link {
  font-family: "Gotham Book";
  font-size: 1.5em;
  color: #4b6170;
  text-decoration: underline;
  display: inline-block; }
  .link:hover {
    text-decoration: none; }

.pageDivider {
  background: url("../i/sprite/Page_Divider.png") no-repeat 0 center;
  width: 338px;
  height: 14px;
  margin: auto;
  margin-top: 28px;
  margin-bottom: 28px; }

/*----- HEADER ------------*/
header {
  height: 105px;
  width: 100%;
  /* IE filter gradient psuje layout w IE8 i IE9 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  -webkit-transition: height 0.8s;
  transition: height 0.8s; }
  header .salon_finder_ico {
    margin: 5px 35px 0 0;
    float: right;
    display: block; }
  header .logo {
    position: absolute;
    left: 50%;
    margin-left: -78px;
    top: 36px;
    z-index: 2; }
    header .logo img {
      -webkit-transition: all 1s;
      transition: all 1s; }
  header .subscribeLink {
    position: absolute;
    top: 42px;
    right: 340px;
    z-index: 2;
    display: block;
    background: url("../i/sprite/envelope.png") no-repeat 0 center;
    -webkit-background-size: cover;
            background-size: cover;
    width: 32px;
    height: 20px;
    text-indent: -2000em;
    outline: 0; }
  header .search {
    width: 200px;
    line-height: 1.1;
    position: absolute;
    top: 44px;
    right: 130px;
    margin-top: -12px;
    z-index: 2; }
    header .search a:last-child {
      margin-left: 10px; }
  header .searchWrap {
    border: 3px solid #eef1f3;
    border: 3px solid rgba(139, 159, 172, 0.15);
    width: 285px;
    height: 32px;
    background: #fff;
    background: rgba(255, 255, 255, 0.2);
    float: left; }
    header .searchWrap label {
      display: none; }
    header .searchWrap form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  header .searchSubmit {
    margin: 7px 8px 7px;
    float: left;
    cursor: pointer;
    background-image: url(../i/sprites/sprite.png);
    background-position: -118px -718px;
    width: 14px;
    height: 15px;
    background-color: transparent;
    text-indent: -9999px; }
  header input[type="search"] {
    color: #7f7f7f;
    font-size: 1.1em;
    width: 255px;
    height: 28px;
    border: 0;
    float: left;
    background: transparent;
    -webkit-appearance: none; }

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

/* 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; }

.searchPane input::-webkit-input-placeholder,
.salonfinderForm input::-webkit-input-placeholder {
  color: #191919; }

.searchPane input:-moz-placeholder,
.salonfinderForm input:-moz-placeholder {
  color: #191919; }

.searchPane ::-moz-placeholder,
.salonfinderForm ::-moz-placeholder {
  color: #191919; }

.searchPane input:-ms-input-placeholder,
.salonfinderForm input:-ms-input-placeholder {
  color: #191919; }

.searchPane .placeholder,
.salonfinderForm .placeholder {
  color: #191919; }

/*----- MENU --------------*/
/*----- BRADCRUMBS --------------*/
.breadcrumb {
  font-family: "Gotham Book";
  font-size: 1.13em;
  color: #fff;
  -webkit-transition: top 0.8s;
  transition: top 0.8s; }
  .breadcrumb li {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .breadcrumb li.current {
      font-family: "Gotham Bold"; }
    .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: ">";
    font-family: "Gotham Book";
    color: inherit;
    margin: 0 4px;
    -webkit-box-sizing: border-box;
            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; }

/*----- FOOTER ------------*/
footer {
  margin: 40px auto 20px;
  margin-bottom: 58px;
  overflow: hidden; }
  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;
    padding: 10px 0 2px; }
    footer .col h3 {
      font-size: 1.383em;
      text-align: center;
      font-family: "Gotham Light"; }
  footer .col-1 {
    width: 317px; }
    footer .col-1 h3 {
      margin-bottom: 15px; }
    footer .col-1 a {
      padding-left: 10px;
      background: url("../i/sprite/foot-arrow.png") no-repeat 0 center; }
  footer .col-2 {
    width: 412px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
    footer .col-2 h3 {
      margin-bottom: 5px; }
  footer .col-3 {
    width: 269px; }
    footer .col-3 h3 {
      margin-bottom: 13px; }
  footer ul {
    text-align: center; }
    footer ul li {
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      font-size: 1.1em;
      margin-left: 23px; }
      footer ul li:first-child {
        margin-left: 0; }

footer,
footer a {
  color: #44443e;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

/*footer a:hover, .footerRowWrap a:hover { text-decoration: underline; }*/
.footerRowWrap {
  width: 100%;
  height: 99px;
  color: #666666;
  background: #000000;
  font-family: "Gotham Book"; }

.footerRow {
  margin: 0 auto;
  line-height: 25px;
  color: #666666;
  font-size: 11px;
  font-weight: bold; }
  .footerRow a {
    color: #666666;
    /*@include transition(compact(color 0.2s));*/ }
    .footerRow a:hover {
      text-decoration: underline; }
  .footerRow:after {
    content: "";
    clear: both;
    display: block; }
  .footerRow .left {
    float: left; }
  .footerRow .center {
    padding-top: 16px;
    /*margin-left: 182px;*/ }
    .footerRow .center li {
      display: inline-block; }
      .footerRow .center li.first a {
        margin-left: 0; }
        .footerRow .center li.first a:before {
          content: "";
          border: 0 !important; }
    .footerRow .center a {
      position: relative;
      padding: 0 12px 0 0;
      margin-left: 16px;
      font-size: 12px;
      text-transform: uppercase; }
      .footerRow .center a:before {
        content: "";
        border-top: 1px solid #666666;
        width: 4px;
        height: 1px;
        display: block;
        position: absolute;
        left: -16px;
        top: 50%; }
  .footerRow .right {
    float: right; }
  .footerRow .ico-adchoices {
    padding-right: 15px !important;
    margin-right: 12px;
    background: url("../i/sprite/ad-choice-icon.png") no-repeat right center; }
  .footerRow .copyright {
    text-align: center;
    width: 100%;
    float: left; }
    .footerRow .copyright:after {
      content: "";
      clear: both;
      display: block; }
  .footerRow .ot-sdk-show-settings {
    border: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    letter-spacing: inherit;
    padding: 0 !important; }
    .footerRow .ot-sdk-show-settings:hover {
      background-color: inherit !important;
      border-bottom: inherit !important; }

.countrySelector a {
  margin: 0 auto;
  display: inline-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 #999;
    top: 10px;
    right: 0;
    position: absolute; }

.followUs li {
  vertical-align: middle;
  display: inline-block; }

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

.footer_rule_left {
  height: 1px;
  margin-left: 0; }
  .footer_rule_left div {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -419px;
    width: 86px;
    height: 1px; }

.footer_rule_right {
  height: 1px;
  margin-left: 32px; }
  .footer_rule_right div {
    background-image: url(../i/sprites/sprite.png);
    background-position: -472px -418px;
    width: 86px;
    height: 1px; }

.weve_got_you_covered {
  margin: auto;
  margin-bottom: 21px;
  background-image: url(../i/sprites/sprite.png);
  background-position: 0px -80px;
  width: 440px;
  height: 80px; }

.BBB {
  display: block;
  width: 75px;
  height: 29px;
  margin: 0 auto; }
  .BBB:after, .BBB:before {
    display: block;
    content: "";
    clear: both; }
  .BBB a {
    display: block;
    background-image: url(../i/sprites/sprite.png);
    background-position: -304px -489px;
    height: 29px !important;
    width: 75px;
    overflow: hidden;
    font: 0/200px Arial; }
    .BBB a:after, .BBB a:before {
      display: block;
      content: "";
      clear: both;
      padding-bottom: 20px; }

/*	=FILTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.filterMenu {
  text-align: center;
  position: relative; }
  .filterMenu ul {
    width: 100%; }
  .filterMenu li {
    display: block;
    font-size: 1.5em;
    margin: 0.5%;
    float: left; }
  .filterMenu .filterText {
    line-height: 2.1;
    font-weight: bold;
    margin-left: 20px; }
  .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 .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; }

.filterMenuWrap {
  text-align: center; }
  .filterMenuWrap .filterRow {
    padding-left: 14%; }
    .filterMenuWrap .filterRow .first {
      float: left;
      height: 44px; }
    .filterMenuWrap .filterRow .second {
      height: 44px;
      padding-left: 15%;
      clear: left; }

.videoPage .filterMenuWrap .filterRow {
  padding-left: 7%; }

.videoPage .filterMenuWrap .second {
  padding-left: 23%; }

.articlesPage .filterMenuWrap .filterRow {
  padding-left: 10%; }

.articlesPage .filterMenuWrap .second {
  clear: none; }

.desktop-device .filterMenu .item.active a {
  color: #fff;
  background-color: #2ab2bf; }

.tablet-device .filterMenu .item.active a {
  color: #fff;
  background-color: #2ab2bf; }

.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 a {
  min-width: 150px;
  margin: 0 0 5px 10px;
  color: #7c7c7c;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 5px 0 5px 0;
  float: left;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: 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 a:hover {
  border-color: #c51c4b; }

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

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

.tablet-device .filter .filter-list a:hover {
  border-color: #e3e3e3; }

.inspirationGallery .filterMenu li {
  display: inline-block;
  float: none; }

/*----- BRAND MENU --------------*/
.brandsListWrap {
  margin-top: 50px; }

.negativeBlock {
  display: table;
  margin: 0 auto;
  border: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5; }
  .negativeBlock ul.brandsList .last a {
    border: 0; }

ul.brandsList {
  display: table-cell; }
  ul.brandsList li {
    float: left;
    text-align: center;
    width: 150.6px;
    overflow: hidden; }
  ul.brandsList a {
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #f5f5f5;
    display: block;
    position: relative;
    z-index: 1;
    min-height: 173px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    ul.brandsList a:hover, ul.brandsList a.active {
      background: #f7f9fb; }
    ul.brandsList a.plus-ico:before {
      content: "+";
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-family: arial;
      font-size: 1em;
      z-index: 2; }
  ul.brandsList h3 {
    z-index: 2;
    position: absolute;
    bottom: 14px;
    font-size: 1.2em;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    font-family: "Gotham Medium"; }
    ul.brandsList h3 span {
      display: block;
      font-family: "Gotham Book";
      font-family: 0.9em; }

.mobileSelectMenu {
  display: none;
  margin-top: 20px; }

/*----- PANELS ------------*/
.panels {
  margin-top: 30px; }
  .panels .block {
    width: 662px;
    height: 388px;
    position: relative;
    float: left;
    color: #fff;
    font-family: "Gotham Light";
    text-transform: uppercase; }
    .panels .block .content {
      width: 253px; }
      .panels .block .content a,
      .panels .block .content p {
        display: table-cell;
        vertical-align: middle;
        color: #fff; }
      .panels .block .content span {
        font-size: 2.5em;
        padding: 5px 20px;
        display: block; }
    .panels .block .boldText {
      font-family: "Gotham Medium"; }
    .panels .block .packshot {
      position: absolute;
      top: 0;
      max-height: 100%; }
  .panels .nextBtn {
    position: absolute;
    top: 50%;
    margin-top: -23px; }
  .panels .block-1 .content {
    float: left;
    height: 100%;
    text-align: left;
    display: table;
    position: relative;
    z-index: 101;
    background: #648297; }
  .panels .block-1 .packshot {
    right: 0; }
  .panels .block-1 .nextBtn {
    right: 0; }
  .panels .block-2 {
    float: right; }
    .panels .block-2 .content {
      float: right;
      height: 100%;
      text-align: right;
      display: table;
      position: relative;
      z-index: 101;
      background: #9cb4c6; }
    .panels .block-2 .packshot {
      left: 0; }
    .panels .block-2 .nextBtn {
      right: 253px; }
  .panels .searchPane {
    position: absolute;
    top: 133.5px;
    left: 60px;
    width: 290px;
    z-index: 100; }
    .panels .searchPane .selectBox {
      margin-bottom: 10px; }
      .panels .searchPane .selectBox .styled-select-wrapper {
        height: 46px;
        border: none; }
      .panels .searchPane .selectBox .styled-select-text {
        text-transform: none;
        font-family: "Gotham Light";
        font-size: 1.4em;
        padding: 0 47px 0 10px;
        letter-spacing: 0.5px; }
    .panels .searchPane input[type="text"] {
      font-family: "Gotham Light";
      color: #191919;
      width: 242px;
      height: 46px;
      float: left;
      font-size: 1.4em;
      padding: 0 10px; }
    .panels .searchPane input[type="submit"] {
      float: left;
      cursor: pointer;
      background-image: url(../i/sprites/sprite.png);
      background-position: -81px -638px;
      width: 28px;
      height: 46px; }

/*  =DETAILS LIST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.detailsList {
  clear: both;
  margin-top: 50px; }
  .detailsList .wrap {
    padding-top: 20px;
    font-family: "Gotham Light", Arial, sans-serif; }
  .detailsList h3 {
    font-size: 48px;
    font-family: "Gotham Light";
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000; }
    .detailsList h3 strong {
      font-size: 1.14em;
      font-family: "Gotham Medium";
      display: block;
      font-weight: normal; }
    .detailsList h3 + span {
      font-family: "Gotham Book";
      font-size: 1.6em;
      margin: -15px 0 20px;
      display: block; }
  .detailsList .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .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 .buttons {
      text-align: right; }
  .detailsList .rowLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .detailsList .rowLeft .packshot,
    .detailsList .rowLeft .wrap:before {
      float: left; }
    .detailsList .rowLeft .description {
      text-align: left; }
    .detailsList .rowLeft .inner {
      padding: 76px 10px 76px 76px; }
    .detailsList .rowLeft .buttons {
      text-align: left; }
  .detailsList img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.105, 0.86, 0.52, 0.965);
    transition: all 0.4s cubic-bezier(0.105, 0.86, 0.52, 0.965); }
  .detailsList .packshot {
    float: right;
    width: 50%;
    overflow: hidden; }
    .detailsList .packshot a {
      position: relative;
      display: block; }
      .detailsList .packshot a .mask {
        display: block; }
      .detailsList .packshot a:hover img {
        -webkit-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
                transform: scale(1.2, 1.2); }
      .detailsList .packshot a:hover .mask {
        background: rgba(53, 84, 110, 0.5); }
      .detailsList .packshot a.videoLink:before {
        content: "";
        background-image: url(../i/sprites/sprite.png);
        background-position: -189px -274px;
        width: 90px;
        height: 90px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -45px 0 0 -45px; }
  .detailsList .description {
    float: left;
    width: 50%;
    font: 24px/32px "Gotham Book";
    color: #6a6a6a; }
  .detailsList p,
  .detailsList ul {
    font-size: 1.6em;
    margin-bottom: 10px; }
    .detailsList p a,
    .detailsList ul a {
      text-decoration: underline; }
  .detailsList li {
    padding: 0;
    /* 15px 0 */ }
  .detailsList .inner {
    padding: 76px 76px 76px 10px; }
  .detailsList .buttons {
    margin: 0; }
  .detailsList .button {
    margin: 30px 0 0; }
  .detailsList .buttonDashed.print {
    margin-top: 30px;
    border: 1px dashed #bbb;
    font: bold 17px "Gotham Bold";
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 10px 10px 10px 75px;
    width: 160px;
    background: url("../i/sprite/Icon_Printer.jpg") no-repeat 10px center #fff; }
    .detailsList .buttonDashed.print span {
      font: 14px "Gotham Book";
      color: #000;
      text-transform: none; }
  .detailsList .socialBox:after {
    content: "";
    clear: both;
    display: block; }
  .detailsList .pushes3 li {
    float: left;
    width: 30%;
    display: block; }

/*  =POPIN POPUP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.popinActive .main {
  z-index: 300; }

.global-popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #8b9fac;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 9000;
  display: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .global-popup-overlay.is-loading {
    display: block;
    background: url("../i/loaders/trending-stories.gif") no-repeat center #fff; }
  .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%; }

.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: "Gotham Light";
    color: #fff;
    background-color: #97b1c4; }
  .popinTemplate2 .popinVisual {
    float: left;
    position: relative;
    text-align: center;
    height: 100%; }
    .popinTemplate2 .popinVisual img {
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle; }
    .popinTemplate2 .popinVisual:hover .changeYearNav {
      opacity: 1; }
  .popinTemplate2 .videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    height: 0;
    overflow: hidden; }
    .popinTemplate2 .videoContainer iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popinTemplate2 .imgContainer {
    height: 100%; }
  .popinTemplate2 .imgDescription {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 2.2em;
    padding: 15px;
    font-family: "Gotham Light";
    line-height: 1; }
  .popinTemplate2 .name {
    bottom: 100px;
    background: #000; }
  .popinTemplate2 .position {
    bottom: 50px;
    background: #c8013c; }
    .popinTemplate2 .position .award {
      font-family: "Gotham Book"; }
  .popinTemplate2 .changeYearNav {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity, 0.3s, ease-out;
    transition: opacity, 0.3s, ease-out; }
    .popinTemplate2 .changeYearNav li {
      position: absolute;
      top: 50%;
      margin-top: -98.5px;
      width: 647px; }
    .popinTemplate2 .changeYearNav a {
      background-color: transparent;
      display: block; }
    .popinTemplate2 .changeYearNav .next {
      right: 0; }
      .popinTemplate2 .changeYearNav .next a {
        background-image: url(../i/sprites/sprite.png);
        background-position: -647px -253px;
        width: 37px;
        height: 56px; }
    .popinTemplate2 .changeYearNav .prev {
      left: 0; }
      .popinTemplate2 .changeYearNav .prev a {
        background-image: url(../i/sprites/sprite.png);
        background-position: -647px -197px;
        width: 37px;
        height: 56px; }
  .popinTemplate2 .popinDescription {
    width: 460px;
    height: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    color: #44443e; }
    .popinTemplate2 .popinDescription h2 {
      font-family: "Gotham Medium";
      font-size: 3.4em;
      line-height: 1;
      margin: 10px 0 20px; }
    .popinTemplate2 .popinDescription h3 {
      font-family: "Gotham Light";
      font-size: 2.4em;
      line-height: 1;
      margin: 0 0 30px; }
    .popinTemplate2 .popinDescription p {
      font-size: 1.4em;
      line-height: 1.4;
      font-family: "Gotham Book"; }
    .popinTemplate2 .popinDescription .buttons {
      position: absolute;
      bottom: 75px;
      left: 55px;
      right: 55px;
      margin: 0;
      text-align: left; }
    .popinTemplate2 .popinDescription:before {
      content: "";
      width: 5px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#888389), to(#dcdadc));
      background-image: -webkit-linear-gradient(bottom, #888389 0%, #dcdadc 100%);
      background-image: linear-gradient(0deg, #888389 0%, #dcdadc 100%); }
  .popinTemplate2 .seeMoreLink {
    display: none; }
  .popinTemplate2 .socialBox {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0; }
  .popinTemplate2 .scrollWrapper {
    position: absolute;
    overflow: hidden;
    top: 60px;
    left: 60px;
    right: 60px;
    bottom: 175px;
    width: auto; }
  .popinTemplate2 .scroller {
    width: 95%; }
  .popinTemplate2 .iScrollVerticalScrollbar {
    background: #e8ecee;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 8px; }
  .popinTemplate2 .iScrollIndicator {
    background: #2ab2bf;
    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 */
/*----- HOMEPAGE ----------*/
/*  =TOP MAIN VISUAL
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.topMainVisual {
  position: relative;
  width: 100%;
  /*padding-top: 110px;*/ }
  .topMainVisual .bx-wrapper {
    position: relative; }
    .topMainVisual .bx-wrapper .bx-viewport {
      z-index: 4; }
  .topMainVisual.home .col {
    /*   width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;*/ }
  .topMainVisual .slides-wrap {
    width: 100%; }
    .topMainVisual .slides-wrap .slide {
      width: 100%; }
  .topMainVisual .slider-pagination {
    left: 0;
    bottom: 2%;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50%; }
    .topMainVisual .slider-pagination .js-paginator {
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      width: 100%;
      z-index: 11; }
    .topMainVisual .slider-pagination .js-page {
      display: inline-block;
      margin: 0 5px; }
      .topMainVisual .slider-pagination .js-page span {
        overflow: hidden;
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #fff;
        font-size: 0;
        text-indent: -9999em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        cursor: pointer; }
    .topMainVisual .slider-pagination .js-page.js-page-current span {
      background: #82a2b9;
      border: 2px solid #7391a7;
      cursor: pointer; }
    .topMainVisual .slider-pagination .button-prev,
    .topMainVisual .slider-pagination .button-next {
      display: block;
      position: absolute;
      top: 0;
      z-index: 11;
      cursor: pointer; }
    .topMainVisual .slider-pagination .button-prev {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px 0px;
      width: 21px;
      height: 38px;
      left: 2%; }
    .topMainVisual .slider-pagination .button-next {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -38px;
      width: 21px;
      height: 38px;
      right: 2%; }
    .topMainVisual .slider-pagination .js-disabled {
      display: none; }
  .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame {
    min-height: 751px; }
    @media only screen and (min-width: 768px) and (max-width: 1399px) {
      .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame {
        min-height: 549px; } }
    @media only screen and (max-width: 767px) {
      .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame {
        height: auto;
        min-height: auto; } }
    .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame img {
      display: none; }
    .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame .colLeft {
      display: none; }
    .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame .colRight {
      width: 100% !important;
      padding-left: 0; }
      .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame .colRight h1 {
        width: 50%;
        margin: 20px auto !important; }
        @media only screen and (max-width: 767px) {
          .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame .colRight h1 {
            width: 100%; } }
      .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame .colRight .verticalWrapper {
        padding: 100px 0; }
        @media only screen and (min-width: 768px) and (max-width: 1399px) {
          .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame .colRight .verticalWrapper {
            padding: 50px 0; } }
        @media only screen and (max-width: 767px) {
          .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame .colRight .verticalWrapper {
            padding: 40px 20px; } }
        .topMainVisual.BASIC-WHITE-COLLECTION .pictureFrame .colRight .verticalWrapper .verticalAlign {
          padding: 0 5% !important; }

/*  =TRENDING STORIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.tilesTrendings {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 0 !important; }
  .tilesTrendings .loader {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 30px;
    z-index: 100; }
    .tilesTrendings .loader.active {
      display: block; }
    .tilesTrendings .loader .spinningMeat {
      position: absolute;
      background: url("../i/loaders/trending-stories.gif");
      width: 30px;
      height: 30px;
      margin-left: -15px;
      margin-top: -15px;
      left: 50%;
      bottom: 0; }

/* =CONTACT US PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contactContent {
  font-family: "Gotham Book";
  margin: 40px 0 20px;
  font-size: 1.6em; }
  .contactContent h2 {
    font-family: "Gotham Light";
    font-size: 2.5em;
    margin-bottom: 20px; }
  .contactContent h3 {
    font-family: "Gotham Medium";
    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; }
  .contactContent .tabContainer h3 {
    font-family: "Gotham Medium"; }
  .contactContent .tabContainer p {
    font-family: "Gotham Book"; }

.contactForm {
  margin-bottom: 30px; }
  .contactForm dl {
    margin-top: 25px; }
  .contactForm dt {
    float: left;
    width: 30%;
    padding: 0;
    margin-bottom: 10px;
    line-height: 46px; }
  .contactForm dd {
    float: left;
    clear: right;
    width: 70%;
    padding: 0;
    margin-bottom: 20px;
    line-height: 40px; }
  .contactForm input[type="submit"] {
    font-size: 1.3em;
    float: right; }
  .contactForm textarea {
    padding: 2%;
    height: 150px; }
  .contactForm .validation-error-message {
    color: #b70036;
    display: block;
    overflow: hidden;
    line-height: 1;
    height: 20px;
    padding: 10px 0;
    -webkit-transition: height 1s;
    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; }
  .contactForm .disclaimer {
    font-size: 0.75em; }
  .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; }

.contactSudios h2 {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5; }

.contactSudios h3 {
  font-weight: 700; }

.contactSudios h3,
.contactSudios p {
  font-family: Arial, sans-serif; }

.contactSudios article {
  margin-top: 20px; }
  .contactSudios article:first-child {
    margin-top: 0; }

.contactAdresses article {
  margin-bottom: 20px; }

.contactAdresses p {
  line-height: 1.4; }

.contactPageError {
  display: block;
  color: #006100;
  line-height: 50px;
  text-align: center;
  background: #c6efce;
  border: 1px solid #e5e5e5; }

.verticalWrapper {
  display: table;
  width: 100%;
  height: 100%; }

.verticalAlign {
  display: table-cell;
  vertical-align: middle;
  height: auto !important;
  padding: 0 5%; }

.colorInformation .pictureFrame .verticalAlign .icLogo {
  padding: 0 !important;
  margin-bottom: 36px; }

.colorInformation .buttons {
  margin-top: 60px; }

.colorInformation .description {
  padding-top: 30px;
  font-family: "Gotham Light", Arial, sans-serif; }
  .colorInformation .description p {
    font-family: "Gotham Light", Arial, sans-serif; }

.pictureFrame .colRight h1,
.pictureFrame .colRight h2 {
  margin-left: 5% !important;
  margin-right: 5% !important; }

.field-validation-error {
  color: #b70036; }

.distributorsPopup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  height: auto;
  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; }

/* =SEARCH RESLUTS PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.searchContent .title {
  font-family: "Gotham Light";
  font-size: 80px;
  color: #000000;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding-top: 46px; }

.searchContent h1 {
  font-family: "Gotham Light";
  font-size: 3em;
  text-transform: uppercase;
  text-align: center; }
  .searchContent h1.searchNoResults {
    padding: 20px 0 40px; }
  .searchContent h1 span {
    font-family: "Gotham Medium"; }
  .searchContent h1 .searchNumber,
  .searchContent h1 .searchWord {
    color: #60c3cc; }

.searchInput {
  margin: 90px 0 65px;
  text-align: center; }
  .searchInput label {
    display: inline-block;
    vertical-align: top; }
  .searchInput .searchText {
    background: url("../i/sprite/search_button.png") no-repeat scroll 10px center #fff;
    font-size: 1.4em;
    padding-left: 45px;
    width: 580px; }
  .searchInput .button {
    margin-left: 10px; }

.searchResult {
  margin-top: 80px; }
  .searchResult li {
    padding-bottom: 40px;
    margin-top: 45px;
    position: relative; }
    .searchResult li:first-child {
      margin-top: 0; }
    .searchResult li:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #e2e2e2;
      position: absolute;
      bottom: 0;
      left: 0; }
    .searchResult li.searchItem a {
      font-weight: bold; }
  .searchResult h3 {
    font-family: "Gotham Light";
    font-size: 3em;
    text-transform: uppercase; }
  .searchResult p {
    font-family: "Gotham Book";
    font-size: 1.6em;
    margin: 22px 0 13px; }
  .searchResult .searchPage {
    font-family: "Gotham Medium";
    font-size: 1.6em;
    color: #2ab2bf;
    text-decoration: underline; }
    .searchResult .searchPage:hover {
      color: #97b1c4;
      text-decoration: none; }

/*  =SALON FINDER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.salonfinderForm {
  margin: 0 auto; }
  .salonfinderForm .selectBox {
    font-size: 1.4em; }
  .salonfinderForm input.address {
    float: left;
    margin: 0;
    font-size: 1.4em; }
  .salonfinderForm input.button {
    margin: 0;
    padding-right: 14px;
    float: right; }

/*  =FILTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.filter {
  text-align: center;
  padding: 40px 0 25px 0;
  font-family: "Gotham Medium"; }
  .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;
    float: left; }
  .filter .filter-list .title {
    float: left;
    padding-right: 10px; }
  .filter .allBrandsButton {
    display: block;
    padding: 0 20px;
    margin: 0 0 5px 10px;
    color: #fff;
    font-family: "Gotham Medium";
    line-height: 26px;
    border: 0 none; }

/*  =PRODUCTS PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.watchword {
  text-align: center;
  line-height: 1;
  padding: 6em 0 4em; }
  .watchword h2 {
    font-size: 6em;
    font-family: "Gotham Medium"; }
  .watchword h3 {
    font-size: 6em;
    font-family: "Gotham Light"; }
  .watchword.sideBySide h2,
  .watchword.sideBySide h3 {
    display: inline-block;
    margin: 0 0.1em; }
  .watchword p {
    margin: 40px 0;
    font-size: 1.6em;
    font-family: "Gotham Book";
    line-height: 1.6; }

.productSubMenu {
  width: 214px;
  margin-top: 20px;
  float: left;
  display: table; }
  .productSubMenu li {
    background: #ffffff;
    border-bottom: 2px solid #fff; }
  .productSubMenu li:first-child a:not(.active) {
    border-top: 1px solid lightgrey; }
  .productSubMenu li:last-child a:not(.active) {
    border-bottom: 1px solid lightgrey; }
  .productSubMenu a {
    color: #000000;
    height: 45px;
    width: 187px;
    padding-left: 20px;
    display: table-cell;
    margin-bottom: 1px;
    font-size: 1.7em;
    font-family: "Gotham Bold";
    line-height: 1.2;
    vertical-align: middle;
    text-transform: uppercase;
    position: relative;
    text-align: left; }
  .productSubMenu a.active,
  .productSubMenu a:hover {
    color: #fff;
    background-color: #8b9fac;
    background-image: -webkit-linear-gradient(45deg, #007f8b 0%, #2ab2bf 34%, #2ab2bf 34%, #007f8b 85%);
    background-image: linear-gradient(45deg, #007f8b 0%, #2ab2bf 34%, #2ab2bf 34%, #007f8b 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007F8B', endColorstr='#2AB2BF',GradientType=1 ); }
    .productSubMenu a.active:before,
    .productSubMenu a:hover:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #fff; }

.productInformation > div {
  float: left; }

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

.productInformation .description {
  width: 900px;
  line-height: 25px; }
  .productInformation .description h3 {
    font-size: 4em;
    font-family: "Gotham Medium";
    margin-bottom: 4%; }
  .productInformation .description p {
    margin: 4.09367% 0 4.20913%;
    font-size: 1.6em;
    font-family: "Gotham Book"; }
  .productInformation .description .contentList {
    margin-bottom: 20px; }
  .productInformation .description .button {
    margin-left: 0; }

.productInformation .arrowLink {
  font-family: "Gotham Medium";
  font-size: 1.6em;
  color: #658398;
  text-decoration: underline;
  margin: 4.09367% 15px 4.20913%;
  display: block;
  position: relative; }
  .productInformation .arrowLink:before {
    content: ">";
    position: absolute;
    top: 0;
    left: -15px; }

.socialBox {
  width: 412px;
  text-align: center;
  margin: 30px auto; }
  .socialBox .shadow {
    display: inline-block;
    height: 2px;
    width: 125px;
    margin-bottom: 23px; }
  .socialBox .shadow.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#cccccc));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #cccccc);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #cccccc);
    float: left;
    margin-top: 19px; }
  .socialBox .shadow.right {
    background-image: -webkit-gradient(linear, left top, right top, from(#cccccc), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #cccccc, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, #cccccc, rgba(255, 255, 255, 0));
    float: left;
    margin-top: 19px; }
  .socialBox li {
    display: inline-block;
    margin: 3px 20px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
    .socialBox li:hover {
      opacity: 0.7; }
  .socialBox .facebookButton {
    background-image: url(../i/sprites/sprite.png);
    background-position: -726px -76px;
    width: 19px;
    height: 36px;
    float: left;
    margin-left: 15px; }
  .socialBox .tweetButton {
    background-image: url(../i/sprites/sprite.png);
    background-position: -567px -597px;
    width: 39px;
    height: 31px;
    float: left;
    margin-left: 23px; }
  .socialBox .pinItButton {
    background-image: url(../i/sprites/sprite.png);
    background-position: -694px -164px;
    width: 29px;
    height: 37px;
    float: left;
    margin-left: 22px;
    margin-right: 15px; }
  .socialBox .facebook {
    float: left; }
  .socialBox .tweeter {
    float: left; }
  .socialBox .pinterest {
    float: left; }
  .socialBox.alignLeft {
    text-align: left; }
  .socialBox.blueSocial {
    width: 100%;
    text-align: center;
    margin: 0; }
    .socialBox.blueSocial ul {
      display: inline-block; }
    .socialBox.blueSocial li {
      float: left;
      margin: 0 5px 0 0; }
    .socialBox.blueSocial a {
      display: block;
      width: 28px;
      height: 28px;
      border: 1px solid #97b1c4; }
    .socialBox.blueSocial .shareOn {
      background-color: #fff;
      height: 28px;
      line-height: 28px;
      font-size: 1.4em;
      font-family: "Gotham Book";
      padding: 0 12px;
      margin-right: 0;
      color: #97b1c4;
      border: 1px solid #97b1c4; }
      .socialBox.blueSocial .shareOn:hover {
        background-color: #fff; }
    .socialBox.blueSocial .facebookButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -476px -638px;
      width: 28px;
      height: 28px; }
    .socialBox.blueSocial .tweetButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -364px -638px;
      width: 28px;
      height: 28px; }
    .socialBox.blueSocial .pinItButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -392px -638px;
      width: 28px;
      height: 28px; }
    .socialBox.blueSocial .instagramButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -504px -638px;
      width: 28px;
      height: 28px; }
    .socialBox.blueSocial .youtubeButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -420px -638px;
      width: 28px;
      height: 28px; }

.collectionHeader {
  padding-top: 46px;
  text-align: center;
  max-width: 900px;
  margin: auto; }
  .collectionHeader .collectionTitle {
    font-family: "Gotham Light";
    font-size: 80px;
    color: #000000;
    text-transform: uppercase;
    display: block; }
  .collectionHeader .collectionDescription {
    font-family: "Gotham Light", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #6a6a6a;
    display: block; }

/*	=BRAND HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.brandHeader {
  width: 1360px;
  height: 566px;
  margin: auto; }

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

.brandHeader .brandPackshot {
  width: 50%;
  height: 566px;
  float: right; }
  .brandHeader .brandPackshot img {
    width: 100%;
  height: 566px; }

.brandHeader .brandInfo h1 {
  font-family: "Gotham Light";
  font-size: 7em;
  text-transform: uppercase;
  line-height: 75px;
  color: #ffffff;
  width: 80%;
  margin: auto; }

.brandHeader .brandInfo h2 {
  font-family: "Gotham Bold";
  font-size: 1.8em;
  text-transform: uppercase;
  color: #ffffff; }

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

.brandHeader .brandInfo strong {
  font-family: "Gotham Book";
  width: 55%;
  font-size: 1.6em;
  display: block;
  margin: 0 auto;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 40px; }

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

/*  =PRODUCT FRAME
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.productFrame {
  text-align: center;
  margin-top: 66px; }

.productFrame h1.headerText {
  font-size: 8em;
  font-family: "Gotham Light";
  text-transform: uppercase;
  color: #000000; }

.productFrame .bodyText {
  font-size: 2.4em;
  line-height: 32px;
  color: #6a6a6a;
  width: 900px;
  margin: auto;
  font-family: "Gotham Light", Arial, sans-serif; }

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

.productFrame .description {
  display: inline-block;
  width: 635px;
  vertical-align: top;
  text-align: left;
  padding: 60px 0 0 98px; }
  .productFrame .description small {
    font-family: "Gotham Light", Arial, sans-serif;
    font-size: 16px;
    color: #6a6a6a; }
  .productFrame .description .socialBox {
    padding-bottom: 40px; }

.productFrame .text,
.description ul li {
  font-size: 24px;
  line-height: 32px;
  color: #6a6a6a;
  text-align: left;
  font-family: "Gotham Light", Arial, sans-serif; }

.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; }

.description ul {
  list-style-type: disc;
  margin-left: 28px; }

.productFrame .shadeChartPDF {
  width: 247px;
  height: 66px;
  margin: auto;
  background-image: url("/i/sprite/shade_pdf_background.png");
  margin-top: 32px; }

.productFrame .shadeChartPDF a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Gotham Bold";
  text-transform: uppercase;
  font-size: 1.2em;
  padding-top: 15px;
  text-align: left;
  padding-left: 67px; }

.productFrame .shadeChartPDF strong {
  font-family: "Gotham Book";
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold; }

.productFrame h2 {
  font-family: "Gotham Light";
  text-transform: uppercase;
  font-size: 4.8em; }

@media (min-width: 768px) {
  .textures-tones-header-col h1,
  .shimmer-lights-header-col h1 {
    font-size: 38px !important; }
  .textures-tones-header-col .verticalAlign,
  .shimmer-lights-header-col .verticalAlign {
    padding-left: 15% !important; } }

.careStyling .description .text {
  font-family: "Gotham Light", Arial, sans-serif; }
  .careStyling .description .text b {
    font-family: "Gotham Bold";
    color: #000; }

.careStyling .productSubMenu a.active,
.careStyling .productSubMenu a:hover {
  background-image: -webkit-linear-gradient(45deg, #816fab 0%, #bdb4d3 34%, #bdb4d3 34%, #816fab 85%);
  background-image: linear-gradient(45deg, #816fab 0%, #bdb4d3 34%, #bdb4d3 34%, #816fab 85%); }

.careStyling .productSubMenu li {
  padding: 7px 0; }

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

.shadeContent {
  position: relative;
  overflow: visible; }

.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: 768px) and (max-width: 999px) {
  .shadeBg {
    left: 0 !important; } }

@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;
  -webkit-background-size: 100% 100%;
          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; }

.shadePrompt {
  width: 252px;
  height: 108px;
  position: absolute;
  bottom: 180%;
  left: -160px;
  background: white;
  z-index: 1;
  display: none; }

.shadePrompt:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  -webkit-box-shadow: 8px 14px 18px rgba(0, 0, 0, 0.3);
          box-shadow: 8px 14px 18px rgba(0, 0, 0, 0.3); }

.shadePrompt .visualHair {
  width: 39%;
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.shadePrompt .triangle {
  display: block;
  position: absolute;
  background: url("../i/sprite/strict1400-s507e2078c8.png") 0 -4097px no-repeat;
  height: 8px;
  width: 18px;
  left: 63%;
  bottom: -7%; }

.shadePrompt article {
  position: relative;
  width: 55%;
  margin: 2% 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle; }

.shadePrompt article h5,
.shadePrompt article h2 {
  font-family: "Gotham Book";
  font-size: 16px !important;
  text-transform: inherit; }

.shadePrompt > p {
  font-family: "ClanNarrow-News";
  font-size: 1.8em;
  display: none; }

.shadeFrameColorSunset .shadePrompt p {
  font-size: 1.3em; }

.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;
  -webkit-box-shadow: inset 0 11px 3px -9px #c4c4c4;
          box-shadow: inset 0 11px 3px -9px #c4c4c4;
  border-radius: 3px; }

.shadeSliderWrapper .shadeStripDone {
  height: 100%;
  background: #da97bf;
  -webkit-box-shadow: inset 0 11px 3px -9px #a55484;
          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; }

.shadeContent {
  height: 117px; }

.shadeBg {
  /* position: absolute;
    top: 0;
    left: 0;*/ }

.shadeBg .shadeMaskLeft,
.shadeBg .shadeMaskRight {
  display: none; }

.shadeBg .shadeScale {
  max-width: initial;
  width: auto; }

.pinItem .pin {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background: url("../i/sprite/shade_pin.png") 0 0 no-repeat; }

.pinItem .hover {
  width: 24px;
  height: 100%;
  margin-left: -12px; }

.pinItem.active .pin {
  background: url("../i/sprite/shade_pin_hover.png") 0 0 no-repeat; }

.pinItem.active .shadePrompt {
  display: block; }

.shadeRollover {
  display: none;
  height: auto !important; }

.shadeRollover .shadePrompt {
  z-index: 203;
  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; }

.shadeFrameColorSunset .shadePrompt h5 {
  font-size: 1.3em; }

.shadeFrameColorSunset .shadePrompt p {
  font-size: 1em; }

.shadeOverlay {
  background: transparent;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 202;
  display: none; }

/*  =COLOR COLLECTIONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.default-header-col,
.-header-col {
  background: #4892ba; }

.flare-header-col {
  background: #297fb3; }

.flare-me-header-col {
  background: #a49762; }

.seven-stage-header-col {
  background: #058cc6; }

.liquicolor-permanente-header-col {
  background: #ffffff; }
  .liquicolor-permanente-header-col img {
    display: none; }
  .liquicolor-permanente-header-col h1,
  .liquicolor-permanente-header-col h2,
  .liquicolor-permanente-header-col h3 {
    color: #0a0a0a !important; }
  .liquicolor-permanente-header-col .prodInfo {
    color: #0a0a0a !important; }
  .liquicolor-permanente-header-col .line {
    display: none; }

.developers-header-col {
  background: #c18640; }

.creme-permanente-header-col {
  background: #927e65; }

.creme-demi-permanente-header-col {
  background: #927e65; }

.moisturizing-header-col {
  background: #dbc8b6; }

.advanced-gray-solutions-header-col {
  background: #963517; }

.textures-tones-header-col {
  background: #000; }

.textures-tones-information-header-col {
  background: #bfa970; }
  .textures-tones-information-header-col h2,
  .textures-tones-information-header-col h3 {
    font-family: "Druk" !important;
    font-size: 16px !important;
    line-height: 24px;
    margin: 3.97196261682% 0 4.6674445741% 0;
    margin-left: inherit !important;
    margin-right: inherit !important;
    color: #812124 !important;
    text-transform: none; }
    @media only screen and (min-width: 1000px) and (max-width: 1399px) {
      .textures-tones-information-header-col h2,
      .textures-tones-information-header-col h3 {
        font-size: 16px !important;
        line-height: 19px; } }
    @media only screen and (max-width: 767px) {
      .textures-tones-information-header-col h2,
      .textures-tones-information-header-col h3 {
        font-size: 16px !important;
        line-height: 19px; } }

.textures-tones-information-white-header-col {
  background: #bfa970; }
  .textures-tones-information-white-header-col h1 {
    font-family: "Druk" !important; }
  .textures-tones-information-white-header-col h2,
  .textures-tones-information-white-header-col h3 {
    font-family: "Druk" !important;
    font-size: 16px !important;
    line-height: 24px;
    margin: 3.97196261682% 0 4.6674445741% 0;
    margin-left: inherit !important;
    margin-right: inherit !important;
    color: #fff !important;
    text-transform: none; }
    @media only screen and (min-width: 1000px) and (max-width: 1399px) {
      .textures-tones-information-white-header-col h2,
      .textures-tones-information-white-header-col h3 {
        font-size: 16px !important;
        line-height: 19px; } }
    @media only screen and (max-width: 767px) {
      .textures-tones-information-white-header-col h2,
      .textures-tones-information-white-header-col h3 {
        font-size: 16px !important;
        line-height: 19px; } }
  .textures-tones-information-white-header-col .prodInfo {
    color: #fff !important; }
  .textures-tones-information-white-header-col .line {
    background: url(../i/sprite/white_divider.png) no-repeat center center !important; }

.prodInfo {
  font-family: "Druk" !important;
  color: #812124 !important;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  padding-bottom: 4.444%; }
  @media only screen and (min-width: 1000px) and (max-width: 1399px) {
    .prodInfo {
      font-size: 12px !important;
      line-height: 19px; } }
  @media only screen and (max-width: 767px) {
    .prodInfo {
      font-size: 12px !important;
      line-height: 19px; } }

.line {
  height: 2px;
  display: block;
  background: url(../i/sprite/dark_divider.PNG) no-repeat center center; }
  @media only screen and (max-width: 767px) {
    .line {
      height: 2px; } }

.jazzing-header-col {
  background: #c33974; }

.radiance-header-col {
  background: #4c3a8c; }

.basic-white-header-col {
  background: url("../i/basic_white_banner_d.jpg") center center no-repeat; }
  @media only screen and (min-width: 768px) and (max-width: 1399px) {
    .basic-white-header-col {
      background: url("../i/basic_white_banner_t.jpg") center center no-repeat; } }
  @media only screen and (max-width: 767px) {
    .basic-white-header-col {
      background: #9f1a49; } }

.kaleidocolors-header-col {
  background: #d6effb; }

.shimmer-lights-header-col {
  background: #816fab;
  background: -webkit-linear-gradient(315deg, #816fab 0%, #bdb4d3 100%);
  background: linear-gradient(135deg, #816fab 0%, #bdb4d3 100%); }

.keratin-rescue-header-col {
  background: #8264ac; }

.color-vibrancy-header-col {
  background: #ef3d55; }

.style-soothe-header-col {
  background: #5cb2e3; }

.style-permanent-cream-header-col {
  background: #9cbeeb; }

.style-extenders-header-col {
  background: #949599; }

.alpha-red-technology-header-col {
  background: #cf212f; }

.omega-gloss-technology-header-col {
  background: #d9e1e6; }

.chromalock-header-col {
  background: #fee7e9; }

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

.default-button {
  background: #dec4ad; }

.inspirationPage .pushes3 .default-button:hover,
.inspirationPage .pushes3 .default-button:active,
.default-button.active,
.default-button:hover {
  background: #d66763; }

.default-block-left {
  background: #d76763; }

.default-block-right {
  background: #dec4ad; }

.default-text {
  color: #000; }

/*	=COLOR COLLECTIONS MAIN
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.productFinderPage .careCollections {
  padding-left: 20px;
  margin-bottom: 20px; }
  .productFinderPage .careCollections li {
    background: -webkit-linear-gradient(135deg, transparent 18px, #f2f3f1 0);
    background: linear-gradient(-45deg, transparent 18px, #f2f3f1 0);
    position: relative; }
    .grayPage .productFinderPage .careCollections li {
      background: none; }
    .grayPage .productFinderPage .careCollections li a:hover {
      background: none; }
    .grayPage .productFinderPage .careCollections li a:before {
      display: none; }
    .productFinderPage .careCollections li a h3 {
      font-family: "Gotham Bold";
      font-weight: bold;
      font-size: 1.6em;
      color: #000000;
      text-transform: uppercase;
      margin-top: -26px; }
    .productFinderPage .careCollections li a.plus-ico:before {
      content: "+";
      position: absolute;
      bottom: 0px;
      right: 2px;
      font-family: arial;
      font-size: 14px;
      z-index: 2;
      font-weight: bold;
      color: #2cb3c0; }
    .productFinderPage .careCollections li a:hover {
      background: -webkit-linear-gradient(135deg, transparent 18px, #e5e5e5 0);
      background: linear-gradient(-45deg, transparent 18px, #e5e5e5 0); }

/*	=INSIDE CLAIROL PRO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.insideClairolPro {
  padding-top: 46px;
  text-align: left;
  max-width: 900px;
  margin: auto;
  margin-bottom: 90px; }
  .insideClairolPro .title {
    font-family: "Gotham Light";
    font-size: 80px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    text-align: center; }
    .insideClairolPro .title sup {
      font-size: 36px; }
  .insideClairolPro .subtitle {
    font-family: "Gotham Light", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #6a6a6a;
    display: block;
    text-align: center; }
  .insideClairolPro .text {
    font-size: 1.6em;
    line-height: 28px;
    color: black;
    font-family: "Gotham Book"; }
    .insideClairolPro .text h1 {
      font-family: "Gotham Book";
      font-size: 30px;
      text-transform: uppercase;
      color: black; }
    .insideClairolPro .text h2 {
      font-family: "Gotham Bold";
      font-size: 18px;
      color: black;
      font-weight: bold;
      text-transform: uppercase; }

.pushes3 {
  margin: -20px 0 46px; }

.pushes3 li {
  overflow: hidden;
  float: left;
  position: relative;
  text-align: center; }

.pushes3 .visual {
  width: 100%; }

.pushes3 p,
.pushes3 .buttons,
.pushes3 h3 {
  position: absolute;
  left: 0;
  width: 100%; }

.pushes3 p,
.pushes3 h3 {
  top: 5%;
  display: block;
  color: #fff;
  font-family: "Gotham Book";
  text-shadow: 0 0 20px #222; }

.pushes3 .buttons {
  bottom: 0; }

.pushes3 .button {
  margin-right: 0; }

.pushes3 li {
  width: 430px;
  height: 649px;
  margin: 11px; }

.pushes3 p,
.pushes3 h3 {
  font-size: 3em; }

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

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

/*	=SITEMAP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.sitemap {
  margin-top: 80px;
  padding-bottom: 15px;
  position: relative; }
  .sitemap:before {
    content: "";
    width: 1px;
    background: #e2e2e2;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -0.5px; }

.sitemap__col {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .sitemap__col:first-child {
    padding: 0 30px 0 0; }
  .sitemap__col:last-child .sitemap__box:last-child {
    padding-bottom: 39px;
    border-bottom: 1px solid #e2e2e2; }

.sitemap__box {
  padding-top: 37px;
  margin-top: 40px;
  border-top: 1px solid #e2e2e2; }
  .sitemap__box:first-child {
    padding: 0;
    margin: 0;
    border: none; }

.sitemap__header {
  font-family: "Gotham Light";
  font-size: 4em;
  text-transform: uppercase;
  margin-bottom: 35px; }
  .sitemap__header span {
    font-family: "Gotham Medium"; }

.sitemap__links li {
  margin-top: 20px; }
  .sitemap__links li:first-child {
    margin-top: 0; }

.sitemap__links a {
  font-family: "Gotham Medium";
  font-size: 2em;
  color: #4b6170;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  .sitemap__links a:hover {
    color: #97b1c4; }

.sitemap__links.sitemap__links--inner li {
  margin-top: 10px; }

.sitemap__links.sitemap__links--inner a {
  text-transform: none;
  color: #44443e; }
  .sitemap__links.sitemap__links--inner a:hover {
    color: #97b1c4; }

/*  =ERROR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.errorPage .pictureFrame .colRight h1 {
  font-size: 20em;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1; }

.searchContent--error .searchInput {
  margin: 50px 0; }

.searchContent--error p {
  font-family: "Gotham Book";
  font-size: 1.6em;
  margin-bottom: 50px; }

.searchContent--error .button--back {
  margin: 50px 0 0; }

/*  =COUNTRY SELECTOR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.countryselector {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .countryselector a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .countryselector a:hover {
      color: #2ab2bf !important; }

.pictureFrame .colRight .countryselector__header {
  font-family: "Gotham Medium";
  text-transform: uppercase; }
  .pictureFrame .colRight .countryselector__header a {
    color: #4b6170; }

.countryselector__col {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.countryselector__box:first-child {
  margin-top: 0; }

.countryselector__links li {
  display: inline-block;
  width: 50%;
  float: left;
  font-family: "Gotham Book"; }

/*  =SALON MARKETING
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.customizeBox {
  text-align: center;
  text-transform: uppercase; }
  .customizeBox h3 {
    font-family: "Gotham Book"; }
  .customizeBox .customizeBox__item {
    display: inline-block;
    width: 100%; }
    .customizeBox .customizeBox__item:last-child {
      margin: 0; }
    .customizeBox .customizeBox__item > * {
      display: inline-block; }
  .customizeBox p {
    font-family: "Gotham Light"; }

/*  =STYLE VISON
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.styleVision .download {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: super; }

.smartAppLinkBig {
  margin: 15px 5px 0;
  display: inline-block; }

.smartAppLinkSmall {
  margin: -10px 5px;
  display: inline-block; }

/*  =FAQ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.faqQuestionAndAnswers {
  border-bottom: 2px solid #e2e2e2; }

.faqQuestion {
  font-family: "Gotham Book";
  font-size: 3em;
  padding: 40px 55px 40px 0;
  border-top: 2px solid #e2e2e2;
  position: relative;
  cursor: pointer; }
  .faqQuestion:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    background-image: url(../i/sprites/sprite.png);
    background-position: -254px -546px;
    width: 50px;
    height: 50px; }

.faqAnswer {
  font-family: "Gotham Book";
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: 60px;
  display: none; }

.faqImg {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 680px; }

.activeQuestion .faqQuestion:before {
  background-image: url(../i/sprites/sprite.png);
  background-position: -204px -546px;
  width: 50px;
  height: 50px; }

.activeQuestion .faqAnswer {
  display: block; }

#curalate-fan-reel-wrapper {
  margin-top: 65px !important; }

/*  =IE8 STYLES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
/*  =PRINT STYLES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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: 0.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; }
  .no-print.topMainVisual {
    display: none; }
  .cTool__result {
    border: none;
    padding-top: 0; }
    .cTool__result:before,
    .cTool__result .cTool__result_nav,
    .cTool__result .link,
    .cTool__result .cTool__result__section__reviews,
    .cTool__result .button,
    .cTool__result .ico {
      display: none !important; }
    .cTool__result .cTool__result__section--tratment .cTool__result__section__col--text {
      margin-top: 30px; }
    .cTool__result .cTool__result__section__hair-profile .mobile {
      display: block;
      text-align: center;
      font-size: 1.4em; } }

/*  BIDON   */
/*  =RWD
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
@media screen and (max-width: 767px) {
  /*  =PLACEHOLDERS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .reviewsWrite__form .selectBox .styled-select-wrapper, .panels .searchPane .selectBox .styled-select-wrapper, .contactForm .selectBox .styled-select-wrapper, .salonfinderForm .selectBox .styled-select-wrapper {
    height: 40px; }
  .contactForm input[type="text"],
  .contactForm textarea, .searchInput .searchText, .salonfinderForm input.address {
    line-height: 40px;
    height: 40px; }
  /*  =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 */
  .main, .rwdDimension {
    width: 300px; }
  .nextBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -81px -638px;
    width: 28px;
    height: 46px; }
  .prevBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -109px -638px;
    width: 28px;
    height: 46px; }
  .pictureFrame.flare-me-dark .colRight {
    display: block; }
  .pictureFrame.flare-me-dark .centerPack {
    display: none; }
  .pictureFrame .colRight h1 {
    font-size: 26px;
    line-height: 30px;
    font-family: "Gotham Light"; }
  .pictureFrame .colRight h3 {
    font-size: 12px;
    line-height: 19px;
    font-family: "Gotham Book"; }
  .pictureFrame .colRight h1.large {
    font-size: 3em;
    margin: 0; }
  .pictureFrame .prodDescription {
    font-size: 12px;
    line-height: 19px;
    font-family: "Gotham Book"; }
  .pictureFrame .colLeft {
    width: 100%;
    min-height: initial; }
  .pictureFrame .colRight {
    width: 100%;
    padding-top: 20px;
    position: relative; }
  .pictureFrame.colCentered .col {
    right: 0; }
  .pictureFrame.colReversed .colLeft {
    left: auto;
    position: static; }
  .pictureFrame .prodInfo {
    font-size: 18px;
    font-family: "Gotham Bold"; }
  /*  buttony w slajderze na głównej  */
  .topMainVisual.home .pictureFrame .colRight {
    width: 100%;
    position: absolute; }
  .topMainVisual.home .pictureFrame .colLeft {
    width: 100%; }
  .topMainVisual.home .pictureFrame.colReversed .colRight {
    left: 0;
    width: 100%; }
  .topMainVisual.home .buttons {
    text-align: center; }
    .topMainVisual.home .buttons .button {
      margin-bottom: 0; }
  .topMainVisual .slider-pagination .button-prev {
    background-image: url(../i/sprites/sprite.png);
    background-position: -747px -104px;
    width: 11px;
    height: 20px; }
  .topMainVisual .slider-pagination .button-next {
    background-image: url(../i/sprites/sprite.png);
    background-position: -747px -84px;
    width: 11px;
    height: 20px; }
  .topMainVisual .slider-pagination .js-page a {
    width: 10px;
    height: 10px; }
  .verticalWrapper {
    overflow: hidden; }
  .pageDivider {
    background: url("../i/sprite/Page_Divider.png") no-repeat center center;
    width: 150px; }
  .tile .mask-headline {
    font-size: 3vw; }
  .tile .buttonWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999; }
    .tile .buttonWrap a {
      font-size: 0;
      background: transparent; }
  .tile .socialButtons {
    display: none; }
  /*----- HEADER ------------*/
  header {
    height: 50px;
    overflow: visible; }
    header .subscribeLink {
      display: none; }
    header .search {
      display: none;
      position: static;
      height: 50px;
      margin-top: 0;
      width: 270px; }
      header .search .search_mini_ico {
        width: 100px;
        margin: 0;
        padding: 0;
        border: 0;
        background: url(../i/sprite/search_mini_ico_cellphone.png) 50% 50% no-repeat;
        height: 46px;
        display: block; }
      header .search .salon_finder_ico {
        width: 90px;
        margin: 0;
        padding: 0;
        border: 0;
        background: url(../i/sprite/salon_finder_ico_cellphone.png) 50% 50% no-repeat;
        height: 46px;
        float: left;
        display: block; }
      header .search .nav-glass {
        display: none; }
    header .searchWrap {
      height: 46px;
      margin: 0;
      padding: 10px;
      border: 0;
      background: transparent; }
    header .searchAction {
      display: none; }
    header .searchSubmit {
      display: none; }
    header .searchTrigger {
      overflow: hidden;
      text-indent: -6666px;
      background: transparent url(../i/sprite/search_button_cellphone.png) 50% 50% no-repeat;
      margin: 0;
      width: 79px;
      height: 46px;
      float: left;
      display: block; }
    header .header-inner {
      /*.menuTrigger {
                width: 22px;
                height: 21px;
                padding: 10px 15px;
                right: auto;
                top: auto;
                left: auto;
                bottom: auto;
                background-color: #000;
                margin-left: 0;
                display: block;
                background: transparent url('../i/sprite/strict320/Menu_Icon_m.png') center no-repeat;
                img {
                    display: none;
                }
            }*/ }
      header .header-inner .menu-event-catcher {
        width: 22px;
        height: 41px;
        top: 4.5px;
        left: 2%;
        z-index: 2; }
        header .header-inner .menu-event-catcher .menuTrigger {
          display: none; }
    header .logo {
      margin: auto;
      position: static; }
      header .logo img {
        display: block;
        width: 100px;
        margin-top: 14px; }
  .is-menu-visible .searchWrap,
  .is-menu-visible .searchAction,
  .is-menu-visible .searchSubmit,
  .is-menu-visible .search {
    display: block; }
  /*----- BRAND MENU --------------*/
  .negativeBlock {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border: 0 none; }
  .brandsListWrap {
    margin: 0; }
  .mobileSelectMenu {
    display: block; }
  .mobileSelectMenu ul {
    display: block;
    /*  UKRYCIE MENU  */ }
  .mobileSelectMenu li {
    width: 100%; }
  .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: #6d6d6c; }
  .mobileSelectMenu ul li.active a,
  .mobileSelectMenu ul li a:hover {
    color: #c51c4b; }
  .mobileSelectMenu .styled-select-wrapper {
    line-height: 32px;
    color: #fff;
    display: block;
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
    background: url("../i/sprite/arrows_up_down_white.png") no-repeat scroll 272px 14px #ca1c6a;
    width: 300px !important;
    padding: 3px 0;
    position: relative;
    left: 50%;
    margin-left: -150px; }
  .mobileSelectMenu .styled-select-text {
    padding-right: 18px; }
  .mobileSelectMenu select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .js-history-fixed .mobileSelectMenu {
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 100;
    padding-bottom: 10px; }
    .js-history-fixed .mobileSelectMenu .wrap {
      background: #fff; }
  .filterButton {
    line-height: 30px;
    display: block;
    text-transform: uppercase;
    padding: 10px 35px 10px 0;
    position: relative;
    border-bottom: 1px solid #e2e2e2; }
    .filterButton:before {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      background: url("../i/sprite/arrows_up_down_white.png") no-repeat scroll center -17px #44443e; }
  /*----- PANELS ------------*/
  .panels .block {
    height: auto;
    position: relative;
    width: 300px;
    float: left; }
    .panels .block .content {
      text-align: left;
      width: 100%;
      height: 140px;
      position: absolute;
      top: -140px;
      left: 0;
      float: none; }
      .panels .block .content span {
        font-size: 1.8em;
        line-height: 22px; }
  .panels .packshot {
    position: relative !important;
    float: none !important; }
  .panels .block-1 {
    margin-right: 0;
    margin-top: 140px; }
  .panels .block-2 {
    margin-top: 150px; }
    .panels .block-2 .nextBtn {
      right: 0; }
  .panels .searchPane {
    width: 207px;
    height: 40px;
    z-index: 2;
    top: 98.5px;
    left: 51px; }
    .panels .searchPane .selectBox .styled-select-wrapper {
      height: 40px; }
    .panels .searchPane .selectBox .styled-select-text {
      padding: 0 32px 0 10px; }
    .panels .searchPane .selectBox .styled-select-button {
      width: 28px; }
    .panels .searchPane input[type="text"] {
      width: 159px;
      height: 40px; }
    .panels .searchPane input[type="submit"] {
      background: url("../i/sprite/strict1400/accept-button.png") no-repeat scroll 0 center #44443e;
      height: 40px; }
  /*  =DETAILS LIST
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .detailsList {
    clear: both;
    margin: 0;
    display: block; }
    .detailsList:after {
      clear: both;
      display: block;
      content: ''; }
    .detailsList .wrap {
      padding-top: 14px; }
      .detailsList .wrap:before {
        float: left;
        margin-top: -14px; }
    .detailsList .row {
      display: block; }
      .detailsList .row:after {
        clear: both;
        display: block;
        content: ''; }
      .detailsList .row.active {
        height: auto; }
        .detailsList .row.active h2:before {
          background: url("../i/sprite/arrows_up_down_white.png") no-repeat scroll center 10px #44443e; }
    .detailsList h2 {
      font-size: 22px;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      padding: 14px 0; }
      .detailsList h2:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: url("../i/sprite/arrows_up_down_white.png") no-repeat scroll center -17px #44443e; }
      .detailsList h2 strong {
        font-size: 1em; }
      .detailsList h2 + span {
        font-size: 1.3em;
        margin: -12px 0 15px; }
    .detailsList .rowLeft .wrap:before {
      float: none; }
      .detailsList .rowLeft .wrap:before:after {
        display: block;
        content: '';
        clear: both; }
    .detailsList .rowLeft .inner {
      padding: 0 0 14px; }
    .detailsList .rowLeft:after {
      display: block;
      content: '';
      clear: both; }
    .detailsList .description {
      width: 100%;
      display: block;
      text-align: left; }
      .detailsList .description:after {
        display: block;
        content: '';
        clear: both; }
    .detailsList p,
    .detailsList ul {
      margin-bottom: 14px; }
    .detailsList li {
      padding: 14px 0;
      font-size: 20px;
      line-height: 26px; }
    .detailsList .inner {
      padding: 0 0 14px; }
    .detailsList .button {
      margin: 14px 0 0; }
    .detailsList.allVisible {
      margin: 20px 0 10px; }
      .detailsList.allVisible .row {
        height: auto;
        margin-bottom: 10px; }
      .detailsList.allVisible h2:before {
        display: none; }
      .detailsList.allVisible .packshot {
        display: block;
        width: 100%;
        float: none; }
      .detailsList.allVisible .buttons {
        text-align: center; }
    .detailsList .packshot {
      width: 100%; }
  .stylePoint .stylePointContent.stylePointContent, .formulaName.formulaName, .descriptionTitle.descriptionTitle {
    font-size: 20px;
    line-height: 26px; }
  .formulaContent.formulaContent {
    font-size: 14px;
    line-height: 26px; }
  .inspirationPage .title.title h3 {
    font-size: 22px; }
  /*  =POPIN POPUP
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .popinTemplate2 {
    min-height: inherit;
    margin: 10px 0;
    width: 100%;
    height: auto; }
    .popinTemplate2 .popinVisual {
      height: auto;
      width: 100%;
      line-height: normal;
      float: none;
      margin-top: 40px; }
    .popinTemplate2 .imgDescription {
      font-size: 1.2em;
      padding: 10px; }
    .popinTemplate2 .name {
      bottom: 32px; }
    .popinTemplate2 .position {
      bottom: 0; }
    .popinTemplate2 .popinDescription {
      width: 100%;
      height: 265px;
      overflow: visible; }
      .popinTemplate2 .popinDescription h2 {
        font-size: 2em;
        margin: 10px 0; }
      .popinTemplate2 .popinDescription h3 {
        font-size: 2em;
        margin: 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 .seeMoreLink {
      display: block;
      background: #fff;
      color: #999998;
      position: absolute;
      right: 10px;
      bottom: 62px;
      font-size: 1.2em;
      font-family: "Gotham Book"; }
    .popinTemplate2 .scrollWrapper {
      top: 5px;
      left: 0;
      right: 0;
      bottom: 62px;
      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 .socialBox {
      padding: 0;
      bottom: 12px; }
    .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; }
  /*----- HOMEPAGE ----------*/
  /*  =TOP MAIN VISUAL
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  /*  =ISOTOPE
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .block-1x1 {
    width: 140px;
    height: 140px; }
  .block-1x2, .block-2x1, .block-3x1, .block-2x2 {
    width: 290px;
    height: 290px; }
  .tilesProof .block-1x1 {
    width: 290px;
    height: 290px; }
  .tiles {
    margin: 5px 0 -5px; }
  .tile {
    margin: 5px; }
  .tileDefault .tileTitle {
    height: 30px; }
    .tileDefault .tileTitle h4, .tileDefault .tileTitle h5 {
      font-size: 1.2em;
      line-height: 1;
      padding: 0 17% 0 3%; }
    .tileDefault .tileTitle .more {
      width: 19px;
      height: 20px;
      margin-bottom: -10px;
      line-height: 20px;
      font-size: 1.8em; }
    .tileDefault .tileTitle.gradientLine:before {
      height: 2px;
      top: -2px; }
  .tileDefault .boldText, .tileDefault .thinText {
    font-size: 1.5em; }
  .tileDefault.block-1x1 .play {
    background-image: url(../i/sprites/sprite.png);
    background-position: -490px -597px;
    width: 39px;
    height: 39px;
    top: 50px;
    margin-left: -18.5px; }
  .tileDeclaration:before {
    margin: -17px 0 0 -17px;
    background-image: url(../i/sprites/sprite.png);
    background-position: -551px -166px;
    width: 35px;
    height: 35px; }
  .tileDeclaration .declarationIcon {
    background-image: url(../i/sprites/sprite.png);
    background-position: -551px -166px;
    width: 35px;
    height: 35px;
    margin-bottom: 10px; }
  .tileDeclaration .declarationContent {
    font-size: 1.2em; }
  .home.main {
    width: 300px;
    /* RESPONSIVE */
    /* DYNAMIC BOXES ISOTOPE */ }
    .home.main.fixWidth.dynamicBox {
      width: 320px;
      /* RESPONSIVE */ }
    .home.main .block-1x1, .home.main .block-1x2, .home.main .block-2x1 {
      width: 300px;
      height: 300px; }
    .home.main .tiles {
      margin: 5px 0 -5px; }
    .home.main .tile {
      margin: 5px 10px; }
      .home.main .tile .mask-headline {
        font-size: 3vw; }
      .home.main .tile .buttonWrap a {
        width: 100%;
        padding: 0; }
  .landingProductsTiles .tileDefault .tileTitle {
    height: 22px;
    padding: 0 17% 0 3%;
    width: 81%; }
    .landingProductsTiles .tileDefault .tileTitle h4, .landingProductsTiles .tileDefault .tileTitle h5 {
      font-size: 1em; }
    .landingProductsTiles .tileDefault .tileTitle .more {
      width: 9px;
      height: 10px;
      line-height: 10px;
      font-size: 0.9em;
      margin-bottom: -5px; }
  .tilesTrendings .block-1x1 {
    width: 300px;
    height: 300px; }
  .tilesTrendings .tile {
    margin: 5px 0; }
  .tilesTrendings .mask-content {
    padding: 6em 3.5em 0; }
  .tilesTrendings .description, .tilesTrendings .twitTitle {
    font-size: 1.5em; }
  .tilesTrendings .twitNick {
    font-size: 1.2em; }
  .tilesProof .tile .button {
    font-size: 1.6em;
    padding: 12px 22px 8px 26px; }
  .tilesEducationVideo .block-1x1 {
    width: 300px;
    height: 190px; }
  .tilesEducationVideo .tile {
    margin: 5px 0; }
  .tilesEducationVideo .mask-content {
    padding: 6em 3.5em 0; }
  .tilesEducationVideo .description, .tilesEducationVideo .twitTitle {
    font-size: 1.5em; }
  .tilesEducationVideo .twitNick {
    font-size: 1.2em; }
  .tileTwitter .socialLogo,
  .tileFacebook .socialLogo,
  .tileYoutube .socialLogo,
  .tileVideo .socialLogo {
    margin-bottom: 10px; }
  .tileFacebook .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -403px -546px;
    width: 48px;
    height: 48px; }
  .tileFacebook:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -403px -546px;
    width: 48px;
    height: 48px; }
  .tileTwitter .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -647px -53px;
    width: 47px;
    height: 47px; }
  .tileTwitter:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -647px -53px;
    width: 47px;
    height: 47px; }
  .tileTwitter a {
    padding: 4.5em 3.5em 0; }
  .tileTwitter .line {
    width: 135px;
    height: 1px;
    margin: 17px auto; }
  .tileVideo .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -601px -310px;
    width: 42px;
    height: 42px; }
  .tileVideo:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -694px 0px;
    width: 32px;
    height: 36px; }
  .tileYoutube .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -694px 0px;
    width: 32px;
    height: 36px; }
  .tileYoutube:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -694px 0px;
    width: 32px;
    height: 36px; }
  .tileYoutube:hover .play {
    background-image: url(../i/sprites/sprite.png);
    background-position: -451px -546px;
    width: 48px;
    height: 48px; }
  .tileYoutube .description {
    padding: 0 2.3em 1.7em; }
  .tileButton .buttonWrap {
    margin: 0 10px 10px; }
  .tileButton.tileButton--right .buttonWrap {
    text-align: center; }
  .tileButton.tileButton--left .buttonWrap {
    text-align: center; }
  .tileButton .tile-text {
    font-size: 1.8em;
    padding: 0 10px; }
  .tileButton .tile-percent,
  .tileButton .tile-number {
    font-size: 4.8em; }
  .tileButton.tileButton--right.block-2x1 .buttonWrap {
    text-align: center;
    margin-right: inherit; }
  .tileButton.tileButton--left.block-2x1 .buttonWrap {
    text-align: center;
    margin-left: inherit; }
  .play {
    background-image: url(../i/sprites/sprite.png);
    background-position: -354px -546px;
    width: 49px;
    height: 49px;
    top: 130px;
    margin-left: -image-width("i/sprite/strict320/ico_play.png")/2; }
  /*----- FOOTER ------------*/
  .followUs .footer_icon_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -694px -118px;
    width: 24px;
    height: 46px; }
  .followUs .footer_icon_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -647px -100px;
    width: 42px;
    height: 51px; }
  .followUs .footer_icon_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -548px -343px;
    width: 51px;
    height: 51px; }
  .followUs .footer_icon_subscribe {
    background-image: url(../i/sprites/sprite.png);
    background-position: -118px -489px;
    width: 60px;
    height: 50px; }
  .otherBrands .ico_wella {
    background-image: url(../i/sprites/sprite.png);
    background-position: -408px -464px;
    width: 38px;
    height: 23px; }
  .otherBrands .ico_clairol {
    background-image: url(../i/sprites/sprite.png);
    background-position: -272px -464px;
    width: 49px;
    height: 23px; }
  .otherBrands .ico_sp {
    background-image: url(../i/sprites/sprite.png);
    background-position: -586px -166px;
    width: 12px;
    height: 23px; }
  .otherBrands .ico_sassoon {
    background-image: url(../i/sprites/sprite.png);
    background-position: -365px -464px;
    width: 43px;
    height: 23px; }
  .otherBrands .ico_sebastian {
    background-image: url(../i/sprites/sprite.png);
    background-position: -210px -464px;
    width: 62px;
    height: 23px; }
  .otherBrands .ico_londa {
    background-image: url(../i/sprites/sprite.png);
    background-position: -321px -464px;
    width: 44px;
    height: 23px; }
  footer, .footerRow {
    /*width: 255px; /* RESPONSIVE */ }
  footer {
    margin: 30px auto 25px;
    margin: 30px auto 44px auto; }
    footer .col {
      background: transparent url("../i/sprite/footer-border.png") 0 0 repeat-x;
      float: none; }
      footer .col h3 {
        font-size: 1.5em;
        letter-spacing: -0.8px; }
    footer .col-1 {
      width: 100%;
      padding: 16px 0 14px; }
      footer .col-1 h3 {
        margin-bottom: 13px; }
    footer .col-2 {
      width: 100%;
      border-left: none;
      border-right: none;
      padding: 14px 0 10px; }
      footer .col-2 h3 {
        margin-bottom: 11px; }
      footer .col-2 ul li {
        margin-left: 7px; }
    footer .col-3 {
      width: 100%;
      padding: 20px 0 0; }
      footer .col-3 h3 {
        margin-bottom: 11px; }
    footer .followUs li {
      margin-left: 15px; }
  .footerRowWrap {
    height: auto;
    width: auto; }
  .footerRow {
    width: auto;
    line-height: inherit;
    font-size: 1.2em;
    text-align: center; }
    .footerRow .copyright {
      font-size: 0.8em;
      height: auto;
      line-height: 22px;
      padding-top: 16px;
      padding-bottom: 26px; }
    .footerRow a {
      height: 40px;
      line-height: 40px; }
    .footerRow .left {
      float: none; }
    .footerRow .center {
      float: none;
      margin-left: 0;
      padding-top: 0; }
      .footerRow .center li {
        float: none;
        border-bottom: 1px solid #696965; }
      .footerRow .center a {
        padding: 0;
        margin-left: 0; }
        .footerRow .center a:before {
          display: none; }
    .footerRow .right {
      float: none; }
  .countrySelector {
    border-bottom: 1px solid #696965; }
    .countrySelector a {
      padding: 0 0 0 25px;
      text-align: center;
      background: url("../i/sprite/strict1400/country-logo-ico.png") no-repeat 0 center; }
      .countrySelector a:after {
        display: none; }
  .footer_rule_left {
    height: 26px;
    padding-top: 30px;
    margin-left: 0; }
    .footer_rule_left div {
      background-image: url(../i/sprites/sprite.png);
      background-position: -472px -421px;
      width: 79px;
      height: 1px; }
  .footer_rule_right {
    height: 26px;
    padding-top: 30px;
    margin-left: 15px; }
    .footer_rule_right div {
      background-image: url(../i/sprites/sprite.png);
      background-position: -472px -420px;
      width: 79px;
      height: 1px; }
  .weve_got_you_covered {
    margin: auto;
    margin-bottom: 25px;
    background-image: url(../i/sprites/sprite.png);
    background-position: 0px -160px;
    width: 297px;
    height: 54px; }
  .footerRow .adchoices a {
    padding-right: 20px !important; }
  /* =CONTACT US PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .contactContent .active h2:before {
    background-position: center 11px; }
  .contactContent h2 {
    font-size: 1.25em;
    margin: 0 0 10px;
    padding: 0 15% 0 2%;
    position: relative;
    border: none; }
    .contactContent h2:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      margin-top: -4.5px;
      right: 5px; }
  .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: 0; }
    .contactForm dt, .contactForm dd {
      float: none;
      width: 100%; }
    .contactForm dt {
      line-height: 1;
      margin-bottom: 5px; }
    .contactForm textarea {
      height: 120px; }
    .contactForm input[type="submit"] {
      float: none;
      padding: 15px 22px 11px 26px; }
    .contactForm .tabContainer {
      margin-top: 20px; }
    .contactForm .contactFormInner:before {
      display: none; }
  .contactSudios {
    margin-top: 50px; }
    .contactSudios p {
      margin: 0 0 10px; }
  .contactAdresses {
    margin-top: 50px; }
  .is-loaded .contactSudios, .is-loaded .contactAdresses {
    border-bottom: 1px solid #a2a2a2; }
  /*
    input[type="checkbox"] {
        height: 30px;
        width: 30px;
        margin-top: 3px;
    }
    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;
    font-size: 0.75em; }
    .css-label:before {
      height: 30px;
      width: 30px;
      top: -2px; }
  /* =SEARCH RESLUTS PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .searchContent h1 {
    font-size: 1.8em; }
    .searchContent h1 .searchWord {
      display: block; }
  .searchInput {
    margin: 30px 0; }
    .searchInput .searchText {
      width: 300px;
      font-size: 1.6em; }
    .searchInput .button {
      margin: 20px 0 0 0; }
  .searchResult {
    margin-top: 10px; }
    .searchResult li {
      padding: 10px 0 0;
      margin-top: 20px; }
      .searchResult li:before {
        width: 100%;
        top: 0;
        bottom: inherit; }
    .searchResult h3 {
      font-size: 2em; }
    .searchResult p {
      font-size: 1.2em;
      margin: 10px 0 8px; }
    .searchResult .searchPage {
      background-position: -1px 2.5px;
      font-size: 1.2em;
      padding-left: 10px; }
  /*  =SALON FINDER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .salonfinderForm {
    width: 255px; }
    .salonfinderForm .selectBox {
      margin-bottom: 12px; }
    .salonfinderForm input.address {
      width: 100%;
      margin-bottom: 14px; }
    .salonfinderForm input.button {
      font-size: 2em;
      padding: 15px 22px 11px 26px;
      margin-bottom: 20px;
      float: none; }
  /*  =PRODUCTS PAGES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .watchword {
    padding: 1.5em 0 1.2em; }
    .watchword h2, .watchword h3 {
      font-size: 2em; }
    .watchword p {
      font-size: 1.2em;
      line-height: 1.2;
      margin: 10px 0; }
  .productSubMenuWrapper .filterButton {
    border-top: 1px solid #e2e2e2; }
  .productInformation {
    margin-top: 25px; }
    .productInformation > div {
      float: none; }
    .productInformation .packshot {
      width: auto; }
      .productInformation .packshot img {
        max-width: 100%; }
    .productInformation .description {
      width: auto;
      margin-top: 10px; }
      .productInformation .description h3 {
        font-size: 2em; }
      .productInformation .description p {
        line-height: 1.2; }
    .productInformation .socialBox {
      border-top: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
      line-height: 0; }
  .socialBox {
    width: 262px;
    margin: 0 auto;
    padding: 15px 0; }
    .socialBox .shadow {
      width: 50px; }
    .socialBox li {
      display: inline-block;
      margin: 0 5px;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
  .collectionHeader {
    padding-top: 26px;
    text-align: center;
    max-width: 900px;
    margin: auto; }
    .collectionHeader .collectionTitle {
      font-family: "Gotham Light";
      font-size: 32px;
      color: #000000;
      text-transform: uppercase;
      display: block; }
    .collectionHeader .collectionDescription {
      font-family: "Gotham Light";
      font-size: 20px;
      line-height: 26px;
      color: #6a6a6a;
      display: block; }
  .productFinderPage .careCollections li a h3 {
    font-family: "Gotham Bold";
    font-weight: bold;
    font-size: 0.9em;
    color: #000000;
    text-transform: uppercase;
    margin-top: -12px; }
    .grayPage .productFinderPage .careCollections li a h3 {
      margin-top: -26px;
      padding: 0 20px; }
  /*  =SITEMAP
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .sitemap {
    margin-top: 25px;
    padding-bottom: 0; }
    .sitemap:before {
      display: none; }
  .sitemap__col {
    padding: 0;
    width: 100%; }
    .sitemap__col:first-child {
      padding: 0; }
      .sitemap__col:first-child .sitemap__box:last-child {
        padding-bottom: 29px;
        border-bottom: 1px solid #e2e2e2; }
    .sitemap__col:last-child {
      margin-top: 30px; }
      .sitemap__col:last-child .sitemap__box:last-child {
        padding-bottom: 0;
        border-bottom: none; }
  .sitemap__box {
    padding-top: 27px;
    margin-top: 30px;
    border-top: 1px solid #e2e2e2; }
  .sitemap__header {
    font-size: 2.5em;
    margin-bottom: 20px; }
  .sitemap__links li {
    margin-top: 25px; }
    .sitemap__links li:first-child {
      margin-top: 0; }
  .sitemap__links a {
    font-size: 1.6em; }
  .sitemap__links.sitemap__links--inner li {
    margin-top: 25px; }
  /*  =ERROR
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .errorPage .pictureFrame .colRight {
    position: absolute;
    padding-top: 0; }
    .errorPage .pictureFrame .colRight h1 {
      font-size: 10em; }
  .searchContent--error .searchInput {
    margin: 30px 0; }
  .searchContent--error p {
    font-size: 1.6em;
    margin-bottom: 30px; }
  .searchContent--error .button--back {
    margin: 50px 0 0; }
  /*  =COUNTRY SELECTOR
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .countryselector {
    padding: 20px 0 0;
    margin: 20px 0 -25px;
    text-align: center;
    background: none; }
    .countryselector:before {
      content: "";
      background: #fff;
      position: absolute;
      top: 0;
      bottom: -1%;
      left: -6%;
      right: -6%;
      z-index: -1; }
  .pictureFrame .colRight .countryselector__header {
    font-size: 2em;
    margin: 0 0 20px !important; }
  .countryselector__col {
    width: 100%; }
  .countryselector__box {
    margin-top: 0; }
  .countryselector__links li {
    font-size: 1.6em;
    line-height: 16px;
    margin-bottom: 25px; }
  /*  =SALON MARKETING
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .salonMarketing.main .tiles {
    margin: -5px 0; }
  .salonMarketing .tile {
    margin: 5px 0; }
    .salonMarketing .tile .button {
      margin: 15px 0 0;
      padding-right: 14px; }
  .salonMarketing .block-1x1 {
    width: 300px;
    height: 300px; }
  .salonMarketing .mask-content {
    padding: 0 2%; }
  .salonMarketing .dotsDescriptionContent {
    font-size: 1.7em; }
  .salonMarketing .mask-headline {
    font-size: 1.7em; }
  .customizeBox {
    padding: 20px 0; }
    .customizeBox h3 {
      font-size: 2em;
      margin: 0 0 30px; }
    .customizeBox .customizeBox__item {
      margin-bottom: 30px; }
    .customizeBox p {
      font-size: 1.8em; }
    .customizeBox .button {
      margin-top: 15px; }
  /*  =STYLE VISON
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .styleVision .packshot {
    display: none !important; }
  .styleVision .detailsList p {
    line-height: 22px;
    display: block;
    margin-top: -10px; }
  .styleVision .detailsList .row:last-child {
    border: none; }
  .styleVision .detailsList .row .buttons {
    text-align: left !important; }
  .styleVision .detailsList .wrap:before {
    margin-top: -20px; }
  .smartAppLinkBig {
    margin: 15px 0 10px; }
  .smartAppLinkSmall {
    margin: 20px 5px 0; }
  .appStoreBig {
    background-image: url(../i/sprites/sprite.png);
    background-position: -279px -274px;
    width: 131px;
    height: 44px; }
  .appStoreSmall {
    background-image: url(../i/sprites/sprite.png);
    background-position: -279px -274px;
    width: 131px;
    height: 44px; }
  .googlePlayBig {
    background-image: url(../i/sprites/sprite.png);
    background-position: -297px -160px;
    width: 133px;
    height: 44px; }
  .googlePlaySmall {
    background-image: url(../i/sprites/sprite.png);
    background-position: -297px -160px;
    width: 133px;
    height: 44px; }
  /*  =FAQ
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .faqQuestion {
    font-size: 2em;
    padding: 20px 35px 20px 0; }
    .faqQuestion:before {
      margin-top: -15px;
      background-image: url(../i/sprites/sprite.png);
      background-position: -694px -552px;
      width: 30px;
      height: 30px; }
  .faqAnswer {
    font-size: 1.2em;
    line-height: 1.1;
    margin-bottom: 20px; }
  .faqImg {
    max-width: 140px;
    margin: 0 0 10px 10px; }
  .activeQuestion .faqQuestion:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -694px -372px;
    width: 30px;
    height: 30px; }
  /*	=COLOR COLLECTIONS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .productFinderPage .careCollections {
    padding-left: 0; }
  .productFinderPage .careCollections li {
    min-width: 148px;
    width: 148px;
    min-height: 180px;
    height: 180px;
    margin: 0 2px 2px 0;
    float: left;
    text-align: center; }
    .productFinderPage .careCollections li a {
      min-width: inherit;
      min-height: inherit;
      width: inherit;
      height: inherit;
      margin: 0; }
    .productFinderPage .careCollections li img {
      height: inherit; }
  /*	=COLOR COLLECTIONS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .rwdDimension {
    width: 320px; }
  .creativeDirectors blockquote {
    margin-bottom: 20px; }
  body.trendingStories .pictureFrame .colRight .verticalAlign {
    padding-top: 15% !important; }
  .lookBookPage .cosmeticAuthor .authorVisual {
    width: 100%;
    text-align: center; }
  .lookBookPage .cosmeticAuthor .packshot {
    display: none; }
  .lookBookPage .cosmeticAuthor article {
    float: none;
    width: 100%; }
  #products .productFrame .description {
    width: 100%;
    padding: 0; }
  .productFrame .bodyText {
    width: 100%;
    font-size: 20px;
    line-height: 26px; }
  .productFrame h1.headerText {
    font-size: 32px; }
  .productFrame .text,
  .productFrame .description,
  .productFrame .description ul li {
    font-size: 14px;
    line-height: 26px; }
  .productFrame .text h2 {
    font-size: 20px;
    font-weight: bold; }
  .colorInformation .pictureFrame img.centerPack {
    display: none !important; }
  /*  =INSIDE CLAIROL PRO
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .insideClairolPro {
    padding-top: 46px;
    text-align: left;
    max-width: 900px;
    margin: auto;
    margin-bottom: 90px; }
    .insideClairolPro .title {
      font-family: "Gotham Light";
      font-size: 32px;
      color: #000000;
      text-transform: uppercase;
      display: block; }
    .insideClairolPro .subtitle {
      font-family: "Gotham Book";
      font-size: 20px;
      line-height: 26px;
      color: #6a6a6a;
      display: block; }
    .insideClairolPro .text {
      font-size: 14px;
      line-height: 26px;
      color: black;
      font-family: "Gotham Book"; }
      .insideClairolPro .text h1 {
        font-family: "Gotham Book";
        font-size: 22px;
        text-transform: uppercase;
        color: black; }
      .insideClairolPro .text h2 {
        font-family: "Gotham Bold";
        font-size: 16px;
        color: black;
        font-weight: bold;
        text-transform: uppercase; }
  .inner.inspirationGallery {
    padding: 0; }
    .inner.inspirationGallery h1.title {
      font-size: 32px; }
    .inner.inspirationGallery p.short {
      font-size: 20px;
      line-height: 26px;
      margin-top: 0; }
  .searchContent .title {
    font-size: 32px; }
  .pictureFrame.fullFrame .colRight .inner {
    padding: 0; }
  .educationHeader {
    padding-top: 46px; }
    .educationHeader span.educationTitle,
    .educationHeader h1.educationTitle {
      font-size: 32px; }
    .educationHeader span.educationDescription {
      font-size: 20px;
      line-height: 26px;
      width: 300px;
      margin: 0 auto; }
  h2 {
    font-size: 22px !important; }
  .filterMenu .item {
    width: 100%;
    margin: .5% 0; }
  .filterMenu ul {
    padding: 0; }
  .cosmeticAuthor h3 {
    font-size: 26px !important;
    line-height: 30px;
    font-family: "Gotham Light";
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .cosmeticAuthor p {
    font-size: 12px !important;
    line-height: 19px;
    font-family: "Gotham Book";
    text-align: center; }
  /*	=ITHRIVE COLLECTION
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .brandHeader {
    width: 320px;
    height: 570px;
    margin: auto; }
  .brandHeader .brandInfo {
    width: 320px;
    height: 320px;
    color: #fff;
    text-align: center; }
  .brandHeader .brandPackshot {
    width: 320px;
    height: 250px; }
    .brandHeader .brandPackshot img {
      width: 100%;
    height: 250px; }
  .brandHeader .brandInfo h1 {
    font-family: "Gotham Light";
    font-size: 4em;
    text-transform: uppercase;
    line-height: 43px;
    color: #ffffff;
    width: 80%;
    margin: auto; }
  .brandHeader .brandInfo h2 {
    font-family: "Gotham Bold";
    font-size: 1.8em;
    text-transform: uppercase;
    color: #ffffff; }
  .brandHeader .brandInfo hgroup {
    padding: 15px 0; }
  .brandHeader .brandInfo p {
    line-height: 150%; }
  .brandHeader .brandInfo strong {
    font-family: "Gotham Book";
    width: 90%;
    font-size: 1.2em;
    display: block;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 13px; }
  .brandHeader .brandInfo .colInfo {
    padding: 20px 0 10px 0;
    display: block;
    font-size: 1.6em; }
  .brandHeader .button.black {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0; }
  /*  =DESIGN TEAM
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  section.text + .designTeamParts h1 {
    text-align: center; }
  .designTeamParts .item img.visual {
    margin-right: auto;
    margin: 0 auto 30px;
    display: block;
    float: none; }
  .inspirationGallery .filterMenu .filterText {
    margin-left: 0; }
  footer {
    position: relative;
    padding-bottom: 65px; }
    footer .followUs .susbcribeIcon {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -30px; }
  /*  Guide to gray(gray-page)
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .blondeSelector .grayList {
    margin-bottom: 0px; }
  .grayPage .header .grayButtonSubtitle {
    font-size: 22px; }
  .grayPage .percentNounce .nounceSubtitle {
    font-size: 22px; }
  .colRightText .pictureTitle {
    font-size: 2em; }
    .colRightText .pictureTitle:after {
      border-bottom: 1px solid;
      width: 25px; }
    .colRightText .pictureTitle:before {
      border-bottom: 1px solid;
      width: 25px;
      margin-left: -35px; }
  .pictureFrame .colRightText {
    top: 65%;
    right: 0%;
    width: 100%; }
  .colRightText .pictureSubtitle {
    font-size: 11em;
    margin-top: -10px; }
  .expertTip .expertTitle {
    font-size: 14pt; }
  .expertTip .expertTipText {
    font-size: 14pt; }
  .percentNounce .nounceSubtitle {
    font-size: 20px; }
  .percentNounce .nounceTitle {
    font-size: 25px; }
  .percentageImages .percentageImage {
    max-width: 125px; }
    .percentageImages .percentageImage .percentageTitle {
      font-size: 12pt;
      margin-top: 10px;
      padding-bottom: 20px; }
  .grayPage .bottomBanners {
    margin-bottom: 0; }
    .grayPage .bottomBanners .text {
      margin-top: 285px;
      height: 170px;
      width: 100%; }
  .percentNounce .startingColorTitle {
    font-size: 20px; }
  .tile .mask-headline {
    font-size: 18px !important; }
  .steps.steps-3,
  .steps.steps-4 {
    display: block; }
    .steps.steps-3 .step,
    .steps.steps-4 .step {
      width: 100%;
      padding: 0;
      min-height: inherit;
      margin-bottom: 20px; }
  #Slider .slide .buttons {
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0 !important; }
  #Slider .slide .button {
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -2000em;
    padding: 0; }
  .phases {
    margin-top: 30px; }
    .phases .phase {
      margin-top: 30px; }
      .phases .phase .phaseTitle {
        display: block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px; }
        .phases .phase .phaseTitle h3 {
          font-size: 24px;
          text-align: left; }
        .phases .phase .phaseTitle span:nth-child(1) {
          font-family: "Gotham Bold";
          font-size: 24px; }
        .phases .phase .phaseTitle img {
          float: none;
          margin-bottom: 10px; }
  .steps .step .stepTitle {
    font-size: 16pt; }
  .steps .step .stepSubtitle {
    font-size: 16pt; }
  .steps .step .stepDescription {
    font-size: 16pt; }
  .phase .phaseImageText div {
    font-size: 16pt; }
  .blondeSelector .nuanceLine {
    max-width: 270px; }
  .grayList .item.active .item-arrow {
    width: 25px !important; }
  .productSubMenu {
    margin: 20px auto 0;
    float: none; }
  .phases .formulas img {
    margin-right: 0; }
  .grayPage h1, .grayPage .subtitle {
    padding: 0 25px;
    line-height: 130%; }
  #curalate-fan-reel-wrapper {
    margin-top: 0 !important; }
  .pinItem:first-of-type .shadePrompt {
    left: -45px; }
  .shadePrompt {
    width: 150px;
    height: 63px;
    left: -75px; }
    .shadePrompt h5 {
      font-size: 13px; } }

/* @media */
@media screen and (min-width: 768px) and (max-width: 1024px), print {
  /*	=PLACEHOLDERS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .reviewsWrite__form .selectBox .styled-select-wrapper, .panels .searchPane .selectBox .styled-select-wrapper, .contactForm .selectBox .styled-select-wrapper, .salonfinderForm .selectBox .styled-select-wrapper {
    height: 32px; }
  .contactForm input[type="text"],
  .contactForm textarea, .searchInput .searchText, .salonfinderForm input.address {
    line-height: 32px;
    height: 32px; }
  /*	=COMMON
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .tablet-show {
    display: block !important; }
  .tablet-hide {
    display: none !important; }
  .main, .rwdDimension {
    width: 732px; }
  .nextBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -726px -588px;
    width: 15px;
    height: 25px; }
  .prevBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -726px -563px;
    width: 15px;
    height: 25px; }
  .link {
    font-size: 1.2em; }
  .pictureFrame .colLeft {
    min-height: 150px; }
  .pictureFrame .colRight h1.large {
    font-size: 3.85em;
    margin: 0 0 5px; }
  .pictureFrame .prodInfo {
    font-size: 1.65em; }
  .pictureFrame .prodDescription {
    font-size: 1.2em; }
  /*----- HEADER ------------*/
  header {
    overflow: visible;
    height: 70px;
    /*.search {
            //display: none;
            position: absolute;
            height: 70px;
            margin-top: 0;
            width: 300px;
            .search_mini_ico {
                width: 100px;
                margin: 0;
                padding: 0;
                border: 0;
                background: url(../i/sprite/search_mini_ico_cellphone.png) 50% 50% no-repeat;
                height: 46px;
                display: block;

            }
            .salon_finder_ico {
                width: 90px;
                margin: 0;
                padding: 0;
                border: 0;
                background: url(../i/sprite/salon_finder_ico_cellphone.png) 50% 50% no-repeat;
                height: 46px;
                float: left;
                display: block;
            }
            .nav-glass {
                display: none;
            }
        }
        .searchWrap {
            width: 79px;
            height: 46px;
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
        }
        .searchAction {
            //display: none;
        }
        .searchSubmit {
            //display: none;
        }
        .searchTrigger {
            overflow: hidden;
            text-indent: -6666px;
            background: transparent url(../i/sprite/search_button_cellphone.png) 50% 50% no-repeat;
            margin: 0;
            width: 79px;
            height: 46px;
            float: left;
            display: block;
        }*/ }
    header .subscribeLink {
      top: 22px;
      right: 270px; }
    header .search {
      width: 240px;
      line-height: 1.1;
      position: absolute;
      top: 25px;
      right: 20px;
      margin-top: -12px;
      z-index: 2; }
      header .search a:last-child {
        margin-left: 10px; }
    header .searchWrap {
      border: 3px solid #eef1f3;
      border: 3px solid rgba(139, 159, 172, 0.15);
      width: 240px;
      height: 32px;
      background: #fff;
      background: rgba(255, 255, 255, 0.2);
      float: left; }
    header .searchSubmit {
      margin: 8px 8px 7px;
      float: left;
      cursor: pointer;
      background-image: url(../i/sprites/sprite.png);
      background-position: -118px -718px;
      width: 14px;
      height: 15px; }
    header input[type="search"] {
      color: #7f7f7f;
      font-size: 1.1em;
      width: 205px;
      height: 32px;
      border: 0;
      float: left;
      background: transparent;
      -webkit-appearance: none; }
    header .header-inner {
      /*.menu-event-catcher {
                width: 62px;
                height: 41px;
                top: 14px;
                left: 0;
                z-index: 2;
            }
            .menuTrigger {
                width: 22px;
                height: 21px;
                padding: 10px 20px;
                right: auto;
                top: auto;
                left: auto;
                bottom: auto;
                background-color: #000;
                margin-left: 0;
                display: block;
                background: transparent url("../i/sprite/menu-trigger.png") left top no-repeat;
                //background: transparent url('../i/sprite/strict320/menu-trigger_cellphone.png') center no-repeat;
                img {
                    display: none;
                }
            }*/ }
    header .logo {
      margin-left: -50px;
      top: 25px; }
      header .logo img {
        display: block;
        width: 100px; }
  /*----- BRADCRUMBS --------------*/
  .breadcrumb {
    font-size: 1em; }
  section .breadcrumb {
    top: 80px; }
  /*----- BRAND MENU --------------*/
  .brandsListWrap {
    margin: 20px -20px; }
  ul.brandsList li {
    width: 145.2px; }
  ul.brandsList a {
    min-height: 163px; }
    ul.brandsList a.plus-ico:before {
      bottom: 8px;
      right: 7px; }
  /*----- PANELS ------------*/
  .panels .block {
    width: 357px;
    height: 208px; }
    .panels .block .content {
      width: 138px; }
      .panels .block .content span {
        font-size: 1.4em;
        padding: 3px 10px; }
  .panels .nextBtn {
    margin-top: -12.5px; }
  .panels .block-2 .nextBtn {
    right: 138px; }
  .panels .searchPane {
    width: 185px;
    height: 60px;
    z-index: 2;
    top: 75px;
    left: 16px; }
    .panels .searchPane .selectBox .styled-select-wrapper {
      height: 25px; }
    .panels .searchPane .selectBox .styled-select-text {
      font-size: 1em;
      padding: 0 36px 0 10px; }
    .panels .searchPane .selectBox .styled-select-button {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -613px;
      width: 15px;
      height: 25px; }
    .panels .searchPane input[type="text"] {
      width: 150px;
      height: 25px;
      font-size: 1em; }
    .panels .searchPane input[type="submit"] {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -588px;
      width: 15px;
      height: 25px; }
  /*	=DETAILS LIST
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .detailsList {
    margin-bottom: 30px; }
    .detailsList .videoLink:before {
      background-image: url(../i/sprites/sprite.png);
      background-position: -304px -546px;
      width: 50px;
      height: 49px;
      margin: -25px 0 0 -25px; }
    .detailsList .wrap {
      padding-top: 15px; }
      .detailsList .wrap:before {
        height: 2px;
        margin-top: -15px; }
    .detailsList h2 {
      font-size: 2em;
      margin-bottom: 15px; }
      .detailsList h2 strong {
        font-size: 1.1em; }
      .detailsList h2 + span {
        font-size: 1.2em;
        margin-bottom: 10px; }
    .detailsList p,
    .detailsList ul {
      font-size: 1.2em;
      margin-bottom: 10px; }
    .detailsList .rowLeft .inner {
      padding: 38px 5px 38px 38px; }
    .detailsList .inner {
      padding: 38px 38px 38px 5px; }
    .detailsList li {
      padding: 10px 0; }
    .detailsList .button {
      margin: 10px 0 0;
      font-size: 1em; }
  /*	=POPIN POPUP
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .popinTemplate2 {
    min-height: 400px; }
    .popinTemplate2 .imgDescription {
      font-size: 1.6em; }
    .popinTemplate2 .name {
      bottom: 96px; }
    .popinTemplate2 .popinDescription {
      width: 320px; }
      .popinTemplate2 .popinDescription h2 {
        font-size: 2.6em;
        margin: 5px 0 10px; }
      .popinTemplate2 .popinDescription h3 {
        font-size: 2.2em;
        margin: 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 .socialBox a {
      width: 21px;
      height: 21px; }
    .popinTemplate2 .socialBox .shareOn {
      height: 21px;
      line-height: 21px;
      font-size: 1em;
      padding: 0 10px; }
    .popinTemplate2 .socialBox .facebookButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -310px;
      width: 21px;
      height: 21px; }
    .popinTemplate2 .socialBox .tweetButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -205px;
      width: 21px;
      height: 21px; }
    .popinTemplate2 .socialBox .pinItButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -289px;
      width: 21px;
      height: 21px; }
    .popinTemplate2 .socialBox .instagramButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -247px;
      width: 21px;
      height: 21px; }
    .popinTemplate2 .socialBox .youtubeButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -268px;
      width: 21px;
      height: 21px; }
    .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; }
  /*----- HOMEPAGE ----------*/
  /*	=TOP MAIN VISUAL
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  /*	=ISOTOPE
        - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - -	*/
  .block-1x1 {
    width: 236px;
    height: 236px; }
  .block-1x2 {
    width: 232px;
    height: 474px;
    /* 232*2 = 464 + 2x5px margin */ }
  .block-2x1 {
    width: 482px;
    height: 236px; }
  .block-2x2 {
    width: 482px;
    height: 482px; }
  .block-3x1 {
    width: 718px;
    height: 232px; }
  .tiles {
    margin: 5px -5px -5px; }
  .tilesEducationVideo .block-1x1 {
    width: 232px;
    height: 148px; }
  .tilesEducationVideo .tile {
    margin: 5px 0; }
  .tilesEducationVideo .mask-content {
    padding: 6em 3.5em 0; }
  .tilesEducationVideo .description, .tilesEducationVideo .twitTitle {
    font-size: 1.5em; }
  .tilesEducationVideo .twitNick {
    font-size: 1.2em; }
  .tile {
    margin: 5px; }
    .tile .button {
      font-size: 1.1em;
      line-height: 10px; }
    .tile .mask-headline {
      font-size: 2vw; }
  .tileDefault .tileTitle {
    height: 42px; }
    .tileDefault .tileTitle h4, .tileDefault .tileTitle h5 {
      font-size: 1.3em; }
    .tileDefault .tileTitle .more {
      width: 15px;
      height: 16px;
      margin-bottom: -8px;
      line-height: 16px;
      font-size: 1.2em; }
    .tileDefault .tileTitle.gradientLine:before {
      height: 3px;
      top: -3px; }
  .tileDefault .boldText, .tileDefault .thinText {
    font-size: 2.5em; }
  .tileDeclaration:before {
    margin: -17px 0 0 -17px;
    background-image: url(../i/sprites/sprite.png);
    background-position: -551px -166px;
    width: 35px;
    height: 35px; }
  .tileDeclaration .declarationIcon {
    background-image: url(../i/sprites/sprite.png);
    background-position: -551px -166px;
    width: 35px;
    height: 35px;
    margin-bottom: 15px; }
  .tileDeclaration .declarationContent {
    font-size: 1.2em; }
  .home.main {
    width: 728px;
    /* RESPONSIVE */
    /* DYNAMIC BOXES ISOTOPE */ }
    .home.main.fixWidth.dynamicBox {
      width: 768px;
      /* RESPONSIVE */ }
    .home.main .tiles {
      margin: 5px 12px -5px; }
    .home.main .block-1x1 {
      width: 362px;
      height: 260px; }
    .home.main .block-1x2 {
      width: 362px;
      height: 530px; }
    .home.main .block-2x1 {
      width: 734px;
      height: 260px; }
    .home.main .tile {
      margin: 5px; }
      .home.main .tile .mask-headline {
        font-size: 2em; }
      .home.main .tile .button {
        font-size: 1.6em;
        padding-right: 10px; }
  .landingProductsTiles .tileDefault .tileTitle {
    height: 30px; }
    .landingProductsTiles .tileDefault .tileTitle h4, .landingProductsTiles .tileDefault .tileTitle h5 {
      font-size: 1.6em; }
  .tilesTrendings .mask-content {
    padding: 4.5em 2.5em 0; }
  .tilesTrendings .description, .tilesTrendings .twitTitle {
    font-size: 1.2em; }
  .tilesTrendings .twitNick {
    font-size: 1em; }
  .tilesProof .tile .button {
    font-size: 1em;
    padding: 10px 5px 8px 15px;
    background-position: 7px center;
    -webkit-background-size: 4px 4px;
            background-size: 4px; }
  .tileTwitter .socialLogo,
  .tileFacebook .socialLogo,
  .tileYoutube .socialLogo,
  .tileVideo .socialLogo {
    margin-bottom: 10px; }
  .tileFacebook .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -529px -597px;
    width: 38px;
    height: 38px; }
  .tileFacebook:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -529px -597px;
    width: 38px;
    height: 38px; }
  .tileTwitter .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -601px -557px;
    width: 40px;
    height: 39px; }
  .tileTwitter:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -601px -557px;
    width: 40px;
    height: 39px; }
  .tileTwitter a {
    padding: 4.5em 2.5em 0; }
  .tileTwitter .line {
    width: 107px;
    height: 1px;
    margin: 17px auto; }
  .tileVideo .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -304px -546px;
    width: 50px;
    height: 49px; }
  .tileVideo:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -576px -65px;
    width: 25px;
    height: 28px; }
  .tileYoutube .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -576px -65px;
    width: 25px;
    height: 28px; }
  .tileYoutube:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -576px -65px;
    width: 25px;
    height: 28px; }
  .tileYoutube:hover .play {
    background-image: url(../i/sprites/sprite.png);
    background-position: -451px -597px;
    width: 39px;
    height: 39px; }
  .tileYoutube .description {
    padding: 0 2em 2.1em; }
  .tileButton .buttonWrap {
    margin: 0 10px 10px; }
  .tileButton .tile-text {
    font-size: 2.3em;
    padding: 0 10px; }
  .tileButton .tile-percent,
  .tileButton .tile-number {
    font-size: 3.8em; }
  .tileButton.tileButton--right.block-2x1 .buttonWrap {
    margin-right: 70px; }
  .tileButton.tileButton--left.block-2x1 .buttonWrap {
    margin-left: 70px; }
  .play {
    background-image: url(../i/sprites/sprite.png);
    background-position: -490px -597px;
    width: 39px;
    height: 39px;
    top: 100px;
    margin-left: -image-width("i/sprite/strict768/ico_play.png")/2; }
  /*----- FOOTER ------------*/
  /* sprites for each icons in element .followUs */
  .followUs .footer_icon_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -29px -638px;
    width: 26px;
    height: 50px; }
  .followUs .footer_icon_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -601px -56px;
    width: 46px;
    height: 56px; }
  .followUs .footer_icon_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -102px -546px;
    width: 51px;
    height: 51px; }
  .followUs .footer_icon_subscribe {
    background-image: url(../i/sprites/sprite.png);
    background-position: -58px -489px;
    width: 60px;
    height: 50px; }
  /* sprites for each icons in element .otherBrands */
  .otherBrands .ico_wella {
    background-image: url(../i/sprites/sprite.png);
    background-position: -694px -672px;
    width: 29px;
    height: 20px; }
  .otherBrands .ico_clairol {
    background-image: url(../i/sprites/sprite.png);
    background-position: -270px -404px;
    width: 40px;
    height: 20px; }
  .otherBrands .ico_sp {
    background-image: url(../i/sprites/sprite.png);
    background-position: -747px -64px;
    width: 11px;
    height: 20px; }
  .otherBrands .ico_sassoon {
    background-image: url(../i/sprites/sprite.png);
    background-position: -348px -404px;
    width: 35px;
    height: 20px; }
  .otherBrands .ico_sebastian {
    background-image: url(../i/sprites/sprite.png);
    background-position: -548px -321px;
    width: 51px;
    height: 20px; }
  .otherBrands .ico_londa {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -404px;
    width: 38px;
    height: 20px; }
  footer, .footerRow {
    /*width: 755px;  RESPONSIVE */ }
  footer {
    margin: 30px auto 58px auto; }
    footer .col {
      padding-top: 10px; }
      footer .col h3 {
        font-size: 1.106em; }
    footer .col-1 {
      width: 197px; }
      footer .col-1 h3 {
        margin-bottom: 12px; }
      footer .col-1 a {
        padding-left: 10px;
        background: url("../i/sprite/foot-arrow.png") no-repeat 0 center; }
    footer .col-2 {
      width: 308px; }
      footer .col-2 h3 {
        margin-bottom: 6px; }
    footer .col-3 {
      width: 248px; }
      footer .col-3 h3 {
        margin-bottom: 9px; }
    footer ul li {
      font-size: 0.833em;
      margin-left: 16px; }
  /*.footerRowWrap { height: 20px; }*/
  .footerRow {
    font-size: 0.75em;
    line-height: 20px; }
    .footerRow .center {
      margin: 0 auto;
      float: none;
      width: 800px; }
      .footerRow .center a {
        padding: 0 8px 0 0;
        margin-left: 8px; }
        .footerRow .center a:before {
          left: -10px; }
  .countrySelector a {
    background: url("../i/sprite/strict768/country-logo-ico.png") no-repeat 0 4px;
    padding-left: 15px; }
    .countrySelector a:after {
      top: 7px; }
  /* =CONTACT US PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .contactContent {
    font-size: 1.2em; }
    .contactContent h2 {
      margin-bottom: 15px;
      font-size: 1.8em; }
    .contactContent li {
      margin-bottom: 15px; }
    .contactContent .colLeft {
      width: 438px;
      padding: 0 15px 0 0; }
    .contactContent .colRight {
      width: 260px;
      padding: 0 0 0 15px; }
  .contactForm dl {
    margin-top: 15px; }
  .contactForm dd, .contactForm dt {
    line-height: 30px;
    margin-bottom: 10px; }
  .contactForm dd {
    width: 65%; }
  .contactForm dt {
    width: 35%; }
  .contactForm textarea {
    height: 80px; }
  .contactForm .css-label, .contactForm .disclaimer {
    font-size: 0.8em; }
  .contactForm .css-label {
    line-height: 2; }
  .contactAdresses p {
    margin: 0 0 10px; }
  /* =SEARCH RESLUTS PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .searchContent h1 {
    font-size: 2.8em; }
  .searchInput {
    margin: 35px 0 50px; }
    .searchInput .searchText {
      width: 450px;
      height: 44px;
      line-height: 44px; }
    .searchInput .button {
      margin-left: 10px; }
  .searchResult {
    margin-top: 60px; }
    .searchResult li {
      margin-top: 35px; }
    .searchResult h3 {
      font-size: 2.8em; }
    .searchResult p {
      font-size: 1.4em; }
    .searchResult .searchPage {
      background-position: 0 3.5px;
      font-size: 1.4em; }
  /*  =SALON FINDER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .salonfinderForm {
    width: 345px;
    margin-top: 25px; }
    .salonfinderForm .selectBox {
      margin-bottom: 14px; }
    .salonfinderForm input.address {
      width: 200px; }
    .salonfinderForm input.button {
      font-size: 1.4em;
      padding: 11px 10px 7px 20px;
      background-position-x: 8px; }
  /*	=PRODUCTS PAGES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .watchword {
    padding: 2em 0; }
    .watchword h2, .watchword h3 {
      font-size: 2.8em; }
    .watchword p {
      font-size: 1.2em;
      line-height: 1.2;
      margin: 15px 0; }
  .productSubMenu {
    width: 118px;
    margin-top: 20px; }
    .productSubMenu a {
      height: 38px;
      width: 103px;
      padding-left: 15px;
      font-size: 0.95em;
      line-height: 1.2; }
    .productSubMenu a.active:before,
    .productSubMenu a:hover:before {
      margin-top: -6px;
      border-width: 6px 0 6px 6px; }
  .productInformation .packshot {
    width: 243px; }
  .productInformation .description {
    width: 367px; }
    .productInformation .description h3 {
      font-size: 2em; }
    .productInformation .description p {
      font-size: 1.2em;
      line-height: 1.2; }
  .productInformation .socialBox .shadow {
    width: 50px; }
  .socialBox {
    width: 392px;
    margin: 15px auto; }
    .socialBox .shadow {
      width: 115px; }
    .socialBox li {
      display: inline-block;
      margin: 3px 10px;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
  /*	=SITEMAP
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .sitemap {
    margin-top: 30px;
    padding-bottom: 10px; }
  .sitemap__col {
    padding: 0 0 0 15px; }
    .sitemap__col:first-child {
      padding: 0 15px 0 0; }
    .sitemap__col:last-child .sitemap__box:last-child {
      padding-bottom: 19px;
      border-bottom: 1px solid #e2e2e2; }
  .sitemap__box {
    padding-top: 20px;
    margin-top: 23px;
    border-top: 1px solid #e2e2e2; }
  .sitemap__header {
    font-size: 2.2em;
    margin-bottom: 20px; }
  .sitemap__links li {
    margin-top: 10px; }
    .sitemap__links li:first-child {
      margin-top: 0; }
  .sitemap__links a {
    font-size: 1.2em; }
  .sitemap__links.sitemap__links--inner li {
    margin-top: 5px; }
  /*	=ERROR
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .errorPage .pictureFrame .colRight h1 {
    font-size: 11em; }
  .searchContent--error .searchInput {
    margin: 30px 60px 50px; }
  .searchContent--error p {
    font-size: 1.4em;
    margin-bottom: 30px; }
  .searchContent--error .button--back {
    margin: 30px 0 0; }
  /*  =COUNTRY SELECTOR
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .countryselector {
    padding: 15px;
    margin-top: 20px; }
  .pictureFrame .colRight .countryselector__header {
    font-size: 1.4em;
    margin: 0 0 10px !important; }
  .countryselector__col:first-child {
    width: 45%; }
  .countryselector__col:last-child {
    width: 55%; }
  .countryselector__box {
    margin-top: 15px; }
  .countryselector__links li {
    font-size: 1.2em;
    line-height: 16px; }
  /*  =SALON MARKETING
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .salonMarketing.main .tiles {
    margin: 0 -8px -8px; }
  .salonMarketing .tile {
    margin: 8px; }
    .salonMarketing .tile .button {
      font-size: 1.2em;
      margin: 20px 0 0;
      padding: 10px 15px 6px 25px; }
  .salonMarketing .block-1x1 {
    width: 356px;
    height: 254px; }
  .salonMarketing .dotsDescriptionContent {
    font-size: 2em; }
  .salonMarketing .mask-headline {
    font-size: 2em; }
  .customizeBox {
    padding: 25px 0 30px; }
    .customizeBox h3 {
      font-size: 2em;
      margin: 0 20px 25px; }
    .customizeBox .customizeBox__item {
      margin-bottom: 20px; }
    .customizeBox p {
      font-size: 2em; }
    .customizeBox .button {
      font-size: 1.6em; }
  /*  =STYLE VISON
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .styleVision .download {
    vertical-align: inherit; }
  .styleVision .detailsList p {
    line-height: 16px; }
  .styleVision .detailsList .inner {
    padding-bottom: 0; }
  .appStoreBig {
    background-image: url(../i/sprites/sprite.png);
    background-position: -265px -428px;
    width: 102px;
    height: 34px; }
  .appStoreSmall {
    background-image: url(../i/sprites/sprite.png);
    background-position: -449px -428px;
    width: 80px;
    height: 27px; }
  .googlePlayBig {
    background-image: url(../i/sprites/sprite.png);
    background-position: -161px -428px;
    width: 104px;
    height: 34px; }
  .googlePlaySmall {
    background-image: url(../i/sprites/sprite.png);
    background-position: -367px -428px;
    width: 82px;
    height: 27px; }
  /*  =FAQ
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .faqQuestion {
    font-size: 1.9em;
    padding: 20px 35px 20px 0; }
    .faqQuestion:before {
      margin-top: -15px;
      background-image: url(../i/sprites/sprite.png);
      background-position: -694px -552px;
      width: 30px;
      height: 30px; }
  .faqAnswer {
    font-size: 1.2em;
    line-height: 1.1;
    margin-bottom: 20px; }
  .faqImg {
    max-width: 360px; }
  .activeQuestion .faqQuestion:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -694px -372px;
    width: 30px;
    height: 30px; }
  /*	=COLOR COLLECTIONS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .productFinderPage .careCollections li {
    min-width: 176px;
    width: 176px;
    min-height: 220px;
    height: 220px;
    margin: 0 2px 2px 0;
    float: left;
    text-align: center; }
    .productFinderPage .careCollections li a {
      min-width: inherit;
      min-height: inherit;
      width: inherit;
      height: inherit;
      margin: 0; }
    .productFinderPage .careCollections li img {
      width: initial;
      height: inherit; }
  .filterMenu .filterRow:nth-last-child(2) ul {
    width: initial; }
  .filterMenuWrap .filterRow {
    padding-left: 0; }
  .filterMenuWrap .second {
    padding-left: 0; }
  .videoPage .filterMenuWrap .filterRow {
    padding-left: 0; }
  .videoPage .filterMenuWrap .second {
    padding-left: 0; }
  .articlesPage .filterMenuWrap .filterRow {
    padding-left: 0; }
  .articlesPage .filterMenuWrap .second {
    float: left;
    padding-left: 0;
    width: 100%; }
  .productFinderPage .careCollections li a h3 {
    font-size: 0.9em;
    margin-top: -16px; }
  /*	=COLOR COLLECTIONS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .rwdDimension {
    width: 732px; }
  .creativeDirectors blockquote {
    margin-bottom: 20px; }
  body.trendingStories .pictureFrame .colRight .verticalAlign {
    padding-top: 15% !important; }
  .pushes3 li {
    width: 222px;
    height: auto; }
    .pushes3 li .buttons .button {
      min-width: 0; }
  .lookBookPage .cosmeticAuthor .packshot {
    display: none; }
  .lookBookPage .cosmeticAuthor article {
    float: left;
    width: 84%; }
  #products .productFrame .description {
    width: 100%;
    padding: 0; }
  .productFrame .bodyText, .pictureFrame .bodyText {
    width: 100%;
    font-size: 24px;
    line-height: 32px; }
  .productFrame h1.headerText, .pictureFrame h1.headerText {
    font-size: 60px; }
  .productFrame .text,
  .productFrame .description,
  .productFrame .description ul li, .pictureFrame .text,
  .pictureFrame .description,
  .pictureFrame .description ul li {
    font-size: 16px;
    line-height: 28px; }
  .productFrame .text h2, .pictureFrame .text h2 {
    font-size: 36px; }
  .productFrame .colRight, .pictureFrame .colRight {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5%; }
    .productFrame .colRight .inner .prodInfo, .pictureFrame .colRight .inner .prodInfo {
      font-size: 15px !important;
      font-family: "Gotham Bold"; }
    .productFrame .colRight .inner h1, .pictureFrame .colRight .inner h1 {
      font-size: 26px !important;
      line-height: 30px; }
    .productFrame .colRight .inner h3, .productFrame .colRight .inner h2, .pictureFrame .colRight .inner h3, .pictureFrame .colRight .inner h2 {
      font-size: 12px !important;
      line-height: 15px;
      font-family: "Gotham Book";
      padding-left: 15px; }
    .productFrame .colRight .verticalAlign, .pictureFrame .colRight .verticalAlign {
      padding-left: 5% !important; }
  .colorInformation .button.mob-hide {
    display: none; }
  .colorInformation h2 {
    font-size: 36px !important; }
  .cosmeticAuthor h3 {
    font-size: 48px !important;
    font-family: "Gotham Light";
    color: #fff;
    text-transform: uppercase; }
  .cosmeticAuthor p {
    font-size: 16px !important;
    line-height: 24px;
    font-family: "Gotham Book"; }
  .descriptionTitle {
    font-size: 36px !important; }
  /*	=ITHRIVE COLLECTION
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .brandHeader {
    width: 728px;
    height: 303px;
    margin: auto; }
  .brandHeader .brandInfo {
    width: 50%;
    height: 364px;
    float: left;
    color: #fff;
    text-align: center;
    height: inherit; }
  .brandHeader .brandPackshot {
    width: 50%;
    height: 303px;
    float: right; }
    .brandHeader .brandPackshot img {
      width: 100%;
    height: 303px; }
  .brandHeader .brandInfo h1 {
    font-family: "Gotham Light";
    font-size: 4.6em;
    text-transform: uppercase;
    line-height: 43px;
    color: #ffffff;
    width: 80%;
    margin: auto; }
  .brandHeader .brandInfo h2 {
    font-family: "Gotham Bold";
    font-size: 1.8em;
    text-transform: uppercase;
    color: #ffffff; }
  .brandHeader .brandInfo hgroup {
    padding: 19px 0 21px 0; }
  .brandHeader .brandInfo strong {
    font-family: "Gotham Book";
    width: 90%;
    font-size: 1.2em;
    display: block;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 13px; }
  .brandHeader .brandInfo .colInfo {
    padding: 20px 0 10px 0;
    display: block;
    font-size: 1.6em; }
  .brandHeader .button.black {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0; }
  /*  Guide to gray(gray-page)
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .blondeSelector .grayList {
    margin-bottom: 0px !important; }
  .grayPage .header .grayButtonSubtitle {
    font-size: 22px; }
  .grayPage .percentNounce .nounceSubtitle {
    font-size: 22px; }
  .colRightText .pictureTitle {
    font-size: 2em; }
    .colRightText .pictureTitle:after {
      border-bottom: 1px solid;
      width: 25px; }
    .colRightText .pictureTitle:before {
      border-bottom: 1px solid;
      width: 25px;
      margin-left: -35px; }
  .pictureFrame .colRightText {
    top: 65%;
    right: 0%;
    width: 100%; }
  .colRightText .pictureSubtitle {
    font-size: 11em;
    margin-top: -10px; }
  .expertTip .expertTitle {
    font-size: 14pt; }
  .expertTip .expertTipText {
    font-size: 14pt; }
  .percentNounce .nounceSubtitle {
    font-size: 20px; }
  .percentageImages .percentageImage {
    max-width: 125px; }
    .percentageImages .percentageImage .percentageTitle {
      font-size: 12pt;
      margin-top: 10px;
      padding-bottom: 20px; }
  .grayPage .bottomBanners {
    margin-bottom: 0; }
    .grayPage .bottomBanners .text {
      margin-top: 285px;
      height: 170px;
      width: 100%;
      position: absolute;
      bottom: 0; }
  .percentNounce .startingColorTitle {
    font-size: 20px; }
  .steps.steps-3,
  .steps.steps-4 {
    display: block; }
    .steps.steps-3 .step,
    .steps.steps-4 .step {
      width: 100%; }
  .grayList .item.active .item-arrow {
    width: 25px !important; }
  .phases {
    margin-top: 30px; }
    .phases .phase {
      margin-top: 30px; }
      .phases .phase .phaseTitle {
        display: block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px; }
        .phases .phase .phaseTitle h3 {
          font-size: 24px;
          text-align: left; }
        .phases .phase .phaseTitle span:nth-child(1) {
          font-family: "Gotham Bold";
          font-size: 24px; }
        .phases .phase .phaseTitle img {
          float: none;
          margin-bottom: 10px; }
  #curalate-fan-reel-wrapper {
    margin-top: 75px; } }

/* @media */
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  /*	=PLACEHOLDERS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .reviewsWrite__form .selectBox .styled-select-wrapper, .panels .searchPane .selectBox .styled-select-wrapper, .contactForm .selectBox .styled-select-wrapper, .salonfinderForm .selectBox .styled-select-wrapper {
    height: 32px; }
  .contactForm input[type="text"],
  .contactForm textarea, .searchInput .searchText, .salonfinderForm input.address {
    line-height: 32px;
    height: 32px; }
  /*	=COMMON
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .tablet-show {
    display: block !important; }
  .tablet-hide {
    display: none !important; }
  .main, .rwdDimension {
    width: 1000px; }
  .nextBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -726px -588px;
    width: 15px;
    height: 25px; }
  .prevBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -726px -563px;
    width: 15px;
    height: 25px; }
  .link {
    font-size: 1.2em; }
  .pictureFrame .colLeft {
    min-height: 150px; }
  .pictureFrame .colRight h1.large {
    font-size: 3.85em;
    margin: 0 0 5px; }
  .pictureFrame .prodInfo {
    font-size: 1.65em; }
  .pictureFrame .prodDescription {
    font-size: 1.2em; }
  /*----- HEADER ------------*/
  header {
    overflow: visible;
    height: 70px;
    /*.search {
            //display: none;
            position: absolute;
            height: 70px;
            margin-top: 0;
            width: 300px;
            .search_mini_ico {
                width: 100px;
                margin: 0;
                padding: 0;
                border: 0;
                background: url(../i/sprite/search_mini_ico_cellphone.png) 50% 50% no-repeat;
                height: 46px;
                display: block;

            }
            .salon_finder_ico {
                width: 90px;
                margin: 0;
                padding: 0;
                border: 0;
                background: url(../i/sprite/salon_finder_ico_cellphone.png) 50% 50% no-repeat;
                height: 46px;
                float: left;
                display: block;
            }
            .nav-glass {
                display: none;
            }
        }
        .searchWrap {
            width: 79px;
            height: 46px;
            margin: 0;
            padding: 0;
            border: 0;
            background: transparent;
        }
        .searchAction {
            //display: none;
        }
        .searchSubmit {
            //display: none;
        }
        .searchTrigger {
            overflow: hidden;
            text-indent: -6666px;
            background: transparent url(../i/sprite/search_button_cellphone.png) 50% 50% no-repeat;
            margin: 0;
            width: 79px;
            height: 46px;
            float: left;
            display: block;
        }*/ }
    header .subscribeLink {
      top: 22px;
      right: 270px; }
    header .search {
      width: 240px;
      line-height: 1.1;
      position: absolute;
      top: 25px;
      right: 20px;
      margin-top: -12px;
      z-index: 2; }
      header .search a:last-child {
        margin-left: 10px; }
    header .searchWrap {
      border: 3px solid #eef1f3;
      border: 3px solid rgba(139, 159, 172, 0.15);
      width: 240px;
      height: 32px;
      background: #fff;
      background: rgba(255, 255, 255, 0.2);
      float: left; }
    header .searchSubmit {
      margin: 8px 8px 7px;
      float: left;
      cursor: pointer;
      background-image: url(../i/sprites/sprite.png);
      background-position: -118px -718px;
      width: 14px;
      height: 15px; }
    header input[type="search"] {
      color: #7f7f7f;
      font-size: 1.1em;
      width: 205px;
      height: 32px;
      border: 0;
      float: left;
      background: transparent;
      -webkit-appearance: none; }
    header .header-inner {
      /*.menu-event-catcher {
                width: 62px;
                height: 41px;
                top: 14px;
                left: 0;
                z-index: 2;
            }
            .menuTrigger {
                width: 22px;
                height: 21px;
                padding: 10px 20px;
                right: auto;
                top: auto;
                left: auto;
                bottom: auto;
                background-color: #000;
                margin-left: 0;
                display: block;
                background: transparent url("../i/sprite/menu-trigger.png") left top no-repeat;
                //background: transparent url('../i/sprite/strict320/menu-trigger_cellphone.png') center no-repeat;
                img {
                    display: none;
                }
            }*/ }
    header .logo {
      margin-left: -50px;
      top: 25px; }
      header .logo img {
        display: block;
        width: 100px; }
  /*----- BRADCRUMBS --------------*/
  .breadcrumb {
    font-size: 1em; }
  section .breadcrumb {
    top: 80px; }
  /*----- BRAND MENU --------------*/
  .brandsListWrap {
    margin: 20px -20px; }
  ul.brandsList li {
    width: 145.2px; }
  ul.brandsList a {
    min-height: 163px; }
    ul.brandsList a.plus-ico:before {
      bottom: 8px;
      right: 7px; }
  /*----- PANELS ------------*/
  .panels .block {
    width: 357px;
    height: 208px; }
    .panels .block .content {
      width: 138px; }
      .panels .block .content span {
        font-size: 1.4em;
        padding: 3px 10px; }
  .panels .nextBtn {
    margin-top: -12.5px; }
  .panels .block-2 .nextBtn {
    right: 138px; }
  .panels .searchPane {
    width: 185px;
    height: 60px;
    z-index: 2;
    top: 75px;
    left: 16px; }
    .panels .searchPane .selectBox .styled-select-wrapper {
      height: 25px; }
    .panels .searchPane .selectBox .styled-select-text {
      font-size: 1em;
      padding: 0 36px 0 10px; }
    .panels .searchPane .selectBox .styled-select-button {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -613px;
      width: 15px;
      height: 25px; }
    .panels .searchPane input[type="text"] {
      width: 150px;
      height: 25px;
      font-size: 1em; }
    .panels .searchPane input[type="submit"] {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -588px;
      width: 15px;
      height: 25px; }
  /*	=DETAILS LIST
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .detailsList {
    margin-bottom: 30px; }
    .detailsList .videoLink:before {
      background-image: url(../i/sprites/sprite.png);
      background-position: -304px -546px;
      width: 50px;
      height: 49px;
      margin: -25px 0 0 -25px; }
    .detailsList .wrap {
      padding-top: 15px; }
      .detailsList .wrap:before {
        height: 2px;
        margin-top: -15px; }
    .detailsList h2 {
      font-size: 2em;
      margin-bottom: 15px; }
      .detailsList h2 strong {
        font-size: 1.1em; }
      .detailsList h2 + span {
        font-size: 1.2em;
        margin-bottom: 10px; }
    .detailsList p,
    .detailsList ul {
      font-size: 1.2em;
      margin-bottom: 10px; }
    .detailsList .rowLeft .inner {
      padding: 38px 5px 38px 38px; }
    .detailsList .inner {
      padding: 38px 38px 38px 5px; }
    .detailsList li {
      padding: 10px 0; }
    .detailsList .button {
      margin: 10px 0 0;
      font-size: 1em; }
  /*	=POPIN POPUP
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .popinTemplate2 {
    min-height: 400px; }
    .popinTemplate2 .imgDescription {
      font-size: 1.6em; }
    .popinTemplate2 .name {
      bottom: 96px; }
    .popinTemplate2 .popinDescription {
      width: 320px; }
      .popinTemplate2 .popinDescription h2 {
        font-size: 2.6em;
        margin: 5px 0 10px; }
      .popinTemplate2 .popinDescription h3 {
        font-size: 2.2em;
        margin: 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 .socialBox a {
      width: 21px;
      height: 21px; }
    .popinTemplate2 .socialBox .shareOn {
      height: 21px;
      line-height: 21px;
      font-size: 1em;
      padding: 0 10px; }
    .popinTemplate2 .socialBox .facebookButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -310px;
      width: 21px;
      height: 21px; }
    .popinTemplate2 .socialBox .tweetButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -205px;
      width: 21px;
      height: 21px; }
    .popinTemplate2 .socialBox .pinItButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -289px;
      width: 21px;
      height: 21px; }
    .popinTemplate2 .socialBox .instagramButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -247px;
      width: 21px;
      height: 21px; }
    .popinTemplate2 .socialBox .youtubeButton {
      background-image: url(../i/sprites/sprite.png);
      background-position: -726px -268px;
      width: 21px;
      height: 21px; }
    .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; }
  /*----- HOMEPAGE ----------*/
  /*	=TOP MAIN VISUAL
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  /*	=ISOTOPE
        - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - -	*/
  .block-1x1 {
    width: 326px;
    height: 326px; }
  .block-1x2 {
    width: 232px;
    height: 474px;
    /* 232*2 = 464 + 2x5px margin */ }
  .block-2x1 {
    width: 482px;
    height: 236px; }
  .block-2x2 {
    width: 482px;
    height: 482px; }
  .block-3x1 {
    width: 718px;
    height: 232px; }
  .tiles {
    margin: 5px -5px -5px; }
  .tilesEducationVideo .block-1x1 {
    width: 232px;
    height: 148px; }
  .tilesEducationVideo .tile {
    margin: 5px 0; }
  .tilesEducationVideo .mask-content {
    padding: 6em 3.5em 0; }
  .tilesEducationVideo .description, .tilesEducationVideo .twitTitle {
    font-size: 1.5em; }
  .tilesEducationVideo .twitNick {
    font-size: 1.2em; }
  .tile {
    margin: 5px; }
    .tile .button {
      font-size: 1.1em;
      line-height: 10px; }
    .tile .mask-headline {
      font-size: 2vw; }
  .tileDefault .tileTitle {
    height: 42px; }
    .tileDefault .tileTitle h4, .tileDefault .tileTitle h5 {
      font-size: 1.3em; }
    .tileDefault .tileTitle .more {
      width: 15px;
      height: 16px;
      margin-bottom: -8px;
      line-height: 16px;
      font-size: 1.2em; }
    .tileDefault .tileTitle.gradientLine:before {
      height: 3px;
      top: -3px; }
  .tileDefault .boldText, .tileDefault .thinText {
    font-size: 2.5em; }
  .tileDeclaration:before {
    margin: -17px 0 0 -17px;
    background-image: url(../i/sprites/sprite.png);
    background-position: -551px -166px;
    width: 35px;
    height: 35px; }
  .tileDeclaration .declarationIcon {
    background-image: url(../i/sprites/sprite.png);
    background-position: -551px -166px;
    width: 35px;
    height: 35px;
    margin-bottom: 15px; }
  .tileDeclaration .declarationContent {
    font-size: 1.2em; }
  .home.main {
    width: 728px;
    /* RESPONSIVE */
    /* DYNAMIC BOXES ISOTOPE */ }
    .home.main.fixWidth.dynamicBox {
      width: 768px;
      /* RESPONSIVE */ }
    .home.main .tiles {
      margin: 5px 12px -5px; }
    .home.main .block-1x1 {
      width: 362px;
      height: 260px; }
    .home.main .block-1x2 {
      width: 362px;
      height: 530px; }
    .home.main .block-2x1 {
      width: 734px;
      height: 260px; }
    .home.main .tile {
      margin: 5px; }
      .home.main .tile .mask-headline {
        font-size: 2em; }
      .home.main .tile .button {
        font-size: 1.6em;
        padding-right: 26px; }
  .landingProductsTiles .tileDefault .tileTitle {
    height: 30px; }
    .landingProductsTiles .tileDefault .tileTitle h4, .landingProductsTiles .tileDefault .tileTitle h5 {
      font-size: 1.6em; }
  .tilesTrendings .mask-content {
    padding: 4.5em 2.5em 0; }
  .tilesTrendings .description, .tilesTrendings .twitTitle {
    font-size: 1.2em; }
  .tilesTrendings .twitNick {
    font-size: 1em; }
  .tilesProof .tile .button {
    font-size: 1em;
    padding: 10px 5px 8px 15px;
    background-position: 7px center;
    -webkit-background-size: 4px 4px;
            background-size: 4px; }
  .tileTwitter .socialLogo,
  .tileFacebook .socialLogo,
  .tileYoutube .socialLogo,
  .tileVideo .socialLogo {
    margin-bottom: 10px; }
  .tileFacebook .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -529px -597px;
    width: 38px;
    height: 38px; }
  .tileFacebook:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -529px -597px;
    width: 38px;
    height: 38px; }
  .tileTwitter .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -601px -557px;
    width: 40px;
    height: 39px; }
  .tileTwitter:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -601px -557px;
    width: 40px;
    height: 39px; }
  .tileTwitter a {
    padding: 4.5em 2.5em 0; }
  .tileTwitter .line {
    width: 107px;
    height: 1px;
    margin: 17px auto; }
  .tileVideo .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -304px -546px;
    width: 50px;
    height: 49px; }
  .tileVideo:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -576px -65px;
    width: 25px;
    height: 28px; }
  .tileYoutube .socialLogo {
    background-image: url(../i/sprites/sprite.png);
    background-position: -576px -65px;
    width: 25px;
    height: 28px; }
  .tileYoutube:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -576px -65px;
    width: 25px;
    height: 28px; }
  .tileYoutube:hover .play {
    background-image: url(../i/sprites/sprite.png);
    background-position: -451px -597px;
    width: 39px;
    height: 39px; }
  .tileYoutube .description {
    padding: 0 2em 2.1em; }
  .tileButton .buttonWrap {
    margin: 0 10px 10px; }
  .tileButton .tile-text {
    font-size: 2.3em;
    padding: 0 10px; }
  .tileButton .tile-percent,
  .tileButton .tile-number {
    font-size: 3.8em; }
  .tileButton.tileButton--right.block-2x1 .buttonWrap {
    margin-right: 70px; }
  .tileButton.tileButton--left.block-2x1 .buttonWrap {
    margin-left: 70px; }
  .play {
    background-image: url(../i/sprites/sprite.png);
    background-position: -490px -597px;
    width: 39px;
    height: 39px;
    top: 100px;
    margin-left: -image-width("i/sprite/strict768/ico_play.png")/2; }
  /*----- FOOTER ------------*/
  /* sprites for each icons in element .followUs */
  .followUs .footer_icon_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -29px -638px;
    width: 26px;
    height: 50px; }
  .followUs .footer_icon_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -601px -56px;
    width: 46px;
    height: 56px; }
  .followUs .footer_icon_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -102px -546px;
    width: 51px;
    height: 51px; }
  .followUs .footer_icon_subscribe {
    background-image: url(../i/sprites/sprite.png);
    background-position: -58px -489px;
    width: 60px;
    height: 50px; }
  /* sprites for each icons in element .otherBrands */
  .otherBrands .ico_wella {
    background-image: url(../i/sprites/sprite.png);
    background-position: -694px -672px;
    width: 29px;
    height: 20px; }
  .otherBrands .ico_clairol {
    background-image: url(../i/sprites/sprite.png);
    background-position: -270px -404px;
    width: 40px;
    height: 20px; }
  .otherBrands .ico_sp {
    background-image: url(../i/sprites/sprite.png);
    background-position: -747px -64px;
    width: 11px;
    height: 20px; }
  .otherBrands .ico_sassoon {
    background-image: url(../i/sprites/sprite.png);
    background-position: -348px -404px;
    width: 35px;
    height: 20px; }
  .otherBrands .ico_sebastian {
    background-image: url(../i/sprites/sprite.png);
    background-position: -548px -321px;
    width: 51px;
    height: 20px; }
  .otherBrands .ico_londa {
    background-image: url(../i/sprites/sprite.png);
    background-position: -310px -404px;
    width: 38px;
    height: 20px; }
  footer, .footerRow {
    /*width: 755px;  RESPONSIVE */ }
  footer {
    margin: 30px auto 58px auto; }
    footer .col {
      padding-top: 10px; }
      footer .col h3 {
        font-size: 1.106em; }
    footer .col-1 {
      width: 197px; }
      footer .col-1 h3 {
        margin-bottom: 12px; }
      footer .col-1 a {
        padding-left: 10px;
        background: url("../i/sprite/foot-arrow.png") no-repeat 0 center; }
    footer .col-2 {
      width: 308px; }
      footer .col-2 h3 {
        margin-bottom: 6px; }
    footer .col-3 {
      width: 248px; }
      footer .col-3 h3 {
        margin-bottom: 9px; }
    footer ul li {
      font-size: 0.833em;
      margin-left: 16px; }
  /*.footerRowWrap { height: 20px; } */
  .footerRow {
    font-size: 0.75em;
    line-height: 20px; }
    .footerRow .center {
      margin: 0 auto;
      float: none;
      width: 900px; }
      .footerRow .center a {
        padding: 0 8px 0 0;
        margin-left: 8px; }
        .footerRow .center a:before {
          left: -10px; }
  .countrySelector a {
    background: url("../i/sprite/strict768/country-logo-ico.png") no-repeat 0 4px;
    padding-left: 15px; }
    .countrySelector a:after {
      top: 7px; }
  /* =CONTACT US PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .contactContent {
    font-size: 1.2em; }
    .contactContent h2 {
      margin-bottom: 15px;
      font-size: 1.8em; }
    .contactContent li {
      margin-bottom: 15px; }
    .contactContent .colLeft {
      width: 438px;
      padding: 0 15px 0 0; }
    .contactContent .colRight {
      width: 260px;
      padding: 0 0 0 15px; }
  .contactForm dl {
    margin-top: 15px; }
  .contactForm dd, .contactForm dt {
    line-height: 30px;
    margin-bottom: 10px; }
  .contactForm dd {
    width: 65%; }
  .contactForm dt {
    width: 35%; }
  .contactForm textarea {
    height: 80px; }
  .contactForm .css-label, .contactForm .disclaimer {
    font-size: 0.8em; }
  .contactForm .css-label {
    line-height: 2; }
  .contactAdresses p {
    margin: 0 0 10px; }
  /* =SEARCH RESLUTS PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .searchContent h1 {
    font-size: 2.8em; }
  .searchInput {
    margin: 35px 0 50px; }
    .searchInput .searchText {
      width: 450px;
      height: 44px;
      line-height: 44px; }
    .searchInput .button {
      margin-left: 10px; }
  .searchResult {
    margin-top: 60px; }
    .searchResult li {
      margin-top: 35px; }
    .searchResult h3 {
      font-size: 2.8em; }
    .searchResult p {
      font-size: 1.4em; }
    .searchResult .searchPage {
      background-position: 0 3.5px;
      font-size: 1.4em; }
  /*  =SALON FINDER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .salonfinderForm {
    width: 345px;
    margin-top: 25px; }
    .salonfinderForm .selectBox {
      margin-bottom: 14px; }
    .salonfinderForm input.address {
      width: 200px; }
    .salonfinderForm input.button {
      font-size: 1.4em;
      padding: 11px 10px 7px 20px;
      background-position-x: 8px; }
  /*	=PRODUCTS PAGES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .watchword {
    padding: 2em 0; }
    .watchword h2, .watchword h3 {
      font-size: 2.8em; }
    .watchword p {
      font-size: 1.2em;
      line-height: 1.2;
      margin: 15px 0; }
  .productSubMenu {
    width: 118px;
    margin-top: 20px; }
    .productSubMenu a {
      height: 38px;
      width: 103px;
      padding-left: 15px;
      font-size: 0.95em;
      line-height: 1.2; }
    .productSubMenu a.active:before,
    .productSubMenu a:hover:before {
      margin-top: -6px;
      border-width: 6px 0 6px 6px; }
  .productInformation .packshot {
    width: 243px; }
  .productInformation .description {
    width: 367px; }
    .productInformation .description h3 {
      font-size: 2em; }
    .productInformation .description p {
      font-size: 1.2em;
      line-height: 1.2; }
  .productInformation .socialBox .shadow {
    width: 50px; }
  .socialBox {
    width: 392px;
    margin: 15px auto; }
    .socialBox .shadow {
      width: 115px; }
    .socialBox li {
      display: inline-block;
      margin: 3px 10px;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
  /*	=SITEMAP
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .sitemap {
    margin-top: 30px;
    padding-bottom: 10px; }
  .sitemap__col {
    padding: 0 0 0 15px; }
    .sitemap__col:first-child {
      padding: 0 15px 0 0; }
    .sitemap__col:last-child .sitemap__box:last-child {
      padding-bottom: 19px;
      border-bottom: 1px solid #e2e2e2; }
  .sitemap__box {
    padding-top: 20px;
    margin-top: 23px;
    border-top: 1px solid #e2e2e2; }
  .sitemap__header {
    font-size: 2.2em;
    margin-bottom: 20px; }
  .sitemap__links li {
    margin-top: 10px; }
    .sitemap__links li:first-child {
      margin-top: 0; }
  .sitemap__links a {
    font-size: 1.2em; }
  .sitemap__links.sitemap__links--inner li {
    margin-top: 5px; }
  /*	=ERROR
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .errorPage .pictureFrame .colRight h1 {
    font-size: 11em; }
  .searchContent--error .searchInput {
    margin: 30px 60px 50px; }
  .searchContent--error p {
    font-size: 1.4em;
    margin-bottom: 30px; }
  .searchContent--error .button--back {
    margin: 30px 0 0; }
  /*  =COUNTRY SELECTOR
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .countryselector {
    padding: 15px;
    margin-top: 20px; }
  .pictureFrame .colRight .countryselector__header {
    font-size: 1.4em;
    margin: 0 0 10px !important; }
  .countryselector__col:first-child {
    width: 45%; }
  .countryselector__col:last-child {
    width: 55%; }
  .countryselector__box {
    margin-top: 15px; }
  .countryselector__links li {
    font-size: 1.2em;
    line-height: 16px; }
  /*  =SALON MARKETING
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .salonMarketing.main .tiles {
    margin: 0 -8px -8px; }
  .salonMarketing .tile {
    margin: 8px; }
    .salonMarketing .tile .button {
      font-size: 1.2em;
      margin: 20px 0 0;
      padding: 10px 15px 6px 25px; }
  .salonMarketing .block-1x1 {
    width: 356px;
    height: 254px; }
  .salonMarketing .dotsDescriptionContent {
    font-size: 2em; }
  .salonMarketing .mask-headline {
    font-size: 2em; }
  .customizeBox {
    padding: 25px 0 30px; }
    .customizeBox h3 {
      font-size: 2em;
      margin: 0 20px 25px; }
    .customizeBox .customizeBox__item {
      margin-bottom: 20px; }
    .customizeBox p {
      font-size: 2em; }
    .customizeBox .button {
      font-size: 1.6em; }
  /*  =STYLE VISON
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .styleVision .download {
    vertical-align: inherit; }
  .styleVision .detailsList p {
    line-height: 16px; }
  .styleVision .detailsList .inner {
    padding-bottom: 0; }
  .appStoreBig {
    background-image: url(../i/sprites/sprite.png);
    background-position: -265px -428px;
    width: 102px;
    height: 34px; }
  .appStoreSmall {
    background-image: url(../i/sprites/sprite.png);
    background-position: -449px -428px;
    width: 80px;
    height: 27px; }
  .googlePlayBig {
    background-image: url(../i/sprites/sprite.png);
    background-position: -161px -428px;
    width: 104px;
    height: 34px; }
  .googlePlaySmall {
    background-image: url(../i/sprites/sprite.png);
    background-position: -367px -428px;
    width: 82px;
    height: 27px; }
  /*  =FAQ
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .faqQuestion {
    font-size: 1.9em;
    padding: 20px 35px 20px 0; }
    .faqQuestion:before {
      margin-top: -15px;
      background-image: url(../i/sprites/sprite.png);
      background-position: -694px -552px;
      width: 30px;
      height: 30px; }
  .faqAnswer {
    font-size: 1.2em;
    line-height: 1.1;
    margin-bottom: 20px; }
  .faqImg {
    max-width: 360px; }
  .activeQuestion .faqQuestion:before {
    background-image: url(../i/sprites/sprite.png);
    background-position: -694px -372px;
    width: 30px;
    height: 30px; }
  /*	=COLOR COLLECTIONS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .productFinderPage .careCollections li {
    min-width: 225px;
    width: 225px;
    min-height: 274px;
    height: 274px;
    margin: 0 2px 2px 0;
    float: left;
    text-align: center; }
    .productFinderPage .careCollections li a {
      min-width: inherit;
      min-height: inherit;
      width: inherit;
      height: inherit;
      margin: 0; }
    .productFinderPage .careCollections li img {
      width: initial;
      height: inherit; }
  .filterMenu .filterRow:nth-last-child(2) ul {
    width: initial; }
  .filterMenuWrap .filterRow {
    padding-left: 0; }
  .filterMenuWrap .second {
    padding-left: 0; }
  .videoPage .filterMenuWrap .filterRow {
    padding-left: 0; }
  .videoPage .filterMenuWrap .second {
    padding-left: 0; }
  .articlesPage .filterMenuWrap .filterRow {
    padding-left: 0; }
  .articlesPage .filterMenuWrap .second {
    float: left;
    padding-left: 0;
    width: 100%; }
  .productFinderPage .careCollections li a h3 {
    font-size: 1.3em;
    margin-top: -16px; }
  /*	=COLOR COLLECTIONS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .rwdDimension {
    width: 732px; }
  .creativeDirectors blockquote {
    margin-bottom: 20px; }
  body.trendingStories .pictureFrame .colRight .verticalAlign {
    padding-top: 15% !important; }
  .pushes3 li {
    width: 310px;
    height: auto; }
    .pushes3 li .buttons .button {
      min-width: 0; }
  .lookBookPage .cosmeticAuthor .packshot {
    display: none; }
  .lookBookPage .cosmeticAuthor article {
    float: left;
    width: 84%; }
  #products .productFrame .description {
    width: 520px;
    padding: 0; }
  .productFrame .bodyText, .pictureFrame .bodyText {
    width: 100%;
    font-size: 24px;
    line-height: 32px; }
  .productFrame h1.headerText, .pictureFrame h1.headerText {
    font-size: 60px; }
  .productFrame .text,
  .productFrame .description,
  .productFrame .description ul li, .pictureFrame .text,
  .pictureFrame .description,
  .pictureFrame .description ul li {
    font-size: 16px;
    line-height: 28px; }
  .productFrame .text h2, .pictureFrame .text h2 {
    font-size: 36px; }
  .productFrame .colRight, .pictureFrame .colRight {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5%; }
    .productFrame .colRight .inner .prodInfo, .pictureFrame .colRight .inner .prodInfo {
      font-size: 18px !important;
      font-family: "Gotham Bold"; }
    .productFrame .colRight .inner h1, .pictureFrame .colRight .inner h1 {
      font-size: 26px !important;
      line-height: 30px; }
    .productFrame .colRight .inner h3, .pictureFrame .colRight .inner h3 {
      font-size: 12px !important;
      line-height: 19px;
      font-family: "Gotham Book"; }
    .productFrame .colRight .verticalAlign, .pictureFrame .colRight .verticalAlign {
      padding-left: 5% !important; }
  .colorInformation .button.mob-hide {
    display: none; }
  .colorInformation h2 {
    font-size: 36px !important; }
  .colorInformation .recommendation {
    padding-left: 26px; }
  .cosmeticAuthor h3 {
    font-size: 48px !important;
    font-family: "Gotham Light";
    color: #fff;
    text-transform: uppercase; }
  .cosmeticAuthor p {
    font-size: 16px !important;
    line-height: 24px;
    font-family: "Gotham Book"; }
  .descriptionTitle {
    font-size: 36px !important; }
  /*	=ITHRIVE COLLECTION
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .brandHeader {
    width: 728px;
    height: 303px;
    margin: auto; }
  .brandHeader .brandInfo {
    width: 50%;
    height: 364px;
    float: left;
    color: #fff;
    text-align: center;
    height: inherit; }
  .brandHeader .brandPackshot {
    width: 50%;
    height: 303px;
    float: right; }
    .brandHeader .brandPackshot img {
      width: 100%;
    height: 303px; }
  .brandHeader .brandInfo h1 {
    font-family: "Gotham Light";
    font-size: 4.6em;
    text-transform: uppercase;
    line-height: 43px;
    color: #ffffff;
    width: 80%;
    margin: auto; }
  .brandHeader .brandInfo h2 {
    font-family: "Gotham Bold";
    font-size: 1.8em;
    text-transform: uppercase;
    color: #ffffff; }
  .brandHeader .brandInfo hgroup {
    padding: 19px 0 21px 0; }
  .brandHeader .brandInfo strong {
    font-family: "Gotham Book";
    width: 90%;
    font-size: 1.2em;
    display: block;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 13px; }
  .brandHeader .brandInfo .colInfo {
    padding: 20px 0 10px 0;
    display: block;
    font-size: 1.6em; }
  .brandHeader .button.black {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0; }
  /*  Guide to gray(gray-page)
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .colRightText .pictureTitle {
    font-size: 3em; }
    .colRightText .pictureTitle:after {
      width: 35px; }
    .colRightText .pictureTitle:before {
      width: 35px;
      margin-left: -45px; }
  .colRightText .pictureSubtitle {
    font-size: 15em; } }

/* @media */
@media screen and (min-width: 1400px) {
  /*	=COMMON
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .mob-show {
    display: none; }
  .main, .rwdDimension {
    width: 1401px; }
  .main .tiles {
    margin: 20px -11px -10px; }
  .nextBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -81px -638px;
    width: 28px;
    height: 46px; }
  .prevBtn {
    background-image: url(../i/sprites/sprite.png);
    background-position: -109px -638px;
    width: 28px;
    height: 46px; }
  .home.main {
    width: 1360px;
    /* RESPONSIVE */
    /* DYNAMIC BOXES ISOTOPE */ }
    .home.main.fixWidth.dynamicBox {
      width: 1400px;
      /* RESPONSIVE */ }
    .home.main .tiles {
      margin: 15px 8px -15px; }
  /*----- HEADER ------------*/
  header .search .search_mini_ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -747px 0px;
    width: 13px;
    height: 20px; }
  header .search .salon_finder_ico {
    background-image: url(../i/sprites/sprite.png);
    background-position: -747px -124px;
    width: 12px;
    height: 18px; }
  .menuTriggerRollover {
    display: block;
    width: 100%;
    height: 100%; }
  .pictureFrame .colRight h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Gotham Book"; }
  .pictureFrame .colRight .prodInfo {
    font-size: 18px !important;
    font-family: "Gotham Bold"; }
  .pictureFrame .colRight h1 {
    font-size: 52px !important;
    line-height: 54px; }
  .pictureFrame .colRight .verticalAlign {
    padding-left: 15% !important; }
  /*----- BRADCRUMBS --------------*/
  section .breadcrumb {
    top: 120px; }
  /*----- FOOTER ------------*/
  /* sprites for each icons in element .followUs */
  .followUs .footer_icon_facebook {
    background-image: url(../i/sprites/sprite.png);
    background-position: -55px -638px;
    width: 26px;
    height: 50px; }
  .followUs .footer_icon_youtube {
    background-image: url(../i/sprites/sprite.png);
    background-position: -601px 0px;
    width: 46px;
    height: 56px; }
  .followUs .footer_icon_instagram {
    background-image: url(../i/sprites/sprite.png);
    background-position: -51px -546px;
    width: 51px;
    height: 51px; }
  .followUs .footer_icon_subscribe {
    background-image: url(../i/sprites/sprite.png);
    background-position: -178px -489px;
    width: 60px;
    height: 50px; }
  /* sprites for each icons in element .otherBrands */
  .otherBrands .ico_wella {
    background-image: url(../i/sprites/sprite.png);
    background-position: -606px -597px;
    width: 40px;
    height: 27px; }
  .otherBrands .ico_clairol {
    background-image: url(../i/sprites/sprite.png);
    background-position: -517px -489px;
    width: 54px;
    height: 27px; }
  .otherBrands .ico_sp {
    background-image: url(../i/sprites/sprite.png);
    background-position: -726px -662px;
    width: 13px;
    height: 27px; }
  .otherBrands .ico_sassoon {
    background-image: url(../i/sprites/sprite.png);
    background-position: -647px -566px;
    width: 47px;
    height: 27px; }
  .otherBrands .ico_sebastian {
    background-image: url(../i/sprites/sprite.png);
    background-position: -529px -428px;
    width: 68px;
    height: 27px; }
  .otherBrands .ico_londa {
    background-image: url(../i/sprites/sprite.png);
    background-position: -550px -233px;
    width: 51px;
    height: 27px; }
  footer, .footerRow {
    width: 950px;
    /* RESPONSIVE */ }
  .countrySelector a {
    background: url("../i/sprite/strict1400/country-logo-ico.png") no-repeat 0 center; }
  /*----- TILES --------------*/
  .tilesTrendings .description, .tilesTrendings .twitTitle {
    font-size: 2.2em; }
  .tilesTrendings .twitNick {
    font-size: 1.8em; }
  /*  =SALON FINDER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .salonfinderForm {
    width: 490px;
    margin-top: 55px; }
    .salonfinderForm .selectBox {
      margin-bottom: 20px; }
    .salonfinderForm input.address {
      width: 285px; }
  /*  =COUNTRY SELECTOR
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .countryselector {
    padding: 25px;
    margin-top: 50px; }
  .pictureFrame .colRight .countryselector__header {
    font-size: 2em;
    margin: 0 0 12px !important; }
  .countryselector__col:first-child {
    width: 40%; }
  .countryselector__col:last-child {
    width: 60%; }
  .countryselector__box {
    margin-top: 25px; }
  .countryselector__links li {
    font-size: 1.6em;
    line-height: 22px; }
  /*  =SALON MARKETING
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .salonMarketing.main .tiles {
    margin: 0 -15px -15px; }
  .customizeBox {
    padding: 45px 0 35px; }
    .customizeBox h3 {
      font-size: 3em;
      margin-bottom: 35px; }
    .customizeBox .customizeBox__item {
      margin-bottom: 30px; }
    .customizeBox p {
      font-size: 2.2em; }
  /*  =STYLE VISON
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
  .styleVision .detailsList p {
    line-height: 22px; }
  .appStoreBig {
    background-image: url(../i/sprites/sprite.png);
    background-position: -182px -214px;
    width: 179px;
    height: 60px; }
  .appStoreSmall {
    background-image: url(../i/sprites/sprite.png);
    background-position: -440px -233px;
    width: 110px;
    height: 37px; }
  .googlePlayBig {
    background-image: url(../i/sprites/sprite.png);
    background-position: 0px -214px;
    width: 182px;
    height: 60px; }
  .googlePlaySmall {
    background-image: url(../i/sprites/sprite.png);
    background-position: -440px -166px;
    width: 111px;
    height: 37px; }
  /*	=COLOR COLLECTIONS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .productFinderPage .careCollections li {
    min-width: 338px;
    width: 338px;
    height: 411px;
    margin: 0 3px 2px 0;
    float: left;
    text-align: center; }
    .productFinderPage .careCollections li a {
      min-width: inherit;
      width: inherit;
      height: inherit;
      margin: 0;
      display: block; }
    .productFinderPage .careCollections li img {
      width: initial;
      height: inherit; }
  /*  =LOOKBOOK PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  .inspirationPage .title,
  .inspirationPage .stylePoints,
  .inspirationPage .colorFormulas,
  .inspirationPage .formulaName,
  .inspirationPage .detailsList {
    margin: 30px auto;
    width: 900px; }
  .inspirationPage .colorFormulas {
    padding: 0 30px 30px 30px; }
  .inspirationPage h3.title {
    margin-top: 30px; }
  /*	=COLOR COLLECTIONS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .rwdDimension {
    width: 1400px; }
  /*	=EDUCATION
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  .tilesEducationVideo {
    /*.tile {margin: 5px 0;}
        .mask-content {padding: 6em 3.5em 0;}
        .description, .twitTitle { font-size: 1.5em;}
        .twitNick { font-size: 1.2em;}*/ }
    .tilesEducationVideo .block-1x1 {
      width: 440px;
      height: 280px; }
  .inspirationGallery h1.title {
    font-size: 80px !important; }
  .cosmeticAuthor h3 {
    font-size: 70px !important;
    font-family: "Gotham Light";
    color: #fff;
    text-transform: uppercase; }
  .cosmeticAuthor p {
    font-size: 16px !important;
    line-height: 24px;
    font-family: "Gotham Book"; } }

/* @media */
/*  =INSPIRATION GALLERY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.inspirationGallery h1.title {
  color: #000;
  font-family: "Gotham Light" !important;
  font-weight: 200; }

.inspirationGallery img.visual {
  padding-top: 10px; }

.cosmeticAuthor {
  color: #fff;
  padding: 30px;
  position: relative; }
  .cosmeticAuthor .authorVisual {
    width: 13%;
    margin: 0 1.5%; }
  .cosmeticAuthor figure {
    float: left; }
  .cosmeticAuthor .packshot {
    width: 20%;
    margin: 0 1.5%;
    position: absolute;
    right: 0;
    bottom: 5%; }
  .cosmeticAuthor article {
    float: left;
    font-size: 18px;
    width: 61%; }
  .cosmeticAuthor h3 {
    font-weight: 100; }

/*  =LOOKBOOK PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.lookBookPage .pictureFrame .colRight {
  display: none; }

.inspirationPage .title h3 {
  font: 100 48px "Gotham Light";
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  clear: both; }
  .inspirationPage .title h3.styleTitle {
    padding-top: 30px; }

.colorFormulas {
  border: 3px solid #000;
  padding: 30px;
  width: 100%;
  margin: 30px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .colorFormulas .formulaName {
    font: bold 24px "Gotham Bold";
    color: #000;
    text-transform: uppercase; }
  .colorFormulas .formulaContent {
    font: 24px/32px "Gotham Light", Arial, sans-serif;
    color: #6a6a6a; }

.stylePoints {
  width: 100%;
  margin: 0 auto; }
  .stylePoints .stylePoint:before, .stylePoints .stylePoint:after {
    content: "";
    display: table; }
  .stylePoints .stylePoint:after {
    clear: both;
    content: ".";
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    padding: 30px 0;
    background: url("../i/sprite/pillars-line.png") center center no-repeat; }
  .stylePoints .stylePoint:last-child:after {
    background: transparent; }
  .stylePoints .stylePointNumber {
    background: #000;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    margin-top: 10px;
    font: bold 24px/50px "Gotham Bold"; }
  .stylePoints .stylePointContent {
    font: 24px/32px "Gotham Light", Arial, sans-serif;
    color: #6a6a6a;
    margin-left: 80px; }

/*  =EDUCATION PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.educationHeader {
  padding-top: 46px;
  text-align: center;
  max-width: 900px;
  margin: auto; }
  .educationHeader .educationTitle {
    font-family: "Gotham Light";
    font-size: 80px;
    color: #000000;
    text-transform: uppercase;
    display: block; }
  .educationHeader .educationDescription {
    font-family: "Gotham Light", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #6a6a6a;
    display: block; }

.contactFormInner .allRow > p {
  display: block;
  color: #006100;
  line-height: 50px;
  text-align: center;
  background: #c6efce;
  border: 1px solid #e5e5e5; }

/*  =DESIGN TEAM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
section.text + .designTeamParts h1 {
  text-align: center; }

.designTeamParts .filterText {
  font-family: "Gotham Light", Arial, sans-serif;
  font-size: 1.6em;
  line-height: 28px;
  color: black; }

.designTeamParts img.visual {
  float: left;
  margin-right: 30px; }

.designTeamParts .title {
  font-family: "Gotham Book";
  font-size: 40px;
  text-transform: uppercase;
  color: black;
  text-align: center; }

/*  =BLONDE PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.blondeList, .grayList {
  display: table;
  width: 100%; }
  .blondeList .item, .grayList .item {
    text-align: center;
    width: 350px;
    float: left; }
    .blondeList .item .image, .grayList .item .image {
      padding: 10px;
      margin-bottom: 10px; }
      .blondeList .item .image img, .grayList .item .image img {
        width: 100%;
        height: 100%; }
    .blondeList .item .title, .grayList .item .title {
      text-align: center;
      display: block;
      width: 100%;
      font-family: "Gotham Bold";
      color: #828282;
      font-size: 25px; }
    .blondeList .item.active, .grayList .item.active, .blondeList .item:hover, .grayList .item:hover {
      background: url("../i/blonde/Select-GFX.png") left top no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100%; }
      .blondeList .item.active .title, .grayList .item.active .title, .blondeList .item:hover .title, .grayList .item:hover .title {
        color: #b6a36b; }
    .blondeList .item:hover, .grayList .item:hover {
      cursor: pointer; }

.buttonNav__wrapper {
  display: none; }

.blondePage > section, .grayPage > section {
  margin: 25px 0 60px 0; }

.blondePage .line, .grayPage .line {
  background: url("../i/blonde/black_line.png") 0 0 repeat;
  margin: 0 auto 45px; }

.blondePage .header .title, .grayPage .header .title {
  text-align: center;
  font-family: "Gotham Light";
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 4px; }

.blondePage .header .subtitle, .grayPage .header .subtitle {
  text-align: center;
  font-family: "Gotham Light";
  font-size: 20px; }

.blondePage .header h2, .grayPage .header h2 {
  font-size: 28px;
  font-family: "Gotham Bold";
  letter-spacing: 2px; }

.blondePage .header .secondSubtitle, .grayPage .header .secondSubtitle {
  font-size: 16px;
  font-family: "Gotham Medium";
  letter-spacing: 1px; }

.blondePage .header .line, .grayPage .header .line {
  width: 270px;
  height: 2px;
  border-bottom: 1px solid #9e9d9d;
  margin-top: 35px;
  margin-bottom: 30px; }

.blondePage .snake, .grayPage .snake {
  width: 100%;
  margin: 30px 0;
  height: 130px; }

.blondePage .buttons, .grayPage .buttons {
  margin: 40px 0 45px 0; }
  .blondePage .buttons .button, .grayPage .buttons .button {
    min-width: 200px; }

.blondePage .button, .grayPage .button {
  font-family: "Gotham Bold";
  line-height: 32px;
  padding: 0 25px; }

.blondePage .content, .grayPage .content {
  display: none; }
  .blondePage .content.active, .grayPage .content.active {
    display: block; }
  .blondePage .content .line, .grayPage .content .line {
    width: 50%; }
  .blondePage .content h3, .grayPage .content h3 {
    text-align: center;
    font-family: "Gotham Light";
    font-size: 28px;
    margin-bottom: 20px; }
  .blondePage .content .col-50, .grayPage .content .col-50 {
    width: 50%;
    text-align: center; }
    .blondePage .content .col-50.col-right, .grayPage .content .col-50.col-right {
      float: right; }
    .blondePage .content .col-50.col-left, .grayPage .content .col-50.col-left {
      float: left; }
    .blondePage .content .col-50 > p, .grayPage .content .col-50 > p {
      text-align: center;
      font-family: "Gotham Light";
      font-size: 28px;
      line-height: 150%;
      width: 400px;
      margin: 0 auto;
      background: #fff;
      padding: 10px 0; }
    .blondePage .content .col-50 .box, .grayPage .content .col-50 .box {
      margin: 0 auto;
      border-top: 10px solid #fff;
      border-bottom: 15px solid #fff;
      height: 220px; }
      .blondePage .content .col-50 .box .image, .grayPage .content .col-50 .box .image {
        margin-right: 5px; }
      .blondePage .content .col-50 .box .text, .grayPage .content .col-50 .box .text {
        text-align: left; }
        .blondePage .content .col-50 .box .text p, .grayPage .content .col-50 .box .text p {
          line-height: 120%; }
  .blondePage .content .box, .grayPage .content .box {
    background: #ebebeb;
    border-radius: 20px;
    padding: 25px; }
    .blondePage .content .box:before, .grayPage .content .box:before, .blondePage .content .box:after, .grayPage .content .box:after {
      content: "";
      display: table; }
    .blondePage .content .box:after, .grayPage .content .box:after {
      clear: both;
      content: ".";
      display: block;
      font-size: 0;
      height: 0;
      line-height: 0;
      visibility: hidden; }
    .blondePage .content .box p, .grayPage .content .box p {
      line-height: 150%;
      font-family: "Gotham Light";
      font-size: 18px;
      padding: 10px 0 20px 0; }
    .blondePage .content .box strong, .grayPage .content .box strong {
      font-family: "Gotham Bold"; }
    .blondePage .content .box .image, .grayPage .content .box .image,
    .blondePage .content .box .text,
    .grayPage .content .box .text {
      float: left; }
    .blondePage .content .box .button, .grayPage .content .box .button {
      margin-left: 0; }
  .blondePage .content .dots, .grayPage .content .dots {
    background-image: url("../i/blonde/dark_dot.png"), url("../i/blonde/light_dot.png");
    background-position: 25% top, 75% top;
    background-repeat: repeat-y, repeat-y; }
  .blondePage .content .step-2, .grayPage .content .step-2 {
    padding-top: 105px;
    margin-top: 20px; }
  .blondePage .content .step-3, .grayPage .content .step-3 {
    padding-top: 135px; }
    .blondePage .content .step-3 .col-50 p, .grayPage .content .step-3 .col-50 p {
      padding: 10px 0; }
  .blondePage .content .last-step, .grayPage .content .last-step {
    background: url("../i/blonde/iThrive-Dots-GFX.png") center top no-repeat;
    -webkit-background-size: 705px auto;
            background-size: 705px auto; }
    .blondePage .content .last-step .box, .grayPage .content .last-step .box {
      width: 670px;
      margin: 175px auto 0; }
      .blondePage .content .last-step .box .image, .grayPage .content .last-step .box .image {
        width: 30%; }
      .blondePage .content .last-step .box .text, .grayPage .content .last-step .box .text {
        width: 70%; }
        .blondePage .content .last-step .box .text .button, .grayPage .content .last-step .box .text .button {
          font-size: 20px;
          line-height: 48px; }
        .blondePage .content .last-step .box .text p, .grayPage .content .last-step .box .text p {
          padding: 15px 0 20px 0; }

.blondePage .blonde-1 .snake, .grayPage .blonde-1 .snake {
  background: url("../i/blonde/Honey-Blonde-Dots-GFX.png") 170px top no-repeat;
  -webkit-background-size: 530px 110px;
          background-size: 530px 110px; }

.blondePage .blonde-1 .step-2, .grayPage .blonde-1 .step-2 {
  padding-bottom: 6px; }
  .blondePage .blonde-1 .step-2 .box, .grayPage .blonde-1 .step-2 .box {
    width: 550px;
    margin: 0 auto; }
    .blondePage .blonde-1 .step-2 .box .image, .grayPage .blonde-1 .step-2 .box .image {
      width: 30%;
      padding-right: 5px;
      text-align: center; }
    .blondePage .blonde-1 .step-2 .box .text, .grayPage .blonde-1 .step-2 .box .text {
      width: 65%; }
    .blondePage .blonde-1 .step-2 .box p, .grayPage .blonde-1 .step-2 .box p {
      padding-top: 30px; }

.blondePage .blonde-1 .step-3 .box, .grayPage .blonde-1 .step-3 .box {
  width: 500px;
  margin: 130px auto 0; }

.blondePage .blonde-2 .snake, .grayPage .blonde-2 .snake {
  background: url("../i/blonde/Carmel-Blonde-Dots-GFX.png") 500px top no-repeat;
  -webkit-background-size: 190px auto;
          background-size: 190px auto; }

.blondePage .blonde-2 .step-2 .col-50 .text, .grayPage .blonde-2 .step-2 .col-50 .text {
  width: 160px; }

.blondePage .blonde-2 .step-2 .col-left .box, .grayPage .blonde-2 .step-2 .col-left .box {
  width: 330px; }
  .blondePage .blonde-2 .step-2 .col-left .box .text p, .grayPage .blonde-2 .step-2 .col-left .box .text p {
    padding-top: 70px; }

.blondePage .blonde-2 .step-2 .col-right .box, .grayPage .blonde-2 .step-2 .col-right .box {
  width: 420px; }
  .blondePage .blonde-2 .step-2 .col-right .box p, .grayPage .blonde-2 .step-2 .col-right .box p {
    padding-top: 50px; }

.blondePage .blonde-3 .snake, .grayPage .blonde-3 .snake {
  background: url("../i/blonde/Vanilla-Blonde-Dots-GFX.png") 695px top no-repeat;
  -webkit-background-size: 190px auto;
          background-size: 190px auto; }

.blondePage .blonde-3 .step-2 .col-right .box, .grayPage .blonde-3 .step-2 .col-right .box {
  width: 330px; }

.blondePage .blonde-3 .step-2 .col-right .text, .grayPage .blonde-3 .step-2 .col-right .text {
  width: 160px; }
  .blondePage .blonde-3 .step-2 .col-right .text p, .grayPage .blonde-3 .step-2 .col-right .text p {
    padding-top: 65px; }

.blondePage .blonde-3 .step-2 .col-left .box, .grayPage .blonde-3 .step-2 .col-left .box {
  width: 300px; }

.blondePage .blonde-3 .step-2 .col-left .text, .grayPage .blonde-3 .step-2 .col-left .text {
  width: 140px; }
  .blondePage .blonde-3 .step-2 .col-left .text p, .grayPage .blonde-3 .step-2 .col-left .text p {
    padding-top: 65px; }

.blondePage .blonde-3 .step-4, .grayPage .blonde-3 .step-4 {
  padding-top: 100px; }
  .blondePage .blonde-3 .step-4 .col-50 .box, .grayPage .blonde-3 .step-4 .col-50 .box {
    width: 330px; }
  .blondePage .blonde-3 .step-4 .col-50 .text, .grayPage .blonde-3 .step-4 .col-50 .text {
    width: 160px; }
    .blondePage .blonde-3 .step-4 .col-50 .text p, .grayPage .blonde-3 .step-4 .col-50 .text p {
      padding-top: 65px; }

.blondePage .blonde-3 .step-5, .grayPage .blonde-3 .step-5 {
  padding-top: 35px; }

.blondePage .blonde-3 .step-6, .grayPage .blonde-3 .step-6 {
  padding-top: 100px; }
  .blondePage .blonde-3 .step-6 .box, .grayPage .blonde-3 .step-6 .box {
    width: 450px;
    height: 240px;
    margin: 0 auto; }
    .blondePage .blonde-3 .step-6 .box .image, .grayPage .blonde-3 .step-6 .box .image {
      width: 200px;
      text-align: center; }
    .blondePage .blonde-3 .step-6 .box .text, .grayPage .blonde-3 .step-6 .box .text {
      width: 225px; }
    .blondePage .blonde-3 .step-6 .box .button, .grayPage .blonde-3 .step-6 .box .button {
      font-size: 20px;
      line-height: 48px; }

.blondePage .blonde-4 .snake, .grayPage .blonde-4 .snake {
  background: url("../i/blonde/Platinum-Blonde-Dots-GFX.png") 705px top no-repeat;
  -webkit-background-size: 530px 110px;
          background-size: 530px 110px; }

.blondePage .blonde-4 .step-2 .box, .grayPage .blonde-4 .step-2 .box {
  width: 300px;
  border-bottom: 1px solid #fff; }
  .blondePage .blonde-4 .step-2 .box .text, .grayPage .blonde-4 .step-2 .box .text,
  .blondePage .blonde-4 .step-2 .box .image,
  .grayPage .blonde-4 .step-2 .box .image {
    width: 140px; }
    .blondePage .blonde-4 .step-2 .box .text p, .grayPage .blonde-4 .step-2 .box .text p,
    .blondePage .blonde-4 .step-2 .box .image p,
    .grayPage .blonde-4 .step-2 .box .image p {
      line-height: 150%; }

.blondePage .blonde-4 .step-3, .grayPage .blonde-4 .step-3 {
  padding-top: 68px;
  background-image: url("../i/blonde/light_dot.png");
  background-position: 75% top;
  background-repeat: repeat-y;
  margin-top: 10px; }

.blondePage .blonde-4 .step-4, .grayPage .blonde-4 .step-4 {
  background: url("../i/blonde/Apply-all-over-Dots-GFX.png") 908px 4px no-repeat; }
  .blondePage .blonde-4 .step-4 .box, .grayPage .blonde-4 .step-4 .box {
    width: 365px;
    margin: 30px auto 0;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff; }
    .blondePage .blonde-4 .step-4 .box .image, .grayPage .blonde-4 .step-4 .box .image {
      width: 200px; }
    .blondePage .blonde-4 .step-4 .box .text, .grayPage .blonde-4 .step-4 .box .text {
      width: 165px; }
      .blondePage .blonde-4 .step-4 .box .text p, .grayPage .blonde-4 .step-4 .box .text p {
        padding-top: 35px; }
    .blondePage .blonde-4 .step-4 .box .button, .grayPage .blonde-4 .step-4 .box .button {
      font-size: 20px;
      line-height: 48px; }

.blondePage .blonde-4 .step-5, .grayPage .blonde-4 .step-5 {
  background: url("../i/blonde/semilight_dot.png") center top repeat-y;
  padding-top: 120px;
  margin-top: 20px; }
  .blondePage .blonde-4 .step-5 .box, .grayPage .blonde-4 .step-5 .box {
    width: 400px;
    margin: 0 auto;
    border-top: 10px solid #fff; }
    .blondePage .blonde-4 .step-5 .box .image, .grayPage .blonde-4 .step-5 .box .image {
      width: 170px;
      text-align: center; }
    .blondePage .blonde-4 .step-5 .box .text, .grayPage .blonde-4 .step-5 .box .text {
      width: 230px; }
    .blondePage .blonde-4 .step-5 .box .button, .grayPage .blonde-4 .step-5 .box .button {
      font-size: 20px;
      line-height: 48px; }

.blondePage .blonde-4 .last-step, .grayPage .blonde-4 .last-step {
  background: url("../i/blonde/semilight_dot.png") center top repeat-y;
  -webkit-background-size: auto auto;
          background-size: auto;
  margin-top: 20px; }
  .blondePage .blonde-4 .last-step .box, .grayPage .blonde-4 .last-step .box {
    border-top: 10px solid #fff; }

.blondePage .tiles h2, .grayPage .tiles h2 {
  text-align: center;
  font-family: "Gotham Light";
  font-size: 35px;
  margin-bottom: 15px; }

.bottomBanners .banner {
  width: 1080px;
  height: 443px;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  margin: 0 auto; }

.bottomBanners .text-right {
  float: right; }

.bottomBanners .text-left {
  float: left; }

.bottomBanners .text {
  width: 50%;
  height: 100%;
  color: #fff;
  text-align: center; }
  .bottomBanners .text h2 {
    font-family: "Gotham Light";
    font-size: 55px;
    line-height: 100%;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .bottomBanners .text strong {
    width: 100%;
    display: block;
    font-family: "Gotham Bold";
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .bottomBanners .text span {
    width: 100%;
    line-height: 150%;
    display: block;
    font-family: "Gotham Medium";
    font-size: 15px;
    margin-bottom: 40px;
    font-weight: 700; }
  .bottomBanners .text .button {
    background-image: -webkit-linear-gradient(45deg, #242122 26%, #383738 64%, #383738 64%, #242122 85%);
    background-image: linear-gradient(45deg, #242122 26%, #383738 64%, #383738 64%, #242122 85%);
    padding: 0 35px; }
    .bottomBanners .text .button sup {
      font-size: 10px; }

.bottomBanners .item-1 {
  background-image: url("../m/Slices/7.0_Blonde/banner-1_d.jpg"); }

.bottomBanners .item-2 {
  background-image: url("../m/Slices/7.0_Blonde/banner-2_d.jpg"); }
  .bottomBanners .item-2 .text {
    color: #3585a6; }
    .bottomBanners .item-2 .text span {
      color: #000; }

.bottomBanners .item-3 {
  background-image: url("../m/Slices/7.0_Blonde/banner-3_d.jpg"); }

.bottomBanners .item-4 {
  background-image: url("../m/Slices/7.0_Blonde/banner-4_d.jpg"); }
  .bottomBanners .item-4 .text span {
    color: #000; }

.iScroll-is-active .iScrollWrapper {
  position: relative;
  overflow: hidden;
  height: 210px; }

.iScroll-is-active .iScrollScroller {
  width: auto;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

.iScroll-is-active .iScrollSlide {
  display: inline-block;
  white-space: normal;
  float: none; }

.flareCollection .product {
  width: 50%;
  float: left;
  margin-bottom: 80px; }
  .flareCollection .product .brandPackshot {
    text-align: center; }
  .flareCollection .product .brandInfo {
    padding: 0 13%; }
    .flareCollection .product .brandInfo h2 {
      font-family: "Gotham Light";
      font-size: 28px;
      text-align: center; }
    .flareCollection .product .brandInfo .description {
      text-align: center;
      font-family: "Gotham Book";
      line-height: 170%;
      font-weight: 600;
      font-size: 16px;
      padding: 20px 0; }
      .flareCollection .product .brandInfo .description i {
        font-style: italic; }
    .flareCollection .product .brandInfo .buttonWrap {
      text-align: center; }
      .flareCollection .product .brandInfo .buttonWrap .button {
        background: #231f20;
        font-family: "Gotham Bold";
        padding: 0 35px; }

.flareCollection .quiz {
  width: 100%; }
  .flareCollection .quiz .brandPackshot {
    float: left;
    width: 50%;
    text-align: center; }
  .flareCollection .quiz .brandInfo {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 100px;
    margin-top: 150px; }
    .flareCollection .quiz .brandInfo h2 {
      font-family: "Gotham Light";
      font-size: 28px;
      margin-bottom: 10px; }
    .flareCollection .quiz .brandInfo .description {
      font-family: "Gotham Book";
      line-height: 170%;
      font-weight: 600;
      font-size: 16px;
      width: 300px;
      margin-bottom: 60px; }
    .flareCollection .quiz .brandInfo .buttonWrap .button {
      background: #231f20;
      font-family: "Gotham Bold";
      padding: 0 35px; }

@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .blondePage .tiles, .grayPage .tiles {
    margin: 5px -5px -5px; }
  .blondePage .snake, .grayPage .snake {
    height: 80px; }
  .blondePage .content .dots, .grayPage .content .dots {
    -webkit-background-size: 7px auto;
            background-size: 7px auto; }
  .blondePage .content .box, .grayPage .content .box {
    width: 600px; }
    .blondePage .content .box p, .grayPage .content .box p {
      padding: 15px 0 20px 0; }
  .blondePage .content .col-50 p, .grayPage .content .col-50 p {
    font-size: 22px; }
  .blondePage .content .step-2, .grayPage .content .step-2 {
    margin-top: 15px; }
  .blondePage .content .last-step, .grayPage .content .last-step {
    -webkit-background-size: 505px auto;
            background-size: 505px auto; }
    .blondePage .content .last-step .box, .grayPage .content .last-step .box {
      margin: 115px auto 0; }
  .blondePage .blonde-1 .snake, .grayPage .blonde-1 .snake {
    background-position: 110px top;
    -webkit-background-size: 385px auto;
            background-size: 385px auto; }
  .blondePage .blonde-1 .step-2 .box, .grayPage .blonde-1 .step-2 .box {
    width: 340px; }
    .blondePage .blonde-1 .step-2 .box p, .grayPage .blonde-1 .step-2 .box p {
      padding-top: 10px; }
  .blondePage .blonde-1 .step-3, .grayPage .blonde-1 .step-3 {
    margin-top: 6px; }
    .blondePage .blonde-1 .step-3 .col-left p, .grayPage .blonde-1 .step-3 .col-left p {
      padding: 10px 0 10px 40px; }
    .blondePage .blonde-1 .step-3 .col-right p, .grayPage .blonde-1 .step-3 .col-right p {
      padding: 10px 40px 10px 0; }
  .blondePage .blonde-2 .snake, .grayPage .blonde-2 .snake {
    background-position: 373px top;
    -webkit-background-size: 122px auto;
            background-size: 122px auto; }
  .blondePage .blonde-2 .step-2 .col-left .box .text p, .grayPage .blonde-2 .step-2 .col-left .box .text p {
    padding-top: 50px; }
  .blondePage .blonde-3 .snake, .grayPage .blonde-3 .snake {
    background-position: 490px top;
    -webkit-background-size: 122px auto;
            background-size: 122px auto; }
  .blondePage .blonde-3 .step-4, .grayPage .blonde-3 .step-4 {
    padding-top: 95px; }
  .blondePage .blonde-3 .step-6 .box, .grayPage .blonde-3 .step-6 .box {
    width: 420px; }
    .blondePage .blonde-3 .step-6 .box .image, .grayPage .blonde-3 .step-6 .box .image {
      width: 180px; }
  .blondePage .blonde-4 .snake, .grayPage .blonde-4 .snake {
    background-position: 490px top;
    -webkit-background-size: 385px auto;
            background-size: 385px auto; }
  .blondePage .blonde-4 .step-2 .box .text p, .grayPage .blonde-4 .step-2 .box .text p {
    line-height: 120%; }
  .blondePage .blonde-4 .step-2 .col-left img, .grayPage .blonde-4 .step-2 .col-left img {
    border-top: 10px solid #fff; }
  .blondePage .blonde-4 .step-3, .grayPage .blonde-4 .step-3 {
    margin-top: 5px; }
  .blondePage .blonde-4 .step-4, .grayPage .blonde-4 .step-4 {
    -webkit-background-size: 115px auto;
            background-size: 115px auto;
    background-position: 638px 3px; }
    .blondePage .blonde-4 .step-4 .box, .grayPage .blonde-4 .step-4 .box {
      margin-top: 0; }
  .blondePage .blonde-4 .step-5, .grayPage .blonde-4 .step-5, .blondePage .blonde-4 .last-step, .grayPage .blonde-4 .last-step {
    -webkit-background-size: 7px auto;
            background-size: 7px auto; }
  .blondePage .blonde-4 .last-step .box, .grayPage .blonde-4 .last-step .box {
    margin-top: 110px; }
  .blondeList .item, .grayList .item {
    width: 250px; }
    .blondeList .item .image, .grayList .item .image {
      padding: 8px; }
    .blondeList .item .title, .grayList .item .title {
      font-size: 21px; }
  .bottomBanners .banner {
    width: 1000px;
    height: 410px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blondeList .item, .grayList .item {
    width: 180px; }
    .blondeList .item .image, .grayList .item .image {
      padding: 5px; }
    .blondeList .item .title, .grayList .item .title {
      font-size: 18px; }
  .blondePage .tiles, .grayPage .tiles {
    margin: 5px -5px -5px; }
  .blondePage .snake, .grayPage .snake {
    margin: 15px 0;
    height: 60px; }
  .blondePage .content .line, .grayPage .content .line {
    width: 50%; }
  .blondePage .content .box, .grayPage .content .box {
    padding: 20px; }
  .blondePage .content .col-50 p, .grayPage .content .col-50 p {
    width: 100%; }
  .blondePage .content .col-50 > p, .grayPage .content .col-50 > p {
    font-size: 18px; }
  .blondePage .content .step-1 img, .grayPage .content .step-1 img {
    width: 200px; }
  .blondePage .content .step-1 .col-left img, .grayPage .content .step-1 .col-left img {
    margin-left: 0px; }
  .blondePage .content .step-1 .col-right img, .grayPage .content .step-1 .col-right img {
    margin-right: 0px; }
  .blondePage .content .dots, .grayPage .content .dots {
    -webkit-background-size: 6px auto;
            background-size: 6px auto; }
  .blondePage .content .step-2, .grayPage .content .step-2 {
    margin-top: 10px; }
  .blondePage .content .last-step, .grayPage .content .last-step {
    -webkit-background-size: 368px 100px;
            background-size: 368px 100px; }
    .blondePage .content .last-step .box, .grayPage .content .last-step .box {
      margin: 105px auto 0; }
  .blondePage .blonde-1 .snake, .grayPage .blonde-1 .snake {
    background-position: 85px top;
    -webkit-background-size: 275px auto;
            background-size: 275px auto; }
  .blondePage .blonde-1 .step-2, .grayPage .blonde-1 .step-2 {
    padding-bottom: 10px; }
    .blondePage .blonde-1 .step-2 .box, .grayPage .blonde-1 .step-2 .box {
      width: 250px;
      margin: 30px auto 0; }
      .blondePage .blonde-1 .step-2 .box .image, .grayPage .blonde-1 .step-2 .box .image, .blondePage .blonde-1 .step-2 .box .text, .grayPage .blonde-1 .step-2 .box .text {
        width: 100%; }
      .blondePage .blonde-1 .step-2 .box .text, .grayPage .blonde-1 .step-2 .box .text {
        text-align: center; }
        .blondePage .blonde-1 .step-2 .box .text p, .grayPage .blonde-1 .step-2 .box .text p {
          text-align: left; }
  .blondePage .blonde-1 .step-3, .grayPage .blonde-1 .step-3 {
    padding-top: 35px;
    margin-top: -2px; }
  .blondePage .blonde-2 .snake, .grayPage .blonde-2 .snake {
    background-position: 270px top;
    -webkit-background-size: 90px auto;
            background-size: 90px auto; }
  .blondePage .blonde-2 .step-2 .col-50 .text, .grayPage .blonde-2 .step-2 .col-50 .text {
    width: 140px; }
  .blondePage .blonde-2 .step-2 .col-left .box, .grayPage .blonde-2 .step-2 .col-left .box {
    width: 310px; }
  .blondePage .blonde-2 .step-2 .col-right .box, .grayPage .blonde-2 .step-2 .col-right .box {
    width: 400px; }
  .blondePage .blonde-2 .step-3, .grayPage .blonde-2 .step-3 {
    padding-top: 130px; }
  .blondePage .blonde-3 .snake, .grayPage .blonde-3 .snake {
    background-position: 355px top;
    -webkit-background-size: 90px auto;
            background-size: 90px auto; }
  .blondePage .blonde-3 .step-6, .grayPage .blonde-3 .step-6 {
    padding-bottom: 5px; }
    .blondePage .blonde-3 .step-6 .box, .grayPage .blonde-3 .step-6 .box {
      width: 250px;
      height: auto; }
      .blondePage .blonde-3 .step-6 .box .image, .grayPage .blonde-3 .step-6 .box .image, .blondePage .blonde-3 .step-6 .box .text, .grayPage .blonde-3 .step-6 .box .text {
        width: 100%;
        text-align: center; }
  .blondePage .blonde-4 .snake, .grayPage .blonde-4 .snake {
    background-position: 355px top;
    -webkit-background-size: 275px auto;
            background-size: 275px auto; }
  .blondePage .blonde-4 .step-2 .box, .grayPage .blonde-4 .step-2 .box {
    border-bottom: 3px solid #fff; }
  .blondePage .blonde-4 .step-4, .grayPage .blonde-4 .step-4 {
    background: url("../i/blonde/another-dots.png") 362px 4px no-repeat;
    padding-top: 95px;
    -webkit-background-size: 190px auto;
            background-size: 190px auto; }
  .blondePage .blonde-4 .step-3, .grayPage .blonde-4 .step-3 {
    margin-top: 4px; }
  .blondePage .blonde-4 .step-5, .grayPage .blonde-4 .step-5 {
    -webkit-background-size: 6px auto;
            background-size: 6px auto; }
  .blondePage .blonde-4 .last-step, .grayPage .blonde-4 .last-step {
    -webkit-background-size: 6px auto;
            background-size: 6px auto; }
  .bottomBanners .banner {
    width: 100%;
    height: 300px; }
  .bottomBanners .text h2 {
    font-size: 40px;
    margin-top: 50px; }
  .bottomBanners .text strong {
    margin-bottom: 20px; }
  .bottomBanners .text span {
    font-size: 13px;
    margin-bottom: 30px; }
  .bottomBanners .text .button {
    margin-bottom: 10px; }
  .bottomBanners .item-2 .text span {
    margin-bottom: 5px; } }

@media screen and (max-width: 767px) {
  .blondeList, .grayList {
    margin-bottom: 40px; }
    .blondeList .item, .grayList .item {
      width: 150px; }
      .blondeList .item .image, .grayList .item .image {
        padding: 5px; }
      .blondeList .item .title, .grayList .item .title {
        font-size: 16px;
        line-height: 130%; }
        .blondeList .item .title span, .grayList .item .title span {
          display: block; }
  .buttonNav__wrapper {
    display: block; }
  .blondePage .buttons, .grayPage .buttons {
    margin-bottom: 10px; }
    .blondePage .buttons .button, .grayPage .buttons .button {
      margin-bottom: 25px; }
  .blondePage .header .title, .grayPage .header .title {
    font-size: 25px; }
  .blondePage .header .line, .grayPage .header .line {
    margin-top: 30px;
    margin-bottom: 30px; }
  .blondePage .header .secondSubtitle, .grayPage .header .secondSubtitle {
    margin-top: 5px; }
  .blondePage .button, .grayPage .button {
    font-size: 12px; }
  .blondePage .content .snake, .grayPage .content .snake {
    display: none; }
  .blondePage .content h3, .grayPage .content h3 {
    margin-bottom: 10px;
    font-size: 22px; }
  .blondePage .content .line, .grayPage .content .line {
    width: 100%;
    margin-bottom: 25px; }
  .blondePage .content .dots, .grayPage .content .dots {
    background-position: 17% 0, 82.5% 0;
    -webkit-background-size: 3.5px auto;
            background-size: 3.5px auto; }
  .blondePage .content .box, .grayPage .content .box {
    padding: 15px; }
    .blondePage .content .box p, .grayPage .content .box p {
      font-size: 14px; }
  .blondePage .content .col-50 .box .image, .grayPage .content .col-50 .box .image, .blondePage .content .col-50 .box .text, .grayPage .content .col-50 .box .text {
    width: 100%; }
    .blondePage .content .col-50 .box .image p, .grayPage .content .col-50 .box .image p, .blondePage .content .col-50 .box .text p, .grayPage .content .col-50 .box .text p {
      padding-top: 0 !important; }
  .blondePage .content .col-50 > p, .grayPage .content .col-50 > p {
    width: 100%;
    padding: 10px 0;
    font-size: 12px; }
  .blondePage .content .col-left > p, .grayPage .content .col-left > p {
    margin-left: -20px; }
  .blondePage .content .col-left .box, .grayPage .content .col-left .box {
    width: 120px !important;
    height: auto;
    margin-left: -10px; }
  .blondePage .content .col-right > p, .grayPage .content .col-right > p {
    margin-right: -20px; }
  .blondePage .content .col-right .box, .grayPage .content .col-right .box {
    width: 120px !important;
    height: auto;
    margin-right: -10px; }
  .blondePage .content .step-1 .col-left img, .grayPage .content .step-1 .col-left img, .blondePage .content .step-1 .col-right img, .grayPage .content .step-1 .col-right img {
    width: 105px; }
  .blondePage .content .step-1 .col-left, .grayPage .content .step-1 .col-left {
    text-align: left; }
  .blondePage .content .step-1 .col-right, .grayPage .content .step-1 .col-right {
    text-align: right; }
  .blondePage .content .step-2, .grayPage .content .step-2 {
    margin-top: 10px; }
  .blondePage .content .step-2, .grayPage .content .step-2, .blondePage .content .step-3, .grayPage .content .step-3,
  .blondePage .content .step-4,
  .grayPage .content .step-4,
  .blondePage .content .step-6,
  .grayPage .content .step-6 {
    padding-top: 55px; }
  .blondePage .content .last-step, .grayPage .content .last-step {
    background: url("../i/blonde/iThrive-Dots-GFX_mob.png") 50px 0 no-repeat;
    -webkit-background-size: 198px auto;
            background-size: 198px auto; }
    .blondePage .content .last-step .box, .grayPage .content .last-step .box {
      margin-top: 60px;
      width: 250px; }
      .blondePage .content .last-step .box .image, .grayPage .content .last-step .box .image, .blondePage .content .last-step .box .text, .grayPage .content .last-step .box .text {
        width: 100%; }
      .blondePage .content .last-step .box .image, .grayPage .content .last-step .box .image {
        text-align: center;
        margin-bottom: 20px; }
        .blondePage .content .last-step .box .image img, .grayPage .content .last-step .box .image img {
          max-width: 100px; }
      .blondePage .content .last-step .box .text, .grayPage .content .last-step .box .text {
        text-align: center; }
        .blondePage .content .last-step .box .text p, .grayPage .content .last-step .box .text p {
          text-align: left;
          font-size: 14px;
          padding: 5px 0 10px 0; }
        .blondePage .content .last-step .box .text .button, .grayPage .content .last-step .box .text .button {
          font-size: 18px; }
  .blondePage .blonde-1 .step-2, .grayPage .blonde-1 .step-2 {
    padding-bottom: 8px;
    padding-top: 0; }
    .blondePage .blonde-1 .step-2 .box, .grayPage .blonde-1 .step-2 .box {
      width: 135px;
      margin: 10px auto 0; }
      .blondePage .blonde-1 .step-2 .box .image, .grayPage .blonde-1 .step-2 .box .image, .blondePage .blonde-1 .step-2 .box .text, .grayPage .blonde-1 .step-2 .box .text {
        width: 100%; }
        .blondePage .blonde-1 .step-2 .box .image p, .grayPage .blonde-1 .step-2 .box .image p, .blondePage .blonde-1 .step-2 .box .text p, .grayPage .blonde-1 .step-2 .box .text p {
          font-size: 14px; }
        .blondePage .blonde-1 .step-2 .box .image img, .grayPage .blonde-1 .step-2 .box .image img,
        .blondePage .blonde-1 .step-2 .box .text img,
        .grayPage .blonde-1 .step-2 .box .text img {
          max-width: 80px; }
  .blondePage .blonde-1 .step-3, .grayPage .blonde-1 .step-3 {
    padding-top: 35px; }
  .blondePage .blonde-2 .step-2 .box .image, .grayPage .blonde-2 .step-2 .box .image {
    text-align: left; }
    .blondePage .blonde-2 .step-2 .box .image img, .grayPage .blonde-2 .step-2 .box .image img {
      max-height: 130px; }
  .blondePage .blonde-2 .step-3 .col-50 > p, .grayPage .blonde-2 .step-3 .col-50 > p {
    height: 55px; }
  .blondePage .blonde-3 .step-6 .box, .grayPage .blonde-3 .step-6 .box {
    height: auto;
    width: 140px; }
    .blondePage .blonde-3 .step-6 .box .image, .grayPage .blonde-3 .step-6 .box .image, .blondePage .blonde-3 .step-6 .box .text, .grayPage .blonde-3 .step-6 .box .text {
      width: 100%; }
    .blondePage .blonde-3 .step-6 .box img, .grayPage .blonde-3 .step-6 .box img {
      height: 150px; }
    .blondePage .blonde-3 .step-6 .box .button, .grayPage .blonde-3 .step-6 .box .button {
      font-size: 15px; }
  .blondePage .blonde-4 .step-2, .grayPage .blonde-4 .step-2 {
    background-image: url("../i/blonde/expert-dots.png"), url("../i/blonde/light_dot.png");
    background-position: 17% 2px, 82.5% 0;
    -webkit-background-size: 3px auto, 3.5px auto;
            background-size: 3px auto, 3.5px auto;
    background-repeat: no-repeat, repeat-y; }
    .blondePage .blonde-4 .step-2 .col-left img, .grayPage .blonde-4 .step-2 .col-left img {
      width: 130px;
      margin-left: -45px;
      margin-top: 13px; }
  .blondePage .blonde-4 .step-3, .grayPage .blonde-4 .step-3 {
    background-position: 82.5% 0; }
  .blondePage .blonde-4 .step-4, .grayPage .blonde-4 .step-4, .blondePage .blonde-4 .step-5, .grayPage .blonde-4 .step-5 {
    padding-top: 55px; }
    .blondePage .blonde-4 .step-4 .box, .grayPage .blonde-4 .step-4 .box, .blondePage .blonde-4 .step-5 .box, .grayPage .blonde-4 .step-5 .box {
      height: auto;
      width: 200px; }
      .blondePage .blonde-4 .step-4 .box .image, .grayPage .blonde-4 .step-4 .box .image, .blondePage .blonde-4 .step-4 .box .text, .grayPage .blonde-4 .step-4 .box .text, .blondePage .blonde-4 .step-5 .box .image, .grayPage .blonde-4 .step-5 .box .image, .blondePage .blonde-4 .step-5 .box .text, .grayPage .blonde-4 .step-5 .box .text {
        width: 100%;
        text-align: center; }
      .blondePage .blonde-4 .step-4 .box img, .grayPage .blonde-4 .step-4 .box img,
      .blondePage .blonde-4 .step-5 .box img,
      .grayPage .blonde-4 .step-5 .box img {
        height: 150px; }
      .blondePage .blonde-4 .step-4 .box .button, .grayPage .blonde-4 .step-4 .box .button, .blondePage .blonde-4 .step-5 .box .button, .grayPage .blonde-4 .step-5 .box .button {
        font-size: 15px; }
  .blondePage .blonde-4 .step-4, .grayPage .blonde-4 .step-4 {
    background: url("../i/blonde/another-dots.png") 148px 0 no-repeat;
    -webkit-background-size: 100px auto;
            background-size: 100px auto; }
  .blondePage .blonde-4 .step-5, .grayPage .blonde-4 .step-5 {
    -webkit-background-size: 3.5px auto;
            background-size: 3.5px auto; }
  .blondePage .blonde-4 .last-step, .grayPage .blonde-4 .last-step {
    background: url("../i/blonde/semilight_dot.png") center top repeat-y;
    -webkit-background-size: 3.5px auto;
            background-size: 3.5px auto; }
  .buttonNav {
    position: absolute;
    top: 4px;
    background-image: url("../i/blonde/arrows.png");
    background-repeat: no-repeat;
    width: 29px;
    height: 141px;
    text-indent: -2000em;
    outline: 0;
    z-index: 10; }
    .buttonNav.buttonNav--prev {
      left: -29px;
      background-position: 0 0; }
      .buttonNav.buttonNav--prev.inactive {
        background-position: 0 -141px; }
    .buttonNav.buttonNav--next {
      right: -29px;
      background-position: -29px 0; }
      .buttonNav.buttonNav--next.inactive {
        background-position: -29px -141px; }
  .bottomBanners .banner {
    width: 100%;
    height: 460px;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .bottomBanners .text {
    margin-top: 230px;
    height: 230px;
    width: 100%; }
    .bottomBanners .text h2 {
      font-size: 24px;
      margin-top: 20px; }
    .bottomBanners .text strong {
      margin-bottom: 10px;
      font-size: 13px; }
    .bottomBanners .text span {
      font-size: 13px;
      margin-bottom: 10px; }
      .grayPage .bottomBanners .text span {
        padding: 0 15px;
        width: calc(100% - 2 * 15px); }
        .grayPage .bottomBanners .text span br {
          display: none; }
    .bottomBanners .text .button {
      margin-bottom: 10px;
      font-size: 13px; }
  .bottomBanners .item-1 {
    background-image: url("../m/Slices/7.0_Blonde/banner-1_m.jpg");
    background-color: #c1a96b; }
  .bottomBanners .item-2 {
    background-image: url("../m/Slices/7.0_Blonde/banner-2_m.jpg");
    background-color: #cde0ee; }
  .bottomBanners .item-3 {
    background-image: url("../m/Slices/7.0_Blonde/banner-3_m.jpg");
    background-color: #2e2e2e; }
  .bottomBanners .item-4 {
    background-image: url("../m/Slices/7.0_Blonde/banner-4_m.jpg");
    background-color: #3686a7; }
  .flareCollection .product,
  .flareCollection .quiz .brandPackshot,
  .flareCollection .quiz .brandInfo {
    width: 100%;
    padding-left: 0; }
  .flareCollection .product {
    margin-bottom: 30px; }
    .flareCollection .product .brandInfo {
      padding: 0; }
  .flareCollection .quiz .brandInfo {
    margin-top: 50px; }
    .flareCollection .quiz .brandInfo h2,
    .flareCollection .quiz .brandInfo .description,
    .flareCollection .quiz .brandInfo .buttonWrap {
      text-align: center; }
    .flareCollection .quiz .brandInfo .description {
      margin-bottom: 30px; } }

@media (max-width: 360px) {
  .blondeList .item, .grayList .item {
    width: 125px; }
  #scrollWrapper {
    margin: 0 25px; }
  .buttonNav {
    width: 24px;
    height: 117px;
    -webkit-background-size: auto 235px;
            background-size: auto 235px; }
    .buttonNav.buttonNav--prev {
      left: 0; }
    .buttonNav.buttonNav--next {
      right: 0;
      background-position: -25px 0; } }

a[href="http://stores.sallybeauty.com/"] {
  display: none; }

/*  Guide to gray(gray-page)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.grayPage .header {
  text-align: center; }

.grayPage .subtitle {
  margin-top: 20px; }

.grayList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .grayList .item {
    vertical-align: top;
    width: auto;
    position: relative; }
    .grayList .item .image img:nth-child(2) {
      display: none;
      float: none; }
    .grayList .item.active .item-arrow {
      background-repeat: no-repeat;
      display: block;
      width: 40px;
      height: 35px;
      position: absolute;
      bottom: -43px;
      top: auto;
      left: 0;
      right: 0;
      margin: auto; }
    .grayList .item.active, .grayList .item:hover {
      background: none; }
      .grayList .item.active .image img:nth-child(2), .grayList .item:hover .image img:nth-child(2) {
        display: block; }
      .grayList .item.active img:nth-child(1), .grayList .item:hover img:nth-child(1) {
        display: none; }

.grayButton {
  vertical-align: top;
  margin: 40px 10px 30px 10px;
  cursor: pointer; }

.grayButtonSubtitle {
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  font-size: 26px;
  font-family: "Gotham Light";
  margin-bottom: 20px; }

.expertOnly {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }

.expertTip {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px; }

.expertTitle {
  color: #ac9c65;
  font-size: 14.03pt;
  font-weight: bold;
  padding: 10px 0px 10px 0px; }

.expertTipText {
  background-color: #ac9c65;
  color: white;
  -webkit-box-shadow: 0px 0px 0px 15px #ac9c65;
          box-shadow: 0px 0px 0px 15px #ac9c65;
  border: 2px solid white;
  font-size: 16.04pt;
  margin: 20px;
  padding: 25px 10px 25px 10px;
  font-family: "Gotham Light"; }

.phaseImageText {
  display: inline-block; }
  .phaseImageText img {
    float: left; }
  .phaseImageText div {
    font-size: 22pt;
    padding-top: 30px;
    float: left; }

.phaseImage {
  width: 100%;
  margin-top: 30px; }

.phases {
  margin-top: 30px; }

.phase {
  margin-top: 70px; }
  .phase .phaseTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    .phase .phaseTitle h3 {
      text-align: left;
      margin-bottom: 0px; }
    .phase .phaseTitle span:nth-child(1) {
      font-family: "Gotham Bold"; }
    .phase .phaseTitle img {
      float: left;
      display: block;
      margin-right: 20px; }

.colRightText {
  position: absolute;
  top: 45%;
  right: 0;
  bottom: 0;
  width: 50%;
  text-align: center; }

.pictureTitle {
  display: inline-block;
  font-size: 3.9em;
  text-align: center;
  position: relative;
  font-weight: bold; }
  .pictureTitle:after {
    content: " ";
    border-bottom: 2px solid;
    position: absolute;
    height: 0px;
    width: 45px;
    top: 50%;
    margin-left: 10px; }
  .pictureTitle:before {
    content: " ";
    border-bottom: 2px solid;
    position: absolute;
    height: 0px;
    width: 45px;
    top: 50%;
    margin-left: -55px; }

.pictureSubtitle {
  font-size: 19em;
  color: #697db6;
  font-weight: bold;
  margin-top: 20px; }

.percentageImages {
  margin-top: 20px;
  display: table;
  width: 100%; }

.percentageImage {
  float: left;
  margin-right: 20px; }

.percentageTitle {
  font-size: 22pt;
  font-family: "Gotham Light";
  margin-top: 10px; }

.nounceTitle {
  margin-top: 30px;
  text-align: center;
  font-family: "Gotham Light";
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 4px; }

.startingColorTitle {
  font-family: "Gotham Bold";
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 40px; }

.nounceSubtitle {
  margin-top: 20px;
  font-size: 26px;
  text-align: center;
  font-family: "Gotham Light";
  margin-bottom: 20px; }

.formulas {
  margin-top: 30px; }
  .formulas img {
    vertical-align: top;
    margin-right: 70px; }

.stepWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.steps {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.step {
  padding: 15px;
  min-height: 730px;
  width: 66.6666%;
  margin: 0 auto; }
  .step .stepTitle {
    font-family: "Gotham Bold";
    margin-bottom: 15px;
    font-size: 22pt; }
  .step .stepSubtitle {
    margin-bottom: 5px;
    font-size: 22pt; }
  .step .stepDescription {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 22pt; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .step {
    min-height: 860px; } }

.stepButton {
  background: black;
  color: white;
  text-decoration: none;
  padding: 10px;
  font-size: 17px;
  display: block;
  margin-top: 10px;
  text-align: center; }

.nuanceLine {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto; }

.steps-4 .step img {
  width: 100%; }

.grayPage .tiles h2 {
  font-size: 4.8em;
  margin-bottom: 38px; }

h2.slider-header {
  margin: 100px 0 85px; }

a.quiz {
  display: block;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    a.quiz {
      margin-bottom: 30px; } }
  @media not all and (min-width: 744px){
  .max-md\:ml-4{
    margin-left: 1rem; }
  .max-md\:hidden{
    display: none; } }
  @media (min-width: 744px){
  .md\:top-\[-11px\]{
    top: -11px; }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px; }
  .md\:my-\[120px\]{
    margin-top: 120px;
    margin-bottom: 120px; }
  .md\:mb-\[120px\]{
    margin-bottom: 120px; }
  .md\:mb-\[25px\]{
    margin-bottom: 25px; }
  .md\:ml-4{
    margin-left: 1rem; }
  .md\:mr-4{
    margin-right: 1rem; }
  .md\:mt-6{
    margin-top: 1.5rem; }
  .md\:mt-8{
    margin-top: 2rem; }
  .md\:mt-\[110px\]{
    margin-top: 110px; }
  .md\:mt-\[70px\]{
    margin-top: 70px; }
  .md\:inline{
    display: inline; }
  .md\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .md\:hidden{
    display: none; }
  .md\:h-1\/3{
    height: 33.333333%; }
  .md\:h-\[174px\]{
    height: 174px; }
  .md\:h-full{
    height: 100%; }
  .md\:max-h-\[174px\]{
    max-height: 174px; }
  .md\:w-1\/2{
    width: 50%; }
  .md\:w-3\/12{
    width: 25%; }
  .md\:w-6\/12{
    width: 50%; }
  .md\:w-\[313px\]{
    width: 313px; }
  .md\:w-\[80\%\]{
    width: 80%; }
  .md\:max-w-\[300px\]{
    max-width: 300px; }
  .md\:max-w-\[383px\]{
    max-width: 383px; }
  .md\:max-w-\[45\%\]{
    max-width: 45%; }
  .md\:max-w-\[50\%\]{
    max-width: 50%; }
  .md\:max-w-\[calc\(100\%-10rem\)\]{
    max-width: calc(100% - 10rem); }
  .md\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .md\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .md\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .md\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .md\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px; }
  .md\:pb-32{
    padding-bottom: 8rem; }
  .md\:pl-\[31px\]{
    padding-left: 31px; }
  .md\:pt-20{
    padding-top: 5rem; }
  .md\:text-\[13px\]{
    font-size: 13px; }
  .md\:text-\[15px\]{
    font-size: 15px; }
  .md\:text-\[24px\]{
    font-size: 24px; }
  .md\:leading-\[13px\]{
    line-height: 13px; }
  .md\:leading-\[16x\]{
    line-height: 16x; }
  .md\:leading-\[24px\]{
    line-height: 24px; } }

/*# sourceMappingURL=maps/main-c35895fcb6abdca0af3f.css.map */
